/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@bfl/components/theming/main.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@import url(https://static.bkw.ch/bf-icon-font/2.x.x/style.css);
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/leaflet/dist/leaflet.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url('layers.png');
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.png');
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url('marker-icon.png');
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */
	
@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/leaflet-search/dist/leaflet-search.src.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/* 
 * Leaflet Control Search v3.0.5 - 2022-11-24 
 * 
 * Copyright 2022 Stefano Cudini 
 * stefano.cudini@gmail.com 
 * https://opengeo.tech/ 
 * 
 * Licensed under the MIT license. 
 * 
 * Demo: 
 * https://opengeo.tech/maps/leaflet-search/ 
 * 
 * Source: 
 * git@github.com:stefanocudini/leaflet-search.git 
 * 
 */
 
.leaflet-container .leaflet-control-search {
	position:relative;
	float:left;
	background:#fff;
	color:#1978cf;
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index:1000;	
	margin-left: 10px;
	margin-top: 10px;
}
.leaflet-control-search.search-exp {/*expanded*/
	background: #fff;
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;	
}
.leaflet-control-search .search-input {
	display:block;
	float:left;
	background: #fff;
	border:1px solid #666;
	border-radius:2px;
	height:22px;
	padding:0 20px 0 2px;
	margin:4px 0 4px 4px;
}
.leaflet-control-search.search-load .search-input {
	background: url('loader.gif') no-repeat center right #fff;
}
.leaflet-control-search.search-load .search-cancel {
	visibility:hidden;
}
.leaflet-control-search .search-cancel {
	display:block;
	width:22px;
	height:22px;
	position:absolute;
	right:28px;
	margin:6px 0;
	background: url('search-icon.png') no-repeat 0 -46px;
	text-decoration:none;
	filter: alpha(opacity=80);
	opacity: 0.8;		
}
.leaflet-control-search .search-cancel:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.leaflet-control-search .search-cancel span {
	display:none;/* comment for cancel button imageless */
	font-size:18px;
	line-height:20px;
	color:#ccc;
	font-weight:bold;
}
.leaflet-control-search .search-cancel:hover span {
	color:#aaa;
}
.leaflet-control-search .search-button {
	display:block;
	float:left;
	width:30px;
	height:30px;	
	background: url('search-icon.png') no-repeat 4px 4px #fff;
	border-radius:4px;
}
.leaflet-control-search .search-button:hover {
	background: url('search-icon.png') no-repeat 4px -20px #fafafa;
}
.leaflet-control-search .search-tooltip {
	position:absolute;
	top:100%;
	left:0;
	float:left;
	list-style: none;
	padding-left: 0;
	min-width:120px;
	max-height:122px;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
	background-color: rgba(0, 0, 0, 0.25);
	z-index:1010;
	overflow-y:auto;
	overflow-x:hidden;
	cursor: pointer;
}
.leaflet-control-search .search-tip {
	margin:2px;
	padding:2px 4px;
	display:block;
	color:black;
	background: #eee;
	border-radius:.25em;
	text-decoration:none;	
	white-space:nowrap;
	vertical-align:center;
}
.leaflet-control-search .search-button:hover {
	background-color: #f4f4f4;
}
.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover {
	background-color: #fff;
}
.leaflet-control-search .search-alert {
	cursor:pointer;
	clear:both;
	font-size:.75em;
	margin-bottom:5px;
	padding:0 .25em;
	color:#e00;
	font-weight:bold;
	border-radius:.25em;
}



/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@angular/cdk/overlay-prebuilt.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@bfl/components/theming/main.css?ngGlobalStyle (1) ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/*
* Default Margin/Paddings for Content Elements, etc.
*
* Generates classes like margin-bottom, padding-left, padding-left-half, padding-left-2, or padding-top-bottom-4 which
* result in margins or paddings in the described direction(s) with amount of described factor times the $bfc-default-spacing.
*/
.bfc-flex-show {
  display: block;
}

.bfc-flex-hide {
  display: none;
}

.bfc-flex-fill {
  margin: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.bfc-flex-layout-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 899px) {
  .bfc-flex-hide-lt-md {
    display: none;
  }
}
@media (min-width: 900px) {
  .bfc-flex-hide-gt-sm {
    display: none;
  }
}
@media (min-width: 900px) {
  .bfc-flex-basis-80-gt-sm {
    flex-basis: 80%;
  }
  .bfc-flex-basis-20-gt-sm {
    flex-basis: 20%;
  }
}
@media (max-width: 899px) {
  .bfc-hide-lt-md {
    display: none;
  }
}

@media (max-width: 599px) {
  .bfc-hide-lt-sm {
    display: none;
  }
}

@media (min-width: 600px) {
  .bfc-hide-gt-xs {
    display: none;
  }
}

@media (min-width: 900px) {
  .bfc-hide-gt-sm {
    display: none;
  }
}

.bfc-margin-left-0\.25, .bfc-margin-left-right-0\.25, .bfc-margin-0\.25 {
  margin-left: calc(var(--bfc-default-spacing) * 0.25);
}

.bfc-margin-right-0\.25, .bfc-margin-left-right-0\.25, .bfc-margin-0\.25 {
  margin-right: calc(var(--bfc-default-spacing) * 0.25);
}

.bfc-margin-top-0\.25, .bfc-margin-top-bottom-0\.25, .bfc-margin-0\.25 {
  margin-top: calc(var(--bfc-default-spacing) * 0.25);
}

.bfc-margin-bottom-0\.25, .bfc-margin-top-bottom-0\.25, .bfc-margin-0\.25 {
  margin-bottom: calc(var(--bfc-default-spacing) * 0.25);
}

.bfc-padding-left-0\.25, .bfc-padding-left-right-0\.25, .bfc-padding-0\.25 {
  padding-left: calc(var(--bfc-default-spacing) * 0.25);
}

.bfc-padding-right-0\.25, .bfc-padding-left-right-0\.25, .bfc-padding-0\.25 {
  padding-right: calc(var(--bfc-default-spacing) * 0.25);
}

.bfc-padding-top-0\.25, .bfc-padding-top-bottom-0\.25, .bfc-padding-0\.25 {
  padding-top: calc(var(--bfc-default-spacing) * 0.25);
}

.bfc-padding-bottom-0\.25, .bfc-padding-top-bottom-0\.25, .bfc-padding-0\.25 {
  padding-bottom: calc(var(--bfc-default-spacing) * 0.25);
}

.bfc-space-x-0\.25 > *:not(:first-child) {
  margin-left: calc(var(--bfc-default-spacing) * 0.25);
}

.bfc-space-y-0\.25 > *:not(:first-child) {
  margin-top: calc(var(--bfc-default-spacing) * 0.25);
}

.bfc-margin-left-0\.5, .bfc-margin-left-right-0\.5, .bfc-margin-0\.5 {
  margin-left: calc(var(--bfc-default-spacing) * 0.5);
}

.bfc-margin-right-0\.5, .bfc-margin-left-right-0\.5, .bfc-margin-0\.5 {
  margin-right: calc(var(--bfc-default-spacing) * 0.5);
}

.bfc-margin-top-0\.5, .bfc-margin-top-bottom-0\.5, .bfc-margin-0\.5 {
  margin-top: calc(var(--bfc-default-spacing) * 0.5);
}

.bfc-margin-bottom-0\.5, .bfc-margin-top-bottom-0\.5, .bfc-margin-0\.5 {
  margin-bottom: calc(var(--bfc-default-spacing) * 0.5);
}

.bfc-padding-left-0\.5, .bfc-padding-left-right-0\.5, .bfc-padding-0\.5 {
  padding-left: calc(var(--bfc-default-spacing) * 0.5);
}

.bfc-padding-right-0\.5, .bfc-padding-left-right-0\.5, .bfc-padding-0\.5 {
  padding-right: calc(var(--bfc-default-spacing) * 0.5);
}

.bfc-padding-top-0\.5, .bfc-padding-top-bottom-0\.5, .bfc-padding-0\.5 {
  padding-top: calc(var(--bfc-default-spacing) * 0.5);
}

.bfc-padding-bottom-0\.5, .bfc-padding-top-bottom-0\.5, .bfc-padding-0\.5 {
  padding-bottom: calc(var(--bfc-default-spacing) * 0.5);
}

.bfc-space-x-0\.5 > *:not(:first-child) {
  margin-left: calc(var(--bfc-default-spacing) * 0.5);
}

.bfc-space-y-0\.5 > *:not(:first-child) {
  margin-top: calc(var(--bfc-default-spacing) * 0.5);
}

.bfc-margin-left-0\.75, .bfc-margin-left-right-0\.75, .bfc-margin-0\.75 {
  margin-left: calc(var(--bfc-default-spacing) * 0.75);
}

.bfc-margin-right-0\.75, .bfc-margin-left-right-0\.75, .bfc-margin-0\.75 {
  margin-right: calc(var(--bfc-default-spacing) * 0.75);
}

.bfc-margin-top-0\.75, .bfc-margin-top-bottom-0\.75, .bfc-margin-0\.75 {
  margin-top: calc(var(--bfc-default-spacing) * 0.75);
}

.bfc-margin-bottom-0\.75, .bfc-margin-top-bottom-0\.75, .bfc-margin-0\.75 {
  margin-bottom: calc(var(--bfc-default-spacing) * 0.75);
}

.bfc-padding-left-0\.75, .bfc-padding-left-right-0\.75, .bfc-padding-0\.75 {
  padding-left: calc(var(--bfc-default-spacing) * 0.75);
}

.bfc-padding-right-0\.75, .bfc-padding-left-right-0\.75, .bfc-padding-0\.75 {
  padding-right: calc(var(--bfc-default-spacing) * 0.75);
}

.bfc-padding-top-0\.75, .bfc-padding-top-bottom-0\.75, .bfc-padding-0\.75 {
  padding-top: calc(var(--bfc-default-spacing) * 0.75);
}

.bfc-padding-bottom-0\.75, .bfc-padding-top-bottom-0\.75, .bfc-padding-0\.75 {
  padding-bottom: calc(var(--bfc-default-spacing) * 0.75);
}

.bfc-space-x-0\.75 > *:not(:first-child) {
  margin-left: calc(var(--bfc-default-spacing) * 0.75);
}

.bfc-space-y-0\.75 > *:not(:first-child) {
  margin-top: calc(var(--bfc-default-spacing) * 0.75);
}

.bfc-margin-left, .bfc-margin-left-right, .bfc-margin {
  margin-left: calc(var(--bfc-default-spacing) * 1);
}

.bfc-margin-right, .bfc-margin-left-right, .bfc-margin {
  margin-right: calc(var(--bfc-default-spacing) * 1);
}

.bfc-margin-top, .bfc-margin-top-bottom, .bfc-margin {
  margin-top: calc(var(--bfc-default-spacing) * 1);
}

.bfc-margin-bottom, .bfc-margin-top-bottom, .bfc-margin {
  margin-bottom: calc(var(--bfc-default-spacing) * 1);
}

.bfc-padding-left, .bfc-padding-left-right, .bfc-padding {
  padding-left: calc(var(--bfc-default-spacing) * 1);
}

.bfc-padding-right, .bfc-padding-left-right, .bfc-padding {
  padding-right: calc(var(--bfc-default-spacing) * 1);
}

.bfc-padding-top, .bfc-padding-top-bottom, .bfc-padding {
  padding-top: calc(var(--bfc-default-spacing) * 1);
}

.bfc-padding-bottom, .bfc-padding-top-bottom, .bfc-padding {
  padding-bottom: calc(var(--bfc-default-spacing) * 1);
}

.bfc-space-x > *:not(:first-child) {
  margin-left: calc(var(--bfc-default-spacing) * 1);
}

.bfc-space-y > *:not(:first-child) {
  margin-top: calc(var(--bfc-default-spacing) * 1);
}

.bfc-margin-left-1\.5, .bfc-margin-left-right-1\.5, .bfc-margin-1\.5 {
  margin-left: calc(var(--bfc-default-spacing) * 1.5);
}

.bfc-margin-right-1\.5, .bfc-margin-left-right-1\.5, .bfc-margin-1\.5 {
  margin-right: calc(var(--bfc-default-spacing) * 1.5);
}

.bfc-margin-top-1\.5, .bfc-margin-top-bottom-1\.5, .bfc-margin-1\.5 {
  margin-top: calc(var(--bfc-default-spacing) * 1.5);
}

.bfc-margin-bottom-1\.5, .bfc-margin-top-bottom-1\.5, .bfc-margin-1\.5 {
  margin-bottom: calc(var(--bfc-default-spacing) * 1.5);
}

.bfc-padding-left-1\.5, .bfc-padding-left-right-1\.5, .bfc-padding-1\.5 {
  padding-left: calc(var(--bfc-default-spacing) * 1.5);
}

.bfc-padding-right-1\.5, .bfc-padding-left-right-1\.5, .bfc-padding-1\.5 {
  padding-right: calc(var(--bfc-default-spacing) * 1.5);
}

.bfc-padding-top-1\.5, .bfc-padding-top-bottom-1\.5, .bfc-padding-1\.5 {
  padding-top: calc(var(--bfc-default-spacing) * 1.5);
}

.bfc-padding-bottom-1\.5, .bfc-padding-top-bottom-1\.5, .bfc-padding-1\.5 {
  padding-bottom: calc(var(--bfc-default-spacing) * 1.5);
}

.bfc-space-x-1\.5 > *:not(:first-child) {
  margin-left: calc(var(--bfc-default-spacing) * 1.5);
}

.bfc-space-y-1\.5 > *:not(:first-child) {
  margin-top: calc(var(--bfc-default-spacing) * 1.5);
}

.bfc-margin-left-2, .bfc-margin-left-right-2, .bfc-margin-2 {
  margin-left: calc(var(--bfc-default-spacing) * 2);
}

.bfc-margin-right-2, .bfc-margin-left-right-2, .bfc-margin-2 {
  margin-right: calc(var(--bfc-default-spacing) * 2);
}

.bfc-margin-top-2, .bfc-margin-top-bottom-2, .bfc-margin-2 {
  margin-top: calc(var(--bfc-default-spacing) * 2);
}

.bfc-margin-bottom-2, .bfc-margin-top-bottom-2, .bfc-margin-2 {
  margin-bottom: calc(var(--bfc-default-spacing) * 2);
}

.bfc-padding-left-2, .bfc-padding-left-right-2, .bfc-padding-2 {
  padding-left: calc(var(--bfc-default-spacing) * 2);
}

.bfc-padding-right-2, .bfc-padding-left-right-2, .bfc-padding-2 {
  padding-right: calc(var(--bfc-default-spacing) * 2);
}

.bfc-padding-top-2, .bfc-padding-top-bottom-2, .bfc-padding-2 {
  padding-top: calc(var(--bfc-default-spacing) * 2);
}

.bfc-padding-bottom-2, .bfc-padding-top-bottom-2, .bfc-padding-2 {
  padding-bottom: calc(var(--bfc-default-spacing) * 2);
}

.bfc-space-x-2 > *:not(:first-child) {
  margin-left: calc(var(--bfc-default-spacing) * 2);
}

.bfc-space-y-2 > *:not(:first-child) {
  margin-top: calc(var(--bfc-default-spacing) * 2);
}

.bfc-margin-left-3, .bfc-margin-left-right-3, .bfc-margin-3 {
  margin-left: calc(var(--bfc-default-spacing) * 3);
}

.bfc-margin-right-3, .bfc-margin-left-right-3, .bfc-margin-3 {
  margin-right: calc(var(--bfc-default-spacing) * 3);
}

.bfc-margin-top-3, .bfc-margin-top-bottom-3, .bfc-margin-3 {
  margin-top: calc(var(--bfc-default-spacing) * 3);
}

.bfc-margin-bottom-3, .bfc-margin-top-bottom-3, .bfc-margin-3 {
  margin-bottom: calc(var(--bfc-default-spacing) * 3);
}

.bfc-padding-left-3, .bfc-padding-left-right-3, .bfc-padding-3 {
  padding-left: calc(var(--bfc-default-spacing) * 3);
}

.bfc-padding-right-3, .bfc-padding-left-right-3, .bfc-padding-3 {
  padding-right: calc(var(--bfc-default-spacing) * 3);
}

.bfc-padding-top-3, .bfc-padding-top-bottom-3, .bfc-padding-3 {
  padding-top: calc(var(--bfc-default-spacing) * 3);
}

.bfc-padding-bottom-3, .bfc-padding-top-bottom-3, .bfc-padding-3 {
  padding-bottom: calc(var(--bfc-default-spacing) * 3);
}

.bfc-space-x-3 > *:not(:first-child) {
  margin-left: calc(var(--bfc-default-spacing) * 3);
}

.bfc-space-y-3 > *:not(:first-child) {
  margin-top: calc(var(--bfc-default-spacing) * 3);
}

.bfc-margin-left-4, .bfc-margin-left-right-4, .bfc-margin-4 {
  margin-left: calc(var(--bfc-default-spacing) * 4);
}

.bfc-margin-right-4, .bfc-margin-left-right-4, .bfc-margin-4 {
  margin-right: calc(var(--bfc-default-spacing) * 4);
}

.bfc-margin-top-4, .bfc-margin-top-bottom-4, .bfc-margin-4 {
  margin-top: calc(var(--bfc-default-spacing) * 4);
}

.bfc-margin-bottom-4, .bfc-margin-top-bottom-4, .bfc-margin-4 {
  margin-bottom: calc(var(--bfc-default-spacing) * 4);
}

.bfc-padding-left-4, .bfc-padding-left-right-4, .bfc-padding-4 {
  padding-left: calc(var(--bfc-default-spacing) * 4);
}

.bfc-padding-right-4, .bfc-padding-left-right-4, .bfc-padding-4 {
  padding-right: calc(var(--bfc-default-spacing) * 4);
}

.bfc-padding-top-4, .bfc-padding-top-bottom-4, .bfc-padding-4 {
  padding-top: calc(var(--bfc-default-spacing) * 4);
}

.bfc-padding-bottom-4, .bfc-padding-top-bottom-4, .bfc-padding-4 {
  padding-bottom: calc(var(--bfc-default-spacing) * 4);
}

.bfc-space-x-4 > *:not(:first-child) {
  margin-left: calc(var(--bfc-default-spacing) * 4);
}

.bfc-space-y-4 > *:not(:first-child) {
  margin-top: calc(var(--bfc-default-spacing) * 4);
}

.bfc-margin-left-5, .bfc-margin-left-right-5, .bfc-margin-5 {
  margin-left: calc(var(--bfc-default-spacing) * 5);
}

.bfc-margin-right-5, .bfc-margin-left-right-5, .bfc-margin-5 {
  margin-right: calc(var(--bfc-default-spacing) * 5);
}

.bfc-margin-top-5, .bfc-margin-top-bottom-5, .bfc-margin-5 {
  margin-top: calc(var(--bfc-default-spacing) * 5);
}

.bfc-margin-bottom-5, .bfc-margin-top-bottom-5, .bfc-margin-5 {
  margin-bottom: calc(var(--bfc-default-spacing) * 5);
}

.bfc-padding-left-5, .bfc-padding-left-right-5, .bfc-padding-5 {
  padding-left: calc(var(--bfc-default-spacing) * 5);
}

.bfc-padding-right-5, .bfc-padding-left-right-5, .bfc-padding-5 {
  padding-right: calc(var(--bfc-default-spacing) * 5);
}

.bfc-padding-top-5, .bfc-padding-top-bottom-5, .bfc-padding-5 {
  padding-top: calc(var(--bfc-default-spacing) * 5);
}

.bfc-padding-bottom-5, .bfc-padding-top-bottom-5, .bfc-padding-5 {
  padding-bottom: calc(var(--bfc-default-spacing) * 5);
}

.bfc-space-x-5 > *:not(:first-child) {
  margin-left: calc(var(--bfc-default-spacing) * 5);
}

.bfc-space-y-5 > *:not(:first-child) {
  margin-top: calc(var(--bfc-default-spacing) * 5);
}

.bfc-margin-left-6, .bfc-margin-left-right-6, .bfc-margin-6 {
  margin-left: calc(var(--bfc-default-spacing) * 6);
}

.bfc-margin-right-6, .bfc-margin-left-right-6, .bfc-margin-6 {
  margin-right: calc(var(--bfc-default-spacing) * 6);
}

.bfc-margin-top-6, .bfc-margin-top-bottom-6, .bfc-margin-6 {
  margin-top: calc(var(--bfc-default-spacing) * 6);
}

.bfc-margin-bottom-6, .bfc-margin-top-bottom-6, .bfc-margin-6 {
  margin-bottom: calc(var(--bfc-default-spacing) * 6);
}

.bfc-padding-left-6, .bfc-padding-left-right-6, .bfc-padding-6 {
  padding-left: calc(var(--bfc-default-spacing) * 6);
}

.bfc-padding-right-6, .bfc-padding-left-right-6, .bfc-padding-6 {
  padding-right: calc(var(--bfc-default-spacing) * 6);
}

.bfc-padding-top-6, .bfc-padding-top-bottom-6, .bfc-padding-6 {
  padding-top: calc(var(--bfc-default-spacing) * 6);
}

.bfc-padding-bottom-6, .bfc-padding-top-bottom-6, .bfc-padding-6 {
  padding-bottom: calc(var(--bfc-default-spacing) * 6);
}

.bfc-space-x-6 > *:not(:first-child) {
  margin-left: calc(var(--bfc-default-spacing) * 6);
}

.bfc-space-y-6 > *:not(:first-child) {
  margin-top: calc(var(--bfc-default-spacing) * 6);
}

.bfc-margin-left-7, .bfc-margin-left-right-7, .bfc-margin-7 {
  margin-left: calc(var(--bfc-default-spacing) * 7);
}

.bfc-margin-right-7, .bfc-margin-left-right-7, .bfc-margin-7 {
  margin-right: calc(var(--bfc-default-spacing) * 7);
}

.bfc-margin-top-7, .bfc-margin-top-bottom-7, .bfc-margin-7 {
  margin-top: calc(var(--bfc-default-spacing) * 7);
}

.bfc-margin-bottom-7, .bfc-margin-top-bottom-7, .bfc-margin-7 {
  margin-bottom: calc(var(--bfc-default-spacing) * 7);
}

.bfc-padding-left-7, .bfc-padding-left-right-7, .bfc-padding-7 {
  padding-left: calc(var(--bfc-default-spacing) * 7);
}

.bfc-padding-right-7, .bfc-padding-left-right-7, .bfc-padding-7 {
  padding-right: calc(var(--bfc-default-spacing) * 7);
}

.bfc-padding-top-7, .bfc-padding-top-bottom-7, .bfc-padding-7 {
  padding-top: calc(var(--bfc-default-spacing) * 7);
}

.bfc-padding-bottom-7, .bfc-padding-top-bottom-7, .bfc-padding-7 {
  padding-bottom: calc(var(--bfc-default-spacing) * 7);
}

.bfc-space-x-7 > *:not(:first-child) {
  margin-left: calc(var(--bfc-default-spacing) * 7);
}

.bfc-space-y-7 > *:not(:first-child) {
  margin-top: calc(var(--bfc-default-spacing) * 7);
}

.bfc-margin-left-8, .bfc-margin-left-right-8, .bfc-margin-8 {
  margin-left: calc(var(--bfc-default-spacing) * 8);
}

.bfc-margin-right-8, .bfc-margin-left-right-8, .bfc-margin-8 {
  margin-right: calc(var(--bfc-default-spacing) * 8);
}

.bfc-margin-top-8, .bfc-margin-top-bottom-8, .bfc-margin-8 {
  margin-top: calc(var(--bfc-default-spacing) * 8);
}

.bfc-margin-bottom-8, .bfc-margin-top-bottom-8, .bfc-margin-8 {
  margin-bottom: calc(var(--bfc-default-spacing) * 8);
}

.bfc-padding-left-8, .bfc-padding-left-right-8, .bfc-padding-8 {
  padding-left: calc(var(--bfc-default-spacing) * 8);
}

.bfc-padding-right-8, .bfc-padding-left-right-8, .bfc-padding-8 {
  padding-right: calc(var(--bfc-default-spacing) * 8);
}

.bfc-padding-top-8, .bfc-padding-top-bottom-8, .bfc-padding-8 {
  padding-top: calc(var(--bfc-default-spacing) * 8);
}

.bfc-padding-bottom-8, .bfc-padding-top-bottom-8, .bfc-padding-8 {
  padding-bottom: calc(var(--bfc-default-spacing) * 8);
}

.bfc-space-x-8 > *:not(:first-child) {
  margin-left: calc(var(--bfc-default-spacing) * 8);
}

.bfc-space-y-8 > *:not(:first-child) {
  margin-top: calc(var(--bfc-default-spacing) * 8);
}

.bfc-margin-left-10, .bfc-margin-left-right-10, .bfc-margin-10 {
  margin-left: calc(var(--bfc-default-spacing) * 10);
}

.bfc-margin-right-10, .bfc-margin-left-right-10, .bfc-margin-10 {
  margin-right: calc(var(--bfc-default-spacing) * 10);
}

.bfc-margin-top-10, .bfc-margin-top-bottom-10, .bfc-margin-10 {
  margin-top: calc(var(--bfc-default-spacing) * 10);
}

.bfc-margin-bottom-10, .bfc-margin-top-bottom-10, .bfc-margin-10 {
  margin-bottom: calc(var(--bfc-default-spacing) * 10);
}

.bfc-padding-left-10, .bfc-padding-left-right-10, .bfc-padding-10 {
  padding-left: calc(var(--bfc-default-spacing) * 10);
}

.bfc-padding-right-10, .bfc-padding-left-right-10, .bfc-padding-10 {
  padding-right: calc(var(--bfc-default-spacing) * 10);
}

.bfc-padding-top-10, .bfc-padding-top-bottom-10, .bfc-padding-10 {
  padding-top: calc(var(--bfc-default-spacing) * 10);
}

.bfc-padding-bottom-10, .bfc-padding-top-bottom-10, .bfc-padding-10 {
  padding-bottom: calc(var(--bfc-default-spacing) * 10);
}

.bfc-space-x-10 > *:not(:first-child) {
  margin-left: calc(var(--bfc-default-spacing) * 10);
}

.bfc-space-y-10 > *:not(:first-child) {
  margin-top: calc(var(--bfc-default-spacing) * 10);
}

.bfc-margin-left-12, .bfc-margin-left-right-12, .bfc-margin-12 {
  margin-left: calc(var(--bfc-default-spacing) * 12);
}

.bfc-margin-right-12, .bfc-margin-left-right-12, .bfc-margin-12 {
  margin-right: calc(var(--bfc-default-spacing) * 12);
}

.bfc-margin-top-12, .bfc-margin-top-bottom-12, .bfc-margin-12 {
  margin-top: calc(var(--bfc-default-spacing) * 12);
}

.bfc-margin-bottom-12, .bfc-margin-top-bottom-12, .bfc-margin-12 {
  margin-bottom: calc(var(--bfc-default-spacing) * 12);
}

.bfc-padding-left-12, .bfc-padding-left-right-12, .bfc-padding-12 {
  padding-left: calc(var(--bfc-default-spacing) * 12);
}

.bfc-padding-right-12, .bfc-padding-left-right-12, .bfc-padding-12 {
  padding-right: calc(var(--bfc-default-spacing) * 12);
}

.bfc-padding-top-12, .bfc-padding-top-bottom-12, .bfc-padding-12 {
  padding-top: calc(var(--bfc-default-spacing) * 12);
}

.bfc-padding-bottom-12, .bfc-padding-top-bottom-12, .bfc-padding-12 {
  padding-bottom: calc(var(--bfc-default-spacing) * 12);
}

.bfc-space-x-12 > *:not(:first-child) {
  margin-left: calc(var(--bfc-default-spacing) * 12);
}

.bfc-space-y-12 > *:not(:first-child) {
  margin-top: calc(var(--bfc-default-spacing) * 12);
}

.bfc-margin-left-px, .bfc-margin-left-right-px, .bfc-margin-px {
  margin-left: 1px;
}

.bfc-margin-right-px, .bfc-margin-left-right-px, .bfc-margin-px {
  margin-right: 1px;
}

.bfc-margin-top-px, .bfc-margin-top-bottom-px, .bfc-margin-px {
  margin-top: 1px;
}

.bfc-margin-bottom-px, .bfc-margin-top-bottom-px, .bfc-margin-px {
  margin-bottom: 1px;
}

.bfc-padding-left-px, .bfc-padding-left-right-px, .bfc-padding-px {
  padding-left: 1px;
}

.bfc-padding-right-px, .bfc-padding-left-right-px, .bfc-padding-px {
  padding-right: 1px;
}

.bfc-padding-top-px, .bfc-padding-top-bottom-px, .bfc-padding-px {
  padding-top: 1px;
}

.bfc-padding-bottom-px, .bfc-padding-top-bottom-px, .bfc-padding-px {
  padding-bottom: 1px;
}

.bfc-space-x-px > *:not(:first-child) {
  margin-left: 1px;
}

.bfc-space-y-px > *:not(:first-child) {
  margin-top: 1px;
}

.bfc-no-padding-left, .bfc-no-padding-left-right, .bfc-no-padding {
  padding-left: 0;
}

.bfc-no-padding-right, .bfc-no-padding-left-right, .bfc-no-padding {
  padding-right: 0;
}

.bfc-no-padding-top, .bfc-no-padding-top-bottom, .bfc-no-padding {
  padding-top: 0;
}

.bfc-no-padding-bottom, .bfc-no-padding-top-bottom, .bfc-no-padding {
  padding-bottom: 0;
}

.bfc-no-margin-left, .bfc-no-margin-left-right, .bfc-no-margin {
  margin-left: 0;
}

.bfc-no-margin-right, .bfc-no-margin-left-right, .bfc-no-margin {
  margin-right: 0;
}

.bfc-no-margin-top, .bfc-no-margin-top-bottom, .bfc-no-margin {
  margin-top: 0;
}

.bfc-no-margin-bottom, .bfc-no-margin-top-bottom, .bfc-no-margin {
  margin-bottom: 0;
}

.bfc-flex-layout-align-center-normal {
  justify-content: center;
  align-content: normal;
  align-items: normal;
}

.bfc-flex-layout-align-center-stretch {
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
}

.bfc-flex-layout-align-center-center {
  justify-content: center;
  align-content: center;
  align-items: center;
}

.bfc-flex-layout-align-center-start {
  justify-content: center;
  align-content: start;
  align-items: start;
}

.bfc-flex-layout-align-center-end {
  justify-content: center;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-center-flex-start {
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}

.bfc-flex-layout-align-center-flex-end {
  justify-content: center;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-center-self-start {
  justify-content: center;
  align-content: self-start;
  align-items: self-start;
}

.bfc-flex-layout-align-center-self-end {
  justify-content: center;
  align-content: self-end;
  align-items: self-end;
}

.bfc-flex-layout-align-center-baseline {
  justify-content: center;
  align-content: baseline;
  align-items: baseline;
}

.bfc-flex-layout-align-center-space-between {
  justify-content: center;
  align-content: space-between;
}

.bfc-flex-layout-align-center-space-around {
  justify-content: center;
  align-content: space-around;
}

.bfc-flex-layout-align-start-normal {
  justify-content: start;
  align-content: normal;
  align-items: normal;
}

.bfc-flex-layout-align-start-stretch {
  justify-content: start;
  align-content: stretch;
  align-items: stretch;
}

.bfc-flex-layout-align-start-center {
  justify-content: start;
  align-content: center;
  align-items: center;
}

.bfc-flex-layout-align-start-start {
  justify-content: start;
  align-content: start;
  align-items: start;
}

.bfc-flex-layout-align-start-end {
  justify-content: start;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-start-flex-start {
  justify-content: start;
  align-content: flex-start;
  align-items: flex-start;
}

.bfc-flex-layout-align-start-flex-end {
  justify-content: start;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-start-self-start {
  justify-content: start;
  align-content: self-start;
  align-items: self-start;
}

.bfc-flex-layout-align-start-self-end {
  justify-content: start;
  align-content: self-end;
  align-items: self-end;
}

.bfc-flex-layout-align-start-baseline {
  justify-content: start;
  align-content: baseline;
  align-items: baseline;
}

.bfc-flex-layout-align-start-space-between {
  justify-content: start;
  align-content: space-between;
}

.bfc-flex-layout-align-start-space-around {
  justify-content: start;
  align-content: space-around;
}

.bfc-flex-layout-align-end-normal {
  justify-content: flex-end;
  align-content: normal;
  align-items: normal;
}

.bfc-flex-layout-align-end-stretch {
  justify-content: flex-end;
  align-content: stretch;
  align-items: stretch;
}

.bfc-flex-layout-align-end-center {
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}

.bfc-flex-layout-align-end-start {
  justify-content: flex-end;
  align-content: start;
  align-items: start;
}

.bfc-flex-layout-align-end-end {
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-end-flex-start {
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
}

.bfc-flex-layout-align-end-flex-end {
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-end-self-start {
  justify-content: flex-end;
  align-content: self-start;
  align-items: self-start;
}

.bfc-flex-layout-align-end-self-end {
  justify-content: flex-end;
  align-content: self-end;
  align-items: self-end;
}

.bfc-flex-layout-align-end-baseline {
  justify-content: flex-end;
  align-content: baseline;
  align-items: baseline;
}

.bfc-flex-layout-align-end-space-between {
  justify-content: flex-end;
  align-content: space-between;
}

.bfc-flex-layout-align-end-space-around {
  justify-content: flex-end;
  align-content: space-around;
}

.bfc-flex-layout-align-flex-start-normal {
  justify-content: flex-start;
  align-content: normal;
  align-items: normal;
}

.bfc-flex-layout-align-flex-start-stretch {
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}

.bfc-flex-layout-align-flex-start-center {
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.bfc-flex-layout-align-flex-start-start {
  justify-content: flex-start;
  align-content: start;
  align-items: start;
}

.bfc-flex-layout-align-flex-start-end {
  justify-content: flex-start;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-flex-start-flex-start {
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.bfc-flex-layout-align-flex-start-flex-end {
  justify-content: flex-start;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-flex-start-self-start {
  justify-content: flex-start;
  align-content: self-start;
  align-items: self-start;
}

.bfc-flex-layout-align-flex-start-self-end {
  justify-content: flex-start;
  align-content: self-end;
  align-items: self-end;
}

.bfc-flex-layout-align-flex-start-baseline {
  justify-content: flex-start;
  align-content: baseline;
  align-items: baseline;
}

.bfc-flex-layout-align-flex-start-space-between {
  justify-content: flex-start;
  align-content: space-between;
}

.bfc-flex-layout-align-flex-start-space-around {
  justify-content: flex-start;
  align-content: space-around;
}

.bfc-flex-layout-align-flex-end-normal {
  justify-content: flex-end;
  align-content: normal;
  align-items: normal;
}

.bfc-flex-layout-align-flex-end-stretch {
  justify-content: flex-end;
  align-content: stretch;
  align-items: stretch;
}

.bfc-flex-layout-align-flex-end-center {
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}

.bfc-flex-layout-align-flex-end-start {
  justify-content: flex-end;
  align-content: start;
  align-items: start;
}

.bfc-flex-layout-align-flex-end-end {
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-flex-end-flex-start {
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
}

.bfc-flex-layout-align-flex-end-flex-end {
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-flex-end-self-start {
  justify-content: flex-end;
  align-content: self-start;
  align-items: self-start;
}

.bfc-flex-layout-align-flex-end-self-end {
  justify-content: flex-end;
  align-content: self-end;
  align-items: self-end;
}

.bfc-flex-layout-align-flex-end-baseline {
  justify-content: flex-end;
  align-content: baseline;
  align-items: baseline;
}

.bfc-flex-layout-align-flex-end-space-between {
  justify-content: flex-end;
  align-content: space-between;
}

.bfc-flex-layout-align-flex-end-space-around {
  justify-content: flex-end;
  align-content: space-around;
}

.bfc-flex-layout-align-left-normal {
  justify-content: left;
  align-content: normal;
  align-items: normal;
}

.bfc-flex-layout-align-left-stretch {
  justify-content: left;
  align-content: stretch;
  align-items: stretch;
}

.bfc-flex-layout-align-left-center {
  justify-content: left;
  align-content: center;
  align-items: center;
}

.bfc-flex-layout-align-left-start {
  justify-content: left;
  align-content: start;
  align-items: start;
}

.bfc-flex-layout-align-left-end {
  justify-content: left;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-left-flex-start {
  justify-content: left;
  align-content: flex-start;
  align-items: flex-start;
}

.bfc-flex-layout-align-left-flex-end {
  justify-content: left;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-left-self-start {
  justify-content: left;
  align-content: self-start;
  align-items: self-start;
}

.bfc-flex-layout-align-left-self-end {
  justify-content: left;
  align-content: self-end;
  align-items: self-end;
}

.bfc-flex-layout-align-left-baseline {
  justify-content: left;
  align-content: baseline;
  align-items: baseline;
}

.bfc-flex-layout-align-left-space-between {
  justify-content: left;
  align-content: space-between;
}

.bfc-flex-layout-align-left-space-around {
  justify-content: left;
  align-content: space-around;
}

.bfc-flex-layout-align-right-normal {
  justify-content: right;
  align-content: normal;
  align-items: normal;
}

.bfc-flex-layout-align-right-stretch {
  justify-content: right;
  align-content: stretch;
  align-items: stretch;
}

.bfc-flex-layout-align-right-center {
  justify-content: right;
  align-content: center;
  align-items: center;
}

.bfc-flex-layout-align-right-start {
  justify-content: right;
  align-content: start;
  align-items: start;
}

.bfc-flex-layout-align-right-end {
  justify-content: right;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-right-flex-start {
  justify-content: right;
  align-content: flex-start;
  align-items: flex-start;
}

.bfc-flex-layout-align-right-flex-end {
  justify-content: right;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-right-self-start {
  justify-content: right;
  align-content: self-start;
  align-items: self-start;
}

.bfc-flex-layout-align-right-self-end {
  justify-content: right;
  align-content: self-end;
  align-items: self-end;
}

.bfc-flex-layout-align-right-baseline {
  justify-content: right;
  align-content: baseline;
  align-items: baseline;
}

.bfc-flex-layout-align-right-space-between {
  justify-content: right;
  align-content: space-between;
}

.bfc-flex-layout-align-right-space-around {
  justify-content: right;
  align-content: space-around;
}

.bfc-flex-layout-align-normal-normal {
  justify-content: normal;
  align-content: normal;
  align-items: normal;
}

.bfc-flex-layout-align-normal-stretch {
  justify-content: normal;
  align-content: stretch;
  align-items: stretch;
}

.bfc-flex-layout-align-normal-center {
  justify-content: normal;
  align-content: center;
  align-items: center;
}

.bfc-flex-layout-align-normal-start {
  justify-content: normal;
  align-content: start;
  align-items: start;
}

.bfc-flex-layout-align-normal-end {
  justify-content: normal;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-normal-flex-start {
  justify-content: normal;
  align-content: flex-start;
  align-items: flex-start;
}

.bfc-flex-layout-align-normal-flex-end {
  justify-content: normal;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-normal-self-start {
  justify-content: normal;
  align-content: self-start;
  align-items: self-start;
}

.bfc-flex-layout-align-normal-self-end {
  justify-content: normal;
  align-content: self-end;
  align-items: self-end;
}

.bfc-flex-layout-align-normal-baseline {
  justify-content: normal;
  align-content: baseline;
  align-items: baseline;
}

.bfc-flex-layout-align-normal-space-between {
  justify-content: normal;
  align-content: space-between;
}

.bfc-flex-layout-align-normal-space-around {
  justify-content: normal;
  align-content: space-around;
}

.bfc-flex-layout-align-space-between-normal {
  justify-content: space-between;
  align-content: normal;
  align-items: normal;
}

.bfc-flex-layout-align-space-between-stretch {
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}

.bfc-flex-layout-align-space-between-center {
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.bfc-flex-layout-align-space-between-start {
  justify-content: space-between;
  align-content: start;
  align-items: start;
}

.bfc-flex-layout-align-space-between-end {
  justify-content: space-between;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-space-between-flex-start {
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}

.bfc-flex-layout-align-space-between-flex-end {
  justify-content: space-between;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-space-between-self-start {
  justify-content: space-between;
  align-content: self-start;
  align-items: self-start;
}

.bfc-flex-layout-align-space-between-self-end {
  justify-content: space-between;
  align-content: self-end;
  align-items: self-end;
}

.bfc-flex-layout-align-space-between-baseline {
  justify-content: space-between;
  align-content: baseline;
  align-items: baseline;
}

.bfc-flex-layout-align-space-between-space-between {
  justify-content: space-between;
  align-content: space-between;
}

.bfc-flex-layout-align-space-between-space-around {
  justify-content: space-between;
  align-content: space-around;
}

.bfc-flex-layout-align-space-around-normal {
  justify-content: space-around;
  align-content: normal;
  align-items: normal;
}

.bfc-flex-layout-align-space-around-stretch {
  justify-content: space-around;
  align-content: stretch;
  align-items: stretch;
}

.bfc-flex-layout-align-space-around-center {
  justify-content: space-around;
  align-content: center;
  align-items: center;
}

.bfc-flex-layout-align-space-around-start {
  justify-content: space-around;
  align-content: start;
  align-items: start;
}

.bfc-flex-layout-align-space-around-end {
  justify-content: space-around;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-space-around-flex-start {
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
}

.bfc-flex-layout-align-space-around-flex-end {
  justify-content: space-around;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-space-around-self-start {
  justify-content: space-around;
  align-content: self-start;
  align-items: self-start;
}

.bfc-flex-layout-align-space-around-self-end {
  justify-content: space-around;
  align-content: self-end;
  align-items: self-end;
}

.bfc-flex-layout-align-space-around-baseline {
  justify-content: space-around;
  align-content: baseline;
  align-items: baseline;
}

.bfc-flex-layout-align-space-around-space-between {
  justify-content: space-around;
  align-content: space-between;
}

.bfc-flex-layout-align-space-around-space-around {
  justify-content: space-around;
  align-content: space-around;
}

.bfc-flex-layout-align-space-evenly-normal {
  justify-content: space-evenly;
  align-content: normal;
  align-items: normal;
}

.bfc-flex-layout-align-space-evenly-stretch {
  justify-content: space-evenly;
  align-content: stretch;
  align-items: stretch;
}

.bfc-flex-layout-align-space-evenly-center {
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
}

.bfc-flex-layout-align-space-evenly-start {
  justify-content: space-evenly;
  align-content: start;
  align-items: start;
}

.bfc-flex-layout-align-space-evenly-end {
  justify-content: space-evenly;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-space-evenly-flex-start {
  justify-content: space-evenly;
  align-content: flex-start;
  align-items: flex-start;
}

.bfc-flex-layout-align-space-evenly-flex-end {
  justify-content: space-evenly;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-space-evenly-self-start {
  justify-content: space-evenly;
  align-content: self-start;
  align-items: self-start;
}

.bfc-flex-layout-align-space-evenly-self-end {
  justify-content: space-evenly;
  align-content: self-end;
  align-items: self-end;
}

.bfc-flex-layout-align-space-evenly-baseline {
  justify-content: space-evenly;
  align-content: baseline;
  align-items: baseline;
}

.bfc-flex-layout-align-space-evenly-space-between {
  justify-content: space-evenly;
  align-content: space-between;
}

.bfc-flex-layout-align-space-evenly-space-around {
  justify-content: space-evenly;
  align-content: space-around;
}

.bfc-flex-layout-align-stretch-normal {
  justify-content: stretch;
  align-content: normal;
  align-items: normal;
}

.bfc-flex-layout-align-stretch-stretch {
  justify-content: stretch;
  align-content: stretch;
  align-items: stretch;
}

.bfc-flex-layout-align-stretch-center {
  justify-content: stretch;
  align-content: center;
  align-items: center;
}

.bfc-flex-layout-align-stretch-start {
  justify-content: stretch;
  align-content: start;
  align-items: start;
}

.bfc-flex-layout-align-stretch-end {
  justify-content: stretch;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-stretch-flex-start {
  justify-content: stretch;
  align-content: flex-start;
  align-items: flex-start;
}

.bfc-flex-layout-align-stretch-flex-end {
  justify-content: stretch;
  align-content: flex-end;
  align-items: flex-end;
}

.bfc-flex-layout-align-stretch-self-start {
  justify-content: stretch;
  align-content: self-start;
  align-items: self-start;
}

.bfc-flex-layout-align-stretch-self-end {
  justify-content: stretch;
  align-content: self-end;
  align-items: self-end;
}

.bfc-flex-layout-align-stretch-baseline {
  justify-content: stretch;
  align-content: baseline;
  align-items: baseline;
}

.bfc-flex-layout-align-stretch-space-between {
  justify-content: stretch;
  align-content: space-between;
}

.bfc-flex-layout-align-stretch-space-around {
  justify-content: stretch;
  align-content: space-around;
}

.bfc-flex-resize-grow {
  flex: 1 1 100%;
}

.bfc-flex-resize-initial {
  flex: 0 1 auto;
}

.bfc-flex-resize-auto {
  flex: 1 1 auto;
}

.bfc-flex-resize-none {
  flex: 0 0 auto;
}

.bfc-flex-resize-nogrow {
  flex: 0 1 auto;
}

.bfc-flex-resize-noshrink {
  flex: 1 0 auto;
}

.bfc-flex-align-start {
  align-self: flex-start;
}

.bfc-flex-align-center {
  align-self: center;
}

.bfc-flex-align-end {
  align-self: flex-end;
}

.bfc-flex-align-baseline {
  align-self: baseline;
}

.bfc-flex-align-stretch {
  align-self: stretch;
}

.bfc-flex-layout-row {
  display: flex;
  flex-direction: row;
}

.bfc-flex-layout-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.bfc-flex-layout-column {
  display: flex;
  flex-direction: column;
}

.bfc-flex-layout-column-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.bfc-flex-layout-gap-0\.25 {
  gap: calc(var(--bfc-default-spacing) * 0.25);
}

.bfc-flex-layout-gap-0\.5 {
  gap: calc(var(--bfc-default-spacing) * 0.5);
}

.bfc-flex-layout-gap-0\.75 {
  gap: calc(var(--bfc-default-spacing) * 0.75);
}

.bfc-flex-layout-gap {
  gap: calc(var(--bfc-default-spacing) * 1);
}

.bfc-flex-layout-gap-1\.5 {
  gap: calc(var(--bfc-default-spacing) * 1.5);
}

.bfc-flex-layout-gap-2 {
  gap: calc(var(--bfc-default-spacing) * 2);
}

.bfc-flex-layout-gap-3 {
  gap: calc(var(--bfc-default-spacing) * 3);
}

.bfc-flex-layout-gap-4 {
  gap: calc(var(--bfc-default-spacing) * 4);
}

.bfc-flex-layout-gap-5 {
  gap: calc(var(--bfc-default-spacing) * 5);
}

.bfc-flex-layout-gap-6 {
  gap: calc(var(--bfc-default-spacing) * 6);
}

.bfc-flex-layout-gap-8 {
  gap: calc(var(--bfc-default-spacing) * 8);
}

.bfc-flex-full-width {
  width: 100%;
}

.bfc-flex-expand-auto {
  flex: 1 1 auto;
}

.bfc-flex-expand-0 {
  flex: 1 1 0;
}

.bfc-flex-expand-25 {
  flex: 1 1 25%;
}

.bfc-flex-expand-40 {
  flex: 1 1 40%;
}

.bfc-flex-expand-50 {
  flex: 1 1 50%;
}

.bfc-flex-expand-60 {
  flex: 1 1 60%;
}

.bfc-flex-expand-75 {
  flex: 1 1 75%;
}

.bfc-flex-expand-full {
  flex: 1 1 100%;
}

@media (min-width: 900px) {
  .bfc-flex-width-50-gt-sm {
    width: 50%;
  }
}
@media (max-width: 899px) {
  .bfc-flex-expand-50-lt-md {
    flex: 1 1 50%;
  }
}
@media (max-width: 599px) {
  .bfc-flex-full-width-lt-sm {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .bfc-flex-full-width-lt-md {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .bfc-flex-margin-top-gt-sm {
    margin-top: var(--bfc-default-spacing);
  }
}
@media (max-width: 599px) {
  .bfc-flex-margin-top-lt-sm {
    margin-top: var(--bfc-default-spacing);
  }
}
@media (max-width: 899px) {
  .bfc-flex-margin-top-lt-md {
    margin-top: var(--bfc-default-spacing);
  }
}
@media (max-width: 599px) {
  .bfc-flex-padding-top-2-lt-sm {
    padding-top: calc(2 * var(--bfc-default-spacing));
  }
}
@media (max-width: 899px) {
  .bfc-flex-margin-top-2-lt-md {
    margin-top: calc(2 * var(--bfc-default-spacing));
  }
}
@media (max-width: 899px) {
  .bfc-flex-margin-top-3-lt-md {
    margin-top: calc(3 * var(--bfc-default-spacing));
  }
}
@media (min-width: 900px) {
  .bfc-flex-margin-left-4-gt-sm {
    margin-left: calc(4 * var(--bfc-default-spacing));
  }
}
@media (min-width: 600px) {
  .bfc-flex-no-wrap-gt-xs {
    flex-wrap: nowrap;
  }
}
@media (max-width: 599px) {
  .bfc-flex-full-width-lt-sm {
    width: 100%;
  }
  .bfc-flex-layout-align-start-lt-sm {
    justify-content: start;
  }
  .bfc-flex-layout-align-start-center-lt-sm {
    justify-content: start;
    align-content: center;
    align-items: center;
  }
  .bfc-flex-layout-align-space-between-lt-sm {
    justify-content: space-between;
  }
  .bfc-flex-margin-top-lt-sm {
    margin-top: var(--bfc-default-spacing);
  }
  .bfc-flex-padding-top-lt-sm {
    padding-top: var(--bfc-default-spacing);
  }
  .bfc-flex-margin-bottom-lt-sm {
    margin-bottom: var(--bfc-default-spacing);
  }
}
@media (min-width: 900px) {
  .bfc-flex-expand-50-gt-sm {
    flex: 1 1 50%;
  }
  .bfc-flex-layout-align-start-gt-sm {
    justify-content: start;
  }
}
@media (max-width: 899px) {
  .bfc-flex-expand-full-lt-md {
    flex: 1 1 100%;
  }
}
@media (max-width: 899px) {
  .bfc-flex-padding-right-2-lt-md {
    padding-right: calc(2 * var(--bfc-default-spacing));
  }
  .bfc-flex-padding-left-lt-md {
    padding-left: calc(var(--bfc-default-spacing) / 2);
  }
  .bfc-flex-margin-top-2-lt-md {
    margin-top: calc(2 * var(--bfc-default-spacing));
  }
  .bfc-flex-margin-bottom-lt-md {
    margin-bottom: var(--bfc-default-spacing);
  }
}
@media (max-width: 899px) {
  html {
    --mat-badge-text-font: var(--body-2-mobile-font-family);
    --mat-badge-text-size: 12px;
    --mat-badge-text-weight: 600;
    --mat-badge-small-size-text-size: 9px;
    --mat-badge-large-size-text-size: 24px;
  }
  .mat-h1,
  .mat-headline-5,
  .mat-typography .mat-h1,
  .mat-typography .mat-headline-5,
  .mat-typography h1 {
    font: var(--headline-5-mobile-font-weight) var(--headline-5-mobile-font-size) / var(--headline-5-mobile-line-height) var(--headline-5-mobile-font-family);
    letter-spacing: var(--headline-5-mobile-letter-spacing);
    margin: 0 0 16px;
  }
  .mat-h2,
  .mat-headline-6,
  .mat-typography .mat-h2,
  .mat-typography .mat-headline-6,
  .mat-typography h2 {
    font: var(--headline-6-mobile-font-weight) var(--headline-6-mobile-font-size) / var(--headline-6-mobile-line-height) var(--headline-6-mobile-font-family);
    letter-spacing: var(--headline-6-mobile-letter-spacing);
    margin: 0 0 16px;
  }
  .mat-h3,
  .mat-subtitle-1,
  .mat-typography .mat-h3,
  .mat-typography .mat-subtitle-1,
  .mat-typography h3 {
    font: var(--subtitle-1-mobile-font-weight) var(--subtitle-1-mobile-font-size) / var(--subtitle-1-mobile-line-height) var(--subtitle-1-mobile-font-family);
    letter-spacing: var(--subtitle-1-mobile-letter-spacing);
    margin: 0 0 16px;
  }
  .mat-h4,
  .mat-body-1,
  .mat-typography .mat-h4,
  .mat-typography .mat-body-1,
  .mat-typography h4 {
    font: var(--body-1-mobile-font-weight) var(--body-1-mobile-font-size) / var(--body-1-mobile-line-height) var(--body-1-mobile-font-family);
    letter-spacing: var(--body-1-mobile-letter-spacing);
    margin: 0 0 16px;
  }
  .mat-h5,
  .mat-typography .mat-h5,
  .mat-typography h5 {
    font: var(--body-2-mobile-font-weight) calc(var(--body-2-mobile-font-size) * 0.83) / var(--body-2-mobile-line-height) var(--body-2-mobile-font-family);
    margin: 0 0 12px;
  }
  .mat-h6,
  .mat-typography .mat-h6,
  .mat-typography h6 {
    font: var(--body-2-mobile-font-weight) calc(var(--body-2-mobile-font-size) * 0.67) / var(--body-2-mobile-line-height) var(--body-2-mobile-font-family);
    margin: 0 0 12px;
  }
  .mat-body-strong,
  .mat-subtitle-2,
  .mat-typography .mat-body-strong,
  .mat-typography .mat-subtitle-2 {
    font: var(--subtitle-2-mobile-font-weight) var(--subtitle-2-mobile-font-size) / var(--subtitle-2-mobile-line-height) var(--subtitle-2-mobile-font-family);
    letter-spacing: var(--subtitle-2-mobile-letter-spacing);
  }
  .mat-body,
  .mat-body-2,
  .mat-typography .mat-body,
  .mat-typography .mat-body-2,
  .mat-typography {
    font: var(--body-2-mobile-font-weight) var(--body-2-mobile-font-size) / var(--body-2-mobile-line-height) var(--body-2-mobile-font-family);
    letter-spacing: var(--body-2-mobile-letter-spacing);
  }
  .mat-body p,
  .mat-body-2 p,
  .mat-typography .mat-body p,
  .mat-typography .mat-body-2 p,
  .mat-typography p {
    margin: 0 0 12px;
  }
  .mat-small,
  .mat-caption,
  .mat-typography .mat-small,
  .mat-typography .mat-caption {
    font: var(--caption-mobile-font-weight) var(--caption-mobile-font-size) / var(--caption-mobile-line-height) var(--caption-mobile-font-family);
    letter-spacing: var(--caption-mobile-letter-spacing);
  }
  .mat-headline-1,
  .mat-typography .mat-headline-1 {
    font: var(--headline-1-mobile-font-weight) var(--headline-1-mobile-font-size) / var(--headline-1-mobile-line-height) var(--headline-1-mobile-font-family);
    letter-spacing: var(--headline-1-mobile-letter-spacing);
    margin: 0 0 56px;
  }
  .mat-headline-2,
  .mat-typography .mat-headline-2 {
    font: var(--headline-2-mobile-font-weight) var(--headline-2-mobile-font-size) / var(--headline-2-mobile-line-height) var(--headline-2-mobile-font-family);
    letter-spacing: var(--headline-2-mobile-letter-spacing);
    margin: 0 0 64px;
  }
  .mat-headline-3,
  .mat-typography .mat-headline-3 {
    font: var(--headline-3-mobile-font-weight) var(--headline-3-mobile-font-size) / var(--headline-3-mobile-line-height) var(--headline-3-mobile-font-family);
    letter-spacing: var(--headline-3-mobile-letter-spacing);
    margin: 0 0 64px;
  }
  .mat-headline-4,
  .mat-typography .mat-headline-4 {
    font: var(--headline-4-mobile-font-weight) var(--headline-4-mobile-font-size) / var(--headline-4-mobile-line-height) var(--headline-4-mobile-font-family);
    letter-spacing: var(--headline-4-mobile-letter-spacing);
    margin: 0 0 64px;
  }
  html {
    --mat-bottom-sheet-container-text-font: var(--body-2-mobile-font-family);
    --mat-bottom-sheet-container-text-line-height: var(--body-2-mobile-line-height);
    --mat-bottom-sheet-container-text-size: var(--body-2-mobile-font-size);
    --mat-bottom-sheet-container-text-tracking: var(--body-2-mobile-letter-spacing);
    --mat-bottom-sheet-container-text-weight: var(--body-2-mobile-font-weight);
  }
  html {
    --mat-legacy-button-toggle-label-text-font: var(--body-1-mobile-font-family);
    --mat-legacy-button-toggle-label-text-line-height: var(--body-1-mobile-line-height);
    --mat-legacy-button-toggle-label-text-size: var(--body-1-mobile-font-size);
    --mat-legacy-button-toggle-label-text-tracking: var(--body-1-mobile-letter-spacing);
    --mat-legacy-button-toggle-label-text-weight: var(--body-1-mobile-font-weight);
    --mat-standard-button-toggle-label-text-font: var(--body-1-mobile-font-family);
    --mat-standard-button-toggle-label-text-line-height: var(--body-1-mobile-line-height);
    --mat-standard-button-toggle-label-text-size: var(--body-1-mobile-font-size);
    --mat-standard-button-toggle-label-text-tracking: var(--body-1-mobile-letter-spacing);
    --mat-standard-button-toggle-label-text-weight: var(--body-1-mobile-font-weight);
  }
  html {
    --mat-datepicker-calendar-text-font: var(--body-1-mobile-font-family);
    --mat-datepicker-calendar-text-size: 13px;
    --mat-datepicker-calendar-body-label-text-size: var(--button-mobile-font-size);
    --mat-datepicker-calendar-body-label-text-weight: var(--button-mobile-font-weight);
    --mat-datepicker-calendar-period-button-text-size: var(--button-mobile-font-size);
    --mat-datepicker-calendar-period-button-text-weight: var(--button-mobile-font-weight);
    --mat-datepicker-calendar-header-text-size: 11px;
    --mat-datepicker-calendar-header-text-weight: var(--body-1-mobile-font-weight);
  }
  html {
    --mat-expansion-header-text-font: var(--subtitle-2-mobile-font-family);
    --mat-expansion-header-text-size: var(--subtitle-2-mobile-font-size);
    --mat-expansion-header-text-weight: var(--subtitle-2-mobile-font-weight);
    --mat-expansion-header-text-line-height: inherit;
    --mat-expansion-header-text-tracking: inherit;
    --mat-expansion-container-text-font: var(--body-2-mobile-font-family);
    --mat-expansion-container-text-line-height: var(--body-2-mobile-line-height);
    --mat-expansion-container-text-size: var(--body-2-mobile-font-size);
    --mat-expansion-container-text-tracking: var(--body-2-mobile-letter-spacing);
    --mat-expansion-container-text-weight: var(--body-2-mobile-font-weight);
  }
  html {
    --mat-grid-list-tile-header-primary-text-size: var(--body-2-mobile-font-size);
    --mat-grid-list-tile-header-secondary-text-size: var(--caption-mobile-font-size);
    --mat-grid-list-tile-footer-primary-text-size: var(--body-2-mobile-font-size);
    --mat-grid-list-tile-footer-secondary-text-size: var(--caption-mobile-font-size);
  }
  html {
    --mat-stepper-container-text-font: var(--body-2-mobile-font-family);
    --mat-stepper-header-label-text-font: var(--body-2-mobile-font-family);
    --mat-stepper-header-label-text-size: var(--body-2-mobile-font-size);
    --mat-stepper-header-label-text-weight: var(--body-2-mobile-font-weight);
    --mat-stepper-header-error-state-label-text-size: var(--body-1-mobile-font-size);
    --mat-stepper-header-selected-state-label-text-size: var(--body-1-mobile-font-size);
    --mat-stepper-header-selected-state-label-text-weight: var(--body-1-mobile-font-weight);
  }
  html {
    --mat-toolbar-title-text-font: var(--headline-6-mobile-font-family);
    --mat-toolbar-title-text-line-height: var(--headline-6-mobile-line-height);
    --mat-toolbar-title-text-size: var(--headline-6-mobile-font-size);
    --mat-toolbar-title-text-tracking: var(--headline-6-mobile-letter-spacing);
    --mat-toolbar-title-text-weight: var(--headline-6-mobile-font-weight);
  }
  html {
    --mat-tree-node-text-font: var(--body-2-mobile-font-family);
    --mat-tree-node-text-size: var(--body-2-mobile-font-size);
    --mat-tree-node-text-weight: var(--body-2-mobile-font-weight);
  }
  html {
    --mat-option-label-text-font: var(--body-1-mobile-font-family);
    --mat-option-label-text-line-height: var(--body-1-mobile-line-height);
    --mat-option-label-text-size: var(--body-1-mobile-font-size);
    --mat-option-label-text-tracking: var(--body-1-mobile-letter-spacing);
    --mat-option-label-text-weight: var(--body-1-mobile-font-weight);
  }
  html {
    --mat-optgroup-label-text-font: var(--body-1-mobile-font-family);
    --mat-optgroup-label-text-line-height: var(--body-1-mobile-line-height);
    --mat-optgroup-label-text-size: var(--body-1-mobile-font-size);
    --mat-optgroup-label-text-tracking: var(--body-1-mobile-letter-spacing);
    --mat-optgroup-label-text-weight: var(--body-1-mobile-font-weight);
  }
  html {
    --mat-card-title-text-font: var(--headline-6-mobile-font-family);
    --mat-card-title-text-line-height: var(--headline-6-mobile-line-height);
    --mat-card-title-text-size: var(--headline-6-mobile-font-size);
    --mat-card-title-text-tracking: var(--headline-6-mobile-letter-spacing);
    --mat-card-title-text-weight: var(--headline-6-mobile-font-weight);
    --mat-card-subtitle-text-font: var(--subtitle-2-mobile-font-family);
    --mat-card-subtitle-text-line-height: var(--subtitle-2-mobile-line-height);
    --mat-card-subtitle-text-size: var(--subtitle-2-mobile-font-size);
    --mat-card-subtitle-text-tracking: var(--subtitle-2-mobile-letter-spacing);
    --mat-card-subtitle-text-weight: var(--subtitle-2-mobile-font-weight);
  }
  html {
    --mdc-plain-tooltip-supporting-text-font: var(--caption-mobile-font-family);
    --mdc-plain-tooltip-supporting-text-size: var(--caption-mobile-font-size);
    --mdc-plain-tooltip-supporting-text-weight: var(--caption-mobile-font-weight);
    --mdc-plain-tooltip-supporting-text-tracking: var(--caption-mobile-letter-spacing);
  }
  html {
    --mdc-filled-text-field-label-text-font: var(--body-1-mobile-font-family);
    --mdc-filled-text-field-label-text-size: var(--body-1-mobile-font-size);
    --mdc-filled-text-field-label-text-tracking: var(--body-1-mobile-letter-spacing);
    --mdc-filled-text-field-label-text-weight: var(--body-1-mobile-font-weight);
    --mdc-outlined-text-field-label-text-font: var(--body-1-mobile-font-family);
    --mdc-outlined-text-field-label-text-size: var(--body-1-mobile-font-size);
    --mdc-outlined-text-field-label-text-tracking: var(--body-1-mobile-letter-spacing);
    --mdc-outlined-text-field-label-text-weight: var(--body-1-mobile-font-weight);
    --mat-form-field-container-text-font: var(--body-1-mobile-font-family);
    --mat-form-field-container-text-line-height: var(--body-1-mobile-line-height);
    --mat-form-field-container-text-size: var(--body-1-mobile-font-size);
    --mat-form-field-container-text-tracking: var(--body-1-mobile-letter-spacing);
    --mat-form-field-container-text-weight: var(--body-1-mobile-font-weight);
    --mat-form-field-outlined-label-text-populated-size: var(--body-1-mobile-font-size);
    --mat-form-field-subscript-text-font: var(--caption-mobile-font-family);
    --mat-form-field-subscript-text-line-height: var(--caption-mobile-line-height);
    --mat-form-field-subscript-text-size: var(--caption-mobile-font-size);
    --mat-form-field-subscript-text-tracking: var(--caption-mobile-letter-spacing);
    --mat-form-field-subscript-text-weight: var(--caption-mobile-font-weight);
  }
  html {
    --mat-select-trigger-text-font: var(--body-1-mobile-font-family);
    --mat-select-trigger-text-line-height: var(--body-1-mobile-line-height);
    --mat-select-trigger-text-size: var(--body-1-mobile-font-size);
    --mat-select-trigger-text-tracking: var(--body-1-mobile-letter-spacing);
    --mat-select-trigger-text-weight: var(--body-1-mobile-font-weight);
  }
  html {
    --mdc-dialog-subhead-font: var(--headline-6-mobile-font-family);
    --mdc-dialog-subhead-line-height: var(--headline-6-mobile-line-height);
    --mdc-dialog-subhead-size: var(--headline-6-mobile-font-size);
    --mdc-dialog-subhead-weight: var(--headline-6-mobile-font-weight);
    --mdc-dialog-subhead-tracking: var(--headline-6-mobile-letter-spacing);
    --mdc-dialog-supporting-text-font: var(--body-1-mobile-font-family);
    --mdc-dialog-supporting-text-line-height: var(--body-1-mobile-line-height);
    --mdc-dialog-supporting-text-size: var(--body-1-mobile-font-size);
    --mdc-dialog-supporting-text-weight: var(--body-1-mobile-font-weight);
    --mdc-dialog-supporting-text-tracking: var(--body-1-mobile-letter-spacing);
  }
  .mat-mdc-standard-chip {
    --mdc-chip-label-text-font: var(--body-2-mobile-font-family);
    --mdc-chip-label-text-line-height: var(--body-2-mobile-line-height);
    --mdc-chip-label-text-size: var(--body-2-mobile-font-size);
    --mdc-chip-label-text-tracking: var(--body-2-mobile-letter-spacing);
    --mdc-chip-label-text-weight: var(--body-2-mobile-font-weight);
  }
  html .mat-mdc-slide-toggle {
    --mdc-form-field-label-text-font: var(--body-2-mobile-font-family);
    --mdc-form-field-label-text-line-height: var(--body-2-mobile-line-height);
    --mdc-form-field-label-text-size: var(--body-2-mobile-font-size);
    --mdc-form-field-label-text-tracking: var(--body-2-mobile-letter-spacing);
    --mdc-form-field-label-text-weight: var(--body-2-mobile-font-weight);
  }
  .mat-mdc-radio-button {
    --mdc-form-field-label-text-font: var(--body-2-mobile-font-family);
    --mdc-form-field-label-text-line-height: var(--body-2-mobile-line-height);
    --mdc-form-field-label-text-size: var(--body-2-mobile-font-size);
    --mdc-form-field-label-text-tracking: var(--body-2-mobile-letter-spacing);
    --mdc-form-field-label-text-weight: var(--body-2-mobile-font-weight);
  }
  html {
    --mdc-slider-label-label-text-font: var(--subtitle-2-mobile-font-family);
    --mdc-slider-label-label-text-size: var(--subtitle-2-mobile-font-size);
    --mdc-slider-label-label-text-line-height: var(--subtitle-2-mobile-line-height);
    --mdc-slider-label-label-text-tracking: var(--subtitle-2-mobile-letter-spacing);
    --mdc-slider-label-label-text-weight: var(--subtitle-2-mobile-font-weight);
  }
  html {
    --mat-menu-item-label-text-font: var(--body-1-mobile-font-family);
    --mat-menu-item-label-text-size: var(--body-1-mobile-font-size);
    --mat-menu-item-label-text-tracking: var(--body-1-mobile-letter-spacing);
    --mat-menu-item-label-text-line-height: var(--body-1-mobile-line-height);
    --mat-menu-item-label-text-weight: var(--body-1-mobile-font-weight);
  }
  html {
    --mdc-list-list-item-label-text-font: var(--body-1-mobile-font-family);
    --mdc-list-list-item-label-text-line-height: var(--body-1-mobile-line-height);
    --mdc-list-list-item-label-text-size: var(--body-1-mobile-font-size);
    --mdc-list-list-item-label-text-tracking: var(--body-1-mobile-letter-spacing);
    --mdc-list-list-item-label-text-weight: var(--body-1-mobile-font-weight);
    --mdc-list-list-item-supporting-text-font: var(--body-2-mobile-font-family);
    --mdc-list-list-item-supporting-text-line-height: var(--body-2-mobile-line-height);
    --mdc-list-list-item-supporting-text-size: var(--body-2-mobile-font-size);
    --mdc-list-list-item-supporting-text-tracking: var(--body-2-mobile-letter-spacing);
    --mdc-list-list-item-supporting-text-weight: var(--body-2-mobile-font-weight);
    --mdc-list-list-item-trailing-supporting-text-font: var(--caption-mobile-font-family);
    --mdc-list-list-item-trailing-supporting-text-line-height: var(--caption-mobile-line-height);
    --mdc-list-list-item-trailing-supporting-text-size: var(--caption-mobile-font-size);
    --mdc-list-list-item-trailing-supporting-text-tracking: var(--caption-mobile-letter-spacing);
    --mdc-list-list-item-trailing-supporting-text-weight: var(--caption-mobile-font-weight);
  }
  .mdc-list-group__subheader {
    font: var(--subtitle-1-mobile-font-weight) var(--subtitle-1-mobile-font-size) / var(--subtitle-1-mobile-line-height) var(--subtitle-1-mobile-font-family);
    letter-spacing: var(--subtitle-1-mobile-letter-spacing);
  }
  html {
    --mat-paginator-container-text-font: var(--caption-mobile-font-family);
    --mat-paginator-container-text-line-height: var(--caption-mobile-line-height);
    --mat-paginator-container-text-size: var(--caption-mobile-font-size);
    --mat-paginator-container-text-tracking: var(--caption-mobile-letter-spacing);
    --mat-paginator-container-text-weight: var(--caption-mobile-font-weight);
    --mat-paginator-select-trigger-text-size: var(--caption-mobile-font-size);
  }
  .mat-mdc-tab-header {
    --mat-tab-header-label-text-font: var(--button-mobile-font-family);
    --mat-tab-header-label-text-size: var(--button-mobile-font-size);
    --mat-tab-header-label-text-tracking: var(--button-mobile-letter-spacing);
    --mat-tab-header-label-text-line-height: var(--button-mobile-line-height);
    --mat-tab-header-label-text-weight: var(--button-mobile-font-weight);
  }
  .mat-mdc-checkbox {
    --mdc-form-field-label-text-font: var(--body-2-mobile-font-family);
    --mdc-form-field-label-text-line-height: var(--body-2-mobile-line-height);
    --mdc-form-field-label-text-size: var(--body-2-mobile-font-size);
    --mdc-form-field-label-text-tracking: var(--body-2-mobile-letter-spacing);
    --mdc-form-field-label-text-weight: var(--body-2-mobile-font-weight);
  }
  html {
    --mdc-text-button-label-text-font: var(--button-mobile-font-family);
    --mdc-text-button-label-text-size: var(--button-mobile-font-size);
    --mdc-text-button-label-text-tracking: var(--button-mobile-letter-spacing);
    --mdc-text-button-label-text-weight: var(--button-mobile-font-weight);
    --mdc-text-button-label-text-transform: none;
    --mdc-filled-button-label-text-font: var(--button-mobile-font-family);
    --mdc-filled-button-label-text-size: var(--button-mobile-font-size);
    --mdc-filled-button-label-text-tracking: var(--button-mobile-letter-spacing);
    --mdc-filled-button-label-text-weight: var(--button-mobile-font-weight);
    --mdc-filled-button-label-text-transform: none;
    --mdc-outlined-button-label-text-font: var(--button-mobile-font-family);
    --mdc-outlined-button-label-text-size: var(--button-mobile-font-size);
    --mdc-outlined-button-label-text-tracking: var(--button-mobile-letter-spacing);
    --mdc-outlined-button-label-text-weight: var(--button-mobile-font-weight);
    --mdc-outlined-button-label-text-transform: none;
    --mdc-protected-button-label-text-font: var(--button-mobile-font-family);
    --mdc-protected-button-label-text-size: var(--button-mobile-font-size);
    --mdc-protected-button-label-text-tracking: var(--button-mobile-letter-spacing);
    --mdc-protected-button-label-text-weight: var(--button-mobile-font-weight);
    --mdc-protected-button-label-text-transform: none;
  }
  html {
    --mdc-extended-fab-label-text-font: var(--button-mobile-font-family);
    --mdc-extended-fab-label-text-size: var(--button-mobile-font-size);
    --mdc-extended-fab-label-text-tracking: var(--button-mobile-letter-spacing);
    --mdc-extended-fab-label-text-weight: var(--button-mobile-font-weight);
  }
  html {
    --mdc-snackbar-supporting-text-font: var(--body-2-mobile-font-family);
    --mdc-snackbar-supporting-text-line-height: var(--body-2-mobile-line-height);
    --mdc-snackbar-supporting-text-size: var(--body-2-mobile-font-size);
    --mdc-snackbar-supporting-text-weight: var(--body-2-mobile-font-weight);
  }
  html {
    --mat-table-header-headline-font: var(--subtitle-2-mobile-font-family);
    --mat-table-header-headline-line-height: var(--subtitle-2-mobile-line-height);
    --mat-table-header-headline-size: var(--subtitle-2-mobile-font-size);
    --mat-table-header-headline-weight: var(--subtitle-2-mobile-font-weight);
    --mat-table-header-headline-tracking: var(--subtitle-2-mobile-letter-spacing);
    --mat-table-row-item-label-text-font: var(--body-2-mobile-font-family);
    --mat-table-row-item-label-text-line-height: var(--body-2-mobile-line-height);
    --mat-table-row-item-label-text-size: var(--body-2-mobile-font-size);
    --mat-table-row-item-label-text-weight: var(--body-2-mobile-font-weight);
    --mat-table-row-item-label-text-tracking: var(--body-2-mobile-letter-spacing);
    --mat-table-footer-supporting-text-font: var(--body-2-mobile-font-family);
    --mat-table-footer-supporting-text-line-height: var(--body-2-mobile-line-height);
    --mat-table-footer-supporting-text-size: var(--body-2-mobile-font-size);
    --mat-table-footer-supporting-text-weight: var(--body-2-mobile-font-weight);
    --mat-table-footer-supporting-text-tracking: var(--body-2-mobile-letter-spacing);
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  html {
    --mat-badge-text-font: var(--body-2-tablet-font-family);
    --mat-badge-text-size: 12px;
    --mat-badge-text-weight: 600;
    --mat-badge-small-size-text-size: 9px;
    --mat-badge-large-size-text-size: 24px;
  }
  .mat-h1,
  .mat-headline-5,
  .mat-typography .mat-h1,
  .mat-typography .mat-headline-5,
  .mat-typography h1 {
    font: var(--headline-5-tablet-font-weight) var(--headline-5-tablet-font-size) / var(--headline-5-tablet-line-height) var(--headline-5-tablet-font-family);
    letter-spacing: var(--headline-5-tablet-letter-spacing);
    margin: 0 0 16px;
  }
  .mat-h2,
  .mat-headline-6,
  .mat-typography .mat-h2,
  .mat-typography .mat-headline-6,
  .mat-typography h2 {
    font: var(--headline-6-tablet-font-weight) var(--headline-6-tablet-font-size) / var(--headline-6-tablet-line-height) var(--headline-6-tablet-font-family);
    letter-spacing: var(--headline-6-tablet-letter-spacing);
    margin: 0 0 16px;
  }
  .mat-h3,
  .mat-subtitle-1,
  .mat-typography .mat-h3,
  .mat-typography .mat-subtitle-1,
  .mat-typography h3 {
    font: var(--subtitle-1-tablet-font-weight) var(--subtitle-1-tablet-font-size) / var(--subtitle-1-tablet-line-height) var(--subtitle-1-tablet-font-family);
    letter-spacing: var(--subtitle-1-tablet-letter-spacing);
    margin: 0 0 16px;
  }
  .mat-h4,
  .mat-body-1,
  .mat-typography .mat-h4,
  .mat-typography .mat-body-1,
  .mat-typography h4 {
    font: var(--body-1-tablet-font-weight) var(--body-1-tablet-font-size) / var(--body-1-tablet-line-height) var(--body-1-tablet-font-family);
    letter-spacing: var(--body-1-tablet-letter-spacing);
    margin: 0 0 16px;
  }
  .mat-h5,
  .mat-typography .mat-h5,
  .mat-typography h5 {
    font: var(--body-2-tablet-font-weight) calc(var(--body-2-tablet-font-size) * 0.83) / var(--body-2-tablet-line-height) var(--body-2-tablet-font-family);
    margin: 0 0 12px;
  }
  .mat-h6,
  .mat-typography .mat-h6,
  .mat-typography h6 {
    font: var(--body-2-tablet-font-weight) calc(var(--body-2-tablet-font-size) * 0.67) / var(--body-2-tablet-line-height) var(--body-2-tablet-font-family);
    margin: 0 0 12px;
  }
  .mat-body-strong,
  .mat-subtitle-2,
  .mat-typography .mat-body-strong,
  .mat-typography .mat-subtitle-2 {
    font: var(--subtitle-2-tablet-font-weight) var(--subtitle-2-tablet-font-size) / var(--subtitle-2-tablet-line-height) var(--subtitle-2-tablet-font-family);
    letter-spacing: var(--subtitle-2-tablet-letter-spacing);
  }
  .mat-body,
  .mat-body-2,
  .mat-typography .mat-body,
  .mat-typography .mat-body-2,
  .mat-typography {
    font: var(--body-2-tablet-font-weight) var(--body-2-tablet-font-size) / var(--body-2-tablet-line-height) var(--body-2-tablet-font-family);
    letter-spacing: var(--body-2-tablet-letter-spacing);
  }
  .mat-body p,
  .mat-body-2 p,
  .mat-typography .mat-body p,
  .mat-typography .mat-body-2 p,
  .mat-typography p {
    margin: 0 0 12px;
  }
  .mat-small,
  .mat-caption,
  .mat-typography .mat-small,
  .mat-typography .mat-caption {
    font: var(--caption-tablet-font-weight) var(--caption-tablet-font-size) / var(--caption-tablet-line-height) var(--caption-tablet-font-family);
    letter-spacing: var(--caption-tablet-letter-spacing);
  }
  .mat-headline-1,
  .mat-typography .mat-headline-1 {
    font: var(--headline-1-tablet-font-weight) var(--headline-1-tablet-font-size) / var(--headline-1-tablet-line-height) var(--headline-1-tablet-font-family);
    letter-spacing: var(--headline-1-tablet-letter-spacing);
    margin: 0 0 56px;
  }
  .mat-headline-2,
  .mat-typography .mat-headline-2 {
    font: var(--headline-2-tablet-font-weight) var(--headline-2-tablet-font-size) / var(--headline-2-tablet-line-height) var(--headline-2-tablet-font-family);
    letter-spacing: var(--headline-2-tablet-letter-spacing);
    margin: 0 0 64px;
  }
  .mat-headline-3,
  .mat-typography .mat-headline-3 {
    font: var(--headline-3-tablet-font-weight) var(--headline-3-tablet-font-size) / var(--headline-3-tablet-line-height) var(--headline-3-tablet-font-family);
    letter-spacing: var(--headline-3-tablet-letter-spacing);
    margin: 0 0 64px;
  }
  .mat-headline-4,
  .mat-typography .mat-headline-4 {
    font: var(--headline-4-tablet-font-weight) var(--headline-4-tablet-font-size) / var(--headline-4-tablet-line-height) var(--headline-4-tablet-font-family);
    letter-spacing: var(--headline-4-tablet-letter-spacing);
    margin: 0 0 64px;
  }
  html {
    --mat-bottom-sheet-container-text-font: var(--body-2-tablet-font-family);
    --mat-bottom-sheet-container-text-line-height: var(--body-2-tablet-line-height);
    --mat-bottom-sheet-container-text-size: var(--body-2-tablet-font-size);
    --mat-bottom-sheet-container-text-tracking: var(--body-2-tablet-letter-spacing);
    --mat-bottom-sheet-container-text-weight: var(--body-2-tablet-font-weight);
  }
  html {
    --mat-legacy-button-toggle-label-text-font: var(--body-1-tablet-font-family);
    --mat-legacy-button-toggle-label-text-line-height: var(--body-1-tablet-line-height);
    --mat-legacy-button-toggle-label-text-size: var(--body-1-tablet-font-size);
    --mat-legacy-button-toggle-label-text-tracking: var(--body-1-tablet-letter-spacing);
    --mat-legacy-button-toggle-label-text-weight: var(--body-1-tablet-font-weight);
    --mat-standard-button-toggle-label-text-font: var(--body-1-tablet-font-family);
    --mat-standard-button-toggle-label-text-line-height: var(--body-1-tablet-line-height);
    --mat-standard-button-toggle-label-text-size: var(--body-1-tablet-font-size);
    --mat-standard-button-toggle-label-text-tracking: var(--body-1-tablet-letter-spacing);
    --mat-standard-button-toggle-label-text-weight: var(--body-1-tablet-font-weight);
  }
  html {
    --mat-datepicker-calendar-text-font: var(--body-1-tablet-font-family);
    --mat-datepicker-calendar-text-size: 13px;
    --mat-datepicker-calendar-body-label-text-size: var(--button-tablet-font-size);
    --mat-datepicker-calendar-body-label-text-weight: var(--button-tablet-font-weight);
    --mat-datepicker-calendar-period-button-text-size: var(--button-tablet-font-size);
    --mat-datepicker-calendar-period-button-text-weight: var(--button-tablet-font-weight);
    --mat-datepicker-calendar-header-text-size: 11px;
    --mat-datepicker-calendar-header-text-weight: var(--body-1-tablet-font-weight);
  }
  html {
    --mat-expansion-header-text-font: var(--subtitle-2-tablet-font-family);
    --mat-expansion-header-text-size: var(--subtitle-2-tablet-font-size);
    --mat-expansion-header-text-weight: var(--subtitle-2-tablet-font-weight);
    --mat-expansion-header-text-line-height: inherit;
    --mat-expansion-header-text-tracking: inherit;
    --mat-expansion-container-text-font: var(--body-2-tablet-font-family);
    --mat-expansion-container-text-line-height: var(--body-2-tablet-line-height);
    --mat-expansion-container-text-size: var(--body-2-tablet-font-size);
    --mat-expansion-container-text-tracking: var(--body-2-tablet-letter-spacing);
    --mat-expansion-container-text-weight: var(--body-2-tablet-font-weight);
  }
  html {
    --mat-grid-list-tile-header-primary-text-size: var(--body-2-tablet-font-size);
    --mat-grid-list-tile-header-secondary-text-size: var(--caption-tablet-font-size);
    --mat-grid-list-tile-footer-primary-text-size: var(--body-2-tablet-font-size);
    --mat-grid-list-tile-footer-secondary-text-size: var(--caption-tablet-font-size);
  }
  html {
    --mat-stepper-container-text-font: var(--body-2-tablet-font-family);
    --mat-stepper-header-label-text-font: var(--body-2-tablet-font-family);
    --mat-stepper-header-label-text-size: var(--body-2-tablet-font-size);
    --mat-stepper-header-label-text-weight: var(--body-2-tablet-font-weight);
    --mat-stepper-header-error-state-label-text-size: var(--body-1-tablet-font-size);
    --mat-stepper-header-selected-state-label-text-size: var(--body-1-tablet-font-size);
    --mat-stepper-header-selected-state-label-text-weight: var(--body-1-tablet-font-weight);
  }
  html {
    --mat-toolbar-title-text-font: var(--headline-6-tablet-font-family);
    --mat-toolbar-title-text-line-height: var(--headline-6-tablet-line-height);
    --mat-toolbar-title-text-size: var(--headline-6-tablet-font-size);
    --mat-toolbar-title-text-tracking: var(--headline-6-tablet-letter-spacing);
    --mat-toolbar-title-text-weight: var(--headline-6-tablet-font-weight);
  }
  html {
    --mat-tree-node-text-font: var(--body-2-tablet-font-family);
    --mat-tree-node-text-size: var(--body-2-tablet-font-size);
    --mat-tree-node-text-weight: var(--body-2-tablet-font-weight);
  }
  html {
    --mat-option-label-text-font: var(--body-1-tablet-font-family);
    --mat-option-label-text-line-height: var(--body-1-tablet-line-height);
    --mat-option-label-text-size: var(--body-1-tablet-font-size);
    --mat-option-label-text-tracking: var(--body-1-tablet-letter-spacing);
    --mat-option-label-text-weight: var(--body-1-tablet-font-weight);
  }
  html {
    --mat-optgroup-label-text-font: var(--body-1-tablet-font-family);
    --mat-optgroup-label-text-line-height: var(--body-1-tablet-line-height);
    --mat-optgroup-label-text-size: var(--body-1-tablet-font-size);
    --mat-optgroup-label-text-tracking: var(--body-1-tablet-letter-spacing);
    --mat-optgroup-label-text-weight: var(--body-1-tablet-font-weight);
  }
  html {
    --mat-card-title-text-font: var(--headline-6-tablet-font-family);
    --mat-card-title-text-line-height: var(--headline-6-tablet-line-height);
    --mat-card-title-text-size: var(--headline-6-tablet-font-size);
    --mat-card-title-text-tracking: var(--headline-6-tablet-letter-spacing);
    --mat-card-title-text-weight: var(--headline-6-tablet-font-weight);
    --mat-card-subtitle-text-font: var(--subtitle-2-tablet-font-family);
    --mat-card-subtitle-text-line-height: var(--subtitle-2-tablet-line-height);
    --mat-card-subtitle-text-size: var(--subtitle-2-tablet-font-size);
    --mat-card-subtitle-text-tracking: var(--subtitle-2-tablet-letter-spacing);
    --mat-card-subtitle-text-weight: var(--subtitle-2-tablet-font-weight);
  }
  html {
    --mdc-plain-tooltip-supporting-text-font: var(--caption-tablet-font-family);
    --mdc-plain-tooltip-supporting-text-size: var(--caption-tablet-font-size);
    --mdc-plain-tooltip-supporting-text-weight: var(--caption-tablet-font-weight);
    --mdc-plain-tooltip-supporting-text-tracking: var(--caption-tablet-letter-spacing);
  }
  html {
    --mdc-filled-text-field-label-text-font: var(--body-1-tablet-font-family);
    --mdc-filled-text-field-label-text-size: var(--body-1-tablet-font-size);
    --mdc-filled-text-field-label-text-tracking: var(--body-1-tablet-letter-spacing);
    --mdc-filled-text-field-label-text-weight: var(--body-1-tablet-font-weight);
    --mdc-outlined-text-field-label-text-font: var(--body-1-tablet-font-family);
    --mdc-outlined-text-field-label-text-size: var(--body-1-tablet-font-size);
    --mdc-outlined-text-field-label-text-tracking: var(--body-1-tablet-letter-spacing);
    --mdc-outlined-text-field-label-text-weight: var(--body-1-tablet-font-weight);
    --mat-form-field-container-text-font: var(--body-1-tablet-font-family);
    --mat-form-field-container-text-line-height: var(--body-1-tablet-line-height);
    --mat-form-field-container-text-size: var(--body-1-tablet-font-size);
    --mat-form-field-container-text-tracking: var(--body-1-tablet-letter-spacing);
    --mat-form-field-container-text-weight: var(--body-1-tablet-font-weight);
    --mat-form-field-outlined-label-text-populated-size: var(--body-1-tablet-font-size);
    --mat-form-field-subscript-text-font: var(--caption-tablet-font-family);
    --mat-form-field-subscript-text-line-height: var(--caption-tablet-line-height);
    --mat-form-field-subscript-text-size: var(--caption-tablet-font-size);
    --mat-form-field-subscript-text-tracking: var(--caption-tablet-letter-spacing);
    --mat-form-field-subscript-text-weight: var(--caption-tablet-font-weight);
  }
  html {
    --mat-select-trigger-text-font: var(--body-1-tablet-font-family);
    --mat-select-trigger-text-line-height: var(--body-1-tablet-line-height);
    --mat-select-trigger-text-size: var(--body-1-tablet-font-size);
    --mat-select-trigger-text-tracking: var(--body-1-tablet-letter-spacing);
    --mat-select-trigger-text-weight: var(--body-1-tablet-font-weight);
  }
  html {
    --mdc-dialog-subhead-font: var(--headline-6-tablet-font-family);
    --mdc-dialog-subhead-line-height: var(--headline-6-tablet-line-height);
    --mdc-dialog-subhead-size: var(--headline-6-tablet-font-size);
    --mdc-dialog-subhead-weight: var(--headline-6-tablet-font-weight);
    --mdc-dialog-subhead-tracking: var(--headline-6-tablet-letter-spacing);
    --mdc-dialog-supporting-text-font: var(--body-1-tablet-font-family);
    --mdc-dialog-supporting-text-line-height: var(--body-1-tablet-line-height);
    --mdc-dialog-supporting-text-size: var(--body-1-tablet-font-size);
    --mdc-dialog-supporting-text-weight: var(--body-1-tablet-font-weight);
    --mdc-dialog-supporting-text-tracking: var(--body-1-tablet-letter-spacing);
  }
  .mat-mdc-standard-chip {
    --mdc-chip-label-text-font: var(--body-2-tablet-font-family);
    --mdc-chip-label-text-line-height: var(--body-2-tablet-line-height);
    --mdc-chip-label-text-size: var(--body-2-tablet-font-size);
    --mdc-chip-label-text-tracking: var(--body-2-tablet-letter-spacing);
    --mdc-chip-label-text-weight: var(--body-2-tablet-font-weight);
  }
  html .mat-mdc-slide-toggle {
    --mdc-form-field-label-text-font: var(--body-2-tablet-font-family);
    --mdc-form-field-label-text-line-height: var(--body-2-tablet-line-height);
    --mdc-form-field-label-text-size: var(--body-2-tablet-font-size);
    --mdc-form-field-label-text-tracking: var(--body-2-tablet-letter-spacing);
    --mdc-form-field-label-text-weight: var(--body-2-tablet-font-weight);
  }
  .mat-mdc-radio-button {
    --mdc-form-field-label-text-font: var(--body-2-tablet-font-family);
    --mdc-form-field-label-text-line-height: var(--body-2-tablet-line-height);
    --mdc-form-field-label-text-size: var(--body-2-tablet-font-size);
    --mdc-form-field-label-text-tracking: var(--body-2-tablet-letter-spacing);
    --mdc-form-field-label-text-weight: var(--body-2-tablet-font-weight);
  }
  html {
    --mdc-slider-label-label-text-font: var(--subtitle-2-tablet-font-family);
    --mdc-slider-label-label-text-size: var(--subtitle-2-tablet-font-size);
    --mdc-slider-label-label-text-line-height: var(--subtitle-2-tablet-line-height);
    --mdc-slider-label-label-text-tracking: var(--subtitle-2-tablet-letter-spacing);
    --mdc-slider-label-label-text-weight: var(--subtitle-2-tablet-font-weight);
  }
  html {
    --mat-menu-item-label-text-font: var(--body-1-tablet-font-family);
    --mat-menu-item-label-text-size: var(--body-1-tablet-font-size);
    --mat-menu-item-label-text-tracking: var(--body-1-tablet-letter-spacing);
    --mat-menu-item-label-text-line-height: var(--body-1-tablet-line-height);
    --mat-menu-item-label-text-weight: var(--body-1-tablet-font-weight);
  }
  html {
    --mdc-list-list-item-label-text-font: var(--body-1-tablet-font-family);
    --mdc-list-list-item-label-text-line-height: var(--body-1-tablet-line-height);
    --mdc-list-list-item-label-text-size: var(--body-1-tablet-font-size);
    --mdc-list-list-item-label-text-tracking: var(--body-1-tablet-letter-spacing);
    --mdc-list-list-item-label-text-weight: var(--body-1-tablet-font-weight);
    --mdc-list-list-item-supporting-text-font: var(--body-2-tablet-font-family);
    --mdc-list-list-item-supporting-text-line-height: var(--body-2-tablet-line-height);
    --mdc-list-list-item-supporting-text-size: var(--body-2-tablet-font-size);
    --mdc-list-list-item-supporting-text-tracking: var(--body-2-tablet-letter-spacing);
    --mdc-list-list-item-supporting-text-weight: var(--body-2-tablet-font-weight);
    --mdc-list-list-item-trailing-supporting-text-font: var(--caption-tablet-font-family);
    --mdc-list-list-item-trailing-supporting-text-line-height: var(--caption-tablet-line-height);
    --mdc-list-list-item-trailing-supporting-text-size: var(--caption-tablet-font-size);
    --mdc-list-list-item-trailing-supporting-text-tracking: var(--caption-tablet-letter-spacing);
    --mdc-list-list-item-trailing-supporting-text-weight: var(--caption-tablet-font-weight);
  }
  .mdc-list-group__subheader {
    font: var(--subtitle-1-tablet-font-weight) var(--subtitle-1-tablet-font-size) / var(--subtitle-1-tablet-line-height) var(--subtitle-1-tablet-font-family);
    letter-spacing: var(--subtitle-1-tablet-letter-spacing);
  }
  html {
    --mat-paginator-container-text-font: var(--caption-tablet-font-family);
    --mat-paginator-container-text-line-height: var(--caption-tablet-line-height);
    --mat-paginator-container-text-size: var(--caption-tablet-font-size);
    --mat-paginator-container-text-tracking: var(--caption-tablet-letter-spacing);
    --mat-paginator-container-text-weight: var(--caption-tablet-font-weight);
    --mat-paginator-select-trigger-text-size: var(--caption-tablet-font-size);
  }
  .mat-mdc-tab-header {
    --mat-tab-header-label-text-font: var(--button-tablet-font-family);
    --mat-tab-header-label-text-size: var(--button-tablet-font-size);
    --mat-tab-header-label-text-tracking: var(--button-tablet-letter-spacing);
    --mat-tab-header-label-text-line-height: var(--button-tablet-line-height);
    --mat-tab-header-label-text-weight: var(--button-tablet-font-weight);
  }
  .mat-mdc-checkbox {
    --mdc-form-field-label-text-font: var(--body-2-tablet-font-family);
    --mdc-form-field-label-text-line-height: var(--body-2-tablet-line-height);
    --mdc-form-field-label-text-size: var(--body-2-tablet-font-size);
    --mdc-form-field-label-text-tracking: var(--body-2-tablet-letter-spacing);
    --mdc-form-field-label-text-weight: var(--body-2-tablet-font-weight);
  }
  html {
    --mdc-text-button-label-text-font: var(--button-tablet-font-family);
    --mdc-text-button-label-text-size: var(--button-tablet-font-size);
    --mdc-text-button-label-text-tracking: var(--button-tablet-letter-spacing);
    --mdc-text-button-label-text-weight: var(--button-tablet-font-weight);
    --mdc-text-button-label-text-transform: none;
    --mdc-filled-button-label-text-font: var(--button-tablet-font-family);
    --mdc-filled-button-label-text-size: var(--button-tablet-font-size);
    --mdc-filled-button-label-text-tracking: var(--button-tablet-letter-spacing);
    --mdc-filled-button-label-text-weight: var(--button-tablet-font-weight);
    --mdc-filled-button-label-text-transform: none;
    --mdc-outlined-button-label-text-font: var(--button-tablet-font-family);
    --mdc-outlined-button-label-text-size: var(--button-tablet-font-size);
    --mdc-outlined-button-label-text-tracking: var(--button-tablet-letter-spacing);
    --mdc-outlined-button-label-text-weight: var(--button-tablet-font-weight);
    --mdc-outlined-button-label-text-transform: none;
    --mdc-protected-button-label-text-font: var(--button-tablet-font-family);
    --mdc-protected-button-label-text-size: var(--button-tablet-font-size);
    --mdc-protected-button-label-text-tracking: var(--button-tablet-letter-spacing);
    --mdc-protected-button-label-text-weight: var(--button-tablet-font-weight);
    --mdc-protected-button-label-text-transform: none;
  }
  html {
    --mdc-extended-fab-label-text-font: var(--button-tablet-font-family);
    --mdc-extended-fab-label-text-size: var(--button-tablet-font-size);
    --mdc-extended-fab-label-text-tracking: var(--button-tablet-letter-spacing);
    --mdc-extended-fab-label-text-weight: var(--button-tablet-font-weight);
  }
  html {
    --mdc-snackbar-supporting-text-font: var(--body-2-tablet-font-family);
    --mdc-snackbar-supporting-text-line-height: var(--body-2-tablet-line-height);
    --mdc-snackbar-supporting-text-size: var(--body-2-tablet-font-size);
    --mdc-snackbar-supporting-text-weight: var(--body-2-tablet-font-weight);
  }
  html {
    --mat-table-header-headline-font: var(--subtitle-2-tablet-font-family);
    --mat-table-header-headline-line-height: var(--subtitle-2-tablet-line-height);
    --mat-table-header-headline-size: var(--subtitle-2-tablet-font-size);
    --mat-table-header-headline-weight: var(--subtitle-2-tablet-font-weight);
    --mat-table-header-headline-tracking: var(--subtitle-2-tablet-letter-spacing);
    --mat-table-row-item-label-text-font: var(--body-2-tablet-font-family);
    --mat-table-row-item-label-text-line-height: var(--body-2-tablet-line-height);
    --mat-table-row-item-label-text-size: var(--body-2-tablet-font-size);
    --mat-table-row-item-label-text-weight: var(--body-2-tablet-font-weight);
    --mat-table-row-item-label-text-tracking: var(--body-2-tablet-letter-spacing);
    --mat-table-footer-supporting-text-font: var(--body-2-tablet-font-family);
    --mat-table-footer-supporting-text-line-height: var(--body-2-tablet-line-height);
    --mat-table-footer-supporting-text-size: var(--body-2-tablet-font-size);
    --mat-table-footer-supporting-text-weight: var(--body-2-tablet-font-weight);
    --mat-table-footer-supporting-text-tracking: var(--body-2-tablet-letter-spacing);
  }
}
@media (min-width: 1200px) {
  html {
    --mat-badge-text-font: var(--body-2-desktop-font-family);
    --mat-badge-text-size: 12px;
    --mat-badge-text-weight: 600;
    --mat-badge-small-size-text-size: 9px;
    --mat-badge-large-size-text-size: 24px;
  }
  .mat-h1,
  .mat-headline-5,
  .mat-typography .mat-h1,
  .mat-typography .mat-headline-5,
  .mat-typography h1 {
    font: var(--headline-5-desktop-font-weight) var(--headline-5-desktop-font-size) / var(--headline-5-desktop-line-height) var(--headline-5-desktop-font-family);
    letter-spacing: var(--headline-5-desktop-letter-spacing);
    margin: 0 0 16px;
  }
  .mat-h2,
  .mat-headline-6,
  .mat-typography .mat-h2,
  .mat-typography .mat-headline-6,
  .mat-typography h2 {
    font: var(--headline-6-desktop-font-weight) var(--headline-6-desktop-font-size) / var(--headline-6-desktop-line-height) var(--headline-6-desktop-font-family);
    letter-spacing: var(--headline-6-desktop-letter-spacing);
    margin: 0 0 16px;
  }
  .mat-h3,
  .mat-subtitle-1,
  .mat-typography .mat-h3,
  .mat-typography .mat-subtitle-1,
  .mat-typography h3 {
    font: var(--subtitle-1-desktop-font-weight) var(--subtitle-1-desktop-font-size) / var(--subtitle-1-desktop-line-height) var(--subtitle-1-desktop-font-family);
    letter-spacing: var(--subtitle-1-desktop-letter-spacing);
    margin: 0 0 16px;
  }
  .mat-h4,
  .mat-body-1,
  .mat-typography .mat-h4,
  .mat-typography .mat-body-1,
  .mat-typography h4 {
    font: var(--body-1-desktop-font-weight) var(--body-1-desktop-font-size) / var(--body-1-desktop-line-height) var(--body-1-desktop-font-family);
    letter-spacing: var(--body-1-desktop-letter-spacing);
    margin: 0 0 16px;
  }
  .mat-h5,
  .mat-typography .mat-h5,
  .mat-typography h5 {
    font: var(--body-2-desktop-font-weight) calc(var(--body-2-desktop-font-size) * 0.83) / var(--body-2-desktop-line-height) var(--body-2-desktop-font-family);
    margin: 0 0 12px;
  }
  .mat-h6,
  .mat-typography .mat-h6,
  .mat-typography h6 {
    font: var(--body-2-desktop-font-weight) calc(var(--body-2-desktop-font-size) * 0.67) / var(--body-2-desktop-line-height) var(--body-2-desktop-font-family);
    margin: 0 0 12px;
  }
  .mat-body-strong,
  .mat-subtitle-2,
  .mat-typography .mat-body-strong,
  .mat-typography .mat-subtitle-2 {
    font: var(--subtitle-2-desktop-font-weight) var(--subtitle-2-desktop-font-size) / var(--subtitle-2-desktop-line-height) var(--subtitle-2-desktop-font-family);
    letter-spacing: var(--subtitle-2-desktop-letter-spacing);
  }
  .mat-body,
  .mat-body-2,
  .mat-typography .mat-body,
  .mat-typography .mat-body-2,
  .mat-typography {
    font: var(--body-2-desktop-font-weight) var(--body-2-desktop-font-size) / var(--body-2-desktop-line-height) var(--body-2-desktop-font-family);
    letter-spacing: var(--body-2-desktop-letter-spacing);
  }
  .mat-body p,
  .mat-body-2 p,
  .mat-typography .mat-body p,
  .mat-typography .mat-body-2 p,
  .mat-typography p {
    margin: 0 0 12px;
  }
  .mat-small,
  .mat-caption,
  .mat-typography .mat-small,
  .mat-typography .mat-caption {
    font: var(--caption-desktop-font-weight) var(--caption-desktop-font-size) / var(--caption-desktop-line-height) var(--caption-desktop-font-family);
    letter-spacing: var(--caption-desktop-letter-spacing);
  }
  .mat-headline-1,
  .mat-typography .mat-headline-1 {
    font: var(--headline-1-desktop-font-weight) var(--headline-1-desktop-font-size) / var(--headline-1-desktop-line-height) var(--headline-1-desktop-font-family);
    letter-spacing: var(--headline-1-desktop-letter-spacing);
    margin: 0 0 56px;
  }
  .mat-headline-2,
  .mat-typography .mat-headline-2 {
    font: var(--headline-2-desktop-font-weight) var(--headline-2-desktop-font-size) / var(--headline-2-desktop-line-height) var(--headline-2-desktop-font-family);
    letter-spacing: var(--headline-2-desktop-letter-spacing);
    margin: 0 0 64px;
  }
  .mat-headline-3,
  .mat-typography .mat-headline-3 {
    font: var(--headline-3-desktop-font-weight) var(--headline-3-desktop-font-size) / var(--headline-3-desktop-line-height) var(--headline-3-desktop-font-family);
    letter-spacing: var(--headline-3-desktop-letter-spacing);
    margin: 0 0 64px;
  }
  .mat-headline-4,
  .mat-typography .mat-headline-4 {
    font: var(--headline-4-desktop-font-weight) var(--headline-4-desktop-font-size) / var(--headline-4-desktop-line-height) var(--headline-4-desktop-font-family);
    letter-spacing: var(--headline-4-desktop-letter-spacing);
    margin: 0 0 64px;
  }
  html {
    --mat-bottom-sheet-container-text-font: var(--body-2-desktop-font-family);
    --mat-bottom-sheet-container-text-line-height: var(--body-2-desktop-line-height);
    --mat-bottom-sheet-container-text-size: var(--body-2-desktop-font-size);
    --mat-bottom-sheet-container-text-tracking: var(--body-2-desktop-letter-spacing);
    --mat-bottom-sheet-container-text-weight: var(--body-2-desktop-font-weight);
  }
  html {
    --mat-legacy-button-toggle-label-text-font: var(--body-1-desktop-font-family);
    --mat-legacy-button-toggle-label-text-line-height: var(--body-1-desktop-line-height);
    --mat-legacy-button-toggle-label-text-size: var(--body-1-desktop-font-size);
    --mat-legacy-button-toggle-label-text-tracking: var(--body-1-desktop-letter-spacing);
    --mat-legacy-button-toggle-label-text-weight: var(--body-1-desktop-font-weight);
    --mat-standard-button-toggle-label-text-font: var(--body-1-desktop-font-family);
    --mat-standard-button-toggle-label-text-line-height: var(--body-1-desktop-line-height);
    --mat-standard-button-toggle-label-text-size: var(--body-1-desktop-font-size);
    --mat-standard-button-toggle-label-text-tracking: var(--body-1-desktop-letter-spacing);
    --mat-standard-button-toggle-label-text-weight: var(--body-1-desktop-font-weight);
  }
  html {
    --mat-datepicker-calendar-text-font: var(--body-1-desktop-font-family);
    --mat-datepicker-calendar-text-size: 13px;
    --mat-datepicker-calendar-body-label-text-size: var(--button-desktop-font-size);
    --mat-datepicker-calendar-body-label-text-weight: var(--button-desktop-font-weight);
    --mat-datepicker-calendar-period-button-text-size: var(--button-desktop-font-size);
    --mat-datepicker-calendar-period-button-text-weight: var(--button-desktop-font-weight);
    --mat-datepicker-calendar-header-text-size: 11px;
    --mat-datepicker-calendar-header-text-weight: var(--body-1-desktop-font-weight);
  }
  html {
    --mat-expansion-header-text-font: var(--subtitle-2-desktop-font-family);
    --mat-expansion-header-text-size: var(--subtitle-2-desktop-font-size);
    --mat-expansion-header-text-weight: var(--subtitle-2-desktop-font-weight);
    --mat-expansion-header-text-line-height: inherit;
    --mat-expansion-header-text-tracking: inherit;
    --mat-expansion-container-text-font: var(--body-2-desktop-font-family);
    --mat-expansion-container-text-line-height: var(--body-2-desktop-line-height);
    --mat-expansion-container-text-size: var(--body-2-desktop-font-size);
    --mat-expansion-container-text-tracking: var(--body-2-desktop-letter-spacing);
    --mat-expansion-container-text-weight: var(--body-2-desktop-font-weight);
  }
  html {
    --mat-grid-list-tile-header-primary-text-size: var(--body-2-desktop-font-size);
    --mat-grid-list-tile-header-secondary-text-size: var(--caption-desktop-font-size);
    --mat-grid-list-tile-footer-primary-text-size: var(--body-2-desktop-font-size);
    --mat-grid-list-tile-footer-secondary-text-size: var(--caption-desktop-font-size);
  }
  html {
    --mat-stepper-container-text-font: var(--body-2-desktop-font-family);
    --mat-stepper-header-label-text-font: var(--body-2-desktop-font-family);
    --mat-stepper-header-label-text-size: var(--body-2-desktop-font-size);
    --mat-stepper-header-label-text-weight: var(--body-2-desktop-font-weight);
    --mat-stepper-header-error-state-label-text-size: var(--body-1-desktop-font-size);
    --mat-stepper-header-selected-state-label-text-size: var(--body-1-desktop-font-size);
    --mat-stepper-header-selected-state-label-text-weight: var(--body-1-desktop-font-weight);
  }
  html {
    --mat-toolbar-title-text-font: var(--headline-6-desktop-font-family);
    --mat-toolbar-title-text-line-height: var(--headline-6-desktop-line-height);
    --mat-toolbar-title-text-size: var(--headline-6-desktop-font-size);
    --mat-toolbar-title-text-tracking: var(--headline-6-desktop-letter-spacing);
    --mat-toolbar-title-text-weight: var(--headline-6-desktop-font-weight);
  }
  html {
    --mat-tree-node-text-font: var(--body-2-desktop-font-family);
    --mat-tree-node-text-size: var(--body-2-desktop-font-size);
    --mat-tree-node-text-weight: var(--body-2-desktop-font-weight);
  }
  html {
    --mat-option-label-text-font: var(--body-1-desktop-font-family);
    --mat-option-label-text-line-height: var(--body-1-desktop-line-height);
    --mat-option-label-text-size: var(--body-1-desktop-font-size);
    --mat-option-label-text-tracking: var(--body-1-desktop-letter-spacing);
    --mat-option-label-text-weight: var(--body-1-desktop-font-weight);
  }
  html {
    --mat-optgroup-label-text-font: var(--body-1-desktop-font-family);
    --mat-optgroup-label-text-line-height: var(--body-1-desktop-line-height);
    --mat-optgroup-label-text-size: var(--body-1-desktop-font-size);
    --mat-optgroup-label-text-tracking: var(--body-1-desktop-letter-spacing);
    --mat-optgroup-label-text-weight: var(--body-1-desktop-font-weight);
  }
  html {
    --mat-card-title-text-font: var(--headline-6-desktop-font-family);
    --mat-card-title-text-line-height: var(--headline-6-desktop-line-height);
    --mat-card-title-text-size: var(--headline-6-desktop-font-size);
    --mat-card-title-text-tracking: var(--headline-6-desktop-letter-spacing);
    --mat-card-title-text-weight: var(--headline-6-desktop-font-weight);
    --mat-card-subtitle-text-font: var(--subtitle-2-desktop-font-family);
    --mat-card-subtitle-text-line-height: var(--subtitle-2-desktop-line-height);
    --mat-card-subtitle-text-size: var(--subtitle-2-desktop-font-size);
    --mat-card-subtitle-text-tracking: var(--subtitle-2-desktop-letter-spacing);
    --mat-card-subtitle-text-weight: var(--subtitle-2-desktop-font-weight);
  }
  html {
    --mdc-plain-tooltip-supporting-text-font: var(--caption-desktop-font-family);
    --mdc-plain-tooltip-supporting-text-size: var(--caption-desktop-font-size);
    --mdc-plain-tooltip-supporting-text-weight: var(--caption-desktop-font-weight);
    --mdc-plain-tooltip-supporting-text-tracking: var(--caption-desktop-letter-spacing);
  }
  html {
    --mdc-filled-text-field-label-text-font: var(--body-1-desktop-font-family);
    --mdc-filled-text-field-label-text-size: var(--body-1-desktop-font-size);
    --mdc-filled-text-field-label-text-tracking: var(--body-1-desktop-letter-spacing);
    --mdc-filled-text-field-label-text-weight: var(--body-1-desktop-font-weight);
    --mdc-outlined-text-field-label-text-font: var(--body-1-desktop-font-family);
    --mdc-outlined-text-field-label-text-size: var(--body-1-desktop-font-size);
    --mdc-outlined-text-field-label-text-tracking: var(--body-1-desktop-letter-spacing);
    --mdc-outlined-text-field-label-text-weight: var(--body-1-desktop-font-weight);
    --mat-form-field-container-text-font: var(--body-1-desktop-font-family);
    --mat-form-field-container-text-line-height: var(--body-1-desktop-line-height);
    --mat-form-field-container-text-size: var(--body-1-desktop-font-size);
    --mat-form-field-container-text-tracking: var(--body-1-desktop-letter-spacing);
    --mat-form-field-container-text-weight: var(--body-1-desktop-font-weight);
    --mat-form-field-outlined-label-text-populated-size: var(--body-1-desktop-font-size);
    --mat-form-field-subscript-text-font: var(--caption-desktop-font-family);
    --mat-form-field-subscript-text-line-height: var(--caption-desktop-line-height);
    --mat-form-field-subscript-text-size: var(--caption-desktop-font-size);
    --mat-form-field-subscript-text-tracking: var(--caption-desktop-letter-spacing);
    --mat-form-field-subscript-text-weight: var(--caption-desktop-font-weight);
  }
  html {
    --mat-select-trigger-text-font: var(--body-1-desktop-font-family);
    --mat-select-trigger-text-line-height: var(--body-1-desktop-line-height);
    --mat-select-trigger-text-size: var(--body-1-desktop-font-size);
    --mat-select-trigger-text-tracking: var(--body-1-desktop-letter-spacing);
    --mat-select-trigger-text-weight: var(--body-1-desktop-font-weight);
  }
  html {
    --mdc-dialog-subhead-font: var(--headline-6-desktop-font-family);
    --mdc-dialog-subhead-line-height: var(--headline-6-desktop-line-height);
    --mdc-dialog-subhead-size: var(--headline-6-desktop-font-size);
    --mdc-dialog-subhead-weight: var(--headline-6-desktop-font-weight);
    --mdc-dialog-subhead-tracking: var(--headline-6-desktop-letter-spacing);
    --mdc-dialog-supporting-text-font: var(--body-1-desktop-font-family);
    --mdc-dialog-supporting-text-line-height: var(--body-1-desktop-line-height);
    --mdc-dialog-supporting-text-size: var(--body-1-desktop-font-size);
    --mdc-dialog-supporting-text-weight: var(--body-1-desktop-font-weight);
    --mdc-dialog-supporting-text-tracking: var(--body-1-desktop-letter-spacing);
  }
  .mat-mdc-standard-chip {
    --mdc-chip-label-text-font: var(--body-2-desktop-font-family);
    --mdc-chip-label-text-line-height: var(--body-2-desktop-line-height);
    --mdc-chip-label-text-size: var(--body-2-desktop-font-size);
    --mdc-chip-label-text-tracking: var(--body-2-desktop-letter-spacing);
    --mdc-chip-label-text-weight: var(--body-2-desktop-font-weight);
  }
  html .mat-mdc-slide-toggle {
    --mdc-form-field-label-text-font: var(--body-2-desktop-font-family);
    --mdc-form-field-label-text-line-height: var(--body-2-desktop-line-height);
    --mdc-form-field-label-text-size: var(--body-2-desktop-font-size);
    --mdc-form-field-label-text-tracking: var(--body-2-desktop-letter-spacing);
    --mdc-form-field-label-text-weight: var(--body-2-desktop-font-weight);
  }
  .mat-mdc-radio-button {
    --mdc-form-field-label-text-font: var(--body-2-desktop-font-family);
    --mdc-form-field-label-text-line-height: var(--body-2-desktop-line-height);
    --mdc-form-field-label-text-size: var(--body-2-desktop-font-size);
    --mdc-form-field-label-text-tracking: var(--body-2-desktop-letter-spacing);
    --mdc-form-field-label-text-weight: var(--body-2-desktop-font-weight);
  }
  html {
    --mdc-slider-label-label-text-font: var(--subtitle-2-desktop-font-family);
    --mdc-slider-label-label-text-size: var(--subtitle-2-desktop-font-size);
    --mdc-slider-label-label-text-line-height: var(--subtitle-2-desktop-line-height);
    --mdc-slider-label-label-text-tracking: var(--subtitle-2-desktop-letter-spacing);
    --mdc-slider-label-label-text-weight: var(--subtitle-2-desktop-font-weight);
  }
  html {
    --mat-menu-item-label-text-font: var(--body-1-desktop-font-family);
    --mat-menu-item-label-text-size: var(--body-1-desktop-font-size);
    --mat-menu-item-label-text-tracking: var(--body-1-desktop-letter-spacing);
    --mat-menu-item-label-text-line-height: var(--body-1-desktop-line-height);
    --mat-menu-item-label-text-weight: var(--body-1-desktop-font-weight);
  }
  html {
    --mdc-list-list-item-label-text-font: var(--body-1-desktop-font-family);
    --mdc-list-list-item-label-text-line-height: var(--body-1-desktop-line-height);
    --mdc-list-list-item-label-text-size: var(--body-1-desktop-font-size);
    --mdc-list-list-item-label-text-tracking: var(--body-1-desktop-letter-spacing);
    --mdc-list-list-item-label-text-weight: var(--body-1-desktop-font-weight);
    --mdc-list-list-item-supporting-text-font: var(--body-2-desktop-font-family);
    --mdc-list-list-item-supporting-text-line-height: var(--body-2-desktop-line-height);
    --mdc-list-list-item-supporting-text-size: var(--body-2-desktop-font-size);
    --mdc-list-list-item-supporting-text-tracking: var(--body-2-desktop-letter-spacing);
    --mdc-list-list-item-supporting-text-weight: var(--body-2-desktop-font-weight);
    --mdc-list-list-item-trailing-supporting-text-font: var(--caption-desktop-font-family);
    --mdc-list-list-item-trailing-supporting-text-line-height: var(--caption-desktop-line-height);
    --mdc-list-list-item-trailing-supporting-text-size: var(--caption-desktop-font-size);
    --mdc-list-list-item-trailing-supporting-text-tracking: var(--caption-desktop-letter-spacing);
    --mdc-list-list-item-trailing-supporting-text-weight: var(--caption-desktop-font-weight);
  }
  .mdc-list-group__subheader {
    font: var(--subtitle-1-desktop-font-weight) var(--subtitle-1-desktop-font-size) / var(--subtitle-1-desktop-line-height) var(--subtitle-1-desktop-font-family);
    letter-spacing: var(--subtitle-1-desktop-letter-spacing);
  }
  html {
    --mat-paginator-container-text-font: var(--caption-desktop-font-family);
    --mat-paginator-container-text-line-height: var(--caption-desktop-line-height);
    --mat-paginator-container-text-size: var(--caption-desktop-font-size);
    --mat-paginator-container-text-tracking: var(--caption-desktop-letter-spacing);
    --mat-paginator-container-text-weight: var(--caption-desktop-font-weight);
    --mat-paginator-select-trigger-text-size: var(--caption-desktop-font-size);
  }
  .mat-mdc-tab-header {
    --mat-tab-header-label-text-font: var(--button-desktop-font-family);
    --mat-tab-header-label-text-size: var(--button-desktop-font-size);
    --mat-tab-header-label-text-tracking: var(--button-desktop-letter-spacing);
    --mat-tab-header-label-text-line-height: var(--button-desktop-line-height);
    --mat-tab-header-label-text-weight: var(--button-desktop-font-weight);
  }
  .mat-mdc-checkbox {
    --mdc-form-field-label-text-font: var(--body-2-desktop-font-family);
    --mdc-form-field-label-text-line-height: var(--body-2-desktop-line-height);
    --mdc-form-field-label-text-size: var(--body-2-desktop-font-size);
    --mdc-form-field-label-text-tracking: var(--body-2-desktop-letter-spacing);
    --mdc-form-field-label-text-weight: var(--body-2-desktop-font-weight);
  }
  html {
    --mdc-text-button-label-text-font: var(--button-desktop-font-family);
    --mdc-text-button-label-text-size: var(--button-desktop-font-size);
    --mdc-text-button-label-text-tracking: var(--button-desktop-letter-spacing);
    --mdc-text-button-label-text-weight: var(--button-desktop-font-weight);
    --mdc-text-button-label-text-transform: none;
    --mdc-filled-button-label-text-font: var(--button-desktop-font-family);
    --mdc-filled-button-label-text-size: var(--button-desktop-font-size);
    --mdc-filled-button-label-text-tracking: var(--button-desktop-letter-spacing);
    --mdc-filled-button-label-text-weight: var(--button-desktop-font-weight);
    --mdc-filled-button-label-text-transform: none;
    --mdc-outlined-button-label-text-font: var(--button-desktop-font-family);
    --mdc-outlined-button-label-text-size: var(--button-desktop-font-size);
    --mdc-outlined-button-label-text-tracking: var(--button-desktop-letter-spacing);
    --mdc-outlined-button-label-text-weight: var(--button-desktop-font-weight);
    --mdc-outlined-button-label-text-transform: none;
    --mdc-protected-button-label-text-font: var(--button-desktop-font-family);
    --mdc-protected-button-label-text-size: var(--button-desktop-font-size);
    --mdc-protected-button-label-text-tracking: var(--button-desktop-letter-spacing);
    --mdc-protected-button-label-text-weight: var(--button-desktop-font-weight);
    --mdc-protected-button-label-text-transform: none;
  }
  html {
    --mdc-extended-fab-label-text-font: var(--button-desktop-font-family);
    --mdc-extended-fab-label-text-size: var(--button-desktop-font-size);
    --mdc-extended-fab-label-text-tracking: var(--button-desktop-letter-spacing);
    --mdc-extended-fab-label-text-weight: var(--button-desktop-font-weight);
  }
  html {
    --mdc-snackbar-supporting-text-font: var(--body-2-desktop-font-family);
    --mdc-snackbar-supporting-text-line-height: var(--body-2-desktop-line-height);
    --mdc-snackbar-supporting-text-size: var(--body-2-desktop-font-size);
    --mdc-snackbar-supporting-text-weight: var(--body-2-desktop-font-weight);
  }
  html {
    --mat-table-header-headline-font: var(--subtitle-2-desktop-font-family);
    --mat-table-header-headline-line-height: var(--subtitle-2-desktop-line-height);
    --mat-table-header-headline-size: var(--subtitle-2-desktop-font-size);
    --mat-table-header-headline-weight: var(--subtitle-2-desktop-font-weight);
    --mat-table-header-headline-tracking: var(--subtitle-2-desktop-letter-spacing);
    --mat-table-row-item-label-text-font: var(--body-2-desktop-font-family);
    --mat-table-row-item-label-text-line-height: var(--body-2-desktop-line-height);
    --mat-table-row-item-label-text-size: var(--body-2-desktop-font-size);
    --mat-table-row-item-label-text-weight: var(--body-2-desktop-font-weight);
    --mat-table-row-item-label-text-tracking: var(--body-2-desktop-letter-spacing);
    --mat-table-footer-supporting-text-font: var(--body-2-desktop-font-family);
    --mat-table-footer-supporting-text-line-height: var(--body-2-desktop-line-height);
    --mat-table-footer-supporting-text-size: var(--body-2-desktop-font-size);
    --mat-table-footer-supporting-text-weight: var(--body-2-desktop-font-weight);
    --mat-table-footer-supporting-text-tracking: var(--body-2-desktop-letter-spacing);
  }
}
.bfc-webapp-root {
  min-height: 100vh;
  display: block;
}

.bfc-body {
  padding: 0;
  margin: 0;
}
.bfc-body a {
  color: var(--primary-500);
  text-decoration: none;
  cursor: pointer;
}
.bfc-body a:hover {
  color: var(--primary-700);
}
.bfc-body p a {
  text-decoration: underline;
}
.bfc-body b,
.bfc-body strong {
  font-family: var(--bold-font-family);
  font-weight: var(--bold-font-weight);
  font-style: var(--bold-font-style);
}

.bfc-icon {
  font-size: 24px;
}

.bfc-icon-12 {
  height: 12px;
  width: 12px;
  font-size: 12px;
}

.bfc-icon-24 {
  height: 24px;
  width: 24px;
  font-size: 24px;
}

.bfc-icon-36 {
  height: 36px;
  width: 36px;
  font-size: 36px;
}

.bfc-icon-48 {
  height: 48px;
  width: 48px;
  font-size: 48px;
}

mat-icon {
  flex-shrink: 0;
}
mat-icon.bfc-icon-12 {
  height: 12px;
  width: 12px;
  font-size: 12px;
}
mat-icon.bfc-icon-24 {
  height: 24px;
  width: 24px;
  font-size: 24px;
}
mat-icon.bfc-icon-36 {
  height: 36px;
  width: 36px;
  font-size: 36px;
}
mat-icon.bfc-icon-48 {
  height: 48px;
  width: 48px;
  font-size: 48px;
}

.bfc-base-page-layout {
  display: flex;
  margin-top: 44px;
  padding: calc(6 * var(--bfc-default-spacing)) 72px 0;
  min-height: calc(100vh - 168px);
  max-width: 1200px;
}
@media (max-width: 899px) {
  .bfc-base-page-layout {
    margin-top: 54px;
    padding: var(--bfc-default-spacing) 18px 0;
  }
}

@media (min-width: 600px) {
  .bfc-breakpoint-gt-xs-hide {
    display: none;
  }
}

@media (min-width: 600px) {
  .bfc-breakpoint-gt-xs-show {
    display: block;
  }
}

@media (min-width: 600px) {
  .bfc-flex-layout-row-gt-xs {
    display: flex;
    flex-direction: row;
  }
}

@media (min-width: 600px) {
  .bfc-flex-layout-column-gt-xs {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 0) and (max-width: 599px) {
  .bfc-breakpoint-xs-show {
    display: block;
  }
}

@media (min-width: 0) and (max-width: 599px) {
  .bfc-breakpoint-xs-hide {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 599px) {
  .bfc-flex-layout-row-xs {
    display: flex;
    flex-direction: row;
  }
}

@media (min-width: 0) and (max-width: 599px) {
  .bfc-flex-layout-column-xs {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 599px) {
  .bfc-breakpoint-lt-sm-hide {
    display: none;
  }
}

@media (max-width: 599px) {
  .bfc-breakpoint-lt-sm-show {
    display: block;
  }
}

@media (max-width: 599px) {
  .bfc-flex-layout-row-lt-sm {
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 599px) {
  .bfc-flex-layout-column-lt-sm {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 900px) {
  .bfc-breakpoint-gt-sm-hide {
    display: none;
  }
}

@media (min-width: 900px) {
  .bfc-breakpoint-gt-sm-show {
    display: block;
  }
}

@media (min-width: 900px) {
  .bfc-flex-layout-row-gt-sm {
    display: flex;
    flex-direction: row;
  }
}

@media (min-width: 900px) {
  .bfc-flex-layout-column-gt-sm {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .bfc-breakpoint-sm-show {
    display: block;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .bfc-breakpoint-sm-hide {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .bfc-flex-layout-row-sm {
    display: flex;
    flex-direction: row;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .bfc-flex-layout-column-sm {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 899px) {
  .bfc-breakpoint-lt-md-hide {
    display: none;
  }
}

@media (max-width: 899px) {
  .bfc-breakpoint-lt-md-show {
    display: block;
  }
}

@media (max-width: 899px) {
  .bfc-flex-layout-row-lt-md {
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 899px) {
  .bfc-flex-layout-column-lt-md {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .bfc-breakpoint-gt-md-hide {
    display: none;
  }
}

@media (min-width: 1200px) {
  .bfc-breakpoint-gt-md-show {
    display: block;
  }
}

@media (min-width: 1200px) {
  .bfc-flex-layout-row-gt-md {
    display: flex;
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .bfc-flex-layout-column-gt-md {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .bfc-breakpoint-md-show {
    display: block;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .bfc-breakpoint-md-hide {
    display: none;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .bfc-flex-layout-row-md {
    display: flex;
    flex-direction: row;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .bfc-flex-layout-column-md {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .bfc-breakpoint-lt-lg-hide {
    display: none;
  }
}

@media (max-width: 1199px) {
  .bfc-breakpoint-lt-lg-show {
    display: block;
  }
}

@media (max-width: 1199px) {
  .bfc-flex-layout-row-lt-lg {
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 1199px) {
  .bfc-flex-layout-column-lt-lg {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1920px) {
  .bfc-breakpoint-gt-lg-hide {
    display: none;
  }
}

@media (min-width: 1920px) {
  .bfc-breakpoint-gt-lg-show {
    display: block;
  }
}

@media (min-width: 1920px) {
  .bfc-flex-layout-row-gt-lg {
    display: flex;
    flex-direction: row;
  }
}

@media (min-width: 1920px) {
  .bfc-flex-layout-column-gt-lg {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1200px) and (max-width: 1919px) {
  .bfc-breakpoint-lg-show {
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1919px) {
  .bfc-breakpoint-lg-hide {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1919px) {
  .bfc-flex-layout-row-lg {
    display: flex;
    flex-direction: row;
  }
}

@media (min-width: 1200px) and (max-width: 1919px) {
  .bfc-flex-layout-column-lg {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1919px) {
  .bfc-breakpoint-lt-xl-hide {
    display: none;
  }
}

@media (max-width: 1919px) {
  .bfc-breakpoint-lt-xl-show {
    display: block;
  }
}

@media (max-width: 1919px) {
  .bfc-flex-layout-row-lt-xl {
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 1919px) {
  .bfc-flex-layout-column-lt-xl {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1920px) and (max-width: 9999px) {
  .bfc-breakpoint-xl-show {
    display: block;
  }
}

@media (min-width: 1920px) and (max-width: 9999px) {
  .bfc-breakpoint-xl-hide {
    display: none;
  }
}

@media (min-width: 1920px) and (max-width: 9999px) {
  .bfc-flex-layout-row-xl {
    display: flex;
    flex-direction: row;
  }
}

@media (min-width: 1920px) and (max-width: 9999px) {
  .bfc-flex-layout-column-xl {
    display: flex;
    flex-direction: column;
  }
}

.bfc-button mat-icon.icon-only {
  margin-left: 0;
  margin-right: 0;
}
.bfc-button + .bfc-button {
  margin-left: calc(2 * var(--bfc-default-spacing));
}
@media (max-width: 899px) {
  .bfc-button {
    width: 100%;
  }
  .bfc-button + .bfc-button {
    margin-left: 0;
  }
}

@media (max-width: 899px) {
  .bfc-button-row button:not(:last-child) {
    margin-bottom: var(--bfc-default-spacing);
  }
}

.bfc-card-small {
  max-width: 312px;
  width: 312px;
}

.bfc-card-medium {
  max-width: 456px;
  width: 456px;
}

.bfc-card-large {
  max-width: 540px;
  width: 540px;
}

.bfc-body div.cdk-overlay-container {
  z-index: var(--bfc-layer-dialog);
}

@media (max-width: 899px) {
  .bfc-dialog.cdk-overlay-pane.mat-mdc-dialog-panel {
    min-width: unset;
    max-width: unset;
    width: 100%;
    height: 100%;
  }
}
.bfc-dialog .bfc-dialog-heading, .bfc-dialog .bfc-dialog-help-heading {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  padding-right: var(--bfc-default-spacing);
}
.bfc-dialog .bfc-dialog-heading .bfc-dialog-heading-title, .bfc-dialog .bfc-dialog-help-heading .bfc-dialog-heading-title {
  flex: 1;
}
.bfc-dialog .bfc-dialog-help-heading {
  padding-left: var(--bfc-default-spacing);
}
.bfc-dialog .bfc-dialog-help-heading .bfc-dialog-heading-title {
  padding-left: var(--bfc-default-spacing);
}
.bfc-dialog .bfc-dialog-actions {
  padding: calc(var(--bfc-default-spacing) * 3);
}
.bfc-dialog .bfc-dialog-actions .bfc-button + .bfc-button {
  margin-left: calc(2 * var(--bfc-default-spacing));
}
@media (max-width: 899px) {
  .bfc-dialog .bfc-dialog-actions .bfc-button + .bfc-button {
    margin-left: 0;
  }
}

.bfc-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bfc-ellipsis-multiline-2 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.bfc-ellipsis-multiline-3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.bfc-ellipsis-multiline-4 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.bfc-ellipsis-multiline-5 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.bfc-ellipsis-multiline-6 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.bfc-ellipsis-multiline-7 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.bfc-ellipsis-multiline-8 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.bfc-ellipsis-multiline-9 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.bfc-ellipsis-multiline-10 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.bfc-ellipsis-multiline-11 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.bfc-ellipsis-multiline-12 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.bfc-ellipsis-multiline-16 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 16;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.bfc-ellipsis-multiline-20 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 20;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.bfc-form {
  max-width: 540px;
}
.bfc-form .bfc-form-row .bfc-form-field {
  width: 100%;
}
.bfc-form .bfc-form-row .mat-mdc-form-field-error {
  display: inline-flex;
}
.bfc-form .bfc-form-row-25-0 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: calc(3 * var(--bfc-default-spacing));
  gap: calc(2 * var(--bfc-default-spacing));
}
.bfc-form .bfc-form-row-25-0 .mat-mdc-text-field-wrapper {
  flex: none;
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-25-0 {
    display: block;
    margin-bottom: calc(3 * var(--bfc-default-spacing));
  }
}
.bfc-form .bfc-form-row-25-0 .mat-mdc-form-field-wrapper {
  margin: 0;
}
.bfc-form .bfc-form-row-25-0 > *:first-child {
  width: calc(25% - 0.5 * 2 * var(--bfc-default-spacing));
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-25-0 > *:first-child {
    width: 100%;
    padding-right: 0;
    box-sizing: initial;
  }
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-25-0:has(.mat-hint) {
    margin-bottom: 0;
  }
  .bfc-form .bfc-form-row-25-0:has(.mat-hint) > * {
    margin-bottom: calc(2 * var(--bfc-default-spacing));
  }
  .bfc-form .bfc-form-row-25-0:not(:has(.mat-hint)) {
    margin-bottom: 0;
  }
  .bfc-form .bfc-form-row-25-0:not(:has(.mat-hint)) > * {
    margin-bottom: calc(3 * var(--bfc-default-spacing));
  }
}
.bfc-form .bfc-form-row-25-75 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: calc(3 * var(--bfc-default-spacing));
  gap: calc(2 * var(--bfc-default-spacing));
}
.bfc-form .bfc-form-row-25-75 .mat-mdc-text-field-wrapper {
  flex: none;
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-25-75 {
    display: block;
    margin-bottom: calc(3 * var(--bfc-default-spacing));
  }
}
.bfc-form .bfc-form-row-25-75 .mat-mdc-form-field-wrapper {
  margin: 0;
}
.bfc-form .bfc-form-row-25-75 > *:first-child {
  width: calc(25% - 0.5 * 2 * var(--bfc-default-spacing));
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-25-75 > *:first-child {
    width: 100%;
    padding-right: 0;
    box-sizing: initial;
  }
}
.bfc-form .bfc-form-row-25-75 > *:last-child {
  width: calc(75% - 0.5 * 2 * var(--bfc-default-spacing));
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-25-75 > *:last-child {
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
  }
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-25-75:has(.mat-hint) {
    margin-bottom: 0;
  }
  .bfc-form .bfc-form-row-25-75:has(.mat-hint) > * {
    margin-bottom: calc(2 * var(--bfc-default-spacing));
  }
  .bfc-form .bfc-form-row-25-75:not(:has(.mat-hint)) {
    margin-bottom: 0;
  }
  .bfc-form .bfc-form-row-25-75:not(:has(.mat-hint)) > * {
    margin-bottom: calc(3 * var(--bfc-default-spacing));
  }
}
.bfc-form .bfc-form-row-50-0 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: calc(3 * var(--bfc-default-spacing));
  gap: calc(2 * var(--bfc-default-spacing));
}
.bfc-form .bfc-form-row-50-0 .mat-mdc-text-field-wrapper {
  flex: none;
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-50-0 {
    display: block;
    margin-bottom: calc(3 * var(--bfc-default-spacing));
  }
}
.bfc-form .bfc-form-row-50-0 .mat-mdc-form-field-wrapper {
  margin: 0;
}
.bfc-form .bfc-form-row-50-0 > *:first-child {
  width: calc(50% - 0.5 * 2 * var(--bfc-default-spacing));
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-50-0 > *:first-child {
    width: 100%;
    padding-right: 0;
    box-sizing: initial;
  }
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-50-0:has(.mat-hint) {
    margin-bottom: 0;
  }
  .bfc-form .bfc-form-row-50-0:has(.mat-hint) > * {
    margin-bottom: calc(2 * var(--bfc-default-spacing));
  }
  .bfc-form .bfc-form-row-50-0:not(:has(.mat-hint)) {
    margin-bottom: 0;
  }
  .bfc-form .bfc-form-row-50-0:not(:has(.mat-hint)) > * {
    margin-bottom: calc(3 * var(--bfc-default-spacing));
  }
}
.bfc-form .bfc-form-row-50-50 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: calc(3 * var(--bfc-default-spacing));
  gap: calc(2 * var(--bfc-default-spacing));
}
.bfc-form .bfc-form-row-50-50 .mat-mdc-text-field-wrapper {
  flex: none;
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-50-50 {
    display: block;
    margin-bottom: calc(3 * var(--bfc-default-spacing));
  }
}
.bfc-form .bfc-form-row-50-50 .mat-mdc-form-field-wrapper {
  margin: 0;
}
.bfc-form .bfc-form-row-50-50 > *:first-child {
  width: calc(50% - 0.5 * 2 * var(--bfc-default-spacing));
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-50-50 > *:first-child {
    width: 100%;
    padding-right: 0;
    box-sizing: initial;
  }
}
.bfc-form .bfc-form-row-50-50 > *:last-child {
  width: calc(50% - 0.5 * 2 * var(--bfc-default-spacing));
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-50-50 > *:last-child {
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
  }
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-50-50:has(.mat-hint) {
    margin-bottom: 0;
  }
  .bfc-form .bfc-form-row-50-50:has(.mat-hint) > * {
    margin-bottom: calc(2 * var(--bfc-default-spacing));
  }
  .bfc-form .bfc-form-row-50-50:not(:has(.mat-hint)) {
    margin-bottom: 0;
  }
  .bfc-form .bfc-form-row-50-50:not(:has(.mat-hint)) > * {
    margin-bottom: calc(3 * var(--bfc-default-spacing));
  }
}
.bfc-form .bfc-form-row-75-0 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: calc(3 * var(--bfc-default-spacing));
  gap: calc(2 * var(--bfc-default-spacing));
}
.bfc-form .bfc-form-row-75-0 .mat-mdc-text-field-wrapper {
  flex: none;
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-75-0 {
    display: block;
    margin-bottom: calc(3 * var(--bfc-default-spacing));
  }
}
.bfc-form .bfc-form-row-75-0 .mat-mdc-form-field-wrapper {
  margin: 0;
}
.bfc-form .bfc-form-row-75-0 > *:first-child {
  width: calc(75% - 0.5 * 2 * var(--bfc-default-spacing));
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-75-0 > *:first-child {
    width: 100%;
    padding-right: 0;
    box-sizing: initial;
  }
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-75-0:has(.mat-hint) {
    margin-bottom: 0;
  }
  .bfc-form .bfc-form-row-75-0:has(.mat-hint) > * {
    margin-bottom: calc(2 * var(--bfc-default-spacing));
  }
  .bfc-form .bfc-form-row-75-0:not(:has(.mat-hint)) {
    margin-bottom: 0;
  }
  .bfc-form .bfc-form-row-75-0:not(:has(.mat-hint)) > * {
    margin-bottom: calc(3 * var(--bfc-default-spacing));
  }
}
.bfc-form .bfc-form-row-75-25 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: calc(3 * var(--bfc-default-spacing));
  gap: calc(2 * var(--bfc-default-spacing));
}
.bfc-form .bfc-form-row-75-25 .mat-mdc-text-field-wrapper {
  flex: none;
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-75-25 {
    display: block;
    margin-bottom: calc(3 * var(--bfc-default-spacing));
  }
}
.bfc-form .bfc-form-row-75-25 .mat-mdc-form-field-wrapper {
  margin: 0;
}
.bfc-form .bfc-form-row-75-25 > *:first-child {
  width: calc(75% - 0.5 * 2 * var(--bfc-default-spacing));
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-75-25 > *:first-child {
    width: 100%;
    padding-right: 0;
    box-sizing: initial;
  }
}
.bfc-form .bfc-form-row-75-25 > *:last-child {
  width: calc(25% - 0.5 * 2 * var(--bfc-default-spacing));
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-75-25 > *:last-child {
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
  }
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-75-25:has(.mat-hint) {
    margin-bottom: 0;
  }
  .bfc-form .bfc-form-row-75-25:has(.mat-hint) > * {
    margin-bottom: calc(2 * var(--bfc-default-spacing));
  }
  .bfc-form .bfc-form-row-75-25:not(:has(.mat-hint)) {
    margin-bottom: 0;
  }
  .bfc-form .bfc-form-row-75-25:not(:has(.mat-hint)) > * {
    margin-bottom: calc(3 * var(--bfc-default-spacing));
  }
}
.bfc-form .bfc-form-row-100-0, .bfc-form .bfc-form-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: calc(3 * var(--bfc-default-spacing));
  gap: calc(2 * var(--bfc-default-spacing));
}
.bfc-form .bfc-form-row-100-0 .mat-mdc-text-field-wrapper, .bfc-form .bfc-form-row .mat-mdc-text-field-wrapper {
  flex: none;
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-100-0, .bfc-form .bfc-form-row {
    display: block;
    margin-bottom: calc(3 * var(--bfc-default-spacing));
  }
}
.bfc-form .bfc-form-row-100-0 .mat-mdc-form-field-wrapper, .bfc-form .bfc-form-row .mat-mdc-form-field-wrapper {
  margin: 0;
}
.bfc-form .bfc-form-row-100-0 > *:first-child, .bfc-form .bfc-form-row > *:first-child {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-100-0 > *:first-child, .bfc-form .bfc-form-row > *:first-child {
    width: 100%;
    padding-right: 0;
    box-sizing: initial;
  }
}
@media (max-width: 599px) {
  .bfc-form .bfc-form-row-100-0:has(.mat-hint), .bfc-form .bfc-form-row:has(.mat-hint) {
    margin-bottom: 0;
  }
  .bfc-form .bfc-form-row-100-0:has(.mat-hint) > *, .bfc-form .bfc-form-row:has(.mat-hint) > * {
    margin-bottom: calc(2 * var(--bfc-default-spacing));
  }
  .bfc-form .bfc-form-row-100-0:not(:has(.mat-hint)), .bfc-form .bfc-form-row:not(:has(.mat-hint)) {
    margin-bottom: 0;
  }
  .bfc-form .bfc-form-row-100-0:not(:has(.mat-hint)) > *, .bfc-form .bfc-form-row:not(:has(.mat-hint)) > * {
    margin-bottom: calc(3 * var(--bfc-default-spacing));
  }
}

.bfc-body .bfc-form-field {
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .72);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .72);
}

.bfc-header-page-layout > .bfc-base-page-layout {
  padding: 0;
  max-width: none;
  display: flex;
  flex-direction: row;
}
@media (max-width: 599px) {
  .bfc-header-page-layout > .bfc-base-page-layout {
    flex-direction: column;
  }
}
.bfc-header-page-layout .header-side-nav {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 599px) {
  .bfc-header-page-layout .header-side-nav {
    display: flex;
    flex-direction: column;
  }
}
.bfc-header-page-layout .bfc-header-page-layout {
  flex-grow: 1;
}
@media (min-width: 600px) {
  .bfc-header-page-layout .bfc-header-page-layout {
    width: calc(100% - 204px);
  }
}
.bfc-header-page-layout .bfc-header-page-layout-side-nav {
  border-top: 48px solid var(--primary-200);
  display: flex;
  flex-direction: row;
}
.bfc-header-page-layout .bfc-header-page-layout-side-nav > div {
  display: flex;
}
@media (max-width: 599px) {
  .bfc-header-page-layout .bfc-header-page-layout-side-nav {
    border-top: 0;
    display: block;
  }
  .bfc-header-page-layout .bfc-header-page-layout-side-nav > div {
    display: block;
  }
}
@media (max-width: 899px) {
  .bfc-header-page-layout .bfc-header-page-layout-side-nav {
    border-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .bfc-header-page-layout .bfc-header-page-layout-side-nav .bfe-b2b-nav {
    margin-top: 0;
  }
}
.bfc-header-page-layout .bfc-header-page-layout-header {
  padding: 36px 72px 0 72px;
  border-right: 72px solid var(--primary-200);
  border-top: 121px solid var(--primary-200);
}
@media (min-width: 600px) {
  .bfc-header-page-layout .bfc-header-page-layout-header {
    max-height: 54px;
  }
}
.bfc-header-page-layout .bfc-header-page-layout-header-content {
  max-width: 1200px;
}
.bfc-header-page-layout .bfc-header-page-layout-header-content h1 {
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bfc-header-page-layout .bfc-header-page-layout-content {
  padding: calc(var(--bfc-default-spacing) * 1.5) 72px 0;
  max-width: 1200px;
}
@media (max-width: 1199px) {
  .bfc-header-page-layout .bfc-header-page-layout-header {
    border-right: none;
  }
}
@media (max-width: 899px) {
  .bfc-header-page-layout .bfc-header-page-layout-header {
    padding: 60px 18px 0;
    box-sizing: border-box;
    border-top: none;
    margin-bottom: 60px;
  }
  .bfc-header-page-layout .bfc-header-page-layout-content {
    padding: var(--bfc-default-spacing) 18px 0;
  }
}
@media (max-width: 599px) {
  .bfc-header-page-layout .bfc-header-page-layout-header {
    margin-bottom: var(--bfc-default-spacing);
  }
}

.bfc-body .bfc-input {
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .72);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .72);
}

.bfc-loading-button .bfc-loading-spinner {
  --mdc-circular-progress-active-indicator-color: var(--mdc-filled-button-disabled-label-text-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  box-sizing: border-box;
  padding: calc(var(--bfc-default-spacing) * 0.5);
}

.bfc-loading-overlay {
  display: flex;
  flex-direction: column;
  position: relative;
  --mdc-circular-progress-active-indicator-color: var(--bkw-white);
}
.bfc-loading-overlay .bfc-loading-overlay-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: var(--bfc-default-spacing);
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: color-mix(in srgb, var(--bkw-black), transparent 65%);
}
.bfc-loading-overlay .bfc-loading-overlay-cover .bfc-loading-overlay-spinner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--background-background);
}
.bfc-loading-overlay.bfc-loading-overlay-fullscreen .bfc-loading-overlay-cover {
  position: fixed;
  z-index: 900;
}

/* position */
.notification-position-right {
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 899px) {
  .notification-position-right {
    right: 0;
    transform: unset;
  }
}

.notification-position-top-fallback {
  top: var(--bfc-default-spacing);
}

.notification-position-top-header-full {
  top: 60px;
}
@media (max-width: 899px) {
  .notification-position-top-header-full {
    top: 54px;
  }
}

.notification-container {
  pointer-events: none;
  position: fixed;
  z-index: var(--bfc-layer-notification);
}
@media (max-width: 899px) {
  .notification-container {
    width: 100%;
  }
}

.notification-container * {
  box-sizing: border-box;
}

.bfc-radio-button {
  display: block;
}

.bfc-radio-group {
  display: flex;
  flex-direction: column;
}

.bfc-body .bfc-select {
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .72);
}

bfc-sidenav-content-layout {
  width: 100%;
}

.bfc-sidenav-content-header-container {
  position: relative;
  min-height: calc(6 * var(--bfc-default-spacing) - var(--bfc-default-spacing));
}
.bfc-sidenav-content-header-container button {
  margin-top: calc(-1 * var(--bfc-default-spacing));
}

.bfc-sidenav-content-actions-container {
  position: absolute;
  right: 0;
  top: 6px;
}

.bfc-sidenav-content-header-title-container h1.bfc-sidenav-content-header-title-title {
  margin-bottom: 0;
}

.bfc-sidenav-page-layout > .bfc-base-page-layout {
  max-width: none;
  width: 100%;
  overflow: hidden;
  display: flex;
}
@media (min-width: 900px) {
  .bfc-sidenav-page-layout > .bfc-base-page-layout {
    flex-direction: row;
    padding: calc(6 * var(--bfc-default-spacing)) 0;
  }
}
@media (max-width: 899px) {
  .bfc-sidenav-page-layout > .bfc-base-page-layout {
    flex-direction: column;
    padding: 0 0 calc(6 * var(--bfc-default-spacing)) 0;
  }
}
.bfc-sidenav-page-layout .bfe-b2b-nav {
  margin-top: 0;
}

.bfc-single-page-layout-full-width > .bfc-base-page-layout {
  max-width: none;
  width: 100%;
  overflow: hidden;
  display: flex;
  padding: 0;
}
@media (min-width: 900px) {
  .bfc-single-page-layout-full-width > .bfc-base-page-layout {
    flex-direction: row;
  }
}
@media (max-width: 899px) {
  .bfc-single-page-layout-full-width > .bfc-base-page-layout {
    flex-direction: column;
  }
}

.bfc-single-page-layout-large > .bfc-base-page-layout {
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  display: flex;
  padding: 0;
}
@media (min-width: 900px) {
  .bfc-single-page-layout-large > .bfc-base-page-layout {
    flex-direction: row;
  }
}
@media (max-width: 899px) {
  .bfc-single-page-layout-large > .bfc-base-page-layout {
    flex-direction: column;
  }
}

.bfc-slide-toggle.mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: var(--primary-500);
  --mdc-switch-selected-handle-color: var(--primary-500);
  --mdc-switch-selected-hover-state-layer-color: var(--primary-500);
  --mdc-switch-selected-pressed-state-layer-color: var(--primary-500);
  --mdc-switch-selected-focus-handle-color: var(--primary-500);
  --mdc-switch-selected-hover-handle-color: var(--primary-500);
  --mdc-switch-selected-pressed-handle-color: var(--primary-500);
}

.bfc-split-page-layout {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.bfc-split-page-layout .bfc-split-page-layout-base-page-layout {
  margin-left: 0;
  margin-right: 0;
  flex-direction: row;
  padding: 0;
}
.bfc-split-page-layout .bfc-split-page-layout-left-content-container {
  display: flex;
  flex-direction: column;
  flex: 1 0 66%;
  box-sizing: border-box;
  padding: calc(var(--bfc-default-spacing) * 4) calc(var(--bfc-default-spacing) * 2) calc(var(--bfc-default-spacing) * 4) 72px;
}
.bfc-split-page-layout .bfc-split-page-layout-right-content-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  box-sizing: border-box;
  padding: calc(var(--bfc-default-spacing) * 4) 120px calc(var(--bfc-default-spacing) * 4) calc(var(--bfc-default-spacing) * 2);
}
.bfc-split-page-layout .bfc-split-page-layout-left-content-container,
.bfc-split-page-layout .bfc-split-page-layout-right-content-container {
  overflow: hidden;
}
@media (max-width: 599px) {
  .bfc-split-page-layout .bfc-split-page-layout-left-content-container,
  .bfc-split-page-layout .bfc-split-page-layout-right-content-container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.bfc-split-page-layout:not(.bfc-split-page-layout-color-right) .bfc-split-page-layout-base-page-layout .bfc-split-page-layout-left-content-container {
  background-color: var(--primary-500);
  color: var(--primary-contrast-500);
}
.bfc-split-page-layout.bfc-split-page-layout-color-right .bfc-split-page-layout-base-page-layout .bfc-split-page-layout-right-content-container {
  background-color: var(--primary-500);
  color: var(--primary-contrast-500);
}

.mat-vertical-stepper-content .mat-vertical-content {
  padding-top: calc(var(--bfc-default-spacing) * 3);
}

.mat-horizontal-stepper-header-container {
  margin-bottom: calc(var(--bfc-default-spacing) * 3);
}

.bfc-stepper-summary {
  margin-left: calc(var(--bfc-default-spacing) * 3);
}

.bfc-table {
  padding: 0 var(--bfc-default-spacing);
}
.bfc-table .mdc-data-table__cell, .bfc-table.mat-mdc-table .mat-mdc-header-cell {
  padding: var(--bfc-default-spacing);
}
.bfc-table .mat-mdc-row:not([disabled]):not(.bfc-table-row-disabled):hover {
  background-color: var(--background-hover);
}

.mat-mdc-tab-body-wrapper {
  margin-top: calc(4 * var(--bfc-default-spacing));
}

.bfc-body .mat-mdc-tab-header {
  border-bottom: 1px solid var(--black-200);
}

.bfc-text-cover {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: var(--background-background);
}
.bfc-text-cover .bfc-text-cover-content {
  flex-shrink: 1;
  overflow: hidden;
  padding: var(--bfc-default-spacing);
}
.bfc-text-cover .bfc-text-cover-content > div {
  padding-bottom: 20px;
}
.bfc-text-cover .bfc-text-cover-gradient {
  position: absolute;
  left: 0;
  bottom: calc(20px + var(--bfc-default-spacing));
  height: 40px;
  width: 100%;
  background: linear-gradient(rgba(238, 238, 238, 0), var(--background-background));
}
.bfc-text-cover .bfc-text-cover-toggle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: var(--bfc-default-spacing) var(--bfc-default-spacing) var(--bfc-default-spacing);
  box-sizing: border-box;
  height: calc(20px + var(--bfc-default-spacing));
  flex-shrink: 0;
  background-color: var(--background-background);
  color: var(--primary-500);
  cursor: pointer;
}

mat-tooltip-component {
  white-space: pre-wrap;
}

.bfc-unauthorized {
  margin: 200px 0 300px 95px;
}
@media (max-width: 899px) {
  .bfc-unauthorized {
    margin: 100px 18px 100px 18px;
  }
}
.bfc-unauthorized .bfc-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bfc-unauthorized .bfc-logo-container .mat-icon {
  width: 130px;
  height: 130px;
  font-size: 130px;
}
.bfc-unauthorized .bfc-text-container {
  max-width: 555px;
}
.bfc-unauthorized .bfc-header-font {
  font-size: 36px;
}
.bfc-unauthorized .bfc-rows {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 899px) {
  .bfc-unauthorized .bfc-rows {
    flex-direction: column;
    display: unset;
  }
}
.bfc-unauthorized .bfc-columns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 899px) {
  .bfc-unauthorized .bfc-columns {
    align-items: unset;
    justify-content: unset;
  }
  .bfc-unauthorized .bfc-columns button {
    width: 100%;
  }
}
.bfc-unauthorized .bfc-content {
  margin-left: 130px;
}
@media (max-width: 899px) {
  .bfc-unauthorized .bfc-content {
    padding-top: 35px;
    margin-left: unset;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
.leaflet * {
  position: absolute;
}
.leaflet .leaflet-right {
  width: 200px;
}

bfe-b2b-navigation * {
  box-sizing: initial;
}

.tooltip {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
  margin-bottom: 12px;
  text-align: center;
  padding: 12px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 20px;
  width: 150px;
}

.legend {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
  margin-top: 24px;
  text-align: center;
  padding: 12px;
}

.info-legend {
  width: 200px;
}

.hidden-save-competence {
  display: none;
}

.hidden-save-radio {
  display: none;
}

.hidden-save {
  display: none;
}
