/*!
 * jQuery UI CSS Framework 1.12.1
 * 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;
	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;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	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(https://office-cdn-production-eu-west-1.wayleadr.com/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.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(https://office-cdn-production-eu-west-1.wayleadr.com/assets/jquery-ui/ui-icons_555555_256x240-c23f23416a84a359723ffe28c6231f7e6edd10de024da40c190f9e0706c70276.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/jquery-ui/ui-icons_ffffff_256x240-24221a00d39ccfd2da654907e99b5af8d8dc60b91bfb414b4ca82779f7f9ffb6.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/jquery-ui/ui-icons_777620_256x240-0a3bb6e0c499ea585572cbda26b638d08b96a568bfb173f0dce2c9eee4a441b3.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/jquery-ui/ui-icons_cc0000_256x240-c7cf3a680d1476856186d49a361c0b3e09d13a2f4ba4ebd638595bbad9d21c2d.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/jquery-ui/ui-icons_777777_256x240-ea4f5d5317b31eaaaf01e3db3357884b418c8b3361019647559c835996ddaedb.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.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}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Datepicker 1.12.1
 * 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;
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */
/* jQuery UI Datepicker moving pixels fix */
/* line 2, vendor/assets/stylesheets/jquery-ui.multidatespicker.css */
table.ui-datepicker-calendar {
  border-collapse: separate;
}

/* line 3, vendor/assets/stylesheets/jquery-ui.multidatespicker.css */
.ui-datepicker-calendar td {
  border: 1px solid transparent;
}

/* jQuery UI Datepicker hide datepicker helper */
/* line 6, vendor/assets/stylesheets/jquery-ui.multidatespicker.css */
#ui-datepicker-div {
  display: none;
}

/* jQuery UI Datepicker emphasis on selected dates */
/* line 9, vendor/assets/stylesheets/jquery-ui.multidatespicker.css */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #007aff;
  color: white;
}

/* line 14, vendor/assets/stylesheets/jquery-ui.multidatespicker.css */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #007aff;
  background: transparent;
  color: #454545;
}

/* line 1, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input {
  position: relative;
  display: block;
}

/* line 4, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 7, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .hide {
  display: none;
}

/* line 9, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .v-hide {
  visibility: hidden;
}

/* line 11, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

/* line 18, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

/* line 24, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

/* line 30, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 35, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

/* line 45, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

/* line 48, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list {
  position: absolute;
  z-index: 1000;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 62, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

/* line 65, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  /* line 69, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

/* line 71, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

/* line 75, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

/* line 77, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

/* line 79, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 81, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

/* line 83, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

/* line 85, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

/* line 89, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

/* line 92, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

/* line 94, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

/* line 96, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 98, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

/* line 100, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

/* line 102, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

/* line 105, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

/* line 109, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}

/* line 111, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

/* line 113, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}

/* line 115, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

/* line 117, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}

/* line 119, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

/* line 121, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

/* line 123, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

/* line 125, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}

/* line 127, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

/* line 129, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

/* line 131, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

/* line 133, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}

/* line 135, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

/* line 137, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

/* line 139, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

/* line 141, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

/* line 147, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

/* line 150, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

/* line 157, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

/* line 160, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

/* line 164, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag {
  width: 20px;
}

/* line 166, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.be {
  width: 18px;
}

/* line 168, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ch {
  width: 15px;
}

/* line 170, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mc {
  width: 19px;
}

/* line 172, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ne {
  width: 18px;
}

/* line 174, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.np {
  width: 13px;
}

/* line 176, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 179, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
  .iti-flag {
    background-size: 5652px 15px;
  }
}

/* line 181, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

/* line 184, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

/* line 187, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

/* line 190, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

/* line 193, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

/* line 196, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

/* line 199, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

/* line 202, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

/* line 205, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

/* line 208, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

/* line 211, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

/* line 214, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

/* line 217, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

/* line 220, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

/* line 223, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

/* line 226, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

/* line 229, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

/* line 232, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

/* line 235, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

/* line 238, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

/* line 241, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

/* line 244, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

/* line 247, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

/* line 250, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

/* line 253, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

/* line 256, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

/* line 259, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

/* line 262, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

/* line 265, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

/* line 268, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

/* line 271, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

/* line 274, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

/* line 277, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

/* line 280, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

/* line 283, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

/* line 286, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

/* line 289, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

/* line 292, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

/* line 295, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

/* line 298, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

/* line 301, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

/* line 304, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

/* line 307, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

/* line 310, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

/* line 313, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

/* line 316, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

/* line 319, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

/* line 322, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

/* line 325, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

/* line 328, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

/* line 331, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

/* line 334, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

/* line 337, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

/* line 340, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

/* line 343, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

/* line 346, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

/* line 349, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0px;
}

/* line 352, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

/* line 355, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

/* line 358, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

/* line 361, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

/* line 364, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

/* line 367, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

/* line 370, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.do {
  height: 14px;
  background-position: -1379px 0px;
}

/* line 373, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

/* line 376, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

/* line 379, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

/* line 382, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

/* line 385, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

/* line 388, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

/* line 391, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

/* line 394, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

/* line 397, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

/* line 400, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

/* line 403, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

/* line 406, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

/* line 409, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

/* line 412, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

/* line 415, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

/* line 418, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

/* line 421, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

/* line 424, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

/* line 427, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

/* line 430, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

/* line 433, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

/* line 436, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

/* line 439, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

/* line 442, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

/* line 445, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

/* line 448, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

/* line 451, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

/* line 454, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

/* line 457, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

/* line 460, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

/* line 463, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

/* line 466, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

/* line 469, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

/* line 472, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

/* line 475, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

/* line 478, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

/* line 481, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

/* line 484, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

/* line 487, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

/* line 490, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

/* line 493, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

/* line 496, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

/* line 499, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

/* line 502, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

/* line 505, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

/* line 508, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

/* line 511, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

/* line 514, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

/* line 517, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

/* line 520, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

/* line 523, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

/* line 526, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

/* line 529, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

/* line 532, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

/* line 535, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

/* line 538, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

/* line 541, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

/* line 544, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

/* line 547, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

/* line 550, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

/* line 553, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

/* line 556, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

/* line 559, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

/* line 562, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

/* line 565, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

/* line 568, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

/* line 571, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

/* line 574, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

/* line 577, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

/* line 580, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

/* line 583, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

/* line 586, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

/* line 589, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

/* line 592, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

/* line 595, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

/* line 598, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

/* line 601, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

/* line 604, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

/* line 607, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

/* line 610, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

/* line 613, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

/* line 616, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

/* line 619, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

/* line 622, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

/* line 625, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

/* line 628, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

/* line 631, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

/* line 634, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

/* line 637, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

/* line 640, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

/* line 643, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

/* line 646, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

/* line 649, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

/* line 652, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

/* line 655, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

/* line 658, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

/* line 661, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

/* line 664, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

/* line 667, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

/* line 670, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

/* line 673, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

/* line 676, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

/* line 679, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

/* line 682, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

/* line 685, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

/* line 688, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

/* line 691, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

/* line 694, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

/* line 697, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

/* line 700, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

/* line 703, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

/* line 706, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

/* line 709, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

/* line 712, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

/* line 715, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

/* line 718, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

/* line 721, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

/* line 724, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

/* line 727, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

/* line 730, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

/* line 733, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

/* line 736, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

/* line 739, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

/* line 742, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

/* line 745, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

/* line 748, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

/* line 751, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

/* line 754, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

/* line 757, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

/* line 760, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

/* line 763, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

/* line 766, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

/* line 769, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

/* line 772, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

/* line 775, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

/* line 778, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

/* line 781, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

/* line 784, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

/* line 787, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

/* line 790, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

/* line 793, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

/* line 796, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

/* line 799, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

/* line 802, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

/* line 805, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

/* line 808, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

/* line 811, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

/* line 814, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

/* line 817, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

/* line 820, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

/* line 823, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

/* line 826, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

/* line 829, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

/* line 832, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

/* line 835, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

/* line 838, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

/* line 841, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

/* line 844, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

/* line 847, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

/* line 850, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

/* line 853, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

/* line 856, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

/* line 859, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

/* line 862, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

/* line 865, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

/* line 868, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

/* line 871, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

/* line 874, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

/* line 877, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

/* line 880, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

/* line 883, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

/* line 886, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

/* line 889, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

/* line 892, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

/* line 895, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

/* line 898, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.un {
  height: 14px;
  background-position: -5241px 0px;
}

/* line 901, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.us {
  height: 11px;
  background-position: -5263px 0px;
}

/* line 904, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0px;
}

/* line 907, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0px;
}

/* line 910, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.va {
  height: 15px;
  background-position: -5329px 0px;
}

/* line 913, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0px;
}

/* line 916, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0px;
}

/* line 919, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0px;
}

/* line 922, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0px;
}

/* line 925, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0px;
}

/* line 928, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0px;
}

/* line 931, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0px;
}

/* line 934, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0px;
}

/* line 937, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0px;
}

/* line 940, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0px;
}

/* line 943, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0px;
}

/* line 946, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.za {
  height: 14px;
  background-position: -5588px 0px;
}

/* line 949, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0px;
}

/* line 952, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0px;
}

/* line 956, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/flags-959070a9f002abd28383322dd455a851d1fd445974edb3f720d54ff79894e28b.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 965, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
  .iti-flag {
    background-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/flags@2x-d00ec77cf49d0c3fbd725dbcdcca661b5db35a02d12f8f4fcf8a3ce6065391bc.png);
  }
}

/* line 968, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.np {
  background-color: transparent;
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 25, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

/* line 56, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 60, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 66, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 69, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 73, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 76, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

/* line 87, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

/* line 94, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

/* line 99, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 103, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 107, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 111, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 114, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 117, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 121, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 124, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 127, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 130, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 134, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months {
  display: flex;
}

/* line 140, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

/* line 158, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

/* line 174, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

/* line 178, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 182, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 198, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 214, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 218, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 222, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 227, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

/* line 233, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 237, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

/* line 241, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input {
  width: 100%;
}

/* line 244, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 247, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 252, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

/* line 265, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 268, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 271, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 276, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 280, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

/* line 286, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 289, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

/* line 295, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 299, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 302, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 305, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 308, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

/* line 324, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

/* line 332, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 335, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 340, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 343, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 346, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 367, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 370, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

/* line 377, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

/* line 400, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

/* line 404, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 407, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 412, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

/* line 427, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

/* line 437, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

/* line 452, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 456, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

/* line 469, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-days:focus {
  outline: 0;
}

/* line 472, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

/* line 496, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 500, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

/* line 525, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

/* line 542, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 545, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 551, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

/* line 575, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 580, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 585, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

/* line 591, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 596, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 601, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

/* line 613, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

/* line 618, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

/* line 623, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 626, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 629, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper {
  float: left;
}

/* line 632, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 637, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 642, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

/* line 652, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 662, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

/* line 668, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

/* line 683, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 688, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 697, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 700, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 703, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 706, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 709, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 729, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 732, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 736, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 740, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-self: center;
}

/* line 756, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 763, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

/* line 769, vendor/bundle/ruby/3.1.0/gems/flatpickr-4.6.13.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-results {
  display: block;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 73, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, vendor/bundle/ruby/3.1.0/gems/activeadmin_addons-1.10.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@font-face {
  font-family: 'Feather';
  src: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/feather/Feather-23b12da4272c804a6c89a5221c266065b3148272925a772ac54a2f70864f7b4c.ttf?sdxovp) format("truetype"), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/feather/Feather-547d361bd7251d3ea702a89f3fe2acf5d0d01c95e7c86ae3c9893a2ab9841423.woff?sdxovp) format("woff"), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/feather/Feather-9a582e8d4dfd97a10da14de636ddf15308816dc6c590ea301f1197d92705a47c.svg?sdxovp#Feather) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 11, app/assets/stylesheets/v2/feather.css */
.fe {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, app/assets/stylesheets/v2/feather.css */
.fe-activity:before {
  content: "\e900";
}

/* line 29, app/assets/stylesheets/v2/feather.css */
.fe-airplay:before {
  content: "\e901";
}

/* line 32, app/assets/stylesheets/v2/feather.css */
.fe-alert-circle:before {
  content: "\e902";
}

/* line 35, app/assets/stylesheets/v2/feather.css */
.fe-alert-octagon:before {
  content: "\e903";
}

/* line 38, app/assets/stylesheets/v2/feather.css */
.fe-alert-triangle:before {
  content: "\e904";
}

/* line 41, app/assets/stylesheets/v2/feather.css */
.fe-align-center:before {
  content: "\e905";
}

/* line 44, app/assets/stylesheets/v2/feather.css */
.fe-align-justify:before {
  content: "\e906";
}

/* line 47, app/assets/stylesheets/v2/feather.css */
.fe-align-left:before {
  content: "\e907";
}

/* line 50, app/assets/stylesheets/v2/feather.css */
.fe-align-right:before {
  content: "\e908";
}

/* line 53, app/assets/stylesheets/v2/feather.css */
.fe-anchor:before {
  content: "\e909";
}

/* line 56, app/assets/stylesheets/v2/feather.css */
.fe-aperture:before {
  content: "\e90a";
}

/* line 59, app/assets/stylesheets/v2/feather.css */
.fe-archive:before {
  content: "\e90b";
}

/* line 62, app/assets/stylesheets/v2/feather.css */
.fe-arrow-down:before {
  content: "\e90c";
}

/* line 65, app/assets/stylesheets/v2/feather.css */
.fe-arrow-down-circle:before {
  content: "\e90d";
}

/* line 68, app/assets/stylesheets/v2/feather.css */
.fe-arrow-down-left:before {
  content: "\e90e";
}

/* line 71, app/assets/stylesheets/v2/feather.css */
.fe-arrow-down-right:before {
  content: "\e90f";
}

/* line 74, app/assets/stylesheets/v2/feather.css */
.fe-arrow-left:before {
  content: "\e910";
}

/* line 77, app/assets/stylesheets/v2/feather.css */
.fe-arrow-left-circle:before {
  content: "\e911";
}

/* line 80, app/assets/stylesheets/v2/feather.css */
.fe-arrow-right:before {
  content: "\e912";
}

/* line 83, app/assets/stylesheets/v2/feather.css */
.fe-arrow-right-circle:before {
  content: "\e913";
}

/* line 86, app/assets/stylesheets/v2/feather.css */
.fe-arrow-up:before {
  content: "\e914";
}

/* line 89, app/assets/stylesheets/v2/feather.css */
.fe-arrow-up-circle:before {
  content: "\e915";
}

/* line 92, app/assets/stylesheets/v2/feather.css */
.fe-arrow-up-left:before {
  content: "\e916";
}

/* line 95, app/assets/stylesheets/v2/feather.css */
.fe-arrow-up-right:before {
  content: "\e917";
}

/* line 98, app/assets/stylesheets/v2/feather.css */
.fe-at-sign:before {
  content: "\e918";
}

/* line 101, app/assets/stylesheets/v2/feather.css */
.fe-award:before {
  content: "\e919";
}

/* line 104, app/assets/stylesheets/v2/feather.css */
.fe-bar-chart:before {
  content: "\e91a";
}

/* line 107, app/assets/stylesheets/v2/feather.css */
.fe-bar-chart-2:before {
  content: "\e91b";
}

/* line 110, app/assets/stylesheets/v2/feather.css */
.fe-battery:before {
  content: "\e91c";
}

/* line 113, app/assets/stylesheets/v2/feather.css */
.fe-battery-charging:before {
  content: "\e91d";
}

/* line 116, app/assets/stylesheets/v2/feather.css */
.fe-bell:before {
  content: "\e91e";
}

/* line 119, app/assets/stylesheets/v2/feather.css */
.fe-bell-off:before {
  content: "\e91f";
}

/* line 122, app/assets/stylesheets/v2/feather.css */
.fe-bluetooth:before {
  content: "\e920";
}

/* line 125, app/assets/stylesheets/v2/feather.css */
.fe-bold:before {
  content: "\e921";
}

/* line 128, app/assets/stylesheets/v2/feather.css */
.fe-book:before {
  content: "\e922";
}

/* line 131, app/assets/stylesheets/v2/feather.css */
.fe-book-open:before {
  content: "\e923";
}

/* line 134, app/assets/stylesheets/v2/feather.css */
.fe-bookmark:before {
  content: "\e924";
}

/* line 137, app/assets/stylesheets/v2/feather.css */
.fe-box:before {
  content: "\e925";
}

/* line 140, app/assets/stylesheets/v2/feather.css */
.fe-briefcase:before {
  content: "\e926";
}

/* line 143, app/assets/stylesheets/v2/feather.css */
.fe-calendar:before {
  content: "\e927";
}

/* line 146, app/assets/stylesheets/v2/feather.css */
.fe-camera:before {
  content: "\e928";
}

/* line 149, app/assets/stylesheets/v2/feather.css */
.fe-camera-off:before {
  content: "\e929";
}

/* line 152, app/assets/stylesheets/v2/feather.css */
.fe-cast:before {
  content: "\e92a";
}

/* line 155, app/assets/stylesheets/v2/feather.css */
.fe-check:before {
  content: "\e92b";
}

/* line 158, app/assets/stylesheets/v2/feather.css */
.fe-check-circle:before {
  content: "\e92c";
}

/* line 161, app/assets/stylesheets/v2/feather.css */
.fe-check-square:before {
  content: "\e92d";
}

/* line 164, app/assets/stylesheets/v2/feather.css */
.fe-chevron-down:before {
  content: "\e92e";
}

/* line 167, app/assets/stylesheets/v2/feather.css */
.fe-chevron-left:before {
  content: "\e92f";
}

/* line 170, app/assets/stylesheets/v2/feather.css */
.fe-chevron-right:before {
  content: "\e930";
}

/* line 173, app/assets/stylesheets/v2/feather.css */
.fe-chevron-up:before {
  content: "\e931";
}

/* line 176, app/assets/stylesheets/v2/feather.css */
.fe-chevrons-down:before {
  content: "\e932";
}

/* line 179, app/assets/stylesheets/v2/feather.css */
.fe-chevrons-left:before {
  content: "\e933";
}

/* line 182, app/assets/stylesheets/v2/feather.css */
.fe-chevrons-right:before {
  content: "\e934";
}

/* line 185, app/assets/stylesheets/v2/feather.css */
.fe-chevrons-up:before {
  content: "\e935";
}

/* line 188, app/assets/stylesheets/v2/feather.css */
.fe-chrome:before {
  content: "\e936";
}

/* line 191, app/assets/stylesheets/v2/feather.css */
.fe-circle:before {
  content: "\e937";
}

/* line 194, app/assets/stylesheets/v2/feather.css */
.fe-clipboard:before {
  content: "\e938";
}

/* line 197, app/assets/stylesheets/v2/feather.css */
.fe-clock:before {
  content: "\e939";
}

/* line 200, app/assets/stylesheets/v2/feather.css */
.fe-cloud:before {
  content: "\e93a";
}

/* line 203, app/assets/stylesheets/v2/feather.css */
.fe-cloud-drizzle:before {
  content: "\e93b";
}

/* line 206, app/assets/stylesheets/v2/feather.css */
.fe-cloud-lightning:before {
  content: "\e93c";
}

/* line 209, app/assets/stylesheets/v2/feather.css */
.fe-cloud-off:before {
  content: "\e93d";
}

/* line 212, app/assets/stylesheets/v2/feather.css */
.fe-cloud-rain:before {
  content: "\e93e";
}

/* line 215, app/assets/stylesheets/v2/feather.css */
.fe-cloud-snow:before {
  content: "\e93f";
}

/* line 218, app/assets/stylesheets/v2/feather.css */
.fe-code:before {
  content: "\e940";
}

/* line 221, app/assets/stylesheets/v2/feather.css */
.fe-codepen:before {
  content: "\e941";
}

/* line 224, app/assets/stylesheets/v2/feather.css */
.fe-command:before {
  content: "\e942";
}

/* line 227, app/assets/stylesheets/v2/feather.css */
.fe-compass:before {
  content: "\e943";
}

/* line 230, app/assets/stylesheets/v2/feather.css */
.fe-copy:before {
  content: "\e944";
}

/* line 233, app/assets/stylesheets/v2/feather.css */
.fe-corner-down-left:before {
  content: "\e945";
}

/* line 236, app/assets/stylesheets/v2/feather.css */
.fe-corner-down-right:before {
  content: "\e946";
}

/* line 239, app/assets/stylesheets/v2/feather.css */
.fe-corner-left-down:before {
  content: "\e947";
}

/* line 242, app/assets/stylesheets/v2/feather.css */
.fe-corner-left-up:before {
  content: "\e948";
}

/* line 245, app/assets/stylesheets/v2/feather.css */
.fe-corner-right-down:before {
  content: "\e949";
}

/* line 248, app/assets/stylesheets/v2/feather.css */
.fe-corner-right-up:before {
  content: "\e94a";
}

/* line 251, app/assets/stylesheets/v2/feather.css */
.fe-corner-up-left:before {
  content: "\e94b";
}

/* line 254, app/assets/stylesheets/v2/feather.css */
.fe-corner-up-right:before {
  content: "\e94c";
}

/* line 257, app/assets/stylesheets/v2/feather.css */
.fe-cpu:before {
  content: "\e94d";
}

/* line 260, app/assets/stylesheets/v2/feather.css */
.fe-credit-card:before {
  content: "\e94e";
}

/* line 263, app/assets/stylesheets/v2/feather.css */
.fe-crop:before {
  content: "\e94f";
}

/* line 266, app/assets/stylesheets/v2/feather.css */
.fe-crosshair:before {
  content: "\e950";
}

/* line 269, app/assets/stylesheets/v2/feather.css */
.fe-database:before {
  content: "\e951";
}

/* line 272, app/assets/stylesheets/v2/feather.css */
.fe-delete:before {
  content: "\e952";
}

/* line 275, app/assets/stylesheets/v2/feather.css */
.fe-disc:before {
  content: "\e953";
}

/* line 278, app/assets/stylesheets/v2/feather.css */
.fe-dollar-sign:before {
  content: "\e954";
}

/* line 281, app/assets/stylesheets/v2/feather.css */
.fe-download:before {
  content: "\e955";
}

/* line 284, app/assets/stylesheets/v2/feather.css */
.fe-download-cloud:before {
  content: "\e956";
}

/* line 287, app/assets/stylesheets/v2/feather.css */
.fe-droplet:before {
  content: "\e957";
}

/* line 290, app/assets/stylesheets/v2/feather.css */
.fe-edit:before {
  content: "\e958";
}

/* line 293, app/assets/stylesheets/v2/feather.css */
.fe-edit-2:before {
  content: "\e959";
}

/* line 296, app/assets/stylesheets/v2/feather.css */
.fe-edit-3:before {
  content: "\e95a";
}

/* line 299, app/assets/stylesheets/v2/feather.css */
.fe-external-link:before {
  content: "\e95b";
}

/* line 302, app/assets/stylesheets/v2/feather.css */
.fe-eye:before {
  content: "\e95c";
}

/* line 305, app/assets/stylesheets/v2/feather.css */
.fe-eye-off:before {
  content: "\e95d";
}

/* line 308, app/assets/stylesheets/v2/feather.css */
.fe-facebook:before {
  content: "\e95e";
}

/* line 311, app/assets/stylesheets/v2/feather.css */
.fe-fast-forward:before {
  content: "\e95f";
}

/* line 314, app/assets/stylesheets/v2/feather.css */
.fe-feather:before {
  content: "\e960";
}

/* line 317, app/assets/stylesheets/v2/feather.css */
.fe-file:before {
  content: "\e961";
}

/* line 320, app/assets/stylesheets/v2/feather.css */
.fe-file-minus:before {
  content: "\e962";
}

/* line 323, app/assets/stylesheets/v2/feather.css */
.fe-file-plus:before {
  content: "\e963";
}

/* line 326, app/assets/stylesheets/v2/feather.css */
.fe-file-text:before {
  content: "\e964";
}

/* line 329, app/assets/stylesheets/v2/feather.css */
.fe-film:before {
  content: "\e965";
}

/* line 332, app/assets/stylesheets/v2/feather.css */
.fe-filter:before {
  content: "\e966";
}

/* line 335, app/assets/stylesheets/v2/feather.css */
.fe-flag:before {
  content: "\e967";
}

/* line 338, app/assets/stylesheets/v2/feather.css */
.fe-folder:before {
  content: "\e968";
}

/* line 341, app/assets/stylesheets/v2/feather.css */
.fe-folder-minus:before {
  content: "\e969";
}

/* line 344, app/assets/stylesheets/v2/feather.css */
.fe-folder-plus:before {
  content: "\e96a";
}

/* line 347, app/assets/stylesheets/v2/feather.css */
.fe-gift:before {
  content: "\e96b";
}

/* line 350, app/assets/stylesheets/v2/feather.css */
.fe-git-branch:before {
  content: "\e96c";
}

/* line 353, app/assets/stylesheets/v2/feather.css */
.fe-git-commit:before {
  content: "\e96d";
}

/* line 356, app/assets/stylesheets/v2/feather.css */
.fe-git-merge:before {
  content: "\e96e";
}

/* line 359, app/assets/stylesheets/v2/feather.css */
.fe-git-pull-request:before {
  content: "\e96f";
}

/* line 362, app/assets/stylesheets/v2/feather.css */
.fe-github:before {
  content: "\e970";
}

/* line 365, app/assets/stylesheets/v2/feather.css */
.fe-gitlab:before {
  content: "\e971";
}

/* line 368, app/assets/stylesheets/v2/feather.css */
.fe-globe:before {
  content: "\e972";
}

/* line 371, app/assets/stylesheets/v2/feather.css */
.fe-grid:before {
  content: "\e973";
}

/* line 374, app/assets/stylesheets/v2/feather.css */
.fe-hard-drive:before {
  content: "\e974";
}

/* line 377, app/assets/stylesheets/v2/feather.css */
.fe-hash:before {
  content: "\e975";
}

/* line 380, app/assets/stylesheets/v2/feather.css */
.fe-headphones:before {
  content: "\e976";
}

/* line 383, app/assets/stylesheets/v2/feather.css */
.fe-heart:before {
  content: "\e977";
}

/* line 386, app/assets/stylesheets/v2/feather.css */
.fe-help-circle:before {
  content: "\e978";
}

/* line 389, app/assets/stylesheets/v2/feather.css */
.fe-home:before {
  content: "\e979";
}

/* line 392, app/assets/stylesheets/v2/feather.css */
.fe-image:before {
  content: "\e97a";
}

/* line 395, app/assets/stylesheets/v2/feather.css */
.fe-inbox:before {
  content: "\e97b";
}

/* line 398, app/assets/stylesheets/v2/feather.css */
.fe-info:before {
  content: "\e97c";
}

/* line 401, app/assets/stylesheets/v2/feather.css */
.fe-instagram:before {
  content: "\e97d";
}

/* line 404, app/assets/stylesheets/v2/feather.css */
.fe-italic:before {
  content: "\e97e";
}

/* line 407, app/assets/stylesheets/v2/feather.css */
.fe-layers:before {
  content: "\e97f";
}

/* line 410, app/assets/stylesheets/v2/feather.css */
.fe-layout:before {
  content: "\e980";
}

/* line 413, app/assets/stylesheets/v2/feather.css */
.fe-life-buoy:before {
  content: "\e981";
}

/* line 416, app/assets/stylesheets/v2/feather.css */
.fe-link:before {
  content: "\e982";
}

/* line 419, app/assets/stylesheets/v2/feather.css */
.fe-link-2:before {
  content: "\e983";
}

/* line 422, app/assets/stylesheets/v2/feather.css */
.fe-linkedin:before {
  content: "\e984";
}

/* line 425, app/assets/stylesheets/v2/feather.css */
.fe-list:before {
  content: "\e985";
}

/* line 428, app/assets/stylesheets/v2/feather.css */
.fe-loader:before {
  content: "\e986";
}

/* line 431, app/assets/stylesheets/v2/feather.css */
.fe-lock:before {
  content: "\e987";
}

/* line 434, app/assets/stylesheets/v2/feather.css */
.fe-log-in:before {
  content: "\e988";
}

/* line 437, app/assets/stylesheets/v2/feather.css */
.fe-log-out:before {
  content: "\e989";
}

/* line 440, app/assets/stylesheets/v2/feather.css */
.fe-mail:before {
  content: "\e98a";
}

/* line 443, app/assets/stylesheets/v2/feather.css */
.fe-map:before {
  content: "\e98b";
}

/* line 446, app/assets/stylesheets/v2/feather.css */
.fe-map-pin:before {
  content: "\e98c";
}

/* line 449, app/assets/stylesheets/v2/feather.css */
.fe-maximize:before {
  content: "\e98d";
}

/* line 452, app/assets/stylesheets/v2/feather.css */
.fe-maximize-2:before {
  content: "\e98e";
}

/* line 455, app/assets/stylesheets/v2/feather.css */
.fe-menu:before {
  content: "\e98f";
}

/* line 458, app/assets/stylesheets/v2/feather.css */
.fe-message-circle:before {
  content: "\e990";
}

/* line 461, app/assets/stylesheets/v2/feather.css */
.fe-message-square:before {
  content: "\e991";
}

/* line 464, app/assets/stylesheets/v2/feather.css */
.fe-mic:before {
  content: "\e992";
}

/* line 467, app/assets/stylesheets/v2/feather.css */
.fe-mic-off:before {
  content: "\e993";
}

/* line 470, app/assets/stylesheets/v2/feather.css */
.fe-minimize:before {
  content: "\e994";
}

/* line 473, app/assets/stylesheets/v2/feather.css */
.fe-minimize-2:before {
  content: "\e995";
}

/* line 476, app/assets/stylesheets/v2/feather.css */
.fe-minus:before {
  content: "\e996";
}

/* line 479, app/assets/stylesheets/v2/feather.css */
.fe-minus-circle:before {
  content: "\e997";
}

/* line 482, app/assets/stylesheets/v2/feather.css */
.fe-minus-square:before {
  content: "\e998";
}

/* line 485, app/assets/stylesheets/v2/feather.css */
.fe-monitor:before {
  content: "\e999";
}

/* line 488, app/assets/stylesheets/v2/feather.css */
.fe-moon:before {
  content: "\e99a";
}

/* line 491, app/assets/stylesheets/v2/feather.css */
.fe-more-horizontal:before {
  content: "\e99b";
}

/* line 494, app/assets/stylesheets/v2/feather.css */
.fe-more-vertical:before {
  content: "\e99c";
}

/* line 497, app/assets/stylesheets/v2/feather.css */
.fe-move:before {
  content: "\e99d";
}

/* line 500, app/assets/stylesheets/v2/feather.css */
.fe-music:before {
  content: "\e99e";
}

/* line 503, app/assets/stylesheets/v2/feather.css */
.fe-navigation:before {
  content: "\e99f";
}

/* line 506, app/assets/stylesheets/v2/feather.css */
.fe-navigation-2:before {
  content: "\e9a0";
}

/* line 509, app/assets/stylesheets/v2/feather.css */
.fe-octagon:before {
  content: "\e9a1";
}

/* line 512, app/assets/stylesheets/v2/feather.css */
.fe-package:before {
  content: "\e9a2";
}

/* line 515, app/assets/stylesheets/v2/feather.css */
.fe-paperclip:before {
  content: "\e9a3";
}

/* line 518, app/assets/stylesheets/v2/feather.css */
.fe-pause:before {
  content: "\e9a4";
}

/* line 521, app/assets/stylesheets/v2/feather.css */
.fe-pause-circle:before {
  content: "\e9a5";
}

/* line 524, app/assets/stylesheets/v2/feather.css */
.fe-percent:before {
  content: "\e9a6";
}

/* line 527, app/assets/stylesheets/v2/feather.css */
.fe-phone:before {
  content: "\e9a7";
}

/* line 530, app/assets/stylesheets/v2/feather.css */
.fe-phone-call:before {
  content: "\e9a8";
}

/* line 533, app/assets/stylesheets/v2/feather.css */
.fe-phone-forwarded:before {
  content: "\e9a9";
}

/* line 536, app/assets/stylesheets/v2/feather.css */
.fe-phone-incoming:before {
  content: "\e9aa";
}

/* line 539, app/assets/stylesheets/v2/feather.css */
.fe-phone-missed:before {
  content: "\e9ab";
}

/* line 542, app/assets/stylesheets/v2/feather.css */
.fe-phone-off:before {
  content: "\e9ac";
}

/* line 545, app/assets/stylesheets/v2/feather.css */
.fe-phone-outgoing:before {
  content: "\e9ad";
}

/* line 548, app/assets/stylesheets/v2/feather.css */
.fe-pie-chart:before {
  content: "\e9ae";
}

/* line 551, app/assets/stylesheets/v2/feather.css */
.fe-play:before {
  content: "\e9af";
}

/* line 554, app/assets/stylesheets/v2/feather.css */
.fe-play-circle:before {
  content: "\e9b0";
}

/* line 557, app/assets/stylesheets/v2/feather.css */
.fe-plus:before {
  content: "\e9b1";
}

/* line 560, app/assets/stylesheets/v2/feather.css */
.fe-plus-circle:before {
  content: "\e9b2";
}

/* line 563, app/assets/stylesheets/v2/feather.css */
.fe-plus-square:before {
  content: "\e9b3";
}

/* line 566, app/assets/stylesheets/v2/feather.css */
.fe-pocket:before {
  content: "\e9b4";
}

/* line 569, app/assets/stylesheets/v2/feather.css */
.fe-power:before {
  content: "\e9b5";
}

/* line 572, app/assets/stylesheets/v2/feather.css */
.fe-printer:before {
  content: "\e9b6";
}

/* line 575, app/assets/stylesheets/v2/feather.css */
.fe-radio:before {
  content: "\e9b7";
}

/* line 578, app/assets/stylesheets/v2/feather.css */
.fe-refresh-ccw:before {
  content: "\e9b8";
}

/* line 581, app/assets/stylesheets/v2/feather.css */
.fe-refresh-cw:before {
  content: "\e9b9";
}

/* line 584, app/assets/stylesheets/v2/feather.css */
.fe-repeat:before {
  content: "\e9ba";
}

/* line 587, app/assets/stylesheets/v2/feather.css */
.fe-rewind:before {
  content: "\e9bb";
}

/* line 590, app/assets/stylesheets/v2/feather.css */
.fe-rotate-ccw:before {
  content: "\e9bc";
}

/* line 593, app/assets/stylesheets/v2/feather.css */
.fe-rotate-cw:before {
  content: "\e9bd";
}

/* line 596, app/assets/stylesheets/v2/feather.css */
.fe-rss:before {
  content: "\e9be";
}

/* line 599, app/assets/stylesheets/v2/feather.css */
.fe-save:before {
  content: "\e9bf";
}

/* line 602, app/assets/stylesheets/v2/feather.css */
.fe-scissors:before {
  content: "\e9c0";
}

/* line 605, app/assets/stylesheets/v2/feather.css */
.fe-search:before {
  content: "\e9c1";
}

/* line 608, app/assets/stylesheets/v2/feather.css */
.fe-send:before {
  content: "\e9c2";
}

/* line 611, app/assets/stylesheets/v2/feather.css */
.fe-server:before {
  content: "\e9c3";
}

/* line 614, app/assets/stylesheets/v2/feather.css */
.fe-settings:before {
  content: "\e9c4";
}

/* line 617, app/assets/stylesheets/v2/feather.css */
.fe-share:before {
  content: "\e9c5";
}

/* line 620, app/assets/stylesheets/v2/feather.css */
.fe-share-2:before {
  content: "\e9c6";
}

/* line 623, app/assets/stylesheets/v2/feather.css */
.fe-shield:before {
  content: "\e9c7";
}

/* line 626, app/assets/stylesheets/v2/feather.css */
.fe-shield-off:before {
  content: "\e9c8";
}

/* line 629, app/assets/stylesheets/v2/feather.css */
.fe-shopping-bag:before {
  content: "\e9c9";
}

/* line 632, app/assets/stylesheets/v2/feather.css */
.fe-shopping-cart:before {
  content: "\e9ca";
}

/* line 635, app/assets/stylesheets/v2/feather.css */
.fe-shuffle:before {
  content: "\e9cb";
}

/* line 638, app/assets/stylesheets/v2/feather.css */
.fe-sidebar:before {
  content: "\e9cc";
}

/* line 641, app/assets/stylesheets/v2/feather.css */
.fe-skip-back:before {
  content: "\e9cd";
}

/* line 644, app/assets/stylesheets/v2/feather.css */
.fe-skip-forward:before {
  content: "\e9ce";
}

/* line 647, app/assets/stylesheets/v2/feather.css */
.fe-slack:before {
  content: "\e9cf";
}

/* line 650, app/assets/stylesheets/v2/feather.css */
.fe-slash:before {
  content: "\e9d0";
}

/* line 653, app/assets/stylesheets/v2/feather.css */
.fe-sliders:before {
  content: "\e9d1";
}

/* line 656, app/assets/stylesheets/v2/feather.css */
.fe-smartphone:before {
  content: "\e9d2";
}

/* line 659, app/assets/stylesheets/v2/feather.css */
.fe-speaker:before {
  content: "\e9d3";
}

/* line 662, app/assets/stylesheets/v2/feather.css */
.fe-square:before {
  content: "\e9d4";
}

/* line 665, app/assets/stylesheets/v2/feather.css */
.fe-star:before {
  content: "\e9d5";
}

/* line 668, app/assets/stylesheets/v2/feather.css */
.fe-stop-circle:before {
  content: "\e9d6";
}

/* line 671, app/assets/stylesheets/v2/feather.css */
.fe-sun:before {
  content: "\e9d7";
}

/* line 674, app/assets/stylesheets/v2/feather.css */
.fe-sunrise:before {
  content: "\e9d8";
}

/* line 677, app/assets/stylesheets/v2/feather.css */
.fe-sunset:before {
  content: "\e9d9";
}

/* line 680, app/assets/stylesheets/v2/feather.css */
.fe-tablet:before {
  content: "\e9da";
}

/* line 683, app/assets/stylesheets/v2/feather.css */
.fe-tag:before {
  content: "\e9db";
}

/* line 686, app/assets/stylesheets/v2/feather.css */
.fe-target:before {
  content: "\e9dc";
}

/* line 689, app/assets/stylesheets/v2/feather.css */
.fe-terminal:before {
  content: "\e9dd";
}

/* line 692, app/assets/stylesheets/v2/feather.css */
.fe-thermometer:before {
  content: "\e9de";
}

/* line 695, app/assets/stylesheets/v2/feather.css */
.fe-thumbs-down:before {
  content: "\e9df";
}

/* line 698, app/assets/stylesheets/v2/feather.css */
.fe-thumbs-up:before {
  content: "\e9e0";
}

/* line 701, app/assets/stylesheets/v2/feather.css */
.fe-toggle-left:before {
  content: "\e9e1";
}

/* line 704, app/assets/stylesheets/v2/feather.css */
.fe-toggle-right:before {
  content: "\e9e2";
}

/* line 707, app/assets/stylesheets/v2/feather.css */
.fe-trash:before {
  content: "\e9e3";
}

/* line 710, app/assets/stylesheets/v2/feather.css */
.fe-trash-2:before {
  content: "\e9e4";
}

/* line 713, app/assets/stylesheets/v2/feather.css */
.fe-trending-down:before {
  content: "\e9e5";
}

/* line 716, app/assets/stylesheets/v2/feather.css */
.fe-trending-up:before {
  content: "\e9e6";
}

/* line 719, app/assets/stylesheets/v2/feather.css */
.fe-triangle:before {
  content: "\e9e7";
}

/* line 722, app/assets/stylesheets/v2/feather.css */
.fe-truck:before {
  content: "\e9e8";
}

/* line 725, app/assets/stylesheets/v2/feather.css */
.fe-tv:before {
  content: "\e9e9";
}

/* line 728, app/assets/stylesheets/v2/feather.css */
.fe-twitter:before {
  content: "\e9ea";
}

/* line 731, app/assets/stylesheets/v2/feather.css */
.fe-type:before {
  content: "\e9eb";
}

/* line 734, app/assets/stylesheets/v2/feather.css */
.fe-umbrella:before {
  content: "\e9ec";
}

/* line 737, app/assets/stylesheets/v2/feather.css */
.fe-underline:before {
  content: "\e9ed";
}

/* line 740, app/assets/stylesheets/v2/feather.css */
.fe-unlock:before {
  content: "\e9ee";
}

/* line 743, app/assets/stylesheets/v2/feather.css */
.fe-upload:before {
  content: "\e9ef";
}

/* line 746, app/assets/stylesheets/v2/feather.css */
.fe-upload-cloud:before {
  content: "\e9f0";
}

/* line 749, app/assets/stylesheets/v2/feather.css */
.fe-user:before {
  content: "\e9f1";
}

/* line 752, app/assets/stylesheets/v2/feather.css */
.fe-user-check:before {
  content: "\e9f2";
}

/* line 755, app/assets/stylesheets/v2/feather.css */
.fe-user-minus:before {
  content: "\e9f3";
}

/* line 758, app/assets/stylesheets/v2/feather.css */
.fe-user-plus:before {
  content: "\e9f4";
}

/* line 761, app/assets/stylesheets/v2/feather.css */
.fe-user-x:before {
  content: "\e9f5";
}

/* line 764, app/assets/stylesheets/v2/feather.css */
.fe-users:before {
  content: "\e9f6";
}

/* line 767, app/assets/stylesheets/v2/feather.css */
.fe-video:before {
  content: "\e9f7";
}

/* line 770, app/assets/stylesheets/v2/feather.css */
.fe-video-off:before {
  content: "\e9f8";
}

/* line 773, app/assets/stylesheets/v2/feather.css */
.fe-voicemail:before {
  content: "\e9f9";
}

/* line 776, app/assets/stylesheets/v2/feather.css */
.fe-volume:before {
  content: "\e9fa";
}

/* line 779, app/assets/stylesheets/v2/feather.css */
.fe-volume-1:before {
  content: "\e9fb";
}

/* line 782, app/assets/stylesheets/v2/feather.css */
.fe-volume-2:before {
  content: "\e9fc";
}

/* line 785, app/assets/stylesheets/v2/feather.css */
.fe-volume-x:before {
  content: "\e9fd";
}

/* line 788, app/assets/stylesheets/v2/feather.css */
.fe-watch:before {
  content: "\e9fe";
}

/* line 791, app/assets/stylesheets/v2/feather.css */
.fe-wifi:before {
  content: "\e9ff";
}

/* line 794, app/assets/stylesheets/v2/feather.css */
.fe-wifi-off:before {
  content: "\ea00";
}

/* line 797, app/assets/stylesheets/v2/feather.css */
.fe-wind:before {
  content: "\ea01";
}

/* line 800, app/assets/stylesheets/v2/feather.css */
.fe-x:before {
  content: "\ea02";
}

/* line 803, app/assets/stylesheets/v2/feather.css */
.fe-x-circle:before {
  content: "\ea03";
}

/* line 806, app/assets/stylesheets/v2/feather.css */
.fe-x-square:before {
  content: "\ea04";
}

/* line 809, app/assets/stylesheets/v2/feather.css */
.fe-youtube:before {
  content: "\ea05";
}

/* line 812, app/assets/stylesheets/v2/feather.css */
.fe-zap:before {
  content: "\ea06";
}

/* line 815, app/assets/stylesheets/v2/feather.css */
.fe-zap-off:before {
  content: "\ea07";
}

/* line 818, app/assets/stylesheets/v2/feather.css */
.fe-zoom-in:before {
  content: "\ea08";
}

/* line 821, app/assets/stylesheets/v2/feather.css */
.fe-zoom-out:before {
  content: "\ea09";
}

/**
 * Dashkit v1.3.2
 *
 * Custom variables followed by Dashkit variables followed by Bootstrap variables
 * to ensure cascade of styles.
 */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 2, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007aff;
  --indigo: #727cf5;
  --purple: #6b5eae;
  --pink: #ff679b;
  --red: #E63757;
  --orange: #fd7e14;
  --yellow: #F6C343;
  --green: #00D97E;
  --teal: #02a8b5;
  --cyan: #39afd1;
  --white: #FFFFFF;
  --gray: #869AB8;
  --gray-dark: #384C74;
  --primary: #007aff;
  --secondary: #506690;
  --success: #00D97E;
  --info: #39afd1;
  --warning: #F6C343;
  --danger: #E63757;
  --light: #F1F4F8;
  --dark: #161C2D;
  --white: #FFFFFF;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Cerebri Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(22, 28, 45, 0);
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: "Cerebri Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #161C2D;
  text-align: left;
  background-color: #F9FBFD;
}

/* line 66, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.125rem;
}

/* line 101, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 123, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 600;
}

/* line 147, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #007aff;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0055b3;
  text-decoration: none;
}

/* line 202, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 239, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 249, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 254, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 266, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 270, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  color: #384C74;
  text-align: left;
  caption-side: bottom;
}

/* line 278, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 289, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 298, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 307, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 312, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 323, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 328, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 336, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 344, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 357, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 364, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 372, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 379, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 391, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 397, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 412, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 424, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 429, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 434, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 447, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 456, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 465, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 469, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 474, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 480, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 1.625rem;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 1.25rem;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.0625rem;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 0.9375rem;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 0.8125rem;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 0.625rem;
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.171875rem;
  font-weight: 300;
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 55, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #D9E2EF;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 0.8125rem;
  font-weight: 400;
}

/* line 73, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 6px;
}

/* line 106, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.171875rem;
}

/* line 117, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 0.8125rem;
  color: #869AB8;
}

/* line 122, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #F9FBFD;
  border: 1px solid #D9E2EF;
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.75rem;
  line-height: 1;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.8125rem;
  color: #869AB8;
}

/* line 2, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #007aff;
  word-wrap: break-word;
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #2B354F;
  border-radius: 0.25rem;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #2B354F;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 55, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #161C2D;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.9375rem;
  vertical-align: top;
  border-top: 1px solid #F1F4F8;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #F1F4F8;
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #F1F4F8;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.9375rem;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #F1F4F8;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #F1F4F8;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F9FBFD;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #161C2D;
  background-color: #F9FBFD;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #ced4e0;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #a4afc5;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #bec6d6;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #bec6d6;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8f4db;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7aebbc;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #a2f1d0;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a2f1d0;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c8e9f2;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #98d5e7;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #b3e1ed;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b3e1ed;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fceeca;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fae09d;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #fbe6b2;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbe6b2;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8c7d0;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f297a8;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f5b0bd;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f5b0bd;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfcfd;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f8f9fb;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #eaeff5;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eaeff5;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bebfc4;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #868992;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b1b2b8;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b1b2b8;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #F9FBFD;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: #e6eef7;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e6eef7;
}

/* line 114, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #FFFFFF;
  background-color: #384C74;
  border-color: #445d8e;
}

/* line 122, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #384C74;
  background-color: #F9FBFD;
  border-color: #F1F4F8;
}

/* line 130, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #FFFFFF;
  background-color: #384C74;
}

/* line 134, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #445d8e;
}

/* line 140, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #161C2D;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #C6D3E6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #161C2D;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #161C2D;
  background-color: #FFFFFF;
  border-color: #007aff;
  outline: 0;
  box-shadow: transparent;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #869AB8;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #869AB8;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #869AB8;
  opacity: 1;
}
.form-control::placeholder {
  color: #869AB8;
  opacity: 1;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #FFFFFF;
  opacity: 1;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #161C2D;
  background-color: #FFFFFF;
}

/* line 75, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 88, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.0625rem;
  line-height: 1.5;
}

/* line 103, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.125rem + 1px);
  padding-bottom: calc(0.125rem + 1px);
  font-size: 0.8125000003rem;
  line-height: 1.75;
}

/* line 116, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #161C2D;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 128, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 143, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.75em + 0.25rem + 2px);
  padding: 0.125rem 0.5rem;
  font-size: 0.8125000003rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

/* line 151, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 161, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 167, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 176, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1.375rem;
}

/* line 180, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 190, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 196, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 208, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 214, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 220, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #384C74;
}

/* line 226, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 230, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 237, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #00D97E;
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.8125000003rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #00d97e;
  border-radius: 0.375rem;
}

/* line 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00D97E;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00D97E;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00D97E;
}

/* line 111, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00D97E;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 120, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00D97E;
}

/* line 124, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 132, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00D97E;
}

/* line 135, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00D97E;
}

/* line 141, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #0dff9a;
  background-color: #0dff9a;
}

/* line 148, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 152, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00D97E;
}

/* line 162, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00D97E;
}

/* line 167, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00D97E;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #E63757;
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.8125000003rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #e63757;
  border-radius: 0.375rem;
}

/* line 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #E63757;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #E63757;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #E63757;
}

/* line 111, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #E63757;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 120, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E63757;
}

/* line 124, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 132, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #E63757;
}

/* line 135, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #E63757;
}

/* line 141, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ec647d;
  background-color: #ec647d;
}

/* line 148, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 152, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #E63757;
}

/* line 162, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #E63757;
}

/* line 167, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #E63757;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 266, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 274, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 280, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 288, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 297, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 304, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 308, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 315, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 322, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 330, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 334, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #161C2D;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #161C2D;
  text-decoration: none;
}

/* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(0, 122, 255, 0.25);
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #FFFFFF;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #0068d9;
  border-color: #0062cc;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: #0068d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.15rem rgba(38, 142, 255, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(38, 142, 255, 0.5);
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #FFFFFF;
  background-color: #506690;
  border-color: #506690;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #425577;
  border-color: #3e4f6f;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #FFFFFF;
  background-color: #425577;
  border-color: #3e4f6f;
  box-shadow: 0 0 0 0.15rem rgba(106, 125, 161, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #506690;
  border-color: #506690;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #3e4f6f;
  border-color: #394967;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(106, 125, 161, 0.5);
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #FFFFFF;
  background-color: #00D97E;
  border-color: #00D97E;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #FFFFFF;
  background-color: #00b368;
  border-color: #00a660;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #FFFFFF;
  background-color: #00b368;
  border-color: #00a660;
  box-shadow: 0 0 0 0.15rem rgba(38, 223, 145, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #FFFFFF;
  background-color: #00D97E;
  border-color: #00D97E;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #00a660;
  border-color: #009959;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(38, 223, 145, 0.5);
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #FFFFFF;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #FFFFFF;
  background-color: #2b99b9;
  border-color: #2991ae;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #FFFFFF;
  background-color: #2b99b9;
  border-color: #2991ae;
  box-shadow: 0 0 0 0.15rem rgba(87, 187, 216, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #FFFFFF;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #2991ae;
  border-color: #2688a4;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(87, 187, 216, 0.5);
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #2B354F;
  background-color: #F6C343;
  border-color: #F6C343;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #2B354F;
  background-color: #f4b71e;
  border-color: #f4b312;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #2B354F;
  background-color: #f4b71e;
  border-color: #f4b312;
  box-shadow: 0 0 0 0.15rem rgba(216, 174, 69, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #2B354F;
  background-color: #F6C343;
  border-color: #F6C343;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #2B354F;
  background-color: #f4b312;
  border-color: #eead0b;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(216, 174, 69, 0.5);
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #FFFFFF;
  background-color: #E63757;
  border-color: #E63757;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #db1b3f;
  border-color: #d01a3b;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #FFFFFF;
  background-color: #db1b3f;
  border-color: #d01a3b;
  box-shadow: 0 0 0 0.15rem rgba(234, 85, 112, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  background-color: #E63757;
  border-color: #E63757;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #d01a3b;
  border-color: #c51938;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(234, 85, 112, 0.5);
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #2B354F;
  background-color: #F1F4F8;
  border-color: #F1F4F8;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #2B354F;
  background-color: #d8e0eb;
  border-color: #cfd9e7;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #2B354F;
  background-color: #d8e0eb;
  border-color: #cfd9e7;
  box-shadow: 0 0 0 0.15rem rgba(211, 215, 223, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #2B354F;
  background-color: #F1F4F8;
  border-color: #F1F4F8;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #2B354F;
  background-color: #cfd9e7;
  border-color: #c7d3e3;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(211, 215, 223, 0.5);
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #FFFFFF;
  background-color: #161C2D;
  border-color: #161C2D;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #090c13;
  border-color: #05070b;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #FFFFFF;
  background-color: #090c13;
  border-color: #05070b;
  box-shadow: 0 0 0 0.15rem rgba(57, 62, 77, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #161C2D;
  border-color: #161C2D;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #05070b;
  border-color: #010102;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(57, 62, 77, 0.5);
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-white {
  color: #2B354F;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-white:hover {
  color: #2B354F;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:focus, .btn-white.focus {
  color: #2B354F;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.15rem rgba(223, 225, 229, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white.disabled, .btn-white:disabled {
  color: #2B354F;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:not(:disabled):not(.disabled):active, .btn-white.active:not(:disabled):not(.disabled), .show > .btn-white.dropdown-toggle {
  color: #2B354F;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white.active:not(:disabled):not(.disabled):focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 225, 229, 0.5);
}

/* line 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #007aff;
  border-color: #007aff;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 122, 255, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007aff;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 122, 255, 0.5);
}

/* line 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #506690;
  border-color: #506690;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #506690;
  border-color: #506690;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.15rem rgba(80, 102, 144, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #506690;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #506690;
  border-color: #506690;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(80, 102, 144, 0.5);
}

/* line 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #00D97E;
  border-color: #00D97E;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #00D97E;
  border-color: #00D97E;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00D97E;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #00D97E;
  border-color: #00D97E;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.5);
}

/* line 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #39afd1;
  border-color: #39afd1;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.15rem rgba(57, 175, 209, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #39afd1;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(57, 175, 209, 0.5);
}

/* line 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #F6C343;
  border-color: #F6C343;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #2B354F;
  background-color: #F6C343;
  border-color: #F6C343;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 195, 67, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F6C343;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #2B354F;
  background-color: #F6C343;
  border-color: #F6C343;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 195, 67, 0.5);
}

/* line 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #E63757;
  border-color: #E63757;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #E63757;
  border-color: #E63757;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #E63757;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #E63757;
  border-color: #E63757;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.5);
}

/* line 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #F1F4F8;
  border-color: #F1F4F8;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #2B354F;
  background-color: #F1F4F8;
  border-color: #F1F4F8;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 244, 248, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F1F4F8;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #2B354F;
  background-color: #F1F4F8;
  border-color: #F1F4F8;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 244, 248, 0.5);
}

/* line 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #161C2D;
  border-color: #161C2D;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #161C2D;
  border-color: #161C2D;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(22, 28, 45, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #161C2D;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #161C2D;
  border-color: #161C2D;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(22, 28, 45, 0.5);
}

/* line 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-white:hover {
  color: #2B354F;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #FFFFFF;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white.active:not(:disabled):not(.disabled), .show > .btn-outline-white.dropdown-toggle {
  color: #2B354F;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007aff;
  text-decoration: none;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0055b3;
  text-decoration: none;
}

/* line 89, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 95, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #ABBCD5;
  pointer-events: none;
}

/* line 109, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 113, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.125rem 0.5rem;
  font-size: 0.8125000003rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

/* line 122, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 127, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 136, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
}

/* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9375rem;
  color: #161C2D;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(22, 28, 45, 0.1);
  border-radius: 0.375rem;
}

/* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0;
  border-right: 0.25em solid transparent;
  border-bottom: 0.25em solid;
  border-left: 0.25em solid transparent;
}

/* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid transparent;
  border-right: 0;
  border-bottom: 0.25em solid transparent;
  border-left: 0.25em solid;
}

/* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid transparent;
  border-right: 0.25em solid;
  border-bottom: 0.25em solid transparent;
}

/* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.75rem 0;
  overflow: hidden;
  border-top: 1px solid #F1F4F8;
}

/* line 123, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #506690;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #161C2D;
  text-decoration: none;
  background-color: transparent;
}

/* line 153, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #161C2D;
  text-decoration: none;
  background-color: transparent;
}

/* line 160, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #869AB8;
  pointer-events: none;
  background-color: transparent;
}

/* line 172, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 177, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.8125000003rem;
  color: inherit;
  white-space: nowrap;
}

/* line 187, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.375rem 1.5rem;
  color: #506690;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 78, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 83, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 91, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 100, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #384C74;
  text-align: center;
  white-space: nowrap;
  background-color: #FFFFFF;
  border: 1px solid #C6D3E6;
  border-radius: 0.375rem;
}

/* line 116, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 128, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 133, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 145, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.75em + 0.25rem + 2px);
}

/* line 150, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.125rem 0.5rem;
  font-size: 0.8125000003rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

/* line 162, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 175, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 184, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.40625rem;
  padding-left: 1.5rem;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.203125rem;
  opacity: 0;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #007aff;
  background-color: #007aff;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: transparent;
}

/* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #007aff;
}

/* line 50, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 60, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #869AB8;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #FFFFFF;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 82, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.203125rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #D9E2EF;
  border: #ABBCD5 solid 0;
}

/* line 97, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.203125rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 115, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.375rem;
}

/* line 120, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 126, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007aff;
  background-color: #007aff;
}

/* line 131, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 137, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 122, 255, 0.5);
}

/* line 140, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 122, 255, 0.5);
}

/* line 151, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 157, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}

/* line 163, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 122, 255, 0.5);
}

/* line 174, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 3.5rem;
}

/* line 178, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -3.5rem;
  width: 3rem;
  pointer-events: all;
  border-radius: 0.5625rem;
}

/* line 186, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: 0.203125rem;
  left: -3.5rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #ABBCD5;
  border-radius: 0.5625rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 186, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 199, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #D9E2EF;
  transform: translateX(2rem);
}

/* line 206, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 122, 255, 0.5);
}

/* line 219, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #161C2D;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23384C74' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #C6D3E6;
  border-radius: 0.375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 236, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #007aff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(22, 28, 45, 0.075), 0 0 5px rgba(0, 122, 255, 0.5);
}

/* line 245, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #161C2D;
  background-color: #FFFFFF;
}

/* line 256, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 263, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #869AB8;
  background-color: #F1F4F8;
}

/* line 269, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 274, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #161C2D;
}

/* line 280, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.75em + 0.25rem + 2px);
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.5rem;
  font-size: 0.8125000003rem;
}

/* line 288, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.0625rem;
}

/* line 301, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin-bottom: 0;
}

/* line 309, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 317, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #007aff;
  box-shadow: transparent;
}

/* line 323, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #FFFFFF;
}

/* line 329, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 334, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 339, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #161C2D;
  background-color: #FFFFFF;
  border: 1px solid #C6D3E6;
  border-radius: 0.375rem;
}

/* line 356, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1rem);
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
  color: #161C2D;
  content: "Browse";
  background-color: #FFFFFF;
  border-left: inherit;
  border-radius: 0 0.375rem 0.375rem 0;
}

/* line 380, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.3rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 387, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 392, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #F9FBFD, transparent;
}

/* line 393, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F9FBFD, transparent;
}

/* line 394, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #F9FBFD, transparent;
}

/* line 397, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 401, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007aff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 401, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 412, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 417, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #D9E2EF;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 428, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007aff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 428, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 438, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 443, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #D9E2EF;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 454, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.15rem;
  margin-left: 0.15rem;
  background-color: #007aff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 454, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 467, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 472, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 483, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #D9E2EF;
  border-radius: 1rem;
}

/* line 488, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #D9E2EF;
  border-radius: 1rem;
}

/* line 495, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #ABBCD5;
}

/* line 499, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 503, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #ABBCD5;
}

/* line 507, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 511, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #ABBCD5;
}

/* line 517, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 517, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #869AB8;
  pointer-events: none;
  cursor: default;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #D9E2EF;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent transparent transparent;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #869AB8;
  background-color: transparent;
  border-color: transparent;
}

/* line 56, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #161C2D;
  background-color: transparent;
  border-color: transparent transparent #007aff;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 77, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.375rem;
}

/* line 81, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #007aff;
}

/* line 94, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 101, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 114, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 117, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.0625rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0;
  font-size: 1.0625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 152, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 150, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 176, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 152, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 150, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 176, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 152, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 150, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 176, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 152, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 150, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 176, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 150, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 152, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 173, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 176, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 180, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 187, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 202, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 209, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 224, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: #161C2D;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #161C2D;
}

/* line 233, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: #506690;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #161C2D;
}

/* line 240, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(22, 28, 45, 0.3);
}

/* line 245, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #161C2D;
}

/* line 253, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: #506690;
  border-color: transparent;
}

/* line 258, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23506690' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 262, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: #506690;
}

/* line 264, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: #161C2D;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #161C2D;
}

/* line 276, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #FFFFFF;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}

/* line 285, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #FFFFFF;
}

/* line 292, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 297, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}

/* line 305, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.7);
  border-color: transparent;
}

/* line 310, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 314, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.7);
}

/* line 316, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #FFFFFF;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid #F1F4F8;
  border-radius: 0.5rem;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}

/* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 1rem;
}

/* line 50, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

/* line 55, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.5rem;
}

/* line 73, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #F1F4F8;
}

/* line 80, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 91, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 1rem 1.5rem;
  background-color: transparent;
  border-top: 1px solid #F1F4F8;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}

/* line 106, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

/* line 113, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 128, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 135, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 140, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

/* line 149, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  /* line 148, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  /* line 159, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

/* line 177, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  /* line 174, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 186, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 191, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 198, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 201, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 206, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 213, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 216, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 221, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 238, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  /* line 237, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 248, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 261, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 264, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 269, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 273, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.375rem;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #C6D3E6;
  content: "";
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #869AB8;
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #161C2D;
  background-color: #FFFFFF;
  border: 1px solid #D9E2EF;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #161C2D;
  text-decoration: none;
  background-color: #F9FBFD;
  border-color: #D9E2EF;
}

/* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(0, 122, 255, 0.25);
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #869AB8;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #D9E2EF;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.5;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125000003rem;
  line-height: 1.75;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.33em 0.5em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #FFFFFF;
  background-color: #007aff;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #FFFFFF;
  background-color: #0062cc;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(0, 122, 255, 0.5);
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #FFFFFF;
  background-color: #506690;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #FFFFFF;
  background-color: #3e4f6f;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(80, 102, 144, 0.5);
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #FFFFFF;
  background-color: #00D97E;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #FFFFFF;
  background-color: #00a660;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.5);
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #FFFFFF;
  background-color: #39afd1;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #FFFFFF;
  background-color: #2991ae;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(57, 175, 209, 0.5);
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #2B354F;
  background-color: #F6C343;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #2B354F;
  background-color: #f4b312;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(246, 195, 67, 0.5);
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #FFFFFF;
  background-color: #E63757;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #FFFFFF;
  background-color: #d01a3b;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.5);
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #2B354F;
  background-color: #F1F4F8;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #2B354F;
  background-color: #cfd9e7;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(241, 244, 248, 0.5);
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #FFFFFF;
  background-color: #161C2D;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFFFFF;
  background-color: #05070b;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(22, 28, 45, 0.5);
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-white {
  color: #2B354F;
  background-color: #FFFFFF;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-white:hover, a.badge-white:focus {
  color: #2B354F;
  background-color: #e6e6e6;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #F1F4F8;
  border-radius: 0.5rem;
}

@media (min-width: 576px) {
  /* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 400;
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3.90625rem;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #0b4d9a;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #006ee6;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #08356a;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #344260;
  background-color: #506690;
  border-color: #506690;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #475a80;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #222b3f;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #0b7e57;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #00c06f;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #074f37;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #286882;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #2da2c3;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #1c495b;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #8a7338;
  background-color: #f6c343;
  border-color: #f6c343;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #f5bb2b;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #665529;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #822a43;
  background-color: #e63757;
  border-color: #e63757;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #e32044;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #5b1e2f;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #888c97;
  background-color: #f1f4f8;
  border-color: #f1f4f8;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #e0e7f0;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #6e727e;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #161c2d;
  background-color: #161c2d;
  border-color: #161c2d;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #0e111c;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #05070b;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-white {
  color: #8f929a;
  background-color: white;
  border-color: white;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-white .alert-link {
  color: #757881;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.703125rem;
  background-color: #F1F4F8;
  border-radius: 200px;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #007aff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #506690;
  text-align: inherit;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #506690;
  text-decoration: none;
  background-color: #F9FBFD;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #161C2D;
  background-color: #F1F4F8;
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border: 1px solid #D9E2EF;
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 56, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 60, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #869AB8;
  pointer-events: none;
  background-color: transparent;
}

/* line 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 75, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 78, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 94, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 98, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
}

/* line 103, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-left-radius: 0;
}

/* line 108, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

/* line 112, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 116, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 94, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 98, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 103, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 108, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  /* line 112, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 116, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 94, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 98, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 103, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 108, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  /* line 112, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 116, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 94, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 98, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 103, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 108, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  /* line 112, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 116, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 94, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 98, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 103, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 108, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  /* line 112, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 116, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 133, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

/* line 138, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

/* line 144, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #0b4d9a;
  background-color: #b8daff;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0b4d9a;
  background-color: #9fcdff;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0b4d9a;
  border-color: #0b4d9a;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #344260;
  background-color: #ced4e0;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #344260;
  background-color: #bec6d6;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #344260;
  border-color: #344260;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #0b7e57;
  background-color: #b8f4db;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0b7e57;
  background-color: #a2f1d0;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0b7e57;
  border-color: #0b7e57;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #286882;
  background-color: #c8e9f2;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #286882;
  background-color: #b3e1ed;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #286882;
  border-color: #286882;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a7338;
  background-color: #fceeca;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #8a7338;
  background-color: #fbe6b2;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #8a7338;
  border-color: #8a7338;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #822a43;
  background-color: #f8c7d0;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #822a43;
  background-color: #f5b0bd;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #822a43;
  border-color: #822a43;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #888c97;
  background-color: #fbfcfd;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #888c97;
  background-color: #eaeff5;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #888c97;
  border-color: #888c97;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #161c2d;
  background-color: #bebfc4;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #161c2d;
  background-color: #b1b2b8;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #161c2d;
  border-color: #161c2d;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-white {
  color: #8f929a;
  background-color: white;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #8f929a;
  background-color: #f2f2f2;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-white.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #8f929a;
  border-color: #8f929a;
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.40625rem;
  font-weight: 600;
  line-height: 1;
  color: #384C74;
  text-shadow: none;
  opacity: .5;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #384C74;
  text-decoration: none;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  max-width: 300px;
  overflow: hidden;
  font-size: 0.9375rem;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #D9E2EF;
  box-shadow: 0 0.75rem 1.5rem rgba(22, 28, 45, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.375rem;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  color: #161C2D;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-bottom: 1px solid #D9E2EF;
}

/* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 1rem;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 90, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 95, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 99, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 106, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  outline: 0;
}

/* line 124, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #161C2D;
}

/* line 134, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 135, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 140, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid #D9E2EF;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 148, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1.5rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 156, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 163, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}

/* line 172, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem;
  border-top: 1px solid #D9E2EF;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

/* line 185, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 207, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 227, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 231, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 238, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Cerebri Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8125000003rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 1;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #D9E2EF;
}

/* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #D9E2EF;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #D9E2EF;
}

/* line 76, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #D9E2EF;
}

/* line 108, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #161C2D;
  text-align: center;
  background-color: #D9E2EF;
  border-radius: 0.375rem;
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 10rem;
  font-family: "Cerebri Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8125000003rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(22, 28, 45, 0.2);
  border-radius: 0.5rem;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}

/* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(22, 28, 45, 0.25);
}

/* line 50, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}

/* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(22, 28, 45, 0.25);
}

/* line 73, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFFFFF;
}

/* line 81, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(22, 28, 45, 0.25);
}

/* line 93, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}

/* line 101, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #FFFFFF;
}

/* line 113, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}

/* line 122, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(22, 28, 45, 0.25);
}

/* line 128, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFFFFF;
}

/* line 153, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0 0;
  margin-bottom: 0;
  font-size: 0.9375rem;
  background-color: #FFFFFF;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 162, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0 0;
  color: #384C74;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 111, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 135, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 159, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 159, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 177, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007aff !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #506690 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #3e4f6f !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #00D97E !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00a660 !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #39afd1 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2991ae !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #F6C343 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f4b312 !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #E63757 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d01a3b !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #F1F4F8 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cfd9e7 !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #161C2D !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #05070b !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-white {
  background-color: #FFFFFF !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #FFFFFF !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #D9E2EF !important;
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #D9E2EF !important;
}

/* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #D9E2EF !important;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #D9E2EF !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #D9E2EF !important;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007aff !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #506690 !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #00D97E !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #39afd1 !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #F6C343 !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #E63757 !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #F1F4F8 !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #161C2D !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #FFFFFF !important;
}

/* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #FFFFFF !important;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.25rem !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.375rem !important;
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

/* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 56, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 61, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.5rem !important;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 998;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(22, 28, 45, 0.075) !important;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15) !important;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(22, 28, 45, 0.175) !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-15 {
  width: 15% !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-15 {
  height: 15% !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.1875rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.1875rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.1875rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.1875rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.1875rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.375rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.375rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.375rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.375rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.375rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 0.75rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 2.25rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 2.25rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 2.25rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 2.25rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 2.25rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-6 {
  margin: 4.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-7 {
  margin: 6.75rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-7,
.my-7 {
  margin-top: 6.75rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-7,
.mx-7 {
  margin-right: 6.75rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-7,
.my-7 {
  margin-bottom: 6.75rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-7,
.mx-7 {
  margin-left: 6.75rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-8 {
  margin: 13.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-8,
.my-8 {
  margin-top: 13.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-8,
.mx-8 {
  margin-right: 13.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-8,
.my-8 {
  margin-bottom: 13.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-8,
.mx-8 {
  margin-left: 13.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.1875rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.1875rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.1875rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.1875rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.1875rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.375rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.375rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.375rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.375rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.375rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 0.75rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 2.25rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 2.25rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 2.25rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 2.25rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 2.25rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-6 {
  padding: 4.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-7 {
  padding: 6.75rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-7,
.py-7 {
  padding-top: 6.75rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-7,
.px-7 {
  padding-right: 6.75rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-7,
.py-7 {
  padding-bottom: 6.75rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-7,
.px-7 {
  padding-left: 6.75rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-8 {
  padding: 13.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-8,
.py-8 {
  padding-top: 13.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-8,
.px-8 {
  padding-right: 13.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-8,
.py-8 {
  padding-bottom: 13.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-8,
.px-8 {
  padding-left: 13.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.1875rem !important;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.1875rem !important;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.1875rem !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.1875rem !important;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.1875rem !important;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.375rem !important;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.375rem !important;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.375rem !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.375rem !important;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.375rem !important;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -0.75rem !important;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -2.25rem !important;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -2.25rem !important;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -2.25rem !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -2.25rem !important;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -2.25rem !important;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n6 {
  margin: -4.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n7 {
  margin: -6.75rem !important;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n7,
.my-n7 {
  margin-top: -6.75rem !important;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n7,
.mx-n7 {
  margin-right: -6.75rem !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n7,
.my-n7 {
  margin-bottom: -6.75rem !important;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n7,
.mx-n7 {
  margin-left: -6.75rem !important;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n8 {
  margin: -13.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n8,
.my-n8 {
  margin-top: -13.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n8,
.mx-n8 {
  margin-right: -13.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n8,
.my-n8 {
  margin-bottom: -13.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n8,
.mx-n8 {
  margin-left: -13.5rem !important;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.1875rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.375rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.375rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.375rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.375rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 0.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 2.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 2.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 2.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 2.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 4.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-7 {
    margin: 6.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-7,
.my-sm-7 {
    margin-top: 6.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 6.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 6.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-8 {
    margin: 13.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-8,
.my-sm-8 {
    margin-top: 13.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 13.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 13.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.1875rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.375rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.375rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.375rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.375rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 0.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 0.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 0.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 2.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 2.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 2.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 2.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 4.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 4.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 4.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-7 {
    padding: 6.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-7,
.py-sm-7 {
    padding-top: 6.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-7,
.px-sm-7 {
    padding-right: 6.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-7,
.px-sm-7 {
    padding-left: 6.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-8 {
    padding: 13.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-8,
.py-sm-8 {
    padding-top: 13.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-8,
.px-sm-8 {
    padding-right: 13.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-8,
.px-sm-8 {
    padding-left: 13.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.1875rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.375rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -2.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n7 {
    margin: -6.75rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n8 {
    margin: -13.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.1875rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.375rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.375rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.375rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.375rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 0.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 0.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 0.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 0.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 2.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 2.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 2.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 2.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-6 {
    margin: 4.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-6,
.my-md-6 {
    margin-top: 4.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-6,
.mx-md-6 {
    margin-right: 4.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-6,
.mx-md-6 {
    margin-left: 4.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-7 {
    margin: 6.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-7,
.my-md-7 {
    margin-top: 6.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-7,
.mx-md-7 {
    margin-right: 6.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-7,
.my-md-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-7,
.mx-md-7 {
    margin-left: 6.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-8 {
    margin: 13.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-8,
.my-md-8 {
    margin-top: 13.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-8,
.mx-md-8 {
    margin-right: 13.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-8,
.my-md-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-8,
.mx-md-8 {
    margin-left: 13.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.1875rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.375rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.375rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.375rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.375rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 0.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 0.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 0.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 0.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 2.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 2.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 2.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 2.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-6 {
    padding: 4.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-6,
.py-md-6 {
    padding-top: 4.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-6,
.px-md-6 {
    padding-right: 4.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-6,
.px-md-6 {
    padding-left: 4.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-7 {
    padding: 6.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-7,
.py-md-7 {
    padding-top: 6.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-7,
.px-md-7 {
    padding-right: 6.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-7,
.py-md-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-7,
.px-md-7 {
    padding-left: 6.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-8 {
    padding: 13.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-8,
.py-md-8 {
    padding-top: 13.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-8,
.px-md-8 {
    padding-right: 13.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-8,
.py-md-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-8,
.px-md-8 {
    padding-left: 13.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.1875rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.375rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -2.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n6,
.my-md-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n7 {
    margin: -6.75rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n7,
.my-md-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n8 {
    margin: -13.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n8,
.my-md-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.1875rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.375rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.375rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.375rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.375rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 0.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 2.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 2.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 2.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 2.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 4.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-7 {
    margin: 6.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-7,
.my-lg-7 {
    margin-top: 6.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 6.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 6.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-8 {
    margin: 13.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-8,
.my-lg-8 {
    margin-top: 13.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 13.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 13.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.1875rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.375rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.375rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.375rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.375rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 0.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 0.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 0.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 2.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 2.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 2.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 2.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 4.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 4.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 4.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-7 {
    padding: 6.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-7,
.py-lg-7 {
    padding-top: 6.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-7,
.px-lg-7 {
    padding-right: 6.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-7,
.px-lg-7 {
    padding-left: 6.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-8 {
    padding: 13.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-8,
.py-lg-8 {
    padding-top: 13.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-8,
.px-lg-8 {
    padding-right: 13.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-8,
.px-lg-8 {
    padding-left: 13.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.1875rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.375rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -2.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n7 {
    margin: -6.75rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n8 {
    margin: -13.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.1875rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.375rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.375rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.375rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.375rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 0.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 2.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 2.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 2.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 2.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 4.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-7 {
    margin: 6.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-7,
.my-xl-7 {
    margin-top: 6.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 6.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 6.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-8 {
    margin: 13.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-8,
.my-xl-8 {
    margin-top: 13.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 13.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 13.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.1875rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.375rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.375rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.375rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.375rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 0.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 0.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 2.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 2.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 2.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 2.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 4.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 4.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 4.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-7 {
    padding: 6.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-7,
.py-xl-7 {
    padding-top: 6.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-7,
.px-xl-7 {
    padding-right: 6.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-7,
.px-xl-7 {
    padding-left: 6.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-8 {
    padding: 13.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-8,
.py-xl-8 {
    padding-top: 13.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-8,
.px-xl-8 {
    padding-right: 13.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-8,
.px-xl-8 {
    padding-left: 13.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.1875rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.375rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -2.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n7 {
    margin: -6.75rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n8 {
    margin: -13.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 400 !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #FFFFFF !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007aff !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0055b3 !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #506690 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #35435f !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #00D97E !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #008d52 !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #39afd1 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #247f9a !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #F6C343 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #e2a40b !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #E63757 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #b91735 !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #F1F4F8 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #beccdf !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #161C2D !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-white {
  color: #FFFFFF !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #161C2D !important;
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #384C74 !important;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(22, 28, 45, 0.5) !important;
}

/* line 55, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #ABBCD5;
    page-break-inside: avoid;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #161C2D;
  }
  /* line 107, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #FFFFFF !important;
  }
  /* line 117, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #D9E2EF !important;
  }
  /* line 123, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #F1F4F8;
  }
  /* line 134, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #F1F4F8;
  }
}

/* line 12, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-link {
  text-decoration: underline;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-primary {
  color: #FFFFFF;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #006ee6;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #e6e6e6;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-primary .close,
.alert-primary .alert-link {
  color: #FFFFFF;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-secondary {
  color: #FFFFFF;
  background-color: #506690;
  border-color: #506690;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #475a80;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #e6e6e6;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-secondary .close,
.alert-secondary .alert-link {
  color: #FFFFFF;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-success {
  color: #FFFFFF;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #00c06f;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #e6e6e6;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-success .close,
.alert-success .alert-link {
  color: #FFFFFF;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-info {
  color: #FFFFFF;
  background-color: #39afd1;
  border-color: #39afd1;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #2da2c3;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #e6e6e6;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-info .close,
.alert-info .alert-link {
  color: #FFFFFF;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-warning {
  color: #2B354F;
  background-color: #f6c343;
  border-color: #f6c343;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #f5bb2b;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #191f2e;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-warning .close,
.alert-warning .alert-link {
  color: #2B354F;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-danger {
  color: #FFFFFF;
  background-color: #e63757;
  border-color: #e63757;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #e32044;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #e6e6e6;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-danger .close,
.alert-danger .alert-link {
  color: #FFFFFF;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-light {
  color: #2B354F;
  background-color: #f1f4f8;
  border-color: #f1f4f8;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #e0e7f0;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #191f2e;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-light .close,
.alert-light .alert-link {
  color: #2B354F;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-dark {
  color: #FFFFFF;
  background-color: #161c2d;
  border-color: #161c2d;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #0e111c;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #e6e6e6;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-dark .close,
.alert-dark .alert-link {
  color: #FFFFFF;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-white {
  color: #2B354F;
  background-color: white;
  border-color: white;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-white .alert-link {
  color: #191f2e;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-white .close,
.alert-white .alert-link {
  color: #2B354F;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge {
  vertical-align: middle;
}

/* line 15, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.btn .badge {
  top: -2px;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-primary {
  color: #007aff;
  background-color: #cce4ff;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-primary[href]:hover, .badge-soft-primary[href]:focus {
  color: #007aff;
  text-decoration: none;
  background-color: #b3d7ff;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-secondary {
  color: #506690;
  background-color: #dce0e9;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-secondary[href]:hover, .badge-soft-secondary[href]:focus {
  color: #506690;
  text-decoration: none;
  background-color: #ccd2df;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-success {
  color: #00D97E;
  background-color: #ccf7e5;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-success[href]:hover, .badge-soft-success[href]:focus {
  color: #00D97E;
  text-decoration: none;
  background-color: #b6f4da;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-info {
  color: #39afd1;
  background-color: #d7eff6;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-info[href]:hover, .badge-soft-info[href]:focus {
  color: #39afd1;
  text-decoration: none;
  background-color: #c2e7f1;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-warning {
  color: #F6C343;
  background-color: #fdf3d9;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-warning[href]:hover, .badge-soft-warning[href]:focus {
  color: #F6C343;
  text-decoration: none;
  background-color: #fcebc1;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-danger {
  color: #E63757;
  background-color: #fad7dd;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-danger[href]:hover, .badge-soft-danger[href]:focus {
  color: #E63757;
  text-decoration: none;
  background-color: #f7c0ca;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-light {
  color: #F1F4F8;
  background-color: #fcfdfe;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-light[href]:hover, .badge-soft-light[href]:focus {
  color: #F1F4F8;
  text-decoration: none;
  background-color: #e9f0f8;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-dark {
  color: #161C2D;
  background-color: #d0d2d5;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-dark[href]:hover, .badge-soft-dark[href]:focus {
  color: #161C2D;
  text-decoration: none;
  background-color: #c3c5c9;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-white {
  color: #FFFFFF;
  background-color: white;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-white[href]:hover, .badge-soft-white[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #f2f2f2;
}

/* line 12, vendor/assets/stylesheets/v2/dashkit/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  width: .3rem;
  height: .6rem;
  margin-right: 0.5rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #C6D3E6;
}

/* line 32, vendor/assets/stylesheets/v2/dashkit/_breadcrumb.scss */
.breadcrumb-sm {
  font-size: 0.8125000003rem;
}

/* line 13, vendor/assets/stylesheets/v2/dashkit/_buttons.scss */
.btn-white {
  border-color: #D9E2EF;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-white:hover, .btn-white:focus {
  background-color: #F9FBFD;
  border-color: #C6D3E6;
}

/* line 22, vendor/assets/stylesheets/v2/dashkit/_buttons.scss */
.btn-group-toggle .btn-white:not(:disabled):not(.disabled):active,
.btn-group-toggle .btn-white.active:not(:disabled):not(.disabled) {
  background-color: #FFFFFF;
  border-color: #007aff;
  color: #007aff;
}

/* line 29, vendor/assets/stylesheets/v2/dashkit/_buttons.scss */
.btn-group-toggle .btn-white:focus,
.btn-group-toggle .btn-white.focus {
  box-shadow: none;
}

/* line 38, vendor/assets/stylesheets/v2/dashkit/_buttons.scss */
.btn-outline-secondary:not(:hover):not([aria-expanded="true"]):not([aria-pressed="true"]) {
  border-color: #C6D3E6;
}

/* line 48, vendor/assets/stylesheets/v2/dashkit/_buttons.scss */
.btn-rounded-circle {
  width: calc(1em * 1.5 + 1rem + 1px * 2);
  padding-left: 0;
  padding-right: 0;
  border-radius: 50%;
}

/* line 54, vendor/assets/stylesheets/v2/dashkit/_buttons.scss */
.btn-rounded-circle.btn-lg, .btn-group-lg > .btn-rounded-circle.btn {
  width: calc(1em * 1.5 + 1rem + 1px * 2);
}

/* line 57, vendor/assets/stylesheets/v2/dashkit/_buttons.scss */
.btn-rounded-circle.btn-sm, .btn-group-sm > .btn-rounded-circle.btn {
  width: calc(1em * 1.75 + 0.25rem + 1px * 2);
}

/* line 66, vendor/assets/stylesheets/v2/dashkit/_buttons.scss */
.btn-group .btn + .btn {
  margin-left: 0;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card {
  margin-bottom: 1.5rem;
  border-color: #F1F4F8;
  box-shadow: 0 0.75rem 1.5rem rgba(22, 28, 45, 0.03);
}

/* line 16, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-header {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  min-height: 3.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-header > * {
  flex: 1;
}

/* line 30, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-title {
  margin-bottom: .5rem;
}

/* line 44, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-header-title {
  margin-bottom: 0;
}

/* line 48, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-header-tabs {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: 0;
  margin-right: 0;
}

/* line 55, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-header-tabs .nav-link {
  padding-top: calc((3.75rem - 1em * 1.5) / 2) !important;
  padding-bottom: calc((3.75rem - 1em * 1.5) / 2) !important;
}

/* line 66, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-table {
  margin-bottom: 0;
}

/* line 69, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-table thead th {
  border-top-width: 0;
}

/* line 75, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-table thead th:first-child, .card-table tbody td:first-child {
  padding-left: 1.5rem !important;
}

/* line 78, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-table thead th:last-child, .card-table tbody td:last-child {
  padding-right: 1.5rem !important;
}

/* line 95, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > th:first-child, .card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > td:first-child, .card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > th:first-child, .card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > td:first-child, .card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > th:first-child, .card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > td:first-child,
.card > .card-table:first-child > thead:first-child > tr:first-child > th:first-child,
.card > .card-table:first-child > thead:first-child > tr:first-child > td:first-child,
.card > .card-table:first-child > tbody:first-child > tr:first-child > th:first-child,
.card > .card-table:first-child > tbody:first-child > tr:first-child > td:first-child,
.card > .card-table:first-child > tfoot:first-child > tr:first-child > th:first-child,
.card > .card-table:first-child > tfoot:first-child > tr:first-child > td:first-child {
  border-top-left-radius: 0.5rem;
}

/* line 98, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > th:last-child, .card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > td:last-child, .card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > th:last-child, .card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > td:last-child, .card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > th:last-child, .card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > td:last-child,
.card > .card-table:first-child > thead:first-child > tr:first-child > th:last-child,
.card > .card-table:first-child > thead:first-child > tr:first-child > td:last-child,
.card > .card-table:first-child > tbody:first-child > tr:first-child > th:last-child,
.card > .card-table:first-child > tbody:first-child > tr:first-child > td:last-child,
.card > .card-table:first-child > tfoot:first-child > tr:first-child > th:last-child,
.card > .card-table:first-child > tfoot:first-child > tr:first-child > td:last-child {
  border-top-right-radius: 0.5rem;
}

/* line 112, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-avatar {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

/* line 117, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-avatar-top {
  margin-top: -3rem;
}

/* line 120, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-avatar-top.avatar-xs {
  margin-top: -2.3125rem;
}

/* line 123, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-avatar-top.avatar-sm {
  margin-top: -2.75rem;
}

/* line 126, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-avatar-top.avatar-lg {
  margin-top: -3.5rem;
}

/* line 129, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-avatar-top.avatar-xl {
  margin-top: -4.0625rem;
}

/* line 132, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-avatar-top.avatar-xxl {
  margin-top: -5.5rem;
}

/* line 141, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-dropdown {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

/* line 150, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-inactive {
  border-color: #D9E2EF;
  border-style: dashed;
  background-color: transparent;
  box-shadow: none;
}

/* line 14, vendor/assets/stylesheets/v2/dashkit/_code.scss */
.highlight {
  padding: 0;
}

/* line 12, vendor/assets/stylesheets/v2/dashkit/_custom-forms.scss */
.custom-switch {
  min-height: 1.5rem;
}

/* line 15, vendor/assets/stylesheets/v2/dashkit/_custom-forms.scss */
.custom-switch .custom-control-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 17, vendor/assets/stylesheets/v2/dashkit/_custom-forms.scss */
.custom-switch .custom-control-label:hover {
  cursor: pointer;
}

/* line 20, vendor/assets/stylesheets/v2/dashkit/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  top: 0;
  height: 1.5rem;
  border-radius: 0.75rem;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: 0.1875rem;
  left: -3.3125rem;
  background-color: #FFFFFF;
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFFFFF;
  transform: translateX(1.5rem);
}

/* line 16, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropdown-toggle:after {
  content: '\e92e';
  width: auto;
  height: auto;
  border: none !important;
  vertical-align: middle;
  font-family: 'Feather';
}

/* line 27, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropup > .dropdown-toggle:after {
  content: '\e931';
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropright > .dropdown-toggle:after {
  content: '\e930';
}

/* line 41, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropleft > .dropdown-toggle:after {
  content: '\e92f';
}

/* line 51, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropdown-item.dropdown-toggle {
  display: flex;
  justify-content: space-between;
}

/* line 61, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropdown-menu {
  -webkit-animation: dropdownMenu .15s;
          animation: dropdownMenu .15s;
}

@-webkit-keyframes dropdownMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes dropdownMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 85, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropdown-ellipses {
  font-size: 1.0625rem;
  color: #C6D3E6;
}

/* line 90, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropdown-ellipses::after {
  display: none;
}

/* line 99, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropdown-menu-card {
  min-width: 350px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #FFFFFF;
  border-color: rgba(22, 28, 45, 0.1);
}

/* line 106, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropdown-menu-card .card-header {
  min-height: 3.125rem;
}

/* line 110, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropdown-menu-card .card-body {
  max-height: 350px;
  overflow-y: auto;
}

/* line 12, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.form-text {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 26, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.form-control-flush {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 31, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.form-control-flush:focus {
  background-color: transparent;
}

/* line 41, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.form-control-rounded {
  border-radius: 20rem;
}

/* line 52, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .form-control {
  border-radius: 0.375rem;
}

/* line 55, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .form-control:focus {
  box-shadow: none;
}

/* line 60, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .form-control:focus ~ [class*="input-group"] > .input-group-text {
  border-color: #007aff;
}

/* line 67, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .form-control.is-valid ~ [class*="input-group"] > .input-group-text {
  border-color: #00D97E;
}

/* line 71, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .form-control.is-invalid ~ [class*="input-group"] > .input-group-text {
  border-color: #E63757;
}

/* line 75, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .form-control-prepended {
  padding-left: 0.375rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left-width: 0;
}

/* line 82, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .form-control-appended {
  padding-right: 0.375rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right-width: 0;
}

/* line 89, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .input-group-prepend {
  order: -1;
}

/* line 92, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.375rem;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-right-width: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 103, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-left-width: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 115, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-lg.input-group-merge > .form-control {
  border-radius: 0.5rem;
}

/* line 119, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-lg.input-group-merge > .form-control-prepended {
  padding-left: 0.5rem;
}

/* line 124, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-lg.input-group-merge > .form-control-appended {
  padding-right: 0.5rem;
}

/* line 131, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-lg.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 140, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-lg.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 150, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-sm.input-group-merge > .form-control {
  border-radius: 0.25rem;
}

/* line 154, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-sm.input-group-merge > .form-control-prepended {
  padding-left: 0.25rem;
}

/* line 159, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-sm.input-group-merge > .form-control-appended {
  padding-right: 0.25rem;
}

/* line 165, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-sm.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 174, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-sm.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 184, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-rounded.input-group-merge > .form-control {
  border-radius: 20rem;
}

/* line 190, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-rounded.input-group-merge > .input-group-prepend > .input-group-text {
  border-top-left-radius: 20rem;
  border-bottom-left-radius: 20rem;
}

/* line 198, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-rounded.input-group-merge > .input-group-append > .input-group-text {
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
}

/* line 207, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-flush > .form-control {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 216, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-flush > .input-group-prepend > .input-group-text,
.input-group-flush > .input-group-append > .input-group-text {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_jumbotron.scss */
.jumbotron {
  padding: 1rem;
}

@media (min-width: 576px) {
  /* line 10, vendor/assets/stylesheets/v2/dashkit/_jumbotron.scss */
  .jumbotron {
    padding: 2rem;
  }
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #FFFFFF;
  background-color: #007aff;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #FFFFFF;
  background-color: #006ee6;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #FFFFFF;
  background-color: #506690;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #FFFFFF;
  background-color: #475a80;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #FFFFFF;
  background-color: #00D97E;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #FFFFFF;
  background-color: #00c06f;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #FFFFFF;
  background-color: #39afd1;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #FFFFFF;
  background-color: #2da2c3;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #2B354F;
  background-color: #F6C343;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #2B354F;
  background-color: #f5bb2b;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #2B354F;
  border-color: #2B354F;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #FFFFFF;
  background-color: #E63757;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #FFFFFF;
  background-color: #e32044;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #2B354F;
  background-color: #F1F4F8;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #2B354F;
  background-color: #e0e7f0;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #2B354F;
  border-color: #2B354F;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #FFFFFF;
  background-color: #161C2D;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #FFFFFF;
  background-color: #0e111c;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-white {
  color: #2B354F;
  background-color: #FFFFFF;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #2B354F;
  background-color: #f2f2f2;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-white.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #2B354F;
  border-color: #2B354F;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_list-group.scss */
.list-group-lg .list-group-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 13, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal.fade .modal-dialog {
  transform: translate(0, -150px);
}

/* line 16, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal-header .close {
  margin: -1.5rem -1.5rem -1.5rem auto;
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal-dialog-vertical {
  height: 100%;
  max-width: 350px;
  margin: 0;
}

/* line 39, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal-dialog-vertical .modal-content {
  height: inherit;
  border-width: 0 1px 0 0;
  border-radius: 0;
}

/* line 45, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal-dialog-vertical .modal-header {
  border-radius: inherit;
}

/* line 49, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal-dialog-vertical .modal-body {
  height: inherit;
  overflow-y: auto;
}

/* line 55, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal.fade .modal-dialog-vertical {
  transform: translateX(-100%);
}

/* line 59, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal.show .modal-dialog-vertical {
  transform: translateX(0);
}

/* line 66, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal.fixed-right {
  padding-right: 0 !important;
}

/* line 70, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal.fixed-right .modal-dialog-vertical {
  margin-left: auto;
}

/* line 74, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal.fixed-right.fade .modal-dialog-vertical {
  transform: translateX(100%);
}

/* line 78, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal.fixed-right.show .modal-dialog-vertical {
  transform: translateX(0);
}

/* line 85, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal-card {
  margin-bottom: 0;
}

/* line 88, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal-card .card-body {
  max-height: 350px;
  overflow-y: auto;
}

/* line 14, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs .nav-item {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

/* line 19, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs .nav-link {
  padding: 1rem 0;
  border-bottom: 1px solid transparent;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}

/* line 26, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs .nav-link:not(.active) {
  color: #869AB8;
}

/* line 29, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs .nav-link:not(.active):hover {
  color: #506690;
}

/* line 36, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs .nav-item:first-child {
  margin-left: 0;
}

/* line 40, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

/* line 45, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
}

/* line 60, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-overflow {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1px;
}

/* line 68, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-overflow::-webkit-scrollbar {
  display: none;
}

/* line 76, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs-sm {
  font-size: 0.8125rem;
}

/* line 79, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs-sm .nav-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* line 84, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs-sm .nav-link {
  padding-top: 1.1538461538rem;
  padding-bottom: 1.1538461538rem;
}

/* line 95, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-sm .nav-link {
  font-size: 0.8125000003rem;
}

/* line 107, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav.btn-group .btn-white.active {
  background-color: #007aff;
  border-color: #007aff;
  color: #FFFFFF;
}

/* line 11, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar {
  border-width: 0 0 1px 0;
  border-style: solid;
}

/* line 19, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-dark {
  background-color: #161C2D;
  border-color: rgba(255, 255, 255, 0.2);
  border: none;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-dark .navbar-heading {
  color: rgba(255, 255, 255, 0.4);
}

/* line 29, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-dark .navbar-divider {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 33, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-dark .navbar-user {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 37, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-dark .navbar-user-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-user-link:hover, .navbar-dark .navbar-user-link:focus {
  color: #FFFFFF;
}

/* line 45, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-dark .navbar-brand {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* line 49, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-dark .navbar-collapse::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 55, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-light {
  background-color: #FFFFFF;
  border-color: #D9E2EF;
}

/* line 60, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-light .navbar-heading {
  color: #384C74;
}

/* line 64, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-light .navbar-divider {
  border-color: #D9E2EF;
}

/* line 68, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-light .navbar-user {
  border-top-color: #D9E2EF;
}

/* line 72, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-light .navbar-user-link {
  color: #506690;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-user-link:hover, .navbar-light .navbar-user-link:focus {
  color: #161C2D;
}

/* line 80, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-light .navbar-brand {
  -webkit-filter: none;
          filter: none;
}

/* line 84, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-light .navbar-collapse::before {
  border-top-color: #D9E2EF;
}

/* line 91, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-brand {
  margin-right: 0;
}

/* line 95, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-brand-img,
.navbar-brand > img {
  max-width: 100%;
  max-height: 1.5rem;
}

/* line 104, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-collapse {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 113, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-collapse:before {
  content: '';
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 0.75rem -1rem;
}

/* line 125, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-nav {
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 130, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 134, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-nav .nav-link.active {
  position: relative;
}

/* line 137, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-nav .nav-link.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  bottom: 0.5rem;
  border-left: 2px solid #007aff;
}

/* line 151, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-nav .nav-link > .fe {
  min-width: 1.75rem;
  padding-bottom: .125em;
  font-size: 1.0625rem;
  line-height: 1.40625rem;
}

/* line 161, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-nav .dropdown-menu {
  border: none;
}

/* line 165, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-nav .dropdown-menu .dropdown-menu {
  margin-left: 0.75rem;
}

/* line 178, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs {
  padding-left: 0;
  padding-right: 0;
}

/* line 187, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar > [class*="container"] {
  padding-left: 0;
  padding-right: 0;
}

/* line 195, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar-collapse {
  flex-grow: inherit;
}

/* line 198, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar-collapse:before {
  display: none;
}

/* line 206, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar-nav {
  margin-left: 0;
  margin-right: 0;
}

/* line 211, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar-nav .nav-link {
  padding: 0.625rem 0.5rem;
}

/* line 218, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar-nav .nav-link.active {
  position: relative;
}

/* line 221, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar-nav .nav-link.active:before {
  top: auto;
  bottom: calc(-0.75rem - 1px);
  right: 0.5rem;
  left: 0.5rem;
  border-left: 0;
  border-bottom: 1px solid #007aff;
}

/* line 235, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar-nav .dropdown-menu {
  border: 1px solid rgba(22, 28, 45, 0.1);
}

/* line 239, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar-nav .dropdown-menu .dropdown-menu {
  margin-left: 0;
}

@media (min-width: 576px) {
  /* line 178, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 187, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 195, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 198, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar-collapse:before {
    display: none;
  }
  /* line 206, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 211, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 218, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 221, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-0.75rem - 1px);
    right: 0.5rem;
    left: 0.5rem;
    border-left: 0;
    border-bottom: 1px solid #007aff;
  }
  /* line 235, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    border: 1px solid rgba(22, 28, 45, 0.1);
  }
  /* line 239, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 178, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 187, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 195, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 198, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar-collapse:before {
    display: none;
  }
  /* line 206, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 211, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 218, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 221, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-0.75rem - 1px);
    right: 0.5rem;
    left: 0.5rem;
    border-left: 0;
    border-bottom: 1px solid #007aff;
  }
  /* line 235, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    border: 1px solid rgba(22, 28, 45, 0.1);
  }
  /* line 239, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 178, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 187, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 195, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 198, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar-collapse:before {
    display: none;
  }
  /* line 206, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 211, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 218, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 221, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-0.75rem - 1px);
    right: 0.5rem;
    left: 0.5rem;
    border-left: 0;
    border-bottom: 1px solid #007aff;
  }
  /* line 235, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border: 1px solid rgba(22, 28, 45, 0.1);
  }
  /* line 239, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 178, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 187, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 195, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 198, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar-collapse:before {
    display: none;
  }
  /* line 206, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 211, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 218, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 221, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-0.75rem - 1px);
    right: 0.5rem;
    left: 0.5rem;
    border-left: 0;
    border-bottom: 1px solid #007aff;
  }
  /* line 235, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    border: 1px solid rgba(22, 28, 45, 0.1);
  }
  /* line 239, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

/* line 258, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar[class*="fixed-"] {
  z-index: 998;
}

/* line 268, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-overflow {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  margin-bottom: -0.75rem;
  overflow-x: auto;
}

/* line 277, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-overflow::-webkit-scrollbar {
  display: none;
}

/* line 282, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-overflow .navbar-nav {
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

/* line 289, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-overflow .navbar-nav .nav-link {
  padding-bottom: 1.25rem;
}

/* line 294, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-overflow .navbar-nav .nav-link.active:before {
  bottom: 0;
}

/* line 305, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-breadcrumb {
  padding: 0.5rem 0;
}

/* line 314, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

/* line 325, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-user .dropdown-toggle:after {
  display: none;
}

/* line 333, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-nav .nav-link > .fe {
  display: inline-block;
  min-width: 1.75rem;
}

/* line 347, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical .navbar-nav .nav-link {
  display: flex;
  align-items: center;
}

/* line 354, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"]:after {
  display: block;
  content: '\e92e';
  font-family: 'Feather';
  margin-left: auto;
  transition: transform .2s;
}

/* line 366, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"][aria-expanded="true"]:after {
  transform: rotate(-180deg);
}

/* line 373, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical .navbar-nav .nav .nav-link {
  padding-left: 2.75rem;
}

/* line 378, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical .navbar-nav .nav .nav .nav-link {
  padding-left: 3.25rem;
}

/* line 385, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical .navbar-heading {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* line 402, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 250px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow-y: auto;
}

/* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs > [class*="container"] {
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xs > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

/* line 434, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs.fixed-left {
  left: 0;
  border-width: 0 1px 0 0;
}

/* line 442, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs.fixed-right {
  right: 0;
  border-width: 0 0 0 1px;
}

/* line 450, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-collapse {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 460, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-collapse > * {
  min-width: 100%;
}

/* line 468, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav {
  flex-direction: column;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

/* line 474, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
  padding: 0.5rem 1.5rem;
}

/* line 479, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link.active:before {
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0;
  right: auto;
  border-left: 2px solid #007aff;
  border-bottom: 0;
}

/* line 490, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
  padding-left: 3.25rem;
}

/* line 495, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
  padding-left: 4rem;
}

/* line 502, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-brand {
  display: block;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 509, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-brand-img {
  max-height: 3rem;
}

/* line 516, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-user {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-top-width: 1px;
  border-top-style: solid;
}

/* line 528, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-user .dropup .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  /* line 402, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-y: auto;
  }
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 576px) and (-ms-high-contrast: none), (min-width: 576px) and (-ms-high-contrast: active) {
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 576px) {
  /* line 434, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 442, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 450, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 460, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 468, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 474, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 479, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #007aff;
    border-bottom: 0;
  }
  /* line 490, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 495, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 502, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 509, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 516, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 528, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  /* line 402, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-y: auto;
  }
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 768px) {
  /* line 434, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 442, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 450, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 460, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 468, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 474, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 479, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #007aff;
    border-bottom: 0;
  }
  /* line 490, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 495, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 502, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 509, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 516, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 528, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  /* line 402, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-y: auto;
  }
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 992px) {
  /* line 434, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 442, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 450, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 460, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 468, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 474, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 479, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #007aff;
    border-bottom: 0;
  }
  /* line 490, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 495, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 502, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 509, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 516, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 528, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  /* line 402, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-y: auto;
  }
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 434, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 442, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 450, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 460, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 468, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 474, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 479, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #007aff;
    border-bottom: 0;
  }
  /* line 490, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 495, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 502, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 509, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 516, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 528, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_popover.scss */
.popover {
  padding: 0.8rem 0.95rem;
}

/* line 13, vendor/assets/stylesheets/v2/dashkit/_popover.scss */
.popover:hover {
  display: block !important;
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/_popover.scss */
.popover-header {
  margin-bottom: 0.25rem;
  border-bottom: 0;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_popover.scss */
.popover-body-label {
  margin-left: .25rem;
}

/* line 27, vendor/assets/stylesheets/v2/dashkit/_popover.scss */
.popover-body-value {
  margin-left: .25rem;
}

/* line 31, vendor/assets/stylesheets/v2/dashkit/_popover.scss */
.popover-body-indicator {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
}

/* line 11, vendor/assets/stylesheets/v2/dashkit/_progress.scss */
.progress-bar:first-child {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}

/* line 15, vendor/assets/stylesheets/v2/dashkit/_progress.scss */
.progress-bar:last-child {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_progress.scss */
.progress-sm {
  height: 0.25rem;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_reboot.scss */
[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 6, vendor/assets/stylesheets/v2/dashkit/_root.scss */
html {
  height: 100%;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_root.scss */
body {
  min-height: 100%;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_tables.scss */
.table {
  vertical-align: middle;
}

/* line 13, vendor/assets/stylesheets/v2/dashkit/_tables.scss */
.table thead th {
  background-color: #F9FBFD;
  text-transform: uppercase;
  font-size: 0.8125000003rem;
  font-weight: 600;
  letter-spacing: .08em;
  color: #384C74;
  border-bottom-width: 1px;
}

/* line 24, vendor/assets/stylesheets/v2/dashkit/_tables.scss */
.table-sm {
  font-size: 0.8125000003rem;
}

/* line 27, vendor/assets/stylesheets/v2/dashkit/_tables.scss */
.table-sm thead th {
  font-size: 0.625rem;
}

/* line 43, vendor/assets/stylesheets/v2/dashkit/_tables.scss */
.table-nowrap th, .table-nowrap td {
  white-space: nowrap;
}

/* line 55, vendor/assets/stylesheets/v2/dashkit/_tables.scss */
.table [data-sort]::after {
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%23384C74'/></svg>");
  margin-left: .25rem;
}

/* line 64, vendor/assets/stylesheets/v2/dashkit/_tables.scss */
.table-checkbox {
  min-height: 0;
}

/* line 68, vendor/assets/stylesheets/v2/dashkit/_tables.scss */
.table-checkbox .custom-control-label::before,
.table-checkbox .custom-control-label::after {
  top: 50%;
  transform: translateY(-50%);
}

/* line 6, vendor/assets/stylesheets/v2/dashkit/_toasts.scss */
.toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 998;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h1, .h1 {
  margin-bottom: 1.125rem;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  /* line 10, vendor/assets/stylesheets/v2/dashkit/_type.scss */
  h1, .h1 {
    font-size: 1.625rem;
  }
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h2, .h2 {
  margin-bottom: 1.125rem;
}

/* line 19, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h3, .h3 {
  margin-bottom: 0.84375rem;
}

/* line 20, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h4, .h4 {
  margin-bottom: 0.5625rem;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h5, .h5 {
  margin-bottom: 0.5625rem;
}

/* line 22, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h6, .h6 {
  margin-bottom: 0.5625rem;
}

/* line 28, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
}

/* line 35, vendor/assets/stylesheets/v2/dashkit/_type.scss */
.display-1,
.display-2,
.display-3,
.display-4 {
  letter-spacing: -0.02em;
}

/* line 44, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.02em;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h6.text-uppercase {
  letter-spacing: .08em;
}

/* line 53, vendor/assets/stylesheets/v2/dashkit/_type.scss */
b, strong {
  font-weight: 600;
}

/* line 64, vendor/assets/stylesheets/v2/dashkit/_type.scss */
a:focus, button:focus {
  outline: none !important;
}

@font-face {
  font-family: 'Cerebri Sans';
  src: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-regular-c08bb55844a11c5c892d68e746d5a641a8f182fd8f74e8e2d11a0b519063133a.eot);
  src: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-regular-c08bb55844a11c5c892d68e746d5a641a8f182fd8f74e8e2d11a0b519063133a.eot?#iefix) format("embedded-opentype"), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-regular-fed9f43bdf29fa49fa2d14b2cbbe3008f1f62d89c7ed44c5a95265985f99fcd1.woff) format("woff"), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-regular-3d834618c61c2d441787d247ef02d80a905d54354a7d38015582d580679bca4e.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cerebri Sans';
  src: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-medium-b338dbe144136efe29f9f531c73f9c113d4b175e295dbe7db7e2e4661d4f558f.eot);
  src: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-medium-b338dbe144136efe29f9f531c73f9c113d4b175e295dbe7db7e2e4661d4f558f.eot?#iefix) format("embedded-opentype"), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-medium-0893943df269af7f6ecf38b10b6349984474571128028b2cadd35b676ab82d8b.woff) format("woff"), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-medium-d4393fce96d506dfbe1343c709728889744c27d0cd5a31a790490140f161d60f.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cerebri Sans';
  src: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-semibold-bb4c0101959ef4cbd07371dbda2b84f09c5d0b9ab97a6bc017800fe6746b97d0.eot);
  src: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-semibold-bb4c0101959ef4cbd07371dbda2b84f09c5d0b9ab97a6bc017800fe6746b97d0.eot?#iefix) format("embedded-opentype"), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-semibold-5d421bfe7b435835e0537c69ab285c760743e99955a88fbb7c4abace28b77a7d.woff) format("woff"), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-semibold-2b1f88cc21d4a93602cdb42c43a2d5c5170f7ee3c53564025f95b277068145cc.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* line 8, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-fixed-bottom {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  background-attachment: fixed;
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.navbar-vertical ~ .main-content.bg-fixed-bottom {
  background-size: 100%;
}

@media (min-width: 768px) {
  /* line 18, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
  .navbar-vertical ~ .main-content.bg-fixed-bottom {
    background-size: calc(100% - 250px);
  }
}

/* line 29, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 38, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-auth {
  background-color: #FFFFFF;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-primary {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#007aff, #007aff 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-secondary {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#506690, #506690 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-success {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#00D97E, #00D97E 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-info {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#39afd1, #39afd1 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-warning {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#F6C343, #F6C343 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-danger {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#E63757, #E63757 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-light {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#F1F4F8, #F1F4F8 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-dark {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#161C2D, #161C2D 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-white {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#FFFFFF, #FFFFFF 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 59, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-vibrant {
  background-image: linear-gradient(to bottom right, rgba(18, 111, 235, 0.9), rgba(114, 3, 225, 0.9)), url(https://office-cdn-production-eu-west-1.wayleadr.com/../img//covers/sidebar-cover.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
}

@media (max-width: 767.98px) {
  /* line 59, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
  .bg-vibrant {
    background-attachment: fixed, fixed;
  }
}

/* line 73, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-hero {
  background-image: linear-gradient(to bottom, rgba(22, 28, 45, 0.85), rgba(22, 28, 45, 0.85)), url(https://office-cdn-production-eu-west-1.wayleadr.com/../img//covers/header-cover.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 22, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-top-2 {
  border-top-width: 2px !important;
}

/* line 26, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-right-2 {
  border-right-width: 2px !important;
}

/* line 30, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-bottom-2 {
  border-bottom-width: 2px !important;
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-left-2 {
  border-left-width: 2px !important;
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 22, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-top-3 {
  border-top-width: 3px !important;
}

/* line 26, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-right-3 {
  border-right-width: 3px !important;
}

/* line 30, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-bottom-3 {
  border-bottom-width: 3px !important;
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-left-3 {
  border-left-width: 3px !important;
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 22, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-top-4 {
  border-top-width: 4px !important;
}

/* line 26, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-right-4 {
  border-right-width: 4px !important;
}

/* line 30, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-bottom-4 {
  border-bottom-width: 4px !important;
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-left-4 {
  border-left-width: 4px !important;
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 22, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-top-5 {
  border-top-width: 5px !important;
}

/* line 26, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-right-5 {
  border-right-width: 5px !important;
}

/* line 30, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-bottom-5 {
  border-bottom-width: 5px !important;
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-left-5 {
  border-left-width: 5px !important;
}

/* line 42, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-body {
  border-color: #F9FBFD !important;
}

/* line 46, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-card {
  border-color: #FFFFFF !important;
}

/* line 5, vendor/assets/stylesheets/v2/dashkit/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 8, vendor/assets/stylesheets/v2/dashkit/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 8, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
}

/* line 17, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-status-7b8b7789e3cf853d7803148f12212fb983ddcec131c397a733bcb8f316e3dbe7.svg), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-f44e3c8d66c07105b7bba27ec3635f7eb7554b549eec483bee16b30b33c03cb9.svg), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-a3854288a46c254a19f4743856ea5251e7f2c40e8e1ebce6b15b114583cb3253.svg), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-last-9d819fe31ff43497df858dafa0a7b22197ab578ddb540f857b9fa88500feb1e6.svg);
}

/* line 28, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #2B354F;
  color: #FFFFFF;
}

/* line 51, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-online::before,
.avatar-alert::before,
.avatar-red-alert::before,
.avatar-offline::before {
  content: '';
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 20%;
  height: 20%;
  border-radius: 50%;
}

/* line 59, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-online .avatar-img,
.avatar-alert .avatar-img,
.avatar-red-alert .avatar-img,
.avatar-offline .avatar-img {
  -webkit-mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-status-7b8b7789e3cf853d7803148f12212fb983ddcec131c397a733bcb8f316e3dbe7.svg);
          mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-status-7b8b7789e3cf853d7803148f12212fb983ddcec131c397a733bcb8f316e3dbe7.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

/* line 65, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-online::before {
  background-color: #00D97E;
}

/* line 69, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-alert::before {
  background-color: #F6C343;
}

/* line 73, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-red-alert::before {
  background-color: #E63757;
}

/* line 77, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-offline::before {
  background-color: #ABBCD5;
}

/* line 84, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-xs {
  width: 1.625rem;
  height: 1.625rem;
  font-size: 0.5416666667rem;
}

/* line 90, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.8333333333rem;
}

/* line 96, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-lg {
  width: 4rem;
  height: 4rem;
  font-size: 1.3333333333rem;
}

/* line 102, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-xl {
  width: 5.125rem;
  height: 5.125rem;
  font-size: 1.7083333333rem;
}

/* line 108, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-xxl {
  width: 5.125rem;
  height: 5.125rem;
  font-size: 1.7083333333rem;
}

@media (min-width: 768px) {
  /* line 108, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
  .avatar-xxl {
    width: 8rem;
    height: 8rem;
    font-size: 2.6666666667rem;
  }
}

/* line 123, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar.avatar-4by3 {
  width: 4rem;
}

/* line 127, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-xs.avatar-4by3 {
  width: 2.1666666667rem;
}

/* line 131, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-sm.avatar-4by3 {
  width: 3.3333333333rem;
}

/* line 135, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-lg.avatar-4by3 {
  width: 5.3333333333rem;
}

/* line 139, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-xl.avatar-4by3 {
  width: 6.8333333333rem;
}

/* line 143, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-xxl.avatar-4by3 {
  width: 10.6666666667rem;
}

/* line 150, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group {
  display: inline-flex;
}

/* line 155, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}

/* line 159, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -0.40625rem;
}

/* line 163, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.625rem;
}

/* line 167, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1rem;
}

/* line 171, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.28125rem;
}

/* line 175, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar-xxl + .avatar-xxl {
  margin-left: -2rem;
}

/* line 181, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar:not(:last-child) {
  -webkit-mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-f44e3c8d66c07105b7bba27ec3635f7eb7554b549eec483bee16b30b33c03cb9.svg);
          mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-f44e3c8d66c07105b7bba27ec3635f7eb7554b549eec483bee16b30b33c03cb9.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

/* line 188, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar:hover {
  -webkit-mask-image: none;
          mask-image: none;
  z-index: 1;
}

/* line 192, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar:hover + .avatar {
  -webkit-mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-a3854288a46c254a19f4743856ea5251e7f2c40e8e1ebce6b15b114583cb3253.svg);
          mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-a3854288a46c254a19f4743856ea5251e7f2c40e8e1ebce6b15b114583cb3253.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

/* line 196, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar:hover + .avatar:last-child {
  -webkit-mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-last-9d819fe31ff43497df858dafa0a7b22197ab578ddb540f857b9fa88500feb1e6.svg);
          mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-last-9d819fe31ff43497df858dafa0a7b22197ab578ddb540f857b9fa88500feb1e6.svg);
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart {
  position: relative;
  height: 300px;
}

/* line 15, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart.chart-appended {
  height: calc(300px - 3.7187500005rem);
}

/* line 19, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart-sm {
  height: 225px;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart-sm.chart-appended {
  height: calc(225px - 3.7187500005rem);
}

/* line 27, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart-title {
  color: #889cb9;
  margin-left: 2rem;
  margin-bottom: .5rem;
  display: flex;
  justify-content: space-between;
}

/* line 40, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart-legend {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  font-size: 0.8125000003rem;
  text-align: center;
  color: #384C74;
}

/* line 49, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart-legend-item {
  display: inline-flex;
  align-items: center;
}

/* line 53, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart-legend-item + .chart-legend-item {
  margin-left: 1rem;
}

/* line 58, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart-legend-indicator {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin-right: 0.375rem;
  border-radius: 50%;
}

/* line 71, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
#chart-tooltip {
  z-index: 0;
}

/* line 75, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
#chart-tooltip .arrow {
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateX(-0.5rem);
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_comment.scss */
.comment {
  margin-bottom: 1rem;
}

/* line 14, vendor/assets/stylesheets/v2/dashkit/_comment.scss */
.comment-body {
  display: inline-block;
  padding: 1rem 1.25rem;
  background-color: #F9FBFD;
  border-radius: 0.375rem;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_comment.scss */
.comment-time {
  display: block;
  margin-bottom: 0.5625rem;
  font-size: 0.625rem;
  color: #384C74;
}

/* line 28, vendor/assets/stylesheets/v2/dashkit/_comment.scss */
.comment-text {
  font-size: 0.8125000003rem;
}

/* line 32, vendor/assets/stylesheets/v2/dashkit/_comment.scss */
.comment-text:last-child {
  margin-bottom: 0;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header {
  margin-bottom: 2rem;
}

/* line 14, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header-img-top {
  width: 100%;
  height: auto;
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D9E2EF;
}

/* line 24, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header.bg-dark .header-body,
.header.bg-hero .header-body {
  border-bottom-color: rgba(217, 226, 239, 0.1);
}

/* line 29, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header-pretitle {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #384C74;
}

/* line 40, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header-title {
  margin-bottom: 0;
}

/* line 44, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header-subtitle {
  margin-top: 0.375rem;
  margin-bottom: 0;
  color: #384C74;
}

/* line 50, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header-tabs {
  margin-bottom: -1.5rem;
  border-bottom-width: 0;
}

/* line 54, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header-tabs .nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_icon.scss */
.icon {
  display: inline-block;
}

/* line 13, vendor/assets/stylesheets/v2/dashkit/_icon.scss */
.icon.active {
  position: relative;
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/_icon.scss */
.icon.active:after {
  content: '';
  position: absolute;
  top: 10%;
  right: 30%;
  width: 20%;
  height: 20%;
  border-radius: 50%;
  background-color: #007aff;
}

/* line 29, vendor/assets/stylesheets/v2/dashkit/_icon.scss */
.icon.active .fe {
  display: block;
  min-width: 1.5em;
  min-height: 1.5em;
  font-size: 1.0625rem;
  -webkit-mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/icon-status-14991e089becf38088e2022fa2db4ab728be7a0065211bfcbfb6e7670bb7d2d6.svg);
          mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/icon-status-14991e089becf38088e2022fa2db4ab728be7a0065211bfcbfb6e7670bb7d2d6.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

/* line 44, vendor/assets/stylesheets/v2/dashkit/_icon.scss */
.fe {
  line-height: inherit;
}

@media (min-width: 768px) {
  /* line 12, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .main-content .container-fluid, .main-content .container-sm, .main-content .container-md, .main-content .container-lg, .main-content .container-xl {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}

/* line 36, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
.navbar-vertical.navbar-expand-xs.fixed-left:not([style*="display: none"]) ~ .main-content {
  margin-left: 250px;
}

/* line 42, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
.navbar-vertical.navbar-expand-xs.fixed-right:not([style*="display: none"]) ~ .main-content {
  margin-right: 250px;
}

@media (min-width: 576px) {
  /* line 36, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .navbar-vertical.navbar-expand-sm.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 42, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .navbar-vertical.navbar-expand-sm.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 768px) {
  /* line 36, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .navbar-vertical.navbar-expand-md.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 42, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .navbar-vertical.navbar-expand-md.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 992px) {
  /* line 36, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .navbar-vertical.navbar-expand-lg.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 42, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .navbar-vertical.navbar-expand-lg.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 1200px) {
  /* line 36, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .navbar-vertical.navbar-expand-xl.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 42, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .navbar-vertical.navbar-expand-xl.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

/* line 6, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 12, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dz-message {
  padding: 5rem 1rem;
  background-color: #FFFFFF;
  border: 1px dashed #C6D3E6;
  border-radius: 0.375rem;
  text-align: center;
  color: #384C74;
  transition: all 0.2s ease-in-out;
  order: -1;
  cursor: pointer;
  z-index: 100;
}

/* line 24, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dz-message:hover {
  border-color: #384C74;
  color: #161C2D;
}

/* line 30, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dz-drag-hover .dz-message {
  border-color: #007aff;
  color: #007aff;
}

/* line 35, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dropzone-multiple .dz-message {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 40, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dropzone-single.dz-max-files-reached .dz-message {
  background-color: rgba(22, 28, 45, 0.9);
  color: white;
  opacity: 0;
}

/* line 45, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dropzone-single.dz-max-files-reached .dz-message:hover {
  opacity: 1;
}

/* line 50, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dz-preview-single {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.375rem;
}

/* line 59, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dz-preview-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.375rem;
}

/* line 68, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dz-preview-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.375rem;
}

/* line 75, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dz-preview-multiple .list-group-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 80, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
[data-dz-size] strong {
  font-weight: 400;
}

/* line 6, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar {
  background-color: #FFFFFF;
  border: 1px solid #C6D3E6;
  color: #161C2D;
  box-shadow: none;
}

/* line 12, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar * {
  color: inherit !important;
  fill: currentColor !important;
}

/* line 17, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #C6D3E6;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #FFFFFF;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-months {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

/* line 30, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-next-month {
  top: .625rem;
}

/* line 35, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-current-month {
  font-size: 115%;
}

/* line 39, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-day {
  border-radius: 0.375rem;
}

/* line 42, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-day:hover {
  background-color: #F1F4F8;
  border-color: #C6D3E6;
}

/* line 48, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-day.prevMonthDay {
  color: #384C74 !important;
}

/* line 52, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-day.today {
  border-color: #D9E2EF;
}

/* line 56, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-day.selected {
  background-color: #007aff;
  border-color: #007aff;
  color: #FFFFFF !important;
}

/* line 62, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-day.inRange {
  background-color: #F1F4F8;
  border: none;
  border-radius: 0;
  box-shadow: -5px 0 0 #F1F4F8, 5px 0 0 #F1F4F8;
}

/* line 69, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-day.disabled {
  color: #F1F4F8 !important;
}

/* line 6, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-container {
  font-family: "Cerebri Sans", sans-serif;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar {
  position: relative;
  padding: 0.5rem 0.75rem;
  background-color: #FFFFFF;
  border: 1px solid #C6D3E6;
  border-radius: 0.375rem 0.375rem 0 0;
  color: #161C2D;
}

/* line 19, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar + .ql-container {
  margin-top: -1px;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar + .ql-container .ql-editor {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 28, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-editor {
  min-height: 5.625rem;
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #161C2D;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #C6D3E6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 28, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
  .ql-editor {
    transition: none;
  }
}

/* line 53, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-editor::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.ql-editor:focus {
  color: #161C2D;
  background-color: #FFFFFF;
  border-color: #007aff;
  outline: 0;
  box-shadow: transparent;
}

/* line 62, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-hidden {
  position: absolute;
  transform: scale(0);
}

/* line 70, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-editor.ql-blank::before {
  top: 0.5rem;
  left: 0.75rem;
  font-style: normal;
  color: #869AB8;
}

/* line 76, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-editor:focus::before {
  display: none;
}

/* line 83, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-formats {
  padding-left: .5rem;
  padding-right: .5rem;
}

/* line 87, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-formats:first-child {
  padding-left: 0;
}

/* line 90, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-formats:last-child {
  padding-right: 0;
}

/* line 95, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar button {
  padding: 0 .25rem;
  background: none;
  border: none;
  color: #161C2D;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* line 102, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar button:hover {
  color: #007aff;
}

/* line 106, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar button:first-child {
  margin-left: -.25rem;
}

/* line 111, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar .ql-active {
  color: #007aff;
}

/* line 115, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar button svg {
  height: 1.0625rem;
  width: 1.0625rem;
}

/* line 119, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar .ql-stroke {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* line 127, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar .ql-thin {
  stroke-width: 1;
}

/* line 131, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar .ql-fill {
  fill: currentColor;
}

/* line 135, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar input.ql-image {
  position: absolute;
  transform: scale(0);
}

/* line 143, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  width: 18.5rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(22, 28, 45, 0.2);
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  margin-top: .6rem;
  box-shadow: 0 0 1rem rgba(22, 28, 45, 0.03);
}

/* line 157, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip:before, .ql-tooltip:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}

/* line 163, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip:before {
  border-bottom: 0.6rem solid rgba(22, 28, 45, 0.2);
  border-left: .6rem solid transparent;
  border-right: .6rem solid transparent;
}

/* line 168, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip:after {
  border-bottom: 0.5rem solid #FFFFFF;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
}

/* line 175, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-container .ql-tooltip:hover {
  display: flex !important;
}

/* line 179, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip .ql-preview {
  width: 100%;
  padding: 0.125rem 0.5rem;
  font-size: 0.8125000003rem;
  line-height: 1.75;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 179, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
  .ql-tooltip .ql-preview {
    transition: none;
  }
}

/* line 185, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip.ql-editing .ql-preview {
  display: none;
}

/* line 189, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip input {
  display: none;
  width: 100%;
  padding-top: calc(0.125rem + 1px);
  padding-bottom: calc(0.125rem + 1px);
  background-color: transparent;
  font-size: 0.8125000003rem;
  line-height: 1.75;
  border: none;
  color: #161C2D;
}

/* line 200, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip input:focus {
  outline: none;
}

/* line 205, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip.ql-editing input {
  display: block;
}

/* line 210, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip .ql-action,
.ql-tooltip .ql-remove {
  margin-left: .25rem;
}

/* line 215, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0.125rem 0.5rem;
  font-size: 0.8125000003rem;
  line-height: 1.75;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 215, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
  .ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
    transition: none;
  }
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.ql-tooltip .ql-action::before:hover, .ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-remove::before:hover,
.ql-tooltip .ql-remove::before:focus {
  text-decoration: none;
}

/* line 233, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip .ql-action::before:focus, .ql-tooltip .ql-action.focus::before,
.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove.focus::before {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(0, 122, 255, 0.25);
}

/* line 240, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip .ql-action::before,
.ql-tooltip.ql-editing .ql-action::before {
  color: #FFFFFF;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.ql-tooltip .ql-action::before:hover,
.ql-tooltip.ql-editing .ql-action::before:hover {
  color: #FFFFFF;
  background-color: #0068d9;
  border-color: #0062cc;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.ql-tooltip .ql-action::before:focus, .ql-tooltip .ql-action.focus::before,
.ql-tooltip.ql-editing .ql-action::before:focus,
.ql-tooltip.ql-editing .ql-action.focus::before {
  color: #FFFFFF;
  background-color: #0068d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.15rem rgba(38, 142, 255, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.ql-tooltip .ql-action.disabled::before, .ql-tooltip .ql-action::before:disabled,
.ql-tooltip.ql-editing .ql-action.disabled::before,
.ql-tooltip.ql-editing .ql-action::before:disabled {
  color: #FFFFFF;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active, .ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled), .show > .ql-tooltip .ql-action.dropdown-toggle::before,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip.ql-editing .ql-action.active::before:not(:disabled):not(.disabled), .show > .ql-tooltip.ql-editing .ql-action.dropdown-toggle::before {
  color: #FFFFFF;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active:focus, .ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled):focus, .show > .ql-tooltip .ql-action.dropdown-toggle::before:focus,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip.ql-editing .ql-action.active::before:not(:disabled):not(.disabled):focus, .show > .ql-tooltip.ql-editing .ql-action.dropdown-toggle::before:focus {
  box-shadow: 0 0 0 0.15rem rgba(38, 142, 255, 0.5);
}

/* line 245, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip .ql-action::before {
  content: 'Edit';
}

/* line 249, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip.ql-editing .ql-action::before {
  content: 'Save';
}

/* line 253, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip .ql-remove::before {
  color: #2B354F;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  content: 'Remove';
  border-color: #D9E2EF;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.ql-tooltip .ql-remove::before:hover {
  color: #2B354F;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.ql-tooltip .ql-remove::before:focus, .ql-tooltip .ql-remove.focus::before {
  color: #2B354F;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.15rem rgba(223, 225, 229, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.ql-tooltip .ql-remove.disabled::before, .ql-tooltip .ql-remove::before:disabled {
  color: #2B354F;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active, .ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled), .show > .ql-tooltip .ql-remove.dropdown-toggle::before {
  color: #2B354F;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active:focus, .ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled):focus, .show > .ql-tooltip .ql-remove.dropdown-toggle::before:focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 225, 229, 0.5);
}

/* line 259, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip.ql-editing .ql-remove::before {
  display: none;
}

/* line 266, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-editor blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.171875rem;
}

/* line 271, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-editor img {
  max-width: 100%;
  height: auto;
}

/* line 6, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-selection__arrow {
  display: none;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2.select2-container {
  width: 100% !important;
}

/* line 14, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #161C2D;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #C6D3E6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
  .select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    transition: none;
  }
}

/* line 42, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container .select2-selection--single::-ms-expand,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.select2-container .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: #161C2D;
  background-color: #FFFFFF;
  border-color: #007aff;
  outline: 0;
  box-shadow: transparent;
}

/* line 51, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container .select2-selection--single::-moz-placeholder, .select2-container--default.select2-container--focus .select2-selection--multiple::-moz-placeholder, .select2-container--default .select2-selection--multiple::-moz-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
  color: #869AB8;
  opacity: 1;
}
.select2-container .select2-selection--single:-ms-input-placeholder, .select2-container--default.select2-container--focus .select2-selection--multiple:-ms-input-placeholder, .select2-container--default .select2-selection--multiple:-ms-input-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
  color: #869AB8;
  opacity: 1;
}
.select2-container .select2-selection--single::-ms-input-placeholder, .select2-container--default.select2-container--focus .select2-selection--multiple::-ms-input-placeholder, .select2-container--default .select2-selection--multiple::-ms-input-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
  color: #869AB8;
  opacity: 1;
}
.select2-container .select2-selection--single::placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::placeholder,
.select2-container--default .select2-selection--multiple::placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: #869AB8;
  opacity: 1;
}

/* line 62, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container .select2-selection--single:disabled, .select2-container .select2-selection--single[readonly],
.select2-container--default.select2-container--focus .select2-selection--multiple:disabled,
.select2-container--default.select2-container--focus .select2-selection--multiple[readonly],
.select2-container--default .select2-selection--multiple:disabled,
.select2-container--default .select2-selection--multiple[readonly],
.select2-container--default .select2-search--dropdown .select2-search__field:disabled,
.select2-container--default .select2-search--dropdown .select2-search__field[readonly] {
  background-color: #FFFFFF;
  opacity: 1;
}

/* line 70, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
}

/* line 77, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
}

/* line 82, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-dropdown {
  padding: 0.5rem 0;
  background-color: #FFFFFF;
  border: 1px solid rgba(22, 28, 45, 0.1);
  border-radius: 0.375rem;
}

/* line 89, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-results__option {
  padding: 0.375rem 0.75rem;
  background-color: transparent;
  color: #506690;
}

/* line 94, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-results__option:hover {
  color: #161C2D;
}

/* line 99, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
  color: #161C2D;
}

/* line 105, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #869AB8;
}

/* line 109, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  height: auto;
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 115, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  margin: 0 0 -.25rem -.25rem;
  padding: 0;
}

/* line 121, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-flex;
  padding: 0 .5rem;
  margin: 0 0 .25rem .25rem;
  background-color: #F1F4F8;
  border: none;
  border-radius: 0.25rem;
  line-height: 1.40625rem;
  font-size: 0.8125000003rem;
  color: #161C2D;
}

/* line 133, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  order: 2;
  margin-left: .5rem;
  color: #384C74;
}

/* line 138, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #161C2D;
}

/* line 143, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container .select2-search--inline {
  display: none;
}

/* line 147, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-selection[aria-expanded="true"] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 154, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-search--dropdown {
  padding: 0.375rem 0.75rem;
}

/* line 158, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: calc(1.75em + 0.25rem + 2px);
  padding: 0.125rem 0.5rem;
  font-size: 0.8125000003rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

/* line 171, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.form-control-sm + .select2-container .select2-selection--single,
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  height: calc(1.75em + 0.25rem + 2px);
  padding: 0.125rem 0.5rem;
  font-size: 0.8125000003rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

/* line 181, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.75em + 0.25rem + 2px);
}

/* line 186, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.form-control-sm + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.4218750005rem;
}

/* line 190, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.form-control-lg + .select2-container .select2-selection--single,
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 200, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 205, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.form-control-lg + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.59375rem;
}

/**
 * Dashkit v1.3.2
 *
 * Custom variables followed by Dashkit variables followed by Bootstrap variables
 * to ensure cascade of styles.
 */
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 13, vendor/assets/stylesheets/v2/css/theme.css */
:root {
  --blue: #1356AE;
  --indigo: #727cf5;
  --purple: #6b5eae;
  --pink: #ff679b;
  --red: #e63757;
  --orange: #fd7e14;
  --yellow: #f6c343;
  --green: #00d97e;
  --teal: #02a8b5;
  --cyan: #39afd1;
  --white: #fff;
  --gray: #869AB8;
  --gray-dark: #3b506c;
  --primary: #1356AE;
  --secondary: #6e84a3;
  --success: #00d97e;
  --info: #39afd1;
  --warning: #f6c343;
  --danger: #e63757;
  --light: #edf2f9;
  --dark: #12263f;
  --white: #fff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'Cerebri Sans', sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

/* line 46, vendor/assets/stylesheets/v2/css/theme.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 53, vendor/assets/stylesheets/v2/css/theme.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(18, 38, 63, 0);
}

/* line 62, vendor/assets/stylesheets/v2/css/theme.css */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 76, vendor/assets/stylesheets/v2/css/theme.css */
body {
  font-family: 'Cerebri Sans', sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  color: #12263f;
  background-color: #f9fbfd;
}

/* line 91, vendor/assets/stylesheets/v2/css/theme.css */
[tabindex='-1']:focus {
  outline: 0 !important;
}

/* line 96, vendor/assets/stylesheets/v2/css/theme.css */
hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

/* line 104, vendor/assets/stylesheets/v2/css/theme.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.125rem;
}

/* line 115, vendor/assets/stylesheets/v2/css/theme.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 121, vendor/assets/stylesheets/v2/css/theme.css */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 134, vendor/assets/stylesheets/v2/css/theme.css */
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

/* line 142, vendor/assets/stylesheets/v2/css/theme.css */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 150, vendor/assets/stylesheets/v2/css/theme.css */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 158, vendor/assets/stylesheets/v2/css/theme.css */
dt {
  font-weight: 600;
}

/* line 163, vendor/assets/stylesheets/v2/css/theme.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 169, vendor/assets/stylesheets/v2/css/theme.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 174, vendor/assets/stylesheets/v2/css/theme.css */
b,
strong {
  font-weight: bolder;
}

/* line 180, vendor/assets/stylesheets/v2/css/theme.css */
small {
  font-size: 80%;
}

/* line 185, vendor/assets/stylesheets/v2/css/theme.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 196, vendor/assets/stylesheets/v2/css/theme.css */
sub {
  bottom: -.25em;
}

/* line 201, vendor/assets/stylesheets/v2/css/theme.css */
sup {
  top: -.5em;
}

/* line 206, vendor/assets/stylesheets/v2/css/theme.css */
a {
  text-decoration: none;
  color: #1356AE;
  background-color: transparent;
}

/* line 213, vendor/assets/stylesheets/v2/css/theme.css */
a:hover {
  text-decoration: none;
  color: #1657af;
}

/* line 220, vendor/assets/stylesheets/v2/css/theme.css */
a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}

/* line 226, vendor/assets/stylesheets/v2/css/theme.css */
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none;
  color: inherit;
}

/* line 233, vendor/assets/stylesheets/v2/css/theme.css */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 238, vendor/assets/stylesheets/v2/css/theme.css */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em;
}

/* line 247, vendor/assets/stylesheets/v2/css/theme.css */
pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 255, vendor/assets/stylesheets/v2/css/theme.css */
figure {
  margin: 0 0 1rem;
}

/* line 260, vendor/assets/stylesheets/v2/css/theme.css */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 267, vendor/assets/stylesheets/v2/css/theme.css */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 274, vendor/assets/stylesheets/v2/css/theme.css */
table {
  border-collapse: collapse;
}

/* line 279, vendor/assets/stylesheets/v2/css/theme.css */
caption {
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  caption-side: bottom;
  text-align: left;
  color: #869AB8;
}

/* line 291, vendor/assets/stylesheets/v2/css/theme.css */
th {
  text-align: inherit;
}

/* line 296, vendor/assets/stylesheets/v2/css/theme.css */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 303, vendor/assets/stylesheets/v2/css/theme.css */
button {
  border-radius: 0;
}

/* line 308, vendor/assets/stylesheets/v2/css/theme.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 314, vendor/assets/stylesheets/v2/css/theme.css */
input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* line 327, vendor/assets/stylesheets/v2/css/theme.css */
button,
input {
  overflow: visible;
}

/* line 333, vendor/assets/stylesheets/v2/css/theme.css */
button,
select {
  text-transform: none;
}

/* line 339, vendor/assets/stylesheets/v2/css/theme.css */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/* line 347, vendor/assets/stylesheets/v2/css/theme.css */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 357, vendor/assets/stylesheets/v2/css/theme.css */
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

/* line 364, vendor/assets/stylesheets/v2/css/theme.css */
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

/* line 372, vendor/assets/stylesheets/v2/css/theme.css */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 379, vendor/assets/stylesheets/v2/css/theme.css */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 388, vendor/assets/stylesheets/v2/css/theme.css */
legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: .5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}

/* line 405, vendor/assets/stylesheets/v2/css/theme.css */
progress {
  vertical-align: baseline;
}

/* line 410, vendor/assets/stylesheets/v2/css/theme.css */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/* line 416, vendor/assets/stylesheets/v2/css/theme.css */
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 423, vendor/assets/stylesheets/v2/css/theme.css */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 428, vendor/assets/stylesheets/v2/css/theme.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 435, vendor/assets/stylesheets/v2/css/theme.css */
output {
  display: inline-block;
}

/* line 440, vendor/assets/stylesheets/v2/css/theme.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 447, vendor/assets/stylesheets/v2/css/theme.css */
template {
  display: none;
}

/* line 452, vendor/assets/stylesheets/v2/css/theme.css */
[hidden] {
  display: none !important;
}

/* line 457, vendor/assets/stylesheets/v2/css/theme.css */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.125rem;
  color: inherit;
}

/* line 479, vendor/assets/stylesheets/v2/css/theme.css */
h1,
.h1 {
  font-size: 1.625rem;
}

/* line 485, vendor/assets/stylesheets/v2/css/theme.css */
h2,
.h2 {
  font-size: 1.25rem;
}

/* line 491, vendor/assets/stylesheets/v2/css/theme.css */
h3,
.h3 {
  font-size: 1.0625rem;
}

/* line 497, vendor/assets/stylesheets/v2/css/theme.css */
h4,
.h4 {
  font-size: .9375rem;
}

/* line 503, vendor/assets/stylesheets/v2/css/theme.css */
h5,
.h5 {
  font-size: .8125rem;
}

/* line 509, vendor/assets/stylesheets/v2/css/theme.css */
h6,
.h6 {
  font-size: .625rem;
}

/* line 515, vendor/assets/stylesheets/v2/css/theme.css */
.lead {
  font-size: 1.17188rem;
  font-weight: 300;
}

/* line 521, vendor/assets/stylesheets/v2/css/theme.css */
.display-1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 528, vendor/assets/stylesheets/v2/css/theme.css */
.display-2 {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 535, vendor/assets/stylesheets/v2/css/theme.css */
.display-3 {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 542, vendor/assets/stylesheets/v2/css/theme.css */
.display-4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 549, vendor/assets/stylesheets/v2/css/theme.css */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #e3ebf6;
}

/* line 558, vendor/assets/stylesheets/v2/css/theme.css */
small,
.small {
  font-size: .8125rem;
  font-weight: 400;
}

/* line 565, vendor/assets/stylesheets/v2/css/theme.css */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 573, vendor/assets/stylesheets/v2/css/theme.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 580, vendor/assets/stylesheets/v2/css/theme.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 587, vendor/assets/stylesheets/v2/css/theme.css */
.list-inline-item {
  display: inline-block;
}

/* line 591, vendor/assets/stylesheets/v2/css/theme.css */
.list-inline-item:not(:last-child) {
  margin-right: 6px;
}

/* line 596, vendor/assets/stylesheets/v2/css/theme.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 603, vendor/assets/stylesheets/v2/css/theme.css */
.blockquote {
  font-size: 1.17188rem;
  margin-bottom: 1.5rem;
}

/* line 610, vendor/assets/stylesheets/v2/css/theme.css */
.blockquote-footer {
  font-size: .8125rem;
  display: block;
  color: #869AB8;
}

/* line 618, vendor/assets/stylesheets/v2/css/theme.css */
.blockquote-footer::before {
  content: '\2014\00A0';
}

/* line 623, vendor/assets/stylesheets/v2/css/theme.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 629, vendor/assets/stylesheets/v2/css/theme.css */
.img-thumbnail {
  max-width: 100%;
  height: auto;
  padding: .25rem;
  border: 1px solid #e3ebf6;
  border-radius: .375rem;
  background-color: #f9fbfd;
}

/* line 640, vendor/assets/stylesheets/v2/css/theme.css */
.figure {
  display: inline-block;
}

/* line 645, vendor/assets/stylesheets/v2/css/theme.css */
.figure-img {
  line-height: 1;
  margin-bottom: .75rem;
}

/* line 652, vendor/assets/stylesheets/v2/css/theme.css */
.figure-caption {
  font-size: .8125rem;
  color: #869AB8;
}

/* line 659, vendor/assets/stylesheets/v2/css/theme.css */
code {
  font-size: 87.5%;
  word-break: break-word;
  color: #1356AE;
}

/* line 667, vendor/assets/stylesheets/v2/css/theme.css */
a > code {
  color: inherit;
}

/* line 672, vendor/assets/stylesheets/v2/css/theme.css */
kbd {
  font-size: 87.5%;
  padding: .2rem .4rem;
  color: #fff;
  border-radius: .25rem;
  background-color: #283e59;
}

/* line 682, vendor/assets/stylesheets/v2/css/theme.css */
kbd kbd {
  font-size: 100%;
  font-weight: 600;
  padding: 0;
}

/* line 690, vendor/assets/stylesheets/v2/css/theme.css */
pre {
  font-size: 87.5%;
  display: block;
  color: #283e59;
}

/* line 698, vendor/assets/stylesheets/v2/css/theme.css */
pre code {
  font-size: inherit;
  word-break: normal;
  color: inherit;
}

/* line 707, vendor/assets/stylesheets/v2/css/theme.css */
.pre-scrollable {
  overflow-y: scroll;
  max-height: 340px;
}

/* line 714, vendor/assets/stylesheets/v2/css/theme.css */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

@media (min-width: 576px) {
  /* line 724, vendor/assets/stylesheets/v2/css/theme.css */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 731, vendor/assets/stylesheets/v2/css/theme.css */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 738, vendor/assets/stylesheets/v2/css/theme.css */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 745, vendor/assets/stylesheets/v2/css/theme.css */
  .container {
    max-width: 1140px;
  }
}

/* line 751, vendor/assets/stylesheets/v2/css/theme.css */
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 760, vendor/assets/stylesheets/v2/css/theme.css */
.row {
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
  flex-wrap: wrap;
}

/* line 770, vendor/assets/stylesheets/v2/css/theme.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 775, vendor/assets/stylesheets/v2/css/theme.css */
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* line 782, vendor/assets/stylesheets/v2/css/theme.css */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 860, vendor/assets/stylesheets/v2/css/theme.css */
.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}

/* line 868, vendor/assets/stylesheets/v2/css/theme.css */
.col-auto {
  width: auto;
  max-width: 100%;
  flex: 0 0 auto;
}

/* line 876, vendor/assets/stylesheets/v2/css/theme.css */
.col-1 {
  max-width: 8.33333%;
  flex: 0 0 8.33333%;
}

/* line 883, vendor/assets/stylesheets/v2/css/theme.css */
.col-2 {
  max-width: 16.66667%;
  flex: 0 0 16.66667%;
}

/* line 890, vendor/assets/stylesheets/v2/css/theme.css */
.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

/* line 897, vendor/assets/stylesheets/v2/css/theme.css */
.col-4 {
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
}

/* line 904, vendor/assets/stylesheets/v2/css/theme.css */
.col-5 {
  max-width: 41.66667%;
  flex: 0 0 41.66667%;
}

/* line 911, vendor/assets/stylesheets/v2/css/theme.css */
.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

/* line 918, vendor/assets/stylesheets/v2/css/theme.css */
.col-7 {
  max-width: 58.33333%;
  flex: 0 0 58.33333%;
}

/* line 925, vendor/assets/stylesheets/v2/css/theme.css */
.col-8 {
  max-width: 66.66667%;
  flex: 0 0 66.66667%;
}

/* line 932, vendor/assets/stylesheets/v2/css/theme.css */
.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

/* line 939, vendor/assets/stylesheets/v2/css/theme.css */
.col-10 {
  max-width: 83.33333%;
  flex: 0 0 83.33333%;
}

/* line 946, vendor/assets/stylesheets/v2/css/theme.css */
.col-11 {
  max-width: 91.66667%;
  flex: 0 0 91.66667%;
}

/* line 953, vendor/assets/stylesheets/v2/css/theme.css */
.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

/* line 960, vendor/assets/stylesheets/v2/css/theme.css */
.order-first {
  order: -1;
}

/* line 965, vendor/assets/stylesheets/v2/css/theme.css */
.order-last {
  order: 13;
}

/* line 970, vendor/assets/stylesheets/v2/css/theme.css */
.order-0 {
  order: 0;
}

/* line 975, vendor/assets/stylesheets/v2/css/theme.css */
.order-1 {
  order: 1;
}

/* line 980, vendor/assets/stylesheets/v2/css/theme.css */
.order-2 {
  order: 2;
}

/* line 985, vendor/assets/stylesheets/v2/css/theme.css */
.order-3 {
  order: 3;
}

/* line 990, vendor/assets/stylesheets/v2/css/theme.css */
.order-4 {
  order: 4;
}

/* line 995, vendor/assets/stylesheets/v2/css/theme.css */
.order-5 {
  order: 5;
}

/* line 1000, vendor/assets/stylesheets/v2/css/theme.css */
.order-6 {
  order: 6;
}

/* line 1005, vendor/assets/stylesheets/v2/css/theme.css */
.order-7 {
  order: 7;
}

/* line 1010, vendor/assets/stylesheets/v2/css/theme.css */
.order-8 {
  order: 8;
}

/* line 1015, vendor/assets/stylesheets/v2/css/theme.css */
.order-9 {
  order: 9;
}

/* line 1020, vendor/assets/stylesheets/v2/css/theme.css */
.order-10 {
  order: 10;
}

/* line 1025, vendor/assets/stylesheets/v2/css/theme.css */
.order-11 {
  order: 11;
}

/* line 1030, vendor/assets/stylesheets/v2/css/theme.css */
.order-12 {
  order: 12;
}

/* line 1035, vendor/assets/stylesheets/v2/css/theme.css */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 1040, vendor/assets/stylesheets/v2/css/theme.css */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 1045, vendor/assets/stylesheets/v2/css/theme.css */
.offset-3 {
  margin-left: 25%;
}

/* line 1050, vendor/assets/stylesheets/v2/css/theme.css */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 1055, vendor/assets/stylesheets/v2/css/theme.css */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 1060, vendor/assets/stylesheets/v2/css/theme.css */
.offset-6 {
  margin-left: 50%;
}

/* line 1065, vendor/assets/stylesheets/v2/css/theme.css */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 1070, vendor/assets/stylesheets/v2/css/theme.css */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 1075, vendor/assets/stylesheets/v2/css/theme.css */
.offset-9 {
  margin-left: 75%;
}

/* line 1080, vendor/assets/stylesheets/v2/css/theme.css */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 1085, vendor/assets/stylesheets/v2/css/theme.css */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 1092, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 1099, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 1106, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 1112, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 1118, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1124, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 1130, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 1136, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1142, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 1148, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1154, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1160, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1166, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1172, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 1178, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-first {
    order: -1;
  }
  /* line 1182, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-last {
    order: 13;
  }
  /* line 1186, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-0 {
    order: 0;
  }
  /* line 1190, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-1 {
    order: 1;
  }
  /* line 1194, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-2 {
    order: 2;
  }
  /* line 1198, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-3 {
    order: 3;
  }
  /* line 1202, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-4 {
    order: 4;
  }
  /* line 1206, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-5 {
    order: 5;
  }
  /* line 1210, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-6 {
    order: 6;
  }
  /* line 1214, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-7 {
    order: 7;
  }
  /* line 1218, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-8 {
    order: 8;
  }
  /* line 1222, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-9 {
    order: 9;
  }
  /* line 1226, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-10 {
    order: 10;
  }
  /* line 1230, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-11 {
    order: 11;
  }
  /* line 1234, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-12 {
    order: 12;
  }
  /* line 1238, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1242, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 1246, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 1250, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1254, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 1258, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 1262, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1266, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 1270, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 1274, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1278, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 1282, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 1290, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 1297, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 1304, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 1310, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 1316, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1322, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 1328, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 1334, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1340, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 1346, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1352, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1358, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1364, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1370, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 1376, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-first {
    order: -1;
  }
  /* line 1380, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-last {
    order: 13;
  }
  /* line 1384, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-0 {
    order: 0;
  }
  /* line 1388, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-1 {
    order: 1;
  }
  /* line 1392, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-2 {
    order: 2;
  }
  /* line 1396, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-3 {
    order: 3;
  }
  /* line 1400, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-4 {
    order: 4;
  }
  /* line 1404, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-5 {
    order: 5;
  }
  /* line 1408, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-6 {
    order: 6;
  }
  /* line 1412, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-7 {
    order: 7;
  }
  /* line 1416, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-8 {
    order: 8;
  }
  /* line 1420, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-9 {
    order: 9;
  }
  /* line 1424, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-10 {
    order: 10;
  }
  /* line 1428, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-11 {
    order: 11;
  }
  /* line 1432, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-12 {
    order: 12;
  }
  /* line 1436, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1440, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 1444, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 1448, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1452, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 1456, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 1460, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1464, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 1468, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 1472, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1476, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 1480, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 1488, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 1495, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 1502, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 1508, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 1514, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1520, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 1526, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 1532, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1538, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 1544, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1550, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1556, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1562, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1568, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 1574, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-first {
    order: -1;
  }
  /* line 1578, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-last {
    order: 13;
  }
  /* line 1582, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-0 {
    order: 0;
  }
  /* line 1586, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-1 {
    order: 1;
  }
  /* line 1590, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-2 {
    order: 2;
  }
  /* line 1594, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-3 {
    order: 3;
  }
  /* line 1598, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-4 {
    order: 4;
  }
  /* line 1602, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-5 {
    order: 5;
  }
  /* line 1606, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-6 {
    order: 6;
  }
  /* line 1610, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-7 {
    order: 7;
  }
  /* line 1614, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-8 {
    order: 8;
  }
  /* line 1618, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-9 {
    order: 9;
  }
  /* line 1622, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-10 {
    order: 10;
  }
  /* line 1626, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-11 {
    order: 11;
  }
  /* line 1630, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-12 {
    order: 12;
  }
  /* line 1634, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1638, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 1642, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 1646, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1650, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 1654, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 1658, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1662, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 1666, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 1670, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1674, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 1678, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 1686, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 1693, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 1700, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 1706, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 1712, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1718, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 1724, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 1730, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1736, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 1742, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1748, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1754, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1760, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1766, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 1772, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-first {
    order: -1;
  }
  /* line 1776, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-last {
    order: 13;
  }
  /* line 1780, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-0 {
    order: 0;
  }
  /* line 1784, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-1 {
    order: 1;
  }
  /* line 1788, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-2 {
    order: 2;
  }
  /* line 1792, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-3 {
    order: 3;
  }
  /* line 1796, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-4 {
    order: 4;
  }
  /* line 1800, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-5 {
    order: 5;
  }
  /* line 1804, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-6 {
    order: 6;
  }
  /* line 1808, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-7 {
    order: 7;
  }
  /* line 1812, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-8 {
    order: 8;
  }
  /* line 1816, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-9 {
    order: 9;
  }
  /* line 1820, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-10 {
    order: 10;
  }
  /* line 1824, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-11 {
    order: 11;
  }
  /* line 1828, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-12 {
    order: 12;
  }
  /* line 1832, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1836, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 1840, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 1844, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1848, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 1852, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 1856, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1860, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 1864, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 1868, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1872, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 1876, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1600px) {
  /* line 1884, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 1891, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 1898, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 1904, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 1910, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1916, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 1922, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 1928, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1934, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 1940, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1946, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1952, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1958, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1964, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* line 1972, vendor/assets/stylesheets/v2/css/theme.css */
.table {
  width: 100%;
  margin-bottom: 1.5rem;
  background-color: transparent;
}

/* line 1979, vendor/assets/stylesheets/v2/css/theme.css */
.table th,
.table td {
  padding: .9375rem;
  vertical-align: top;
  border-top: 1px solid #edf2f9;
}

/* line 1988, vendor/assets/stylesheets/v2/css/theme.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #edf2f9;
}

/* line 1994, vendor/assets/stylesheets/v2/css/theme.css */
.table tbody + tbody {
  border-top: 2px solid #edf2f9;
}

/* line 1998, vendor/assets/stylesheets/v2/css/theme.css */
.table .table {
  background-color: #f9fbfd;
}

/* line 2003, vendor/assets/stylesheets/v2/css/theme.css */
.table-sm th,
.table-sm td {
  padding: .9375rem;
}

/* line 2009, vendor/assets/stylesheets/v2/css/theme.css */
.table-bordered {
  border: 1px solid #edf2f9;
}

/* line 2013, vendor/assets/stylesheets/v2/css/theme.css */
.table-bordered th,
.table-bordered td {
  border: 1px solid #edf2f9;
}

/* line 2018, vendor/assets/stylesheets/v2/css/theme.css */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 2024, vendor/assets/stylesheets/v2/css/theme.css */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 2032, vendor/assets/stylesheets/v2/css/theme.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9fbfd;
}

/* line 2037, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover tbody tr:hover {
  background-color: #f9fbfd;
}

/* line 2042, vendor/assets/stylesheets/v2/css/theme.css */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c4daf8;
}

/* line 2049, vendor/assets/stylesheets/v2/css/theme.css */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #91baf1;
}

/* line 2057, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-primary:hover {
  background-color: #adccf5;
}

/* line 2061, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #adccf5;
}

/* line 2067, vendor/assets/stylesheets/v2/css/theme.css */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6dde5;
}

/* line 2074, vendor/assets/stylesheets/v2/css/theme.css */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b4bfcf;
}

/* line 2082, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-secondary:hover {
  background-color: #c6d0db;
}

/* line 2086, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c6d0db;
}

/* line 2092, vendor/assets/stylesheets/v2/css/theme.css */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8f4db;
}

/* line 2099, vendor/assets/stylesheets/v2/css/theme.css */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7aebbc;
}

/* line 2107, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-success:hover {
  background-color: #a2f1d0;
}

/* line 2111, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a2f1d0;
}

/* line 2117, vendor/assets/stylesheets/v2/css/theme.css */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c8e9f2;
}

/* line 2124, vendor/assets/stylesheets/v2/css/theme.css */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #98d5e7;
}

/* line 2132, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-info:hover {
  background-color: #b3e1ed;
}

/* line 2136, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b3e1ed;
}

/* line 2142, vendor/assets/stylesheets/v2/css/theme.css */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fceeca;
}

/* line 2149, vendor/assets/stylesheets/v2/css/theme.css */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fae09d;
}

/* line 2157, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-warning:hover {
  background-color: #fbe6b2;
}

/* line 2161, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbe6b2;
}

/* line 2167, vendor/assets/stylesheets/v2/css/theme.css */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8c7d0;
}

/* line 2174, vendor/assets/stylesheets/v2/css/theme.css */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f297a8;
}

/* line 2182, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-danger:hover {
  background-color: #f5b0bd;
}

/* line 2186, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f5b0bd;
}

/* line 2192, vendor/assets/stylesheets/v2/css/theme.css */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fafbfd;
}

/* line 2199, vendor/assets/stylesheets/v2/css/theme.css */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f6f8fc;
}

/* line 2207, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-light:hover {
  background-color: #e8ecf6;
}

/* line 2211, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e8ecf6;
}

/* line 2217, vendor/assets/stylesheets/v2/css/theme.css */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bdc2c9;
}

/* line 2224, vendor/assets/stylesheets/v2/css/theme.css */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #848e9b;
}

/* line 2232, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-dark:hover {
  background-color: #afb5be;
}

/* line 2236, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #afb5be;
}

/* line 2242, vendor/assets/stylesheets/v2/css/theme.css */
.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

/* line 2249, vendor/assets/stylesheets/v2/css/theme.css */
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

/* line 2257, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

/* line 2261, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

/* line 2267, vendor/assets/stylesheets/v2/css/theme.css */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f9fbfd;
}

/* line 2274, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-active:hover {
  background-color: #e6eef7;
}

/* line 2278, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e6eef7;
}

/* line 2284, vendor/assets/stylesheets/v2/css/theme.css */
.table .thead-dark th {
  color: #fff;
  border-color: #345073;
  background-color: #283e59;
}

/* line 2291, vendor/assets/stylesheets/v2/css/theme.css */
.table .thead-light th {
  color: #869AB8;
  border-color: #edf2f9;
  background-color: #f9fbfd;
}

/* line 2298, vendor/assets/stylesheets/v2/css/theme.css */
.table-dark {
  color: #fff;
  background-color: #283e59;
}

/* line 2303, vendor/assets/stylesheets/v2/css/theme.css */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #345073;
}

/* line 2309, vendor/assets/stylesheets/v2/css/theme.css */
.table-dark.table-bordered {
  border: 0;
}

/* line 2313, vendor/assets/stylesheets/v2/css/theme.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 2317, vendor/assets/stylesheets/v2/css/theme.css */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 2324, vendor/assets/stylesheets/v2/css/theme.css */
  .table-responsive-sm {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 2334, vendor/assets/stylesheets/v2/css/theme.css */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 2342, vendor/assets/stylesheets/v2/css/theme.css */
  .table-responsive-md {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 2352, vendor/assets/stylesheets/v2/css/theme.css */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 2360, vendor/assets/stylesheets/v2/css/theme.css */
  .table-responsive-lg {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 2370, vendor/assets/stylesheets/v2/css/theme.css */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 2378, vendor/assets/stylesheets/v2/css/theme.css */
  .table-responsive-xl {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 2388, vendor/assets/stylesheets/v2/css/theme.css */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 2394, vendor/assets/stylesheets/v2/css/theme.css */
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 2404, vendor/assets/stylesheets/v2/css/theme.css */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 2409, vendor/assets/stylesheets/v2/css/theme.css */
.form-control {
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: calc(2.40625rem + 2px);
  padding: .5rem .75rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #12263f;
  border: 1px solid #d2ddec;
  border-radius: .375rem;
  background-color: #fff;
  background-clip: padding-box;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 2431, vendor/assets/stylesheets/v2/css/theme.css */
  .form-control {
    transition: none;
  }
}

/* line 2436, vendor/assets/stylesheets/v2/css/theme.css */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 2441, vendor/assets/stylesheets/v2/css/theme.css */
.form-control:focus {
  color: #12263f;
  border-color: #1356AE;
  outline: 0;
  background-color: #fff;
  box-shadow: transparent;
}

/* line 2449, vendor/assets/stylesheets/v2/css/theme.css */
.form-control::-ms-input-placeholder {
  opacity: 1;
}

/* line 2453, vendor/assets/stylesheets/v2/css/theme.css */
.form-control::-moz-placeholder {
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  opacity: 1;
}
.form-control::placeholder {
  opacity: 1;
}

/* line 2457, vendor/assets/stylesheets/v2/css/theme.css */
.form-control:disabled,
.form-control[readonly] {
  opacity: 1;
  background-color: #fff;
}

/* line 2464, vendor/assets/stylesheets/v2/css/theme.css */
select.form-control:focus::-ms-value {
  color: #12263f;
  background-color: #fff;
}

/* line 2470, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 2478, vendor/assets/stylesheets/v2/css/theme.css */
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
}

/* line 2488, vendor/assets/stylesheets/v2/css/theme.css */
.col-form-label-lg {
  font-size: 1.0625rem;
  line-height: 1.5;
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
}

/* line 2497, vendor/assets/stylesheets/v2/css/theme.css */
.col-form-label-sm {
  font-size: .8125rem;
  line-height: 1.75;
  padding-top: calc(.125rem + 1px);
  padding-bottom: calc(.125rem + 1px);
}

/* line 2506, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-plaintext {
  line-height: 1.5;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #12263f;
  border: solid transparent;
  border-width: 1px 0;
  background-color: transparent;
}

/* line 2522, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 2529, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-sm {
  font-size: .8125rem;
  line-height: 1.75;
  height: calc(1.67188rem + 2px);
  padding: .125rem .5rem;
  border-radius: .25rem;
}

/* line 2540, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-lg {
  font-size: 1.0625rem;
  line-height: 1.5;
  height: calc(2.59375rem + 2px);
  padding: .5rem 1rem;
  border-radius: .5rem;
}

/* line 2551, vendor/assets/stylesheets/v2/css/theme.css */
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

/* line 2557, vendor/assets/stylesheets/v2/css/theme.css */
textarea.form-control {
  height: auto;
}

/* line 2562, vendor/assets/stylesheets/v2/css/theme.css */
.form-group {
  margin-bottom: 1.375rem;
}

/* line 2567, vendor/assets/stylesheets/v2/css/theme.css */
.form-text {
  display: block;
  margin-top: .25rem;
}

/* line 2574, vendor/assets/stylesheets/v2/css/theme.css */
.form-row {
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  flex-wrap: wrap;
}

/* line 2583, vendor/assets/stylesheets/v2/css/theme.css */
.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2590, vendor/assets/stylesheets/v2/css/theme.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2599, vendor/assets/stylesheets/v2/css/theme.css */
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

/* line 2606, vendor/assets/stylesheets/v2/css/theme.css */
.form-check-input:disabled ~ .form-check-label {
  color: #869AB8;
}

/* line 2611, vendor/assets/stylesheets/v2/css/theme.css */
.form-check-label {
  margin-bottom: 0;
}

/* line 2616, vendor/assets/stylesheets/v2/css/theme.css */
.form-check-inline {
  display: inline-flex;
  margin-right: .75rem;
  padding-left: 0;
  align-items: center;
}

/* line 2625, vendor/assets/stylesheets/v2/css/theme.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

/* line 2634, vendor/assets/stylesheets/v2/css/theme.css */
.valid-feedback {
  font-size: .8125rem;
  display: none;
  width: 100%;
  margin-top: .25rem;
  color: #00d97e;
}

/* line 2646, vendor/assets/stylesheets/v2/css/theme.css */
.valid-tooltip {
  font-size: .8125rem;
  line-height: 1.5;
  position: absolute;
  z-index: 5;
  top: 100%;
  display: none;
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  color: #fff;
  border-radius: .375rem;
  background-color: #00d97e;
}

/* line 2666, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #00d97e;
}

/* line 2671, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #00d97e;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 2677, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2685, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #00d97e;
}

/* line 2690, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #00d97e;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 2696, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2704, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2712, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #00d97e;
}

/* line 2718, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2726, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #00d97e;
}

/* line 2731, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00d97e;
}

/* line 2737, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2745, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #0dff9a;
  background-color: #0dff9a;
}

/* line 2752, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 2758, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00d97e;
}

/* line 2764, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00d97e;
}

/* line 2770, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2778, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00d97e;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 2785, vendor/assets/stylesheets/v2/css/theme.css */
.invalid-feedback {
  font-size: .8125rem;
  display: none;
  width: 100%;
  margin-top: .25rem;
  color: #e63757;
}

/* line 2797, vendor/assets/stylesheets/v2/css/theme.css */
.invalid-tooltip {
  font-size: .8125rem;
  line-height: 1.5;
  position: absolute;
  z-index: 5;
  top: 100%;
  display: none;
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  color: #fff;
  border-radius: .375rem;
  background-color: #e63757;
}

/* line 2817, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #e63757;
}

/* line 2822, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #e63757;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 2828, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2836, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e63757;
}

/* line 2841, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e63757;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 2847, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2855, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2863, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #e63757;
}

/* line 2869, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2877, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #e63757;
}

/* line 2882, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e63757;
}

/* line 2888, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2896, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ec647d;
  background-color: #ec647d;
}

/* line 2903, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 2909, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e63757;
}

/* line 2915, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e63757;
}

/* line 2921, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2929, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e63757;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 2936, vendor/assets/stylesheets/v2/css/theme.css */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 2943, vendor/assets/stylesheets/v2/css/theme.css */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2949, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline label {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
  }
  /* line 2958, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline .form-group {
    display: flex;
    margin-bottom: 0;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
  }
  /* line 2968, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2976, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2980, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 2985, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline .form-check {
    display: flex;
    width: auto;
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }
  /* line 2995, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  /* line 3003, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 3008, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 3014, vendor/assets/stylesheets/v2/css/theme.css */
.btn {
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  padding: .5rem .75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  color: #12263f;
  border: 1px solid transparent;
  border-radius: .375rem;
  background-color: transparent;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3039, vendor/assets/stylesheets/v2/css/theme.css */
  .btn {
    transition: none;
  }
}

/* line 3044, vendor/assets/stylesheets/v2/css/theme.css */
.btn:hover {
  text-decoration: none;
  color: #12263f;
}

/* line 3050, vendor/assets/stylesheets/v2/css/theme.css */
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.25);
}

/* line 3056, vendor/assets/stylesheets/v2/css/theme.css */
.btn.disabled,
.btn:disabled {
  opacity: .65;
}

/* line 3061, vendor/assets/stylesheets/v2/css/theme.css */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 3066, vendor/assets/stylesheets/v2/css/theme.css */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 3072, vendor/assets/stylesheets/v2/css/theme.css */
.btn-primary {
  color: #fff;
  border-color: #1356AE;
  background-color: #1356AE;
}

/* line 3078, vendor/assets/stylesheets/v2/css/theme.css */
.btn-primary:hover {
  color: #fff;
  border-color: #1862c6;
  background-color: #1a68d1;
}

/* line 3084, vendor/assets/stylesheets/v2/css/theme.css */
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5);
}

/* line 3089, vendor/assets/stylesheets/v2/css/theme.css */
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  border-color: #1356AE;
  background-color: #1356AE;
}

/* line 3096, vendor/assets/stylesheets/v2/css/theme.css */
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: #175dba;
  background-color: #1862c6;
}

/* line 3104, vendor/assets/stylesheets/v2/css/theme.css */
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5);
}

/* line 3111, vendor/assets/stylesheets/v2/css/theme.css */
.btn-secondary {
  color: #fff;
  border-color: #6e84a3;
  background-color: #6e84a3;
}

/* line 3117, vendor/assets/stylesheets/v2/css/theme.css */
.btn-secondary:hover {
  color: #fff;
  border-color: #566b88;
  background-color: #5b7190;
}

/* line 3123, vendor/assets/stylesheets/v2/css/theme.css */
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.15rem rgba(132, 150, 177, 0.5);
}

/* line 3128, vendor/assets/stylesheets/v2/css/theme.css */
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  border-color: #6e84a3;
  background-color: #6e84a3;
}

/* line 3135, vendor/assets/stylesheets/v2/css/theme.css */
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  border-color: #516580;
  background-color: #566b88;
}

/* line 3143, vendor/assets/stylesheets/v2/css/theme.css */
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(132, 150, 177, 0.5);
}

/* line 3150, vendor/assets/stylesheets/v2/css/theme.css */
.btn-success {
  color: #fff;
  border-color: #00d97e;
  background-color: #00d97e;
}

/* line 3156, vendor/assets/stylesheets/v2/css/theme.css */
.btn-success:hover {
  color: #fff;
  border-color: #00a660;
  background-color: #00b368;
}

/* line 3162, vendor/assets/stylesheets/v2/css/theme.css */
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.15rem rgba(38, 223, 145, 0.5);
}

/* line 3167, vendor/assets/stylesheets/v2/css/theme.css */
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  border-color: #00d97e;
  background-color: #00d97e;
}

/* line 3174, vendor/assets/stylesheets/v2/css/theme.css */
.btn-success:not(:disabled):not(.disabled):active,
.btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  border-color: #009959;
  background-color: #00a660;
}

/* line 3182, vendor/assets/stylesheets/v2/css/theme.css */
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(38, 223, 145, 0.5);
}

/* line 3189, vendor/assets/stylesheets/v2/css/theme.css */
.btn-info {
  color: #fff;
  border-color: #39afd1;
  background-color: #39afd1;
}

/* line 3195, vendor/assets/stylesheets/v2/css/theme.css */
.btn-info:hover {
  color: #fff;
  border-color: #2991ae;
  background-color: #2b99b9;
}

/* line 3201, vendor/assets/stylesheets/v2/css/theme.css */
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.15rem rgba(87, 187, 216, 0.5);
}

/* line 3206, vendor/assets/stylesheets/v2/css/theme.css */
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  border-color: #39afd1;
  background-color: #39afd1;
}

/* line 3213, vendor/assets/stylesheets/v2/css/theme.css */
.btn-info:not(:disabled):not(.disabled):active,
.btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  border-color: #2688a4;
  background-color: #2991ae;
}

/* line 3221, vendor/assets/stylesheets/v2/css/theme.css */
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(87, 187, 216, 0.5);
}

/* line 3228, vendor/assets/stylesheets/v2/css/theme.css */
.btn-warning {
  color: #283e59;
  border-color: #f6c343;
  background-color: #f6c343;
}

/* line 3234, vendor/assets/stylesheets/v2/css/theme.css */
.btn-warning:hover {
  color: #283e59;
  border-color: #f4b312;
  background-color: #f4b71e;
}

/* line 3240, vendor/assets/stylesheets/v2/css/theme.css */
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.15rem rgba(215, 175, 70, 0.5);
}

/* line 3245, vendor/assets/stylesheets/v2/css/theme.css */
.btn-warning.disabled,
.btn-warning:disabled {
  color: #283e59;
  border-color: #f6c343;
  background-color: #f6c343;
}

/* line 3252, vendor/assets/stylesheets/v2/css/theme.css */
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #283e59;
  border-color: #eead0b;
  background-color: #f4b312;
}

/* line 3260, vendor/assets/stylesheets/v2/css/theme.css */
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(215, 175, 70, 0.5);
}

/* line 3267, vendor/assets/stylesheets/v2/css/theme.css */
.btn-danger {
  color: #fff;
  border-color: #e63757;
  background-color: #e63757;
}

/* line 3273, vendor/assets/stylesheets/v2/css/theme.css */
.btn-danger:hover {
  color: #fff;
  border-color: #d01a3b;
  background-color: #db1b3f;
}

/* line 3279, vendor/assets/stylesheets/v2/css/theme.css */
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.15rem rgba(234, 85, 112, 0.5);
}

/* line 3284, vendor/assets/stylesheets/v2/css/theme.css */
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  border-color: #e63757;
  background-color: #e63757;
}

/* line 3291, vendor/assets/stylesheets/v2/css/theme.css */
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  border-color: #c51938;
  background-color: #d01a3b;
}

/* line 3299, vendor/assets/stylesheets/v2/css/theme.css */
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(234, 85, 112, 0.5);
}

/* line 3306, vendor/assets/stylesheets/v2/css/theme.css */
.btn-light {
  color: #283e59;
  border-color: #edf2f9;
  background-color: #edf2f9;
}

/* line 3312, vendor/assets/stylesheets/v2/css/theme.css */
.btn-light:hover {
  color: #283e59;
  border-color: #c7d6ec;
  background-color: #d0ddef;
}

/* line 3318, vendor/assets/stylesheets/v2/css/theme.css */
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(207, 215, 225, 0.5);
}

/* line 3323, vendor/assets/stylesheets/v2/css/theme.css */
.btn-light.disabled,
.btn-light:disabled {
  color: #283e59;
  border-color: #edf2f9;
  background-color: #edf2f9;
}

/* line 3330, vendor/assets/stylesheets/v2/css/theme.css */
.btn-light:not(:disabled):not(.disabled):active,
.btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #283e59;
  border-color: #bdcfe9;
  background-color: #c7d6ec;
}

/* line 3338, vendor/assets/stylesheets/v2/css/theme.css */
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(207, 215, 225, 0.5);
}

/* line 3345, vendor/assets/stylesheets/v2/css/theme.css */
.btn-dark {
  color: #fff;
  border-color: #12263f;
  background-color: #12263f;
}

/* line 3351, vendor/assets/stylesheets/v2/css/theme.css */
.btn-dark:hover {
  color: #fff;
  border-color: #070e17;
  background-color: #0a1421;
}

/* line 3357, vendor/assets/stylesheets/v2/css/theme.css */
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(54, 71, 92, 0.5);
}

/* line 3362, vendor/assets/stylesheets/v2/css/theme.css */
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  border-color: #12263f;
  background-color: #12263f;
}

/* line 3369, vendor/assets/stylesheets/v2/css/theme.css */
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  border-color: #04080d;
  background-color: #070e17;
}

/* line 3377, vendor/assets/stylesheets/v2/css/theme.css */
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(54, 71, 92, 0.5);
}

/* line 3384, vendor/assets/stylesheets/v2/css/theme.css */
.btn-white {
  color: #283e59;
  border-color: #fff;
  background-color: #fff;
}

/* line 3390, vendor/assets/stylesheets/v2/css/theme.css */
.btn-white:hover {
  color: #283e59;
  border-color: #e6e6e6;
  background-color: #ececec;
}

/* line 3396, vendor/assets/stylesheets/v2/css/theme.css */
.btn-white:focus,
.btn-white.focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 3401, vendor/assets/stylesheets/v2/css/theme.css */
.btn-white.disabled,
.btn-white:disabled {
  color: #283e59;
  border-color: #fff;
  background-color: #fff;
}

/* line 3408, vendor/assets/stylesheets/v2/css/theme.css */
.btn-white:not(:disabled):not(.disabled):active,
.btn-white.active:not(:disabled):not(.disabled),
.show > .btn-white.dropdown-toggle {
  color: #283e59;
  border-color: #dfdfdf;
  background-color: #e6e6e6;
}

/* line 3416, vendor/assets/stylesheets/v2/css/theme.css */
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white.active:not(:disabled):not(.disabled):focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 3423, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-primary {
  color: #1356AE;
  border-color: #1356AE;
}

/* line 3428, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-primary:hover {
  color: #fff;
  border-color: #1356AE;
  background-color: #1356AE;
}

/* line 3434, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.5);
}

/* line 3439, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #1356AE;
  background-color: transparent;
}

/* line 3445, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  border-color: #1356AE;
  background-color: #1356AE;
}

/* line 3453, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.5);
}

/* line 3460, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-secondary {
  color: #6e84a3;
  border-color: #6e84a3;
}

/* line 3465, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-secondary:hover {
  color: #fff;
  border-color: #6e84a3;
  background-color: #6e84a3;
}

/* line 3471, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.15rem rgba(110, 132, 163, 0.5);
}

/* line 3476, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6e84a3;
  background-color: transparent;
}

/* line 3482, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  border-color: #6e84a3;
  background-color: #6e84a3;
}

/* line 3490, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(110, 132, 163, 0.5);
}

/* line 3497, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-success {
  color: #00d97e;
  border-color: #00d97e;
}

/* line 3502, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-success:hover {
  color: #fff;
  border-color: #00d97e;
  background-color: #00d97e;
}

/* line 3508, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.5);
}

/* line 3513, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #00d97e;
  background-color: transparent;
}

/* line 3519, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  border-color: #00d97e;
  background-color: #00d97e;
}

/* line 3527, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.5);
}

/* line 3534, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-info {
  color: #39afd1;
  border-color: #39afd1;
}

/* line 3539, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-info:hover {
  color: #fff;
  border-color: #39afd1;
  background-color: #39afd1;
}

/* line 3545, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.15rem rgba(57, 175, 209, 0.5);
}

/* line 3550, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #39afd1;
  background-color: transparent;
}

/* line 3556, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  border-color: #39afd1;
  background-color: #39afd1;
}

/* line 3564, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(57, 175, 209, 0.5);
}

/* line 3571, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-warning {
  color: #f6c343;
  border-color: #f6c343;
}

/* line 3576, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-warning:hover {
  color: #283e59;
  border-color: #f6c343;
  background-color: #f6c343;
}

/* line 3582, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 195, 67, 0.5);
}

/* line 3587, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f6c343;
  background-color: transparent;
}

/* line 3593, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #283e59;
  border-color: #f6c343;
  background-color: #f6c343;
}

/* line 3601, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 195, 67, 0.5);
}

/* line 3608, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-danger {
  color: #e63757;
  border-color: #e63757;
}

/* line 3613, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-danger:hover {
  color: #fff;
  border-color: #e63757;
  background-color: #e63757;
}

/* line 3619, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.5);
}

/* line 3624, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e63757;
  background-color: transparent;
}

/* line 3630, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  border-color: #e63757;
  background-color: #e63757;
}

/* line 3638, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.5);
}

/* line 3645, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-light {
  color: #edf2f9;
  border-color: #edf2f9;
}

/* line 3650, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-light:hover {
  color: #283e59;
  border-color: #edf2f9;
  background-color: #edf2f9;
}

/* line 3656, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(237, 242, 249, 0.5);
}

/* line 3661, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #edf2f9;
  background-color: transparent;
}

/* line 3667, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #283e59;
  border-color: #edf2f9;
  background-color: #edf2f9;
}

/* line 3675, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(237, 242, 249, 0.5);
}

/* line 3682, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-dark {
  color: #12263f;
  border-color: #12263f;
}

/* line 3687, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-dark:hover {
  color: #fff;
  border-color: #12263f;
  background-color: #12263f;
}

/* line 3693, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(18, 38, 63, 0.5);
}

/* line 3698, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #12263f;
  background-color: transparent;
}

/* line 3704, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  border-color: #12263f;
  background-color: #12263f;
}

/* line 3712, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(18, 38, 63, 0.5);
}

/* line 3719, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

/* line 3724, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-white:hover {
  color: #283e59;
  border-color: #fff;
  background-color: #fff;
}

/* line 3730, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-white:focus,
.btn-outline-white.focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

/* line 3735, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 3741, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white.active:not(:disabled):not(.disabled),
.show > .btn-outline-white.dropdown-toggle {
  color: #283e59;
  border-color: #fff;
  background-color: #fff;
}

/* line 3749, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

/* line 3756, vendor/assets/stylesheets/v2/css/theme.css */
.btn-link {
  font-weight: 400;
  color: #1356AE;
}

/* line 3762, vendor/assets/stylesheets/v2/css/theme.css */
.btn-link:hover {
  text-decoration: none;
  color: #1657af;
}

/* line 3768, vendor/assets/stylesheets/v2/css/theme.css */
.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 3775, vendor/assets/stylesheets/v2/css/theme.css */
.btn-link:disabled,
.btn-link.disabled {
  pointer-events: none;
  color: #b1c2d9;
}

/* line 3783, vendor/assets/stylesheets/v2/css/theme.css */
.btn-lg,
.btn-group-lg > .btn {
  font-size: 1.0625rem;
  line-height: 1.5;
  padding: .5rem 1rem;
  border-radius: .5rem;
}

/* line 3794, vendor/assets/stylesheets/v2/css/theme.css */
.btn-sm,
.btn-group-sm > .btn {
  font-size: .8125rem;
  line-height: 1.75;
  padding: .125rem .5rem;
  border-radius: .25rem;
}

/* line 3805, vendor/assets/stylesheets/v2/css/theme.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3811, vendor/assets/stylesheets/v2/css/theme.css */
.btn-block + .btn-block {
  margin-top: .5rem;
}

/* line 3816, vendor/assets/stylesheets/v2/css/theme.css */
input.btn-block[type='submit'],
input.btn-block[type='reset'],
input.btn-block[type='button'] {
  width: 100%;
}

/* line 3823, vendor/assets/stylesheets/v2/css/theme.css */
.fade {
  transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3829, vendor/assets/stylesheets/v2/css/theme.css */
  .fade {
    transition: none;
  }
}

/* line 3834, vendor/assets/stylesheets/v2/css/theme.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 3839, vendor/assets/stylesheets/v2/css/theme.css */
.collapse:not(.show) {
  display: none;
}

/* line 3844, vendor/assets/stylesheets/v2/css/theme.css */
.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height .35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3856, vendor/assets/stylesheets/v2/css/theme.css */
  .collapsing {
    transition: none;
  }
}

/* line 3862, vendor/assets/stylesheets/v2/css/theme.css */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 3870, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .2125em;
  content: '';
  vertical-align: .2125em;
  border-top: .25em solid;
  border-right: .25em solid transparent;
  border-bottom: 0;
  border-left: .25em solid transparent;
}

/* line 3885, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3890, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu {
  font-size: .9375rem;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 10rem;
  margin: .125rem 0 0;
  padding: .5rem 0;
  list-style: none;
  text-align: left;
  color: #12263f;
  border: 1px solid rgba(18, 38, 63, 0.1);
  border-radius: .375rem;
  background-color: #fff;
  background-clip: padding-box;
}

/* line 3917, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 3925, vendor/assets/stylesheets/v2/css/theme.css */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 3934, vendor/assets/stylesheets/v2/css/theme.css */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 3943, vendor/assets/stylesheets/v2/css/theme.css */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 3952, vendor/assets/stylesheets/v2/css/theme.css */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 3959, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

@media (min-width: 576px) {
  /* line 3967, vendor/assets/stylesheets/v2/css/theme.css */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  /* line 3976, vendor/assets/stylesheets/v2/css/theme.css */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 992px) {
  /* line 3985, vendor/assets/stylesheets/v2/css/theme.css */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 3994, vendor/assets/stylesheets/v2/css/theme.css */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}

/* line 4001, vendor/assets/stylesheets/v2/css/theme.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

/* line 4010, vendor/assets/stylesheets/v2/css/theme.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .2125em;
  content: '';
  vertical-align: .2125em;
  border-top: 0;
  border-right: .25em solid transparent;
  border-bottom: .25em solid;
  border-left: .25em solid transparent;
}

/* line 4025, vendor/assets/stylesheets/v2/css/theme.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 4030, vendor/assets/stylesheets/v2/css/theme.css */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}

/* line 4040, vendor/assets/stylesheets/v2/css/theme.css */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .2125em;
  content: '';
  vertical-align: .2125em;
  border-top: .25em solid transparent;
  border-right: 0;
  border-bottom: .25em solid transparent;
  border-left: .25em solid;
}

/* line 4055, vendor/assets/stylesheets/v2/css/theme.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 4060, vendor/assets/stylesheets/v2/css/theme.css */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 4065, vendor/assets/stylesheets/v2/css/theme.css */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}

/* line 4075, vendor/assets/stylesheets/v2/css/theme.css */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .2125em;
  content: '';
  vertical-align: .2125em;
}

/* line 4085, vendor/assets/stylesheets/v2/css/theme.css */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 4090, vendor/assets/stylesheets/v2/css/theme.css */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .2125em;
  content: '';
  vertical-align: .2125em;
  border-top: .25em solid transparent;
  border-right: .25em solid;
  border-bottom: .25em solid transparent;
}

/* line 4104, vendor/assets/stylesheets/v2/css/theme.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 4109, vendor/assets/stylesheets/v2/css/theme.css */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 4114, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu[x-placement^='top'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left'] {
  right: auto;
  bottom: auto;
}

/* line 4123, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-divider {
  overflow: hidden;
  height: 0;
  margin: .75rem 0;
  border-top: 1px solid #edf2f9;
}

/* line 4133, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-item {
  font-weight: 400;
  display: block;
  clear: both;
  width: 100%;
  padding: .375rem 1.5rem;
  text-align: inherit;
  white-space: nowrap;
  color: #6e84a3;
  border: 0;
  background-color: transparent;
}

/* line 4150, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-item:first-child {
  border-top-left-radius: calc(.375rem - 1px);
  border-top-right-radius: calc(.375rem - 1px);
}

/* line 4155, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-item:last-child {
  border-bottom-right-radius: calc(.375rem - 1px);
  border-bottom-left-radius: calc(.375rem - 1px);
}

/* line 4160, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-item:hover,
.dropdown-item:focus {
  text-decoration: none;
  color: #12263f;
  background-color: transparent;
}

/* line 4168, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
  color: #12263f;
  background-color: transparent;
}

/* line 4176, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-item.disabled,
.dropdown-item:disabled {
  pointer-events: none;
  color: #869AB8;
  background-color: transparent;
}

/* line 4185, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu.show {
  display: block;
}

/* line 4190, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-header {
  font-size: .8125rem;
  display: block;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  white-space: nowrap;
  color: inherit;
}

/* line 4204, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-item-text {
  display: block;
  padding: .375rem 1.5rem;
  color: #6e84a3;
}

/* line 4213, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 4222, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 4229, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 4234, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 4244, vendor/assets/stylesheets/v2/css/theme.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 4251, vendor/assets/stylesheets/v2/css/theme.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 4256, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 4262, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4269, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4276, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

/* line 4281, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 4287, vendor/assets/stylesheets/v2/css/theme.css */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 4292, vendor/assets/stylesheets/v2/css/theme.css */
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

/* line 4299, vendor/assets/stylesheets/v2/css/theme.css */
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 4306, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 4313, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 4318, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 4323, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4329, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4336, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 4341, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-toggle > .btn input[type='radio'],
.btn-group-toggle > .btn input[type='checkbox'],
.btn-group-toggle > .btn-group > .btn input[type='radio'],
.btn-group-toggle > .btn-group > .btn input[type='checkbox'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 4353, vendor/assets/stylesheets/v2/css/theme.css */
.input-group {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}

/* line 4364, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  width: 1%;
  margin-bottom: 0;
  flex: 1 1 auto;
}

/* line 4376, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 4391, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 4397, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 4401, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4407, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4413, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 4419, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4425, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4431, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 4436, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 4442, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 4447, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 4459, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-prepend {
  margin-right: -1px;
}

/* line 4464, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-append {
  margin-left: -1px;
}

/* line 4469, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-text {
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  margin-bottom: 0;
  padding: .5rem .75rem;
  text-align: center;
  white-space: nowrap;
  color: #869AB8;
  border: 1px solid #d2ddec;
  border-radius: .375rem;
  background-color: #fff;
  align-items: center;
}

/* line 4490, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
  margin-top: 0;
}

/* line 4496, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.59375rem + 2px);
}

/* line 4502, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  font-size: 1.0625rem;
  line-height: 1.5;
  padding: .5rem 1rem;
  border-radius: .5rem;
}

/* line 4517, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.67188rem + 2px);
}

/* line 4523, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  font-size: .8125rem;
  line-height: 1.75;
  padding: .125rem .5rem;
  border-radius: .25rem;
}

/* line 4538, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 4544, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4555, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4566, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.40625rem;
  padding-left: 1.5rem;
}

/* line 4576, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 4583, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 4590, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1356AE;
  background-color: #1356AE;
}

/* line 4596, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.25);
}

/* line 4600, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1356AE;
}

/* line 4604, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  border-color: #cbdef9;
  background-color: #cbdef9;
}

/* line 4610, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-input:disabled ~ .custom-control-label {
  color: #869AB8;
}

/* line 4614, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #fff;
}

/* line 4619, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 4627, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-label::before {
  position: absolute;
  top: .20313rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  pointer-events: none;
  border: #b1c2d9 solid 0;
  background-color: #e3ebf6;
}

/* line 4644, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-label::after {
  position: absolute;
  top: .20313rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 4662, vendor/assets/stylesheets/v2/css/theme.css */
.custom-checkbox .custom-control-label::before {
  border-radius: .375rem;
}

/* line 4667, vendor/assets/stylesheets/v2/css/theme.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 4672, vendor/assets/stylesheets/v2/css/theme.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1356AE;
  background-color: #1356AE;
}

/* line 4678, vendor/assets/stylesheets/v2/css/theme.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 4683, vendor/assets/stylesheets/v2/css/theme.css */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 4688, vendor/assets/stylesheets/v2/css/theme.css */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 4693, vendor/assets/stylesheets/v2/css/theme.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 4698, vendor/assets/stylesheets/v2/css/theme.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}

/* line 4703, vendor/assets/stylesheets/v2/css/theme.css */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 4708, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch {
  padding-left: 3.5rem !important;
}

/* line 4712, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch .custom-control-label::before {
  left: -3.5rem;
  width: 3rem;
  pointer-events: all;
  border-radius: .5625rem;
}

/* line 4722, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch .custom-control-label::after {
  top: calc(.20313rem + 0);
  left: calc(-3.5rem + 0);
  width: 1.125rem;
  height: 1.125rem;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: .5625rem;
  background-color: #b1c2d9;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 4737, vendor/assets/stylesheets/v2/css/theme.css */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 4742, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(2rem);
  background-color: #e3ebf6;
}

/* line 4748, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 4753, vendor/assets/stylesheets/v2/css/theme.css */
.custom-select {
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  height: calc(2.40625rem + 2px);
  padding: .5rem 1.75rem .5rem .75rem;
  vertical-align: middle;
  color: #12263f;
  border: 1px solid #d2ddec;
  border-radius: .375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233B506C' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4776, vendor/assets/stylesheets/v2/css/theme.css */
.custom-select:focus {
  border-color: #1356AE;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(18, 38, 63, 0.075), 0 0 5px rgba(44, 123, 229, 0.5);
}

/* line 4782, vendor/assets/stylesheets/v2/css/theme.css */
.custom-select:focus::-ms-value {
  color: #12263f;
  background-color: #fff;
}

/* line 4787, vendor/assets/stylesheets/v2/css/theme.css */
.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

/* line 4795, vendor/assets/stylesheets/v2/css/theme.css */
.custom-select:disabled {
  color: #869AB8;
  background-color: #edf2f9;
}

/* line 4800, vendor/assets/stylesheets/v2/css/theme.css */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 4805, vendor/assets/stylesheets/v2/css/theme.css */
.custom-select-sm {
  font-size: .8125rem;
  height: calc(1.67188rem + 2px);
  padding-top: .125rem;
  padding-bottom: .125rem;
  padding-left: .5rem;
}

/* line 4815, vendor/assets/stylesheets/v2/css/theme.css */
.custom-select-lg {
  font-size: 1.0625rem;
  height: calc(2.59375rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
}

/* line 4825, vendor/assets/stylesheets/v2/css/theme.css */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.40625rem + 2px);
  margin-bottom: 0;
}

/* line 4836, vendor/assets/stylesheets/v2/css/theme.css */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.40625rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 4847, vendor/assets/stylesheets/v2/css/theme.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #1356AE;
  box-shadow: transparent;
}

/* line 4852, vendor/assets/stylesheets/v2/css/theme.css */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #fff;
}

/* line 4856, vendor/assets/stylesheets/v2/css/theme.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: 'Browse';
}

/* line 4860, vendor/assets/stylesheets/v2/css/theme.css */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 4865, vendor/assets/stylesheets/v2/css/theme.css */
.custom-file-label {
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: calc(2.40625rem + 2px);
  padding: .5rem .75rem;
  color: #12263f;
  border: 1px solid #d2ddec;
  border-radius: .375rem;
  background-color: #fff;
}

/* line 4884, vendor/assets/stylesheets/v2/css/theme.css */
.custom-file-label::after {
  line-height: 1.5;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 2.40625rem;
  padding: .5rem .75rem;
  content: 'Browse';
  color: #12263f;
  border-left: inherit;
  border-radius: 0 .375rem .375rem 0;
  background-color: #fff;
}

/* line 4907, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range {
  width: 100%;
  height: calc(1rem + .3rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4919, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:focus {
  outline: none;
}

/* line 4923, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f9fbfd, transparent;
}

/* line 4927, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f9fbfd, transparent;
}

/* line 4931, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f9fbfd, transparent;
}

/* line 4935, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 4939, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #1356AE;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 4956, vendor/assets/stylesheets/v2/css/theme.css */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 4961, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-webkit-slider-thumb:active {
  background-color: #cbdef9;
}

/* line 4965, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  border-radius: 1rem;
  background-color: #e3ebf6;
}

/* line 4977, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #1356AE;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 4993, vendor/assets/stylesheets/v2/css/theme.css */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 4998, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-moz-range-thumb:active {
  background-color: #cbdef9;
}

/* line 5002, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  border-radius: 1rem;
  background-color: #e3ebf6;
}

/* line 5014, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .15rem;
  margin-left: .15rem;
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #1356AE;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 5032, vendor/assets/stylesheets/v2/css/theme.css */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 5037, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-ms-thumb:active {
  background-color: #cbdef9;
}

/* line 5041, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  cursor: pointer;
  color: transparent;
  border-width: .5rem;
  border-color: transparent;
  background-color: transparent;
}

/* line 5053, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-ms-fill-lower {
  border-radius: 1rem;
  background-color: #e3ebf6;
}

/* line 5058, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  border-radius: 1rem;
  background-color: #e3ebf6;
}

/* line 5065, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #b1c2d9;
}

/* line 5069, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 5073, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:disabled::-moz-range-thumb {
  background-color: #b1c2d9;
}

/* line 5077, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 5081, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:disabled::-ms-thumb {
  background-color: #b1c2d9;
}

/* line 5086, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 5094, vendor/assets/stylesheets/v2/css/theme.css */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 5102, vendor/assets/stylesheets/v2/css/theme.css */
.nav {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}

/* line 5114, vendor/assets/stylesheets/v2/css/theme.css */
.nav-link {
  display: block;
  padding: .5rem 1rem;
}

/* line 5120, vendor/assets/stylesheets/v2/css/theme.css */
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

/* line 5125, vendor/assets/stylesheets/v2/css/theme.css */
.nav-link.disabled {
  cursor: default;
  pointer-events: none;
  color: #869AB8;
}

/* line 5133, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs {
  border-bottom: 1px solid #e3ebf6;
}

/* line 5137, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 5141, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5147, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent transparent transparent;
}

/* line 5152, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-link.disabled {
  color: #869AB8;
  border-color: transparent;
  background-color: transparent;
}

/* line 5158, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #12263f;
  border-color: transparent transparent #1356AE;
  background-color: transparent;
}

/* line 5165, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5173, vendor/assets/stylesheets/v2/css/theme.css */
.nav-pills .nav-link {
  border-radius: .375rem;
}

/* line 5178, vendor/assets/stylesheets/v2/css/theme.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1356AE;
}

/* line 5185, vendor/assets/stylesheets/v2/css/theme.css */
.nav-fill .nav-item {
  text-align: center;
  flex: 1 1 auto;
}

/* line 5192, vendor/assets/stylesheets/v2/css/theme.css */
.nav-justified .nav-item {
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
}

/* line 5200, vendor/assets/stylesheets/v2/css/theme.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 5205, vendor/assets/stylesheets/v2/css/theme.css */
.tab-content > .active {
  display: block;
}

/* line 5210, vendor/assets/stylesheets/v2/css/theme.css */
.navbar {
  position: relative;
  display: flex;
  padding: .75rem 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 5222, vendor/assets/stylesheets/v2/css/theme.css */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 5232, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-brand {
  font-size: 1.0625rem;
  line-height: inherit;
  display: inline-block;
  margin-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
}

/* line 5245, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 5251, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 5261, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 5266, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 5273, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 5281, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 5288, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-toggler {
  font-size: 1.0625rem;
  line-height: 1;
  padding: .25rem 0;
  border: 1px solid transparent;
  border-radius: .375rem;
  background-color: transparent;
}

/* line 5299, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

/* line 5304, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 5309, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: '';
  vertical-align: middle;
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 5325, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 5335, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 5340, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 5344, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 5348, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 5353, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 5358, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 5364, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 5372, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 5382, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 5387, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 5391, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 5395, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 5400, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 5405, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 5411, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 5419, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 5429, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 5434, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 5438, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 5442, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 5447, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 5452, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 5458, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 5466, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 5476, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 5481, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 5485, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 5489, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 5494, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 5499, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 5505, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 5511, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 5516, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 5522, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 5526, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 5530, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 5535, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 5540, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 5546, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 5551, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-brand {
  color: #12263f;
}

/* line 5555, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #12263f;
}

/* line 5561, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-nav .nav-link {
  color: #6e84a3;
}

/* line 5565, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #12263f;
}

/* line 5570, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(18, 38, 63, 0.3);
}

/* line 5575, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #12263f;
}

/* line 5583, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-toggler {
  color: #6e84a3;
  border-color: transparent;
}

/* line 5589, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%236E84A3' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5594, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-text {
  color: #6e84a3;
}

/* line 5598, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-text a {
  color: #12263f;
}

/* line 5602, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #12263f;
}

/* line 5608, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 5612, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 5618, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5622, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}

/* line 5627, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 5632, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 5640, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.7);
  border-color: transparent;
}

/* line 5646, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5651, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5655, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 5659, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5665, vendor/assets/stylesheets/v2/css/theme.css */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid #edf2f9;
  border-radius: .5rem;
  background-color: #fff;
  background-clip: border-box;
}

/* line 5681, vendor/assets/stylesheets/v2/css/theme.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 5686, vendor/assets/stylesheets/v2/css/theme.css */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

/* line 5691, vendor/assets/stylesheets/v2/css/theme.css */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

/* line 5697, vendor/assets/stylesheets/v2/css/theme.css */
.card-body {
  padding: 1.5rem;
  flex: 1 1 auto;
}

/* line 5704, vendor/assets/stylesheets/v2/css/theme.css */
.card-title {
  margin-bottom: 1rem;
}

/* line 5709, vendor/assets/stylesheets/v2/css/theme.css */
.card-subtitle {
  margin-top: -.5rem;
  margin-bottom: 0;
}

/* line 5715, vendor/assets/stylesheets/v2/css/theme.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 5720, vendor/assets/stylesheets/v2/css/theme.css */
.card-link:hover {
  text-decoration: none;
}

/* line 5725, vendor/assets/stylesheets/v2/css/theme.css */
.card-link + .card-link {
  margin-left: 1.5rem;
}

/* line 5730, vendor/assets/stylesheets/v2/css/theme.css */
.card-header {
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  color: inherit;
  border-bottom: 1px solid #edf2f9;
  background-color: transparent;
}

/* line 5739, vendor/assets/stylesheets/v2/css/theme.css */
.card-header:first-child {
  border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0;
}

/* line 5743, vendor/assets/stylesheets/v2/css/theme.css */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 5748, vendor/assets/stylesheets/v2/css/theme.css */
.card-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #edf2f9;
  background-color: transparent;
}

/* line 5755, vendor/assets/stylesheets/v2/css/theme.css */
.card-footer:last-child {
  border-radius: 0 0 calc(.5rem - 1px) calc(.5rem - 1px);
}

/* line 5760, vendor/assets/stylesheets/v2/css/theme.css */
.card-header-tabs {
  margin-right: -.75rem;
  margin-bottom: -1rem;
  margin-left: -.75rem;
  border-bottom: 0;
}

/* line 5769, vendor/assets/stylesheets/v2/css/theme.css */
.card-header-pills {
  margin-right: -.75rem;
  margin-left: -.75rem;
}

/* line 5775, vendor/assets/stylesheets/v2/css/theme.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 5786, vendor/assets/stylesheets/v2/css/theme.css */
.card-img {
  width: 100%;
  border-radius: calc(.5rem - 1px);
}

/* line 5793, vendor/assets/stylesheets/v2/css/theme.css */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.5rem - 1px);
  border-top-right-radius: calc(.5rem - 1px);
}

/* line 5801, vendor/assets/stylesheets/v2/css/theme.css */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.5rem - 1px);
  border-bottom-left-radius: calc(.5rem - 1px);
}

/* line 5809, vendor/assets/stylesheets/v2/css/theme.css */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 5814, vendor/assets/stylesheets/v2/css/theme.css */
.card-deck .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  /* line 5820, vendor/assets/stylesheets/v2/css/theme.css */
  .card-deck {
    margin-right: -12px;
    margin-left: -12px;
    flex-flow: row wrap;
  }
  /* line 5827, vendor/assets/stylesheets/v2/css/theme.css */
  .card-deck .card {
    display: flex;
    flex-direction: column;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
    flex: 1 0 0;
  }
}

/* line 5840, vendor/assets/stylesheets/v2/css/theme.css */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 5845, vendor/assets/stylesheets/v2/css/theme.css */
.card-group > .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  /* line 5851, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 5855, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card {
    margin-bottom: 0;
    flex: 1 0 0;
  }
  /* line 5861, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 5867, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 5872, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 5877, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 5882, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 5887, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 5892, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 5897, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:only-child {
    border-radius: .5rem;
  }
  /* line 5901, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }
  /* line 5907, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }
  /* line 5913, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 5917, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 5926, vendor/assets/stylesheets/v2/css/theme.css */
.card-columns .card {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  /* line 5933, vendor/assets/stylesheets/v2/css/theme.css */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 5940, vendor/assets/stylesheets/v2/css/theme.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 5948, vendor/assets/stylesheets/v2/css/theme.css */
.accordion .card {
  overflow: hidden;
}

/* line 5952, vendor/assets/stylesheets/v2/css/theme.css */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 5956, vendor/assets/stylesheets/v2/css/theme.css */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 5961, vendor/assets/stylesheets/v2/css/theme.css */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5967, vendor/assets/stylesheets/v2/css/theme.css */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5972, vendor/assets/stylesheets/v2/css/theme.css */
.accordion .card .card-header {
  margin-bottom: -1px;
}

/* line 5977, vendor/assets/stylesheets/v2/css/theme.css */
.breadcrumb {
  display: flex;
  margin-bottom: 0;
  padding: .75rem 0;
  list-style: none;
  border-radius: .375rem;
  background-color: transparent;
  flex-wrap: wrap;
}

/* line 5992, vendor/assets/stylesheets/v2/css/theme.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

/* line 5996, vendor/assets/stylesheets/v2/css/theme.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  content: '';
  color: #d2ddec;
}

/* line 6007, vendor/assets/stylesheets/v2/css/theme.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 6012, vendor/assets/stylesheets/v2/css/theme.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 6017, vendor/assets/stylesheets/v2/css/theme.css */
.breadcrumb-item.active {
  color: #869AB8;
}

/* line 6022, vendor/assets/stylesheets/v2/css/theme.css */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .375rem;
}

/* line 6033, vendor/assets/stylesheets/v2/css/theme.css */
.page-link {
  line-height: 1.25;
  position: relative;
  display: block;
  margin-left: -1px;
  padding: .5rem .75rem;
  color: #12263f;
  border: 1px solid #e3ebf6;
  background-color: #fff;
}

/* line 6048, vendor/assets/stylesheets/v2/css/theme.css */
.page-link:hover {
  z-index: 2;
  text-decoration: none;
  color: #12263f;
  border-color: #e3ebf6;
  background-color: #f9fbfd;
}

/* line 6058, vendor/assets/stylesheets/v2/css/theme.css */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.25);
}

/* line 6065, vendor/assets/stylesheets/v2/css/theme.css */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 6070, vendor/assets/stylesheets/v2/css/theme.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 6078, vendor/assets/stylesheets/v2/css/theme.css */
.page-item:last-child .page-link {
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

/* line 6084, vendor/assets/stylesheets/v2/css/theme.css */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  border-color: #1356AE;
  background-color: #1356AE;
}

/* line 6093, vendor/assets/stylesheets/v2/css/theme.css */
.page-item.disabled .page-link {
  cursor: auto;
  pointer-events: none;
  color: #869AB8;
  border-color: #e3ebf6;
  background-color: #fff;
}

/* line 6103, vendor/assets/stylesheets/v2/css/theme.css */
.pagination-lg .page-link {
  font-size: 1.0625rem;
  line-height: 1.5;
  padding: .75rem 1.5rem;
}

/* line 6111, vendor/assets/stylesheets/v2/css/theme.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

/* line 6117, vendor/assets/stylesheets/v2/css/theme.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

/* line 6123, vendor/assets/stylesheets/v2/css/theme.css */
.pagination-sm .page-link {
  font-size: .8125rem;
  line-height: 1.75;
  padding: .25rem .5rem;
}

/* line 6131, vendor/assets/stylesheets/v2/css/theme.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6137, vendor/assets/stylesheets/v2/css/theme.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 6143, vendor/assets/stylesheets/v2/css/theme.css */
.badge {
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  padding: .33em .5em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: .375rem;
}

/* line 6159, vendor/assets/stylesheets/v2/css/theme.css */
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

/* line 6164, vendor/assets/stylesheets/v2/css/theme.css */
.badge:empty {
  display: none;
}

/* line 6169, vendor/assets/stylesheets/v2/css/theme.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 6175, vendor/assets/stylesheets/v2/css/theme.css */
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

/* line 6183, vendor/assets/stylesheets/v2/css/theme.css */
.badge-primary {
  color: #fff;
  background-color: #1356AE;
}

/* line 6188, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #1862c6;
}

/* line 6195, vendor/assets/stylesheets/v2/css/theme.css */
.badge-secondary {
  color: #fff;
  background-color: #6e84a3;
}

/* line 6200, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #566b88;
}

/* line 6207, vendor/assets/stylesheets/v2/css/theme.css */
.badge-success {
  color: #fff;
  background-color: #00d97e;
}

/* line 6212, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #00a660;
}

/* line 6219, vendor/assets/stylesheets/v2/css/theme.css */
.badge-info {
  color: #fff;
  background-color: #39afd1;
}

/* line 6224, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #2991ae;
}

/* line 6231, vendor/assets/stylesheets/v2/css/theme.css */
.badge-warning {
  color: #283e59;
  background-color: #f6c343;
}

/* line 6236, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-warning:hover,
a.badge-warning:focus {
  color: #283e59;
  background-color: #f4b312;
}

/* line 6243, vendor/assets/stylesheets/v2/css/theme.css */
.badge-danger {
  color: #fff;
  background-color: #e63757;
}

/* line 6248, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #d01a3b;
}

/* line 6255, vendor/assets/stylesheets/v2/css/theme.css */
.badge-light {
  color: #283e59;
  background-color: #edf2f9;
}

/* line 6260, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-light:hover,
a.badge-light:focus {
  color: #283e59;
  background-color: #c7d6ec;
}

/* line 6267, vendor/assets/stylesheets/v2/css/theme.css */
.badge-dark {
  color: #fff;
  background-color: #12263f;
}

/* line 6272, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #070e17;
}

/* line 6279, vendor/assets/stylesheets/v2/css/theme.css */
.badge-white {
  color: #283e59;
  background-color: #fff;
}

/* line 6284, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-white:hover,
a.badge-white:focus {
  color: #283e59;
  background-color: #e6e6e6;
}

/* line 6291, vendor/assets/stylesheets/v2/css/theme.css */
.jumbotron {
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  border-radius: .5rem;
  background-color: #edf2f9;
}

@media (min-width: 576px) {
  /* line 6301, vendor/assets/stylesheets/v2/css/theme.css */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 6307, vendor/assets/stylesheets/v2/css/theme.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 6315, vendor/assets/stylesheets/v2/css/theme.css */
.alert {
  position: relative;
  margin-bottom: 1.5rem;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .375rem;
}

/* line 6326, vendor/assets/stylesheets/v2/css/theme.css */
.alert-heading {
  color: inherit;
}

/* line 6331, vendor/assets/stylesheets/v2/css/theme.css */
.alert-link {
  font-weight: 400;
}

/* line 6336, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dismissible {
  padding-right: 3.90625rem;
}

/* line 6340, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

/* line 6351, vendor/assets/stylesheets/v2/css/theme.css */
.alert-primary {
  color: #205295;
  border-color: #1356AE;
  background-color: #1356AE;
}

/* line 6357, vendor/assets/stylesheets/v2/css/theme.css */
.alert-primary hr {
  border-top-color: #1b6edc;
}

/* line 6361, vendor/assets/stylesheets/v2/css/theme.css */
.alert-primary .alert-link {
  color: #173b6b;
}

/* line 6366, vendor/assets/stylesheets/v2/css/theme.css */
.alert-secondary {
  color: #425773;
  border-color: #6e84a3;
  background-color: #6e84a3;
}

/* line 6372, vendor/assets/stylesheets/v2/css/theme.css */
.alert-secondary hr {
  border-top-color: #607797;
}

/* line 6376, vendor/assets/stylesheets/v2/css/theme.css */
.alert-secondary .alert-link {
  color: #2f3e53;
}

/* line 6381, vendor/assets/stylesheets/v2/css/theme.css */
.alert-success {
  color: #098360;
  border-color: #00d97e;
  background-color: #00d97e;
}

/* line 6387, vendor/assets/stylesheets/v2/css/theme.css */
.alert-success hr {
  border-top-color: #00c06f;
}

/* line 6391, vendor/assets/stylesheets/v2/css/theme.css */
.alert-success .alert-link {
  color: #06533d;
}

/* line 6396, vendor/assets/stylesheets/v2/css/theme.css */
.alert-info {
  color: #266d8b;
  border-color: #39afd1;
  background-color: #39afd1;
}

/* line 6402, vendor/assets/stylesheets/v2/css/theme.css */
.alert-info hr {
  border-top-color: #2da2c3;
}

/* line 6406, vendor/assets/stylesheets/v2/css/theme.css */
.alert-info .alert-link {
  color: #1b4e63;
}

/* line 6411, vendor/assets/stylesheets/v2/css/theme.css */
.alert-warning {
  color: #897841;
  border-color: #f6c343;
  background-color: #f6c343;
}

/* line 6417, vendor/assets/stylesheets/v2/css/theme.css */
.alert-warning hr {
  border-top-color: #f5bb2b;
}

/* line 6421, vendor/assets/stylesheets/v2/css/theme.css */
.alert-warning .alert-link {
  color: #665a31;
}

/* line 6426, vendor/assets/stylesheets/v2/css/theme.css */
.alert-danger {
  color: #802f4b;
  border-color: #e63757;
  background-color: #e63757;
}

/* line 6432, vendor/assets/stylesheets/v2/css/theme.css */
.alert-danger hr {
  border-top-color: #e32044;
}

/* line 6436, vendor/assets/stylesheets/v2/css/theme.css */
.alert-danger .alert-link {
  color: #5b2135;
}

/* line 6441, vendor/assets/stylesheets/v2/css/theme.css */
.alert-light {
  color: #8490a0;
  border-color: #edf2f9;
  background-color: #edf2f9;
}

/* line 6447, vendor/assets/stylesheets/v2/css/theme.css */
.alert-light hr {
  border-top-color: #dae4f3;
}

/* line 6451, vendor/assets/stylesheets/v2/css/theme.css */
.alert-light .alert-link {
  color: #697688;
}

/* line 6456, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dark {
  color: #12263f;
  border-color: #12263f;
  background-color: #12263f;
}

/* line 6462, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dark hr {
  border-top-color: #0c1a2b;
}

/* line 6466, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dark .alert-link {
  color: #070e17;
}

/* line 6471, vendor/assets/stylesheets/v2/css/theme.css */
.alert-white {
  color: #8d97a3;
  border-color: white;
  background-color: white;
}

/* line 6477, vendor/assets/stylesheets/v2/css/theme.css */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 6481, vendor/assets/stylesheets/v2/css/theme.css */
.alert-white .alert-link {
  color: #717d8c;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 6498, vendor/assets/stylesheets/v2/css/theme.css */
.progress {
  font-size: .70313rem;
  display: flex;
  overflow: hidden;
  height: 1rem;
  border-radius: 200px;
  background-color: #edf2f9;
}

/* line 6511, vendor/assets/stylesheets/v2/css/theme.css */
.progress-bar {
  display: flex;
  flex-direction: column;
  transition: width .6s ease;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #1356AE;
  justify-content: center;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6527, vendor/assets/stylesheets/v2/css/theme.css */
  .progress-bar {
    transition: none;
  }
}

/* line 6533, vendor/assets/stylesheets/v2/css/theme.css */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 6539, vendor/assets/stylesheets/v2/css/theme.css */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

/* line 6544, vendor/assets/stylesheets/v2/css/theme.css */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6551, vendor/assets/stylesheets/v2/css/theme.css */
.media-body {
  flex: 1;
}

/* line 6556, vendor/assets/stylesheets/v2/css/theme.css */
.list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 6565, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-action {
  width: 100%;
  text-align: inherit;
  color: #6e84a3;
}

/* line 6573, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-action:hover,
.list-group-item-action:focus {
  text-decoration: none;
  color: #6e84a3;
  background-color: #f9fbfd;
}

/* line 6581, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-action:active {
  color: #12263f;
  background-color: #edf2f9;
}

/* line 6587, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: .75rem 1.25rem;
  border: 1px solid #e3ebf6;
  background-color: transparent;
}

/* line 6599, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item:first-child {
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

/* line 6604, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 6611, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 6618, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item.disabled,
.list-group-item:disabled {
  pointer-events: none;
  color: #869AB8;
  background-color: transparent;
}

/* line 6626, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  border-color: #1356AE;
  background-color: #1356AE;
}

/* line 6635, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 6641, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 6646, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 6651, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 6658, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-primary {
  color: #205295;
  background-color: #c4daf8;
}

/* line 6663, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #205295;
  background-color: #adccf5;
}

/* line 6669, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  border-color: #205295;
  background-color: #205295;
}

/* line 6676, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-secondary {
  color: #425773;
  background-color: #d6dde5;
}

/* line 6681, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #425773;
  background-color: #c6d0db;
}

/* line 6687, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  border-color: #425773;
  background-color: #425773;
}

/* line 6694, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-success {
  color: #098360;
  background-color: #b8f4db;
}

/* line 6699, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #098360;
  background-color: #a2f1d0;
}

/* line 6705, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  border-color: #098360;
  background-color: #098360;
}

/* line 6712, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-info {
  color: #266d8b;
  background-color: #c8e9f2;
}

/* line 6717, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #266d8b;
  background-color: #b3e1ed;
}

/* line 6723, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  border-color: #266d8b;
  background-color: #266d8b;
}

/* line 6730, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-warning {
  color: #897841;
  background-color: #fceeca;
}

/* line 6735, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #897841;
  background-color: #fbe6b2;
}

/* line 6741, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  border-color: #897841;
  background-color: #897841;
}

/* line 6748, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-danger {
  color: #802f4b;
  background-color: #f8c7d0;
}

/* line 6753, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #802f4b;
  background-color: #f5b0bd;
}

/* line 6759, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  border-color: #802f4b;
  background-color: #802f4b;
}

/* line 6766, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-light {
  color: #8490a0;
  background-color: #fafbfd;
}

/* line 6771, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #8490a0;
  background-color: #e8ecf6;
}

/* line 6777, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  border-color: #8490a0;
  background-color: #8490a0;
}

/* line 6784, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-dark {
  color: #12263f;
  background-color: #bdc2c9;
}

/* line 6789, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #12263f;
  background-color: #afb5be;
}

/* line 6795, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  border-color: #12263f;
  background-color: #12263f;
}

/* line 6802, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-white {
  color: #8d97a3;
  background-color: white;
}

/* line 6807, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #8d97a3;
  background-color: #f2f2f2;
}

/* line 6813, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  border-color: #8d97a3;
  background-color: #8d97a3;
}

/* line 6820, vendor/assets/stylesheets/v2/css/theme.css */
.close {
  font-size: 1.40625rem;
  font-weight: 600;
  line-height: 1;
  float: right;
  opacity: .5;
  color: #869AB8;
  text-shadow: none;
}

/* line 6832, vendor/assets/stylesheets/v2/css/theme.css */
.close:hover {
  text-decoration: none;
  color: #869AB8;
}

/* line 6838, vendor/assets/stylesheets/v2/css/theme.css */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 6842, vendor/assets/stylesheets/v2/css/theme.css */
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 6848, vendor/assets/stylesheets/v2/css/theme.css */
button.close {
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 6860, vendor/assets/stylesheets/v2/css/theme.css */
a.close.disabled {
  pointer-events: none;
}

/* line 6865, vendor/assets/stylesheets/v2/css/theme.css */
.toast {
  font-size: .9375rem;
  overflow: hidden;
  max-width: 300px;
  opacity: 0;
  border: 1px solid #e3ebf6;
  border-radius: .375rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* line 6883, vendor/assets/stylesheets/v2/css/theme.css */
.toast:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 6887, vendor/assets/stylesheets/v2/css/theme.css */
.toast.showing {
  opacity: 1;
}

/* line 6891, vendor/assets/stylesheets/v2/css/theme.css */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 6897, vendor/assets/stylesheets/v2/css/theme.css */
.toast.hide {
  display: none;
}

/* line 6902, vendor/assets/stylesheets/v2/css/theme.css */
.toast-header {
  display: flex;
  padding: .75rem 1rem;
  color: #12263f;
  border-bottom: 1px solid #e3ebf6;
  background-color: #fff;
  background-clip: padding-box;
  align-items: center;
}

/* line 6916, vendor/assets/stylesheets/v2/css/theme.css */
.toast-body {
  padding: 1rem;
}

/* line 6921, vendor/assets/stylesheets/v2/css/theme.css */
.modal-open {
  overflow: hidden;
}

/* line 6925, vendor/assets/stylesheets/v2/css/theme.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 6931, vendor/assets/stylesheets/v2/css/theme.css */
.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 0;
}

/* line 6947, vendor/assets/stylesheets/v2/css/theme.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

/* line 6956, vendor/assets/stylesheets/v2/css/theme.css */
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6963, vendor/assets/stylesheets/v2/css/theme.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 6968, vendor/assets/stylesheets/v2/css/theme.css */
.modal.show .modal-dialog {
  transform: none;
}

/* line 6973, vendor/assets/stylesheets/v2/css/theme.css */
.modal-dialog-centered {
  display: flex;
  min-height: calc(100% - (.5rem * 2));
  align-items: center;
}

/* line 6981, vendor/assets/stylesheets/v2/css/theme.css */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: '';
}

/* line 6990, vendor/assets/stylesheets/v2/css/theme.css */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  border: 1px solid transparent;
  border-radius: .5rem;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
}

/* line 7008, vendor/assets/stylesheets/v2/css/theme.css */
.modal-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #12263f;
}

/* line 7020, vendor/assets/stylesheets/v2/css/theme.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 7024, vendor/assets/stylesheets/v2/css/theme.css */
.modal-backdrop.show {
  opacity: .5;
}

/* line 7029, vendor/assets/stylesheets/v2/css/theme.css */
.modal-header {
  display: flex;
  padding: 1.5rem;
  border-bottom: 1px solid #e3ebf6;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 7042, vendor/assets/stylesheets/v2/css/theme.css */
.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1.5rem;
}

/* line 7048, vendor/assets/stylesheets/v2/css/theme.css */
.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}

/* line 7055, vendor/assets/stylesheets/v2/css/theme.css */
.modal-body {
  position: relative;
  padding: 1.5rem;
  flex: 1 1 auto;
}

/* line 7064, vendor/assets/stylesheets/v2/css/theme.css */
.modal-footer {
  display: flex;
  padding: 1.5rem;
  border-top: 1px solid #e3ebf6;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  align-items: center;
  justify-content: flex-end;
}

/* line 7077, vendor/assets/stylesheets/v2/css/theme.css */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 7081, vendor/assets/stylesheets/v2/css/theme.css */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 7086, vendor/assets/stylesheets/v2/css/theme.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  overflow: scroll;
  width: 50px;
  height: 50px;
}

@media (min-width: 576px) {
  /* line 7099, vendor/assets/stylesheets/v2/css/theme.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 7104, vendor/assets/stylesheets/v2/css/theme.css */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 7108, vendor/assets/stylesheets/v2/css/theme.css */
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  /* line 7112, vendor/assets/stylesheets/v2/css/theme.css */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 7120, vendor/assets/stylesheets/v2/css/theme.css */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 7129, vendor/assets/stylesheets/v2/css/theme.css */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 7135, vendor/assets/stylesheets/v2/css/theme.css */
.tooltip {
  font-family: 'Cerebri Sans', sans-serif;
  font-size: .8125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: break-word;
  word-break: normal;
  opacity: 0;
  text-shadow: none;
  line-break: auto;
}

/* line 7165, vendor/assets/stylesheets/v2/css/theme.css */
.tooltip.show {
  opacity: 1;
}

/* line 7169, vendor/assets/stylesheets/v2/css/theme.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

/* line 7178, vendor/assets/stylesheets/v2/css/theme.css */
.tooltip .arrow::before {
  position: absolute;
  content: '';
  border-style: solid;
  border-color: transparent;
}

/* line 7188, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
  padding: .4rem 0;
}

/* line 7193, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow {
  bottom: 0;
}

/* line 7198, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #e3ebf6;
}

/* line 7207, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
  padding: 0 .4rem;
}

/* line 7212, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

/* line 7220, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #e3ebf6;
}

/* line 7229, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
  padding: .4rem 0;
}

/* line 7234, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow {
  top: 0;
}

/* line 7239, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #e3ebf6;
}

/* line 7248, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
  padding: 0 .4rem;
}

/* line 7253, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

/* line 7261, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #e3ebf6;
}

/* line 7270, vendor/assets/stylesheets/v2/css/theme.css */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  text-align: center;
  color: #12263f;
  border-radius: .375rem;
  background-color: #e3ebf6;
}

/* line 7282, vendor/assets/stylesheets/v2/css/theme.css */
.popover {
  font-family: 'Cerebri Sans', sans-serif;
  font-size: .8125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
  top: 0;
  left: 0;
  display: block;
  max-width: 10rem;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: break-word;
  word-break: normal;
  border: 1px solid rgba(18, 38, 63, 0.2);
  border-radius: .5rem;
  background-color: #fff;
  background-clip: padding-box;
  text-shadow: none;
  line-break: auto;
}

/* line 7317, vendor/assets/stylesheets/v2/css/theme.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .5rem;
}

/* line 7327, vendor/assets/stylesheets/v2/css/theme.css */
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-style: solid;
  border-color: transparent;
}

/* line 7340, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-top,
.bs-popover-auto[x-placement^='top'] {
  margin-bottom: .5rem;
}

/* line 7345, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^='top'] .arrow {
  bottom: calc((.5rem + 1px) * -1);
}

/* line 7350, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-width: .5rem .5rem 0;
}

/* line 7357, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before {
  bottom: 0;
  border-top-color: rgba(18, 38, 63, 0.25);
}

/* line 7365, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 7373, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-right,
.bs-popover-auto[x-placement^='right'] {
  margin-left: .5rem;
}

/* line 7378, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^='right'] .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .5rem 0;
}

/* line 7387, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-width: .5rem .5rem .5rem 0;
}

/* line 7394, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before {
  left: 0;
  border-right-color: rgba(18, 38, 63, 0.25);
}

/* line 7402, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 7410, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-bottom,
.bs-popover-auto[x-placement^='bottom'] {
  margin-top: .5rem;
}

/* line 7415, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^='bottom'] .arrow {
  top: calc((.5rem + 1px) * -1);
}

/* line 7420, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-width: 0 .5rem .5rem .5rem;
}

/* line 7427, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before {
  top: 0;
  border-bottom-color: rgba(18, 38, 63, 0.25);
}

/* line 7435, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 7442, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^='bottom'] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: '';
  border-bottom: 1px solid #fff;
}

/* line 7459, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-left,
.bs-popover-auto[x-placement^='left'] {
  margin-right: .5rem;
}

/* line 7464, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^='left'] .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .5rem 0;
}

/* line 7473, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-width: .5rem 0 .5rem .5rem;
}

/* line 7480, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before {
  right: 0;
  border-left-color: rgba(18, 38, 63, 0.25);
}

/* line 7488, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 7496, vendor/assets/stylesheets/v2/css/theme.css */
.popover-header {
  font-size: .9375rem;
  margin-bottom: 0;
  padding: 0 0;
  color: inherit;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(.5rem - 1px);
  border-top-right-radius: calc(.5rem - 1px);
  background-color: #fff;
}

/* line 7509, vendor/assets/stylesheets/v2/css/theme.css */
.popover-header:empty {
  display: none;
}

/* line 7514, vendor/assets/stylesheets/v2/css/theme.css */
.popover-body {
  padding: 0 0;
  color: #869AB8;
}

/* line 7521, vendor/assets/stylesheets/v2/css/theme.css */
.carousel {
  position: relative;
}

/* line 7526, vendor/assets/stylesheets/v2/css/theme.css */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 7531, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 7539, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-inner::after {
  display: block;
  clear: both;
  content: '';
}

/* line 7547, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  transition: transform .6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 7564, vendor/assets/stylesheets/v2/css/theme.css */
  .carousel-item {
    transition: none;
  }
}

/* line 7570, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 7577, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 7583, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 7589, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-fade .carousel-item {
  transition-property: opacity;
  transform: none;
  opacity: 0;
}

/* line 7597, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 7606, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  transition: 0s .6s opacity;
  opacity: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 7617, vendor/assets/stylesheets/v2/css/theme.css */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 7624, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  display: flex;
  width: 15%;
  transition: opacity .15s ease;
  text-align: center;
  opacity: .5;
  color: #fff;
  align-items: center;
  justify-content: center;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 7647, vendor/assets/stylesheets/v2/css/theme.css */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 7653, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  text-decoration: none;
  opacity: .9;
  color: #fff;
  outline: 0;
}

/* line 7665, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-control-prev {
  left: 0;
}

/* line 7670, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-control-next {
  right: 0;
}

/* line 7675, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 7687, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 7692, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 7697, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-indicators {
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}

/* line 7715, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-indicators li {
  box-sizing: content-box;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  transition: opacity .6s ease;
  text-indent: -999px;
  opacity: .5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-color: #fff;
  background-clip: padding-box;
  flex: 0 1 auto;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 7737, vendor/assets/stylesheets/v2/css/theme.css */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 7742, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-indicators .active {
  opacity: 1;
}

/* line 7747, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-caption {
  position: absolute;
  z-index: 10;
  right: 15%;
  bottom: 20px;
  left: 15%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 7771, vendor/assets/stylesheets/v2/css/theme.css */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
}

/* line 7786, vendor/assets/stylesheets/v2/css/theme.css */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/* line 7806, vendor/assets/stylesheets/v2/css/theme.css */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
  vertical-align: text-bottom;
  opacity: 0;
  border-radius: 50%;
  background-color: currentColor;
}

/* line 7821, vendor/assets/stylesheets/v2/css/theme.css */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 7827, vendor/assets/stylesheets/v2/css/theme.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 7832, vendor/assets/stylesheets/v2/css/theme.css */
.align-top {
  vertical-align: top !important;
}

/* line 7837, vendor/assets/stylesheets/v2/css/theme.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 7842, vendor/assets/stylesheets/v2/css/theme.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7847, vendor/assets/stylesheets/v2/css/theme.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 7852, vendor/assets/stylesheets/v2/css/theme.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 7857, vendor/assets/stylesheets/v2/css/theme.css */
.bg-primary {
  background-color: #1356AE !important;
}

/* line 7862, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1862c6 !important;
}

/* line 7870, vendor/assets/stylesheets/v2/css/theme.css */
.bg-secondary {
  background-color: #6e84a3 !important;
}

/* line 7875, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #566b88 !important;
}

/* line 7883, vendor/assets/stylesheets/v2/css/theme.css */
.bg-success {
  background-color: #00d97e !important;
}

/* line 7888, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00a660 !important;
}

/* line 7896, vendor/assets/stylesheets/v2/css/theme.css */
.bg-info {
  background-color: #39afd1 !important;
}

/* line 7901, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2991ae !important;
}

/* line 7909, vendor/assets/stylesheets/v2/css/theme.css */
.bg-warning {
  background-color: #f6c343 !important;
}

/* line 7914, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f4b312 !important;
}

/* line 7922, vendor/assets/stylesheets/v2/css/theme.css */
.bg-danger {
  background-color: #e63757 !important;
}

/* line 7927, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d01a3b !important;
}

/* line 7935, vendor/assets/stylesheets/v2/css/theme.css */
.bg-light {
  background-color: #edf2f9 !important;
}

/* line 7940, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c7d6ec !important;
}

/* line 7948, vendor/assets/stylesheets/v2/css/theme.css */
.bg-dark {
  background-color: #12263f !important;
}

/* line 7953, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #070e17 !important;
}

/* line 7961, vendor/assets/stylesheets/v2/css/theme.css */
.bg-white {
  background-color: #fff !important;
}

/* line 7966, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 7974, vendor/assets/stylesheets/v2/css/theme.css */
.bg-white {
  background-color: #fff !important;
}

/* line 7979, vendor/assets/stylesheets/v2/css/theme.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7984, vendor/assets/stylesheets/v2/css/theme.css */
.border {
  border: 1px solid #e3ebf6 !important;
}

/* line 7989, vendor/assets/stylesheets/v2/css/theme.css */
.border-top {
  border-top: 1px solid #e3ebf6 !important;
}

/* line 7994, vendor/assets/stylesheets/v2/css/theme.css */
.border-right {
  border-right: 1px solid #e3ebf6 !important;
}

/* line 7999, vendor/assets/stylesheets/v2/css/theme.css */
.border-bottom {
  border-bottom: 1px solid #e3ebf6 !important;
}

/* line 8004, vendor/assets/stylesheets/v2/css/theme.css */
.border-left {
  border-left: 1px solid #e3ebf6 !important;
}

/* line 8009, vendor/assets/stylesheets/v2/css/theme.css */
.border-0 {
  border: 0 !important;
}

/* line 8014, vendor/assets/stylesheets/v2/css/theme.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 8019, vendor/assets/stylesheets/v2/css/theme.css */
.border-right-0 {
  border-right: 0 !important;
}

/* line 8024, vendor/assets/stylesheets/v2/css/theme.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 8029, vendor/assets/stylesheets/v2/css/theme.css */
.border-left-0 {
  border-left: 0 !important;
}

/* line 8034, vendor/assets/stylesheets/v2/css/theme.css */
.border-primary {
  border-color: #1356AE !important;
}

/* line 8039, vendor/assets/stylesheets/v2/css/theme.css */
.border-secondary {
  border-color: #6e84a3 !important;
}

/* line 8044, vendor/assets/stylesheets/v2/css/theme.css */
.border-success {
  border-color: #00d97e !important;
}

/* line 8049, vendor/assets/stylesheets/v2/css/theme.css */
.border-info {
  border-color: #39afd1 !important;
}

/* line 8054, vendor/assets/stylesheets/v2/css/theme.css */
.border-warning {
  border-color: #f6c343 !important;
}

/* line 8059, vendor/assets/stylesheets/v2/css/theme.css */
.border-danger {
  border-color: #e63757 !important;
}

/* line 8064, vendor/assets/stylesheets/v2/css/theme.css */
.border-light {
  border-color: #edf2f9 !important;
}

/* line 8069, vendor/assets/stylesheets/v2/css/theme.css */
.border-dark {
  border-color: #12263f !important;
}

/* line 8074, vendor/assets/stylesheets/v2/css/theme.css */
.border-white {
  border-color: #fff !important;
}

/* line 8079, vendor/assets/stylesheets/v2/css/theme.css */
.border-white {
  border-color: #fff !important;
}

/* line 8084, vendor/assets/stylesheets/v2/css/theme.css */
.rounded {
  border-radius: .375rem !important;
}

/* line 8089, vendor/assets/stylesheets/v2/css/theme.css */
.rounded-top {
  border-top-left-radius: .375rem !important;
  border-top-right-radius: .375rem !important;
}

/* line 8095, vendor/assets/stylesheets/v2/css/theme.css */
.rounded-right {
  border-top-right-radius: .375rem !important;
  border-bottom-right-radius: .375rem !important;
}

/* line 8101, vendor/assets/stylesheets/v2/css/theme.css */
.rounded-bottom {
  border-bottom-right-radius: .375rem !important;
  border-bottom-left-radius: .375rem !important;
}

/* line 8107, vendor/assets/stylesheets/v2/css/theme.css */
.rounded-left {
  border-top-left-radius: .375rem !important;
  border-bottom-left-radius: .375rem !important;
}

/* line 8113, vendor/assets/stylesheets/v2/css/theme.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 8118, vendor/assets/stylesheets/v2/css/theme.css */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 8123, vendor/assets/stylesheets/v2/css/theme.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 8128, vendor/assets/stylesheets/v2/css/theme.css */
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

/* line 8136, vendor/assets/stylesheets/v2/css/theme.css */
.d-none {
  display: none !important;
}

/* line 8141, vendor/assets/stylesheets/v2/css/theme.css */
.d-inline {
  display: inline !important;
}

/* line 8146, vendor/assets/stylesheets/v2/css/theme.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 8151, vendor/assets/stylesheets/v2/css/theme.css */
.d-block {
  display: block !important;
}

/* line 8156, vendor/assets/stylesheets/v2/css/theme.css */
.d-table {
  display: table !important;
}

/* line 8161, vendor/assets/stylesheets/v2/css/theme.css */
.d-table-row {
  display: table-row !important;
}

/* line 8166, vendor/assets/stylesheets/v2/css/theme.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 8171, vendor/assets/stylesheets/v2/css/theme.css */
.d-flex {
  display: flex !important;
}

/* line 8176, vendor/assets/stylesheets/v2/css/theme.css */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 8183, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 8187, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 8191, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 8195, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 8199, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 8203, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 8207, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 8211, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 8215, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 8223, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-none {
    display: none !important;
  }
  /* line 8227, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 8231, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 8235, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-block {
    display: block !important;
  }
  /* line 8239, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-table {
    display: table !important;
  }
  /* line 8243, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 8247, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 8251, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-flex {
    display: flex !important;
  }
  /* line 8255, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 8263, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 8267, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 8271, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 8275, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 8279, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 8283, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 8287, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 8291, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 8295, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 8303, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 8307, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 8311, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 8315, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 8319, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 8323, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 8327, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 8331, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 8335, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 8343, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-none {
    display: none !important;
  }
  /* line 8347, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 8351, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 8355, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-block {
    display: block !important;
  }
  /* line 8359, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-table {
    display: table !important;
  }
  /* line 8363, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 8367, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 8371, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-flex {
    display: flex !important;
  }
  /* line 8375, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 8381, vendor/assets/stylesheets/v2/css/theme.css */
.embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

/* line 8391, vendor/assets/stylesheets/v2/css/theme.css */
.embed-responsive::before {
  display: block;
  content: '';
}

/* line 8397, vendor/assets/stylesheets/v2/css/theme.css */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 8414, vendor/assets/stylesheets/v2/css/theme.css */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 8419, vendor/assets/stylesheets/v2/css/theme.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 8424, vendor/assets/stylesheets/v2/css/theme.css */
.embed-responsive-3by4::before {
  padding-top: 133.33333%;
}

/* line 8429, vendor/assets/stylesheets/v2/css/theme.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 8434, vendor/assets/stylesheets/v2/css/theme.css */
.flex-row {
  flex-direction: row !important;
}

/* line 8439, vendor/assets/stylesheets/v2/css/theme.css */
.flex-column {
  flex-direction: column !important;
}

/* line 8444, vendor/assets/stylesheets/v2/css/theme.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 8449, vendor/assets/stylesheets/v2/css/theme.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 8454, vendor/assets/stylesheets/v2/css/theme.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 8459, vendor/assets/stylesheets/v2/css/theme.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 8464, vendor/assets/stylesheets/v2/css/theme.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 8469, vendor/assets/stylesheets/v2/css/theme.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 8474, vendor/assets/stylesheets/v2/css/theme.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 8479, vendor/assets/stylesheets/v2/css/theme.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 8484, vendor/assets/stylesheets/v2/css/theme.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 8489, vendor/assets/stylesheets/v2/css/theme.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 8494, vendor/assets/stylesheets/v2/css/theme.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 8499, vendor/assets/stylesheets/v2/css/theme.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 8504, vendor/assets/stylesheets/v2/css/theme.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 8509, vendor/assets/stylesheets/v2/css/theme.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 8514, vendor/assets/stylesheets/v2/css/theme.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 8519, vendor/assets/stylesheets/v2/css/theme.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 8524, vendor/assets/stylesheets/v2/css/theme.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 8529, vendor/assets/stylesheets/v2/css/theme.css */
.align-items-center {
  align-items: center !important;
}

/* line 8534, vendor/assets/stylesheets/v2/css/theme.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 8539, vendor/assets/stylesheets/v2/css/theme.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 8544, vendor/assets/stylesheets/v2/css/theme.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 8549, vendor/assets/stylesheets/v2/css/theme.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 8554, vendor/assets/stylesheets/v2/css/theme.css */
.align-content-center {
  align-content: center !important;
}

/* line 8559, vendor/assets/stylesheets/v2/css/theme.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 8564, vendor/assets/stylesheets/v2/css/theme.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 8569, vendor/assets/stylesheets/v2/css/theme.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 8574, vendor/assets/stylesheets/v2/css/theme.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 8579, vendor/assets/stylesheets/v2/css/theme.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 8584, vendor/assets/stylesheets/v2/css/theme.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 8589, vendor/assets/stylesheets/v2/css/theme.css */
.align-self-center {
  align-self: center !important;
}

/* line 8594, vendor/assets/stylesheets/v2/css/theme.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 8599, vendor/assets/stylesheets/v2/css/theme.css */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 8606, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 8610, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 8614, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 8618, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 8622, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 8626, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 8630, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 8634, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 8638, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 8642, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 8646, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 8650, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 8654, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 8658, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 8662, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 8666, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 8670, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 8674, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 8678, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 8682, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 8686, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 8690, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 8694, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 8698, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 8702, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 8706, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 8710, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 8714, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 8718, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 8722, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 8726, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 8730, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 8734, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 8738, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 8746, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 8750, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 8754, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 8758, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 8762, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 8766, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 8770, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 8774, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 8778, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 8782, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 8786, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 8790, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 8794, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 8798, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 8802, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 8806, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 8810, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 8814, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 8818, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 8822, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 8826, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 8830, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 8834, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 8838, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 8842, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 8846, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 8850, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 8854, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 8858, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 8862, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 8866, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 8870, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 8874, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 8878, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 8886, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 8890, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 8894, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 8898, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 8902, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 8906, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 8910, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 8914, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 8918, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 8922, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 8926, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 8930, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 8934, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 8938, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 8942, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 8946, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 8950, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 8954, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 8958, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 8962, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 8966, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 8970, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 8974, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 8978, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 8982, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 8986, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 8990, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 8994, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 8998, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 9002, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 9006, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 9010, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 9014, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 9018, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 9026, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 9030, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 9034, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 9038, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 9042, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 9046, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 9050, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 9054, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 9058, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 9062, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 9066, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 9070, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 9074, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 9078, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 9082, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 9086, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 9090, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 9094, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 9098, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 9102, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 9106, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 9110, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 9114, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 9118, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 9122, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 9126, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 9130, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 9134, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 9138, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 9142, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 9146, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 9150, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 9154, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 9158, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 9164, vendor/assets/stylesheets/v2/css/theme.css */
.float-left {
  float: left !important;
}

/* line 9169, vendor/assets/stylesheets/v2/css/theme.css */
.float-right {
  float: right !important;
}

/* line 9174, vendor/assets/stylesheets/v2/css/theme.css */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 9181, vendor/assets/stylesheets/v2/css/theme.css */
  .float-sm-left {
    float: left !important;
  }
  /* line 9185, vendor/assets/stylesheets/v2/css/theme.css */
  .float-sm-right {
    float: right !important;
  }
  /* line 9189, vendor/assets/stylesheets/v2/css/theme.css */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 9197, vendor/assets/stylesheets/v2/css/theme.css */
  .float-md-left {
    float: left !important;
  }
  /* line 9201, vendor/assets/stylesheets/v2/css/theme.css */
  .float-md-right {
    float: right !important;
  }
  /* line 9205, vendor/assets/stylesheets/v2/css/theme.css */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 9213, vendor/assets/stylesheets/v2/css/theme.css */
  .float-lg-left {
    float: left !important;
  }
  /* line 9217, vendor/assets/stylesheets/v2/css/theme.css */
  .float-lg-right {
    float: right !important;
  }
  /* line 9221, vendor/assets/stylesheets/v2/css/theme.css */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 9229, vendor/assets/stylesheets/v2/css/theme.css */
  .float-xl-left {
    float: left !important;
  }
  /* line 9233, vendor/assets/stylesheets/v2/css/theme.css */
  .float-xl-right {
    float: right !important;
  }
  /* line 9237, vendor/assets/stylesheets/v2/css/theme.css */
  .float-xl-none {
    float: none !important;
  }
}

/* line 9243, vendor/assets/stylesheets/v2/css/theme.css */
.overflow-auto {
  overflow: auto !important;
}

/* line 9248, vendor/assets/stylesheets/v2/css/theme.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 9253, vendor/assets/stylesheets/v2/css/theme.css */
.position-static {
  position: static !important;
}

/* line 9258, vendor/assets/stylesheets/v2/css/theme.css */
.position-relative {
  position: relative !important;
}

/* line 9263, vendor/assets/stylesheets/v2/css/theme.css */
.position-absolute {
  position: absolute !important;
}

/* line 9268, vendor/assets/stylesheets/v2/css/theme.css */
.position-fixed {
  position: fixed !important;
}

/* line 9273, vendor/assets/stylesheets/v2/css/theme.css */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 9279, vendor/assets/stylesheets/v2/css/theme.css */
.fixed-top {
  position: fixed;
  z-index: 1030;
  top: 0;
  right: 0;
  left: 0;
}

/* line 9288, vendor/assets/stylesheets/v2/css/theme.css */
.fixed-bottom {
  position: fixed;
  z-index: 1030;
  right: 0;
  bottom: 0;
  left: 0;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 9299, vendor/assets/stylesheets/v2/css/theme.css */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
    top: 0;
  }
}

/* line 9308, vendor/assets/stylesheets/v2/css/theme.css */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

/* line 9324, vendor/assets/stylesheets/v2/css/theme.css */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  white-space: normal;
}

/* line 9338, vendor/assets/stylesheets/v2/css/theme.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(18, 38, 63, 0.075) !important;
}

/* line 9343, vendor/assets/stylesheets/v2/css/theme.css */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(18, 38, 63, 0.15) !important;
}

/* line 9348, vendor/assets/stylesheets/v2/css/theme.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(18, 38, 63, 0.175) !important;
}

/* line 9353, vendor/assets/stylesheets/v2/css/theme.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 9358, vendor/assets/stylesheets/v2/css/theme.css */
.w-25 {
  width: 25% !important;
}

/* line 9363, vendor/assets/stylesheets/v2/css/theme.css */
.w-50 {
  width: 50% !important;
}

/* line 9368, vendor/assets/stylesheets/v2/css/theme.css */
.w-75 {
  width: 75% !important;
}

/* line 9373, vendor/assets/stylesheets/v2/css/theme.css */
.w-100 {
  width: 100% !important;
}

/* line 9378, vendor/assets/stylesheets/v2/css/theme.css */
.w-auto {
  width: auto !important;
}

/* line 9383, vendor/assets/stylesheets/v2/css/theme.css */
.w-15 {
  width: 15% !important;
}

/* line 9388, vendor/assets/stylesheets/v2/css/theme.css */
.h-25 {
  height: 25% !important;
}

/* line 9393, vendor/assets/stylesheets/v2/css/theme.css */
.h-50 {
  height: 50% !important;
}

/* line 9398, vendor/assets/stylesheets/v2/css/theme.css */
.h-75 {
  height: 75% !important;
}

/* line 9403, vendor/assets/stylesheets/v2/css/theme.css */
.h-100 {
  height: 100% !important;
}

/* line 9408, vendor/assets/stylesheets/v2/css/theme.css */
.h-auto {
  height: auto !important;
}

/* line 9413, vendor/assets/stylesheets/v2/css/theme.css */
.h-15 {
  height: 15% !important;
}

/* line 9418, vendor/assets/stylesheets/v2/css/theme.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 9423, vendor/assets/stylesheets/v2/css/theme.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 9428, vendor/assets/stylesheets/v2/css/theme.css */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 9433, vendor/assets/stylesheets/v2/css/theme.css */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 9438, vendor/assets/stylesheets/v2/css/theme.css */
.vw-100 {
  width: 100vw !important;
}

/* line 9443, vendor/assets/stylesheets/v2/css/theme.css */
.vh-100 {
  height: 100vh !important;
}

/* line 9448, vendor/assets/stylesheets/v2/css/theme.css */
.m-0 {
  margin: 0 !important;
}

/* line 9453, vendor/assets/stylesheets/v2/css/theme.css */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 9459, vendor/assets/stylesheets/v2/css/theme.css */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 9465, vendor/assets/stylesheets/v2/css/theme.css */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 9471, vendor/assets/stylesheets/v2/css/theme.css */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 9477, vendor/assets/stylesheets/v2/css/theme.css */
.m-1 {
  margin: .1875rem !important;
}

/* line 9482, vendor/assets/stylesheets/v2/css/theme.css */
.mt-1,
.my-1 {
  margin-top: .1875rem !important;
}

/* line 9488, vendor/assets/stylesheets/v2/css/theme.css */
.mr-1,
.mx-1 {
  margin-right: .1875rem !important;
}

/* line 9494, vendor/assets/stylesheets/v2/css/theme.css */
.mb-1,
.my-1 {
  margin-bottom: .1875rem !important;
}

/* line 9500, vendor/assets/stylesheets/v2/css/theme.css */
.ml-1,
.mx-1 {
  margin-left: .1875rem !important;
}

/* line 9506, vendor/assets/stylesheets/v2/css/theme.css */
.m-2 {
  margin: .375rem !important;
}

/* line 9511, vendor/assets/stylesheets/v2/css/theme.css */
.mt-2,
.my-2 {
  margin-top: .375rem !important;
}

/* line 9517, vendor/assets/stylesheets/v2/css/theme.css */
.mr-2,
.mx-2 {
  margin-right: .375rem !important;
}

/* line 9523, vendor/assets/stylesheets/v2/css/theme.css */
.mb-2,
.my-2 {
  margin-bottom: .375rem !important;
}

/* line 9529, vendor/assets/stylesheets/v2/css/theme.css */
.ml-2,
.mx-2 {
  margin-left: .375rem !important;
}

/* line 9535, vendor/assets/stylesheets/v2/css/theme.css */
.m-3 {
  margin: .75rem !important;
}

/* line 9540, vendor/assets/stylesheets/v2/css/theme.css */
.mt-3,
.my-3 {
  margin-top: .75rem !important;
}

/* line 9546, vendor/assets/stylesheets/v2/css/theme.css */
.mr-3,
.mx-3 {
  margin-right: .75rem !important;
}

/* line 9552, vendor/assets/stylesheets/v2/css/theme.css */
.mb-3,
.my-3 {
  margin-bottom: .75rem !important;
}

/* line 9558, vendor/assets/stylesheets/v2/css/theme.css */
.ml-3,
.mx-3 {
  margin-left: .75rem !important;
}

/* line 9564, vendor/assets/stylesheets/v2/css/theme.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 9569, vendor/assets/stylesheets/v2/css/theme.css */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 9575, vendor/assets/stylesheets/v2/css/theme.css */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 9581, vendor/assets/stylesheets/v2/css/theme.css */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 9587, vendor/assets/stylesheets/v2/css/theme.css */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 9593, vendor/assets/stylesheets/v2/css/theme.css */
.m-5 {
  margin: 2.25rem !important;
}

/* line 9598, vendor/assets/stylesheets/v2/css/theme.css */
.mt-5,
.my-5 {
  margin-top: 2.25rem !important;
}

/* line 9604, vendor/assets/stylesheets/v2/css/theme.css */
.mr-5,
.mx-5 {
  margin-right: 2.25rem !important;
}

/* line 9610, vendor/assets/stylesheets/v2/css/theme.css */
.mb-5,
.my-5 {
  margin-bottom: 2.25rem !important;
}

/* line 9616, vendor/assets/stylesheets/v2/css/theme.css */
.ml-5,
.mx-5 {
  margin-left: 2.25rem !important;
}

/* line 9622, vendor/assets/stylesheets/v2/css/theme.css */
.m-6 {
  margin: 4.5rem !important;
}

/* line 9627, vendor/assets/stylesheets/v2/css/theme.css */
.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

/* line 9633, vendor/assets/stylesheets/v2/css/theme.css */
.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

/* line 9639, vendor/assets/stylesheets/v2/css/theme.css */
.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

/* line 9645, vendor/assets/stylesheets/v2/css/theme.css */
.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

/* line 9651, vendor/assets/stylesheets/v2/css/theme.css */
.m-7 {
  margin: 6.75rem !important;
}

/* line 9656, vendor/assets/stylesheets/v2/css/theme.css */
.mt-7,
.my-7 {
  margin-top: 6.75rem !important;
}

/* line 9662, vendor/assets/stylesheets/v2/css/theme.css */
.mr-7,
.mx-7 {
  margin-right: 6.75rem !important;
}

/* line 9668, vendor/assets/stylesheets/v2/css/theme.css */
.mb-7,
.my-7 {
  margin-bottom: 6.75rem !important;
}

/* line 9674, vendor/assets/stylesheets/v2/css/theme.css */
.ml-7,
.mx-7 {
  margin-left: 6.75rem !important;
}

/* line 9680, vendor/assets/stylesheets/v2/css/theme.css */
.m-8 {
  margin: 13.5rem !important;
}

/* line 9685, vendor/assets/stylesheets/v2/css/theme.css */
.mt-8,
.my-8 {
  margin-top: 13.5rem !important;
}

/* line 9691, vendor/assets/stylesheets/v2/css/theme.css */
.mr-8,
.mx-8 {
  margin-right: 13.5rem !important;
}

/* line 9697, vendor/assets/stylesheets/v2/css/theme.css */
.mb-8,
.my-8 {
  margin-bottom: 13.5rem !important;
}

/* line 9703, vendor/assets/stylesheets/v2/css/theme.css */
.ml-8,
.mx-8 {
  margin-left: 13.5rem !important;
}

/* line 9709, vendor/assets/stylesheets/v2/css/theme.css */
.p-0 {
  padding: 0 !important;
}

/* line 9714, vendor/assets/stylesheets/v2/css/theme.css */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 9720, vendor/assets/stylesheets/v2/css/theme.css */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 9726, vendor/assets/stylesheets/v2/css/theme.css */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 9732, vendor/assets/stylesheets/v2/css/theme.css */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 9738, vendor/assets/stylesheets/v2/css/theme.css */
.p-1 {
  padding: .1875rem !important;
}

/* line 9743, vendor/assets/stylesheets/v2/css/theme.css */
.pt-1,
.py-1 {
  padding-top: .1875rem !important;
}

/* line 9749, vendor/assets/stylesheets/v2/css/theme.css */
.pr-1,
.px-1 {
  padding-right: .1875rem !important;
}

/* line 9755, vendor/assets/stylesheets/v2/css/theme.css */
.pb-1,
.py-1 {
  padding-bottom: .1875rem !important;
}

/* line 9761, vendor/assets/stylesheets/v2/css/theme.css */
.pl-1,
.px-1 {
  padding-left: .1875rem !important;
}

/* line 9767, vendor/assets/stylesheets/v2/css/theme.css */
.p-2 {
  padding: .375rem !important;
}

/* line 9772, vendor/assets/stylesheets/v2/css/theme.css */
.pt-2,
.py-2 {
  padding-top: .375rem !important;
}

/* line 9778, vendor/assets/stylesheets/v2/css/theme.css */
.pr-2,
.px-2 {
  padding-right: .375rem !important;
}

/* line 9784, vendor/assets/stylesheets/v2/css/theme.css */
.pb-2,
.py-2 {
  padding-bottom: .375rem !important;
}

/* line 9790, vendor/assets/stylesheets/v2/css/theme.css */
.pl-2,
.px-2 {
  padding-left: .375rem !important;
}

/* line 9796, vendor/assets/stylesheets/v2/css/theme.css */
.p-3 {
  padding: .75rem !important;
}

/* line 9801, vendor/assets/stylesheets/v2/css/theme.css */
.pt-3,
.py-3 {
  padding-top: .75rem !important;
}

/* line 9807, vendor/assets/stylesheets/v2/css/theme.css */
.pr-3,
.px-3 {
  padding-right: .75rem !important;
}

/* line 9813, vendor/assets/stylesheets/v2/css/theme.css */
.pb-3,
.py-3 {
  padding-bottom: .75rem !important;
}

/* line 9819, vendor/assets/stylesheets/v2/css/theme.css */
.pl-3,
.px-3 {
  padding-left: .75rem !important;
}

/* line 9825, vendor/assets/stylesheets/v2/css/theme.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 9830, vendor/assets/stylesheets/v2/css/theme.css */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 9836, vendor/assets/stylesheets/v2/css/theme.css */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 9842, vendor/assets/stylesheets/v2/css/theme.css */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 9848, vendor/assets/stylesheets/v2/css/theme.css */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 9854, vendor/assets/stylesheets/v2/css/theme.css */
.p-5 {
  padding: 2.25rem !important;
}

/* line 9859, vendor/assets/stylesheets/v2/css/theme.css */
.pt-5,
.py-5 {
  padding-top: 2.25rem !important;
}

/* line 9865, vendor/assets/stylesheets/v2/css/theme.css */
.pr-5,
.px-5 {
  padding-right: 2.25rem !important;
}

/* line 9871, vendor/assets/stylesheets/v2/css/theme.css */
.pb-5,
.py-5 {
  padding-bottom: 2.25rem !important;
}

/* line 9877, vendor/assets/stylesheets/v2/css/theme.css */
.pl-5,
.px-5 {
  padding-left: 2.25rem !important;
}

/* line 9883, vendor/assets/stylesheets/v2/css/theme.css */
.p-6 {
  padding: 4.5rem !important;
}

/* line 9888, vendor/assets/stylesheets/v2/css/theme.css */
.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

/* line 9894, vendor/assets/stylesheets/v2/css/theme.css */
.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

/* line 9900, vendor/assets/stylesheets/v2/css/theme.css */
.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

/* line 9906, vendor/assets/stylesheets/v2/css/theme.css */
.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

/* line 9912, vendor/assets/stylesheets/v2/css/theme.css */
.p-7 {
  padding: 6.75rem !important;
}

/* line 9917, vendor/assets/stylesheets/v2/css/theme.css */
.pt-7,
.py-7 {
  padding-top: 6.75rem !important;
}

/* line 9923, vendor/assets/stylesheets/v2/css/theme.css */
.pr-7,
.px-7 {
  padding-right: 6.75rem !important;
}

/* line 9929, vendor/assets/stylesheets/v2/css/theme.css */
.pb-7,
.py-7 {
  padding-bottom: 6.75rem !important;
}

/* line 9935, vendor/assets/stylesheets/v2/css/theme.css */
.pl-7,
.px-7 {
  padding-left: 6.75rem !important;
}

/* line 9941, vendor/assets/stylesheets/v2/css/theme.css */
.p-8 {
  padding: 13.5rem !important;
}

/* line 9946, vendor/assets/stylesheets/v2/css/theme.css */
.pt-8,
.py-8 {
  padding-top: 13.5rem !important;
}

/* line 9952, vendor/assets/stylesheets/v2/css/theme.css */
.pr-8,
.px-8 {
  padding-right: 13.5rem !important;
}

/* line 9958, vendor/assets/stylesheets/v2/css/theme.css */
.pb-8,
.py-8 {
  padding-bottom: 13.5rem !important;
}

/* line 9964, vendor/assets/stylesheets/v2/css/theme.css */
.pl-8,
.px-8 {
  padding-left: 13.5rem !important;
}

/* line 9970, vendor/assets/stylesheets/v2/css/theme.css */
.m-n1 {
  margin: -.1875rem !important;
}

/* line 9975, vendor/assets/stylesheets/v2/css/theme.css */
.mt-n1,
.my-n1 {
  margin-top: -.1875rem !important;
}

/* line 9981, vendor/assets/stylesheets/v2/css/theme.css */
.mr-n1,
.mx-n1 {
  margin-right: -.1875rem !important;
}

/* line 9987, vendor/assets/stylesheets/v2/css/theme.css */
.mb-n1,
.my-n1 {
  margin-bottom: -.1875rem !important;
}

/* line 9993, vendor/assets/stylesheets/v2/css/theme.css */
.ml-n1,
.mx-n1 {
  margin-left: -.1875rem !important;
}

/* line 9999, vendor/assets/stylesheets/v2/css/theme.css */
.m-n2 {
  margin: -.375rem !important;
}

/* line 10004, vendor/assets/stylesheets/v2/css/theme.css */
.mt-n2,
.my-n2 {
  margin-top: -.375rem !important;
}

/* line 10010, vendor/assets/stylesheets/v2/css/theme.css */
.mr-n2,
.mx-n2 {
  margin-right: -.375rem !important;
}

/* line 10016, vendor/assets/stylesheets/v2/css/theme.css */
.mb-n2,
.my-n2 {
  margin-bottom: -.375rem !important;
}

/* line 10022, vendor/assets/stylesheets/v2/css/theme.css */
.ml-n2,
.mx-n2 {
  margin-left: -.375rem !important;
}

/* line 10028, vendor/assets/stylesheets/v2/css/theme.css */
.m-n3 {
  margin: -.75rem !important;
}

/* line 10033, vendor/assets/stylesheets/v2/css/theme.css */
.mt-n3,
.my-n3 {
  margin-top: -.75rem !important;
}

/* line 10039, vendor/assets/stylesheets/v2/css/theme.css */
.mr-n3,
.mx-n3 {
  margin-right: -.75rem !important;
}

/* line 10045, vendor/assets/stylesheets/v2/css/theme.css */
.mb-n3,
.my-n3 {
  margin-bottom: -.75rem !important;
}

/* line 10051, vendor/assets/stylesheets/v2/css/theme.css */
.ml-n3,
.mx-n3 {
  margin-left: -.75rem !important;
}

/* line 10057, vendor/assets/stylesheets/v2/css/theme.css */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 10062, vendor/assets/stylesheets/v2/css/theme.css */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 10068, vendor/assets/stylesheets/v2/css/theme.css */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 10074, vendor/assets/stylesheets/v2/css/theme.css */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 10080, vendor/assets/stylesheets/v2/css/theme.css */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 10086, vendor/assets/stylesheets/v2/css/theme.css */
.m-n5 {
  margin: -2.25rem !important;
}

/* line 10091, vendor/assets/stylesheets/v2/css/theme.css */
.mt-n5,
.my-n5 {
  margin-top: -2.25rem !important;
}

/* line 10097, vendor/assets/stylesheets/v2/css/theme.css */
.mr-n5,
.mx-n5 {
  margin-right: -2.25rem !important;
}

/* line 10103, vendor/assets/stylesheets/v2/css/theme.css */
.mb-n5,
.my-n5 {
  margin-bottom: -2.25rem !important;
}

/* line 10109, vendor/assets/stylesheets/v2/css/theme.css */
.ml-n5,
.mx-n5 {
  margin-left: -2.25rem !important;
}

/* line 10115, vendor/assets/stylesheets/v2/css/theme.css */
.m-n6 {
  margin: -4.5rem !important;
}

/* line 10120, vendor/assets/stylesheets/v2/css/theme.css */
.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

/* line 10126, vendor/assets/stylesheets/v2/css/theme.css */
.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

/* line 10132, vendor/assets/stylesheets/v2/css/theme.css */
.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

/* line 10138, vendor/assets/stylesheets/v2/css/theme.css */
.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

/* line 10144, vendor/assets/stylesheets/v2/css/theme.css */
.m-n7 {
  margin: -6.75rem !important;
}

/* line 10149, vendor/assets/stylesheets/v2/css/theme.css */
.mt-n7,
.my-n7 {
  margin-top: -6.75rem !important;
}

/* line 10155, vendor/assets/stylesheets/v2/css/theme.css */
.mr-n7,
.mx-n7 {
  margin-right: -6.75rem !important;
}

/* line 10161, vendor/assets/stylesheets/v2/css/theme.css */
.mb-n7,
.my-n7 {
  margin-bottom: -6.75rem !important;
}

/* line 10167, vendor/assets/stylesheets/v2/css/theme.css */
.ml-n7,
.mx-n7 {
  margin-left: -6.75rem !important;
}

/* line 10173, vendor/assets/stylesheets/v2/css/theme.css */
.m-n8 {
  margin: -13.5rem !important;
}

/* line 10178, vendor/assets/stylesheets/v2/css/theme.css */
.mt-n8,
.my-n8 {
  margin-top: -13.5rem !important;
}

/* line 10184, vendor/assets/stylesheets/v2/css/theme.css */
.mr-n8,
.mx-n8 {
  margin-right: -13.5rem !important;
}

/* line 10190, vendor/assets/stylesheets/v2/css/theme.css */
.mb-n8,
.my-n8 {
  margin-bottom: -13.5rem !important;
}

/* line 10196, vendor/assets/stylesheets/v2/css/theme.css */
.ml-n8,
.mx-n8 {
  margin-left: -13.5rem !important;
}

/* line 10202, vendor/assets/stylesheets/v2/css/theme.css */
.m-auto {
  margin: auto !important;
}

/* line 10207, vendor/assets/stylesheets/v2/css/theme.css */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 10213, vendor/assets/stylesheets/v2/css/theme.css */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 10219, vendor/assets/stylesheets/v2/css/theme.css */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 10225, vendor/assets/stylesheets/v2/css/theme.css */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 10233, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 10237, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 10242, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 10247, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 10252, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 10257, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-1 {
    margin: .1875rem !important;
  }
  /* line 10261, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-1,
.my-sm-1 {
    margin-top: .1875rem !important;
  }
  /* line 10266, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: .1875rem !important;
  }
  /* line 10271, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: .1875rem !important;
  }
  /* line 10276, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: .1875rem !important;
  }
  /* line 10281, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-2 {
    margin: .375rem !important;
  }
  /* line 10285, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-2,
.my-sm-2 {
    margin-top: .375rem !important;
  }
  /* line 10290, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: .375rem !important;
  }
  /* line 10295, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: .375rem !important;
  }
  /* line 10300, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: .375rem !important;
  }
  /* line 10305, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-3 {
    margin: .75rem !important;
  }
  /* line 10309, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-3,
.my-sm-3 {
    margin-top: .75rem !important;
  }
  /* line 10314, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: .75rem !important;
  }
  /* line 10319, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: .75rem !important;
  }
  /* line 10324, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: .75rem !important;
  }
  /* line 10329, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 10333, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 10338, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 10343, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 10348, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 10353, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-5 {
    margin: 2.25rem !important;
  }
  /* line 10357, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 2.25rem !important;
  }
  /* line 10362, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 2.25rem !important;
  }
  /* line 10367, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 10372, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 2.25rem !important;
  }
  /* line 10377, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  /* line 10381, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 4.5rem !important;
  }
  /* line 10386, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  /* line 10391, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 10396, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  /* line 10401, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-7 {
    margin: 6.75rem !important;
  }
  /* line 10405, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-7,
.my-sm-7 {
    margin-top: 6.75rem !important;
  }
  /* line 10410, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 6.75rem !important;
  }
  /* line 10415, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 10420, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 6.75rem !important;
  }
  /* line 10425, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-8 {
    margin: 13.5rem !important;
  }
  /* line 10429, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-8,
.my-sm-8 {
    margin-top: 13.5rem !important;
  }
  /* line 10434, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 13.5rem !important;
  }
  /* line 10439, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 10444, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 13.5rem !important;
  }
  /* line 10449, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 10453, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 10458, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 10463, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 10468, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 10473, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-1 {
    padding: .1875rem !important;
  }
  /* line 10477, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-1,
.py-sm-1 {
    padding-top: .1875rem !important;
  }
  /* line 10482, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-1,
.px-sm-1 {
    padding-right: .1875rem !important;
  }
  /* line 10487, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: .1875rem !important;
  }
  /* line 10492, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-1,
.px-sm-1 {
    padding-left: .1875rem !important;
  }
  /* line 10497, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-2 {
    padding: .375rem !important;
  }
  /* line 10501, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-2,
.py-sm-2 {
    padding-top: .375rem !important;
  }
  /* line 10506, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-2,
.px-sm-2 {
    padding-right: .375rem !important;
  }
  /* line 10511, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: .375rem !important;
  }
  /* line 10516, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-2,
.px-sm-2 {
    padding-left: .375rem !important;
  }
  /* line 10521, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-3 {
    padding: .75rem !important;
  }
  /* line 10525, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-3,
.py-sm-3 {
    padding-top: .75rem !important;
  }
  /* line 10530, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-3,
.px-sm-3 {
    padding-right: .75rem !important;
  }
  /* line 10535, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: .75rem !important;
  }
  /* line 10540, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-3,
.px-sm-3 {
    padding-left: .75rem !important;
  }
  /* line 10545, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 10549, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10554, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10559, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10564, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10569, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-5 {
    padding: 2.25rem !important;
  }
  /* line 10573, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 2.25rem !important;
  }
  /* line 10578, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 2.25rem !important;
  }
  /* line 10583, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 10588, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 2.25rem !important;
  }
  /* line 10593, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  /* line 10597, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 4.5rem !important;
  }
  /* line 10602, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 4.5rem !important;
  }
  /* line 10607, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 10612, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 4.5rem !important;
  }
  /* line 10617, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-7 {
    padding: 6.75rem !important;
  }
  /* line 10621, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-7,
.py-sm-7 {
    padding-top: 6.75rem !important;
  }
  /* line 10626, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-7,
.px-sm-7 {
    padding-right: 6.75rem !important;
  }
  /* line 10631, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 10636, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-7,
.px-sm-7 {
    padding-left: 6.75rem !important;
  }
  /* line 10641, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-8 {
    padding: 13.5rem !important;
  }
  /* line 10645, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-8,
.py-sm-8 {
    padding-top: 13.5rem !important;
  }
  /* line 10650, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-8,
.px-sm-8 {
    padding-right: 13.5rem !important;
  }
  /* line 10655, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 10660, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-8,
.px-sm-8 {
    padding-left: 13.5rem !important;
  }
  /* line 10665, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-n1 {
    margin: -.1875rem !important;
  }
  /* line 10669, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -.1875rem !important;
  }
  /* line 10674, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -.1875rem !important;
  }
  /* line 10679, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -.1875rem !important;
  }
  /* line 10684, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -.1875rem !important;
  }
  /* line 10689, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-n2 {
    margin: -.375rem !important;
  }
  /* line 10693, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -.375rem !important;
  }
  /* line 10698, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -.375rem !important;
  }
  /* line 10703, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -.375rem !important;
  }
  /* line 10708, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -.375rem !important;
  }
  /* line 10713, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-n3 {
    margin: -.75rem !important;
  }
  /* line 10717, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -.75rem !important;
  }
  /* line 10722, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -.75rem !important;
  }
  /* line 10727, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -.75rem !important;
  }
  /* line 10732, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -.75rem !important;
  }
  /* line 10737, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 10741, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 10746, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 10751, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 10756, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 10761, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-n5 {
    margin: -2.25rem !important;
  }
  /* line 10765, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 10770, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 10775, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 10780, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 10785, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  /* line 10789, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 10794, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 10799, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 10804, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 10809, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-n7 {
    margin: -6.75rem !important;
  }
  /* line 10813, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 10818, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 10823, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 10828, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 10833, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-n8 {
    margin: -13.5rem !important;
  }
  /* line 10837, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 10842, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 10847, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 10852, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 10857, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 10861, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 10866, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 10871, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 10876, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 10885, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 10889, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 10894, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 10899, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 10904, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 10909, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-1 {
    margin: .1875rem !important;
  }
  /* line 10913, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-1,
.my-md-1 {
    margin-top: .1875rem !important;
  }
  /* line 10918, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-1,
.mx-md-1 {
    margin-right: .1875rem !important;
  }
  /* line 10923, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-1,
.my-md-1 {
    margin-bottom: .1875rem !important;
  }
  /* line 10928, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-1,
.mx-md-1 {
    margin-left: .1875rem !important;
  }
  /* line 10933, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-2 {
    margin: .375rem !important;
  }
  /* line 10937, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-2,
.my-md-2 {
    margin-top: .375rem !important;
  }
  /* line 10942, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-2,
.mx-md-2 {
    margin-right: .375rem !important;
  }
  /* line 10947, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-2,
.my-md-2 {
    margin-bottom: .375rem !important;
  }
  /* line 10952, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-2,
.mx-md-2 {
    margin-left: .375rem !important;
  }
  /* line 10957, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-3 {
    margin: .75rem !important;
  }
  /* line 10961, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-3,
.my-md-3 {
    margin-top: .75rem !important;
  }
  /* line 10966, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-3,
.mx-md-3 {
    margin-right: .75rem !important;
  }
  /* line 10971, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-3,
.my-md-3 {
    margin-bottom: .75rem !important;
  }
  /* line 10976, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-3,
.mx-md-3 {
    margin-left: .75rem !important;
  }
  /* line 10981, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 10985, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 10990, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 10995, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 11000, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11005, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-5 {
    margin: 2.25rem !important;
  }
  /* line 11009, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-5,
.my-md-5 {
    margin-top: 2.25rem !important;
  }
  /* line 11014, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-5,
.mx-md-5 {
    margin-right: 2.25rem !important;
  }
  /* line 11019, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 11024, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-5,
.mx-md-5 {
    margin-left: 2.25rem !important;
  }
  /* line 11029, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-6 {
    margin: 4.5rem !important;
  }
  /* line 11033, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-6,
.my-md-6 {
    margin-top: 4.5rem !important;
  }
  /* line 11038, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-6,
.mx-md-6 {
    margin-right: 4.5rem !important;
  }
  /* line 11043, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 11048, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-6,
.mx-md-6 {
    margin-left: 4.5rem !important;
  }
  /* line 11053, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-7 {
    margin: 6.75rem !important;
  }
  /* line 11057, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-7,
.my-md-7 {
    margin-top: 6.75rem !important;
  }
  /* line 11062, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-7,
.mx-md-7 {
    margin-right: 6.75rem !important;
  }
  /* line 11067, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-7,
.my-md-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 11072, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-7,
.mx-md-7 {
    margin-left: 6.75rem !important;
  }
  /* line 11077, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-8 {
    margin: 13.5rem !important;
  }
  /* line 11081, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-8,
.my-md-8 {
    margin-top: 13.5rem !important;
  }
  /* line 11086, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-8,
.mx-md-8 {
    margin-right: 13.5rem !important;
  }
  /* line 11091, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-8,
.my-md-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 11096, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-8,
.mx-md-8 {
    margin-left: 13.5rem !important;
  }
  /* line 11101, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 11105, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 11110, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 11115, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 11120, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11125, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-1 {
    padding: .1875rem !important;
  }
  /* line 11129, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-1,
.py-md-1 {
    padding-top: .1875rem !important;
  }
  /* line 11134, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-1,
.px-md-1 {
    padding-right: .1875rem !important;
  }
  /* line 11139, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-1,
.py-md-1 {
    padding-bottom: .1875rem !important;
  }
  /* line 11144, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-1,
.px-md-1 {
    padding-left: .1875rem !important;
  }
  /* line 11149, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-2 {
    padding: .375rem !important;
  }
  /* line 11153, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-2,
.py-md-2 {
    padding-top: .375rem !important;
  }
  /* line 11158, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-2,
.px-md-2 {
    padding-right: .375rem !important;
  }
  /* line 11163, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-2,
.py-md-2 {
    padding-bottom: .375rem !important;
  }
  /* line 11168, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-2,
.px-md-2 {
    padding-left: .375rem !important;
  }
  /* line 11173, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-3 {
    padding: .75rem !important;
  }
  /* line 11177, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-3,
.py-md-3 {
    padding-top: .75rem !important;
  }
  /* line 11182, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-3,
.px-md-3 {
    padding-right: .75rem !important;
  }
  /* line 11187, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-3,
.py-md-3 {
    padding-bottom: .75rem !important;
  }
  /* line 11192, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-3,
.px-md-3 {
    padding-left: .75rem !important;
  }
  /* line 11197, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 11201, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 11206, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 11211, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 11216, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11221, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-5 {
    padding: 2.25rem !important;
  }
  /* line 11225, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-5,
.py-md-5 {
    padding-top: 2.25rem !important;
  }
  /* line 11230, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-5,
.px-md-5 {
    padding-right: 2.25rem !important;
  }
  /* line 11235, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 11240, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-5,
.px-md-5 {
    padding-left: 2.25rem !important;
  }
  /* line 11245, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-6 {
    padding: 4.5rem !important;
  }
  /* line 11249, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-6,
.py-md-6 {
    padding-top: 4.5rem !important;
  }
  /* line 11254, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-6,
.px-md-6 {
    padding-right: 4.5rem !important;
  }
  /* line 11259, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 11264, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-6,
.px-md-6 {
    padding-left: 4.5rem !important;
  }
  /* line 11269, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-7 {
    padding: 6.75rem !important;
  }
  /* line 11273, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-7,
.py-md-7 {
    padding-top: 6.75rem !important;
  }
  /* line 11278, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-7,
.px-md-7 {
    padding-right: 6.75rem !important;
  }
  /* line 11283, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-7,
.py-md-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 11288, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-7,
.px-md-7 {
    padding-left: 6.75rem !important;
  }
  /* line 11293, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-8 {
    padding: 13.5rem !important;
  }
  /* line 11297, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-8,
.py-md-8 {
    padding-top: 13.5rem !important;
  }
  /* line 11302, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-8,
.px-md-8 {
    padding-right: 13.5rem !important;
  }
  /* line 11307, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-8,
.py-md-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 11312, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-8,
.px-md-8 {
    padding-left: 13.5rem !important;
  }
  /* line 11317, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-n1 {
    margin: -.1875rem !important;
  }
  /* line 11321, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -.1875rem !important;
  }
  /* line 11326, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -.1875rem !important;
  }
  /* line 11331, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -.1875rem !important;
  }
  /* line 11336, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -.1875rem !important;
  }
  /* line 11341, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-n2 {
    margin: -.375rem !important;
  }
  /* line 11345, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -.375rem !important;
  }
  /* line 11350, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -.375rem !important;
  }
  /* line 11355, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -.375rem !important;
  }
  /* line 11360, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -.375rem !important;
  }
  /* line 11365, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-n3 {
    margin: -.75rem !important;
  }
  /* line 11369, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -.75rem !important;
  }
  /* line 11374, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -.75rem !important;
  }
  /* line 11379, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -.75rem !important;
  }
  /* line 11384, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -.75rem !important;
  }
  /* line 11389, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 11393, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 11398, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 11403, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 11408, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 11413, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-n5 {
    margin: -2.25rem !important;
  }
  /* line 11417, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 11422, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 11427, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 11432, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 11437, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  /* line 11441, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-n6,
.my-md-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 11446, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 11451, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 11456, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 11461, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-n7 {
    margin: -6.75rem !important;
  }
  /* line 11465, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-n7,
.my-md-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 11470, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 11475, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 11480, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 11485, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-n8 {
    margin: -13.5rem !important;
  }
  /* line 11489, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-n8,
.my-md-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 11494, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 11499, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 11504, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 11509, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 11513, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 11518, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 11523, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 11528, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11537, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 11541, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 11546, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 11551, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 11556, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11561, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-1 {
    margin: .1875rem !important;
  }
  /* line 11565, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-1,
.my-lg-1 {
    margin-top: .1875rem !important;
  }
  /* line 11570, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: .1875rem !important;
  }
  /* line 11575, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: .1875rem !important;
  }
  /* line 11580, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: .1875rem !important;
  }
  /* line 11585, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-2 {
    margin: .375rem !important;
  }
  /* line 11589, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-2,
.my-lg-2 {
    margin-top: .375rem !important;
  }
  /* line 11594, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: .375rem !important;
  }
  /* line 11599, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: .375rem !important;
  }
  /* line 11604, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: .375rem !important;
  }
  /* line 11609, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-3 {
    margin: .75rem !important;
  }
  /* line 11613, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-3,
.my-lg-3 {
    margin-top: .75rem !important;
  }
  /* line 11618, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: .75rem !important;
  }
  /* line 11623, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: .75rem !important;
  }
  /* line 11628, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: .75rem !important;
  }
  /* line 11633, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 11637, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 11642, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 11647, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 11652, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11657, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-5 {
    margin: 2.25rem !important;
  }
  /* line 11661, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 2.25rem !important;
  }
  /* line 11666, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 2.25rem !important;
  }
  /* line 11671, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 11676, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 2.25rem !important;
  }
  /* line 11681, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  /* line 11685, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 4.5rem !important;
  }
  /* line 11690, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  /* line 11695, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 11700, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  /* line 11705, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-7 {
    margin: 6.75rem !important;
  }
  /* line 11709, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-7,
.my-lg-7 {
    margin-top: 6.75rem !important;
  }
  /* line 11714, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 6.75rem !important;
  }
  /* line 11719, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 11724, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 6.75rem !important;
  }
  /* line 11729, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-8 {
    margin: 13.5rem !important;
  }
  /* line 11733, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-8,
.my-lg-8 {
    margin-top: 13.5rem !important;
  }
  /* line 11738, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 13.5rem !important;
  }
  /* line 11743, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 11748, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 13.5rem !important;
  }
  /* line 11753, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 11757, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 11762, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 11767, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 11772, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11777, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-1 {
    padding: .1875rem !important;
  }
  /* line 11781, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-1,
.py-lg-1 {
    padding-top: .1875rem !important;
  }
  /* line 11786, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-1,
.px-lg-1 {
    padding-right: .1875rem !important;
  }
  /* line 11791, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: .1875rem !important;
  }
  /* line 11796, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-1,
.px-lg-1 {
    padding-left: .1875rem !important;
  }
  /* line 11801, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-2 {
    padding: .375rem !important;
  }
  /* line 11805, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-2,
.py-lg-2 {
    padding-top: .375rem !important;
  }
  /* line 11810, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-2,
.px-lg-2 {
    padding-right: .375rem !important;
  }
  /* line 11815, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: .375rem !important;
  }
  /* line 11820, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-2,
.px-lg-2 {
    padding-left: .375rem !important;
  }
  /* line 11825, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-3 {
    padding: .75rem !important;
  }
  /* line 11829, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-3,
.py-lg-3 {
    padding-top: .75rem !important;
  }
  /* line 11834, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-3,
.px-lg-3 {
    padding-right: .75rem !important;
  }
  /* line 11839, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: .75rem !important;
  }
  /* line 11844, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-3,
.px-lg-3 {
    padding-left: .75rem !important;
  }
  /* line 11849, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 11853, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 11858, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 11863, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 11868, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11873, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-5 {
    padding: 2.25rem !important;
  }
  /* line 11877, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 2.25rem !important;
  }
  /* line 11882, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 2.25rem !important;
  }
  /* line 11887, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 11892, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 2.25rem !important;
  }
  /* line 11897, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  /* line 11901, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 4.5rem !important;
  }
  /* line 11906, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 4.5rem !important;
  }
  /* line 11911, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 11916, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 4.5rem !important;
  }
  /* line 11921, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-7 {
    padding: 6.75rem !important;
  }
  /* line 11925, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-7,
.py-lg-7 {
    padding-top: 6.75rem !important;
  }
  /* line 11930, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-7,
.px-lg-7 {
    padding-right: 6.75rem !important;
  }
  /* line 11935, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 11940, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-7,
.px-lg-7 {
    padding-left: 6.75rem !important;
  }
  /* line 11945, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-8 {
    padding: 13.5rem !important;
  }
  /* line 11949, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-8,
.py-lg-8 {
    padding-top: 13.5rem !important;
  }
  /* line 11954, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-8,
.px-lg-8 {
    padding-right: 13.5rem !important;
  }
  /* line 11959, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 11964, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-8,
.px-lg-8 {
    padding-left: 13.5rem !important;
  }
  /* line 11969, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-n1 {
    margin: -.1875rem !important;
  }
  /* line 11973, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -.1875rem !important;
  }
  /* line 11978, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -.1875rem !important;
  }
  /* line 11983, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -.1875rem !important;
  }
  /* line 11988, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -.1875rem !important;
  }
  /* line 11993, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-n2 {
    margin: -.375rem !important;
  }
  /* line 11997, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -.375rem !important;
  }
  /* line 12002, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -.375rem !important;
  }
  /* line 12007, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -.375rem !important;
  }
  /* line 12012, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -.375rem !important;
  }
  /* line 12017, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-n3 {
    margin: -.75rem !important;
  }
  /* line 12021, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -.75rem !important;
  }
  /* line 12026, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -.75rem !important;
  }
  /* line 12031, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -.75rem !important;
  }
  /* line 12036, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -.75rem !important;
  }
  /* line 12041, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 12045, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 12050, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 12055, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 12060, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 12065, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-n5 {
    margin: -2.25rem !important;
  }
  /* line 12069, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 12074, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 12079, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 12084, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 12089, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  /* line 12093, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 12098, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 12103, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 12108, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 12113, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-n7 {
    margin: -6.75rem !important;
  }
  /* line 12117, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 12122, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 12127, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 12132, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 12137, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-n8 {
    margin: -13.5rem !important;
  }
  /* line 12141, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 12146, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 12151, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 12156, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 12161, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 12165, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 12170, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 12175, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 12180, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 12189, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12193, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 12198, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 12203, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 12208, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 12213, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-1 {
    margin: .1875rem !important;
  }
  /* line 12217, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-1,
.my-xl-1 {
    margin-top: .1875rem !important;
  }
  /* line 12222, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: .1875rem !important;
  }
  /* line 12227, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: .1875rem !important;
  }
  /* line 12232, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: .1875rem !important;
  }
  /* line 12237, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-2 {
    margin: .375rem !important;
  }
  /* line 12241, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-2,
.my-xl-2 {
    margin-top: .375rem !important;
  }
  /* line 12246, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: .375rem !important;
  }
  /* line 12251, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: .375rem !important;
  }
  /* line 12256, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: .375rem !important;
  }
  /* line 12261, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-3 {
    margin: .75rem !important;
  }
  /* line 12265, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-3,
.my-xl-3 {
    margin-top: .75rem !important;
  }
  /* line 12270, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: .75rem !important;
  }
  /* line 12275, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: .75rem !important;
  }
  /* line 12280, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: .75rem !important;
  }
  /* line 12285, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12289, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 12294, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 12299, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 12304, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12309, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-5 {
    margin: 2.25rem !important;
  }
  /* line 12313, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 2.25rem !important;
  }
  /* line 12318, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 2.25rem !important;
  }
  /* line 12323, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 12328, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 2.25rem !important;
  }
  /* line 12333, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  /* line 12337, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 4.5rem !important;
  }
  /* line 12342, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  /* line 12347, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 12352, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  /* line 12357, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-7 {
    margin: 6.75rem !important;
  }
  /* line 12361, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-7,
.my-xl-7 {
    margin-top: 6.75rem !important;
  }
  /* line 12366, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 6.75rem !important;
  }
  /* line 12371, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 12376, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 6.75rem !important;
  }
  /* line 12381, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-8 {
    margin: 13.5rem !important;
  }
  /* line 12385, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-8,
.my-xl-8 {
    margin-top: 13.5rem !important;
  }
  /* line 12390, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 13.5rem !important;
  }
  /* line 12395, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 12400, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 13.5rem !important;
  }
  /* line 12405, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12409, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 12414, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 12419, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 12424, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 12429, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-1 {
    padding: .1875rem !important;
  }
  /* line 12433, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-1,
.py-xl-1 {
    padding-top: .1875rem !important;
  }
  /* line 12438, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-1,
.px-xl-1 {
    padding-right: .1875rem !important;
  }
  /* line 12443, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: .1875rem !important;
  }
  /* line 12448, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-1,
.px-xl-1 {
    padding-left: .1875rem !important;
  }
  /* line 12453, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-2 {
    padding: .375rem !important;
  }
  /* line 12457, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-2,
.py-xl-2 {
    padding-top: .375rem !important;
  }
  /* line 12462, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-2,
.px-xl-2 {
    padding-right: .375rem !important;
  }
  /* line 12467, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: .375rem !important;
  }
  /* line 12472, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-2,
.px-xl-2 {
    padding-left: .375rem !important;
  }
  /* line 12477, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-3 {
    padding: .75rem !important;
  }
  /* line 12481, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-3,
.py-xl-3 {
    padding-top: .75rem !important;
  }
  /* line 12486, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-3,
.px-xl-3 {
    padding-right: .75rem !important;
  }
  /* line 12491, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: .75rem !important;
  }
  /* line 12496, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-3,
.px-xl-3 {
    padding-left: .75rem !important;
  }
  /* line 12501, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12505, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 12510, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 12515, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 12520, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12525, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-5 {
    padding: 2.25rem !important;
  }
  /* line 12529, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 2.25rem !important;
  }
  /* line 12534, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 2.25rem !important;
  }
  /* line 12539, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 12544, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 2.25rem !important;
  }
  /* line 12549, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  /* line 12553, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 4.5rem !important;
  }
  /* line 12558, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 4.5rem !important;
  }
  /* line 12563, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 12568, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 4.5rem !important;
  }
  /* line 12573, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-7 {
    padding: 6.75rem !important;
  }
  /* line 12577, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-7,
.py-xl-7 {
    padding-top: 6.75rem !important;
  }
  /* line 12582, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-7,
.px-xl-7 {
    padding-right: 6.75rem !important;
  }
  /* line 12587, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 12592, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-7,
.px-xl-7 {
    padding-left: 6.75rem !important;
  }
  /* line 12597, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-8 {
    padding: 13.5rem !important;
  }
  /* line 12601, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-8,
.py-xl-8 {
    padding-top: 13.5rem !important;
  }
  /* line 12606, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-8,
.px-xl-8 {
    padding-right: 13.5rem !important;
  }
  /* line 12611, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 12616, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-8,
.px-xl-8 {
    padding-left: 13.5rem !important;
  }
  /* line 12621, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-n1 {
    margin: -.1875rem !important;
  }
  /* line 12625, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -.1875rem !important;
  }
  /* line 12630, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -.1875rem !important;
  }
  /* line 12635, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -.1875rem !important;
  }
  /* line 12640, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -.1875rem !important;
  }
  /* line 12645, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-n2 {
    margin: -.375rem !important;
  }
  /* line 12649, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -.375rem !important;
  }
  /* line 12654, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -.375rem !important;
  }
  /* line 12659, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -.375rem !important;
  }
  /* line 12664, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -.375rem !important;
  }
  /* line 12669, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-n3 {
    margin: -.75rem !important;
  }
  /* line 12673, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -.75rem !important;
  }
  /* line 12678, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -.75rem !important;
  }
  /* line 12683, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -.75rem !important;
  }
  /* line 12688, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -.75rem !important;
  }
  /* line 12693, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 12697, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 12702, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 12707, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 12712, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 12717, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-n5 {
    margin: -2.25rem !important;
  }
  /* line 12721, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 12726, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 12731, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 12736, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 12741, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  /* line 12745, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 12750, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 12755, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 12760, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 12765, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-n7 {
    margin: -6.75rem !important;
  }
  /* line 12769, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 12774, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 12779, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 12784, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 12789, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-n8 {
    margin: -13.5rem !important;
  }
  /* line 12793, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 12798, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 12803, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 12808, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 12813, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 12817, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 12822, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 12827, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 12832, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 12839, vendor/assets/stylesheets/v2/css/theme.css */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

/* line 12844, vendor/assets/stylesheets/v2/css/theme.css */
.text-justify {
  text-align: justify !important;
}

/* line 12849, vendor/assets/stylesheets/v2/css/theme.css */
.text-wrap {
  white-space: normal !important;
}

/* line 12854, vendor/assets/stylesheets/v2/css/theme.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 12859, vendor/assets/stylesheets/v2/css/theme.css */
.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 12867, vendor/assets/stylesheets/v2/css/theme.css */
.text-left {
  text-align: left !important;
}

/* line 12872, vendor/assets/stylesheets/v2/css/theme.css */
.text-right {
  text-align: right !important;
}

/* line 12877, vendor/assets/stylesheets/v2/css/theme.css */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 12884, vendor/assets/stylesheets/v2/css/theme.css */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 12888, vendor/assets/stylesheets/v2/css/theme.css */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 12892, vendor/assets/stylesheets/v2/css/theme.css */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 12900, vendor/assets/stylesheets/v2/css/theme.css */
  .text-md-left {
    text-align: left !important;
  }
  /* line 12904, vendor/assets/stylesheets/v2/css/theme.css */
  .text-md-right {
    text-align: right !important;
  }
  /* line 12908, vendor/assets/stylesheets/v2/css/theme.css */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 12916, vendor/assets/stylesheets/v2/css/theme.css */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 12920, vendor/assets/stylesheets/v2/css/theme.css */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 12924, vendor/assets/stylesheets/v2/css/theme.css */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 12932, vendor/assets/stylesheets/v2/css/theme.css */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 12936, vendor/assets/stylesheets/v2/css/theme.css */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 12940, vendor/assets/stylesheets/v2/css/theme.css */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 12946, vendor/assets/stylesheets/v2/css/theme.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 12951, vendor/assets/stylesheets/v2/css/theme.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 12956, vendor/assets/stylesheets/v2/css/theme.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 12961, vendor/assets/stylesheets/v2/css/theme.css */
.font-weight-light {
  font-weight: 400 !important;
}

/* line 12966, vendor/assets/stylesheets/v2/css/theme.css */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 12971, vendor/assets/stylesheets/v2/css/theme.css */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 12976, vendor/assets/stylesheets/v2/css/theme.css */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 12981, vendor/assets/stylesheets/v2/css/theme.css */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 12986, vendor/assets/stylesheets/v2/css/theme.css */
.font-italic {
  font-style: italic !important;
}

/* line 12991, vendor/assets/stylesheets/v2/css/theme.css */
.text-white {
  color: #fff !important;
}

/* line 12996, vendor/assets/stylesheets/v2/css/theme.css */
.text-primary {
  color: #1356AE !important;
}

/* line 13001, vendor/assets/stylesheets/v2/css/theme.css */
a.text-primary:hover,
a.text-primary:focus {
  color: #1657af !important;
}

/* line 13007, vendor/assets/stylesheets/v2/css/theme.css */
.text-secondary {
  color: #6e84a3 !important;
}

/* line 13012, vendor/assets/stylesheets/v2/css/theme.css */
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4c5f78 !important;
}

/* line 13018, vendor/assets/stylesheets/v2/css/theme.css */
.text-primary-dark {
  color: #0055B3 !important;
}

/* line 13023, vendor/assets/stylesheets/v2/css/theme.css */
a.text-primary-dark:hover,
a.text-primary-dark:focus {
  color: #4c5f78 !important;
}

/* line 13029, vendor/assets/stylesheets/v2/css/theme.css */
.text-success {
  color: #00d97e !important;
}

/* line 13034, vendor/assets/stylesheets/v2/css/theme.css */
a.text-success:hover,
a.text-success:focus {
  color: #008d52 !important;
}

/* line 13040, vendor/assets/stylesheets/v2/css/theme.css */
.text-info {
  color: #39afd1 !important;
}

/* line 13045, vendor/assets/stylesheets/v2/css/theme.css */
a.text-info:hover,
a.text-info:focus {
  color: #247f9a !important;
}

/* line 13051, vendor/assets/stylesheets/v2/css/theme.css */
.text-warning {
  color: #f6c343 !important;
}

/* line 13056, vendor/assets/stylesheets/v2/css/theme.css */
a.text-warning:hover,
a.text-warning:focus {
  color: #e2a40b !important;
}

/* line 13062, vendor/assets/stylesheets/v2/css/theme.css */
.text-danger {
  color: #e63757 !important;
}

/* line 13067, vendor/assets/stylesheets/v2/css/theme.css */
a.text-danger:hover,
a.text-danger:focus {
  color: #b91735 !important;
}

/* line 13073, vendor/assets/stylesheets/v2/css/theme.css */
.text-light {
  color: #edf2f9 !important;
}

/* line 13078, vendor/assets/stylesheets/v2/css/theme.css */
a.text-light:hover,
a.text-light:focus {
  color: #b4c9e6 !important;
}

/* line 13084, vendor/assets/stylesheets/v2/css/theme.css */
.text-dark {
  color: #12263f !important;
}

/* line 13089, vendor/assets/stylesheets/v2/css/theme.css */
a.text-dark:hover,
a.text-dark:focus {
  color: #010204 !important;
}

/* line 13095, vendor/assets/stylesheets/v2/css/theme.css */
.text-white {
  color: #fff !important;
}

/* line 13100, vendor/assets/stylesheets/v2/css/theme.css */
a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

/* line 13106, vendor/assets/stylesheets/v2/css/theme.css */
.text-body {
  color: #12263f !important;
}

/* line 13111, vendor/assets/stylesheets/v2/css/theme.css */
.text-black-50 {
  color: rgba(18, 38, 63, 0.5) !important;
}

/* line 13116, vendor/assets/stylesheets/v2/css/theme.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 13121, vendor/assets/stylesheets/v2/css/theme.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  border: 0;
  background-color: transparent;
  text-shadow: none;
}

/* line 13131, vendor/assets/stylesheets/v2/css/theme.css */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 13136, vendor/assets/stylesheets/v2/css/theme.css */
.text-reset {
  color: inherit !important;
}

/* line 13141, vendor/assets/stylesheets/v2/css/theme.css */
.visible {
  visibility: visible !important;
}

/* line 13146, vendor/assets/stylesheets/v2/css/theme.css */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13153, vendor/assets/stylesheets/v2/css/theme.css */
  *,
*::before,
*::after {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 13160, vendor/assets/stylesheets/v2/css/theme.css */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 13164, vendor/assets/stylesheets/v2/css/theme.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 13168, vendor/assets/stylesheets/v2/css/theme.css */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 13172, vendor/assets/stylesheets/v2/css/theme.css */
  pre,
blockquote {
    border: 1px solid #b1c2d9;
    page-break-inside: avoid;
  }
  /* line 13179, vendor/assets/stylesheets/v2/css/theme.css */
  thead {
    display: table-header-group;
  }
  /* line 13183, vendor/assets/stylesheets/v2/css/theme.css */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 13188, vendor/assets/stylesheets/v2/css/theme.css */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 13195, vendor/assets/stylesheets/v2/css/theme.css */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 13204, vendor/assets/stylesheets/v2/css/theme.css */
  body {
    min-width: 992px !important;
  }
  /* line 13208, vendor/assets/stylesheets/v2/css/theme.css */
  .container {
    min-width: 992px !important;
  }
  /* line 13212, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar {
    display: none;
  }
  /* line 13216, vendor/assets/stylesheets/v2/css/theme.css */
  .badge {
    border: 1px solid #12263f;
  }
  /* line 13220, vendor/assets/stylesheets/v2/css/theme.css */
  .table {
    border-collapse: collapse !important;
  }
  /* line 13224, vendor/assets/stylesheets/v2/css/theme.css */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 13229, vendor/assets/stylesheets/v2/css/theme.css */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #e3ebf6 !important;
  }
  /* line 13234, vendor/assets/stylesheets/v2/css/theme.css */
  .table-dark {
    color: inherit;
  }
  /* line 13238, vendor/assets/stylesheets/v2/css/theme.css */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #edf2f9;
  }
  /* line 13245, vendor/assets/stylesheets/v2/css/theme.css */
  .table .thead-dark th {
    color: inherit;
    border-color: #edf2f9;
  }
}

/* line 13252, vendor/assets/stylesheets/v2/css/theme.css */
.alert-link {
  text-decoration: underline;
}

/* line 13257, vendor/assets/stylesheets/v2/css/theme.css */
.alert-primary {
  color: #fff;
  border-color: #1356AE;
  background-color: #1356AE;
}

/* line 13263, vendor/assets/stylesheets/v2/css/theme.css */
.alert-primary hr {
  border-top-color: #1b6edc;
}

/* line 13267, vendor/assets/stylesheets/v2/css/theme.css */
.alert-primary .alert-link {
  color: #e6e6e6;
}

/* line 13271, vendor/assets/stylesheets/v2/css/theme.css */
.alert-primary .close,
.alert-primary .alert-link {
  color: #fff;
}

/* line 13277, vendor/assets/stylesheets/v2/css/theme.css */
.alert-secondary {
  color: #fff;
  border-color: #6e84a3;
  background-color: #6e84a3;
}

/* line 13283, vendor/assets/stylesheets/v2/css/theme.css */
.alert-secondary hr {
  border-top-color: #607797;
}

/* line 13287, vendor/assets/stylesheets/v2/css/theme.css */
.alert-secondary .alert-link {
  color: #e6e6e6;
}

/* line 13291, vendor/assets/stylesheets/v2/css/theme.css */
.alert-secondary .close,
.alert-secondary .alert-link {
  color: #fff;
}

/* line 13297, vendor/assets/stylesheets/v2/css/theme.css */
.alert-success {
  color: #fff;
  border-color: #00d97e;
  background-color: #00d97e;
}

/* line 13303, vendor/assets/stylesheets/v2/css/theme.css */
.alert-success hr {
  border-top-color: #00c06f;
}

/* line 13307, vendor/assets/stylesheets/v2/css/theme.css */
.alert-success .alert-link {
  color: #e6e6e6;
}

/* line 13311, vendor/assets/stylesheets/v2/css/theme.css */
.alert-success .close,
.alert-success .alert-link {
  color: #fff;
}

/* line 13317, vendor/assets/stylesheets/v2/css/theme.css */
.alert-info {
  color: #fff;
  border-color: #39afd1;
  background-color: #39afd1;
}

/* line 13323, vendor/assets/stylesheets/v2/css/theme.css */
.alert-info hr {
  border-top-color: #2da2c3;
}

/* line 13327, vendor/assets/stylesheets/v2/css/theme.css */
.alert-info .alert-link {
  color: #e6e6e6;
}

/* line 13331, vendor/assets/stylesheets/v2/css/theme.css */
.alert-info .close,
.alert-info .alert-link {
  color: #fff;
}

/* line 13337, vendor/assets/stylesheets/v2/css/theme.css */
.alert-warning {
  color: #283e59;
  border-color: #f6c343;
  background-color: #f6c343;
}

/* line 13343, vendor/assets/stylesheets/v2/css/theme.css */
.alert-warning hr {
  border-top-color: #f5bb2b;
}

/* line 13347, vendor/assets/stylesheets/v2/css/theme.css */
.alert-warning .alert-link {
  color: #182536;
}

/* line 13351, vendor/assets/stylesheets/v2/css/theme.css */
.alert-warning .close,
.alert-warning .alert-link {
  color: #283e59;
}

/* line 13357, vendor/assets/stylesheets/v2/css/theme.css */
.alert-danger {
  color: #fff;
  border-color: #e63757;
  background-color: #e63757;
}

/* line 13363, vendor/assets/stylesheets/v2/css/theme.css */
.alert-danger hr {
  border-top-color: #e32044;
}

/* line 13367, vendor/assets/stylesheets/v2/css/theme.css */
.alert-danger .alert-link {
  color: #e6e6e6;
}

/* line 13371, vendor/assets/stylesheets/v2/css/theme.css */
.alert-danger .close,
.alert-danger .alert-link {
  color: #fff;
}

/* line 13377, vendor/assets/stylesheets/v2/css/theme.css */
.alert-light {
  color: #283e59;
  border-color: #edf2f9;
  background-color: #edf2f9;
}

/* line 13383, vendor/assets/stylesheets/v2/css/theme.css */
.alert-light hr {
  border-top-color: #dae4f3;
}

/* line 13387, vendor/assets/stylesheets/v2/css/theme.css */
.alert-light .alert-link {
  color: #182536;
}

/* line 13391, vendor/assets/stylesheets/v2/css/theme.css */
.alert-light .close,
.alert-light .alert-link {
  color: #283e59;
}

/* line 13397, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dark {
  color: #fff;
  border-color: #12263f;
  background-color: #12263f;
}

/* line 13403, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dark hr {
  border-top-color: #0c1a2b;
}

/* line 13407, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dark .alert-link {
  color: #e6e6e6;
}

/* line 13411, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dark .close,
.alert-dark .alert-link {
  color: #fff;
}

/* line 13417, vendor/assets/stylesheets/v2/css/theme.css */
.alert-white {
  color: #283e59;
  border-color: white;
  background-color: white;
}

/* line 13423, vendor/assets/stylesheets/v2/css/theme.css */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 13427, vendor/assets/stylesheets/v2/css/theme.css */
.alert-white .alert-link {
  color: #182536;
}

/* line 13431, vendor/assets/stylesheets/v2/css/theme.css */
.alert-white .close,
.alert-white .alert-link {
  color: #283e59;
}

/* line 13437, vendor/assets/stylesheets/v2/css/theme.css */
.badge {
  vertical-align: middle;
}

/* line 13442, vendor/assets/stylesheets/v2/css/theme.css */
.btn .badge {
  top: -2px;
}

/* line 13447, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-primary {
  color: #1356AE;
  background-color: #d5e5fa;
}

/* line 13452, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-primary[href]:hover,
.badge-soft-primary[href]:focus {
  text-decoration: none;
  color: #1356AE;
  background-color: #bed7f7;
}

/* line 13461, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-secondary {
  color: #6e84a3;
  background-color: #e2e6ed;
}

/* line 13466, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-secondary[href]:hover,
.badge-soft-secondary[href]:focus {
  text-decoration: none;
  color: #6e84a3;
  background-color: #d2d8e3;
}

/* line 13475, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-success {
  color: #00d97e;
  background-color: #ccf7e5;
}

/* line 13480, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-success[href]:hover,
.badge-soft-success[href]:focus {
  text-decoration: none;
  color: #00d97e;
  background-color: #b6f4da;
}

/* line 13489, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-info {
  color: #39afd1;
  background-color: #d7eff6;
}

/* line 13494, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-info[href]:hover,
.badge-soft-info[href]:focus {
  text-decoration: none;
  color: #39afd1;
  background-color: #c2e7f1;
}

/* line 13503, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-warning {
  color: #f6c343;
  background-color: #fdf3d9;
}

/* line 13508, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-warning[href]:hover,
.badge-soft-warning[href]:focus {
  text-decoration: none;
  color: #f6c343;
  background-color: #fcebc1;
}

/* line 13517, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-danger {
  color: #e63757;
  background-color: #fad7dd;
}

/* line 13522, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-danger[href]:hover,
.badge-soft-danger[href]:focus {
  text-decoration: none;
  color: #e63757;
  background-color: #f7c0ca;
}

/* line 13531, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-light {
  color: #edf2f9;
  background-color: #fbfcfe;
}

/* line 13536, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-light[href]:hover,
.badge-soft-light[href]:focus {
  text-decoration: none;
  color: #edf2f9;
  background-color: #e7edf9;
}

/* line 13545, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-dark {
  color: #12263f;
  background-color: #d0d4d9;
}

/* line 13550, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-dark[href]:hover,
.badge-soft-dark[href]:focus {
  text-decoration: none;
  color: #12263f;
  background-color: #c2c7ce;
}

/* line 13559, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-white {
  color: #fff;
  background-color: white;
}

/* line 13564, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-white[href]:hover,
.badge-soft-white[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #f2f2f2;
}

/* line 13573, vendor/assets/stylesheets/v2/css/theme.css */
.breadcrumb-item + .breadcrumb-item::before {
  width: .3rem;
  height: .6rem;
  margin-right: .5rem;
  background: #d2ddec;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* line 13587, vendor/assets/stylesheets/v2/css/theme.css */
.breadcrumb-sm {
  font-size: .8125rem;
}

/* line 13592, vendor/assets/stylesheets/v2/css/theme.css */
.btn-white {
  border-color: #e3ebf6;
}

/* line 13596, vendor/assets/stylesheets/v2/css/theme.css */
.btn-white:hover,
.btn-white:focus {
  border-color: #d2ddec;
  background-color: #f9fbfd;
}

/* line 13603, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-toggle .btn-white:not(:disabled):not(.disabled):active,
.btn-group-toggle .btn-white.active:not(:disabled):not(.disabled) {
  color: #1356AE;
  border-color: #1356AE;
  background-color: #fff;
}

/* line 13611, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-toggle .btn-white:focus,
.btn-group-toggle .btn-white.focus {
  box-shadow: none;
}

/* line 13617, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-secondary:not(:hover):not([aria-expanded='true']):not([aria-pressed='true']) {
  border-color: #d2ddec;
}

/* line 13622, vendor/assets/stylesheets/v2/css/theme.css */
.btn-rounded-circle {
  width: calc(1em * 1.5 + 1rem + 1px * 2);
  padding-right: 0;
  padding-left: 0;
  border-radius: 50%;
}

/* line 13631, vendor/assets/stylesheets/v2/css/theme.css */
.btn-rounded-circle.btn-lg,
.btn-group-lg > .btn-rounded-circle.btn {
  width: calc(1em * 1.5 + 1rem + 1px * 2);
}

/* line 13637, vendor/assets/stylesheets/v2/css/theme.css */
.btn-rounded-circle.btn-sm,
.btn-group-sm > .btn-rounded-circle.btn {
  width: calc(1em * 1.75 + .25rem + 1px * 2);
}

/* line 13643, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group .btn + .btn {
  margin-left: 0;
}

/* line 13648, vendor/assets/stylesheets/v2/css/theme.css */
.card {
  margin-bottom: 1.5rem;
  border-color: #edf2f9;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

/* line 13656, vendor/assets/stylesheets/v2/css/theme.css */
.card-header {
  display: flex;
  flex-direction: row;
  min-height: 3.75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  flex-grow: 1;
  align-items: center;
}

/* line 13668, vendor/assets/stylesheets/v2/css/theme.css */
.card-header > * {
  flex: 1;
}

/* line 13673, vendor/assets/stylesheets/v2/css/theme.css */
.card-title {
  margin-bottom: .5rem;
}

/* line 13678, vendor/assets/stylesheets/v2/css/theme.css */
.card-header-title {
  margin-bottom: 0;
}

/* line 13683, vendor/assets/stylesheets/v2/css/theme.css */
.card-header-tabs {
  margin-top: -.5rem;
  margin-right: 0;
  margin-bottom: -.5rem;
  margin-left: 0;
}

/* line 13691, vendor/assets/stylesheets/v2/css/theme.css */
.card-header-tabs .nav-link {
  padding-top: calc((3.75rem - 1em * 1.5) / 2) !important;
  padding-bottom: calc((3.75rem - 1em * 1.5) / 2) !important;
}

/* line 13697, vendor/assets/stylesheets/v2/css/theme.css */
.card-table {
  margin-bottom: 0;
}

/* line 13701, vendor/assets/stylesheets/v2/css/theme.css */
.card-table thead th {
  border-top-width: 0;
}

/* line 13705, vendor/assets/stylesheets/v2/css/theme.css */
.card-table thead th:first-child,
.card-table tbody td:first-child {
  padding-left: 1.5rem !important;
}

/* line 13710, vendor/assets/stylesheets/v2/css/theme.css */
.card-table thead th:last-child,
.card-table tbody td:last-child {
  padding-right: 1.5rem !important;
}

/* line 13716, vendor/assets/stylesheets/v2/css/theme.css */
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > th:first-child,
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > td:first-child,
.card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > th:first-child,
.card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > td:first-child,
.card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > th:first-child,
.card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > td:first-child,
.card > .card-table:first-child > thead:first-child > tr:first-child > th:first-child,
.card > .card-table:first-child > thead:first-child > tr:first-child > td:first-child,
.card > .card-table:first-child > tbody:first-child > tr:first-child > th:first-child,
.card > .card-table:first-child > tbody:first-child > tr:first-child > td:first-child,
.card > .card-table:first-child > tfoot:first-child > tr:first-child > th:first-child,
.card > .card-table:first-child > tfoot:first-child > tr:first-child > td:first-child {
  border-top-left-radius: .5rem;
}

/* line 13732, vendor/assets/stylesheets/v2/css/theme.css */
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > th:last-child,
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > td:last-child,
.card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > th:last-child,
.card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > td:last-child,
.card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > th:last-child,
.card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > td:last-child,
.card > .card-table:first-child > thead:first-child > tr:first-child > th:last-child,
.card > .card-table:first-child > thead:first-child > tr:first-child > td:last-child,
.card > .card-table:first-child > tbody:first-child > tr:first-child > th:last-child,
.card > .card-table:first-child > tbody:first-child > tr:first-child > td:last-child,
.card > .card-table:first-child > tfoot:first-child > tr:first-child > th:last-child,
.card > .card-table:first-child > tfoot:first-child > tr:first-child > td:last-child {
  border-top-right-radius: .5rem;
}

/* line 13748, vendor/assets/stylesheets/v2/css/theme.css */
.card-avatar {
  display: block !important;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}

/* line 13757, vendor/assets/stylesheets/v2/css/theme.css */
.card-avatar-top {
  margin-top: -3rem;
}

/* line 13762, vendor/assets/stylesheets/v2/css/theme.css */
.card-avatar-top.avatar-xs {
  margin-top: -2.3125rem;
}

/* line 13767, vendor/assets/stylesheets/v2/css/theme.css */
.card-avatar-top.avatar-sm {
  margin-top: -2.75rem;
}

/* line 13772, vendor/assets/stylesheets/v2/css/theme.css */
.card-avatar-top.avatar-lg {
  margin-top: -3.5rem;
}

/* line 13777, vendor/assets/stylesheets/v2/css/theme.css */
.card-avatar-top.avatar-xl {
  margin-top: -4.0625rem;
}

/* line 13782, vendor/assets/stylesheets/v2/css/theme.css */
.card-avatar-top.avatar-xxl {
  margin-top: -5.5rem;
}

/* line 13787, vendor/assets/stylesheets/v2/css/theme.css */
.card-dropdown {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

/* line 13794, vendor/assets/stylesheets/v2/css/theme.css */
.card-inactive {
  border-style: dashed;
  border-color: #e3ebf6;
  background-color: transparent;
  box-shadow: none;
}

/* line 13802, vendor/assets/stylesheets/v2/css/theme.css */
.highlight {
  padding: 0;
}

/* line 13807, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch {
  min-height: 1.5rem;
}

/* line 13811, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch .custom-control-label::before {
  top: 0;
  height: 1.5rem;
  border-radius: .75rem;
}

/* line 13819, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch .custom-control-label::after {
  top: .1875rem;
  left: -3.3125rem !important;
  background-color: #fff;
}

/* line 13826, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.5rem);
  background-color: #fff;
}

/* line 13833, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-toggle:after {
  font-family: 'Feather';
  width: auto;
  height: auto;
  content: '\e92e';
  vertical-align: middle;
  border: none !important;
}

/* line 13846, vendor/assets/stylesheets/v2/css/theme.css */
.dropup > .dropdown-toggle:after {
  content: '\e931';
}

/* line 13851, vendor/assets/stylesheets/v2/css/theme.css */
.dropright > .dropdown-toggle:after {
  content: '\e930';
}

/* line 13856, vendor/assets/stylesheets/v2/css/theme.css */
.dropleft > .dropdown-toggle:after {
  content: '\e92f';
}

/* line 13861, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-item.dropdown-toggle {
  display: flex;
  justify-content: space-between;
}

/* line 13868, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu {
  -webkit-animation: dropdownMenu .15s;
          animation: dropdownMenu .15s;
}

@keyframes dropdownMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 13885, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-ellipses {
  font-size: 1.3rem;
  color: #6e84a3;
}

/* line 13891, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-ellipses::after {
  display: none;
}

/* line 13896, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu-card {
  min-width: 350px;
  padding-top: 0;
  padding-bottom: 0;
  border-color: rgba(18, 38, 63, 0.1);
  background-color: #fff;
}

/* line 13905, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu-card .card-header {
  min-height: 3.125rem;
}

/* line 13909, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu-card .card-body {
  overflow-y: auto;
  max-height: 350px;
}

/* line 13916, vendor/assets/stylesheets/v2/css/theme.css */
.form-text {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 13922, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-flush {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 13929, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-flush:focus {
  background-color: transparent;
}

/* line 13934, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-rounded {
  border-radius: 20rem;
}

/* line 13939, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge > .form-control {
  border-radius: .375rem;
}

/* line 13943, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge > .form-control:focus {
  box-shadow: none;
}

/* line 13947, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge > .form-control:focus ~ [class*='input-group'] > .input-group-text {
  border-color: #1356AE;
}

/* line 13952, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge > .form-control.is-valid ~ [class*='input-group'] > .input-group-text {
  border-color: #00d97e;
}

/* line 13957, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge > .form-control.is-invalid ~ [class*='input-group'] > .input-group-text {
  border-color: #e63757;
}

/* line 13962, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge > .form-control-prepended {
  padding-left: .375rem;
  border-left-width: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 13971, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge > .form-control-appended {
  padding-right: .375rem;
  border-right-width: 0;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 13980, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge > .input-group-prepend {
  order: -1;
}

/* line 13984, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-right-width: 0;
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 13995, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge > .input-group-append > .input-group-text {
  padding-left: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-left-width: 0;
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

/* line 14006, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-lg.input-group-merge > .form-control {
  border-radius: .5rem;
}

/* line 14011, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-lg.input-group-merge > .form-control-prepended {
  padding-left: .5rem;
}

/* line 14016, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-lg.input-group-merge > .form-control-appended {
  padding-right: .5rem;
}

/* line 14021, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-lg.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: .5rem;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

/* line 14029, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-lg.input-group-merge > .input-group-append > .input-group-text {
  padding-left: .5rem;
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

/* line 14037, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-sm.input-group-merge > .form-control {
  border-radius: .25rem;
}

/* line 14042, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-sm.input-group-merge > .form-control-prepended {
  padding-left: .25rem;
}

/* line 14047, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-sm.input-group-merge > .form-control-appended {
  padding-right: .25rem;
}

/* line 14052, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-sm.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: .25rem;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 14060, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-sm.input-group-merge > .input-group-append > .input-group-text {
  padding-left: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 14068, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-rounded.input-group-merge > .form-control {
  border-radius: 20rem;
}

/* line 14073, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-rounded.input-group-merge > .input-group-prepend > .input-group-text {
  border-top-left-radius: 20rem;
  border-bottom-left-radius: 20rem;
}

/* line 14079, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-rounded.input-group-merge > .input-group-append > .input-group-text {
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
}

/* line 14085, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-flush > .form-control {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 14093, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-flush > .input-group-prepend > .input-group-text,
.input-group-flush > .input-group-append > .input-group-text {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 14102, vendor/assets/stylesheets/v2/css/theme.css */
.jumbotron {
  padding: 1rem;
}

@media (min-width: 576px) {
  /* line 14108, vendor/assets/stylesheets/v2/css/theme.css */
  .jumbotron {
    padding: 2rem;
  }
}

/* line 14114, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-primary {
  color: #fff;
  background-color: #1356AE;
}

/* line 14119, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #fff;
  background-color: #1b6edc;
}

/* line 14125, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}

/* line 14132, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-secondary {
  color: #fff;
  background-color: #6e84a3;
}

/* line 14137, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #fff;
  background-color: #607797;
}

/* line 14143, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}

/* line 14150, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-success {
  color: #fff;
  background-color: #00d97e;
}

/* line 14155, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #fff;
  background-color: #00c06f;
}

/* line 14161, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}

/* line 14168, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-info {
  color: #fff;
  background-color: #39afd1;
}

/* line 14173, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #fff;
  background-color: #2da2c3;
}

/* line 14179, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}

/* line 14186, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-warning {
  color: #283e59;
  background-color: #f6c343;
}

/* line 14191, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #283e59;
  background-color: #f5bb2b;
}

/* line 14197, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  border-color: #283e59;
  background-color: #283e59;
}

/* line 14204, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-danger {
  color: #fff;
  background-color: #e63757;
}

/* line 14209, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #fff;
  background-color: #e32044;
}

/* line 14215, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}

/* line 14222, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-light {
  color: #283e59;
  background-color: #edf2f9;
}

/* line 14227, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #283e59;
  background-color: #dae4f3;
}

/* line 14233, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  border-color: #283e59;
  background-color: #283e59;
}

/* line 14240, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-dark {
  color: #fff;
  background-color: #12263f;
}

/* line 14245, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #fff;
  background-color: #0c1a2b;
}

/* line 14251, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}

/* line 14258, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-white {
  color: #283e59;
  background-color: #fff;
}

/* line 14263, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #283e59;
  background-color: #f2f2f2;
}

/* line 14269, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  border-color: #283e59;
  background-color: #283e59;
}

/* line 14276, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-lg .list-group-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 14282, vendor/assets/stylesheets/v2/css/theme.css */
.modal.fade .modal-dialog {
  transform: translate(0, -150px);
}

/* line 14287, vendor/assets/stylesheets/v2/css/theme.css */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 14292, vendor/assets/stylesheets/v2/css/theme.css */
.modal-header .close {
  margin: -1.5rem -1.5rem -1.5rem auto;
}

/* line 14297, vendor/assets/stylesheets/v2/css/theme.css */
.modal-dialog-vertical {
  max-width: 350px;
  height: 100%;
  margin: 0;
}

/* line 14303, vendor/assets/stylesheets/v2/css/theme.css */
.modal-dialog-vertical .modal-content {
  height: inherit;
  border-width: 0 1px 0 0;
  border-radius: 0;
}

/* line 14310, vendor/assets/stylesheets/v2/css/theme.css */
.modal-dialog-vertical .modal-header {
  border-radius: inherit;
}

/* line 14314, vendor/assets/stylesheets/v2/css/theme.css */
.modal-dialog-vertical .modal-body {
  overflow-y: auto;
  height: inherit;
}

/* line 14321, vendor/assets/stylesheets/v2/css/theme.css */
.modal.fade .modal-dialog-vertical {
  transform: translateX(-100%);
}

/* line 14326, vendor/assets/stylesheets/v2/css/theme.css */
.modal.show .modal-dialog-vertical {
  transform: translateX(0);
}

/* line 14331, vendor/assets/stylesheets/v2/css/theme.css */
.modal.fixed-right {
  padding-right: 0 !important;
}

/* line 14336, vendor/assets/stylesheets/v2/css/theme.css */
.modal.fixed-right .modal-dialog-vertical {
  margin-left: auto;
}

/* line 14341, vendor/assets/stylesheets/v2/css/theme.css */
.modal.fixed-right.fade .modal-dialog-vertical {
  transform: translateX(100%);
}

/* line 14346, vendor/assets/stylesheets/v2/css/theme.css */
.modal.fixed-right.show .modal-dialog-vertical {
  transform: translateX(0);
}

/* line 14351, vendor/assets/stylesheets/v2/css/theme.css */
.modal-card {
  margin-bottom: 0;
}

/* line 14355, vendor/assets/stylesheets/v2/css/theme.css */
.modal-card .card-body {
  overflow-y: auto;
  max-height: 350px;
}

/* line 14362, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-item {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* line 14368, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-link {
  padding: 1rem 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom: 1px solid transparent;
  border-left-width: 0;
}

/* line 14377, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-link:not(.active) {
  color: #3b506c;
}

/* line 14381, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-link:not(.active):hover {
  color: #6e84a3;
}

/* line 14386, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-item:first-child {
  margin-left: 0;
}

/* line 14391, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

/* line 14396, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
}

/* line 14401, vendor/assets/stylesheets/v2/css/theme.css */
.nav-overflow {
  display: flex;
  overflow-x: auto;
  padding-bottom: 1px;
  flex-wrap: nowrap;
}

/* line 14410, vendor/assets/stylesheets/v2/css/theme.css */
.nav-overflow::-webkit-scrollbar {
  display: none;
}

/* line 14415, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs-sm {
  font-size: .8125rem;
}

/* line 14419, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs-sm .nav-item {
  margin-right: .5rem;
  margin-left: .5rem;
}

/* line 14424, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs-sm .nav-link {
  padding-top: 1.15385rem;
  padding-bottom: 1.15385rem;
}

/* line 14430, vendor/assets/stylesheets/v2/css/theme.css */
.nav-sm .nav-link {
  font-size: .8125rem;
}

/* line 14435, vendor/assets/stylesheets/v2/css/theme.css */
.nav.btn-group .btn-white.active {
  color: #fff;
  border-color: #1356AE;
  background-color: #1356AE;
}

/* line 14442, vendor/assets/stylesheets/v2/css/theme.css */
.navbar {
  border-width: 0 0 1px 0;
  border-style: solid;
}

/* line 14448, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark {
  border: none;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #12263f;
}

/* line 14455, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-heading {
  color: rgba(255, 255, 255, 0.4);
}

/* line 14460, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-divider {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 14465, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-user {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 14470, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-user-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 14474, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-user-link:hover,
.navbar-dark .navbar-user-link:focus {
  color: #fff;
}

/* line 14480, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-brand {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* line 14485, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-collapse::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 14490, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light {
  border-color: #e3ebf6;
  background-color: #fff;
}

/* line 14496, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-heading {
  color: #869AB8;
}

/* line 14501, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-divider {
  border-color: #e3ebf6;
}

/* line 14506, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-user {
  border-top-color: #e3ebf6;
}

/* line 14511, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-user-link {
  color: #6e84a3;
}

/* line 14515, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-user-link:hover,
.navbar-light .navbar-user-link:focus {
  color: #12263f;
}

/* line 14521, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-brand {
  -webkit-filter: none;
          filter: none;
}

/* line 14526, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-collapse::before {
  border-top-color: #e3ebf6;
}

/* line 14531, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-brand {
  margin-right: 0;
}

/* line 14536, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-brand-img,
.navbar-brand > img {
  max-width: 100%;
  max-height: 1.5rem;
}

/* line 14543, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-collapse {
  margin-right: -1rem;
  margin-left: -1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 14550, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-collapse:before {
  display: block;
  margin: .75rem -1rem;
  content: '';
  border-top-width: 1px;
  border-top-style: solid;
}

/* line 14562, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav {
  margin-right: -1rem;
  margin-left: -1rem;
}

/* line 14568, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 14573, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .nav-link.active {
  position: relative;
}

/* line 14577, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .nav-link.active:before {
  position: absolute;
  top: .5rem;
  bottom: .5rem;
  left: 0;
  content: '';
  border-left: 2px solid #1356AE;
}

/* line 14589, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .nav-link > .fe {
  font-size: 1.0625rem;
  line-height: 1.40625rem;
  min-width: 1.75rem;
  padding-bottom: .125em;
}

/* line 14598, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .dropdown-menu {
  border: none;
}

/* line 14603, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .dropdown-menu .dropdown-menu {
  margin-left: .75rem;
}

/* line 14608, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs {
  padding-right: 0;
  padding-left: 0;
}

/* line 14613, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar > [class*='container'] {
  padding-right: 0;
  padding-left: 0;
}

/* line 14618, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar-collapse {
  flex-grow: inherit;
}

/* line 14622, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar-collapse:before {
  display: none;
}

/* line 14626, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar-nav {
  margin-right: 0;
  margin-left: 0;
}

/* line 14631, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar-nav .nav-link {
  padding: .625rem .5rem;
}

/* line 14635, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar-nav .nav-link.active {
  position: relative;
}

/* line 14639, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar-nav .nav-link.active:before {
  top: auto;
  right: .5rem;
  bottom: calc(-.75rem - 1px);
  left: .5rem;
  border-bottom: 1px solid #1356AE;
  border-left: 0;
}

/* line 14649, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar-nav .dropdown-menu {
  border: 1px solid rgba(18, 38, 63, 0.1);
}

/* line 14653, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar-nav .dropdown-menu .dropdown-menu {
  margin-left: 0;
}

@media (min-width: 576px) {
  /* line 14660, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 14665, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar > [class*='container'] {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 14670, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 14674, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-collapse:before {
    display: none;
  }
  /* line 14678, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 14683, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: .625rem .5rem;
  }
  /* line 14687, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 14691, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav .nav-link.active:before {
    top: auto;
    right: .5rem;
    bottom: calc(-.75rem - 1px);
    left: .5rem;
    border-bottom: 1px solid #1356AE;
    border-left: 0;
  }
  /* line 14701, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 14705, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 14713, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 14718, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar > [class*='container'] {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 14723, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 14727, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-collapse:before {
    display: none;
  }
  /* line 14731, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 14736, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding: .625rem .5rem;
  }
  /* line 14740, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 14744, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav .nav-link.active:before {
    top: auto;
    right: .5rem;
    bottom: calc(-.75rem - 1px);
    left: .5rem;
    border-bottom: 1px solid #1356AE;
    border-left: 0;
  }
  /* line 14754, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 14758, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 14766, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 14771, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar > [class*='container'] {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 14776, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 14780, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-collapse:before {
    display: none;
  }
  /* line 14784, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 14789, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: .625rem .5rem;
  }
  /* line 14793, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 14797, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav .nav-link.active:before {
    top: auto;
    right: .5rem;
    bottom: calc(-.75rem - 1px);
    left: .5rem;
    border-bottom: 1px solid #1356AE;
    border-left: 0;
  }
  /* line 14807, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 14811, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 14819, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 14824, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar > [class*='container'] {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 14829, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 14833, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-collapse:before {
    display: none;
  }
  /* line 14837, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 14842, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: .625rem .5rem;
  }
  /* line 14846, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 14850, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav .nav-link.active:before {
    top: auto;
    right: .5rem;
    bottom: calc(-.75rem - 1px);
    left: .5rem;
    border-bottom: 1px solid #1356AE;
    border-left: 0;
  }
  /* line 14860, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 14864, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

/* line 14870, vendor/assets/stylesheets/v2/css/theme.css */
.navbar[class*='fixed-'] {
  z-index: 1030;
}

/* line 14875, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-overflow {
  display: flex;
  overflow-x: auto;
  margin-bottom: -.75rem;
  flex-grow: 1;
  flex-basis: 0;
}

/* line 14885, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-overflow::-webkit-scrollbar {
  display: none;
}

/* line 14890, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-overflow .navbar-nav {
  flex-direction: row;
  margin-right: -.5rem;
  margin-left: -.5rem;
  flex-wrap: nowrap;
}

/* line 14900, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-overflow .navbar-nav .nav-link {
  padding-bottom: 1.25rem;
}

/* line 14904, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-overflow .navbar-nav .nav-link.active:before {
  bottom: 0;
}

/* line 14909, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-breadcrumb {
  padding: .5rem 0;
}

/* line 14914, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

/* line 14923, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-user .dropdown-toggle:after {
  display: none;
}

/* line 14928, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .nav-link > .fe {
  display: inline-block;
  min-width: 1.75rem;
}

/* line 14935, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical .navbar-nav .nav-link {
  display: flex;
  align-items: center;
}

/* line 14942, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical .navbar-nav .nav-link[data-toggle='collapse']:after {
  font-family: 'Feather';
  display: block;
  margin-left: auto;
  content: '\e92e';
  transition: transform .2s;
}

/* line 14954, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical .navbar-nav .nav-link[data-toggle='collapse'][aria-expanded='true']:after {
  transform: rotate(-180deg);
}

/* line 14959, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical .navbar-nav .nav .nav-link {
  padding-left: 2.75rem;
}

/* line 14964, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical .navbar-nav .nav .nav .nav-link {
  padding-left: 3.25rem;
}

/* line 14969, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical .navbar-heading {
  font-size: .625rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* line 14980, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs {
  position: fixed;
  top: 0;
  bottom: 0;
  display: block;
  overflow-y: auto;
  width: 100%;
  max-width: 250px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* line 14994, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs > [class*='container'] {
  flex-direction: column;
  min-height: 100%;
  padding-right: 0;
  padding-left: 0;
  align-items: stretch;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 15006, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xs > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}

/* line 15012, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs.fixed-left {
  left: 0;
  border-width: 0 1px 0 0;
}

/* line 15018, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs.fixed-right {
  right: 0;
  border-width: 0 0 0 1px;
}

/* line 15024, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-collapse {
  display: flex;
  flex-direction: column;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 1;
  align-items: stretch;
}

/* line 15037, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-collapse > * {
  min-width: 100%;
}

/* line 15041, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-nav {
  flex-direction: column;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

/* line 15048, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
  padding: .5rem 1.5rem;
}

/* line 15052, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link.active:before {
  top: .5rem;
  right: auto;
  bottom: .5rem;
  left: 0;
  border-bottom: 0;
  border-left: 2px solid #1356AE;
}

/* line 15062, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
  padding-left: 3.25rem;
}

/* line 15066, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
  padding-left: 4rem;
}

/* line 15070, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-brand {
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
}

/* line 15079, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-brand-img {
  max-height: 3rem;
}

/* line 15083, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-user {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: .75rem;
  padding-left: 1.5rem;
  border-top-width: 1px;
  border-top-style: solid;
}

/* line 15095, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-user .dropup .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  /* line 15104, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  /* line 15118, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm > [class*='container'] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}

@media all and (min-width: 576px) and (-ms-high-contrast: none), (min-width: 576px) and (-ms-high-contrast: active) {
  /* line 15131, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}

@media (min-width: 576px) {
  /* line 15140, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 15146, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 15152, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1;
    align-items: stretch;
  }
  /* line 15165, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 15169, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  /* line 15176, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
    padding: .5rem 1.5rem;
  }
  /* line 15180, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link.active:before {
    top: .5rem;
    right: auto;
    bottom: .5rem;
    left: 0;
    border-bottom: 0;
    border-left: 2px solid #1356AE;
  }
  /* line 15190, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 15194, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 15198, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-brand {
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
  }
  /* line 15207, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 15211, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-user {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 15223, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  /* line 15233, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  /* line 15247, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md > [class*='container'] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  /* line 15260, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}

@media (min-width: 768px) {
  /* line 15269, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 15275, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 15281, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1;
    align-items: stretch;
  }
  /* line 15294, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 15298, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  /* line 15305, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
    padding: .5rem 1.5rem;
  }
  /* line 15309, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before {
    top: .5rem;
    right: auto;
    bottom: .5rem;
    left: 0;
    border-bottom: 0;
    border-left: 2px solid #1356AE;
  }
  /* line 15319, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 15323, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 15327, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-brand {
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
  }
  /* line 15336, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 15340, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-user {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 15352, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  /* line 15362, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  /* line 15376, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg > [class*='container'] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  /* line 15389, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}

@media (min-width: 992px) {
  /* line 15398, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 15404, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 15410, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1;
    align-items: stretch;
  }
  /* line 15423, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 15427, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  /* line 15434, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
    padding: .5rem 1.5rem;
  }
  /* line 15438, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link.active:before {
    top: .5rem;
    right: auto;
    bottom: .5rem;
    left: 0;
    border-bottom: 0;
    border-left: 2px solid #1356AE;
  }
  /* line 15448, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 15452, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 15456, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-brand {
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
  }
  /* line 15465, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 15469, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-user {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 15481, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  /* line 15491, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  /* line 15505, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl > [class*='container'] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}

@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  /* line 15518, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}

@media (min-width: 1200px) {
  /* line 15527, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 15533, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 15539, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1;
    align-items: stretch;
  }
  /* line 15552, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 15556, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  /* line 15563, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
    padding: .5rem 1.5rem;
  }
  /* line 15567, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link.active:before {
    top: .5rem;
    right: auto;
    bottom: .5rem;
    left: 0;
    border-bottom: 0;
    border-left: 2px solid #1356AE;
  }
  /* line 15577, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 15581, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 15585, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-brand {
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
  }
  /* line 15594, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 15598, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-user {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 15610, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 15618, vendor/assets/stylesheets/v2/css/theme.css */
.popover {
  padding: .8rem .95rem;
}

/* line 15622, vendor/assets/stylesheets/v2/css/theme.css */
.popover:hover {
  display: block !important;
}

/* line 15627, vendor/assets/stylesheets/v2/css/theme.css */
.popover-header {
  margin-bottom: .25rem;
  border-bottom: 0;
}

/* line 15634, vendor/assets/stylesheets/v2/css/theme.css */
.popover-body-label {
  margin-left: .25rem;
}

/* line 15639, vendor/assets/stylesheets/v2/css/theme.css */
.popover-body-value {
  margin-left: .25rem;
}

/* line 15644, vendor/assets/stylesheets/v2/css/theme.css */
.popover-body-indicator {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
}

/* line 15654, vendor/assets/stylesheets/v2/css/theme.css */
.progress-bar:first-child {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}

/* line 15660, vendor/assets/stylesheets/v2/css/theme.css */
.progress-bar:last-child {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
}

/* line 15666, vendor/assets/stylesheets/v2/css/theme.css */
.progress-sm {
  height: .25rem;
}

/* line 15671, vendor/assets/stylesheets/v2/css/theme.css */
[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 15676, vendor/assets/stylesheets/v2/css/theme.css */
html {
  height: 100%;
}

/* line 15681, vendor/assets/stylesheets/v2/css/theme.css */
body {
  min-height: 100%;
}

/* line 15686, vendor/assets/stylesheets/v2/css/theme.css */
.table {
  vertical-align: middle;
}

/* line 15690, vendor/assets/stylesheets/v2/css/theme.css */
.table thead th {
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom-width: 1px;
  background-color: #f9fbfd;
}

/* line 15702, vendor/assets/stylesheets/v2/css/theme.css */
.table-sm {
  font-size: .8125rem;
}

/* line 15706, vendor/assets/stylesheets/v2/css/theme.css */
.table-sm thead th {
  font-size: .625rem;
}

/* line 15711, vendor/assets/stylesheets/v2/css/theme.css */
.table-nowrap th,
.table-nowrap td {
  white-space: nowrap;
}

/* line 15717, vendor/assets/stylesheets/v2/css/theme.css */
.table [data-sort]::after {
  margin-left: .25rem;
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%23869AB8'/></svg>");
}

/* line 15724, vendor/assets/stylesheets/v2/css/theme.css */
.table-checkbox {
  min-height: 0;
}

/* line 15729, vendor/assets/stylesheets/v2/css/theme.css */
.table-checkbox .custom-control-label::before,
.table-checkbox .custom-control-label::after {
  top: 50%;
  transform: translateY(-50%);
}

/* line 15737, vendor/assets/stylesheets/v2/css/theme.css */
.toast {
  position: fixed;
  z-index: 1030;
  right: 1rem;
  bottom: 1rem;
}

/* line 15745, vendor/assets/stylesheets/v2/css/theme.css */
h1,
.h1 {
  font-size: 1.5rem;
  margin-bottom: 1.125rem;
}

@media (min-width: 768px) {
  /* line 15754, vendor/assets/stylesheets/v2/css/theme.css */
  h1,
.h1 {
    font-size: 1.625rem;
  }
}

/* line 15761, vendor/assets/stylesheets/v2/css/theme.css */
h2,
.h2 {
  margin-bottom: 1.125rem;
}

/* line 15767, vendor/assets/stylesheets/v2/css/theme.css */
h3,
.h3 {
  margin-bottom: .84375rem;
}

/* line 15773, vendor/assets/stylesheets/v2/css/theme.css */
h4,
.h4 {
  margin-bottom: .5625rem;
}

/* line 15779, vendor/assets/stylesheets/v2/css/theme.css */
h5,
.h5 {
  margin-bottom: .5625rem;
}

/* line 15785, vendor/assets/stylesheets/v2/css/theme.css */
h6,
.h6 {
  margin-bottom: .5625rem;
}

/* line 15791, vendor/assets/stylesheets/v2/css/theme.css */
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}

/* line 15801, vendor/assets/stylesheets/v2/css/theme.css */
.display-1,
.display-2,
.display-3,
.display-4 {
  letter-spacing: -.02em;
}

/* line 15809, vendor/assets/stylesheets/v2/css/theme.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -.02em;
}

/* line 15819, vendor/assets/stylesheets/v2/css/theme.css */
h6.text-uppercase {
  letter-spacing: .08em;
}

/* line 15824, vendor/assets/stylesheets/v2/css/theme.css */
b,
strong {
  font-weight: 600;
}

/* line 15830, vendor/assets/stylesheets/v2/css/theme.css */
a:focus,
button:focus {
  outline: none !important;
}

@font-face {
  font-family: 'Cerebri Sans';
  font-weight: 400;
  font-style: normal;
  src: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-regular-c08bb55844a11c5c892d68e746d5a641a8f182fd8f74e8e2d11a0b519063133a.eot);
  src: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-regular-c08bb55844a11c5c892d68e746d5a641a8f182fd8f74e8e2d11a0b519063133a.eot?#iefix) format("embedded-opentype"), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-regular-fed9f43bdf29fa49fa2d14b2cbbe3008f1f62d89c7ed44c5a95265985f99fcd1.woff) format("woff"), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-regular-3d834618c61c2d441787d247ef02d80a905d54354a7d38015582d580679bca4e.ttf) format("truetype");
}

@font-face {
  font-family: 'Cerebri Sans';
  font-weight: 500;
  font-style: normal;
  src: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-medium-b338dbe144136efe29f9f531c73f9c113d4b175e295dbe7db7e2e4661d4f558f.eot);
  src: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-medium-b338dbe144136efe29f9f531c73f9c113d4b175e295dbe7db7e2e4661d4f558f.eot?#iefix) format("embedded-opentype"), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-medium-0893943df269af7f6ecf38b10b6349984474571128028b2cadd35b676ab82d8b.woff) format("woff"), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-medium-d4393fce96d506dfbe1343c709728889744c27d0cd5a31a790490140f161d60f.ttf) format("truetype");
}

@font-face {
  font-family: 'Cerebri Sans';
  font-weight: 600;
  font-style: normal;
  src: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-semibold-bb4c0101959ef4cbd07371dbda2b84f09c5d0b9ab97a6bc017800fe6746b97d0.eot);
  src: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-semibold-bb4c0101959ef4cbd07371dbda2b84f09c5d0b9ab97a6bc017800fe6746b97d0.eot?#iefix) format("embedded-opentype"), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-semibold-5d421bfe7b435835e0537c69ab285c760743e99955a88fbb7c4abace28b77a7d.woff) format("woff"), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-semibold-2b1f88cc21d4a93602cdb42c43a2d5c5170f7ee3c53564025f95b277068145cc.ttf) format("truetype");
}

/* line 15866, vendor/assets/stylesheets/v2/css/theme.css */
.bg-fixed-bottom {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom;
  background-size: 100% auto;
}

/* line 15874, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical ~ .main-content.bg-fixed-bottom {
  background-size: 100%;
}

@media (min-width: 768px) {
  /* line 15880, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical ~ .main-content.bg-fixed-bottom {
    background-size: calc(100% - 250px);
  }
}

/* line 15886, vendor/assets/stylesheets/v2/css/theme.css */
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 15893, vendor/assets/stylesheets/v2/css/theme.css */
.bg-auth {
  background-color: #fff;
}

/* line 15898, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-primary {
  background-color: transparent !important;
  background-image: radial-gradient(#1356AE, #1356AE 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 15907, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-secondary {
  background-color: transparent !important;
  background-image: radial-gradient(#6e84a3, #6e84a3 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 15916, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-success {
  background-color: transparent !important;
  background-image: radial-gradient(#00d97e, #00d97e 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 15925, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-info {
  background-color: transparent !important;
  background-image: radial-gradient(#39afd1, #39afd1 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 15934, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-warning {
  background-color: transparent !important;
  background-image: radial-gradient(#f6c343, #f6c343 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 15943, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-danger {
  background-color: transparent !important;
  background-image: radial-gradient(#e63757, #e63757 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 15952, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-light {
  background-color: transparent !important;
  background-image: radial-gradient(#edf2f9, #edf2f9 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 15961, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-dark {
  background-color: transparent !important;
  background-image: radial-gradient(#12263f, #12263f 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 15970, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-white {
  background-color: transparent !important;
  background-image: radial-gradient(#fff, #fff 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 15979, vendor/assets/stylesheets/v2/css/theme.css */
.bg-vibrant {
  background-image: linear-gradient(to bottom right, rgba(18, 111, 235, 0.9), rgba(114, 3, 225, 0.9)), url(https://office-cdn-production-eu-west-1.wayleadr.com/../img//covers/sidebar-cover.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
}

@media (max-width: 767.98px) {
  /* line 15988, vendor/assets/stylesheets/v2/css/theme.css */
  .bg-vibrant {
    background-attachment: fixed, fixed;
  }
}

/* line 15994, vendor/assets/stylesheets/v2/css/theme.css */
.bg-hero {
  background-image: linear-gradient(to bottom, rgba(18, 38, 63, 0.85), rgba(18, 38, 63, 0.85)), url(https://office-cdn-production-eu-west-1.wayleadr.com/../img//covers/header-cover.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
}

/* line 16002, vendor/assets/stylesheets/v2/css/theme.css */
.border-2 {
  border-width: 2px !important;
}

/* line 16007, vendor/assets/stylesheets/v2/css/theme.css */
.border-top-2 {
  border-top-width: 2px !important;
}

/* line 16012, vendor/assets/stylesheets/v2/css/theme.css */
.border-right-2 {
  border-right-width: 2px !important;
}

/* line 16017, vendor/assets/stylesheets/v2/css/theme.css */
.border-bottom-2 {
  border-bottom-width: 2px !important;
}

/* line 16022, vendor/assets/stylesheets/v2/css/theme.css */
.border-left-2 {
  border-left-width: 2px !important;
}

/* line 16027, vendor/assets/stylesheets/v2/css/theme.css */
.border-3 {
  border-width: 3px !important;
}

/* line 16032, vendor/assets/stylesheets/v2/css/theme.css */
.border-top-3 {
  border-top-width: 3px !important;
}

/* line 16037, vendor/assets/stylesheets/v2/css/theme.css */
.border-right-3 {
  border-right-width: 3px !important;
}

/* line 16042, vendor/assets/stylesheets/v2/css/theme.css */
.border-bottom-3 {
  border-bottom-width: 3px !important;
}

/* line 16047, vendor/assets/stylesheets/v2/css/theme.css */
.border-left-3 {
  border-left-width: 3px !important;
}

/* line 16052, vendor/assets/stylesheets/v2/css/theme.css */
.border-4 {
  border-width: 4px !important;
}

/* line 16057, vendor/assets/stylesheets/v2/css/theme.css */
.border-top-4 {
  border-top-width: 4px !important;
}

/* line 16062, vendor/assets/stylesheets/v2/css/theme.css */
.border-right-4 {
  border-right-width: 4px !important;
}

/* line 16067, vendor/assets/stylesheets/v2/css/theme.css */
.border-bottom-4 {
  border-bottom-width: 4px !important;
}

/* line 16072, vendor/assets/stylesheets/v2/css/theme.css */
.border-left-4 {
  border-left-width: 4px !important;
}

/* line 16077, vendor/assets/stylesheets/v2/css/theme.css */
.border-5 {
  border-width: 5px !important;
}

/* line 16082, vendor/assets/stylesheets/v2/css/theme.css */
.border-top-5 {
  border-top-width: 5px !important;
}

/* line 16087, vendor/assets/stylesheets/v2/css/theme.css */
.border-right-5 {
  border-right-width: 5px !important;
}

/* line 16092, vendor/assets/stylesheets/v2/css/theme.css */
.border-bottom-5 {
  border-bottom-width: 5px !important;
}

/* line 16097, vendor/assets/stylesheets/v2/css/theme.css */
.border-left-5 {
  border-left-width: 5px !important;
}

/* line 16102, vendor/assets/stylesheets/v2/css/theme.css */
.border-body {
  border-color: #f9fbfd !important;
}

/* line 16107, vendor/assets/stylesheets/v2/css/theme.css */
.border-card {
  border-color: #fff !important;
}

/* line 16112, vendor/assets/stylesheets/v2/css/theme.css */
.vw-100 {
  width: 100vw !important;
}

/* line 16117, vendor/assets/stylesheets/v2/css/theme.css */
.vh-100 {
  height: 100vh !important;
}

/* line 16122, vendor/assets/stylesheets/v2/css/theme.css */
.avatar {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

/* line 16133, vendor/assets/stylesheets/v2/css/theme.css */
.avatar:after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  background-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-status-7b8b7789e3cf853d7803148f12212fb983ddcec131c397a733bcb8f316e3dbe7.svg), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-f44e3c8d66c07105b7bba27ec3635f7eb7554b549eec483bee16b30b33c03cb9.svg), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-a3854288a46c254a19f4743856ea5251e7f2c40e8e1ebce6b15b114583cb3253.svg), url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-last-9d819fe31ff43497df858dafa0a7b22197ab578ddb540f857b9fa88500feb1e6.svg);
}

/* line 16145, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 16154, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-title {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #132A46;
  align-items: center;
  justify-content: center;
}

/* line 16168, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-online::before,
.avatar-offline::before {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 20%;
  height: 20%;
  content: '';
  border-radius: 50%;
}

/* line 16183, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-online .avatar-img,
.avatar-offline .avatar-img {
  -webkit-mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-status-7b8b7789e3cf853d7803148f12212fb983ddcec131c397a733bcb8f316e3dbe7.svg);
  mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-status-7b8b7789e3cf853d7803148f12212fb983ddcec131c397a733bcb8f316e3dbe7.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* line 16192, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-online::before {
  background-color: #00d97e;
}

/* line 16197, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-offline::before {
  background-color: #b1c2d9;
}

/* line 16202, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-xs {
  font-size: .54167rem;
  width: 1.625rem;
  height: 1.625rem;
}

/* line 16210, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-sm {
  font-size: .83333rem;
  width: 2.5rem;
  height: 2.5rem;
}

/* line 16218, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-lg {
  font-size: 1.33333rem;
  width: 4rem;
  height: 4rem;
}

/* line 16226, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-xl {
  font-size: 1.70833rem;
  width: 5.125rem;
  height: 5.125rem;
}

/* line 16234, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-xxl {
  font-size: 1.70833rem;
  width: 5.125rem;
  height: 5.125rem;
}

@media (min-width: 768px) {
  /* line 16243, vendor/assets/stylesheets/v2/css/theme.css */
  .avatar-xxl {
    font-size: 2.66667rem;
    width: 8rem;
    height: 8rem;
  }
}

/* line 16252, vendor/assets/stylesheets/v2/css/theme.css */
.avatar.avatar-4by3 {
  width: 4rem;
}

/* line 16257, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-xs.avatar-4by3 {
  width: 2.16667rem;
}

/* line 16262, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-sm.avatar-4by3 {
  width: 3.33333rem;
}

/* line 16267, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-lg.avatar-4by3 {
  width: 5.33333rem;
}

/* line 16272, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-xl.avatar-4by3 {
  width: 6.83333rem;
}

/* line 16277, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-xxl.avatar-4by3 {
  width: 10.66667rem;
}

/* line 16282, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group {
  display: inline-flex;
}

/* line 16286, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar + .avatar {
  margin-left: -.75rem;
}

/* line 16290, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -.40625rem;
}

/* line 16294, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -.625rem;
}

/* line 16298, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1rem;
}

/* line 16302, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.28125rem;
}

/* line 16306, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar-xxl + .avatar-xxl {
  margin-left: -2rem;
}

/* line 16310, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar:not(:last-child) {
  -webkit-mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-f44e3c8d66c07105b7bba27ec3635f7eb7554b549eec483bee16b30b33c03cb9.svg);
  mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-f44e3c8d66c07105b7bba27ec3635f7eb7554b549eec483bee16b30b33c03cb9.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* line 16317, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar:hover {
  z-index: 1;
  -webkit-mask-image: none;
  mask-image: none;
}

/* line 16324, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar:hover + .avatar {
  -webkit-mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-a3854288a46c254a19f4743856ea5251e7f2c40e8e1ebce6b15b114583cb3253.svg);
  mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-a3854288a46c254a19f4743856ea5251e7f2c40e8e1ebce6b15b114583cb3253.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* line 16331, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar:hover + .avatar:last-child {
  -webkit-mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-last-9d819fe31ff43497df858dafa0a7b22197ab578ddb540f857b9fa88500feb1e6.svg);
  mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-last-9d819fe31ff43497df858dafa0a7b22197ab578ddb540f857b9fa88500feb1e6.svg);
}

/* line 16337, vendor/assets/stylesheets/v2/css/theme.css */
.chart {
  position: relative;
  height: 300px;
}

/* line 16344, vendor/assets/stylesheets/v2/css/theme.css */
.chart.chart-appended {
  height: calc(300px - 3.71875rem);
}

/* line 16349, vendor/assets/stylesheets/v2/css/theme.css */
.chart-sm {
  height: 225px;
}

/* line 16354, vendor/assets/stylesheets/v2/css/theme.css */
.chart-sm.chart-appended {
  height: calc(225px - 3.71875rem);
}

/* line 16359, vendor/assets/stylesheets/v2/css/theme.css */
.chart-legend {
  font-size: .8125rem;
  display: flex;
  margin-top: 2.5rem;
  text-align: center;
  color: #869AB8;
  justify-content: center;
}

/* line 16374, vendor/assets/stylesheets/v2/css/theme.css */
.chart-legend-item {
  display: inline-flex;
  align-items: center;
}

/* line 16380, vendor/assets/stylesheets/v2/css/theme.css */
.chart-legend-item + .chart-legend-item {
  margin-left: 1rem;
}

/* line 16385, vendor/assets/stylesheets/v2/css/theme.css */
.chart-legend-indicator {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin-right: .375rem;
  border-radius: 50%;
}

/* line 16396, vendor/assets/stylesheets/v2/css/theme.css */
#chart-tooltip {
  z-index: 0;
}

/* line 16401, vendor/assets/stylesheets/v2/css/theme.css */
#chart-tooltip .arrow {
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateX(-0.5rem);
}

/* line 16409, vendor/assets/stylesheets/v2/css/theme.css */
.comment {
  margin-bottom: 1rem;
}

/* line 16414, vendor/assets/stylesheets/v2/css/theme.css */
.comment-body {
  display: inline-block;
  padding: 1rem 1.25rem;
  border-radius: .375rem;
  background-color: #f9fbfd;
}

/* line 16424, vendor/assets/stylesheets/v2/css/theme.css */
.comment-time {
  font-size: .625rem;
  display: block;
  margin-bottom: .5625rem;
  color: #869AB8;
}

/* line 16435, vendor/assets/stylesheets/v2/css/theme.css */
.comment-text {
  font-size: .8125rem;
}

/* line 16440, vendor/assets/stylesheets/v2/css/theme.css */
.comment-text:last-child {
  margin-bottom: 0;
}

/* line 16445, vendor/assets/stylesheets/v2/css/theme.css */
.header {
  margin-bottom: 2rem;
}

/* line 16450, vendor/assets/stylesheets/v2/css/theme.css */
.header-img-top {
  width: 100%;
  height: auto;
}

/* line 16456, vendor/assets/stylesheets/v2/css/theme.css */
.header-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e3ebf6;
}

/* line 16464, vendor/assets/stylesheets/v2/css/theme.css */
.header.bg-dark .header-body,
.header.bg-hero .header-body {
  border-bottom-color: rgba(227, 235, 246, 0.1);
}

/* line 16470, vendor/assets/stylesheets/v2/css/theme.css */
.header-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 16476, vendor/assets/stylesheets/v2/css/theme.css */
.header-pretitle {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #869AB8;
}

/* line 16484, vendor/assets/stylesheets/v2/css/theme.css */
.header-title {
  margin-bottom: 0;
}

/* line 16489, vendor/assets/stylesheets/v2/css/theme.css */
.header-subtitle {
  margin-top: .375rem;
  margin-bottom: 0;
  color: #869AB8;
}

/* line 16497, vendor/assets/stylesheets/v2/css/theme.css */
.header-tabs {
  margin-bottom: -1.5rem;
  border-bottom-width: 0;
}

/* line 16503, vendor/assets/stylesheets/v2/css/theme.css */
.header-tabs .nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 16509, vendor/assets/stylesheets/v2/css/theme.css */
.icon {
  display: inline-block;
}

/* line 16513, vendor/assets/stylesheets/v2/css/theme.css */
.icon.active {
  position: relative;
}

/* line 16517, vendor/assets/stylesheets/v2/css/theme.css */
.icon.active:after {
  position: absolute;
  top: 10%;
  right: 30%;
  width: 20%;
  height: 20%;
  content: '';
  border-radius: 50%;
  background-color: #1356AE;
}

/* line 16531, vendor/assets/stylesheets/v2/css/theme.css */
.icon.active .fe {
  font-size: 1.0625rem;
  display: block;
  min-width: 1.5em;
  min-height: 1.5em;
  -webkit-mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/icon-status-14991e089becf38088e2022fa2db4ab728be7a0065211bfcbfb6e7670bb7d2d6.svg);
  mask-image: url(https://office-cdn-production-eu-west-1.wayleadr.com/assets/v2/masks/icon-status-14991e089becf38088e2022fa2db4ab728be7a0065211bfcbfb6e7670bb7d2d6.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* line 16546, vendor/assets/stylesheets/v2/css/theme.css */
.fe {
  line-height: inherit;
}

@media (min-width: 768px) {
  /* line 16553, vendor/assets/stylesheets/v2/css/theme.css */
  .main-content .container-fluid, .main-content .container-sm, .main-content .container-md, .main-content .container-lg, .main-content .container-xl {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
}

/* line 16560, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs.fixed-left:not([style*='display: none']) ~ .main-content {
  margin-left: 250px;
}

/* line 16565, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs.fixed-right:not([style*='display: none']) ~ .main-content {
  margin-right: 250px;
}

@media (min-width: 576px) {
  /* line 16572, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm.fixed-left:not([style*='display: none']) ~ .main-content {
    margin-left: 250px;
  }
  /* line 16576, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm.fixed-right:not([style*='display: none']) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 768px) {
  /* line 16584, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md.fixed-left:not([style*='display: none']) ~ .main-content {
    margin-left: 250px;
  }
  /* line 16588, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md.fixed-right:not([style*='display: none']) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 992px) {
  /* line 16596, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg.fixed-left:not([style*='display: none']) ~ .main-content {
    margin-left: 250px;
  }
  /* line 16600, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg.fixed-right:not([style*='display: none']) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 1200px) {
  /* line 16608, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl.fixed-left:not([style*='display: none']) ~ .main-content {
    margin-left: 250px;
  }
  /* line 16612, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl.fixed-right:not([style*='display: none']) ~ .main-content {
    margin-right: 250px;
  }
}

/* line 16618, vendor/assets/stylesheets/v2/css/theme.css */
.dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 16626, vendor/assets/stylesheets/v2/css/theme.css */
.dz-message {
  z-index: 999;
  padding: 5rem 1rem;
  cursor: pointer;
  transition: all .2s ease-in-out;
  text-align: center;
  color: #869AB8;
  border: 1px dashed #d2ddec;
  border-radius: .375rem;
  background-color: #fff;
  order: -1;
}

/* line 16643, vendor/assets/stylesheets/v2/css/theme.css */
.dz-message:hover {
  color: #12263f;
  border-color: #869AB8;
}

/* line 16649, vendor/assets/stylesheets/v2/css/theme.css */
.dz-drag-hover .dz-message {
  color: #1356AE;
  border-color: #1356AE;
}

/* line 16655, vendor/assets/stylesheets/v2/css/theme.css */
.dropzone-multiple .dz-message {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 16661, vendor/assets/stylesheets/v2/css/theme.css */
.dropzone-single.dz-max-files-reached .dz-message {
  opacity: 0;
  color: white;
  background-color: rgba(18, 38, 63, 0.9);
}

/* line 16667, vendor/assets/stylesheets/v2/css/theme.css */
.dropzone-single.dz-max-files-reached .dz-message:hover {
  opacity: 1;
}

/* line 16672, vendor/assets/stylesheets/v2/css/theme.css */
.dz-preview-single {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: .375rem;
}

/* line 16683, vendor/assets/stylesheets/v2/css/theme.css */
.dz-preview-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: .375rem;
}

/* line 16694, vendor/assets/stylesheets/v2/css/theme.css */
.dz-preview-img {
  width: 100%;
  height: 100%;
  border-radius: .375rem;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 16705, vendor/assets/stylesheets/v2/css/theme.css */
.dz-preview-multiple .list-group-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 16712, vendor/assets/stylesheets/v2/css/theme.css */
[data-dz-size] strong {
  font-weight: 400;
}

/* line 16717, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar {
  color: #12263f;
  border: 1px solid #d2ddec;
  background-color: #fff;
  box-shadow: none;
}

/* line 16724, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar * {
  color: inherit !important;
  fill: currentColor !important;
}

/* line 16730, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #d2ddec;
}

/* line 16734, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 16738, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-months {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

/* line 16743, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-next-month {
  top: .625rem;
}

/* line 16748, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-current-month {
  font-size: 115%;
}

/* line 16752, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-day {
  border-radius: .375rem;
}

/* line 16756, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-day:hover {
  border-color: #d2ddec;
  background-color: #edf2f9;
}

/* line 16761, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-day.prevMonthDay {
  color: #869AB8 !important;
}

/* line 16765, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-day.today {
  border-color: #e3ebf6;
}

/* line 16769, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-day.selected {
  color: #fff !important;
  border-color: #1356AE;
  background-color: #1356AE;
}

/* line 16775, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-day.inRange {
  border: none;
  border-radius: 0;
  background-color: #edf2f9;
  box-shadow: -5px 0 0 #edf2f9, 5px 0 0 #edf2f9;
}

/* line 16783, vendor/assets/stylesheets/v2/css/theme.css */
.ql-container {
  font-family: 'Cerebri Sans', sans-serif;
}

/* line 16788, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar {
  position: relative;
  padding: .5rem .75rem;
  color: #12263f;
  border: 1px solid #d2ddec;
  border-radius: .375rem .375rem 0 0;
  background-color: #fff;
}

/* line 16800, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar + .ql-container {
  margin-top: -1px;
}

/* line 16805, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar + .ql-container .ql-editor {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 16811, vendor/assets/stylesheets/v2/css/theme.css */
.ql-editor {
  font-size: .9375rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  min-height: 5.625rem;
  padding: .5rem .75rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #12263f;
  border: 1px solid #d2ddec;
  border-radius: .375rem;
  background-color: #fff;
  background-clip: padding-box;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 16832, vendor/assets/stylesheets/v2/css/theme.css */
  .ql-editor {
    transition: none;
  }
}

/* line 16837, vendor/assets/stylesheets/v2/css/theme.css */
.ql-editor::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 16842, vendor/assets/stylesheets/v2/css/theme.css */
.ql-editor:focus {
  color: #12263f;
  border-color: #1356AE;
  outline: 0;
  background-color: #fff;
  box-shadow: transparent;
}

/* line 16851, vendor/assets/stylesheets/v2/css/theme.css */
.ql-hidden {
  position: absolute;
  transform: scale(0);
}

/* line 16858, vendor/assets/stylesheets/v2/css/theme.css */
.ql-editor.ql-blank::before {
  font-style: normal;
  top: .5rem;
  left: .75rem;
  color: #b1c2d9;
}

/* line 16868, vendor/assets/stylesheets/v2/css/theme.css */
.ql-editor:focus::before {
  display: none;
}

/* line 16873, vendor/assets/stylesheets/v2/css/theme.css */
.ql-formats {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 16878, vendor/assets/stylesheets/v2/css/theme.css */
.ql-formats:first-child {
  padding-left: 0;
}

/* line 16882, vendor/assets/stylesheets/v2/css/theme.css */
.ql-formats:last-child {
  padding-right: 0;
}

/* line 16887, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar button {
  padding: 0 .25rem;
  cursor: pointer;
  transition: all .2s ease-in-out;
  color: #12263f;
  border: none;
  background: none;
}

/* line 16898, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar button:hover {
  color: #1356AE;
}

/* line 16902, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar button:first-child {
  margin-left: -.25rem;
}

/* line 16907, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar .ql-active {
  color: #1356AE;
}

/* line 16912, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar button svg {
  width: 1.0625rem;
  height: 1.0625rem;
}

/* line 16918, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar .ql-stroke {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* line 16927, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar .ql-thin {
  stroke-width: 1;
}

/* line 16932, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar .ql-fill {
  fill: currentColor;
}

/* line 16937, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar input.ql-image {
  position: absolute;
  transform: scale(0);
}

/* line 16944, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip {
  position: absolute;
  display: flex;
  width: 18.5rem;
  margin-top: .6rem;
  padding: .5rem .75rem;
  border: 1px solid rgba(18, 38, 63, 0.2);
  border-radius: .5rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(18, 38, 63, 0.03);
  flex-wrap: nowrap;
}

/* line 16961, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip:before,
.ql-tooltip:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: '';
  transform: translateX(-50%);
}

/* line 16971, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip:before {
  border-right: .6rem solid transparent;
  border-bottom: 0.6rem solid rgba(18, 38, 63, 0.2);
  border-left: .6rem solid transparent;
}

/* line 16977, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip:after {
  border-right: .5rem solid transparent;
  border-bottom: .5rem solid #fff;
  border-left: .5rem solid transparent;
}

/* line 16984, vendor/assets/stylesheets/v2/css/theme.css */
.ql-container .ql-tooltip:hover {
  display: flex !important;
}

/* line 16989, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-preview {
  font-size: .8125rem;
  line-height: 1.75;
  width: 100%;
  padding: .125rem .5rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: .25rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17003, vendor/assets/stylesheets/v2/css/theme.css */
  .ql-tooltip .ql-preview {
    transition: none;
  }
}

/* line 17009, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip.ql-editing .ql-preview {
  display: none;
}

/* line 17014, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip input {
  font-size: .8125rem;
  line-height: 1.75;
  display: none;
  width: 100%;
  padding-top: calc(.125rem + 1px);
  padding-bottom: calc(.125rem + 1px);
  color: #12263f;
  border: none;
  background-color: transparent;
}

/* line 17029, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip input:focus {
  outline: none;
}

/* line 17034, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip.ql-editing input {
  display: block;
}

/* line 17039, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action,
.ql-tooltip .ql-remove {
  margin-left: .25rem;
}

/* line 17045, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.75;
  display: inline-block;
  padding: .125rem .5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: .25rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17071, vendor/assets/stylesheets/v2/css/theme.css */
  .ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
    transition: none;
  }
}

/* line 17077, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before:hover,
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-remove::before:hover,
.ql-tooltip .ql-remove::before:focus {
  text-decoration: none;
}

/* line 17084, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-action.focus::before,
.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove.focus::before {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.25);
}

/* line 17093, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before,
.ql-tooltip.ql-editing .ql-action::before {
  color: #fff;
  border-color: #1356AE;
  background-color: #1356AE;
}

/* line 17100, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before:hover,
.ql-tooltip.ql-editing .ql-action::before:hover {
  color: #fff;
  border-color: #1862c6;
  background-color: #1a68d1;
}

/* line 17107, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-action.focus::before,
.ql-tooltip.ql-editing .ql-action::before:focus,
.ql-tooltip.ql-editing .ql-action.focus::before {
  box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5);
}

/* line 17114, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action.disabled::before,
.ql-tooltip .ql-action::before:disabled,
.ql-tooltip.ql-editing .ql-action.disabled::before,
.ql-tooltip.ql-editing .ql-action::before:disabled {
  color: #fff;
  border-color: #1356AE;
  background-color: #1356AE;
}

/* line 17123, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled),
.show > .ql-tooltip .ql-action.dropdown-toggle::before,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip.ql-editing .ql-action.active::before:not(:disabled):not(.disabled),
.show > .ql-tooltip.ql-editing .ql-action.dropdown-toggle::before {
  color: #fff;
  border-color: #175dba;
  background-color: #1862c6;
}

/* line 17134, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled):focus,
.show > .ql-tooltip .ql-action.dropdown-toggle::before:focus,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip.ql-editing .ql-action.active::before:not(:disabled):not(.disabled):focus,
.show > .ql-tooltip.ql-editing .ql-action.dropdown-toggle::before:focus {
  box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5);
}

/* line 17144, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before {
  content: 'Edit';
}

/* line 17149, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip.ql-editing .ql-action::before {
  content: 'Save';
}

/* line 17154, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-remove::before {
  content: 'Remove';
  color: #283e59;
  border-color: #fff;
  border-color: #e3ebf6;
  background-color: #fff;
}

/* line 17163, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-remove::before:hover {
  color: #283e59;
  border-color: #e6e6e6;
  background-color: #ececec;
}

/* line 17169, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove.focus::before {
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 17174, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-remove.disabled::before,
.ql-tooltip .ql-remove::before:disabled {
  color: #283e59;
  border-color: #fff;
  background-color: #fff;
}

/* line 17181, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active,
.ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled),
.show > .ql-tooltip .ql-remove.dropdown-toggle::before {
  color: #283e59;
  border-color: #dfdfdf;
  background-color: #e6e6e6;
}

/* line 17189, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled):focus,
.show > .ql-tooltip .ql-remove.dropdown-toggle::before:focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 17196, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip.ql-editing .ql-remove::before {
  display: none;
}

/* line 17201, vendor/assets/stylesheets/v2/css/theme.css */
.ql-editor blockquote {
  font-size: 1.17188rem;
  margin-bottom: 1.5rem;
}

/* line 17208, vendor/assets/stylesheets/v2/css/theme.css */
.ql-editor img {
  max-width: 100%;
  height: auto;
}

/* line 17214, vendor/assets/stylesheets/v2/css/theme.css */
.select2-selection__arrow {
  display: none;
}

/* line 17219, vendor/assets/stylesheets/v2/css/theme.css */
.select2.select2-container {
  width: 100% !important;
}

/* line 17224, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: .9375rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: calc(2.40625rem + 2px);
  padding: .5rem .75rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #12263f;
  border: 1px solid #d2ddec;
  border-radius: .375rem;
  background-color: #fff;
  background-clip: padding-box;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17248, vendor/assets/stylesheets/v2/css/theme.css */
  .select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    transition: none;
  }
}

/* line 17256, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container .select2-selection--single::-ms-expand,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 17264, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: #12263f;
  border-color: #1356AE;
  outline: 0;
  background-color: #fff;
  box-shadow: transparent;
}

/* line 17275, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container .select2-selection--single::-ms-input-placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-input-placeholder,
.select2-container--default .select2-selection--multiple::-ms-input-placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
  opacity: 1;
  color: #b1c2d9;
}

/* line 17283, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container .select2-selection--single::-moz-placeholder, .select2-container--default.select2-container--focus .select2-selection--multiple::-moz-placeholder, .select2-container--default .select2-selection--multiple::-moz-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
  opacity: 1;
  color: #b1c2d9;
}
.select2-container .select2-selection--single:-ms-input-placeholder, .select2-container--default.select2-container--focus .select2-selection--multiple:-ms-input-placeholder, .select2-container--default .select2-selection--multiple:-ms-input-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
  opacity: 1;
  color: #b1c2d9;
}
.select2-container .select2-selection--single::-ms-input-placeholder, .select2-container--default.select2-container--focus .select2-selection--multiple::-ms-input-placeholder, .select2-container--default .select2-selection--multiple::-ms-input-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
  opacity: 1;
  color: #b1c2d9;
}
.select2-container .select2-selection--single::placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::placeholder,
.select2-container--default .select2-selection--multiple::placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  opacity: 1;
  color: #b1c2d9;
}

/* line 17291, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container .select2-selection--single:disabled,
.select2-container .select2-selection--single[readonly],
.select2-container--default.select2-container--focus .select2-selection--multiple:disabled,
.select2-container--default.select2-container--focus .select2-selection--multiple[readonly],
.select2-container--default .select2-selection--multiple:disabled,
.select2-container--default .select2-selection--multiple[readonly],
.select2-container--default .select2-search--dropdown .select2-search__field:disabled,
.select2-container--default .select2-search--dropdown .select2-search__field[readonly] {
  opacity: 1;
  background-color: #fff;
}

/* line 17304, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  overflow: inherit;
  padding: 0;
  white-space: inherit;
  text-overflow: inherit;
}

/* line 17314, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  color: inherit;
}

/* line 17321, vendor/assets/stylesheets/v2/css/theme.css */
.select2-dropdown {
  padding: .5rem 0;
  border: 1px solid rgba(18, 38, 63, 0.1);
  border-radius: .375rem;
  background-color: #fff;
}

/* line 17330, vendor/assets/stylesheets/v2/css/theme.css */
.select2-results__option {
  padding: .375rem .75rem;
  color: #6e84a3;
  background-color: transparent;
}

/* line 17337, vendor/assets/stylesheets/v2/css/theme.css */
.select2-results__option:hover {
  color: #12263f;
}

/* line 17342, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected='true'] {
  color: #12263f;
  background-color: transparent;
}

/* line 17349, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #869AB8;
}

/* line 17354, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  height: auto;
  min-height: calc(2.40625rem + 2px);
}

/* line 17361, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  margin: 0 0 -.25rem -.25rem;
  padding: 0;
}

/* line 17369, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: .8125rem;
  line-height: 1.40625rem;
  display: inline-flex;
  margin: 0 0 .25rem .25rem;
  padding: 0 .5rem;
  color: #12263f;
  border: none;
  border-radius: .25rem;
  background-color: #edf2f9;
}

/* line 17385, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: .5rem;
  color: #869AB8;
  order: 2;
}

/* line 17393, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #12263f;
}

/* line 17398, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container .select2-search--inline {
  display: none;
}

/* line 17403, vendor/assets/stylesheets/v2/css/theme.css */
.select2-selection[aria-expanded='true'] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 17409, vendor/assets/stylesheets/v2/css/theme.css */
.select2-search--dropdown {
  padding: .375rem .75rem;
}

/* line 17414, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: .8125rem;
  line-height: 1.75;
  height: calc(1.67188rem + 2px);
  padding: .125rem .5rem;
  border-radius: .25rem;
}

/* line 17425, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-sm + .select2-container .select2-selection--single,
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  font-size: .8125rem;
  line-height: 1.75;
  height: calc(1.67188rem + 2px);
  padding: .125rem .5rem;
  border-radius: .25rem;
}

/* line 17438, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.67188rem + 2px);
}

/* line 17444, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-sm + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.42188rem;
}

/* line 17449, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-lg + .select2-container .select2-selection--single,
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  font-size: 1.0625rem;
  line-height: 1.5;
  height: calc(2.59375rem + 2px);
  padding: .5rem 1rem;
  border-radius: .5rem;
}

/* line 17462, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  min-height: calc(2.59375rem + 2px);
}

/* line 17468, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-lg + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.59375rem;
}

/* line 1, app/assets/stylesheets/v2/general.sass */
.btn.btn-google-connect {
  background: white;
  transition: all 0.5s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.04);
}

/* line 5, app/assets/stylesheets/v2/general.sass */
.btn.btn-google-connect:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/v2/general.sass */
.btn.btn-google-connect img {
  height: 20px;
  width: 20px;
}

/* line 11, app/assets/stylesheets/v2/general.sass */
span.or {
  color: #869AB8;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: -14px;
  margin-bottom: 20px;
}

/* line 18, app/assets/stylesheets/v2/general.sass */
span.or span {
  font-style: italic;
  background: #F9FBFD;
  padding: 0 20px;
}

/* line 23, app/assets/stylesheets/v2/general.sass */
.iti {
  width: 100%;
}

/* line 26, app/assets/stylesheets/v2/general.sass */
#language-change-floaty {
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 0px;
  border-top-right-radius: 5px;
  background: white;
  border-top: 1px solid #E1E5E9;
  border-right: 1px solid #E1E5E9;
}

/* line 36, app/assets/stylesheets/v2/general.sass */
.navbar-light .navbar-nav .nav-link {
  color: var(--gray-dark);
}

/* line 39, app/assets/stylesheets/v2/general.sass */
.header-pretitle {
  color: var(--gray-dark);
}

/* line 42, app/assets/stylesheets/v2/general.sass */
.badge-soft-success, .badge-soft-info, .badge-soft-danger, .badge-soft-warning {
  color: var(--dark);
}

/* line 45, app/assets/stylesheets/v2/general.sass */
.btn-primary {
  background-color: #0f4aa5;
  border-color: #0f4aa5;
}

/* line 48, app/assets/stylesheets/v2/general.sass */
.btn-primary:hover {
  background-color: #1862c6;
  border-color: #1862c6;
}

/* line 51, app/assets/stylesheets/v2/general.sass */
.btn-outline-primary {
  color: #0f4aa5;
  border-color: #0f4aa5;
}

/* line 54, app/assets/stylesheets/v2/general.sass */
.btn-outline-primary:hover {
  color: #1862c6;
  border-color: #1862c6;
}

/* line 58, app/assets/stylesheets/v2/general.sass */
.btn-secondary {
  background-color: #495A74;
  border-color: #495A74;
}

/* line 61, app/assets/stylesheets/v2/general.sass */
.btn-secondary:hover {
  background-color: #566b88;
  border-color: #566b88;
}

/* line 65, app/assets/stylesheets/v2/general.sass */
.badge-success-darker {
  background-color: #96E1C0;
  color: #484848;
}

/* line 69, app/assets/stylesheets/v2/general.sass */
.badge-success-light {
  background-color: #CBF4E2;
  color: #484848;
}

/* line 1, app/assets/stylesheets/v2/dashboard.sass */
.header-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  width: 100%;
}

/* line 7, app/assets/stylesheets/v2/dashboard.sass */
#vehicles_list .badge, #zones_list .badge {
  font-size: 12px;
}

/* line 9, app/assets/stylesheets/v2/dashboard.sass */
#vehicles_list .show_for_default, #zones_list .show_for_default {
  display: none;
}

/* line 12, app/assets/stylesheets/v2/dashboard.sass */
#vehicles_list tr.default .show_for_default, #zones_list tr.default .show_for_default {
  display: block;
}

/* line 14, app/assets/stylesheets/v2/dashboard.sass */
#vehicles_list tr.default .hide_for_default, #zones_list tr.default .hide_for_default {
  display: none;
}

/* line 18, app/assets/stylesheets/v2/dashboard.sass */
#groups_list .show_for_default {
  display: none;
}

/* line 20, app/assets/stylesheets/v2/dashboard.sass */
#groups_list .default-flag-btn {
  display: none;
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/v2/dashboard.sass */
  body.analytics.data_export .form-group {
    margin-bottom: 0px;
  }
}

/* line 29, app/assets/stylesheets/v2/dashboard.sass */
.dz-button {
  border: none;
  border-radius: 4px;
  background: transparent;
  color: #2B354F;
}

/* line 35, app/assets/stylesheets/v2/dashboard.sass */
.pulsating-circle {
  background: #00d97e;
  border-radius: 50%;
  margin: 10px;
  height: 10px;
  width: 10px;
  box-shadow: 0 0 0 0 #00d90c;
  transform: scale(1);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 217, 12, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 217, 12, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 217, 12, 0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 217, 12, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 217, 12, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 217, 12, 0);
  }
}

/* line 60, app/assets/stylesheets/v2/dashboard.sass */
.zone-card .pricing-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}

@media only screen and (min-width: 600px) {
  /* line 60, app/assets/stylesheets/v2/dashboard.sass */
  .zone-card .pricing-wrapper {
    justify-content: end;
    margin-top: 0;
  }
  /* line 67, app/assets/stylesheets/v2/dashboard.sass */
  .zone-card .pricing-wrapper .pricing-list {
    max-width: 140px;
    justify-content: end;
  }
}

/* line 71, app/assets/stylesheets/v2/dashboard.sass */
.zone-card .pricing-wrapper .pricing-list {
  display: flex;
  line-height: 1;
  gap: 4px;
}

/* line 2, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}

/* line 6, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  margin-bottom: 5px;
  text-align: center;
  color: #999;
}

/* line 11, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #c1eeda;
  top: 45px;
  left: 50%;
  margin-top: -45px;
  margin-left: -15px;
  border-radius: 50%;
}

/* line 22, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #71D8AB;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

/* line 31, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 5px;
  box-shadow: none;
  margin: 10px 0;
  background: #DFE3E8;
}

/* line 38, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #c1eeda;
  height: 5px;
}

/* line 43, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

/* line 45, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

/* line 47, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.active:first-child > .progress > .progress-bar {
  width: 0%;
}

/* line 49, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.active:last-child > .progress > .progress-bar {
  width: 100%;
}

/* line 51, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #DFE3E8;
}

/* line 53, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

/* line 56, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {
  background-color: #d7effd;
}

/* line 58, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {
  background: #76C9F8;
}

/* line 60, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  background: #c1eeda;
  background: linear-gradient(to right, #c1eeda 0%, #d7effd 100%);
}

/* line 66, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

/* line 69, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

/* line 71, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

/* line 5, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  border: 0px solid #F0F1F2;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  background-color: white;
}

/* line 18, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar thead tr th {
  text-align: center;
  text-transform: uppercase;
}

/* line 25, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar tr {
  border-collapse: collapse;
}

/* line 29, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid #F0F1F2;
  border-collapse: collapse;
  border-left: 0px solid #F0F1F2;
  border-right: 0px solid #F0F1F2;
  border-top: 0px none #333333;
  box-sizing: border-box;
  text-align: left;
}

/* line 40, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border: 1px solid #ddd;
  border-top-color: #F0F1F2;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #F0F1F2;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #F0F1F2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #F0F1F2;
  border-left-style: solid;
  border-left-width: 1px;
}

/* line 59, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar td a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

/* line 67, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar td:first-child {
  border-left: 1px solid transparent;
  padding-left: 6px !important;
}

/* line 72, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .day {
  height: 100px;
}

/* line 76, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .day.start-date {
  border: 3px solid #007aff;
}

/* line 80, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .wday-0 {
  background: #fbfbfb;
}

/* line 88, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .wday-6 {
  background: #fbfbfb;
}

/* line 92, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .today {
  background: #F9FBFD;
}

/* line 95, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .today .calendar-day {
  font-weight: bold;
}

/* line 100, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .booking-box {
  text-align: center;
}

/* line 102, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .booking-box .booking-count {
  font-size: 26px;
}

/* line 113, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .prev-month, .simple-calendar .prev-month .text-primary {
  color: #F0F1F2 !important;
}

/* line 116, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .next-month, .simple-calendar .next-month .text-primary {
  color: #F0F1F2 !important;
}

@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

/* line 270, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

/* line 273, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}

/* line 276, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

/* line 284, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

/* line 290, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

/* line 296, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

/* line 304, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 312, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

/* line 320, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

/* line 326, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 334, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/* line 340, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

/* line 347, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}

/* line 354, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

/* line 358, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

/* line 363, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

/* line 367, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  box-shadow: 0 0 0.625em #d9d9d9;
}

/* line 378, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}

/* line 383, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

/* line 391, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

/* line 396, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

/* line 402, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}

/* line 407, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

/* line 413, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon::before {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 422, vendor/assets/stylesheets/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-icon::before {
    font-size: 0.25em;
  }
}

/* line 426, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 430, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

/* line 434, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

/* line 437, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

/* line 440, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  height: auto;
  margin: 0 0.3125em;
}

/* line 445, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

/* line 450, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

/* line 453, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

/* line 456, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 464, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

/* line 473, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

/* line 480, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 484, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

/* line 490, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

/* line 493, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

/* line 498, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

/* line 503, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}

/* line 507, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}

/* line 511, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

/* line 515, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

/* line 669, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

/* line 672, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-height-auto {
  height: auto !important;
}

/* line 675, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent;
}

/* line 683, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* line 686, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 692, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

/* line 696, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

/* line 700, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 706, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* line 712, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* line 718, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 724, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

/* line 728, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

/* line 733, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
}

/* line 754, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-top {
  align-items: flex-start;
}

/* line 758, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 764, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

/* line 770, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-center {
  align-items: center;
}

/* line 774, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

/* line 780, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

/* line 786, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-bottom {
  align-items: flex-end;
}

/* line 790, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

/* line 796, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

/* line 802, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}

/* line 805, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

/* line 814, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

/* line 823, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

/* line 830, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

/* line 834, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

/* line 838, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

/* line 842, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

/* line 851, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 855, vendor/assets/stylesheets/sweetalert2.css */
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

/* line 859, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-fade {
  transition: background-color 0.1s;
}

/* line 863, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 867, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

/* line 885, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup:focus {
  outline: none;
}

/* line 888, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

/* line 892, vendor/assets/stylesheets/sweetalert2.css */
.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 902, vendor/assets/stylesheets/sweetalert2.css */
.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

/* line 915, vendor/assets/stylesheets/sweetalert2.css */
.swal2-actions {
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}

/* line 925, vendor/assets/stylesheets/sweetalert2.css */
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

/* line 928, vendor/assets/stylesheets/sweetalert2.css */
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

/* line 932, vendor/assets/stylesheets/sweetalert2.css */
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

/* line 936, vendor/assets/stylesheets/sweetalert2.css */
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 955, vendor/assets/stylesheets/sweetalert2.css */
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

/* line 959, vendor/assets/stylesheets/sweetalert2.css */
.swal2-actions.swal2-loading .swal2-confirm:not(.swal2-styled)::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

/* line 973, vendor/assets/stylesheets/sweetalert2.css */
.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}

/* line 979, vendor/assets/stylesheets/sweetalert2.css */
.swal2-styled:not([disabled]) {
  cursor: pointer;
}

/* line 982, vendor/assets/stylesheets/sweetalert2.css */
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

/* line 990, vendor/assets/stylesheets/sweetalert2.css */
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

/* line 998, vendor/assets/stylesheets/sweetalert2.css */
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

/* line 1002, vendor/assets/stylesheets/sweetalert2.css */
.swal2-styled::-moz-focus-inner {
  border: 0;
}

/* line 1006, vendor/assets/stylesheets/sweetalert2.css */
.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

/* line 1016, vendor/assets/stylesheets/sweetalert2.css */
.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

/* line 1021, vendor/assets/stylesheets/sweetalert2.css */
.swal2-close {
  position: absolute;
  z-index: 2;
  /* 1617 */
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}

/* line 1045, vendor/assets/stylesheets/sweetalert2.css */
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}

/* line 1052, vendor/assets/stylesheets/sweetalert2.css */
> .swal2-input,
> .swal2-file,
> .swal2-textarea,
> .swal2-select,
> .swal2-radio,
> .swal2-checkbox {
  display: none;
}

/* line 1061, vendor/assets/stylesheets/sweetalert2.css */
.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

/* line 1075, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

/* line 1084, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}

/* line 1098, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

/* line 1104, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}

/* line 1111, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input::-webkit-input-placeholder,
.swal2-file::-webkit-input-placeholder,
.swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 1116, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input::-moz-placeholder,
.swal2-file::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

/* line 1121, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input:-ms-input-placeholder,
.swal2-file:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

/* line 1126, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input::-ms-input-placeholder,
.swal2-file::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}

/* line 1131, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}
.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}
.swal2-input::-ms-input-placeholder, .swal2-file::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

/* line 1137, vendor/assets/stylesheets/sweetalert2.css */
.swal2-range {
  margin: 1em auto;
  background: inherit;
}

/* line 1141, vendor/assets/stylesheets/sweetalert2.css */
.swal2-range input {
  width: 80%;
}

/* line 1144, vendor/assets/stylesheets/sweetalert2.css */
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

/* line 1150, vendor/assets/stylesheets/sweetalert2.css */
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

/* line 1158, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

/* line 1162, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input[type=number] {
  max-width: 10em;
}

/* line 1166, vendor/assets/stylesheets/sweetalert2.css */
.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

/* line 1171, vendor/assets/stylesheets/sweetalert2.css */
.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

/* line 1176, vendor/assets/stylesheets/sweetalert2.css */
.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

/* line 1185, vendor/assets/stylesheets/sweetalert2.css */
.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: inherit;
  color: inherit;
}

/* line 1194, vendor/assets/stylesheets/sweetalert2.css */
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

/* line 1199, vendor/assets/stylesheets/sweetalert2.css */
.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

/* line 1204, vendor/assets/stylesheets/sweetalert2.css */
.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}

/* line 1217, vendor/assets/stylesheets/sweetalert2.css */
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  zoom: normal;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

@supports (-ms-accelerator: true) {
  /* line 1234, vendor/assets/stylesheets/sweetalert2.css */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 1237, vendor/assets/stylesheets/sweetalert2.css */
  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 1242, vendor/assets/stylesheets/sweetalert2.css */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 1245, vendor/assets/stylesheets/sweetalert2.css */
  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix() {
  /* line 1250, vendor/assets/stylesheets/sweetalert2.css */
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

/* line 1254, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  zoom: normal;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1273, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon::before {
  display: flex;
  align-items: center;
  height: 92%;
  font-size: 3.75em;
}

/* line 1281, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error {
  border-color: #f27474;
}

/* line 1284, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

/* line 1289, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

/* line 1298, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

/* line 1303, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

/* line 1308, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

/* line 1312, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-warning::before {
  content: "!";
}

/* line 1315, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

/* line 1319, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-info::before {
  content: "i";
}

/* line 1322, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

/* line 1326, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-question::before {
  content: "?";
}

/* line 1329, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
  content: "؟";
}

/* line 1332, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

/* line 1335, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 1343, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

/* line 1352, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

/* line 1361, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

/* line 1372, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

/* line 1382, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

/* line 1390, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  transform: rotate(45deg);
}

/* line 1397, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

/* line 1405, vendor/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

/* line 1413, vendor/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

/* line 1417, vendor/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

/* line 1427, vendor/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}

/* line 1430, vendor/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

/* line 1434, vendor/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

/* line 1437, vendor/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

/* line 1445, vendor/assets/stylesheets/sweetalert2.css */
[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

/* line 1449, vendor/assets/stylesheets/sweetalert2.css */
.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

/* line 1453, vendor/assets/stylesheets/sweetalert2.css */
.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

/* line 1458, vendor/assets/stylesheets/sweetalert2.css */
.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

/* line 1462, vendor/assets/stylesheets/sweetalert2.css */
.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

/* line 1467, vendor/assets/stylesheets/sweetalert2.css */
.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

/* line 1472, vendor/assets/stylesheets/sweetalert2.css */
.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

/* line 1476, vendor/assets/stylesheets/sweetalert2.css */
.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

/* line 1480, vendor/assets/stylesheets/sweetalert2.css */
.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

/* line 1485, vendor/assets/stylesheets/sweetalert2.css */
.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

/* line 1489, vendor/assets/stylesheets/sweetalert2.css */
.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media print {
  /* line 1516, vendor/assets/stylesheets/sweetalert2.css */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  /* line 1519, vendor/assets/stylesheets/sweetalert2.css */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  /* line 1522, vendor/assets/stylesheets/sweetalert2.css */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

/* line 1, app/assets/stylesheets/v2/stripe.sass */
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
}

/* line 12, app/assets/stylesheets/v2/stripe.sass */
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

/* line 15, app/assets/stylesheets/v2/stripe.sass */
.StripeElement--invalid {
  border-color: #fa755a;
}

/* line 18, app/assets/stylesheets/v2/stripe.sass */
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* line 1, app/assets/stylesheets/v2/terms_and_conditions.sass */
#modal-cover-div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background-color: gray;
  opacity: 0.3;
}

/* line 11, app/assets/stylesheets/v2/terms_and_conditions.sass */
#modal-content-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 20, app/assets/stylesheets/v2/terms_and_conditions.sass */
#modal-content-container:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

/* line 26, app/assets/stylesheets/v2/terms_and_conditions.sass */
#terms-and-conditions-form {
  display: inline-block;
  padding: 20px;
  width: 400px;
  border: 1px solid #ccc;
  border-radius: 5px;
  vertical-align: middle;
  background: white;
}

/* line 4, app/assets/stylesheets/v2/modals.sass */
div.swal2-container.swal2-center.swal2-fade.swal2-shown div div.swal2-actions button.swal2-styled {
  border-radius: 5px;
  padding: 0.3em 1em;
}

/* line 1, app/assets/stylesheets/v2/waypooling.sass */
button[aria-expanded=true] .fe-chevron-down {
  display: none;
}

/* line 4, app/assets/stylesheets/v2/waypooling.sass */
button[aria-expanded=false] .fe-chevron-up {
  display: none;
}

/* line 2, app/assets/stylesheets/landing/self_onboarding.sass */
#booking_preferences_area .popover {
  max-width: 100%;
}

/* line 2, app/assets/stylesheets/v2/wayleadr_go.sass */
#react-root .form-control[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}
