@charset "UTF-8";



.ng-select.ng-select-opened>.ng-select-container {
	background: #fff;
	border-color: #b3b3b3 #ccc #d9d9d9
}

.ng-select.ng-select-opened>.ng-select-container:hover {
	box-shadow: none
}

.ng-select.ng-select-opened>.ng-select-container .ng-arrow {
	top: -2px;
	border-color: transparent transparent #999;
	border-width: 0 5px 5px
}

.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover {
	border-color: transparent transparent #333
}

.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.ng-select.ng-select-opened.ng-select-top>.ng-select-container {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container {
	border-color: #007eff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1)
}

.ng-select.ng-select-disabled>.ng-select-container {
	background-color: #f9f9f9
}

.ng-select .ng-has-value .ng-placeholder {
	display: none
}

.ng-select .ng-select-container {
	color: #333;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
	min-height: 36px;
	-webkit-box-align: center;
	align-items: center
}

.ng-select .ng-select-container:hover {
	box-shadow: 0 1px 0 rgba(0, 0, 0, .06)
}

.ng-select .ng-select-container .ng-value-container {
	-webkit-box-align: center;
	align-items: center;
	padding-left: 10px
}

[dir=rtl] .ng-select .ng-select-container .ng-value-container {
	padding-right: 10px;
	padding-left: 0
}

.ng-select .ng-select-container .ng-value-container .ng-placeholder {
	color: #999
}

.ng-select.ng-select-single .ng-select-container {
	height: 36px
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
	top: 5px;
	left: 0;
	padding-left: 10px;
	padding-right: 50px
}

[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
	padding-right: 10px;
	padding-left: 50px
}

.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value {
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6
}

.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label {
	padding: 0 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
	padding-top: 5px;
	padding-left: 7px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
	padding-right: 7px;
	padding-left: 0
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
	font-size: .9em;
	margin-bottom: 5px;
	background-color: #ebf5ff;
	border-radius: 2px;
	margin-right: 5px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
	margin-right: 0;
	margin-left: 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
	background-color: #f9f9f9
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
	padding-left: 5px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
	padding-left: 0;
	padding-right: 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon,
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
	display: inline-block;
	padding: 1px 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
	background-color: #d1e8ff
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
	border-right: 1px solid #b8dbff
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
	border-left: 1px solid #b8dbff;
	border-right: none
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
	border-left: 1px solid #b8dbff
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
	border-left: 0;
	border-right: 1px solid #b8dbff
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
	padding: 0 0 3px 3px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
	padding: 0 3px 3px 0
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
	top: 5px;
	padding-bottom: 5px;
	padding-left: 3px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
	padding-right: 3px;
	padding-left: 0
}

.ng-select .ng-clear-wrapper {
	color: #999
}

.ng-select .ng-clear-wrapper:hover .ng-clear {
	color: #d0021b
}

.ng-select .ng-spinner-zone {
	padding: 5px 5px 0 0
}

[dir=rtl] .ng-select .ng-spinner-zone {
	padding: 5px 0 0 5px
}

.ng-select .ng-arrow-wrapper {
	width: 25px;
	padding-right: 5px
}

[dir=rtl] .ng-select .ng-arrow-wrapper {
	padding-left: 5px;
	padding-right: 0
}

.ng-select .ng-arrow-wrapper:hover .ng-arrow {
	border-top-color: #666
}

.ng-select .ng-arrow-wrapper .ng-arrow {
	border-color: #999 transparent transparent;
	border-style: solid;
	border-width: 5px 5px 2.5px
}

.ng-dropdown-panel {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
	left: 0
}

.ng-dropdown-panel.ng-select-bottom {
	top: 100%;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-color: #e6e6e6;
	margin-top: -1px
}

.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.ng-dropdown-panel.ng-select-top {
	bottom: 100%;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-color: #e6e6e6;
	margin-bottom: -1px
}

.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.ng-dropdown-panel .ng-dropdown-header {
	border-bottom: 1px solid #ccc;
	padding: 5px 7px
}

.ng-dropdown-panel .ng-dropdown-footer {
	border-top: 1px solid #ccc;
	padding: 5px 7px
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 8px 10px;
	font-weight: 500;
	color: rgba(0, 0, 0, .54);
	cursor: pointer
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
	cursor: default
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
	background-color: #f5faff
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
	background-color: #ebf5ff;
	font-weight: 600
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
	background-color: #fff;
	color: rgba(0, 0, 0, .87);
	padding: 8px 10px
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
	color: #333;
	background-color: #ebf5ff
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
	font-weight: 600
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
	background-color: #f5faff;
	color: #333
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
	color: #ccc
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
	padding-left: 22px
}

[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
	padding-right: 22px;
	padding-left: 0
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
	font-size: 80%;
	font-weight: 400;
	padding-right: 5px
}

[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
	padding-left: 5px;
	padding-right: 0
}

[dir=rtl] .ng-dropdown-panel {
	direction: rtl;
	text-align: right
}

.ps {
	overflow: hidden!important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto
}

.ps__rail-x {
	height: 15px;
	bottom: 0
}

.ps__rail-x,
.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	position: absolute
}

.ps__rail-y {
	width: 15px;
	right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
	display: block;
	background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
	opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
	background-color: #eee;
	opacity: .9
}

.ps__thumb-x {
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	bottom: 2px
}

.ps__thumb-x,
.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	position: absolute
}

.ps__thumb-y {
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 6px;
	right: 2px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
	background-color: #999;
	height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
	background-color: #999;
	width: 11px
}

@supports (-ms-overflow-style:none) {
	.ps {
		overflow: auto!important
	}
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.ps {
		overflow: auto!important
	}
}


/*! nouislider - 14.1.1 - 12/15/2019 */

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	box-sizing: border-box
}

.noUi-target {
	position: relative
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-connects {
	overflow: hidden;
	z-index: 0
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	-webkit-transform-style: flat;
	transform-style: flat
}

.noUi-connect {
	height: 100%;
	width: 100%
}

.noUi-origin {
	height: 10%;
	width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto
}

.noUi-vertical .noUi-origin {
	width: 0
}

.noUi-horizontal .noUi-origin {
	height: 0
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute
}

.noUi-touch-area {
	height: 100%;
	width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform .3s;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
	cursor: inherit!important
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	right: -17px;
	top: -6px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	top: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto
}

.noUi-target {
	background: #fafafa;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
	border-radius: 3px
}

.noUi-connect {
	background: #3fb8af
}

.noUi-draggable {
	cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}

.noUi-handle {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	cursor: default;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #e8e7e6;
	left: 14px;
	top: 6px
}

.noUi-handle:after {
	left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}

.noUi-vertical .noUi-handle:after {
	top: 17px
}

[disabled] .noUi-connect {
	background: #b8b8b8
}

[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	color: #999
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	position: absolute;
	background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
	background: #aaa
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}

.noUi-value-vertical {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	left: 50%;
	bottom: 120%
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 120%
}

@-webkit-keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}
	30%,
	70% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

@keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}
	30%,
	70% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

@-webkit-keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.dropzone,
.dropzone * {
	box-sizing: border-box
}

.dropzone {
	min-height: 150px;
	border: 2px solid rgba(0, 0, 0, .3);
	background: #fff;
	padding: 20px
}

.dropzone.dz-clickable {
	cursor: pointer
}

.dropzone.dz-clickable * {
	cursor: default
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
	cursor: pointer
}

.dropzone.dz-started .dz-message {
	display: none
}

.dropzone.dz-drag-hover {
	border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
	opacity: .5
}

.dropzone .dz-message {
	text-align: center;
	margin: 2em 0
}

.dropzone .dz-message .dz-button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit
}

.dropzone .dz-preview {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 16px;
	min-height: 100px
}

.dropzone .dz-preview:hover {
	z-index: 1000
}

.dropzone .dz-preview.dz-file-preview .dz-image {
	border-radius: 20px;
	background: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	background: linear-gradient(180deg, #eee, #ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
	opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
	background: #fff
}

.dropzone .dz-preview.dz-image-preview .dz-details {
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
	font-size: 14px;
	text-align: center;
	display: block;
	cursor: pointer;
	border: none
}

.dropzone .dz-preview .dz-remove:hover {
	text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
	opacity: 1
}

.dropzone .dz-preview .dz-details {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 13px;
	min-width: 100%;
	max-width: 100%;
	padding: 2em 1em;
	text-align: center;
	color: rgba(0, 0, 0, .9);
	line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
	margin-bottom: 1em;
	font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
	white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
	border: 1px solid hsla(0, 0%, 78.4%, .8);
	background-color: hsla(0, 0%, 100%, .8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
	overflow: hidden;
	text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
	border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
	background-color: hsla(0, 0%, 100%, .4);
	padding: 0 .4em;
	border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-filter: blur(8px);
	filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
	border-radius: 20px;
	overflow: hidden;
	width: 120px;
	height: 120px;
	position: relative;
	display: block;
	z-index: 10
}

.dropzone .dz-preview .dz-image img {
	display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
	-webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
	animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
	opacity: 1;
	-webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
	animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
	pointer-events: none;
	opacity: 0;
	z-index: 500;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -27px;
	margin-top: -27px
}

.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
	display: block;
	width: 54px;
	height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
	opacity: 1;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
	opacity: 0;
	-webkit-transition: opacity .4s ease-in;
	transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
	-webkit-animation: pulse 6s ease infinite;
	animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
	opacity: 1;
	z-index: 1000;
	pointer-events: none;
	position: absolute;
	height: 16px;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	width: 80px;
	margin-left: -40px;
	background: hsla(0, 0%, 100%, .9);
	-webkit-transform: scale(1);
	border-radius: 8px;
	overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
	background: linear-gradient(180deg, #666, #444);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
	display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
	opacity: 1;
	pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
	pointer-events: none;
	z-index: 1000;
	position: absolute;
	display: block;
	display: none;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	border-radius: 8px;
	font-size: 13px;
	top: 130px;
	left: -10px;
	width: 140px;
	background: #be2626;
	background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
	background: linear-gradient(180deg, #be2626, #a92222);
	padding: .5em 1.2em;
	color: #fff
}

.dropzone .dz-preview .dz-error-message:after {
	content: "";
	position: absolute;
	top: -6px;
	left: 64px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #be2626
}

.ngx-datatable {
	display: block;
	overflow: hidden;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transform: translateZ(0)
}

.ngx-datatable [hidden] {
	display: none!important
}

.ngx-datatable *,
.ngx-datatable :after,
.ngx-datatable :before {
	box-sizing: border-box
}

.ngx-datatable.scroll-vertical .datatable-body {
	overflow-y: auto
}

.ngx-datatable.scroll-vertical.virtualized .datatable-body .datatable-row-wrapper {
	position: absolute
}

.ngx-datatable.scroll-horz .datatable-body {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.ngx-datatable.fixed-header .datatable-header .datatable-header-inner {
	white-space: nowrap
}

.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.ngx-datatable.fixed-row .datatable-scroll,
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row {
	white-space: nowrap
}

.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell,
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-group-cell {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.ngx-datatable .datatable-body-row,
.ngx-datatable .datatable-header-inner,
.ngx-datatable .datatable-row-center {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-o-flex-flow: row;
	flex-flow: row
}

.ngx-datatable .datatable-body-cell,
.ngx-datatable .datatable-header-cell {
	overflow-x: hidden;
	vertical-align: top;
	display: inline-block;
	line-height: 1.625
}

.ngx-datatable .datatable-body-cell:focus,
.ngx-datatable .datatable-header-cell:focus {
	outline: none
}

.ngx-datatable .datatable-row-left,
.ngx-datatable .datatable-row-right {
	z-index: 9
}

.ngx-datatable .datatable-row-center,
.ngx-datatable .datatable-row-group,
.ngx-datatable .datatable-row-left,
.ngx-datatable .datatable-row-right {
	position: relative
}

.ngx-datatable .datatable-header {
	display: block;
	overflow: hidden
}

.ngx-datatable .datatable-header .datatable-header-inner {
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-align-items: stretch
}

.ngx-datatable .datatable-header .datatable-header-cell {
	position: relative;
	display: inline-block
}

.ngx-datatable .datatable-header .datatable-header-cell.sortable .datatable-header-cell-wrapper {
	cursor: pointer
}

.ngx-datatable .datatable-header .datatable-header-cell.longpress .datatable-header-cell-wrapper {
	cursor: move
}

.ngx-datatable .datatable-header .datatable-header-cell .sort-btn {
	line-height: 100%;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer
}

.ngx-datatable .datatable-header .datatable-header-cell .resize-handle,
.ngx-datatable .datatable-header .datatable-header-cell .resize-handle--not-resizable {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	padding: 0 4px;
	visibility: hidden
}

.ngx-datatable .datatable-header .datatable-header-cell .resize-handle {
	cursor: ew-resize
}

.ngx-datatable .datatable-header .datatable-header-cell.resizeable:hover .resize-handle,
.ngx-datatable .datatable-header .datatable-header-cell:hover .resize-handle--not-resizable {
	visibility: visible
}

.ngx-datatable .datatable-header .datatable-header-cell .targetMarker {
	position: absolute;
	top: 0;
	bottom: 0
}

.ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromLeft {
	right: 0
}

.ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromRight {
	left: 0
}

.ngx-datatable .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap {
	height: inherit
}

.ngx-datatable .datatable-body {
	position: relative;
	z-index: 10;
	display: block
}

.ngx-datatable .datatable-body .datatable-scroll {
	display: inline-block
}

.ngx-datatable .datatable-body .datatable-row-detail {
	overflow-y: hidden
}

.ngx-datatable .datatable-body .datatable-row-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.ngx-datatable .datatable-body .datatable-body-row {
	outline: none
}

.ngx-datatable .datatable-body .datatable-body-row>div {
	display: -webkit-box;
	display: flex
}

.ngx-datatable .datatable-footer {
	display: block;
	width: 100%;
	overflow: auto
}

.ngx-datatable .datatable-footer .datatable-footer-inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 100%
}

.ngx-datatable .datatable-footer .selected-count .page-count {
	-webkit-box-flex: 1;
	flex: 1 1 40%
}

.ngx-datatable .datatable-footer .selected-count .datatable-pager {
	-webkit-box-flex: 1;
	flex: 1 1 60%
}

.ngx-datatable .datatable-footer .page-count {
	-webkit-box-flex: 1;
	flex: 1 1 20%
}

.ngx-datatable .datatable-footer .datatable-pager {
	-webkit-box-flex: 1;
	flex: 1 1 80%;
	text-align: right
}

.ngx-datatable .datatable-footer .datatable-pager .pager,
.ngx-datatable .datatable-footer .datatable-pager .pager li {
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style: none
}

.ngx-datatable .datatable-footer .datatable-pager .pager li,
.ngx-datatable .datatable-footer .datatable-pager .pager li a {
	outline: none
}

.ngx-datatable .datatable-footer .datatable-pager .pager li a {
	cursor: pointer;
	display: inline-block
}

.ngx-datatable .datatable-footer .datatable-pager .pager li.disabled a {
	cursor: not-allowed
}

@font-face {
	font-family: data-table;
	src: url(data-table.bce071e976865da51100.eot);
	src: url(data-table.bce071e976865da51100.eot?#iefix) format("embedded-opentype"), url(data-table.246ea8fa6c452b0f3c4f.woff) format("woff"), url(data-table.c8c6d300cb7abb9f36e8.ttf) format("truetype"), url(data-table.b0aebd744ce7adb780a9.svg#data-table) format("svg");
	font-weight: 400;
	font-style: normal
}

[data-icon]:before {
	content: attr(data-icon)
}

[class*=" datatable-icon-"]:before,
[class^=datatable-icon-]:before,
[data-icon]:before {
	font-family: data-table!important;
	font-style: normal!important;
	font-weight: 400!important;
	font-variant: normal!important;
	text-transform: none!important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.datatable-icon-filter:before {
	content: "\62"
}

.datatable-icon-collapse:before {
	content: "\61"
}

.datatable-icon-expand:before {
	content: "\63"
}

.datatable-icon-close:before {
	content: "\64"
}

.datatable-icon-up:before {
	content: "\65"
}

.datatable-icon-down:before {
	content: "\66"
}

.datatable-icon-sort:before {
	content: "\67"
}

.datatable-icon-done:before {
	content: "\68"
}

.datatable-icon-done-all:before {
	content: "\69"
}

.datatable-icon-search:before {
	content: "\6a"
}

.datatable-icon-pin:before {
	content: "\6b"
}

.datatable-icon-add:before {
	content: "\6d"
}

.datatable-icon-left:before {
	content: "\6f"
}

.datatable-icon-right:before {
	content: "\70"
}

.datatable-icon-skip:before {
	content: "\71"
}

.datatable-icon-prev:before {
	content: "\72"
}


/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
	clear: both;
	content: "";
	display: table
}

.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 24px;
	padding: 3px 5px;
	width: 28px
}

.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
	float: left;
	height: 100%
}

.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
	outline: none
}

.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
	display: none
}

.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover {
	color: #fff
}

.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill {
	fill: #fff
}

.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter {
	stroke: #fff
}

@media (pointer:coarse) {
	.ql-bubble.ql-toolbar button:hover:not(.ql-active),
	.ql-bubble .ql-toolbar button:hover:not(.ql-active) {
		color: #ccc
	}
	.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
	.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
	.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
	.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
		fill: #ccc
	}
	.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
	.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
	.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
	.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
		stroke: #ccc
	}
}

.ql-bubble,
.ql-bubble * {
	box-sizing: border-box
}

.ql-bubble .ql-hidden {
	display: none
}

.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
	visibility: hidden
}

.ql-bubble .ql-tooltip {
	position: absolute;
	-webkit-transform: translateY(10px);
	transform: translateY(10px)
}

.ql-bubble .ql-tooltip a {
	cursor: pointer;
	text-decoration: none
}

.ql-bubble .ql-tooltip.ql-flip {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.ql-bubble .ql-formats {
	display: inline-block;
	vertical-align: middle
}

.ql-bubble .ql-formats:after {
	clear: both;
	content: "";
	display: table
}

.ql-bubble .ql-stroke {
	fill: none;
	stroke: #ccc;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2
}

.ql-bubble .ql-stroke-miter {
	fill: none;
	stroke: #ccc;
	stroke-miterlimit: 10;
	stroke-width: 2
}

.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
	fill: #ccc
}

.ql-bubble .ql-empty {
	fill: none
}

.ql-bubble .ql-even {
	fill-rule: evenodd
}

.ql-bubble .ql-stroke.ql-thin,
.ql-bubble .ql-thin {
	stroke-width: 1
}

.ql-bubble .ql-transparent {
	opacity: .4
}

.ql-bubble .ql-direction svg:last-child {
	display: none
}

.ql-bubble .ql-direction.ql-active svg:last-child {
	display: inline
}

.ql-bubble .ql-direction.ql-active svg:first-child {
	display: none
}

.ql-bubble .ql-editor h1 {
	font-size: 2em
}

.ql-bubble .ql-editor h2 {
	font-size: 1.5em
}

.ql-bubble .ql-editor h3 {
	font-size: 1.17em
}

.ql-bubble .ql-editor h4 {
	font-size: 1em
}

.ql-bubble .ql-editor h5 {
	font-size: .83em
}

.ql-bubble .ql-editor h6 {
	font-size: .67em
}

.ql-bubble .ql-editor a {
	text-decoration: underline
}

.ql-bubble .ql-editor blockquote {
	border-left: 4px solid #ccc;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 16px
}

.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
	background-color: #f0f0f0;
	border-radius: 3px
}

.ql-bubble .ql-editor pre {
	white-space: pre-wrap;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px 10px
}

.ql-bubble .ql-editor code {
	font-size: 85%;
	padding: 2px 4px
}

.ql-bubble .ql-editor pre.ql-syntax {
	background-color: #23241f;
	color: #f8f8f2;
	overflow: visible
}

.ql-bubble .ql-editor img {
	max-width: 100%
}

.ql-bubble .ql-picker {
	color: #ccc;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 500;
	height: 24px;
	position: relative;
	vertical-align: middle
}

.ql-bubble .ql-picker-label {
	cursor: pointer;
	display: inline-block;
	height: 100%;
	padding-left: 8px;
	padding-right: 2px;
	position: relative;
	width: 100%
}

.ql-bubble .ql-picker-label:before {
	display: inline-block;
	line-height: 22px
}

.ql-bubble .ql-picker-options {
	background-color: #444;
	display: none;
	min-width: 100%;
	padding: 4px 8px;
	position: absolute;
	white-space: nowrap
}

.ql-bubble .ql-picker-options .ql-picker-item {
	cursor: pointer;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
	color: #777;
	z-index: 2
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
	fill: #777
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
	stroke: #777
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
	display: block;
	margin-top: -1px;
	top: 100%;
	z-index: 1
}

.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
	width: 28px
}

.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
	padding: 2px 4px
}

.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
	right: 4px
}

.ql-bubble .ql-icon-picker .ql-picker-options {
	padding: 4px 0
}

.ql-bubble .ql-icon-picker .ql-picker-item {
	height: 24px;
	width: 24px;
	padding: 2px 4px
}

.ql-bubble .ql-color-picker .ql-picker-options {
	padding: 3px 5px;
	width: 152px
}

.ql-bubble .ql-color-picker .ql-picker-item {
	border: 1px solid transparent;
	float: left;
	height: 16px;
	margin: 2px;
	padding: 0;
	width: 16px
}

.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
	position: absolute;
	margin-top: -9px;
	right: 0;
	top: 50%;
	width: 18px
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
	content: attr(data-label)
}

.ql-bubble .ql-picker.ql-header {
	width: 98px
}

.ql-bubble .ql-picker.ql-header .ql-picker-item:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label:before {
	content: "Normal"
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
	content: "Heading 1"
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
	content: "Heading 2"
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
	content: "Heading 3"
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
	content: "Heading 4"
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
	content: "Heading 5"
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
	content: "Heading 6"
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
	font-size: 2em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
	font-size: 1.5em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
	font-size: 1.17em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
	font-size: 1em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
	font-size: .83em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
	font-size: .67em
}

.ql-bubble .ql-picker.ql-font {
	width: 108px
}

.ql-bubble .ql-picker.ql-font .ql-picker-item:before,
.ql-bubble .ql-picker.ql-font .ql-picker-label:before {
	content: "Sans Serif"
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before {
	content: "Serif"
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before {
	content: "Monospace"
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
	font-family: Georgia, Times New Roman, serif
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
	font-family: Monaco, Courier New, monospace
}

.ql-bubble .ql-picker.ql-size {
	width: 98px
}

.ql-bubble .ql-picker.ql-size .ql-picker-item:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label:before {
	content: "Normal"
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before {
	content: "Small"
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before {
	content: "Large"
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before {
	content: "Huge"
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
	font-size: 10px
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
	font-size: 18px
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
	font-size: 32px
}

.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
	background-color: #fff
}

.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
	background-color: #000
}

.ql-bubble .ql-toolbar .ql-formats {
	margin: 8px 12px 8px 0
}

.ql-bubble .ql-toolbar .ql-formats:first-child {
	margin-left: 12px
}

.ql-bubble .ql-color-picker svg {
	margin: 1px
}

.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
	border-color: #fff
}

.ql-bubble .ql-tooltip {
	background-color: #444;
	border-radius: 25px;
	color: #fff
}

.ql-bubble .ql-tooltip-arrow {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: " ";
	display: block;
	left: 50%;
	margin-left: -6px;
	position: absolute
}

.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
	border-bottom: 6px solid #444;
	top: -6px
}

.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
	border-top: 6px solid #444;
	bottom: -6px
}

.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
	display: block
}

.ql-bubble .ql-tooltip.ql-editing .ql-formats {
	visibility: hidden
}

.ql-bubble .ql-tooltip-editor {
	display: none
}

.ql-bubble .ql-tooltip-editor input[type=text] {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 13px;
	height: 100%;
	outline: none;
	padding: 10px 20px;
	position: absolute;
	width: 100%
}

.ql-bubble .ql-tooltip-editor a {
	top: 10px;
	position: absolute;
	right: 20px
}

.ql-bubble .ql-tooltip-editor a:before {
	color: #ccc;
	content: "\D7";
	font-size: 16px;
	font-weight: 700
}

.ql-container.ql-bubble:not(.ql-disabled) a {
	position: relative;
	white-space: nowrap
}

.ql-container.ql-bubble:not(.ql-disabled) a:before {
	background-color: #444;
	border-radius: 15px;
	top: -5px;
	font-size: 12px;
	color: #fff;
	content: attr(href);
	font-weight: 400;
	overflow: hidden;
	padding: 5px 15px;
	text-decoration: none;
	z-index: 1
}

.ql-container.ql-bubble:not(.ql-disabled) a:after {
	border-top: 6px solid #444;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	top: 0;
	content: " ";
	height: 0;
	width: 0
}

.ql-container.ql-bubble:not(.ql-disabled) a:after,
.ql-container.ql-bubble:not(.ql-disabled) a:before {
	left: 0;
	margin-left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	-webkit-transition: visibility 0s ease .2s;
	transition: visibility 0s ease .2s;
	visibility: hidden
}

.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,
.ql-container.ql-bubble:not(.ql-disabled) a:hover:before {
	visibility: visible
}


/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

.ql-container {
	box-sizing: border-box;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0;
	position: relative
}

.ql-container.ql-disabled .ql-tooltip {
	visibility: hidden
}

.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before {
	pointer-events: none
}

.ql-clipboard {
	left: -100000px;
	height: 1px;
	overflow-y: hidden;
	position: absolute;
	top: 50%
}

.ql-clipboard p {
	margin: 0;
	padding: 0
}

.ql-editor {
	box-sizing: border-box;
	line-height: 1.42;
	height: 100%;
	outline: none;
	overflow-y: auto;
	padding: 12px 15px;
	-o-tab-size: 4;
	tab-size: 4;
	-moz-tab-size: 4;
	text-align: left;
	white-space: pre-wrap;
	word-wrap: break-word
}

.ql-editor>* {
	cursor: text
}

.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
	margin: 0;
	padding: 0;
	counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol,
.ql-editor ul {
	padding-left: 1.5em
}

.ql-editor ol>li,
.ql-editor ul>li {
	list-style-type: none
}

.ql-editor ul>li:before {
	content: "\2022"
}

.ql-editor ul[data-checked=false],
.ql-editor ul[data-checked=true] {
	pointer-events: none
}

.ql-editor ul[data-checked=false]>li *,
.ql-editor ul[data-checked=true]>li * {
	pointer-events: all
}

.ql-editor ul[data-checked=false]>li:before,
.ql-editor ul[data-checked=true]>li:before {
	color: #777;
	cursor: pointer;
	pointer-events: all
}

.ql-editor ul[data-checked=true]>li:before {
	content: "\2611"
}

.ql-editor ul[data-checked=false]>li:before {
	content: "\2610"
}

.ql-editor li:before {
	display: inline-block;
	white-space: nowrap;
	width: 1.2em
}

.ql-editor li:not(.ql-direction-rtl):before {
	margin-left: -1.5em;
	margin-right: .3em;
	text-align: right
}

.ql-editor li.ql-direction-rtl:before {
	margin-left: .3em;
	margin-right: -1.5em
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
	padding-left: 1.5em
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
	padding-right: 1.5em
}

.ql-editor ol li {
	counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
	counter-increment: list-0
}

.ql-editor ol li:before {
	content: counter(list-0, decimal) ". "
}

.ql-editor ol li.ql-indent-1 {
	counter-increment: list-1
}

.ql-editor ol li.ql-indent-1:before {
	content: counter(list-1, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-1 {
	counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-2 {
	counter-increment: list-2
}

.ql-editor ol li.ql-indent-2:before {
	content: counter(list-2, lower-roman) ". "
}

.ql-editor ol li.ql-indent-2 {
	counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-3 {
	counter-increment: list-3
}

.ql-editor ol li.ql-indent-3:before {
	content: counter(list-3, decimal) ". "
}

.ql-editor ol li.ql-indent-3 {
	counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-4 {
	counter-increment: list-4
}

.ql-editor ol li.ql-indent-4:before {
	content: counter(list-4, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-4 {
	counter-reset: list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-5 {
	counter-increment: list-5
}

.ql-editor ol li.ql-indent-5:before {
	content: counter(list-5, lower-roman) ". "
}

.ql-editor ol li.ql-indent-5 {
	counter-reset: list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-6 {
	counter-increment: list-6
}

.ql-editor ol li.ql-indent-6:before {
	content: counter(list-6, decimal) ". "
}

.ql-editor ol li.ql-indent-6 {
	counter-reset: list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-7 {
	counter-increment: list-7
}

.ql-editor ol li.ql-indent-7:before {
	content: counter(list-7, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-7 {
	counter-reset: list-8 list-9
}

.ql-editor ol li.ql-indent-8 {
	counter-increment: list-8
}

.ql-editor ol li.ql-indent-8:before {
	content: counter(list-8, lower-roman) ". "
}

.ql-editor ol li.ql-indent-8 {
	counter-reset: list-9
}

.ql-editor ol li.ql-indent-9 {
	counter-increment: list-9
}

.ql-editor ol li.ql-indent-9:before {
	content: counter(list-9, decimal) ". "
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
	padding-left: 3em
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
	padding-left: 4.5em
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
	padding-right: 3em
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
	padding-right: 4.5em
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
	padding-left: 6em
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
	padding-left: 7.5em
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
	padding-right: 6em
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
	padding-right: 7.5em
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
	padding-left: 9em
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
	padding-left: 10.5em
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
	padding-right: 9em
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
	padding-right: 10.5em
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
	padding-left: 12em
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
	padding-left: 13.5em
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
	padding-right: 12em
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
	padding-right: 13.5em
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
	padding-left: 15em
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
	padding-left: 16.5em
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
	padding-right: 15em
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
	padding-right: 16.5em
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
	padding-left: 18em
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
	padding-left: 19.5em
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
	padding-right: 18em
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
	padding-right: 19.5em
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
	padding-left: 21em
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
	padding-left: 22.5em
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
	padding-right: 21em
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
	padding-right: 22.5em
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
	padding-left: 24em
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
	padding-left: 25.5em
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
	padding-right: 24em
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
	padding-right: 25.5em
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
	padding-left: 27em
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
	padding-left: 28.5em
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
	padding-right: 27em
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
	padding-right: 28.5em
}

.ql-editor .ql-video {
	display: block;
	max-width: 100%
}

.ql-editor .ql-video.ql-align-center {
	margin: 0 auto
}

.ql-editor .ql-video.ql-align-right {
	margin: 0 0 0 auto
}

.ql-editor .ql-bg-black {
	background-color: #000
}

.ql-editor .ql-bg-red {
	background-color: #e60000
}

.ql-editor .ql-bg-orange {
	background-color: #f90
}

.ql-editor .ql-bg-yellow {
	background-color: #ff0
}

.ql-editor .ql-bg-green {
	background-color: #008a00
}

.ql-editor .ql-bg-blue {
	background-color: #06c
}

.ql-editor .ql-bg-purple {
	background-color: #93f
}

.ql-editor .ql-color-white {
	color: #fff
}

.ql-editor .ql-color-red {
	color: #e60000
}

.ql-editor .ql-color-orange {
	color: #f90
}

.ql-editor .ql-color-yellow {
	color: #ff0
}

.ql-editor .ql-color-green {
	color: #008a00
}

.ql-editor .ql-color-blue {
	color: #06c
}

.ql-editor .ql-color-purple {
	color: #93f
}

.ql-editor .ql-font-serif {
	font-family: Georgia, Times New Roman, serif
}

.ql-editor .ql-font-monospace {
	font-family: Monaco, Courier New, monospace
}

.ql-editor .ql-size-small {
	font-size: .75em
}

.ql-editor .ql-size-large {
	font-size: 1.5em
}

.ql-editor .ql-size-huge {
	font-size: 2.5em
}

.ql-editor .ql-direction-rtl {
	direction: rtl;
	text-align: inherit
}

.ql-editor .ql-align-center {
	text-align: center
}

.ql-editor .ql-align-justify {
	text-align: justify
}

.ql-editor .ql-align-right {
	text-align: right
}

.ql-editor.ql-blank:before {
	color: rgba(0, 0, 0, .6);
	content: attr(data-placeholder);
	font-style: italic;
	left: 15px;
	pointer-events: none;
	position: absolute;
	right: 15px
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
	clear: both;
	content: "";
	display: table
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 24px;
	padding: 3px 5px;
	width: 28px
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
	float: left;
	height: 100%
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
	outline: none
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
	display: none
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover {
	color: #06c
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
	fill: #06c
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter {
	stroke: #06c
}

@media (pointer:coarse) {
	.ql-snow.ql-toolbar button:hover:not(.ql-active),
	.ql-snow .ql-toolbar button:hover:not(.ql-active) {
		color: #444
	}
	.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
	.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
	.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
	.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
		fill: #444
	}
	.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
	.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
	.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
	.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
		stroke: #444
	}
}

.ql-snow,
.ql-snow * {
	box-sizing: border-box
}

.ql-snow .ql-hidden {
	display: none
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
	visibility: hidden
}

.ql-snow .ql-tooltip {
	position: absolute;
	-webkit-transform: translateY(10px);
	transform: translateY(10px)
}

.ql-snow .ql-tooltip a {
	cursor: pointer;
	text-decoration: none
}

.ql-snow .ql-tooltip.ql-flip {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.ql-snow .ql-formats {
	display: inline-block;
	vertical-align: middle
}

.ql-snow .ql-formats:after {
	clear: both;
	content: "";
	display: table
}

.ql-snow .ql-stroke {
	fill: none;
	stroke: #444;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2
}

.ql-snow .ql-stroke-miter {
	fill: none;
	stroke: #444;
	stroke-miterlimit: 10;
	stroke-width: 2
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
	fill: #444
}

.ql-snow .ql-empty {
	fill: none
}

.ql-snow .ql-even {
	fill-rule: evenodd
}

.ql-snow .ql-stroke.ql-thin,
.ql-snow .ql-thin {
	stroke-width: 1
}

.ql-snow .ql-transparent {
	opacity: .4
}

.ql-snow .ql-direction svg:last-child {
	display: none
}

.ql-snow .ql-direction.ql-active svg:last-child {
	display: inline
}

.ql-snow .ql-direction.ql-active svg:first-child {
	display: none
}

.ql-snow .ql-editor h1 {
	font-size: 2em
}

.ql-snow .ql-editor h2 {
	font-size: 1.5em
}

.ql-snow .ql-editor h3 {
	font-size: 1.17em
}

.ql-snow .ql-editor h4 {
	font-size: 1em
}

.ql-snow .ql-editor h5 {
	font-size: .83em
}

.ql-snow .ql-editor h6 {
	font-size: .67em
}

.ql-snow .ql-editor a {
	text-decoration: underline
}

.ql-snow .ql-editor blockquote {
	border-left: 4px solid #ccc;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 16px
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
	background-color: #f0f0f0;
	border-radius: 3px
}

.ql-snow .ql-editor pre {
	white-space: pre-wrap;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px 10px
}

.ql-snow .ql-editor code {
	font-size: 85%;
	padding: 2px 4px
}

.ql-snow .ql-editor pre.ql-syntax {
	background-color: #23241f;
	color: #f8f8f2
}

.ql-snow .ql-editor img {
	max-width: 100%
}

.ql-snow .ql-picker {
	color: #444;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 500;
	height: 24px;
	position: relative;
	vertical-align: middle
}

.ql-snow .ql-picker-label {
	cursor: pointer;
	display: inline-block;
	height: 100%;
	padding-left: 8px;
	padding-right: 2px;
	position: relative;
	width: 100%
}

.ql-snow .ql-picker-label:before {
	display: inline-block;
	line-height: 22px
}

.ql-snow .ql-picker-options {
	background-color: #fff;
	display: none;
	min-width: 100%;
	padding: 4px 8px;
	position: absolute;
	white-space: nowrap
}

.ql-snow .ql-picker-options .ql-picker-item {
	cursor: pointer;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
	color: #ccc;
	z-index: 2
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
	fill: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
	stroke: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
	display: block;
	margin-top: -1px;
	top: 100%;
	z-index: 1
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
	width: 28px
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
	padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
	right: 4px
}

.ql-snow .ql-icon-picker .ql-picker-options {
	padding: 4px 0
}

.ql-snow .ql-icon-picker .ql-picker-item {
	height: 24px;
	width: 24px;
	padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-options {
	padding: 3px 5px;
	width: 152px
}

.ql-snow .ql-color-picker .ql-picker-item {
	border: 1px solid transparent;
	float: left;
	height: 16px;
	margin: 2px;
	padding: 0;
	width: 16px
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
	position: absolute;
	margin-top: -9px;
	right: 0;
	top: 50%;
	width: 18px
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
	content: attr(data-label)
}

.ql-snow .ql-picker.ql-header {
	width: 98px
}

.ql-snow .ql-picker.ql-header .ql-picker-item:before,
.ql-snow .ql-picker.ql-header .ql-picker-label:before {
	content: "Normal"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
	content: "Heading 1"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
	content: "Heading 2"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
	content: "Heading 3"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
	content: "Heading 4"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
	content: "Heading 5"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
	content: "Heading 6"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
	font-size: 2em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
	font-size: 1.5em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
	font-size: 1.17em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
	font-size: 1em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
	font-size: .83em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
	font-size: .67em
}

.ql-snow .ql-picker.ql-font {
	width: 108px
}

.ql-snow .ql-picker.ql-font .ql-picker-item:before,
.ql-snow .ql-picker.ql-font .ql-picker-label:before {
	content: "Sans Serif"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before {
	content: "Serif"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before {
	content: "Monospace"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
	font-family: Georgia, Times New Roman, serif
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
	font-family: Monaco, Courier New, monospace
}

.ql-snow .ql-picker.ql-size {
	width: 98px
}

.ql-snow .ql-picker.ql-size .ql-picker-item:before,
.ql-snow .ql-picker.ql-size .ql-picker-label:before {
	content: "Normal"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before {
	content: "Small"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before {
	content: "Large"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before {
	content: "Huge"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
	font-size: 10px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
	font-size: 18px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
	font-size: 32px
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
	background-color: #fff
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
	background-color: #000
}

.ql-toolbar.ql-snow {
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	padding: 8px
}

.ql-toolbar.ql-snow .ql-formats {
	margin-right: 15px
}

.ql-toolbar.ql-snow .ql-picker-label {
	border: 1px solid transparent
}

.ql-toolbar.ql-snow .ql-picker-options {
	border: 1px solid transparent;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
	border-color: #ccc
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
	border-color: #000
}

.ql-toolbar.ql-snow+.ql-container.ql-snow {
	border-top: 0
}

.ql-snow .ql-tooltip {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ddd;
	color: #444;
	padding: 5px 12px;
	white-space: nowrap
}

.ql-snow .ql-tooltip:before {
	content: "Visit URL:";
	line-height: 26px;
	margin-right: 8px
}

.ql-snow .ql-tooltip input[type=text] {
	display: none;
	border: 1px solid #ccc;
	font-size: 13px;
	height: 26px;
	margin: 0;
	padding: 3px 5px;
	width: 170px
}

.ql-snow .ql-tooltip a.ql-preview {
	display: inline-block;
	max-width: 200px;
	overflow-x: hidden;
	text-overflow: ellipsis;
	vertical-align: top
}

.ql-snow .ql-tooltip a.ql-action:after {
	border-right: 1px solid #ccc;
	content: "Edit";
	margin-left: 16px;
	padding-right: 8px
}

.ql-snow .ql-tooltip a.ql-remove:before {
	content: "Remove";
	margin-left: 8px
}

.ql-snow .ql-tooltip a {
	line-height: 26px
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
	display: none
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
	display: inline-block
}

.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
	border-right: 0;
	content: "Save";
	padding-right: 0
}

.ql-snow .ql-tooltip[data-mode=link]:before {
	content: "Enter link:"
}

.ql-snow .ql-tooltip[data-mode=formula]:before {
	content: "Enter formula:"
}

.ql-snow .ql-tooltip[data-mode=video]:before {
	content: "Enter video:"
}

.ql-snow a {
	color: #06c
}

.ql-container.ql-snow {
	border: 1px solid #ccc
}

.fc {
	direction: ltr;
	text-align: left
}

.fc-rtl {
	text-align: right
}

body .fc {
	font-size: 1em
}

.fc-highlight {
	background: #bce8f1;
	opacity: .3
}

.fc-bgevent {
	background: #8fdf82;
	opacity: .3
}

.fc-nonbusiness {
	background: #d7d7d7
}

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.fc-popover .fc-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding: 2px 4px
}

.fc-rtl .fc-popover .fc-header {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px
}

.fc-popover .fc-header .fc-close {
	cursor: pointer;
	opacity: .65;
	font-size: 1.1em
}

.fc-divider {
	border-style: solid;
	border-width: 1px
}

hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px;
	border-width: 1px 0
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.fc-bg {
	bottom: 0
}

.fc-bg table {
	height: 100%
}

.fc table {
	width: 100%;
	box-sizing: border-box;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em
}

.fc th {
	text-align: center
}

.fc td,
.fc th {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top
}

.fc td.fc-today {
	border-style: double
}

a[data-goto] {
	cursor: pointer
}

a[data-goto]:hover {
	text-decoration: underline
}

.fc .fc-row {
	border-style: solid;
	border-width: 0
}

.fc-row table {
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;
	border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
	border-top: 0 hidden transparent
}

.fc-row {
	position: relative
}

.fc-row .fc-bg {
	z-index: 1
}

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
	border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2
}

.fc-row .fc-highlight-skeleton {
	z-index: 3
}

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px
}

.fc-row .fc-mirror-skeleton {
	z-index: 5
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
	background: none;
	border-color: transparent
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
	border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
	border-top: 0
}

.fc-scroller {
	-webkit-overflow-scrolling: touch
}

.fc-scroller>.fc-day-grid,
.fc-scroller>.fc-time-grid {
	position: relative;
	width: 100%
}

.fc-event {
	position: relative;
	display: block;
	font-size: .85em;
	line-height: 1.4;
	border-radius: 3px;
	border: 1px solid #3788d8
}

.fc-event,
.fc-event-dot {
	background-color: #3788d8
}

.fc-event,
.fc-event:hover {
	color: #fff;
	text-decoration: none
}

.fc-event.fc-draggable,
.fc-event[href] {
	cursor: pointer
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
	cursor: not-allowed
}

.fc-event .fc-content {
	position: relative;
	z-index: 2
}

.fc-event .fc-resizer {
	position: absolute;
	z-index: 4;
	display: none
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
	display: block
}

.fc-event.fc-selected .fc-resizer:before {
	content: "";
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px
}

.fc-event.fc-selected {
	z-index: 9999!important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.fc-event.fc-selected:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	background: #000;
	opacity: .25
}

.fc-event.fc-dragging.fc-selected {
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}

.fc-event.fc-dragging:not(.fc-selected) {
	opacity: .75
}

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

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
	cursor: w-resize;
	left: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
	cursor: e-resize;
	right: -1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
	width: 7px;
	top: -1px;
	bottom: -1px
}

.fc-h-event.fc-selected .fc-resizer {
	border-radius: 4px;
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: inherit;
	background: #fff;
	top: 50%;
	margin-top: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
	margin-left: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
	margin-right: -4px
}

.fc-day-grid-event {
	margin: 1px 2px 0;
	padding: 0 1px
}

tr:first-child>td>.fc-day-grid-event {
	margin-top: 2px
}

.fc-mirror-skeleton tr:first-child>td>.fc-day-grid-event {
	margin-top: 0
}

.fc-day-grid-event .fc-content {
	white-space: nowrap;
	overflow: hidden
}

.fc-day-grid-event .fc-time {
	font-weight: 700
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
	margin-left: -2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
	margin-right: -2px
}

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none
}

a.fc-more:hover {
	text-decoration: underline
}

.fc-limited {
	display: none
}

.fc-day-grid .fc-row {
	z-index: 1
}

.fc-more-popover {
	z-index: 2;
	width: 220px
}

.fc-more-popover .fc-event-container {
	padding: 10px
}

.fc-now-indicator {
	position: absolute;
	border: 0 solid red
}

.fc-unselectable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
	border-color: #ddd
}

.fc-unthemed .fc-popover {
	background-color: #fff
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
	background: #eee
}

.fc-unthemed td.fc-today {
	background: #fcf8e3
}

.fc-unthemed .fc-disabled-day {
	background: #d7d7d7;
	opacity: .3
}

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

.fc-icon {
	font-family: fcicons!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fc-icon-chevron-left:before {
	content: ""
}

.fc-icon-chevron-right:before {
	content: ""
}

.fc-icon-chevrons-left:before {
	content: ""
}

.fc-icon-chevrons-right:before {
	content: ""
}

.fc-icon-minus-square:before {
	content: ""
}

.fc-icon-plus-square:before {
	content: ""
}

.fc-icon-x:before {
	content: ""
}

.fc-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	text-align: center
}

.fc-button {
	border-radius: 0;
	overflow: visible;
	text-transform: none;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

.fc-button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

.fc-button {
	-webkit-appearance: button
}

.fc-button:not(:disabled) {
	cursor: pointer
}

.fc-button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

.fc-button {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .4em .65em;
	font-size: 1em;
	line-height: 1.5;
	border-radius: .25em
}

.fc-button:hover {
	color: #212529;
	text-decoration: none
}

.fc-button:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(44, 62, 80, .25)
}

.fc-button:disabled {
	opacity: .65
}

.fc-button-primary {
	color: #fff;
	background-color: #2c3e50;
	border-color: #2c3e50
}

.fc-button-primary:hover {
	color: #fff;
	background-color: #1e2b37;
	border-color: #1a252f
}

.fc-button-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5)
}

.fc-button-primary:disabled {
	color: #fff;
	background-color: #2c3e50;
	border-color: #2c3e50
}

.fc-button-primary:not(:disabled).fc-button-active,
.fc-button-primary:not(:disabled):active {
	color: #fff;
	background-color: #1a252f;
	border-color: #151e27
}

.fc-button-primary:not(:disabled).fc-button-active:focus,
.fc-button-primary:not(:disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5)
}

.fc-button .fc-icon {
	vertical-align: middle;
	font-size: 1.5em
}

.fc-button-group {
	position: relative;
	display: -webkit-inline-box;
	display: inline-flex;
	vertical-align: middle
}

.fc-button-group>.fc-button {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto
}

.fc-button-group>.fc-button.fc-button-active,
.fc-button-group>.fc-button:active,
.fc-button-group>.fc-button:focus,
.fc-button-group>.fc-button:hover {
	z-index: 1
}

.fc-button-group>.fc-button:not(:first-child) {
	margin-left: -1px
}

.fc-button-group>.fc-button:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.fc-button-group>.fc-button:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid
}

.fc-unthemed .fc-list-item:hover td {
	background-color: #f5f5f5
}

.fc-toolbar {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center
}

.fc-toolbar.fc-header-toolbar {
	margin-bottom: 1.5em
}

.fc-toolbar.fc-footer-toolbar {
	margin-top: 1.5em
}

.fc-toolbar>*>:not(:first-child) {
	margin-left: .75em
}

.fc-toolbar h2 {
	font-size: 1.75em;
	margin: 0
}

.fc-view-container {
	position: relative
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
	box-sizing: content-box
}

.fc-view,
.fc-view>table {
	position: relative;
	z-index: 1
}

@media print {
	.fc {
		max-width: 100%!important
	}
	.fc-event {
		background: #fff!important;
		color: #000!important;
		page-break-inside: avoid
	}
	.fc-event .fc-resizer {
		display: none
	}
	.fc-row,
	.fc hr,
	.fc tbody,
	.fc td,
	.fc th,
	.fc thead {
		border-color: #ccc!important;
		background: #fff!important
	}
	.fc-bg,
	.fc-bgevent-container,
	.fc-bgevent-skeleton,
	.fc-business-container,
	.fc-highlight-container,
	.fc-highlight-skeleton,
	.fc-mirror-container,
	.fc-mirror-skeleton {
		display: none
	}
	.fc tbody .fc-row {
		height: auto!important;
		min-height: 0!important
	}
	.fc tbody .fc-row .fc-content-skeleton {
		position: static;
		padding-bottom: 0!important
	}
	.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
		padding-bottom: 1em
	}
	.fc tbody .fc-row .fc-content-skeleton table {
		height: 1em
	}
	.fc-more,
	.fc-more-cell {
		display: none!important
	}
	.fc tr.fc-limited {
		display: table-row!important
	}
	.fc td.fc-limited {
		display: table-cell!important
	}
	.fc-popover {
		display: none
	}
	.fc-time-grid {
		min-height: 0!important
	}
	.fc-timeGrid-view .fc-axis {
		display: none
	}
	.fc-slats,
	.fc-time-grid hr {
		display: none!important
	}
	.fc-time-grid .fc-content-skeleton {
		position: static
	}
	.fc-time-grid .fc-content-skeleton table {
		height: 4em
	}
	.fc-time-grid .fc-event-container {
		margin: 0!important
	}
	.fc-time-grid .fc-event {
		position: static!important;
		margin: 3px 2px!important
	}
	.fc-time-grid .fc-event.fc-not-end {
		border-bottom-width: 1px!important
	}
	.fc-time-grid .fc-event.fc-not-end:after {
		content: "..."
	}
	.fc-time-grid .fc-event.fc-not-start {
		border-top-width: 1px!important
	}
	.fc-time-grid .fc-event.fc-not-start:before {
		content: "..."
	}
	.fc-time-grid .fc-event .fc-time {
		white-space: normal!important
	}
	.fc-time-grid .fc-event .fc-time span {
		display: none
	}
	.fc-time-grid .fc-event .fc-time:after {
		content: attr(data-full)
	}
	.fc-day-grid-container,
	.fc-scroller,
	.fc-time-grid-container {
		overflow: visible!important;
		height: auto!important
	}
	.fc-row {
		border: 0!important;
		margin: 0!important
	}
	.fc-button-group,
	.fc button {
		display: none
	}
}

.fc-dayGridDay-view .fc-content-skeleton,
.fc-dayGridWeek-view .fc-content-skeleton {
	padding-bottom: 1em
}

.fc-dayGrid-view .fc-body .fc-row {
	min-height: 4em
}

.fc-row.fc-rigid {
	overflow: hidden
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.fc-day-top.fc-other-month {
	opacity: .3
}

.fc-dayGrid-view .fc-day-number,
.fc-dayGrid-view .fc-week-number {
	padding: 2px
}

.fc-dayGrid-view th.fc-day-number,
.fc-dayGrid-view th.fc-week-number {
	padding: 0 2px
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
	float: right
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
	float: left
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
	float: left;
	border-radius: 0 0 3px 0
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
	float: right;
	border-radius: 0 0 0 3px
}

.fc-dayGrid-view .fc-day-top .fc-week-number {
	min-width: 1.5em;
	text-align: center;
	background-color: #f2f2f2;
	color: grey
}

.fc-dayGrid-view td.fc-week-number {
	text-align: center
}

.fc-dayGrid-view td.fc-week-number>* {
	display: inline-block;
	min-width: 1.25em
}

.fc-timeGrid-view .fc-day-grid {
	position: relative;
	z-index: 2
}

.fc-timeGrid-view .fc-day-grid .fc-row {
	min-height: 3em
}

.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-bottom: 1em
}

.fc .fc-axis {
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap
}

.fc-ltr .fc-axis {
	text-align: right
}

.fc-rtl .fc-axis {
	text-align: left
}

.fc-time-grid,
.fc-time-grid-container {
	position: relative;
	z-index: 1
}

.fc-time-grid {
	min-height: 100%
}

.fc-time-grid table {
	border: 0 hidden transparent
}

.fc-time-grid>.fc-bg {
	z-index: 1
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
	position: relative;
	z-index: 2
}

.fc-time-grid .fc-content-col {
	position: relative
}

.fc-time-grid .fc-content-skeleton {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0
}

.fc-time-grid .fc-business-container {
	position: relative;
	z-index: 1
}

.fc-time-grid .fc-bgevent-container {
	position: relative;
	z-index: 2
}

.fc-time-grid .fc-highlight-container {
	z-index: 3
}

.fc-time-grid .fc-event-container {
	position: relative;
	z-index: 4
}

.fc-time-grid .fc-now-indicator-line {
	z-index: 5
}

.fc-time-grid .fc-mirror-container {
	position: relative;
	z-index: 6
}

.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted
}

.fc-time-grid .fc-highlight-container {
	position: relative
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0
}

.fc-ltr .fc-time-grid .fc-event-container {
	margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
	margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
	position: absolute;
	z-index: 1
}

.fc-time-grid .fc-bgevent {
	left: 0;
	right: 0
}

.fc-time-grid-event {
	margin-bottom: 1px
}

.fc-time-grid-event-inset {
	box-shadow: 0 0 0 1px #fff
}

.fc-time-grid-event.fc-not-start {
	border-top-width: 0;
	padding-top: 1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.fc-time-grid-event.fc-not-end {
	border-bottom-width: 0;
	padding-bottom: 1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.fc-time-grid-event .fc-content {
	overflow: hidden;
	max-height: 100%
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px
}

.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
	white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	display: inline-block;
	vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: " - "
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em;
	padding: 0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
	content: "="
}

.fc-time-grid-event.fc-selected .fc-resizer {
	border-radius: 5px;
	width: 8px;
	height: 8px;
	border: 1px solid;
	border-color: inherit;
	background: #fff;
	left: 50%;
	margin-left: -5px;
	bottom: -5px
}

.fc-time-grid .fc-now-indicator-line {
	border-top-width: 1px;
	left: 0;
	right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
	margin-top: -5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
	left: 0;
	border-width: 5px 0 5px 6px;
	border-top-color: transparent;
	border-bottom-color: transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
	right: 0;
	border-width: 5px 6px 5px 0;
	border-top-color: transparent;
	border-bottom-color: transparent
}

.fc-event-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px
}

.fc-rtl .fc-list-view {
	direction: rtl
}

.fc-list-view {
	border-width: 1px;
	border-style: solid
}

.fc .fc-list-table {
	table-layout: auto
}

.fc-list-table td {
	border-width: 1px 0 0;
	padding: 8px 14px
}

.fc-list-table tr:first-child td {
	border-top-width: 0
}

.fc-list-heading {
	border-bottom-width: 1px
}

.fc-list-heading td {
	font-weight: 700
}

.fc-ltr .fc-list-heading-main {
	float: left
}

.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
	float: right
}

.fc-rtl .fc-list-heading-alt {
	float: left
}

.fc-list-item.fc-has-url {
	cursor: pointer
}

.fc-list-item-marker,
.fc-list-item-time {
	white-space: nowrap;
	width: 1px
}

.fc-ltr .fc-list-item-marker {
	padding-right: 0
}

.fc-rtl .fc-list-item-marker {
	padding-left: 0
}

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

.fc-list-item-title a[href]:hover {
	text-decoration: underline
}

.fc-list-empty-wrap2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.fc-list-empty-wrap1 {
	width: 100%;
	height: 100%;
	display: table
}

.fc-list-empty {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.fc-unthemed .fc-list-empty {
	background-color: #eee
}

.hljs {
	display: block;
	overflow-x: auto;
	padding: .5em;
	color: #333;
	background: #f8f8f8
}

.hljs-comment,
.hljs-quote {
	color: #998;
	font-style: italic
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
	color: #333;
	font-weight: 700
}

.hljs-literal,
.hljs-number,
.hljs-tag .hljs-attr,
.hljs-template-variable,
.hljs-variable {
	color: teal
}

.hljs-doctag,
.hljs-string {
	color: #d14
}

.hljs-section,
.hljs-selector-id,
.hljs-title {
	color: #900;
	font-weight: 700
}

.hljs-subst {
	font-weight: 400
}

.hljs-class .hljs-title,
.hljs-type {
	color: #458;
	font-weight: 700
}

.hljs-attribute,
.hljs-name,
.hljs-tag {
	color: navy;
	font-weight: 400
}

.hljs-link,
.hljs-regexp {
	color: #009926
}

.hljs-bullet,
.hljs-symbol {
	color: #990073
}

.hljs-built_in,
.hljs-builtin-name {
	color: #0086b3
}

.hljs-meta {
	color: #999;
	font-weight: 700
}

.hljs-deletion {
	background: #fdd
}

.hljs-addition {
	background: #dfd
}

.hljs-emphasis {
	font-style: italic
}

.hljs-strong {
	font-weight: 700
}

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/44*27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1*var(--swiper-navigation-size)/2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none!important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: normal
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #fff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s linear infinite;
	box-sizing: border-box;
	border-radius: 50%;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}


/*!
 * Proxima 1.0 (https://themeforest.net/user/5studios)
 * Premium Angular Admin Template
 * Copyright 2011-2019 The 5studios.net team (https://5studios.net)
 *
 * [ TABLE OF CONTENTS ]
 *
 * 1. RESET STYLES
 * 2. NAVIGATION
 *   2.1 - Navigation base styles
 *   2.2 - Pills
 * 3. FORMS
 *   3.1 - Form
 *   3.2 - Buttons
 * 4. UTILITIES
 *   4.1 - Background
 *   4.2 - Border
 *   4.3 - Devices
 *   4.4 - Lists
 *   4.5 - Misc
 *   4.6 - blanket
 *   4.7 - Position
 *   4.8 - Responsive
 *   4.9 - Spacing
 *   4.10 - Text
 *   4.11 - Type
 * 5. GENERAL CONTENT STYLES
 *   5.1 - Page Loader
 *   5.2 - Mockup
 *   5.3 - Icons
 * 6. SECTIONS
 *   6.1 - General Styles
 *   6.2 - Testimonials
 *   6.3 - Footer
 * 7. PRICING
 *   7.1 - General styles
 *   7.2 - Pricing heading
 * 8. PAGE HEADING
 * 9. CUSTOM
 */

@-webkit-keyframes loading-bar {
	0% {
		margin-left: -100%
	}
	to {
		margin-left: 100%
	}
}

@-webkit-keyframes loading-bar2 {
	0% {
		left: -100%
	}
	to {
		left: 100%
	}
}


/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray-dark: #384c74;
	--primary: #53f;
	--secondary: #506690;
	--success: #00c9b7;
	--info: #0083dd;
	--warning: #feb868;
	--danger: #f5365c;
	--light: #f9fbfd;
	--dark: #2b354f;
	--gray: #869ab8;
	--gray-light: #d9e2ef;
	--alternate: #fc9e21;
	--contrast: #fff;
	--darker: #001a3e;
	--black: #161c2d;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(22, 28, 45, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.01em;

	/* font-size: .8rem; */
	/*font-weight: 300*/;
	/* line-height: 1.5; */
	/* color: #6d768b; */
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	font-style: normal;
	line-height: inherit
}

address,
dl,
ol,
ul {
	margin-bottom: 1rem
}

dl,
ol,
ul {
	margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: 900
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #2b354f;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #10141d;
	text-decoration: underline
}

a:not([href]),
a:not([href]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	border-style: none
}

img,
svg {
	vertical-align: middle
}

svg {
	overflow: hidden
}

table {
	border-collapse: collapse
}

caption {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
	color: #869ab8;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

@media(max-width:1200px) {
	legend {
		font-size: calc(1.275rem + .3vw)
	}
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	line-height: 1.2
}

.h1,
h1 {
	font-size: 2rem
}

@media(max-width:1200px) {
	.h1,
	h1 {
		font-size: calc(1.325rem + .9vw)
	}
}

.h2,
h2 {
	font-size: 1.6rem
}

@media(max-width:1200px) {
	.h2,
	h2 {
		font-size: calc(1.285rem + .42vw)
	}
}

.h3,
h3 {
	font-size: 1.4rem
}

@media(max-width:1200px) {
	.h3,
	h3 {
		font-size: calc(1.265rem + .18vw)
	}
}

.h4,
h4 {
	font-size: 1.2rem
}

.h5,
h5 {
	font-size: 1rem
}

.h6,
h6 {
	font-size: .8rem
}

.lead {
	font-size: 1rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

@media(max-width:1200px) {
	.display-1 {
		font-size: calc(1.725rem + 5.7vw)
	}
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

@media(max-width:1200px) {
	.display-2 {
		font-size: calc(1.675rem + 5.1vw)
	}
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

@media(max-width:1200px) {
	.display-3 {
		font-size: calc(1.575rem + 3.9vw)
	}
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

@media(max-width:1200px) {
	.display-4 {
		font-size: calc(1.475rem + 2.7vw)
	}
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-top: 1px solid rgba(22, 28, 45, .1)
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #869ab8
}

.blockquote-footer:before {
	content: "— "
}

.img-fluid,
.img-thumbnail {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #d9e2ef;
	border-radius: .25rem
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #869ab8
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #2b354f;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	font-size: 87.5%;
	color: #2b354f
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media(min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media(min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media(min-width:1200px) {
	.container {
		max-width: 1260px
	}
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:576px) {
	.container,
	.container-sm {
		max-width: 540px
	}
}

@media(min-width:768px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
}

@media(min-width:992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
}

@media(min-width:1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1260px
	}
}

.row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%
}

.row-cols-1>* {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	-webkit-box-flex: 0;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.row-cols-4>* {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	-webkit-box-flex: 0;
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	-webkit-box-flex: 0;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1,
.col-auto {
	-webkit-box-flex: 0
}

.col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}

.col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.col-2,
.col-3 {
	-webkit-box-flex: 0
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.col-4,
.col-5 {
	-webkit-box-flex: 0
}

.col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-6,
.col-7 {
	-webkit-box-flex: 0
}

.col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}

.col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}

.col-8,
.col-9 {
	-webkit-box-flex: 0
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}

.col-10,
.col-11 {
	-webkit-box-flex: 0
}

.col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}

.col-12 {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-webkit-box-ordinal-group: 0;
	order: -1
}

.order-last {
	-webkit-box-ordinal-group: 14;
	order: 13
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	order: 0
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	order: 12
}

.offset-1 {
	margin-left: 8.3333333333%
}

.offset-2 {
	margin-left: 16.6666666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.3333333333%
}

.offset-5 {
	margin-left: 41.6666666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.3333333333%
}

.offset-8 {
	margin-left: 66.6666666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.3333333333%
}

.offset-11 {
	margin-left: 91.6666666667%
}

@media(min-width:576px) {
	.col-sm {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-sm-1>* {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-sm-2>* {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-sm-3>* {
		-webkit-box-flex: 0;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.row-cols-sm-4>* {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-sm-5>* {
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-sm-6>* {
		-webkit-box-flex: 0;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.3333333333%
	}
	.offset-sm-2 {
		margin-left: 16.6666666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.3333333333%
	}
	.offset-sm-5 {
		margin-left: 41.6666666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.3333333333%
	}
	.offset-sm-8 {
		margin-left: 66.6666666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.3333333333%
	}
	.offset-sm-11 {
		margin-left: 91.6666666667%
	}
}

@media(min-width:768px) {
	.col-md {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-md-1>* {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-md-2>* {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-md-3>* {
		-webkit-box-flex: 0;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.row-cols-md-4>* {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-md-5>* {
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-md-6>* {
		-webkit-box-flex: 0;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.3333333333%
	}
	.offset-md-2 {
		margin-left: 16.6666666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.3333333333%
	}
	.offset-md-5 {
		margin-left: 41.6666666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.3333333333%
	}
	.offset-md-8 {
		margin-left: 66.6666666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.3333333333%
	}
	.offset-md-11 {
		margin-left: 91.6666666667%
	}
}

@media(min-width:992px) {
	.col-lg {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-lg-1>* {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-lg-2>* {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-lg-3>* {
		-webkit-box-flex: 0;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.row-cols-lg-4>* {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-lg-5>* {
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-lg-6>* {
		-webkit-box-flex: 0;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.3333333333%
	}
	.offset-lg-2 {
		margin-left: 16.6666666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.3333333333%
	}
	.offset-lg-5 {
		margin-left: 41.6666666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.3333333333%
	}
	.offset-lg-8 {
		margin-left: 66.6666666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.3333333333%
	}
	.offset-lg-11 {
		margin-left: 91.6666666667%
	}
}

@media(min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-xl-1>* {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-xl-2>* {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-xl-3>* {
		-webkit-box-flex: 0;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.row-cols-xl-4>* {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-xl-5>* {
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-xl-6>* {
		-webkit-box-flex: 0;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		order: 13
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		order: 0
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		order: 1
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		order: 4
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		order: 5
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		order: 6
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		order: 7
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		order: 8
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		order: 9
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		order: 10
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		order: 11
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.3333333333%
	}
	.offset-xl-2 {
		margin-left: 16.6666666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.3333333333%
	}
	.offset-xl-5 {
		margin-left: 41.6666666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.3333333333%
	}
	.offset-xl-8 {
		margin-left: 66.6666666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.3333333333%
	}
	.offset-xl-11 {
		margin-left: 91.6666666667%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #6d768b
}

.table td,
.table th {
	padding: 1.125rem;
	vertical-align: top;
	border-top: 1px solid #edf2f9
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #edf2f9
}

.table tbody+tbody {
	border-top: 2px solid #edf2f9
}

.table-sm td,
.table-sm th {
	padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
	border: 1px solid #edf2f9
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f9fbfd
}

.table-hover tbody tr:hover {
	color: #6d768b;
	background-color: #f8fafd
}

.table-primary,
.table-primary>td,
.table-primary>th {
	background-color: #cfc6ff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
	border-color: #a795ff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #baadff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
	background-color: #ced4e0
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
	border-color: #a4afc5
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #bec6d6
}

.table-success,
.table-success>td,
.table-success>th {
	background-color: #b8f0eb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
	border-color: #7ae3da
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #a3ece5
}

.table-info,
.table-info>td,
.table-info>th {
	background-color: #b8dcf5
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
	border-color: #7abfed
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #a2d1f2
}

.table-warning,
.table-warning>td,
.table-warning>th {
	background-color: #ffebd5
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
	border-color: #fedab0
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffdfbc
}

.table-danger,
.table-danger>td,
.table-danger>th {
	background-color: #fcc7d1
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
	border-color: #fa96aa
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #fbafbd
}

.table-light,
.table-light>td,
.table-light>th {
	background-color: #fdfefe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
	border-color: #fcfdfe
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ecf6f6
}

.table-dark,
.table-dark>td,
.table-dark>th {
	background-color: #c4c6ce
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #9196a3
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b6b9c2
}

.table-gray,
.table-gray>td,
.table-gray>th {
	background-color: #dde3eb
}

.table-gray tbody+tbody,
.table-gray td,
.table-gray th,
.table-gray thead th {
	border-color: #c0cada
}

.table-hover .table-gray:hover,
.table-hover .table-gray:hover>td,
.table-hover .table-gray:hover>th {
	background-color: #cdd6e2
}

.table-gray-light,
.table-gray-light>td,
.table-gray-light>th {
	background-color: #f4f7fb
}

.table-gray-light tbody+tbody,
.table-gray-light td,
.table-gray-light th,
.table-gray-light thead th {
	border-color: #ebf0f7
}

.table-hover .table-gray-light:hover,
.table-hover .table-gray-light:hover>td,
.table-hover .table-gray-light:hover>th {
	background-color: #e1e9f4
}

.table-alternate,
.table-alternate>td,
.table-alternate>th {
	background-color: #fee4c1
}

.table-alternate tbody+tbody,
.table-alternate td,
.table-alternate th,
.table-alternate thead th {
	border-color: #fdcd8c
}

.table-hover .table-alternate:hover,
.table-hover .table-alternate:hover>td,
.table-hover .table-alternate:hover>th {
	background-color: #fed9a8
}

.table-contrast,
.table-contrast>td,
.table-contrast>th {
	background-color: #fff
}

.table-contrast tbody+tbody,
.table-contrast td,
.table-contrast th,
.table-contrast thead th {
	border-color: #fff
}

.table-hover .table-contrast:hover,
.table-hover .table-contrast:hover>td,
.table-hover .table-contrast:hover>th {
	background-color: #f2f2f2
}

.table-darker,
.table-darker>td,
.table-darker>th {
	background-color: #b8bfc9
}

.table-darker tbody+tbody,
.table-darker td,
.table-darker th,
.table-darker thead th {
	border-color: #7a889b
}

.table-hover .table-darker:hover,
.table-hover .table-darker:hover>td,
.table-hover .table-darker:hover>th {
	background-color: #aab2be
}

.table-black,
.table-black>td,
.table-black>th {
	background-color: #bebfc4
}

.table-black tbody+tbody,
.table-black td,
.table-black th,
.table-black thead th {
	border-color: #868992
}

.table-hover .table-black:hover,
.table-hover .table-black:hover>td,
.table-hover .table-black:hover>th {
	background-color: #b1b2b8
}

.table-active,
.table-active>td,
.table-active>th {
	background-color: #f8fafd
}

.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: #e5eef6
}

.table .thead-dark th {
	color: #fff;
	background-color: #384c74;
	border-color: #445d8e
}

.table .thead-light th {
	color: #869ab8;
	background-color: #f9fbfd;
	border-color: #edf2f9
}

.table-dark {
	color: #fff;
	background-color: #384c74
}

.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #445d8e
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: hsla(0, 0%, 100%, .075)
}

@media(max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media(max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media(max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media(max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.1rem + 2px);
	padding: .55rem 1rem;
	font-family: Poppins, sans-serif;
	font-size: .8rem;
	font-weight: 300;
	line-height: 1.5;
	color: #506690;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d9e2ef;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #506690
}

.form-control:focus {
	color: #506690;
	background-color: #fff;
	border-color: #53f;
	outline: 0;
	box-shadow: none
}

.form-control::-webkit-input-placeholder {
	color: #869ab8;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #869ab8;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #869ab8;
	opacity: 1
}

.form-control::placeholder {
	color: #869ab8;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f1f4f8;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #506690;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(.55rem + 1px);
	padding-bottom: calc(.55rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .7rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .55rem 0;
	margin-bottom: 0;
	font-size: .8rem;
	line-height: 1.5;
	color: #6d768b;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .7rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
	color: #869ab8
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #00c9b7
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .75rem 1rem;
	margin-top: .1rem;
	font-size: .7rem;
	line-height: 1.5;
	color: #fff;
	background-color: #00c9b7;
	border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
	display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #00c9b7;
	padding-right: calc(1.5em + 1.1rem);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2300c9b7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .275rem) center;
	background-size: calc(.75em + .55rem) calc(.75em + .55rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #00c9b7;
	box-shadow: 0 0 0 .2rem rgba(0, 201, 183, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + 1.1rem);
	background-position: top calc(.375em + .275rem) right calc(.375em + .275rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
	border-color: #00c9b7;
	padding-right: calc(.75em + 2.825rem);
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23384c74' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2300c9b7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 2rem/calc(.75em + .55rem) calc(.75em + .55rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
	border-color: #00c9b7;
	box-shadow: 0 0 0 .2rem rgba(0, 201, 183, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: #00c9b7
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
	color: #00c9b7
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
	border-color: #00c9b7
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
	border-color: #00fce5;
	background-color: #00fce5
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem rgba(0, 201, 183, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #00c9b7
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: #00c9b7;
	box-shadow: 0 0 0 .2rem rgba(0, 201, 183, .25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #f5365c
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .75rem 1rem;
	margin-top: .1rem;
	font-size: .7rem;
	line-height: 1.5;
	color: #fff;
	background-color: #f5365c;
	border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
	display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #f5365c;
	padding-right: calc(1.5em + 1.1rem);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f5365c'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23f5365c' stroke='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .275rem) center;
	background-size: calc(.75em + .55rem) calc(.75em + .55rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #f5365c;
	box-shadow: 0 0 0 .2rem rgba(245, 54, 92, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 1.1rem);
	background-position: top calc(.375em + .275rem) right calc(.375em + .275rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
	border-color: #f5365c;
	padding-right: calc(.75em + 2.825rem);
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23384c74' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f5365c'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23f5365c' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 2rem/calc(.75em + .55rem) calc(.75em + .55rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
	border-color: #f5365c;
	box-shadow: 0 0 0 .2rem rgba(245, 54, 92, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: #f5365c
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
	color: #f5365c
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
	border-color: #f5365c
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
	border-color: #f76783;
	background-color: #f76783
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem rgba(245, 54, 92, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #f5365c
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #f5365c;
	box-shadow: 0 0 0 .2rem rgba(245, 54, 92, .25)
}

.form-inline {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-align: center;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media(min-width:576px) {
	.form-inline label {
		-webkit-box-pack: center;
		justify-content: center
	}
	.form-inline .form-group,
	.form-inline label {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .custom-select,
	.form-inline .input-group {
		width: auto
	}
	.form-inline .form-check {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	color: #1c1c44;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .55rem 1rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.btn {
		-webkit-transition: none;
		transition: none
	}
}

.btn:hover {
	color: #1c1c44 ;
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff !important;
	background-color: #53f;
	border-color: #53f
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
	color: #fff;
	background-color: #1c1c44;
	border-color: #1c1c44
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 0 rgba(111, 82, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #1c1c44 ;
	border-color: #1c1c44 
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #1c1c44 ;
	border-color: #1c1c44 
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(28, 28, 68, .5)
}

.btn-secondary {
	color: #fff !important;
	background-color: #1c1c44;
	border-color: #1c1c44
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
	color: #fff;
	background-color: #1c1c44;
	border-color: #1c1c44
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 0 rgba(28, 28, 68, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #1c1c44;
	border-color: #1c1c44
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #1c1c44;
	border-color: #1c1c44
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(28, 28, 68, .5)
}

.btn-success {
	color: #fff;
	background-color: #00c9b7;
	border-color: #00c9b7
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
	color: #fff;
	background-color: #00a394;
	border-color: #009689
}

.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 0 rgba(38, 209, 194, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #00c9b7;
	border-color: #00c9b7
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #009689;
	border-color: #00897d
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(38, 209, 194, .5)
}

.btn-info {
	color: #fff;
	background-color: #0083dd;
	border-color: #0083dd
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
	color: #fff;
	background-color: #006cb7;
	border-color: #0065aa
}

.btn-info.focus,
.btn-info:focus {
	box-shadow: 0 0 0 0 rgba(38, 150, 226, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #0083dd;
	border-color: #0083dd
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #0065aa;
	border-color: #005d9d
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(38, 150, 226, .5)
}

.btn-warning {
	color: #2b354f;
	background-color: #feb868;
	border-color: #feb868
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
	color: #2b354f;
	background-color: #fea642;
	border-color: #fea035
}

.btn-warning.focus,
.btn-warning:focus {
	box-shadow: 0 0 0 0 rgba(222, 164, 100, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #2b354f;
	background-color: #feb868;
	border-color: #feb868
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	color: #2b354f;
	background-color: #fea035;
	border-color: #fe9a29
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(222, 164, 100, .5)
}

.btn-danger {
	color: #fff;
	background-color: #f5365c;
	border-color: #f5365c
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
	color: #fff;
	background-color: #f3123e;
	border-color: #ec0c38
}

.btn-danger.focus,
.btn-danger:focus {
	box-shadow: 0 0 0 0 rgba(247, 84, 116, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #f5365c;
	border-color: #f5365c
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #ec0c38;
	border-color: #e00b36
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(247, 84, 116, .5)
}

.btn-light {
	color: #2b354f;
	background-color: #f9fbfd;
	border-color: #f9fbfd
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
	color: #2b354f;
	background-color: #dce8f3;
	border-color: #d3e2f0
}

.btn-light.focus,
.btn-light:focus {
	box-shadow: 0 0 0 0 rgba(218, 221, 227, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #2b354f;
	background-color: #f9fbfd;
	border-color: #f9fbfd
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color: #2b354f;
	background-color: #d3e2f0;
	border-color: #c9dbed
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(218, 221, 227, .5)
}

.btn-dark {
	color: #fff;
	background-color: #2b354f;
	border-color: #2b354f
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
	color: #fff;
	background-color: #1e2436;
	border-color: #191f2e
}

.btn-dark.focus,
.btn-dark:focus {
	box-shadow: 0 0 0 0 rgba(75, 83, 105, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #2b354f;
	border-color: #2b354f
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #191f2e;
	border-color: #151926
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(75, 83, 105, .5)
}

.btn-gray {
	color: #2b354f;
	background-color: #869ab8;
	border-color: #869ab8
}

.btn-gray.focus,
.btn-gray:focus,
.btn-gray:hover {
	color: #fff;
	background-color: #6e86aa;
	border-color: #667fa5
}

.btn-gray.focus,
.btn-gray:focus {
	box-shadow: 0 0 0 0 rgba(120, 139, 168, .5)
}

.btn-gray.disabled,
.btn-gray:disabled {
	color: #2b354f;
	background-color: #869ab8;
	border-color: #869ab8
}

.btn-gray:not(:disabled):not(.disabled).active,
.btn-gray:not(:disabled):not(.disabled):active,
.show>.btn-gray.dropdown-toggle {
	color: #fff;
	background-color: #667fa5;
	border-color: #5e79a0
}

.btn-gray:not(:disabled):not(.disabled).active:focus,
.btn-gray:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(120, 139, 168, .5)
}

.btn-gray-light {
	color: #2b354f;
	background-color: #d9e2ef;
	border-color: #d9e2ef
}

.btn-gray-light.focus,
.btn-gray-light:focus,
.btn-gray-light:hover {
	color: #2b354f;
	background-color: #becde4;
	border-color: #b5c7e0
}

.btn-gray-light.focus,
.btn-gray-light:focus {
	box-shadow: 0 0 0 0 rgba(191, 200, 215, .5)
}

.btn-gray-light.disabled,
.btn-gray-light:disabled {
	color: #2b354f;
	background-color: #d9e2ef;
	border-color: #d9e2ef
}

.btn-gray-light:not(:disabled):not(.disabled).active,
.btn-gray-light:not(:disabled):not(.disabled):active,
.show>.btn-gray-light.dropdown-toggle {
	color: #2b354f;
	background-color: #b5c7e0;
	border-color: #acc0dc
}

.btn-gray-light:not(:disabled):not(.disabled).active:focus,
.btn-gray-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(191, 200, 215, .5)
}

.btn-alternate {
	color: #2b354f;
	background-color: #fc9e21;
	border-color: #fc9e21
}

.btn-alternate.focus,
.btn-alternate:focus,
.btn-alternate:hover {
	color: #2b354f;
	background-color: #f38c03;
	border-color: #e78503
}

.btn-alternate.focus,
.btn-alternate:focus {
	box-shadow: 0 0 0 0 rgba(221, 142, 40, .5)
}

.btn-alternate.disabled,
.btn-alternate:disabled {
	color: #2b354f;
	background-color: #fc9e21;
	border-color: #fc9e21
}

.btn-alternate:not(:disabled):not(.disabled).active,
.btn-alternate:not(:disabled):not(.disabled):active,
.show>.btn-alternate.dropdown-toggle {
	color: #fff;
	background-color: #e78503;
	border-color: #da7e03
}

.btn-alternate:not(:disabled):not(.disabled).active:focus,
.btn-alternate:not(:disabled):not(.disabled):active:focus,
.show>.btn-alternate.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(221, 142, 40, .5)
}

.btn-contrast {
	color: #2b354f;
	background-color: #fff;
	border-color: #fff
}

.btn-contrast.focus,
.btn-contrast:focus,
.btn-contrast:hover {
	color: #2b354f;
	background-color: #ececec;
	border-color: #e6e6e6
}

.btn-contrast.focus,
.btn-contrast:focus {
	box-shadow: 0 0 0 0 rgba(223, 225, 229, .5)
}

.btn-contrast.disabled,
.btn-contrast:disabled {
	color: #2b354f;
	background-color: #fff;
	border-color: #fff
}

.btn-contrast:not(:disabled):not(.disabled).active,
.btn-contrast:not(:disabled):not(.disabled):active,
.show>.btn-contrast.dropdown-toggle {
	color: #2b354f;
	background-color: #e6e6e6;
	border-color: #dfdfdf
}

.btn-contrast:not(:disabled):not(.disabled).active:focus,
.btn-contrast:not(:disabled):not(.disabled):active:focus,
.show>.btn-contrast.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(223, 225, 229, .5)
}

.btn-darker {
	color: #fff;
	background-color: #001a3e;
	border-color: #001a3e
}

.btn-darker.focus,
.btn-darker:focus,
.btn-darker:hover {
	color: #fff;
	background-color: #000a18;
	border-color: #00050b
}

.btn-darker.focus,
.btn-darker:focus {
	box-shadow: 0 0 0 0 rgba(38, 60, 91, .5)
}

.btn-darker.disabled,
.btn-darker:disabled {
	color: #fff;
	background-color: #001a3e;
	border-color: #001a3e
}

.btn-darker:not(:disabled):not(.disabled).active,
.btn-darker:not(:disabled):not(.disabled):active,
.show>.btn-darker.dropdown-toggle {
	color: #fff;
	background-color: #00050b;
	border-color: #000
}

.btn-darker:not(:disabled):not(.disabled).active:focus,
.btn-darker:not(:disabled):not(.disabled):active:focus,
.show>.btn-darker.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(38, 60, 91, .5)
}

.btn-black {
	color: #fff;
	background-color: #161c2d;
	border-color: #161c2d
}

.btn-black.focus,
.btn-black:focus,
.btn-black:hover {
	color: #fff;
	background-color: #090c13;
	border-color: #05070b
}

.btn-black.focus,
.btn-black:focus {
	box-shadow: 0 0 0 0 rgba(57, 62, 77, .5)
}

.btn-black.disabled,
.btn-black:disabled {
	color: #fff;
	background-color: #161c2d;
	border-color: #161c2d
}

.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active,
.show>.btn-black.dropdown-toggle {
	color: #fff;
	background-color: #05070b;
	border-color: #010102
}

.btn-black:not(:disabled):not(.disabled).active:focus,
.btn-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(57, 62, 77, .5)
}

.btn-outline-primary {
	color: #53f;
	border-color: #53f
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #53f;
	border-color: #53f
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 0 rgba(85, 51, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #53f;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #53f;
	border-color: #53f
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(85, 51, 255, .5)
}

.btn-outline-secondary {
	color: #506690;
	border-color: #506690
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #506690;
	border-color: #506690
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 0 rgba(80, 102, 144, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #506690;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #506690;
	border-color: #506690
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(80, 102, 144, .5)
}

.btn-outline-success {
	color: #00c9b7;
	border-color: #00c9b7
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #00c9b7;
	border-color: #00c9b7
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 0 rgba(0, 201, 183, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #00c9b7;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #00c9b7;
	border-color: #00c9b7
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(0, 201, 183, .5)
}

.btn-outline-info {
	color: #0083dd;
	border-color: #0083dd
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #0083dd;
	border-color: #0083dd
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	box-shadow: 0 0 0 0 rgba(0, 131, 221, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #0083dd;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #0083dd;
	border-color: #0083dd
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(0, 131, 221, .5)
}

.btn-outline-warning {
	color: #feb868;
	border-color: #feb868
}

.btn-outline-warning:hover {
	color: #2b354f;
	background-color: #feb868;
	border-color: #feb868
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 0 rgba(254, 184, 104, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #feb868;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #2b354f;
	background-color: #feb868;
	border-color: #feb868
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(254, 184, 104, .5)
}

.btn-outline-danger {
	color: #f5365c;
	border-color: #f5365c
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #f5365c;
	border-color: #f5365c
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 0 rgba(245, 54, 92, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #f5365c;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #f5365c;
	border-color: #f5365c
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(245, 54, 92, .5)
}

.btn-outline-light {
	color: #f9fbfd;
	border-color: #f9fbfd
}

.btn-outline-light:hover {
	color: #2b354f;
	background-color: #f9fbfd;
	border-color: #f9fbfd
}

.btn-outline-light.focus,
.btn-outline-light:focus {
	box-shadow: 0 0 0 0 rgba(249, 251, 253, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f9fbfd;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
	color: #2b354f;
	background-color: #f9fbfd;
	border-color: #f9fbfd
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(249, 251, 253, .5)
}

.btn-outline-dark {
	color: #2b354f;
	border-color: #2b354f
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #2b354f;
	border-color: #2b354f
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 0 rgba(43, 53, 79, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #2b354f;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #2b354f;
	border-color: #2b354f
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(43, 53, 79, .5)
}

.btn-outline-gray {
	color: #869ab8;
	border-color: #869ab8
}

.btn-outline-gray:hover {
	color: #2b354f;
	background-color: #869ab8;
	border-color: #869ab8
}

.btn-outline-gray.focus,
.btn-outline-gray:focus {
	box-shadow: 0 0 0 0 rgba(134, 154, 184, .5)
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
	color: #869ab8;
	background-color: transparent
}

.btn-outline-gray:not(:disabled):not(.disabled).active,
.btn-outline-gray:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray.dropdown-toggle {
	color: #2b354f;
	background-color: #869ab8;
	border-color: #869ab8
}

.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(134, 154, 184, .5)
}

.btn-outline-gray-light {
	color: #d9e2ef;
	border-color: #d9e2ef
}

.btn-outline-gray-light:hover {
	color: #2b354f;
	background-color: #d9e2ef;
	border-color: #d9e2ef
}

.btn-outline-gray-light.focus,
.btn-outline-gray-light:focus {
	box-shadow: 0 0 0 0 rgba(217, 226, 239, .5)
}

.btn-outline-gray-light.disabled,
.btn-outline-gray-light:disabled {
	color: #d9e2ef;
	background-color: transparent
}

.btn-outline-gray-light:not(:disabled):not(.disabled).active,
.btn-outline-gray-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-light.dropdown-toggle {
	color: #2b354f;
	background-color: #d9e2ef;
	border-color: #d9e2ef
}

.btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(217, 226, 239, .5)
}

.btn-outline-alternate {
	color: #fc9e21;
	border-color: #fc9e21
}

.btn-outline-alternate:hover {
	color: #2b354f;
	background-color: #fc9e21;
	border-color: #fc9e21
}

.btn-outline-alternate.focus,
.btn-outline-alternate:focus {
	box-shadow: 0 0 0 0 rgba(252, 158, 33, .5)
}

.btn-outline-alternate.disabled,
.btn-outline-alternate:disabled {
	color: #fc9e21;
	background-color: transparent
}

.btn-outline-alternate:not(:disabled):not(.disabled).active,
.btn-outline-alternate:not(:disabled):not(.disabled):active,
.show>.btn-outline-alternate.dropdown-toggle {
	color: #2b354f;
	background-color: #fc9e21;
	border-color: #fc9e21
}

.btn-outline-alternate:not(:disabled):not(.disabled).active:focus,
.btn-outline-alternate:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-alternate.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(252, 158, 33, .5)
}

.btn-outline-contrast {
	color: #fff;
	border-color: #fff
}

.btn-outline-contrast:hover {
	color: #2b354f;
	background-color: #fff;
	border-color: #fff
}

.btn-outline-contrast.focus,
.btn-outline-contrast:focus {
	box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.btn-outline-contrast.disabled,
.btn-outline-contrast:disabled {
	color: #fff;
	background-color: transparent
}

.btn-outline-contrast:not(:disabled):not(.disabled).active,
.btn-outline-contrast:not(:disabled):not(.disabled):active,
.show>.btn-outline-contrast.dropdown-toggle {
	color: #2b354f;
	background-color: #fff;
	border-color: #fff
}

.btn-outline-contrast:not(:disabled):not(.disabled).active:focus,
.btn-outline-contrast:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-contrast.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.btn-outline-darker {
	color: #001a3e;
	border-color: #001a3e
}

.btn-outline-darker:hover {
	color: #fff;
	background-color: #001a3e;
	border-color: #001a3e
}

.btn-outline-darker.focus,
.btn-outline-darker:focus {
	box-shadow: 0 0 0 0 rgba(0, 26, 62, .5)
}

.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
	color: #001a3e;
	background-color: transparent
}

.btn-outline-darker:not(:disabled):not(.disabled).active,
.btn-outline-darker:not(:disabled):not(.disabled):active,
.show>.btn-outline-darker.dropdown-toggle {
	color: #fff;
	background-color: #001a3e;
	border-color: #001a3e
}

.btn-outline-darker:not(:disabled):not(.disabled).active:focus,
.btn-outline-darker:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-darker.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(0, 26, 62, .5)
}

.btn-outline-black {
	color: #161c2d;
	border-color: #161c2d
}

.btn-outline-black:hover {
	color: #fff;
	background-color: #161c2d;
	border-color: #161c2d
}

.btn-outline-black.focus,
.btn-outline-black:focus {
	box-shadow: 0 0 0 0 rgba(22, 28, 45, .5)
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
	color: #161c2d;
	background-color: transparent
}

.btn-outline-black:not(:disabled):not(.disabled).active,
.btn-outline-black:not(:disabled):not(.disabled):active,
.show>.btn-outline-black.dropdown-toggle {
	color: #fff;
	background-color: #161c2d;
	border-color: #161c2d
}

.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(22, 28, 45, .5)
}

.btn-link {
	font-weight: 400;
	color: #2b354f;
	text-decoration: none
}

.btn-link:hover {
	color: #10141d;
	text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
	color: #869ab8;
	pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
	font-size: .7rem;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
	.fade {
		-webkit-transition: none;
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
	.collapsing {
		-webkit-transition: none;
		transition: none
	}
}

.dropdown,
.dropleft,
.dropright,
.dropup {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: .8rem;
	color: #6d768b;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(22, 28, 45, .15);
	border-radius: .25rem
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

@media(min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
}

@media(min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
}

@media(min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
}

@media(min-width:1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle:after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle:before {
	vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #f1f4f8
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .55rem 1.75rem;
	clear: both;
	font-weight: 400;
	color: #2b354f;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #222a3e;
	text-decoration: none;
	background-color: #f9fbfd
}

.dropdown-item.active,
.dropdown-item:active {
	color: #53f;
	text-decoration: none;
	background-color: #f9fbfd
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #869ab8;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.75rem;
	margin-bottom: 0;
	font-size: .7rem;
	color: #869ab8;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .55rem 1.75rem;
	color: #2b354f
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 1
}

.btn-toolbar {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
	margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	align-items: stretch;
	width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 0%;
	min-width: 0;
	margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
	margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
	display: -webkit-box;
	display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
	z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: .55rem 1rem;
	margin-bottom: 0;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.5;
	color: #506690;
	text-align: center;
	white-space: nowrap;
	background-color: #f1f4f8;
	border: 1px solid #d9e2ef;
	border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
	margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .7rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
	padding-right: 2rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.2rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: -webkit-inline-box;
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.1rem;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
	color: #fff;
	border-color: #53f;
	background-color: #53f
}

.custom-control-input:focus~.custom-control-label:before {
	box-shadow: none
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
	border-color: #53f
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
	color: #fff;
	background-color: #eae6ff;
	border-color: #eae6ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
	color: #869ab8
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
	background-color: #f1f4f8
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.custom-control-label:before {
	pointer-events: none;
	background-color: #fff;
	border: 1px solid #abbcd5
}

.custom-control-label:after,
.custom-control-label:before {
	position: absolute;
	top: .1rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: ""
}

.custom-control-label:after {
	background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
	border-color: #53f;
	background-color: #53f
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(85, 51, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
	background-color: rgba(85, 51, 255, .5)
}

.custom-radio .custom-control-label:before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(85, 51, 255, .5)
}

.custom-switch {
	padding-left: 3rem
}

.custom-switch .custom-control-label:before {
	left: -3rem;
	width: 2.5rem;
	pointer-events: all;
	border-radius: .5rem
}

.custom-switch .custom-control-label:after {
	top: calc(.1rem + 2px);
	left: calc(-3rem + 2px);
	width: 1rem;
	height: 1rem;
	background-color: #abbcd5;
	border-radius: .5rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label:after {
		-webkit-transition: none;
		transition: none
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
	background-color: #fff;
	-webkit-transform: translateX(1.5rem);
	transform: translateX(1.5rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(85, 51, 255, .5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 1.1rem + 2px);
	padding: .55rem 2rem .55rem 1rem;
	font-family: Poppins, sans-serif;
	font-size: .8rem;
	font-weight: 300;
	line-height: 1.5;
	color: #506690;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23384c74' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1rem center/8px 10px;
	border: 1px solid #d9e2ef;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #53f;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(85, 51, 255, .25)
}

.custom-select:focus::-ms-value {
	color: #506690;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 1rem;
	background-image: none
}

.custom-select:disabled {
	color: #869ab8;
	background-color: #f1f4f8
}

.custom-select::-ms-expand {
	display: none
}

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #506690
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .7rem
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1rem
}

.custom-file {
	display: inline-block;
	margin-bottom: 0
}

.custom-file,
.custom-file-input {
	position: relative;
	width: 100%;
	height: calc(1.5em + 1.1rem + 2px)
}

.custom-file-input {
	z-index: 2;
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: #53f;
	box-shadow: none
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
	background-color: #f1f4f8
}

.custom-file-input:lang(en)~.custom-file-label:after {
	content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
	content: attr(data-browse)
}

.custom-file-label {
	left: 0;
	z-index: 1;
	height: calc(1.5em + 1.1rem + 2px);
	font-family: Poppins, sans-serif;
	font-weight: 300;
	background-color: #fff;
	border: 1px solid #d9e2ef;
	border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
	position: absolute;
	top: 0;
	right: 0;
	padding: .55rem 1rem;
	line-height: 1.5;
	color: #506690
}

.custom-file-label:after {
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 1.1rem);
	content: "Browse";
	background-color: #f1f4f8;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0
}

.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-range:focus {
	outline: none
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, none
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, none
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, none
}

.custom-range::-moz-focus-outer {
	border: 0
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #53f;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}

@media(prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #eae6ff
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #d9e2ef;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #53f;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none
}

@media(prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #eae6ff
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #d9e2ef;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #53f;
	border: 0;
	border-radius: 1rem;
	-ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

@media(prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none
	}
}

.custom-range::-ms-thumb:active {
	background-color: #eae6ff
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
	background-color: #d9e2ef;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #abbcd5
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #abbcd5
}

.custom-range:disabled::-moz-range-track {
	cursor: default
}

.custom-range:disabled::-ms-thumb {
	background-color: #abbcd5
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.custom-control-label:before,
	.custom-file-label,
	.custom-select {
		-webkit-transition: none;
		transition: none
	}
}

.nav {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #869ab8;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #d9e2ef
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #f1f4f8 #f1f4f8 #d9e2ef
}

.nav-tabs .nav-link.disabled {
	color: #869ab8;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #506690;
	background-color: #fff;
	border-color: #d9e2ef #d9e2ef #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #53f
}

.nav-fill .nav-item {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	flex-basis: 0;
	-webkit-box-flex: 1;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	padding: .5rem 1rem
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .35rem;
	padding-bottom: .35rem;
	margin-right: 1rem;
	font-size: 1rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	flex-basis: 100%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat 50%;
	background-size: 100% 100%
}

@media(max-width:575.98px) {
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-sm,
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-xl {
		flex-wrap: nowrap
	}
	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box!important;
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media(max-width:767.98px) {
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-md,
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-xl {
		flex-wrap: nowrap
	}
	.navbar-expand-md .navbar-collapse {
		display: -webkit-box!important;
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media(max-width:991.98px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-lg,
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl {
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box!important;
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media(max-width:1199.98px) {
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-xl,
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-xl {
		flex-wrap: nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box!important;
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: -webkit-box!important;
	display: flex!important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(22, 28, 45, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(22, 28, 45, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(22, 28, 45, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(22, 28, 45, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(22, 28, 45, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(22, 28, 45, .5);
	border-color: rgba(22, 28, 45, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(22, 28, 45, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(22, 28, 45, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(22, 28, 45, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: hsla(0, 0%, 100%, .5);
	border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
	color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff
}

.card {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #edf2f9;
	border-radius: .5rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .5rem;
	border-bottom-left-radius: .5rem
}

.card-body {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem
}

.card-title {
	margin-bottom: 1.25rem
}

.card-subtitle {
	margin-top: -.625rem
}

.card-subtitle,
.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: 1.25rem;
	margin-bottom: 0;
	background-color: rgba(22, 28, 45, .03);
	border-bottom: 1px solid #edf2f9
}

.card-header:first-child {
	border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	padding: 1.25rem;
	background-color: rgba(22, 28, 45, .03);
	border-top: 1px solid #edf2f9
}

.card-footer:last-child {
	border-radius: 0 0 calc(.5rem - 1px) calc(.5rem - 1px)
}

.card-header-tabs {
	margin-bottom: -1.25rem;
	border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img,
.card-img-bottom,
.card-img-top {
	flex-shrink: 0;
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(.5rem - 1px);
	border-top-right-radius: calc(.5rem - 1px)
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(.5rem - 1px);
	border-bottom-left-radius: calc(.5rem - 1px)
}

.card-deck .card {
	margin-bottom: 15px
}

@media(min-width:576px) {
	.card-deck {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	.card-deck .card {
		-webkit-box-flex: 1;
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

.card-group>.card {
	margin-bottom: 15px
}

@media(min-width:576px) {
	.card-group {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap
	}
	.card-group>.card {
		-webkit-box-flex: 1;
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

.card-columns .card {
	margin-bottom: 1.25rem
}

@media(min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.accordion>.card {
	overflow: hidden
}

.accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: -1px
}

.breadcrumb {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding: .75rem 30px;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #f1f4f8;
	border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
	display: inline-block;
	padding-right: .5rem;
	color: #869ab8;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
	text-decoration: underline;
	text-decoration: none
}

.breadcrumb-item.active {
	color: #869ab8
}

.pagination {
	display: -webkit-box;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #2b354f;
	background-color: #fff;
	border: 1px solid #d9e2ef
}

.page-link:hover {
	z-index: 2;
	color: #10141d;
	text-decoration: none;
	background-color: #f1f4f8;
	border-color: #d9e2ef
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: none
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #53f;
	border-color: #53f
}

.page-item.disabled .page-link {
	color: #869ab8;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #d9e2ef
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .7rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .25rem .4rem;
	font-size: 75%;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.badge {
		-webkit-transition: none;
		transition: none
	}
}

a.badge:focus,
a.badge:hover {
	text-decoration: none
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #53f
}

a.badge-primary:focus,
a.badge-primary:hover {
	color: #fff;
	background-color: #2b00ff
}

a.badge-primary.focus,
a.badge-primary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(85, 51, 255, .5)
}

.badge-secondary {
	color: #fff;
	background-color: #506690
}

a.badge-secondary:focus,
a.badge-secondary:hover {
	color: #fff;
	background-color: #3e4f6f
}

a.badge-secondary.focus,
a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(80, 102, 144, .5)
}

.badge-success {
	color: #fff;
	background-color: #00c9b7
}

a.badge-success:focus,
a.badge-success:hover {
	color: #fff;
	background-color: #009689
}

a.badge-success.focus,
a.badge-success:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 201, 183, .5)
}

.badge-info {
	color: #fff;
	background-color: #0083dd
}

a.badge-info:focus,
a.badge-info:hover {
	color: #fff;
	background-color: #0065aa
}

a.badge-info.focus,
a.badge-info:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 131, 221, .5)
}

.badge-warning {
	color: #2b354f;
	background-color: #feb868
}

a.badge-warning:focus,
a.badge-warning:hover {
	color: #2b354f;
	background-color: #fea035
}

a.badge-warning.focus,
a.badge-warning:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(254, 184, 104, .5)
}

.badge-danger {
	color: #fff;
	background-color: #f5365c
}

a.badge-danger:focus,
a.badge-danger:hover {
	color: #fff;
	background-color: #ec0c38
}

a.badge-danger.focus,
a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(245, 54, 92, .5)
}

.badge-light {
	color: #2b354f;
	background-color: #f9fbfd
}

a.badge-light:focus,
a.badge-light:hover {
	color: #2b354f;
	background-color: #d3e2f0
}

a.badge-light.focus,
a.badge-light:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(249, 251, 253, .5)
}

.badge-dark {
	color: #fff;
	background-color: #2b354f
}

a.badge-dark:focus,
a.badge-dark:hover {
	color: #fff;
	background-color: #191f2e
}

a.badge-dark.focus,
a.badge-dark:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(43, 53, 79, .5)
}

.badge-gray {
	color: #2b354f;
	background-color: #869ab8
}

a.badge-gray:focus,
a.badge-gray:hover {
	color: #2b354f;
	background-color: #667fa5
}

a.badge-gray.focus,
a.badge-gray:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(134, 154, 184, .5)
}

.badge-gray-light {
	color: #2b354f;
	background-color: #d9e2ef
}

a.badge-gray-light:focus,
a.badge-gray-light:hover {
	color: #2b354f;
	background-color: #b5c7e0
}

a.badge-gray-light.focus,
a.badge-gray-light:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(217, 226, 239, .5)
}

.badge-alternate {
	color: #2b354f;
	background-color: #fc9e21
}

a.badge-alternate:focus,
a.badge-alternate:hover {
	color: #2b354f;
	background-color: #e78503
}

a.badge-alternate.focus,
a.badge-alternate:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(252, 158, 33, .5)
}

.badge-contrast {
	color: #2b354f;
	background-color: #fff
}

a.badge-contrast:focus,
a.badge-contrast:hover {
	color: #2b354f;
	background-color: #e6e6e6
}

a.badge-contrast.focus,
a.badge-contrast:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.badge-darker {
	color: #fff;
	background-color: #001a3e
}

a.badge-darker:focus,
a.badge-darker:hover {
	color: #fff;
	background-color: #00050b
}

a.badge-darker.focus,
a.badge-darker:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 26, 62, .5)
}

.badge-black {
	color: #fff;
	background-color: #161c2d
}

a.badge-black:focus,
a.badge-black:hover {
	color: #fff;
	background-color: #05070b
}

a.badge-black.focus,
a.badge-black:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(22, 28, 45, .5)
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #f1f4f8;
	border-radius: .3rem
}

@media(min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 3.7rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #37289a;
	background-color: #ddd6ff;
	border-color: #cfc6ff
}

.alert-primary hr {
	border-top-color: #baadff
}

.alert-primary .alert-link {
	color: #291d72
}

.alert-secondary {
	color: #344260;
	background-color: #dce0e9;
	border-color: #ced4e0
}

.alert-secondary hr {
	border-top-color: #bec6d6
}

.alert-secondary .alert-link {
	color: #222b3f
}

.alert-success {
	color: #0b7675;
	background-color: #ccf4f1;
	border-color: #b8f0eb
}

.alert-success hr {
	border-top-color: #a3ece5
}

.alert-success .alert-link {
	color: #074747
}

.alert-info {
	color: #0b5289;
	background-color: #cce6f8;
	border-color: #b8dcf5
}

.alert-info hr {
	border-top-color: #a2d1f2
}

.alert-info .alert-link {
	color: #07365a
}

.alert-warning {
	color: #8f6d4c;
	background-color: #fff1e1;
	border-color: #ffebd5
}

.alert-warning hr {
	border-top-color: #ffdfbc
}

.alert-warning .alert-link {
	color: #6e543a
}

.alert-danger {
	color: #8a2a45;
	background-color: #fdd7de;
	border-color: #fcc7d1
}

.alert-danger hr {
	border-top-color: #fbafbd
}

.alert-danger .alert-link {
	color: #631e31
}

.alert-light {
	color: #8c9099;
	background-color: #fefeff;
	border-color: #fdfefe
}

.alert-light hr {
	border-top-color: #ecf6f6
}

.alert-light .alert-link {
	color: #727680
}

.alert-dark {
	color: #21293f;
	background-color: #d5d7dc;
	border-color: #c4c6ce
}

.alert-dark hr {
	border-top-color: #b6b9c2
}

.alert-dark .alert-link {
	color: #0f131e
}

.alert-gray {
	color: #505e75;
	background-color: #e7ebf1;
	border-color: #dde3eb
}

.alert-gray hr {
	border-top-color: #cdd6e2
}

.alert-gray .alert-link {
	color: #3b4657
}

.alert-gray-light {
	color: #7b8392;
	background-color: #f7f9fc;
	border-color: #f4f7fb
}

.alert-gray-light hr {
	border-top-color: #e1e9f4
}

.alert-gray-light .alert-link {
	color: #636a77
}

.alert-alternate {
	color: #8e6027;
	background-color: #feecd3;
	border-color: #fee4c1
}

.alert-alternate hr {
	border-top-color: #fed9a8
}

.alert-alternate .alert-link {
	color: #66451c
}

.alert-contrast {
	color: #8f929a;
	background-color: #fff;
	border-color: #fff
}

.alert-contrast hr {
	border-top-color: #f2f2f2
}

.alert-contrast .alert-link {
	color: #757881
}

.alert-darker {
	color: #0b1b36;
	background-color: #ccd1d8;
	border-color: #b8bfc9
}

.alert-darker hr {
	border-top-color: #aab2be
}

.alert-darker .alert-link {
	color: #02060c
}

.alert-black {
	color: #161c2d;
	background-color: #d0d2d5;
	border-color: #bebfc4
}

.alert-black hr {
	border-top-color: #b1b2b8
}

.alert-black .alert-link {
	color: #05070b
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	height: 1rem;
	font-size: .6rem;
	background-color: #f1f4f8;
	border-radius: .25rem
}

.progress,
.progress-bar {
	display: -webkit-box;
	display: flex;
	overflow: hidden
}

.progress-bar {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #53f;
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
	.progress-bar {
		-webkit-transition: none;
		transition: none
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

@media(prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none
	}
}

.media {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start
}

.media-body {
	-webkit-box-flex: 1;
	flex: 1
}

.list-group {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item-action {
	width: 100%;
	color: #506690;
	text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	z-index: 1;
	color: #506690;
	text-decoration: none;
	background-color: #f9fbfd
}

.list-group-item-action:active {
	color: #6d768b;
	background-color: #f1f4f8
}

.list-group-item {
	position: relative;
	display: block;
	padding: 1rem 1.25rem;
	background-color: transparent;
	border: 1px solid rgba(22, 28, 45, .125)
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #869ab8;
	pointer-events: none;
	background-color: transparent
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #53f;
	border-color: #53f
}

.list-group-item+.list-group-item {
	border-top-width: 0
}

.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px
}

.list-group-horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.list-group-horizontal .list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0
}

.list-group-horizontal .list-group-item.active {
	margin-top: 0
}

.list-group-horizontal .list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}

.list-group-horizontal .list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}

@media(min-width:576px) {
	.list-group-horizontal-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-sm .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-sm .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-sm .list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-sm .list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-sm .list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media(min-width:768px) {
	.list-group-horizontal-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-md .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-md .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-md .list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-md .list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-md .list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media(min-width:992px) {
	.list-group-horizontal-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-lg .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-lg .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-lg .list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-lg .list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-lg .list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media(min-width:1200px) {
	.list-group-horizontal-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-xl .list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-xl .list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-xl .list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-xl .list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-xl .list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

.list-group-flush .list-group-item {
	border-right-width: 0;
	border-left-width: 0;
	border-radius: 0
}

.list-group-flush .list-group-item:first-child {
	border-top-width: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom-width: 0
}

.list-group-item-primary {
	color: #37289a;
	background-color: #cfc6ff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #37289a;
	background-color: #baadff
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #37289a;
	border-color: #37289a
}

.list-group-item-secondary {
	color: #344260;
	background-color: #ced4e0
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #344260;
	background-color: #bec6d6
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #344260;
	border-color: #344260
}

.list-group-item-success {
	color: #0b7675;
	background-color: #b8f0eb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	color: #0b7675;
	background-color: #a3ece5
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #0b7675;
	border-color: #0b7675
}

.list-group-item-info {
	color: #0b5289;
	background-color: #b8dcf5
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #0b5289;
	background-color: #a2d1f2
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0b5289;
	border-color: #0b5289
}

.list-group-item-warning {
	color: #8f6d4c;
	background-color: #ffebd5
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #8f6d4c;
	background-color: #ffdfbc
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #8f6d4c;
	border-color: #8f6d4c
}

.list-group-item-danger {
	color: #8a2a45;
	background-color: #fcc7d1
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	color: #8a2a45;
	background-color: #fbafbd
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #8a2a45;
	border-color: #8a2a45
}

.list-group-item-light {
	color: #8c9099;
	background-color: #fdfefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
	color: #8c9099;
	background-color: #ecf6f6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #8c9099;
	border-color: #8c9099
}

.list-group-item-dark {
	color: #21293f;
	background-color: #c4c6ce
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	color: #21293f;
	background-color: #b6b9c2
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #21293f;
	border-color: #21293f
}

.list-group-item-gray {
	color: #505e75;
	background-color: #dde3eb
}

.list-group-item-gray.list-group-item-action:focus,
.list-group-item-gray.list-group-item-action:hover {
	color: #505e75;
	background-color: #cdd6e2
}

.list-group-item-gray.list-group-item-action.active {
	color: #fff;
	background-color: #505e75;
	border-color: #505e75
}

.list-group-item-gray-light {
	color: #7b8392;
	background-color: #f4f7fb
}

.list-group-item-gray-light.list-group-item-action:focus,
.list-group-item-gray-light.list-group-item-action:hover {
	color: #7b8392;
	background-color: #e1e9f4
}

.list-group-item-gray-light.list-group-item-action.active {
	color: #fff;
	background-color: #7b8392;
	border-color: #7b8392
}

.list-group-item-alternate {
	color: #8e6027;
	background-color: #fee4c1
}

.list-group-item-alternate.list-group-item-action:focus,
.list-group-item-alternate.list-group-item-action:hover {
	color: #8e6027;
	background-color: #fed9a8
}

.list-group-item-alternate.list-group-item-action.active {
	color: #fff;
	background-color: #8e6027;
	border-color: #8e6027
}

.list-group-item-contrast {
	color: #8f929a;
	background-color: #fff
}

.list-group-item-contrast.list-group-item-action:focus,
.list-group-item-contrast.list-group-item-action:hover {
	color: #8f929a;
	background-color: #f2f2f2
}

.list-group-item-contrast.list-group-item-action.active {
	color: #fff;
	background-color: #8f929a;
	border-color: #8f929a
}

.list-group-item-darker {
	color: #0b1b36;
	background-color: #b8bfc9
}

.list-group-item-darker.list-group-item-action:focus,
.list-group-item-darker.list-group-item-action:hover {
	color: #0b1b36;
	background-color: #aab2be
}

.list-group-item-darker.list-group-item-action.active {
	color: #fff;
	background-color: #0b1b36;
	border-color: #0b1b36
}

.list-group-item-black {
	color: #161c2d;
	background-color: #bebfc4
}

.list-group-item-black.list-group-item-action:focus,
.list-group-item-black.list-group-item-action:hover {
	color: #161c2d;
	background-color: #b1b2b8
}

.list-group-item-black.list-group-item-action.active {
	color: #fff;
	background-color: #161c2d;
	border-color: #161c2d
}

.close {
	float: right;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	color: #161c2d;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #161c2d;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

a.close.disabled {
	pointer-events: none
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: hsla(0, 0%, 100%, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .25rem .75rem rgba(22, 28, 45, .1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: .25rem
}

.toast:not(:last-child) {
	margin-bottom: .75rem
}

.toast.showing {
	opacity: 1
}

.toast.show {
	display: block;
	opacity: 1
}

.toast.hide {
	display: none
}

.toast-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #869ab8;
	background-color: hsla(0, 0%, 100%, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
	padding: .75rem
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px)
}

@media(prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.modal-dialog-scrollable {
	display: -webkit-box;
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
	content: none
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 800px;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(22, 28, 45, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #161c2d
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #d9e2ef;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.modal-info {
	display: -webkit-box;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #d9e2ef;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #d9e2ef;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
	margin: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media(min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}
	.modal-dialog-centered:before {
		height: calc(100vh - 3.5rem)
	}
	.modal-sm {
		max-width: 300px
	}
}

@media(min-width:992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

@media(min-width:1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .7rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: 1
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow:before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
	bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #fff
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #fff
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
	top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #fff
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #fff
}

.tooltip-inner {
	max-width: 200px;
	padding: .75rem 1rem;
	color: #6d768b;
	text-align: center;
	background-color: #fff;
	border-radius: .25rem
}

.popover {
	top: 0;
	left: 0;
	z-index: 1060;
	max-width: 276px;
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .7rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 0 solid rgba(22, 28, 45, .2);
	border-radius: .3rem
}

.popover,
.popover .arrow {
	position: absolute;
	display: block
}

.popover .arrow {
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
	margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
	bottom: -.5rem
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:after,
.bs-popover-top>.arrow:before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
	margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
	left: -.5rem;
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:after,
.bs-popover-right>.arrow:before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
	margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
	top: -.5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:after,
.bs-popover-bottom>.arrow:before {
	top: 0;
	border-width: 0 .5rem .5rem;
	border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 0 solid #fff
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
	margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
	right: -.5rem;
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:after,
.bs-popover-left>.arrow:before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff
}

.popover-header {
	padding: .75rem 1rem;
	margin-bottom: 0;
	font-size: .8rem;
	background-color: #fff;
	border-bottom: 0 solid #f2f2f2;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .75rem 1rem;
	color: #6d768b
}

.carousel {
	position: relative
}

.carousel.pointer-event {
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner:after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.carousel-item {
		-webkit-transition: none;
		transition: none
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 0s .6s;
	transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		-webkit-transition: none;
		transition: none
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {
	.carousel-control-next,
	.carousel-control-prev {
		-webkit-transition: none;
		transition: none
	}
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	box-sizing: content-box;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	-webkit-transition: opacity .6s ease;
	transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		-webkit-transition: none;
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid;
	border-right: .25em solid transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

.align-baseline {
	vertical-align: baseline!important
}

.align-top {
	vertical-align: top!important
}

.align-middle {
	vertical-align: middle!important
}

.align-bottom {
	vertical-align: bottom!important
}

.align-text-bottom {
	vertical-align: text-bottom!important
}

.align-text-top {
	vertical-align: text-top!important
}

.bg-primary {
	background-color: #53f!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #2b00ff!important
}

.bg-secondary {
	background-color: #506690!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #3e4f6f!important
}

.bg-success {
	background-color: #00c9b7!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #009689!important
}

.bg-info {
	background-color: #0083dd!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #0065aa!important
}

.bg-warning {
	background-color: #feb868!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #fea035!important
}

.bg-danger {
	background-color: #f5365c!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #ec0c38!important
}

.bg-light {
	background-color: #f9fbfd!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #d3e2f0!important
}

.bg-dark {
	background-color: #2b354f!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #191f2e!important
}

.bg-gray {
	background-color: #869ab8!important
}

a.bg-gray:focus,
a.bg-gray:hover,
button.bg-gray:focus,
button.bg-gray:hover {
	background-color: #667fa5!important
}

.bg-gray-light {
	background-color: #d9e2ef!important
}

a.bg-gray-light:focus,
a.bg-gray-light:hover,
button.bg-gray-light:focus,
button.bg-gray-light:hover {
	background-color: #b5c7e0!important
}

.bg-alternate {
	background-color: #fc9e21!important
}

a.bg-alternate:focus,
a.bg-alternate:hover,
button.bg-alternate:focus,
button.bg-alternate:hover {
	background-color: #e78503!important
}

.bg-contrast {
	background-color: #fff!important
}

a.bg-contrast:focus,
a.bg-contrast:hover,
button.bg-contrast:focus,
button.bg-contrast:hover {
	background-color: #e6e6e6!important
}

.bg-darker {
	background-color: #001a3e!important
}

a.bg-darker:focus,
a.bg-darker:hover,
button.bg-darker:focus,
button.bg-darker:hover {
	background-color: #00050b!important
}

.bg-black {
	background-color: #161c2d!important
}

a.bg-black:focus,
a.bg-black:hover,
button.bg-black:focus,
button.bg-black:hover {
	background-color: #05070b!important
}

.bg-white {
	background-color: #fff!important
}

.bg-transparent {
	background-color: transparent!important
}

.border {
	border: 1px solid #d9e2ef!important
}

.border-top {
	border-top: 1px solid #d9e2ef!important
}

.border-right {
	border-right: 1px solid #d9e2ef!important
}

.border-bottom {
	border-bottom: 1px solid #d9e2ef!important
}

.border-left {
	border-left: 1px solid #d9e2ef!important
}

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.border-primary {
	border-color: #53f!important
}

.border-secondary {
	border-color: #506690!important
}

.border-success {
	border-color: #00c9b7!important
}

.border-info {
	border-color: #0083dd!important
}

.border-warning {
	border-color: #feb868!important
}

.border-danger {
	border-color: #f5365c!important
}

.border-light {
	border-color: #f9fbfd!important
}

.border-dark {
	border-color: #2b354f!important
}

.border-gray {
	border-color: #869ab8!important
}

.border-gray-light {
	border-color: #d9e2ef!important
}

.border-alternate {
	border-color: #fc9e21!important
}

.border-contrast {
	border-color: #fff!important
}

.border-darker {
	border-color: #001a3e!important
}

.border-black {
	border-color: #161c2d!important
}

.border-white {
	border-color: #fff!important
}

.rounded-sm {
	border-radius: .2rem!important
}

.rounded {
	border-radius: .25rem!important
}

.rounded-top {
	border-top-left-radius: .25rem!important
}

.rounded-right,
.rounded-top {
	border-top-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-right {
	border-bottom-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-left {
	border-bottom-left-radius: .25rem!important
}

.rounded-left {
	border-top-left-radius: .25rem!important
}

.rounded-lg {
	border-radius: .3rem!important
}

.rounded-circle {
	border-radius: 50%!important
}

.rounded-pill {
	border-radius: 50rem!important
}

.rounded-0 {
	border-radius: 0!important
}

.clearfix:after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -webkit-box!important;
	display: flex!important
}

.d-inline-flex {
	display: -webkit-inline-box!important;
	display: inline-flex!important
}

@media(min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -webkit-box!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: inline-flex!important
	}
}

@media(min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -webkit-box!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: inline-flex!important
	}
}

@media(min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -webkit-box!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: inline-flex!important
	}
}

@media(min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -webkit-box!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: inline-flex!important
	}
}

@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: -webkit-box!important;
		display: flex!important
	}
	.d-print-inline-flex {
		display: -webkit-inline-box!important;
		display: inline-flex!important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive:before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9:before {
	padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
	padding-top: 56.25%
}

.embed-responsive-4by3:before {
	padding-top: 75%
}

.embed-responsive-1by1:before {
	padding-top: 100%
}

.flex-row {
	-webkit-box-orient: horizontal!important;
	flex-direction: row!important
}

.flex-column,
.flex-row {
	-webkit-box-direction: normal!important
}

.flex-column {
	-webkit-box-orient: vertical!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse,
.flex-row-reverse {
	-webkit-box-direction: reverse!important
}

.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	flex-wrap: wrap!important
}

.flex-nowrap {
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}

.flex-fill {
	-webkit-box-flex: 1!important;
	flex: 1 1 auto!important
}

.flex-grow-0 {
	-webkit-box-flex: 0!important;
	flex-grow: 0!important
}

.flex-grow-1 {
	-webkit-box-flex: 1!important;
	flex-grow: 1!important
}

.flex-shrink-0 {
	flex-shrink: 0!important
}

.flex-shrink-1 {
	flex-shrink: 1!important
}

.justify-content-start {
	-webkit-box-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-webkit-box-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-webkit-box-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-webkit-box-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	justify-content: space-around!important
}

.align-items-start {
	-webkit-box-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-webkit-box-align: end!important;
	align-items: flex-end!important
}

.align-items-center {
	-webkit-box-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-webkit-box-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-webkit-box-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	align-content: flex-start!important
}

.align-content-end {
	align-content: flex-end!important
}

.align-content-center {
	align-content: center!important
}

.align-content-between {
	align-content: space-between!important
}

.align-content-around {
	align-content: space-around!important
}

.align-content-stretch {
	align-content: stretch!important
}

.align-self-auto {
	align-self: auto!important
}

.align-self-start {
	align-self: flex-start!important
}

.align-self-end {
	align-self: flex-end!important
}

.align-self-center {
	align-self: center!important
}

.align-self-baseline {
	align-self: baseline!important
}

.align-self-stretch {
	align-self: stretch!important
}

@media(min-width:576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		flex-direction: row!important
	}
	.flex-sm-column,
	.flex-sm-row {
		-webkit-box-direction: normal!important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-sm-fill {
		-webkit-box-flex: 1!important;
		flex: 1 1 auto!important
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0!important;
		flex-grow: 0!important
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1!important;
		flex-grow: 1!important
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		justify-content: space-around!important
	}
	.align-items-sm-start {
		-webkit-box-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-webkit-box-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-webkit-box-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		align-content: flex-start!important
	}
	.align-content-sm-end {
		align-content: flex-end!important
	}
	.align-content-sm-center {
		align-content: center!important
	}
	.align-content-sm-between {
		align-content: space-between!important
	}
	.align-content-sm-around {
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		align-content: stretch!important
	}
	.align-self-sm-auto {
		align-self: auto!important
	}
	.align-self-sm-start {
		align-self: flex-start!important
	}
	.align-self-sm-end {
		align-self: flex-end!important
	}
	.align-self-sm-center {
		align-self: center!important
	}
	.align-self-sm-baseline {
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		align-self: stretch!important
	}
}

@media(min-width:768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		flex-direction: row!important
	}
	.flex-md-column,
	.flex-md-row {
		-webkit-box-direction: normal!important
	}
	.flex-md-column {
		-webkit-box-orient: vertical!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-md-fill {
		-webkit-box-flex: 1!important;
		flex: 1 1 auto!important
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0!important;
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1!important;
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-md-start {
		-webkit-box-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-webkit-box-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-webkit-box-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		justify-content: space-around!important
	}
	.align-items-md-start {
		-webkit-box-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-webkit-box-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-webkit-box-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		align-content: flex-start!important
	}
	.align-content-md-end {
		align-content: flex-end!important
	}
	.align-content-md-center {
		align-content: center!important
	}
	.align-content-md-between {
		align-content: space-between!important
	}
	.align-content-md-around {
		align-content: space-around!important
	}
	.align-content-md-stretch {
		align-content: stretch!important
	}
	.align-self-md-auto {
		align-self: auto!important
	}
	.align-self-md-start {
		align-self: flex-start!important
	}
	.align-self-md-end {
		align-self: flex-end!important
	}
	.align-self-md-center {
		align-self: center!important
	}
	.align-self-md-baseline {
		align-self: baseline!important
	}
	.align-self-md-stretch {
		align-self: stretch!important
	}
}

@media(min-width:992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		flex-direction: row!important
	}
	.flex-lg-column,
	.flex-lg-row {
		-webkit-box-direction: normal!important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-lg-fill {
		-webkit-box-flex: 1!important;
		flex: 1 1 auto!important
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0!important;
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1!important;
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-webkit-box-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-webkit-box-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-webkit-box-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		align-content: flex-start!important
	}
	.align-content-lg-end {
		align-content: flex-end!important
	}
	.align-content-lg-center {
		align-content: center!important
	}
	.align-content-lg-between {
		align-content: space-between!important
	}
	.align-content-lg-around {
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		align-content: stretch!important
	}
	.align-self-lg-auto {
		align-self: auto!important
	}
	.align-self-lg-start {
		align-self: flex-start!important
	}
	.align-self-lg-end {
		align-self: flex-end!important
	}
	.align-self-lg-center {
		align-self: center!important
	}
	.align-self-lg-baseline {
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		align-self: stretch!important
	}
}

@media(min-width:1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		flex-direction: row!important
	}
	.flex-xl-column,
	.flex-xl-row {
		-webkit-box-direction: normal!important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-xl-fill {
		-webkit-box-flex: 1!important;
		flex: 1 1 auto!important
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0!important;
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1!important;
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		justify-content: space-around!important
	}
	.align-items-xl-start {
		-webkit-box-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-webkit-box-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-webkit-box-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		align-content: flex-start!important
	}
	.align-content-xl-end {
		align-content: flex-end!important
	}
	.align-content-xl-center {
		align-content: center!important
	}
	.align-content-xl-between {
		align-content: space-between!important
	}
	.align-content-xl-around {
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		align-content: stretch!important
	}
	.align-self-xl-auto {
		align-self: auto!important
	}
	.align-self-xl-start {
		align-self: flex-start!important
	}
	.align-self-xl-end {
		align-self: flex-end!important
	}
	.align-self-xl-center {
		align-self: center!important
	}
	.align-self-xl-baseline {
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		align-self: stretch!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

@media(min-width:576px) {
	.float-sm-left {
		float: left!important
	}
	.float-sm-right {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
}

@media(min-width:768px) {
	.float-md-left {
		float: left!important
	}
	.float-md-right {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
}

@media(min-width:992px) {
	.float-lg-left {
		float: left!important
	}
	.float-lg-right {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
}

@media(min-width:1200px) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
}

.overflow-auto {
	overflow: auto!important
}

.overflow-hidden {
	overflow: hidden!important
}

.position-static {
	position: static!important
}

.position-relative {
	position: relative!important
}

.position-absolute {
	position: absolute!important
}

.position-fixed {
	position: fixed!important
}

.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}

.fixed-top {
	top: 0
}

.fixed-bottom,
.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	bottom: 0
}

@supports((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(22, 28, 45, .075)!important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(22, 28, 45, .15)!important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(22, 28, 45, .175)!important
}

.shadow-none {
	box-shadow: none!important
}

.w-25 {
	width: 25%!important
}

.w-75 {
	width: 75%!important
}

.w-auto {
	width: auto!important
}

.h-25 {
	height: 25%!important
}

.h-75 {
	height: 75%!important
}

.h-auto {
	height: auto!important
}

.mw-100 {
	max-width: 100%!important
}

.mh-100 {
	max-height: 100%!important
}

.min-vw-100 {
	min-width: 100vw!important
}

.min-vh-100 {
	min-height: 100vh!important
}

.vw-100 {
	width: 100vw!important
}

.vh-100 {
	height: 100vh!important
}

.stretched-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: transparent
}

.m-0 {
	margin: 0!important
}

.mt-0,
.my-0 {
	margin-top: 0!important
}

.mr-0,
.mx-0 {
	margin-right: 0!important
}

.mb-0,
.my-0 {
	margin-bottom: 0!important
}

.ml-0,
.mx-0 {
	margin-left: 0!important
}

.m-1 {
	margin: .25rem!important
}

.mt-1,
.my-1 {
	margin-top: .25rem!important
}

.mr-1,
.mx-1 {
	margin-right: .25rem!important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
	margin-left: .25rem!important
}

.m-2 {
	margin: .5rem!important
}

.mt-2,
.my-2 {
	margin-top: .5rem!important
}

.mr-2,
.mx-2 {
	margin-right: .5rem!important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
	margin-left: .5rem!important
}

.m-3 {
	margin: 1rem!important
}

.mt-3,
.my-3 {
	margin-top: 1rem!important
}

.mr-3,
.mx-3 {
	margin-right: 1rem!important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
	margin-left: 1rem!important
}

.m-4 {
	margin: 1.5rem!important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem!important
}

.m-5 {
	margin: 3rem!important
}

.mt-5,
.my-5 {
	margin-top: 3rem!important
}

.mr-5,
.mx-5 {
	margin-right: 3rem!important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
	margin-left: 3rem!important
}

.m-6 {
	margin: 6rem!important
}

.mt-6,
.my-6 {
	margin-top: 6rem!important
}

.mr-6,
.mx-6 {
	margin-right: 6rem!important
}

.mb-6,
.my-6 {
	margin-bottom: 6rem!important
}

.ml-6,
.mx-6 {
	margin-left: 6rem!important
}

.m-7 {
	margin: 7rem!important
}

.mt-7,
.my-7 {
	margin-top: 7rem!important
}

.mr-7,
.mx-7 {
	margin-right: 7rem!important
}

.mb-7,
.my-7 {
	margin-bottom: 7rem!important
}

.ml-7,
.mx-7 {
	margin-left: 7rem!important
}

.m-8 {
	margin: 8rem!important
}

.mt-8,
.my-8 {
	margin-top: 8rem!important
}

.mr-8,
.mx-8 {
	margin-right: 8rem!important
}

.mb-8,
.my-8 {
	margin-bottom: 8rem!important
}

.ml-8,
.mx-8 {
	margin-left: 8rem!important
}

.m-9 {
	margin: 9rem!important
}

.mt-9,
.my-9 {
	margin-top: 9rem!important
}

.mr-9,
.mx-9 {
	margin-right: 9rem!important
}

.mb-9,
.my-9 {
	margin-bottom: 9rem!important
}

.ml-9,
.mx-9 {
	margin-left: 9rem!important
}

.m-10 {
	margin: 12rem!important
}

.mt-10,
.my-10 {
	margin-top: 12rem!important
}

.mr-10,
.mx-10 {
	margin-right: 12rem!important
}

.mb-10,
.my-10 {
	margin-bottom: 12rem!important
}

.ml-10,
.mx-10 {
	margin-left: 12rem!important
}

.m-11 {
	margin: 14rem!important
}

.mt-11,
.my-11 {
	margin-top: 14rem!important
}

.mr-11,
.mx-11 {
	margin-right: 14rem!important
}

.mb-11,
.my-11 {
	margin-bottom: 14rem!important
}

.ml-11,
.mx-11 {
	margin-left: 14rem!important
}

.m-12 {
	margin: 16rem!important
}

.mt-12,
.my-12 {
	margin-top: 16rem!important
}

.mr-12,
.mx-12 {
	margin-right: 16rem!important
}

.mb-12,
.my-12 {
	margin-bottom: 16rem!important
}

.ml-12,
.mx-12 {
	margin-left: 16rem!important
}

.m-13 {
	margin: 18rem!important
}

.mt-13,
.my-13 {
	margin-top: 18rem!important
}

.mr-13,
.mx-13 {
	margin-right: 18rem!important
}

.mb-13,
.my-13 {
	margin-bottom: 18rem!important
}

.ml-13,
.mx-13 {
	margin-left: 18rem!important
}

.m-14 {
	margin: 20rem!important
}

.mt-14,
.my-14 {
	margin-top: 20rem!important
}

.mr-14,
.mx-14 {
	margin-right: 20rem!important
}

.mb-14,
.my-14 {
	margin-bottom: 20rem!important
}

.ml-14,
.mx-14 {
	margin-left: 20rem!important
}

.m-15 {
	margin: 22rem!important
}

.mt-15,
.my-15 {
	margin-top: 22rem!important
}

.mr-15,
.mx-15 {
	margin-right: 22rem!important
}

.mb-15,
.my-15 {
	margin-bottom: 22rem!important
}

.ml-15,
.mx-15 {
	margin-left: 22rem!important
}

.p-0 {
	padding: 0!important
}

.pt-0,
.py-0 {
	padding-top: 0!important
}

.pr-0,
.px-0 {
	padding-right: 0!important
}

.pb-0,
.py-0 {
	padding-bottom: 0!important
}

.pl-0,
.px-0 {
	padding-left: 0!important
}

.p-1 {
	padding: .25rem!important
}

.pt-1,
.py-1 {
	padding-top: .25rem!important
}

.pr-1,
.px-1 {
	padding-right: .25rem!important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
	padding-left: .25rem!important
}

.p-2 {
	padding: .5rem!important
}

.pt-2,
.py-2 {
	padding-top: .5rem!important
}

.pr-2,
.px-2 {
	padding-right: .5rem!important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
	padding-left: .5rem!important
}

.p-3 {
	padding: 1rem!important
}

.pt-3,
.py-3 {
	padding-top: 1rem!important
}

.pr-3,
.px-3 {
	padding-right: 1rem!important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
	padding-left: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem!important
}

.p-5 {
	padding: 3rem!important
}

.pt-5,
.py-5 {
	padding-top: 3rem!important
}

.pr-5,
.px-5 {
	padding-right: 3rem!important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
	padding-left: 3rem!important
}

.p-6 {
	padding: 6rem!important
}

.pt-6,
.py-6 {
	padding-top: 6rem!important
}

.pr-6,
.px-6 {
	padding-right: 6rem!important
}

.pb-6,
.py-6 {
	padding-bottom: 6rem!important
}

.pl-6,
.px-6 {
	padding-left: 6rem!important
}

.p-7 {
	padding: 7rem!important
}

.pt-7,
.py-7 {
	padding-top: 7rem!important
}

.pr-7,
.px-7 {
	padding-right: 7rem!important
}

.pb-7,
.py-7 {
	padding-bottom: 7rem!important
}

.pl-7,
.px-7 {
	padding-left: 7rem!important
}

.p-8 {
	padding: 8rem!important
}

.pt-8,
.py-8 {
	padding-top: 8rem!important
}

.pr-8,
.px-8 {
	padding-right: 8rem!important
}

.pb-8,
.py-8 {
	padding-bottom: 8rem!important
}

.pl-8,
.px-8 {
	padding-left: 8rem!important
}

.p-9 {
	padding: 9rem!important
}

.pt-9,
.py-9 {
	padding-top: 9rem!important
}

.pr-9,
.px-9 {
	padding-right: 9rem!important
}

.pb-9,
.py-9 {
	padding-bottom: 9rem!important
}

.pl-9,
.px-9 {
	padding-left: 9rem!important
}

.p-10 {
	padding: 12rem!important
}

.pt-10,
.py-10 {
	padding-top: 12rem!important
}

.pr-10,
.px-10 {
	padding-right: 12rem!important
}

.pb-10,
.py-10 {
	padding-bottom: 12rem!important
}

.pl-10,
.px-10 {
	padding-left: 12rem!important
}

.p-11 {
	padding: 14rem!important
}

.pt-11,
.py-11 {
	padding-top: 14rem!important
}

.pr-11,
.px-11 {
	padding-right: 14rem!important
}

.pb-11,
.py-11 {
	padding-bottom: 14rem!important
}

.pl-11,
.px-11 {
	padding-left: 14rem!important
}

.p-12 {
	padding: 16rem!important
}

.pt-12,
.py-12 {
	padding-top: 16rem!important
}

.pr-12,
.px-12 {
	padding-right: 16rem!important
}

.pb-12,
.py-12 {
	padding-bottom: 16rem!important
}

.pl-12,
.px-12 {
	padding-left: 16rem!important
}

.p-13 {
	padding: 18rem!important
}

.pt-13,
.py-13 {
	padding-top: 18rem!important
}

.pr-13,
.px-13 {
	padding-right: 18rem!important
}

.pb-13,
.py-13 {
	padding-bottom: 18rem!important
}

.pl-13,
.px-13 {
	padding-left: 18rem!important
}

.p-14 {
	padding: 20rem!important
}

.pt-14,
.py-14 {
	padding-top: 20rem!important
}

.pr-14,
.px-14 {
	padding-right: 20rem!important
}

.pb-14,
.py-14 {
	padding-bottom: 20rem!important
}

.pl-14,
.px-14 {
	padding-left: 20rem!important
}

.p-15 {
	padding: 22rem!important
}

.pt-15,
.py-15 {
	padding-top: 22rem!important
}

.pr-15,
.px-15 {
	padding-right: 22rem!important
}

.pb-15,
.py-15 {
	padding-bottom: 22rem!important
}

.pl-15,
.px-15 {
	padding-left: 22rem!important
}

.m-n1 {
	margin: -.25rem!important
}

.mt-n1,
.my-n1 {
	margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
	margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
	margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
	margin-left: -.25rem!important
}

.m-n2 {
	margin: -.5rem!important
}

.mt-n2,
.my-n2 {
	margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
	margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
	margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
	margin-left: -.5rem!important
}

.m-n3 {
	margin: -1rem!important
}

.mt-n3,
.my-n3 {
	margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem!important
}

.m-n4 {
	margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem!important
}

.m-n5 {
	margin: -3rem!important
}

.mt-n5,
.my-n5 {
	margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem!important
}

.m-n6 {
	margin: -6rem!important
}

.mt-n6,
.my-n6 {
	margin-top: -6rem!important
}

.mr-n6,
.mx-n6 {
	margin-right: -6rem!important
}

.mb-n6,
.my-n6 {
	margin-bottom: -6rem!important
}

.ml-n6,
.mx-n6 {
	margin-left: -6rem!important
}

.m-n7 {
	margin: -7rem!important
}

.mt-n7,
.my-n7 {
	margin-top: -7rem!important
}

.mr-n7,
.mx-n7 {
	margin-right: -7rem!important
}

.mb-n7,
.my-n7 {
	margin-bottom: -7rem!important
}

.ml-n7,
.mx-n7 {
	margin-left: -7rem!important
}

.m-n8 {
	margin: -8rem!important
}

.mt-n8,
.my-n8 {
	margin-top: -8rem!important
}

.mr-n8,
.mx-n8 {
	margin-right: -8rem!important
}

.mb-n8,
.my-n8 {
	margin-bottom: -8rem!important
}

.ml-n8,
.mx-n8 {
	margin-left: -8rem!important
}

.m-n9 {
	margin: -9rem!important
}

.mt-n9,
.my-n9 {
	margin-top: -9rem!important
}

.mr-n9,
.mx-n9 {
	margin-right: -9rem!important
}

.mb-n9,
.my-n9 {
	margin-bottom: -9rem!important
}

.ml-n9,
.mx-n9 {
	margin-left: -9rem!important
}

.m-n10 {
	margin: -12rem!important
}

.mt-n10,
.my-n10 {
	margin-top: -12rem!important
}

.mr-n10,
.mx-n10 {
	margin-right: -12rem!important
}

.mb-n10,
.my-n10 {
	margin-bottom: -12rem!important
}

.ml-n10,
.mx-n10 {
	margin-left: -12rem!important
}

.m-n11 {
	margin: -14rem!important
}

.mt-n11,
.my-n11 {
	margin-top: -14rem!important
}

.mr-n11,
.mx-n11 {
	margin-right: -14rem!important
}

.mb-n11,
.my-n11 {
	margin-bottom: -14rem!important
}

.ml-n11,
.mx-n11 {
	margin-left: -14rem!important
}

.m-n12 {
	margin: -16rem!important
}

.mt-n12,
.my-n12 {
	margin-top: -16rem!important
}

.mr-n12,
.mx-n12 {
	margin-right: -16rem!important
}

.mb-n12,
.my-n12 {
	margin-bottom: -16rem!important
}

.ml-n12,
.mx-n12 {
	margin-left: -16rem!important
}

.m-n13 {
	margin: -18rem!important
}

.mt-n13,
.my-n13 {
	margin-top: -18rem!important
}

.mr-n13,
.mx-n13 {
	margin-right: -18rem!important
}

.mb-n13,
.my-n13 {
	margin-bottom: -18rem!important
}

.ml-n13,
.mx-n13 {
	margin-left: -18rem!important
}

.m-n14 {
	margin: -20rem!important
}

.mt-n14,
.my-n14 {
	margin-top: -20rem!important
}

.mr-n14,
.mx-n14 {
	margin-right: -20rem!important
}

.mb-n14,
.my-n14 {
	margin-bottom: -20rem!important
}

.ml-n14,
.mx-n14 {
	margin-left: -20rem!important
}

.m-n15 {
	margin: -22rem!important
}

.mt-n15,
.my-n15 {
	margin-top: -22rem!important
}

.mr-n15,
.mx-n15 {
	margin-right: -22rem!important
}

.mb-n15,
.my-n15 {
	margin-bottom: -22rem!important
}

.ml-n15,
.mx-n15 {
	margin-left: -22rem!important
}

.m-auto {
	margin: auto!important
}

.mt-auto,
.my-auto {
	margin-top: auto!important
}

.mr-auto,
.mx-auto {
	margin-right: auto!important
}

.mb-auto,
.my-auto {
	margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
	margin-left: auto!important
}

@media(min-width:576px) {
	.m-sm-0 {
		margin: 0!important
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0!important
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0!important
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0!important
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem!important
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem!important
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem!important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem!important
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem!important
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem!important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem!important
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem!important
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem!important
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem!important
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem!important
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem!important
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem!important
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem!important
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem!important
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem!important
	}
	.m-sm-6 {
		margin: 6rem!important
	}
	.mt-sm-6,
	.my-sm-6 {
		margin-top: 6rem!important
	}
	.mr-sm-6,
	.mx-sm-6 {
		margin-right: 6rem!important
	}
	.mb-sm-6,
	.my-sm-6 {
		margin-bottom: 6rem!important
	}
	.ml-sm-6,
	.mx-sm-6 {
		margin-left: 6rem!important
	}
	.m-sm-7 {
		margin: 7rem!important
	}
	.mt-sm-7,
	.my-sm-7 {
		margin-top: 7rem!important
	}
	.mr-sm-7,
	.mx-sm-7 {
		margin-right: 7rem!important
	}
	.mb-sm-7,
	.my-sm-7 {
		margin-bottom: 7rem!important
	}
	.ml-sm-7,
	.mx-sm-7 {
		margin-left: 7rem!important
	}
	.m-sm-8 {
		margin: 8rem!important
	}
	.mt-sm-8,
	.my-sm-8 {
		margin-top: 8rem!important
	}
	.mr-sm-8,
	.mx-sm-8 {
		margin-right: 8rem!important
	}
	.mb-sm-8,
	.my-sm-8 {
		margin-bottom: 8rem!important
	}
	.ml-sm-8,
	.mx-sm-8 {
		margin-left: 8rem!important
	}
	.m-sm-9 {
		margin: 9rem!important
	}
	.mt-sm-9,
	.my-sm-9 {
		margin-top: 9rem!important
	}
	.mr-sm-9,
	.mx-sm-9 {
		margin-right: 9rem!important
	}
	.mb-sm-9,
	.my-sm-9 {
		margin-bottom: 9rem!important
	}
	.ml-sm-9,
	.mx-sm-9 {
		margin-left: 9rem!important
	}
	.m-sm-10 {
		margin: 12rem!important
	}
	.mt-sm-10,
	.my-sm-10 {
		margin-top: 12rem!important
	}
	.mr-sm-10,
	.mx-sm-10 {
		margin-right: 12rem!important
	}
	.mb-sm-10,
	.my-sm-10 {
		margin-bottom: 12rem!important
	}
	.ml-sm-10,
	.mx-sm-10 {
		margin-left: 12rem!important
	}
	.m-sm-11 {
		margin: 14rem!important
	}
	.mt-sm-11,
	.my-sm-11 {
		margin-top: 14rem!important
	}
	.mr-sm-11,
	.mx-sm-11 {
		margin-right: 14rem!important
	}
	.mb-sm-11,
	.my-sm-11 {
		margin-bottom: 14rem!important
	}
	.ml-sm-11,
	.mx-sm-11 {
		margin-left: 14rem!important
	}
	.m-sm-12 {
		margin: 16rem!important
	}
	.mt-sm-12,
	.my-sm-12 {
		margin-top: 16rem!important
	}
	.mr-sm-12,
	.mx-sm-12 {
		margin-right: 16rem!important
	}
	.mb-sm-12,
	.my-sm-12 {
		margin-bottom: 16rem!important
	}
	.ml-sm-12,
	.mx-sm-12 {
		margin-left: 16rem!important
	}
	.m-sm-13 {
		margin: 18rem!important
	}
	.mt-sm-13,
	.my-sm-13 {
		margin-top: 18rem!important
	}
	.mr-sm-13,
	.mx-sm-13 {
		margin-right: 18rem!important
	}
	.mb-sm-13,
	.my-sm-13 {
		margin-bottom: 18rem!important
	}
	.ml-sm-13,
	.mx-sm-13 {
		margin-left: 18rem!important
	}
	.m-sm-14 {
		margin: 20rem!important
	}
	.mt-sm-14,
	.my-sm-14 {
		margin-top: 20rem!important
	}
	.mr-sm-14,
	.mx-sm-14 {
		margin-right: 20rem!important
	}
	.mb-sm-14,
	.my-sm-14 {
		margin-bottom: 20rem!important
	}
	.ml-sm-14,
	.mx-sm-14 {
		margin-left: 20rem!important
	}
	.m-sm-15 {
		margin: 22rem!important
	}
	.mt-sm-15,
	.my-sm-15 {
		margin-top: 22rem!important
	}
	.mr-sm-15,
	.mx-sm-15 {
		margin-right: 22rem!important
	}
	.mb-sm-15,
	.my-sm-15 {
		margin-bottom: 22rem!important
	}
	.ml-sm-15,
	.mx-sm-15 {
		margin-left: 22rem!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0!important
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0!important
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0!important
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem!important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem!important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem!important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem!important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem!important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem!important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem!important
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem!important
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem!important
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem!important
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem!important
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem!important
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem!important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem!important
	}
	.p-sm-6 {
		padding: 6rem!important
	}
	.pt-sm-6,
	.py-sm-6 {
		padding-top: 6rem!important
	}
	.pr-sm-6,
	.px-sm-6 {
		padding-right: 6rem!important
	}
	.pb-sm-6,
	.py-sm-6 {
		padding-bottom: 6rem!important
	}
	.pl-sm-6,
	.px-sm-6 {
		padding-left: 6rem!important
	}
	.p-sm-7 {
		padding: 7rem!important
	}
	.pt-sm-7,
	.py-sm-7 {
		padding-top: 7rem!important
	}
	.pr-sm-7,
	.px-sm-7 {
		padding-right: 7rem!important
	}
	.pb-sm-7,
	.py-sm-7 {
		padding-bottom: 7rem!important
	}
	.pl-sm-7,
	.px-sm-7 {
		padding-left: 7rem!important
	}
	.p-sm-8 {
		padding: 8rem!important
	}
	.pt-sm-8,
	.py-sm-8 {
		padding-top: 8rem!important
	}
	.pr-sm-8,
	.px-sm-8 {
		padding-right: 8rem!important
	}
	.pb-sm-8,
	.py-sm-8 {
		padding-bottom: 8rem!important
	}
	.pl-sm-8,
	.px-sm-8 {
		padding-left: 8rem!important
	}
	.p-sm-9 {
		padding: 9rem!important
	}
	.pt-sm-9,
	.py-sm-9 {
		padding-top: 9rem!important
	}
	.pr-sm-9,
	.px-sm-9 {
		padding-right: 9rem!important
	}
	.pb-sm-9,
	.py-sm-9 {
		padding-bottom: 9rem!important
	}
	.pl-sm-9,
	.px-sm-9 {
		padding-left: 9rem!important
	}
	.p-sm-10 {
		padding: 12rem!important
	}
	.pt-sm-10,
	.py-sm-10 {
		padding-top: 12rem!important
	}
	.pr-sm-10,
	.px-sm-10 {
		padding-right: 12rem!important
	}
	.pb-sm-10,
	.py-sm-10 {
		padding-bottom: 12rem!important
	}
	.pl-sm-10,
	.px-sm-10 {
		padding-left: 12rem!important
	}
	.p-sm-11 {
		padding: 14rem!important
	}
	.pt-sm-11,
	.py-sm-11 {
		padding-top: 14rem!important
	}
	.pr-sm-11,
	.px-sm-11 {
		padding-right: 14rem!important
	}
	.pb-sm-11,
	.py-sm-11 {
		padding-bottom: 14rem!important
	}
	.pl-sm-11,
	.px-sm-11 {
		padding-left: 14rem!important
	}
	.p-sm-12 {
		padding: 16rem!important
	}
	.pt-sm-12,
	.py-sm-12 {
		padding-top: 16rem!important
	}
	.pr-sm-12,
	.px-sm-12 {
		padding-right: 16rem!important
	}
	.pb-sm-12,
	.py-sm-12 {
		padding-bottom: 16rem!important
	}
	.pl-sm-12,
	.px-sm-12 {
		padding-left: 16rem!important
	}
	.p-sm-13 {
		padding: 18rem!important
	}
	.pt-sm-13,
	.py-sm-13 {
		padding-top: 18rem!important
	}
	.pr-sm-13,
	.px-sm-13 {
		padding-right: 18rem!important
	}
	.pb-sm-13,
	.py-sm-13 {
		padding-bottom: 18rem!important
	}
	.pl-sm-13,
	.px-sm-13 {
		padding-left: 18rem!important
	}
	.p-sm-14 {
		padding: 20rem!important
	}
	.pt-sm-14,
	.py-sm-14 {
		padding-top: 20rem!important
	}
	.pr-sm-14,
	.px-sm-14 {
		padding-right: 20rem!important
	}
	.pb-sm-14,
	.py-sm-14 {
		padding-bottom: 20rem!important
	}
	.pl-sm-14,
	.px-sm-14 {
		padding-left: 20rem!important
	}
	.p-sm-15 {
		padding: 22rem!important
	}
	.pt-sm-15,
	.py-sm-15 {
		padding-top: 22rem!important
	}
	.pr-sm-15,
	.px-sm-15 {
		padding-right: 22rem!important
	}
	.pb-sm-15,
	.py-sm-15 {
		padding-bottom: 22rem!important
	}
	.pl-sm-15,
	.px-sm-15 {
		padding-left: 22rem!important
	}
	.m-sm-n1 {
		margin: -.25rem!important
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -.25rem!important
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -.25rem!important
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -.25rem!important
	}
	.m-sm-n2 {
		margin: -.5rem!important
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -.5rem!important
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -.5rem!important
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -.5rem!important
	}
	.m-sm-n3 {
		margin: -1rem!important
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem!important
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem!important
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem!important
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem!important
	}
	.m-sm-n4 {
		margin: -1.5rem!important
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem!important
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem!important
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem!important
	}
	.m-sm-n5 {
		margin: -3rem!important
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem!important
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem!important
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem!important
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem!important
	}
	.m-sm-n6 {
		margin: -6rem!important
	}
	.mt-sm-n6,
	.my-sm-n6 {
		margin-top: -6rem!important
	}
	.mr-sm-n6,
	.mx-sm-n6 {
		margin-right: -6rem!important
	}
	.mb-sm-n6,
	.my-sm-n6 {
		margin-bottom: -6rem!important
	}
	.ml-sm-n6,
	.mx-sm-n6 {
		margin-left: -6rem!important
	}
	.m-sm-n7 {
		margin: -7rem!important
	}
	.mt-sm-n7,
	.my-sm-n7 {
		margin-top: -7rem!important
	}
	.mr-sm-n7,
	.mx-sm-n7 {
		margin-right: -7rem!important
	}
	.mb-sm-n7,
	.my-sm-n7 {
		margin-bottom: -7rem!important
	}
	.ml-sm-n7,
	.mx-sm-n7 {
		margin-left: -7rem!important
	}
	.m-sm-n8 {
		margin: -8rem!important
	}
	.mt-sm-n8,
	.my-sm-n8 {
		margin-top: -8rem!important
	}
	.mr-sm-n8,
	.mx-sm-n8 {
		margin-right: -8rem!important
	}
	.mb-sm-n8,
	.my-sm-n8 {
		margin-bottom: -8rem!important
	}
	.ml-sm-n8,
	.mx-sm-n8 {
		margin-left: -8rem!important
	}
	.m-sm-n9 {
		margin: -9rem!important
	}
	.mt-sm-n9,
	.my-sm-n9 {
		margin-top: -9rem!important
	}
	.mr-sm-n9,
	.mx-sm-n9 {
		margin-right: -9rem!important
	}
	.mb-sm-n9,
	.my-sm-n9 {
		margin-bottom: -9rem!important
	}
	.ml-sm-n9,
	.mx-sm-n9 {
		margin-left: -9rem!important
	}
	.m-sm-n10 {
		margin: -12rem!important
	}
	.mt-sm-n10,
	.my-sm-n10 {
		margin-top: -12rem!important
	}
	.mr-sm-n10,
	.mx-sm-n10 {
		margin-right: -12rem!important
	}
	.mb-sm-n10,
	.my-sm-n10 {
		margin-bottom: -12rem!important
	}
	.ml-sm-n10,
	.mx-sm-n10 {
		margin-left: -12rem!important
	}
	.m-sm-n11 {
		margin: -14rem!important
	}
	.mt-sm-n11,
	.my-sm-n11 {
		margin-top: -14rem!important
	}
	.mr-sm-n11,
	.mx-sm-n11 {
		margin-right: -14rem!important
	}
	.mb-sm-n11,
	.my-sm-n11 {
		margin-bottom: -14rem!important
	}
	.ml-sm-n11,
	.mx-sm-n11 {
		margin-left: -14rem!important
	}
	.m-sm-n12 {
		margin: -16rem!important
	}
	.mt-sm-n12,
	.my-sm-n12 {
		margin-top: -16rem!important
	}
	.mr-sm-n12,
	.mx-sm-n12 {
		margin-right: -16rem!important
	}
	.mb-sm-n12,
	.my-sm-n12 {
		margin-bottom: -16rem!important
	}
	.ml-sm-n12,
	.mx-sm-n12 {
		margin-left: -16rem!important
	}
	.m-sm-n13 {
		margin: -18rem!important
	}
	.mt-sm-n13,
	.my-sm-n13 {
		margin-top: -18rem!important
	}
	.mr-sm-n13,
	.mx-sm-n13 {
		margin-right: -18rem!important
	}
	.mb-sm-n13,
	.my-sm-n13 {
		margin-bottom: -18rem!important
	}
	.ml-sm-n13,
	.mx-sm-n13 {
		margin-left: -18rem!important
	}
	.m-sm-n14 {
		margin: -20rem!important
	}
	.mt-sm-n14,
	.my-sm-n14 {
		margin-top: -20rem!important
	}
	.mr-sm-n14,
	.mx-sm-n14 {
		margin-right: -20rem!important
	}
	.mb-sm-n14,
	.my-sm-n14 {
		margin-bottom: -20rem!important
	}
	.ml-sm-n14,
	.mx-sm-n14 {
		margin-left: -20rem!important
	}
	.m-sm-n15 {
		margin: -22rem!important
	}
	.mt-sm-n15,
	.my-sm-n15 {
		margin-top: -22rem!important
	}
	.mr-sm-n15,
	.mx-sm-n15 {
		margin-right: -22rem!important
	}
	.mb-sm-n15,
	.my-sm-n15 {
		margin-bottom: -22rem!important
	}
	.ml-sm-n15,
	.mx-sm-n15 {
		margin-left: -22rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto!important
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto!important
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto!important
	}
}

@media(min-width:768px) {
	.m-md-0 {
		margin: 0!important
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0!important
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0!important
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0!important
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem!important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem!important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem!important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem!important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem!important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem!important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem!important
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem!important
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem!important
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem!important
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem!important
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem!important
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem!important
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem!important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem!important
	}
	.m-md-6 {
		margin: 6rem!important
	}
	.mt-md-6,
	.my-md-6 {
		margin-top: 6rem!important
	}
	.mr-md-6,
	.mx-md-6 {
		margin-right: 6rem!important
	}
	.mb-md-6,
	.my-md-6 {
		margin-bottom: 6rem!important
	}
	.ml-md-6,
	.mx-md-6 {
		margin-left: 6rem!important
	}
	.m-md-7 {
		margin: 7rem!important
	}
	.mt-md-7,
	.my-md-7 {
		margin-top: 7rem!important
	}
	.mr-md-7,
	.mx-md-7 {
		margin-right: 7rem!important
	}
	.mb-md-7,
	.my-md-7 {
		margin-bottom: 7rem!important
	}
	.ml-md-7,
	.mx-md-7 {
		margin-left: 7rem!important
	}
	.m-md-8 {
		margin: 8rem!important
	}
	.mt-md-8,
	.my-md-8 {
		margin-top: 8rem!important
	}
	.mr-md-8,
	.mx-md-8 {
		margin-right: 8rem!important
	}
	.mb-md-8,
	.my-md-8 {
		margin-bottom: 8rem!important
	}
	.ml-md-8,
	.mx-md-8 {
		margin-left: 8rem!important
	}
	.m-md-9 {
		margin: 9rem!important
	}
	.mt-md-9,
	.my-md-9 {
		margin-top: 9rem!important
	}
	.mr-md-9,
	.mx-md-9 {
		margin-right: 9rem!important
	}
	.mb-md-9,
	.my-md-9 {
		margin-bottom: 9rem!important
	}
	.ml-md-9,
	.mx-md-9 {
		margin-left: 9rem!important
	}
	.m-md-10 {
		margin: 12rem!important
	}
	.mt-md-10,
	.my-md-10 {
		margin-top: 12rem!important
	}
	.mr-md-10,
	.mx-md-10 {
		margin-right: 12rem!important
	}
	.mb-md-10,
	.my-md-10 {
		margin-bottom: 12rem!important
	}
	.ml-md-10,
	.mx-md-10 {
		margin-left: 12rem!important
	}
	.m-md-11 {
		margin: 14rem!important
	}
	.mt-md-11,
	.my-md-11 {
		margin-top: 14rem!important
	}
	.mr-md-11,
	.mx-md-11 {
		margin-right: 14rem!important
	}
	.mb-md-11,
	.my-md-11 {
		margin-bottom: 14rem!important
	}
	.ml-md-11,
	.mx-md-11 {
		margin-left: 14rem!important
	}
	.m-md-12 {
		margin: 16rem!important
	}
	.mt-md-12,
	.my-md-12 {
		margin-top: 16rem!important
	}
	.mr-md-12,
	.mx-md-12 {
		margin-right: 16rem!important
	}
	.mb-md-12,
	.my-md-12 {
		margin-bottom: 16rem!important
	}
	.ml-md-12,
	.mx-md-12 {
		margin-left: 16rem!important
	}
	.m-md-13 {
		margin: 18rem!important
	}
	.mt-md-13,
	.my-md-13 {
		margin-top: 18rem!important
	}
	.mr-md-13,
	.mx-md-13 {
		margin-right: 18rem!important
	}
	.mb-md-13,
	.my-md-13 {
		margin-bottom: 18rem!important
	}
	.ml-md-13,
	.mx-md-13 {
		margin-left: 18rem!important
	}
	.m-md-14 {
		margin: 20rem!important
	}
	.mt-md-14,
	.my-md-14 {
		margin-top: 20rem!important
	}
	.mr-md-14,
	.mx-md-14 {
		margin-right: 20rem!important
	}
	.mb-md-14,
	.my-md-14 {
		margin-bottom: 20rem!important
	}
	.ml-md-14,
	.mx-md-14 {
		margin-left: 20rem!important
	}
	.m-md-15 {
		margin: 22rem!important
	}
	.mt-md-15,
	.my-md-15 {
		margin-top: 22rem!important
	}
	.mr-md-15,
	.mx-md-15 {
		margin-right: 22rem!important
	}
	.mb-md-15,
	.my-md-15 {
		margin-bottom: 22rem!important
	}
	.ml-md-15,
	.mx-md-15 {
		margin-left: 22rem!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0!important
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0!important
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0!important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem!important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem!important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem!important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem!important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem!important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem!important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem!important
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem!important
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem!important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem!important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem!important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem!important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem!important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem!important
	}
	.p-md-6 {
		padding: 6rem!important
	}
	.pt-md-6,
	.py-md-6 {
		padding-top: 6rem!important
	}
	.pr-md-6,
	.px-md-6 {
		padding-right: 6rem!important
	}
	.pb-md-6,
	.py-md-6 {
		padding-bottom: 6rem!important
	}
	.pl-md-6,
	.px-md-6 {
		padding-left: 6rem!important
	}
	.p-md-7 {
		padding: 7rem!important
	}
	.pt-md-7,
	.py-md-7 {
		padding-top: 7rem!important
	}
	.pr-md-7,
	.px-md-7 {
		padding-right: 7rem!important
	}
	.pb-md-7,
	.py-md-7 {
		padding-bottom: 7rem!important
	}
	.pl-md-7,
	.px-md-7 {
		padding-left: 7rem!important
	}
	.p-md-8 {
		padding: 8rem!important
	}
	.pt-md-8,
	.py-md-8 {
		padding-top: 8rem!important
	}
	.pr-md-8,
	.px-md-8 {
		padding-right: 8rem!important
	}
	.pb-md-8,
	.py-md-8 {
		padding-bottom: 8rem!important
	}
	.pl-md-8,
	.px-md-8 {
		padding-left: 8rem!important
	}
	.p-md-9 {
		padding: 9rem!important
	}
	.pt-md-9,
	.py-md-9 {
		padding-top: 9rem!important
	}
	.pr-md-9,
	.px-md-9 {
		padding-right: 9rem!important
	}
	.pb-md-9,
	.py-md-9 {
		padding-bottom: 9rem!important
	}
	.pl-md-9,
	.px-md-9 {
		padding-left: 9rem!important
	}
	.p-md-10 {
		padding: 12rem!important
	}
	.pt-md-10,
	.py-md-10 {
		padding-top: 12rem!important
	}
	.pr-md-10,
	.px-md-10 {
		padding-right: 12rem!important
	}
	.pb-md-10,
	.py-md-10 {
		padding-bottom: 12rem!important
	}
	.pl-md-10,
	.px-md-10 {
		padding-left: 12rem!important
	}
	.p-md-11 {
		padding: 14rem!important
	}
	.pt-md-11,
	.py-md-11 {
		padding-top: 14rem!important
	}
	.pr-md-11,
	.px-md-11 {
		padding-right: 14rem!important
	}
	.pb-md-11,
	.py-md-11 {
		padding-bottom: 14rem!important
	}
	.pl-md-11,
	.px-md-11 {
		padding-left: 14rem!important
	}
	.p-md-12 {
		padding: 16rem!important
	}
	.pt-md-12,
	.py-md-12 {
		padding-top: 16rem!important
	}
	.pr-md-12,
	.px-md-12 {
		padding-right: 16rem!important
	}
	.pb-md-12,
	.py-md-12 {
		padding-bottom: 16rem!important
	}
	.pl-md-12,
	.px-md-12 {
		padding-left: 16rem!important
	}
	.p-md-13 {
		padding: 18rem!important
	}
	.pt-md-13,
	.py-md-13 {
		padding-top: 18rem!important
	}
	.pr-md-13,
	.px-md-13 {
		padding-right: 18rem!important
	}
	.pb-md-13,
	.py-md-13 {
		padding-bottom: 18rem!important
	}
	.pl-md-13,
	.px-md-13 {
		padding-left: 18rem!important
	}
	.p-md-14 {
		padding: 20rem!important
	}
	.pt-md-14,
	.py-md-14 {
		padding-top: 20rem!important
	}
	.pr-md-14,
	.px-md-14 {
		padding-right: 20rem!important
	}
	.pb-md-14,
	.py-md-14 {
		padding-bottom: 20rem!important
	}
	.pl-md-14,
	.px-md-14 {
		padding-left: 20rem!important
	}
	.p-md-15 {
		padding: 22rem!important
	}
	.pt-md-15,
	.py-md-15 {
		padding-top: 22rem!important
	}
	.pr-md-15,
	.px-md-15 {
		padding-right: 22rem!important
	}
	.pb-md-15,
	.py-md-15 {
		padding-bottom: 22rem!important
	}
	.pl-md-15,
	.px-md-15 {
		padding-left: 22rem!important
	}
	.m-md-n1 {
		margin: -.25rem!important
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -.25rem!important
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -.25rem!important
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -.25rem!important
	}
	.m-md-n2 {
		margin: -.5rem!important
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -.5rem!important
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -.5rem!important
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -.5rem!important
	}
	.m-md-n3 {
		margin: -1rem!important
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem!important
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem!important
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem!important
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem!important
	}
	.m-md-n4 {
		margin: -1.5rem!important
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem!important
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem!important
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem!important
	}
	.m-md-n5 {
		margin: -3rem!important
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem!important
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem!important
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem!important
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem!important
	}
	.m-md-n6 {
		margin: -6rem!important
	}
	.mt-md-n6,
	.my-md-n6 {
		margin-top: -6rem!important
	}
	.mr-md-n6,
	.mx-md-n6 {
		margin-right: -6rem!important
	}
	.mb-md-n6,
	.my-md-n6 {
		margin-bottom: -6rem!important
	}
	.ml-md-n6,
	.mx-md-n6 {
		margin-left: -6rem!important
	}
	.m-md-n7 {
		margin: -7rem!important
	}
	.mt-md-n7,
	.my-md-n7 {
		margin-top: -7rem!important
	}
	.mr-md-n7,
	.mx-md-n7 {
		margin-right: -7rem!important
	}
	.mb-md-n7,
	.my-md-n7 {
		margin-bottom: -7rem!important
	}
	.ml-md-n7,
	.mx-md-n7 {
		margin-left: -7rem!important
	}
	.m-md-n8 {
		margin: -8rem!important
	}
	.mt-md-n8,
	.my-md-n8 {
		margin-top: -8rem!important
	}
	.mr-md-n8,
	.mx-md-n8 {
		margin-right: -8rem!important
	}
	.mb-md-n8,
	.my-md-n8 {
		margin-bottom: -8rem!important
	}
	.ml-md-n8,
	.mx-md-n8 {
		margin-left: -8rem!important
	}
	.m-md-n9 {
		margin: -9rem!important
	}
	.mt-md-n9,
	.my-md-n9 {
		margin-top: -9rem!important
	}
	.mr-md-n9,
	.mx-md-n9 {
		margin-right: -9rem!important
	}
	.mb-md-n9,
	.my-md-n9 {
		margin-bottom: -9rem!important
	}
	.ml-md-n9,
	.mx-md-n9 {
		margin-left: -9rem!important
	}
	.m-md-n10 {
		margin: -12rem!important
	}
	.mt-md-n10,
	.my-md-n10 {
		margin-top: -12rem!important
	}
	.mr-md-n10,
	.mx-md-n10 {
		margin-right: -12rem!important
	}
	.mb-md-n10,
	.my-md-n10 {
		margin-bottom: -12rem!important
	}
	.ml-md-n10,
	.mx-md-n10 {
		margin-left: -12rem!important
	}
	.m-md-n11 {
		margin: -14rem!important
	}
	.mt-md-n11,
	.my-md-n11 {
		margin-top: -14rem!important
	}
	.mr-md-n11,
	.mx-md-n11 {
		margin-right: -14rem!important
	}
	.mb-md-n11,
	.my-md-n11 {
		margin-bottom: -14rem!important
	}
	.ml-md-n11,
	.mx-md-n11 {
		margin-left: -14rem!important
	}
	.m-md-n12 {
		margin: -16rem!important
	}
	.mt-md-n12,
	.my-md-n12 {
		margin-top: -16rem!important
	}
	.mr-md-n12,
	.mx-md-n12 {
		margin-right: -16rem!important
	}
	.mb-md-n12,
	.my-md-n12 {
		margin-bottom: -16rem!important
	}
	.ml-md-n12,
	.mx-md-n12 {
		margin-left: -16rem!important
	}
	.m-md-n13 {
		margin: -18rem!important
	}
	.mt-md-n13,
	.my-md-n13 {
		margin-top: -18rem!important
	}
	.mr-md-n13,
	.mx-md-n13 {
		margin-right: -18rem!important
	}
	.mb-md-n13,
	.my-md-n13 {
		margin-bottom: -18rem!important
	}
	.ml-md-n13,
	.mx-md-n13 {
		margin-left: -18rem!important
	}
	.m-md-n14 {
		margin: -20rem!important
	}
	.mt-md-n14,
	.my-md-n14 {
		margin-top: -20rem!important
	}
	.mr-md-n14,
	.mx-md-n14 {
		margin-right: -20rem!important
	}
	.mb-md-n14,
	.my-md-n14 {
		margin-bottom: -20rem!important
	}
	.ml-md-n14,
	.mx-md-n14 {
		margin-left: -20rem!important
	}
	.m-md-n15 {
		margin: -22rem!important
	}
	.mt-md-n15,
	.my-md-n15 {
		margin-top: -22rem!important
	}
	.mr-md-n15,
	.mx-md-n15 {
		margin-right: -22rem!important
	}
	.mb-md-n15,
	.my-md-n15 {
		margin-bottom: -22rem!important
	}
	.ml-md-n15,
	.mx-md-n15 {
		margin-left: -22rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto!important
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto!important
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto!important
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto!important
	}
}

@media(min-width:992px) {
	.m-lg-0 {
		margin: 0!important
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0!important
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0!important
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0!important
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem!important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem!important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem!important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem!important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem!important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem!important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem!important
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem!important
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem!important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem!important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem!important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem!important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem!important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem!important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem!important
	}
	.m-lg-6 {
		margin: 6rem!important
	}
	.mt-lg-6,
	.my-lg-6 {
		margin-top: 6rem!important
	}
	.mr-lg-6,
	.mx-lg-6 {
		margin-right: 6rem!important
	}
	.mb-lg-6,
	.my-lg-6 {
		margin-bottom: 6rem!important
	}
	.ml-lg-6,
	.mx-lg-6 {
		margin-left: 6rem!important
	}
	.m-lg-7 {
		margin: 7rem!important
	}
	.mt-lg-7,
	.my-lg-7 {
		margin-top: 7rem!important
	}
	.mr-lg-7,
	.mx-lg-7 {
		margin-right: 7rem!important
	}
	.mb-lg-7,
	.my-lg-7 {
		margin-bottom: 7rem!important
	}
	.ml-lg-7,
	.mx-lg-7 {
		margin-left: 7rem!important
	}
	.m-lg-8 {
		margin: 8rem!important
	}
	.mt-lg-8,
	.my-lg-8 {
		margin-top: 8rem!important
	}
	.mr-lg-8,
	.mx-lg-8 {
		margin-right: 8rem!important
	}
	.mb-lg-8,
	.my-lg-8 {
		margin-bottom: 8rem!important
	}
	.ml-lg-8,
	.mx-lg-8 {
		margin-left: 8rem!important
	}
	.m-lg-9 {
		margin: 9rem!important
	}
	.mt-lg-9,
	.my-lg-9 {
		margin-top: 9rem!important
	}
	.mr-lg-9,
	.mx-lg-9 {
		margin-right: 9rem!important
	}
	.mb-lg-9,
	.my-lg-9 {
		margin-bottom: 9rem!important
	}
	.ml-lg-9,
	.mx-lg-9 {
		margin-left: 9rem!important
	}
	.m-lg-10 {
		margin: 12rem!important
	}
	.mt-lg-10,
	.my-lg-10 {
		margin-top: 12rem!important
	}
	.mr-lg-10,
	.mx-lg-10 {
		margin-right: 12rem!important
	}
	.mb-lg-10,
	.my-lg-10 {
		margin-bottom: 12rem!important
	}
	.ml-lg-10,
	.mx-lg-10 {
		margin-left: 12rem!important
	}
	.m-lg-11 {
		margin: 14rem!important
	}
	.mt-lg-11,
	.my-lg-11 {
		margin-top: 14rem!important
	}
	.mr-lg-11,
	.mx-lg-11 {
		margin-right: 14rem!important
	}
	.mb-lg-11,
	.my-lg-11 {
		margin-bottom: 14rem!important
	}
	.ml-lg-11,
	.mx-lg-11 {
		margin-left: 14rem!important
	}
	.m-lg-12 {
		margin: 16rem!important
	}
	.mt-lg-12,
	.my-lg-12 {
		margin-top: 16rem!important
	}
	.mr-lg-12,
	.mx-lg-12 {
		margin-right: 16rem!important
	}
	.mb-lg-12,
	.my-lg-12 {
		margin-bottom: 16rem!important
	}
	.ml-lg-12,
	.mx-lg-12 {
		margin-left: 16rem!important
	}
	.m-lg-13 {
		margin: 18rem!important
	}
	.mt-lg-13,
	.my-lg-13 {
		margin-top: 18rem!important
	}
	.mr-lg-13,
	.mx-lg-13 {
		margin-right: 18rem!important
	}
	.mb-lg-13,
	.my-lg-13 {
		margin-bottom: 18rem!important
	}
	.ml-lg-13,
	.mx-lg-13 {
		margin-left: 18rem!important
	}
	.m-lg-14 {
		margin: 20rem!important
	}
	.mt-lg-14,
	.my-lg-14 {
		margin-top: 20rem!important
	}
	.mr-lg-14,
	.mx-lg-14 {
		margin-right: 20rem!important
	}
	.mb-lg-14,
	.my-lg-14 {
		margin-bottom: 20rem!important
	}
	.ml-lg-14,
	.mx-lg-14 {
		margin-left: 20rem!important
	}
	.m-lg-15 {
		margin: 22rem!important
	}
	.mt-lg-15,
	.my-lg-15 {
		margin-top: 22rem!important
	}
	.mr-lg-15,
	.mx-lg-15 {
		margin-right: 22rem!important
	}
	.mb-lg-15,
	.my-lg-15 {
		margin-bottom: 22rem!important
	}
	.ml-lg-15,
	.mx-lg-15 {
		margin-left: 22rem!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0!important
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0!important
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem!important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem!important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem!important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem!important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem!important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem!important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem!important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem!important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem!important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem!important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem!important
	}
	.p-lg-6 {
		padding: 6rem!important
	}
	.pt-lg-6,
	.py-lg-6 {
		padding-top: 6rem!important
	}
	.pr-lg-6,
	.px-lg-6 {
		padding-right: 6rem!important
	}
	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: 6rem!important
	}
	.pl-lg-6,
	.px-lg-6 {
		padding-left: 6rem!important
	}
	.p-lg-7 {
		padding: 7rem!important
	}
	.pt-lg-7,
	.py-lg-7 {
		padding-top: 7rem!important
	}
	.pr-lg-7,
	.px-lg-7 {
		padding-right: 7rem!important
	}
	.pb-lg-7,
	.py-lg-7 {
		padding-bottom: 7rem!important
	}
	.pl-lg-7,
	.px-lg-7 {
		padding-left: 7rem!important
	}
	.p-lg-8 {
		padding: 8rem!important
	}
	.pt-lg-8,
	.py-lg-8 {
		padding-top: 8rem!important
	}
	.pr-lg-8,
	.px-lg-8 {
		padding-right: 8rem!important
	}
	.pb-lg-8,
	.py-lg-8 {
		padding-bottom: 8rem!important
	}
	.pl-lg-8,
	.px-lg-8 {
		padding-left: 8rem!important
	}
	.p-lg-9 {
		padding: 9rem!important
	}
	.pt-lg-9,
	.py-lg-9 {
		padding-top: 9rem!important
	}
	.pr-lg-9,
	.px-lg-9 {
		padding-right: 9rem!important
	}
	.pb-lg-9,
	.py-lg-9 {
		padding-bottom: 9rem!important
	}
	.pl-lg-9,
	.px-lg-9 {
		padding-left: 9rem!important
	}
	.p-lg-10 {
		padding: 12rem!important
	}
	.pt-lg-10,
	.py-lg-10 {
		padding-top: 12rem!important
	}
	.pr-lg-10,
	.px-lg-10 {
		padding-right: 12rem!important
	}
	.pb-lg-10,
	.py-lg-10 {
		padding-bottom: 12rem!important
	}
	.pl-lg-10,
	.px-lg-10 {
		padding-left: 12rem!important
	}
	.p-lg-11 {
		padding: 14rem!important
	}
	.pt-lg-11,
	.py-lg-11 {
		padding-top: 14rem!important
	}
	.pr-lg-11,
	.px-lg-11 {
		padding-right: 14rem!important
	}
	.pb-lg-11,
	.py-lg-11 {
		padding-bottom: 14rem!important
	}
	.pl-lg-11,
	.px-lg-11 {
		padding-left: 14rem!important
	}
	.p-lg-12 {
		padding: 16rem!important
	}
	.pt-lg-12,
	.py-lg-12 {
		padding-top: 16rem!important
	}
	.pr-lg-12,
	.px-lg-12 {
		padding-right: 16rem!important
	}
	.pb-lg-12,
	.py-lg-12 {
		padding-bottom: 16rem!important
	}
	.pl-lg-12,
	.px-lg-12 {
		padding-left: 16rem!important
	}
	.p-lg-13 {
		padding: 18rem!important
	}
	.pt-lg-13,
	.py-lg-13 {
		padding-top: 18rem!important
	}
	.pr-lg-13,
	.px-lg-13 {
		padding-right: 18rem!important
	}
	.pb-lg-13,
	.py-lg-13 {
		padding-bottom: 18rem!important
	}
	.pl-lg-13,
	.px-lg-13 {
		padding-left: 18rem!important
	}
	.p-lg-14 {
		padding: 20rem!important
	}
	.pt-lg-14,
	.py-lg-14 {
		padding-top: 20rem!important
	}
	.pr-lg-14,
	.px-lg-14 {
		padding-right: 20rem!important
	}
	.pb-lg-14,
	.py-lg-14 {
		padding-bottom: 20rem!important
	}
	.pl-lg-14,
	.px-lg-14 {
		padding-left: 20rem!important
	}
	.p-lg-15 {
		padding: 22rem!important
	}
	.pt-lg-15,
	.py-lg-15 {
		padding-top: 22rem!important
	}
	.pr-lg-15,
	.px-lg-15 {
		padding-right: 22rem!important
	}
	.pb-lg-15,
	.py-lg-15 {
		padding-bottom: 22rem!important
	}
	.pl-lg-15,
	.px-lg-15 {
		padding-left: 22rem!important
	}
	.m-lg-n1 {
		margin: -.25rem!important
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -.25rem!important
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -.25rem!important
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -.25rem!important
	}
	.m-lg-n2 {
		margin: -.5rem!important
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -.5rem!important
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -.5rem!important
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -.5rem!important
	}
	.m-lg-n3 {
		margin: -1rem!important
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem!important
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem!important
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem!important
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem!important
	}
	.m-lg-n4 {
		margin: -1.5rem!important
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem!important
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem!important
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem!important
	}
	.m-lg-n5 {
		margin: -3rem!important
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem!important
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem!important
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem!important
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem!important
	}
	.m-lg-n6 {
		margin: -6rem!important
	}
	.mt-lg-n6,
	.my-lg-n6 {
		margin-top: -6rem!important
	}
	.mr-lg-n6,
	.mx-lg-n6 {
		margin-right: -6rem!important
	}
	.mb-lg-n6,
	.my-lg-n6 {
		margin-bottom: -6rem!important
	}
	.ml-lg-n6,
	.mx-lg-n6 {
		margin-left: -6rem!important
	}
	.m-lg-n7 {
		margin: -7rem!important
	}
	.mt-lg-n7,
	.my-lg-n7 {
		margin-top: -7rem!important
	}
	.mr-lg-n7,
	.mx-lg-n7 {
		margin-right: -7rem!important
	}
	.mb-lg-n7,
	.my-lg-n7 {
		margin-bottom: -7rem!important
	}
	.ml-lg-n7,
	.mx-lg-n7 {
		margin-left: -7rem!important
	}
	.m-lg-n8 {
		margin: -8rem!important
	}
	.mt-lg-n8,
	.my-lg-n8 {
		margin-top: -8rem!important
	}
	.mr-lg-n8,
	.mx-lg-n8 {
		margin-right: -8rem!important
	}
	.mb-lg-n8,
	.my-lg-n8 {
		margin-bottom: -8rem!important
	}
	.ml-lg-n8,
	.mx-lg-n8 {
		margin-left: -8rem!important
	}
	.m-lg-n9 {
		margin: -9rem!important
	}
	.mt-lg-n9,
	.my-lg-n9 {
		margin-top: -9rem!important
	}
	.mr-lg-n9,
	.mx-lg-n9 {
		margin-right: -9rem!important
	}
	.mb-lg-n9,
	.my-lg-n9 {
		margin-bottom: -9rem!important
	}
	.ml-lg-n9,
	.mx-lg-n9 {
		margin-left: -9rem!important
	}
	.m-lg-n10 {
		margin: -12rem!important
	}
	.mt-lg-n10,
	.my-lg-n10 {
		margin-top: -12rem!important
	}
	.mr-lg-n10,
	.mx-lg-n10 {
		margin-right: -12rem!important
	}
	.mb-lg-n10,
	.my-lg-n10 {
		margin-bottom: -12rem!important
	}
	.ml-lg-n10,
	.mx-lg-n10 {
		margin-left: -12rem!important
	}
	.m-lg-n11 {
		margin: -14rem!important
	}
	.mt-lg-n11,
	.my-lg-n11 {
		margin-top: -14rem!important
	}
	.mr-lg-n11,
	.mx-lg-n11 {
		margin-right: -14rem!important
	}
	.mb-lg-n11,
	.my-lg-n11 {
		margin-bottom: -14rem!important
	}
	.ml-lg-n11,
	.mx-lg-n11 {
		margin-left: -14rem!important
	}
	.m-lg-n12 {
		margin: -16rem!important
	}
	.mt-lg-n12,
	.my-lg-n12 {
		margin-top: -16rem!important
	}
	.mr-lg-n12,
	.mx-lg-n12 {
		margin-right: -16rem!important
	}
	.mb-lg-n12,
	.my-lg-n12 {
		margin-bottom: -16rem!important
	}
	.ml-lg-n12,
	.mx-lg-n12 {
		margin-left: -16rem!important
	}
	.m-lg-n13 {
		margin: -18rem!important
	}
	.mt-lg-n13,
	.my-lg-n13 {
		margin-top: -18rem!important
	}
	.mr-lg-n13,
	.mx-lg-n13 {
		margin-right: -18rem!important
	}
	.mb-lg-n13,
	.my-lg-n13 {
		margin-bottom: -18rem!important
	}
	.ml-lg-n13,
	.mx-lg-n13 {
		margin-left: -18rem!important
	}
	.m-lg-n14 {
		margin: -20rem!important
	}
	.mt-lg-n14,
	.my-lg-n14 {
		margin-top: -20rem!important
	}
	.mr-lg-n14,
	.mx-lg-n14 {
		margin-right: -20rem!important
	}
	.mb-lg-n14,
	.my-lg-n14 {
		margin-bottom: -20rem!important
	}
	.ml-lg-n14,
	.mx-lg-n14 {
		margin-left: -20rem!important
	}
	.m-lg-n15 {
		margin: -22rem!important
	}
	.mt-lg-n15,
	.my-lg-n15 {
		margin-top: -22rem!important
	}
	.mr-lg-n15,
	.mx-lg-n15 {
		margin-right: -22rem!important
	}
	.mb-lg-n15,
	.my-lg-n15 {
		margin-bottom: -22rem!important
	}
	.ml-lg-n15,
	.mx-lg-n15 {
		margin-left: -22rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto!important
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto!important
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto!important
	}
}

@media(min-width:1200px) {
	.m-xl-0 {
		margin: 0!important
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0!important
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0!important
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0!important
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem!important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem!important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem!important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem!important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem!important
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem!important
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem!important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem!important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem!important
	}
	.m-xl-6 {
		margin: 6rem!important
	}
	.mt-xl-6,
	.my-xl-6 {
		margin-top: 6rem!important
	}
	.mr-xl-6,
	.mx-xl-6 {
		margin-right: 6rem!important
	}
	.mb-xl-6,
	.my-xl-6 {
		margin-bottom: 6rem!important
	}
	.ml-xl-6,
	.mx-xl-6 {
		margin-left: 6rem!important
	}
	.m-xl-7 {
		margin: 7rem!important
	}
	.mt-xl-7,
	.my-xl-7 {
		margin-top: 7rem!important
	}
	.mr-xl-7,
	.mx-xl-7 {
		margin-right: 7rem!important
	}
	.mb-xl-7,
	.my-xl-7 {
		margin-bottom: 7rem!important
	}
	.ml-xl-7,
	.mx-xl-7 {
		margin-left: 7rem!important
	}
	.m-xl-8 {
		margin: 8rem!important
	}
	.mt-xl-8,
	.my-xl-8 {
		margin-top: 8rem!important
	}
	.mr-xl-8,
	.mx-xl-8 {
		margin-right: 8rem!important
	}
	.mb-xl-8,
	.my-xl-8 {
		margin-bottom: 8rem!important
	}
	.ml-xl-8,
	.mx-xl-8 {
		margin-left: 8rem!important
	}
	.m-xl-9 {
		margin: 9rem!important
	}
	.mt-xl-9,
	.my-xl-9 {
		margin-top: 9rem!important
	}
	.mr-xl-9,
	.mx-xl-9 {
		margin-right: 9rem!important
	}
	.mb-xl-9,
	.my-xl-9 {
		margin-bottom: 9rem!important
	}
	.ml-xl-9,
	.mx-xl-9 {
		margin-left: 9rem!important
	}
	.m-xl-10 {
		margin: 12rem!important
	}
	.mt-xl-10,
	.my-xl-10 {
		margin-top: 12rem!important
	}
	.mr-xl-10,
	.mx-xl-10 {
		margin-right: 12rem!important
	}
	.mb-xl-10,
	.my-xl-10 {
		margin-bottom: 12rem!important
	}
	.ml-xl-10,
	.mx-xl-10 {
		margin-left: 12rem!important
	}
	.m-xl-11 {
		margin: 14rem!important
	}
	.mt-xl-11,
	.my-xl-11 {
		margin-top: 14rem!important
	}
	.mr-xl-11,
	.mx-xl-11 {
		margin-right: 14rem!important
	}
	.mb-xl-11,
	.my-xl-11 {
		margin-bottom: 14rem!important
	}
	.ml-xl-11,
	.mx-xl-11 {
		margin-left: 14rem!important
	}
	.m-xl-12 {
		margin: 16rem!important
	}
	.mt-xl-12,
	.my-xl-12 {
		margin-top: 16rem!important
	}
	.mr-xl-12,
	.mx-xl-12 {
		margin-right: 16rem!important
	}
	.mb-xl-12,
	.my-xl-12 {
		margin-bottom: 16rem!important
	}
	.ml-xl-12,
	.mx-xl-12 {
		margin-left: 16rem!important
	}
	.m-xl-13 {
		margin: 18rem!important
	}
	.mt-xl-13,
	.my-xl-13 {
		margin-top: 18rem!important
	}
	.mr-xl-13,
	.mx-xl-13 {
		margin-right: 18rem!important
	}
	.mb-xl-13,
	.my-xl-13 {
		margin-bottom: 18rem!important
	}
	.ml-xl-13,
	.mx-xl-13 {
		margin-left: 18rem!important
	}
	.m-xl-14 {
		margin: 20rem!important
	}
	.mt-xl-14,
	.my-xl-14 {
		margin-top: 20rem!important
	}
	.mr-xl-14,
	.mx-xl-14 {
		margin-right: 20rem!important
	}
	.mb-xl-14,
	.my-xl-14 {
		margin-bottom: 20rem!important
	}
	.ml-xl-14,
	.mx-xl-14 {
		margin-left: 20rem!important
	}
	.m-xl-15 {
		margin: 22rem!important
	}
	.mt-xl-15,
	.my-xl-15 {
		margin-top: 22rem!important
	}
	.mr-xl-15,
	.mx-xl-15 {
		margin-right: 22rem!important
	}
	.mb-xl-15,
	.my-xl-15 {
		margin-bottom: 22rem!important
	}
	.ml-xl-15,
	.mx-xl-15 {
		margin-left: 22rem!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0!important
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0!important
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0!important
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem!important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem!important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem!important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem!important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem!important
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem!important
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem!important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem!important
	}
	.p-xl-6 {
		padding: 6rem!important
	}
	.pt-xl-6,
	.py-xl-6 {
		padding-top: 6rem!important
	}
	.pr-xl-6,
	.px-xl-6 {
		padding-right: 6rem!important
	}
	.pb-xl-6,
	.py-xl-6 {
		padding-bottom: 6rem!important
	}
	.pl-xl-6,
	.px-xl-6 {
		padding-left: 6rem!important
	}
	.p-xl-7 {
		padding: 7rem!important
	}
	.pt-xl-7,
	.py-xl-7 {
		padding-top: 7rem!important
	}
	.pr-xl-7,
	.px-xl-7 {
		padding-right: 7rem!important
	}
	.pb-xl-7,
	.py-xl-7 {
		padding-bottom: 7rem!important
	}
	.pl-xl-7,
	.px-xl-7 {
		padding-left: 7rem!important
	}
	.p-xl-8 {
		padding: 8rem!important
	}
	.pt-xl-8,
	.py-xl-8 {
		padding-top: 8rem!important
	}
	.pr-xl-8,
	.px-xl-8 {
		padding-right: 8rem!important
	}
	.pb-xl-8,
	.py-xl-8 {
		padding-bottom: 8rem!important
	}
	.pl-xl-8,
	.px-xl-8 {
		padding-left: 8rem!important
	}
	.p-xl-9 {
		padding: 9rem!important
	}
	.pt-xl-9,
	.py-xl-9 {
		padding-top: 9rem!important
	}
	.pr-xl-9,
	.px-xl-9 {
		padding-right: 9rem!important
	}
	.pb-xl-9,
	.py-xl-9 {
		padding-bottom: 9rem!important
	}
	.pl-xl-9,
	.px-xl-9 {
		padding-left: 9rem!important
	}
	.p-xl-10 {
		padding: 12rem!important
	}
	.pt-xl-10,
	.py-xl-10 {
		padding-top: 12rem!important
	}
	.pr-xl-10,
	.px-xl-10 {
		padding-right: 12rem!important
	}
	.pb-xl-10,
	.py-xl-10 {
		padding-bottom: 12rem!important
	}
	.pl-xl-10,
	.px-xl-10 {
		padding-left: 12rem!important
	}
	.p-xl-11 {
		padding: 14rem!important
	}
	.pt-xl-11,
	.py-xl-11 {
		padding-top: 14rem!important
	}
	.pr-xl-11,
	.px-xl-11 {
		padding-right: 14rem!important
	}
	.pb-xl-11,
	.py-xl-11 {
		padding-bottom: 14rem!important
	}
	.pl-xl-11,
	.px-xl-11 {
		padding-left: 14rem!important
	}
	.p-xl-12 {
		padding: 16rem!important
	}
	.pt-xl-12,
	.py-xl-12 {
		padding-top: 16rem!important
	}
	.pr-xl-12,
	.px-xl-12 {
		padding-right: 16rem!important
	}
	.pb-xl-12,
	.py-xl-12 {
		padding-bottom: 16rem!important
	}
	.pl-xl-12,
	.px-xl-12 {
		padding-left: 16rem!important
	}
	.p-xl-13 {
		padding: 18rem!important
	}
	.pt-xl-13,
	.py-xl-13 {
		padding-top: 18rem!important
	}
	.pr-xl-13,
	.px-xl-13 {
		padding-right: 18rem!important
	}
	.pb-xl-13,
	.py-xl-13 {
		padding-bottom: 18rem!important
	}
	.pl-xl-13,
	.px-xl-13 {
		padding-left: 18rem!important
	}
	.p-xl-14 {
		padding: 20rem!important
	}
	.pt-xl-14,
	.py-xl-14 {
		padding-top: 20rem!important
	}
	.pr-xl-14,
	.px-xl-14 {
		padding-right: 20rem!important
	}
	.pb-xl-14,
	.py-xl-14 {
		padding-bottom: 20rem!important
	}
	.pl-xl-14,
	.px-xl-14 {
		padding-left: 20rem!important
	}
	.p-xl-15 {
		padding: 22rem!important
	}
	.pt-xl-15,
	.py-xl-15 {
		padding-top: 22rem!important
	}
	.pr-xl-15,
	.px-xl-15 {
		padding-right: 22rem!important
	}
	.pb-xl-15,
	.py-xl-15 {
		padding-bottom: 22rem!important
	}
	.pl-xl-15,
	.px-xl-15 {
		padding-left: 22rem!important
	}
	.m-xl-n1 {
		margin: -.25rem!important
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem!important
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem!important
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem!important
	}
	.m-xl-n2 {
		margin: -.5rem!important
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem!important
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem!important
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.5rem!important
	}
	.m-xl-n3 {
		margin: -1rem!important
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem!important
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem!important
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem!important
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem!important
	}
	.m-xl-n4 {
		margin: -1.5rem!important
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem!important
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem!important
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem!important
	}
	.m-xl-n5 {
		margin: -3rem!important
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem!important
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem!important
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem!important
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem!important
	}
	.m-xl-n6 {
		margin: -6rem!important
	}
	.mt-xl-n6,
	.my-xl-n6 {
		margin-top: -6rem!important
	}
	.mr-xl-n6,
	.mx-xl-n6 {
		margin-right: -6rem!important
	}
	.mb-xl-n6,
	.my-xl-n6 {
		margin-bottom: -6rem!important
	}
	.ml-xl-n6,
	.mx-xl-n6 {
		margin-left: -6rem!important
	}
	.m-xl-n7 {
		margin: -7rem!important
	}
	.mt-xl-n7,
	.my-xl-n7 {
		margin-top: -7rem!important
	}
	.mr-xl-n7,
	.mx-xl-n7 {
		margin-right: -7rem!important
	}
	.mb-xl-n7,
	.my-xl-n7 {
		margin-bottom: -7rem!important
	}
	.ml-xl-n7,
	.mx-xl-n7 {
		margin-left: -7rem!important
	}
	.m-xl-n8 {
		margin: -8rem!important
	}
	.mt-xl-n8,
	.my-xl-n8 {
		margin-top: -8rem!important
	}
	.mr-xl-n8,
	.mx-xl-n8 {
		margin-right: -8rem!important
	}
	.mb-xl-n8,
	.my-xl-n8 {
		margin-bottom: -8rem!important
	}
	.ml-xl-n8,
	.mx-xl-n8 {
		margin-left: -8rem!important
	}
	.m-xl-n9 {
		margin: -9rem!important
	}
	.mt-xl-n9,
	.my-xl-n9 {
		margin-top: -9rem!important
	}
	.mr-xl-n9,
	.mx-xl-n9 {
		margin-right: -9rem!important
	}
	.mb-xl-n9,
	.my-xl-n9 {
		margin-bottom: -9rem!important
	}
	.ml-xl-n9,
	.mx-xl-n9 {
		margin-left: -9rem!important
	}
	.m-xl-n10 {
		margin: -12rem!important
	}
	.mt-xl-n10,
	.my-xl-n10 {
		margin-top: -12rem!important
	}
	.mr-xl-n10,
	.mx-xl-n10 {
		margin-right: -12rem!important
	}
	.mb-xl-n10,
	.my-xl-n10 {
		margin-bottom: -12rem!important
	}
	.ml-xl-n10,
	.mx-xl-n10 {
		margin-left: -12rem!important
	}
	.m-xl-n11 {
		margin: -14rem!important
	}
	.mt-xl-n11,
	.my-xl-n11 {
		margin-top: -14rem!important
	}
	.mr-xl-n11,
	.mx-xl-n11 {
		margin-right: -14rem!important
	}
	.mb-xl-n11,
	.my-xl-n11 {
		margin-bottom: -14rem!important
	}
	.ml-xl-n11,
	.mx-xl-n11 {
		margin-left: -14rem!important
	}
	.m-xl-n12 {
		margin: -16rem!important
	}
	.mt-xl-n12,
	.my-xl-n12 {
		margin-top: -16rem!important
	}
	.mr-xl-n12,
	.mx-xl-n12 {
		margin-right: -16rem!important
	}
	.mb-xl-n12,
	.my-xl-n12 {
		margin-bottom: -16rem!important
	}
	.ml-xl-n12,
	.mx-xl-n12 {
		margin-left: -16rem!important
	}
	.m-xl-n13 {
		margin: -18rem!important
	}
	.mt-xl-n13,
	.my-xl-n13 {
		margin-top: -18rem!important
	}
	.mr-xl-n13,
	.mx-xl-n13 {
		margin-right: -18rem!important
	}
	.mb-xl-n13,
	.my-xl-n13 {
		margin-bottom: -18rem!important
	}
	.ml-xl-n13,
	.mx-xl-n13 {
		margin-left: -18rem!important
	}
	.m-xl-n14 {
		margin: -20rem!important
	}
	.mt-xl-n14,
	.my-xl-n14 {
		margin-top: -20rem!important
	}
	.mr-xl-n14,
	.mx-xl-n14 {
		margin-right: -20rem!important
	}
	.mb-xl-n14,
	.my-xl-n14 {
		margin-bottom: -20rem!important
	}
	.ml-xl-n14,
	.mx-xl-n14 {
		margin-left: -20rem!important
	}
	.m-xl-n15 {
		margin: -22rem!important
	}
	.mt-xl-n15,
	.my-xl-n15 {
		margin-top: -22rem!important
	}
	.mr-xl-n15,
	.mx-xl-n15 {
		margin-right: -22rem!important
	}
	.mb-xl-n15,
	.my-xl-n15 {
		margin-bottom: -22rem!important
	}
	.ml-xl-n15,
	.mx-xl-n15 {
		margin-left: -22rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto!important
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto!important
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto!important
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace!important
}

.text-justify {
	text-align: justify!important
}

.text-nowrap {
	white-space: nowrap!important
}

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

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media(min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media(min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media(min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media(min-width:1200px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-light {
	font-weight: 300!important
}

.font-weight-lighter {
	font-weight: 100!important
}

.font-weight-normal {
	font-weight: 400!important
}

.font-weight-bold {
	font-weight: 700!important
}

.font-weight-bolder {
	font-weight: 900!important
}

.font-italic {
	font-style: italic!important
}

.text-white {
	color: #fff!important
}

.text-primary {
	color: #53f!important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #2600e6!important
}

.text-secondary {
	color: #506690!important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #35435f!important
}

.text-success {
	color: #00c9b7!important
}

a.text-success:focus,
a.text-success:hover {
	color: #007d71!important
}

.text-info {
	color: #0083dd!important
}

a.text-info:focus,
a.text-info:hover {
	color: #005691!important
}

.text-warning {
	color: #feb868!important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #fd941c!important
}

.text-danger {
	color: #f5365c!important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #d40b33!important
}

.text-light {
	color: #f9fbfd!important
}

a.text-light:focus,
a.text-light:hover {
	color: #c0d5ea!important
}

.text-dark {
	color: #2b354f!important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #10141d!important
}

.text-gray {
	color: #869ab8!important
}

a.text-gray:focus,
a.text-gray:hover {
	color: #597298!important
}

.text-gray-light {
	color: #d9e2ef!important
}

a.text-gray-light:focus,
a.text-gray-light:hover {
	color: #a3b9d8!important
}

.text-alternate {
	color: #fc9e21!important
}

a.text-alternate:focus,
a.text-alternate:hover {
	color: #ce7703!important
}

.text-contrast {
	color: #fff!important
}

a.text-contrast:focus,
a.text-contrast:hover {
	color: #d9d9d9!important
}

.text-darker {
	color: #001a3e!important
}

a.text-darker:focus,
a.text-darker:hover {
	color: #000!important
}

.text-black {
	color: #161c2d!important
}

a.text-black:focus,
a.text-black:hover {
	color: #000!important
}

.text-body {
	color: #6d768b!important
}

.text-muted {
	color: #869ab8!important
}

.text-black-50 {
	color: rgba(22, 28, 45, .5)!important
}

.text-white-50 {
	color: hsla(0, 0%, 100%, .5)!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none!important
}

.text-break {
	word-break: break-word!important;
	overflow-wrap: break-word!important
}

.text-reset {
	color: inherit!important
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

@media print {
	*,
	:after,
	:before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote,
	pre {
		border: 1px solid #abbcd5;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	.container,
	body {
		min-width: 992px!important
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #161c2d
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #d9e2ef!important
	}
	.table-dark {
		color: inherit
	}
	.table-dark tbody+tbody,
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #edf2f9
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #edf2f9
	}
}

body {
	overflow: hidden !important;
	text-rendering: optimizeLegibility!important;
	-webkit-font-smoothing: antialiased!important;
	letter-spacing: .15px
}

a {
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in
}

a,
a:active,
a:focus,
a:hover {
	outline: 0!important;
	text-decoration: none
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #d9e2ef;
	margin: 1em 0;
	padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

legend {
	margin-bottom: 1rem;
	font-size: .8rem
}

fieldset {
	min-width: 0;
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

.browserupgrade {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0
}

*,
:after,
:before {
	box-sizing: border-box
}

.icon {
	padding: 0;
	display: inline-block;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.icon.logo {
	max-width: 80px
}

.icon i {
	margin: 0
}

img.icon {
	max-width: 54px
}

.stroke-primary {
	stroke: #53f
}

.stroke-secondary {
	stroke: #506690
}

.stroke-success {
	stroke: #00c9b7
}

.stroke-info {
	stroke: #0083dd
}

.stroke-warning {
	stroke: #feb868
}

.stroke-danger {
	stroke: #f5365c
}

.stroke-light {
	stroke: #f9fbfd
}

.stroke-dark {
	stroke: #2b354f
}

.stroke-gray {
	stroke: #869ab8
}

.stroke-gray-light {
	stroke: #d9e2ef
}

.stroke-alternate {
	stroke: #fc9e21
}

.stroke-contrast {
	stroke: #fff
}

.stroke-darker {
	stroke: #001a3e
}

.stroke-black {
	stroke: #161c2d
}

.anim {
	position: absolute
}

.floating {
	-webkit-animation: floating 4s ease-in-out infinite;
	animation: floating 4s ease-in-out infinite;
	-webkit-filter: none;
	filter: none
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
	65% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
	to {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes floating {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
	65% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
	to {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes blink {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes jump {
	0% {
		top: 0
	}
	50% {
		top: 50px
	}
	to {
		top: 0
	}
}

@keyframes jump {
	0% {
		top: 0
	}
	50% {
		top: 50px
	}
	to {
		top: 0
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg) translate(-165px) rotate(0deg);
		transform: rotate(0deg) translate(-165px) rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn) translate(-165px) rotate(-1turn);
		transform: rotate(1turn) translate(-165px) rotate(-1turn)
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg) translate(-165px) rotate(0deg);
		transform: rotate(0deg) translate(-165px) rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn) translate(-165px) rotate(-1turn);
		transform: rotate(1turn) translate(-165px) rotate(-1turn)
	}
}

@-webkit-keyframes anti-clockwise {
	0% {
		-webkit-transform: rotate(0deg) translate(165px) rotate(0deg);
		transform: rotate(0deg) translate(165px) rotate(0deg)
	}
	to {
		-webkit-transform: rotate(-1turn) translate(165px) rotate(1turn);
		transform: rotate(-1turn) translate(165px) rotate(1turn)
	}
}

@keyframes anti-clockwise {
	0% {
		-webkit-transform: rotate(0deg) translate(165px) rotate(0deg);
		transform: rotate(0deg) translate(165px) rotate(0deg)
	}
	to {
		-webkit-transform: rotate(-1turn) translate(165px) rotate(1turn);
		transform: rotate(-1turn) translate(165px) rotate(1turn)
	}
}

@-webkit-keyframes rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn)
	}
}

@keyframes rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn)
	}
}

@-webkit-keyframes rotating-clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes rotating-clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes rotating-diagonal {
	0% {
		-webkit-transform: translate(-300px, 150px) rotate(0deg);
		transform: translate(-300px, 150px) rotate(0deg)
	}
	to {
		-webkit-transform: translate(300px, -150px) rotate(180deg);
		transform: translate(300px, -150px) rotate(180deg)
	}
}

@keyframes rotating-diagonal {
	0% {
		-webkit-transform: translate(-300px, 150px) rotate(0deg);
		transform: translate(-300px, 150px) rotate(0deg)
	}
	to {
		-webkit-transform: translate(300px, -150px) rotate(180deg);
		transform: translate(300px, -150px) rotate(180deg)
	}
}

.animation {
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.animation--clockwise {
	-webkit-animation: clockwise 30s linear infinite normal;
	animation: clockwise 30s linear infinite normal
}

.animation--anti-clockwise {
	-webkit-animation: anti-clockwise 30s linear infinite normal;
	animation: anti-clockwise 30s linear infinite normal
}

.animation--rotating {
	-webkit-animation: rotating 15s linear infinite normal;
	animation: rotating 15s linear infinite normal
}

.animation--rotating-diagonal {
	-webkit-animation: rotating-diagonal 15s linear infinite alternate;
	animation: rotating-diagonal 15s linear infinite alternate
}

.animation--rotating-clockwise {
	-webkit-animation: rotating-clockwise 15s linear infinite normal;
	animation: rotating-clockwise 15s linear infinite normal
}

.form[data-response-message-animation],
.form[data-response-message-animation]+.response-message,
form[data-response-message-animation],
form[data-response-message-animation]+.response-message {
	-webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-in;
	transition: opacity .3s ease-out, -webkit-transform .3s ease-in;
	transition: transform .3s ease-in, opacity .3s ease-out;
	transition: transform .3s ease-in, opacity .3s ease-out, -webkit-transform .3s ease-in
}

.form[data-response-message-animation].submitted+.response-message,
form[data-response-message-animation].submitted+.response-message {
	z-index: 1;
	opacity: 1;
	position: relative
}

.form[data-response-message-animation]+.response-message,
.form[data-response-message-animation].submitted,
form[data-response-message-animation]+.response-message,
form[data-response-message-animation].submitted {
	opacity: 0;
	position: absolute;
	top: 0
}

.form[data-response-message-animation]+.response-message,
form[data-response-message-animation]+.response-message {
	z-index: -1
}

.form[data-response-message-animation=slide-in-up].submitted+.response-message,
form[data-response-message-animation=slide-in-up].submitted+.response-message {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.form[data-response-message-animation=slide-in-up]+.response-message,
.form[data-response-message-animation=slide-in-up].submitted,
form[data-response-message-animation=slide-in-up]+.response-message,
form[data-response-message-animation=slide-in-up].submitted {
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.form[data-response-message-animation=slide-in-left].submitted+.response-message,
form[data-response-message-animation=slide-in-left].submitted+.response-message {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.form[data-response-message-animation=slide-in-left]+.response-message,
.form[data-response-message-animation=slide-in-left].submitted,
form[data-response-message-animation=slide-in-left]+.response-message,
form[data-response-message-animation=slide-in-left].submitted {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.form.cozy .form-group,
form.cozy .form-group {
	margin-bottom: 10px
}

.form .form-group label.error,
form .form-group label.error {
	color: #f5365c;
	font-size: .68rem
}

.form .form-group.has-icon,
form .form-group.has-icon {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative
}

.form .form-group.has-icon .form-control,
form .form-group.has-icon .form-control {
	-webkit-box-ordinal-group: 2;
	order: 1;
	padding-right: 2.5rem;
	-webkit-box-flex: 0;
	flex: 0 0 100%
}

.form .form-group.has-icon .form-control.is-valid+.icon,
form .form-group.has-icon .form-control.is-valid+.icon {
	color: #00c9b7
}

.form .form-group.has-icon .form-control.is-invalid+.icon,
form .form-group.has-icon .form-control.is-invalid+.icon {
	color: #f5365c
}

.form .form-group.has-icon .icon,
form .form-group.has-icon .icon {
	-webkit-box-ordinal-group: 3;
	order: 2;
	margin-right: 15px;
	margin-left: 12px;
	position: absolute;
	right: 0
}

.form .form-group.has-icon.icon-left .form-control,
form .form-group.has-icon.icon-left .form-control {
	-webkit-box-ordinal-group: 3;
	order: 2;
	padding-left: 2.5rem;
	padding-right: 0
}

.form .form-group.has-icon.icon-left .icon,
form .form-group.has-icon.icon-left .icon {
	-webkit-box-ordinal-group: 2;
	order: 1;
	left: 5px;
	right: auto
}

.form .error,
form .error {
	font-size: .68rem;
	color: #f5365c
}

.btn {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
	letter-spacing: 1.45px
}

.btn .icon {
	margin-right: 8px
}

.btn-link {
	box-shadow: none;
	cursor: pointer
}

.btn-xs {
	padding: .125rem .25rem;
	font-size: .25rem
}

.btn-group-sm>.btn,
.btn-sm,
.btn-xs {
	line-height: 1.5;
	border-radius: .25rem
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .5rem
}

.btn-md {
	padding: .375rem .75rem;
	font-size: .75rem
}

.btn-group-lg>.btn,
.btn-lg,
.btn-md {
	line-height: 1.5;
	border-radius: .25rem
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1rem
}

.btn-xl {
	padding: .625rem 1.25rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .25rem
}

.btn-rounded {
	border-radius: 10rem
}

.btn-circle {
	width: 3rem;
	height: 3rem;
	padding: 0;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-size: 1rem
}

.btn-circle.btn-xs {
	width: 1rem;
	height: 1rem;
	font-size: .25rem
}

.btn-circle.btn-sm,
.btn-group-sm>.btn-circle.btn {
	width: 2rem;
	height: 2rem;
	font-size: .625rem
}

.btn-circle.btn-md {
	width: 3rem;
	height: 3rem;
	font-size: 1rem
}

.btn-circle.btn-lg,
.btn-group-lg>.btn-circle.btn {
	width: 4rem;
	height: 4rem;
	font-size: 1.375rem
}

.btn-circle.btn-xl {
	width: 5rem;
	height: 5rem;
	font-size: 1.75rem
}

.btn-download {
	min-width: 200px;
	text-align: left;
	display: -webkit-box!important;
	display: flex!important;
	-webkit-box-align: center;
	align-items: center
}

.btn-download p {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.45
}

.btn-download .small {
	margin-top: -2px;
	display: block
}

.input-group .btn:not(:first-child) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-outline-primary:hover,
.btn-primary:hover {
	box-shadow: 0 8px 10px rgba(85, 51, 255, .4)!important
}

.btn-outline-secondary:hover,
.btn-secondary:hover {
	box-shadow: 0 8px 10px rgba(80, 102, 144, .4)!important
}

.btn-outline-success:hover,
.btn-success:hover {
	box-shadow: 0 8px 10px rgba(0, 201, 183, .4)!important
}

.btn-info:hover,
.btn-outline-info:hover {
	box-shadow: 0 8px 10px rgba(0, 131, 221, .4)!important
}

.btn-outline-warning:hover,
.btn-warning:hover {
	box-shadow: 0 8px 10px rgba(254, 184, 104, .4)!important
}

.btn-danger:hover,
.btn-outline-danger:hover {
	box-shadow: 0 8px 10px rgba(245, 54, 92, .4)!important
}

.btn-light:hover,
.btn-outline-light:hover {
	box-shadow: 0 8px 10px rgba(249, 251, 253, .4)!important
}

.btn-dark:hover,
.btn-outline-dark:hover {
	box-shadow: 0 8px 10px rgba(43, 53, 79, .4)!important
}

.btn-gray:hover,
.btn-outline-gray:hover {
	box-shadow: 0 8px 10px rgba(134, 154, 184, .4)!important
}

.btn-gray-light:hover,
.btn-outline-gray-light:hover {
	box-shadow: 0 8px 10px rgba(217, 226, 239, .4)!important
}

.btn-alternate:hover,
.btn-outline-alternate:hover {
	box-shadow: 0 8px 10px rgba(252, 158, 33, .4)!important
}

.btn-contrast:hover,
.btn-outline-contrast:hover {
	box-shadow: 0 8px 10px hsla(0, 0%, 100%, .4)!important
}

.btn-darker:hover,
.btn-outline-darker:hover {
	box-shadow: 0 8px 10px rgba(0, 26, 62, .4)!important
}

.btn-black:hover,
.btn-outline-black:hover {
	box-shadow: 0 8px 10px rgba(22, 28, 45, .4)!important
}

.ajax-button {
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.ajax-button .btn-status {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	position: absolute;
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}

.ajax-button .loading {
	font-size: 0;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	padding: 0;
	border-bottom-color: transparent;
	border-left-color: transparent;
	background-color: transparent!important;
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
	box-shadow: none;
	outline: 0
}

.ajax-button .loading.btn-primary {
	border-top: 1px solid #53f;
	border-right: 1px solid #53f
}

.ajax-button .loading.btn-secondary {
	border-top: 1px solid #506690;
	border-right: 1px solid #506690
}

.ajax-button .loading.btn-success {
	border-top: 1px solid #00c9b7;
	border-right: 1px solid #00c9b7
}

.ajax-button .loading.btn-info {
	border-top: 1px solid #0083dd;
	border-right: 1px solid #0083dd
}

.ajax-button .loading.btn-warning {
	border-top: 1px solid #feb868;
	border-right: 1px solid #feb868
}

.ajax-button .loading.btn-danger {
	border-top: 1px solid #f5365c;
	border-right: 1px solid #f5365c
}

.ajax-button .loading.btn-light {
	border-top: 1px solid #f9fbfd;
	border-right: 1px solid #f9fbfd
}

.ajax-button .loading.btn-dark {
	border-top: 1px solid #2b354f;
	border-right: 1px solid #2b354f
}

.ajax-button .loading.btn-gray {
	border-top: 1px solid #869ab8;
	border-right: 1px solid #869ab8
}

.ajax-button .loading.btn-gray-light {
	border-top: 1px solid #d9e2ef;
	border-right: 1px solid #d9e2ef
}

.ajax-button .loading.btn-alternate {
	border-top: 1px solid #fc9e21;
	border-right: 1px solid #fc9e21
}

.ajax-button .loading.btn-contrast {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff
}

.ajax-button .loading.btn-darker {
	border-top: 1px solid #001a3e;
	border-right: 1px solid #001a3e
}

.ajax-button .loading.btn-black {
	border-top: 1px solid #161c2d;
	border-right: 1px solid #161c2d
}

.ajax-button .loading.loading-end {
	opacity: 0;
	-webkit-transform: rotate(0deg) scale(0)!important;
	transform: rotate(0deg) scale(0)!important
}

.ajax-button .done {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.form-control.form-control-rounded {
	border-radius: 10px
}

.form-control::-webkit-input-placeholder {
	opacity: .5;
	font-size: .7rem
}

.form-control::-moz-placeholder {
	opacity: .5;
	font-size: .7rem
}

.form-control::-ms-input-placeholder {
	opacity: .5;
	font-size: .7rem
}

.form-control::placeholder {
	opacity: .5;
	font-size: .7rem
}

.form-control:hover:not(:focus) {
	border-color: #abbcd5
}

.form-control.shadowed {
	box-shadow: 0 3px 20px 0 rgba(43, 53, 79, .1)
}

select[multiple].form-control.form-control-rounded,
textarea.form-control.form-control-rounded {
	padding-left: 1rem;
	border-radius: 1rem
}

.control-label {
	color: white;
	font-weight: 400;
	margin-left: 20px;
}

.label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%
}

.form-check-inline+.form-check-inline {
	margin-left: 0
}

.input-group .checkbox .control-label .check-mark,
.input-group .radio .control-label .check-mark {
	margin-right: 0
}

.input-group+.input-group {
	margin-top: 10px
}

.form-check-list .checkbox,
.form-check-list .form-check:not(.form-check-inline),
.form-check-list .radio {
	margin-bottom: .5rem
}

.custom-switch {
	height: 1.375rem;
	min-height: 1.375rem
}

.custom-switch .custom-control-label:before {
	top: -.0875rem;
	height: 1.375rem;
	border-radius: .6875rem
}

.custom-switch .custom-control-label:after {
	top: .1rem;
	left: -2.8125rem
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
	-webkit-transform: translateX(1.125rem);
	transform: translateX(1.125rem)
}

.image-background {
	position: relative;
	background-attachment: scroll;
	background-position: 50%;
	background-repeat: no-repeat
}

.image-background.cover {
	background-size: cover
}

.image-background.contain {
	background-size: contain
}

.image-background.left-bottom {
	background-position: 0 bottom
}

.image-background.center-top {
	background-position: top
}

.image-background.center-bottom {
	background-position: bottom
}

.image-background.p100-top {
	background-position: 100% top
}

.image-background.p100-bottom {
	background-position: 100% bottom
}

.parallax {
	position: static
}

.parallax,
.parallax.blurred:before {
	background-attachment: fixed
}

.parallax.blurred:before {
	position: absolute
}

.bg-primary.edge.bottom-left {
	position: relative
}

.bg-primary.edge.bottom-left:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2353F'%3E%3Cpath d='M0 0l100 250V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-primary.edge.bottom-right {
	position: relative
}

.bg-primary.edge.bottom-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2353F'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-primary.edge.top-left {
	position: relative
}

.bg-primary.edge.top-left:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2353F'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-primary.edge.top-right {
	position: relative
}

.bg-primary.edge.top-right:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2353F'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-primary.arrow:after {
	background-color: #53f
}

.bg-primary.alpha-1 {
	background-color: rgba(85, 51, 255, .1)!important
}

.bg-primary.alpha-2 {
	background-color: rgba(85, 51, 255, .2)!important
}

.bg-primary.alpha-3 {
	background-color: rgba(85, 51, 255, .3)!important
}

.bg-primary.alpha-4 {
	background-color: rgba(85, 51, 255, .4)!important
}

.bg-primary.alpha-5 {
	background-color: rgba(85, 51, 255, .5)!important
}

.bg-primary.alpha-6 {
	background-color: rgba(85, 51, 255, .6)!important
}

.bg-primary.alpha-7 {
	background-color: rgba(85, 51, 255, .7)!important
}

.bg-primary.alpha-8 {
	background-color: rgba(85, 51, 255, .8)!important
}

.bg-primary.alpha-9 {
	background-color: rgba(85, 51, 255, .9)!important
}

.bg-primary-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#5837ff), to(#53f));
	background: linear-gradient(#5837ff, #53f)
}

.bg-primary-gradient-start {
	background: #5837ff
}

.bg-secondary.edge.bottom-left {
	position: relative
}

.bg-secondary.edge.bottom-left:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23506690'%3E%3Cpath d='M0 0l100 250V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-secondary.edge.bottom-right {
	position: relative
}

.bg-secondary.edge.bottom-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23506690'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-secondary.edge.top-left {
	position: relative
}

.bg-secondary.edge.top-left:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23506690'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-secondary.edge.top-right {
	position: relative
}

.bg-secondary.edge.top-right:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23506690'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-secondary.arrow:after {
	background-color: #506690
}

.bg-secondary.alpha-1 {
	background-color: rgba(80, 102, 144, .1)!important
}

.bg-secondary.alpha-2 {
	background-color: rgba(80, 102, 144, .2)!important
}

.bg-secondary.alpha-3 {
	background-color: rgba(80, 102, 144, .3)!important
}

.bg-secondary.alpha-4 {
	background-color: rgba(80, 102, 144, .4)!important
}

.bg-secondary.alpha-5 {
	background-color: rgba(80, 102, 144, .5)!important
}

.bg-secondary.alpha-6 {
	background-color: rgba(80, 102, 144, .6)!important
}

.bg-secondary.alpha-7 {
	background-color: rgba(80, 102, 144, .7)!important
}

.bg-secondary.alpha-8 {
	background-color: rgba(80, 102, 144, .8)!important
}

.bg-secondary.alpha-9 {
	background-color: rgba(80, 102, 144, .9)!important
}

.bg-secondary-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#516892), to(#506690));
	background: linear-gradient(#516892, #506690)
}

.bg-secondary-gradient-start {
	background: #516892
}

.bg-success.edge.bottom-left {
	position: relative
}

.bg-success.edge.bottom-left:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2300C9B7'%3E%3Cpath d='M0 0l100 250V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-success.edge.bottom-right {
	position: relative
}

.bg-success.edge.bottom-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2300C9B7'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-success.edge.top-left {
	position: relative
}

.bg-success.edge.top-left:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2300C9B7'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-success.edge.top-right {
	position: relative
}

.bg-success.edge.top-right:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%2300C9B7'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-success.arrow:after {
	background-color: #00c9b7
}

.bg-success.alpha-1 {
	background-color: rgba(0, 201, 183, .1)!important
}

.bg-success.alpha-2 {
	background-color: rgba(0, 201, 183, .2)!important
}

.bg-success.alpha-3 {
	background-color: rgba(0, 201, 183, .3)!important
}

.bg-success.alpha-4 {
	background-color: rgba(0, 201, 183, .4)!important
}

.bg-success.alpha-5 {
	background-color: rgba(0, 201, 183, .5)!important
}

.bg-success.alpha-6 {
	background-color: rgba(0, 201, 183, .6)!important
}

.bg-success.alpha-7 {
	background-color: rgba(0, 201, 183, .7)!important
}

.bg-success.alpha-8 {
	background-color: rgba(0, 201, 183, .8)!important
}

.bg-success.alpha-9 {
	background-color: rgba(0, 201, 183, .9)!important
}

.bg-success-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#00cdba), to(#00c9b7));
	background: linear-gradient(#00cdba, #00c9b7)
}

.bg-success-gradient-start {
	background: #00cdba
}

.bg-info.edge.bottom-left {
	position: relative
}

.bg-info.edge.bottom-left:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%230083DD'%3E%3Cpath d='M0 0l100 250V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-info.edge.bottom-right {
	position: relative
}

.bg-info.edge.bottom-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%230083DD'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-info.edge.top-left {
	position: relative
}

.bg-info.edge.top-left:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%230083DD'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-info.edge.top-right {
	position: relative
}

.bg-info.edge.top-right:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%230083DD'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-info.arrow:after {
	background-color: #0083dd
}

.bg-info.alpha-1 {
	background-color: rgba(0, 131, 221, .1)!important
}

.bg-info.alpha-2 {
	background-color: rgba(0, 131, 221, .2)!important
}

.bg-info.alpha-3 {
	background-color: rgba(0, 131, 221, .3)!important
}

.bg-info.alpha-4 {
	background-color: rgba(0, 131, 221, .4)!important
}

.bg-info.alpha-5 {
	background-color: rgba(0, 131, 221, .5)!important
}

.bg-info.alpha-6 {
	background-color: rgba(0, 131, 221, .6)!important
}

.bg-info.alpha-7 {
	background-color: rgba(0, 131, 221, .7)!important
}

.bg-info.alpha-8 {
	background-color: rgba(0, 131, 221, .8)!important
}

.bg-info.alpha-9 {
	background-color: rgba(0, 131, 221, .9)!important
}

.bg-info-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#0085e1), to(#0083dd));
	background: linear-gradient(#0085e1, #0083dd)
}

.bg-info-gradient-start {
	background: #0085e1
}

.bg-warning.edge.bottom-left {
	position: relative
}

.bg-warning.edge.bottom-left:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FEB868'%3E%3Cpath d='M0 0l100 250V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-warning.edge.bottom-right {
	position: relative
}

.bg-warning.edge.bottom-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FEB868'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-warning.edge.top-left {
	position: relative
}

.bg-warning.edge.top-left:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FEB868'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-warning.edge.top-right {
	position: relative
}

.bg-warning.edge.top-right:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FEB868'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-warning.arrow:after {
	background-color: #feb868
}

.bg-warning.alpha-1 {
	background-color: rgba(254, 184, 104, .1)!important
}

.bg-warning.alpha-2 {
	background-color: rgba(254, 184, 104, .2)!important
}

.bg-warning.alpha-3 {
	background-color: rgba(254, 184, 104, .3)!important
}

.bg-warning.alpha-4 {
	background-color: rgba(254, 184, 104, .4)!important
}

.bg-warning.alpha-5 {
	background-color: rgba(254, 184, 104, .5)!important
}

.bg-warning.alpha-6 {
	background-color: rgba(254, 184, 104, .6)!important
}

.bg-warning.alpha-7 {
	background-color: rgba(254, 184, 104, .7)!important
}

.bg-warning.alpha-8 {
	background-color: rgba(254, 184, 104, .8)!important
}

.bg-warning.alpha-9 {
	background-color: rgba(254, 184, 104, .9)!important
}

.bg-warning-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#feba6c), to(#feb868));
	background: linear-gradient(#feba6c, #feb868)
}

.bg-warning-gradient-start {
	background: #feba6c
}

.bg-danger.edge.bottom-left {
	position: relative
}

.bg-danger.edge.bottom-left:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23F5365C'%3E%3Cpath d='M0 0l100 250V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-danger.edge.bottom-right {
	position: relative
}

.bg-danger.edge.bottom-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23F5365C'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-danger.edge.top-left {
	position: relative
}

.bg-danger.edge.top-left:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23F5365C'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-danger.edge.top-right {
	position: relative
}

.bg-danger.edge.top-right:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23F5365C'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-danger.arrow:after {
	background-color: #f5365c
}

.bg-danger.alpha-1 {
	background-color: rgba(245, 54, 92, .1)!important
}

.bg-danger.alpha-2 {
	background-color: rgba(245, 54, 92, .2)!important
}

.bg-danger.alpha-3 {
	background-color: rgba(245, 54, 92, .3)!important
}

.bg-danger.alpha-4 {
	background-color: rgba(245, 54, 92, .4)!important
}

.bg-danger.alpha-5 {
	background-color: rgba(245, 54, 92, .5)!important
}

.bg-danger.alpha-6 {
	background-color: rgba(245, 54, 92, .6)!important
}

.bg-danger.alpha-7 {
	background-color: rgba(245, 54, 92, .7)!important
}

.bg-danger.alpha-8 {
	background-color: rgba(245, 54, 92, .8)!important
}

.bg-danger.alpha-9 {
	background-color: rgba(245, 54, 92, .9)!important
}

.bg-danger-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#f53a5f), to(#f5365c));
	background: linear-gradient(#f53a5f, #f5365c)
}

.bg-danger-gradient-start {
	background: #f53a5f
}

.bg-light.edge.bottom-left {
	position: relative
}

.bg-light.edge.bottom-left:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23F9FBFD'%3E%3Cpath d='M0 0l100 250V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-light.edge.bottom-right {
	position: relative
}

.bg-light.edge.bottom-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23F9FBFD'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-light.edge.top-left {
	position: relative
}

.bg-light.edge.top-left:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23F9FBFD'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-light.edge.top-right {
	position: relative
}

.bg-light.edge.top-right:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23F9FBFD'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-light.arrow:after {
	background-color: #f9fbfd
}

.bg-light.alpha-1 {
	background-color: rgba(249, 251, 253, .1)!important
}

.bg-light.alpha-2 {
	background-color: rgba(249, 251, 253, .2)!important
}

.bg-light.alpha-3 {
	background-color: rgba(249, 251, 253, .3)!important
}

.bg-light.alpha-4 {
	background-color: rgba(249, 251, 253, .4)!important
}

.bg-light.alpha-5 {
	background-color: rgba(249, 251, 253, .5)!important
}

.bg-light.alpha-6 {
	background-color: rgba(249, 251, 253, .6)!important
}

.bg-light.alpha-7 {
	background-color: rgba(249, 251, 253, .7)!important
}

.bg-light.alpha-8 {
	background-color: rgba(249, 251, 253, .8)!important
}

.bg-light.alpha-9 {
	background-color: rgba(249, 251, 253, .9)!important
}

.bg-light-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfdfe), to(#f9fbfd));
	background: linear-gradient(#fcfdfe, #f9fbfd)
}

.bg-light-gradient-start {
	background: #fcfdfe
}

.bg-dark.edge.bottom-left {
	position: relative
}

.bg-dark.edge.bottom-left:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%232B354F'%3E%3Cpath d='M0 0l100 250V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-dark.edge.bottom-right {
	position: relative
}

.bg-dark.edge.bottom-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%232B354F'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-dark.edge.top-left {
	position: relative
}

.bg-dark.edge.top-left:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%232B354F'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-dark.edge.top-right {
	position: relative
}

.bg-dark.edge.top-right:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%232B354F'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-dark.arrow:after {
	background-color: #2b354f
}

.bg-dark.alpha-1 {
	background-color: rgba(43, 53, 79, .1)!important
}

.bg-dark.alpha-2 {
	background-color: rgba(43, 53, 79, .2)!important
}

.bg-dark.alpha-3 {
	background-color: rgba(43, 53, 79, .3)!important
}

.bg-dark.alpha-4 {
	background-color: rgba(43, 53, 79, .4)!important
}

.bg-dark.alpha-5 {
	background-color: rgba(43, 53, 79, .5)!important
}

.bg-dark.alpha-6 {
	background-color: rgba(43, 53, 79, .6)!important
}

.bg-dark.alpha-7 {
	background-color: rgba(43, 53, 79, .7)!important
}

.bg-dark.alpha-8 {
	background-color: rgba(43, 53, 79, .8)!important
}

.bg-dark.alpha-9 {
	background-color: rgba(43, 53, 79, .9)!important
}

.bg-dark-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#2c3751), to(#2b354f));
	background: linear-gradient(#2c3751, #2b354f)
}

.bg-dark-gradient-start {
	background: #2c3751
}

.bg-gray.edge.bottom-left {
	position: relative
}

.bg-gray.edge.bottom-left:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23869AB8'%3E%3Cpath d='M0 0l100 250V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-gray.edge.bottom-right {
	position: relative
}

.bg-gray.edge.bottom-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23869AB8'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-gray.edge.top-left {
	position: relative
}

.bg-gray.edge.top-left:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23869AB8'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-gray.edge.top-right {
	position: relative
}

.bg-gray.edge.top-right:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23869AB8'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-gray.arrow:after {
	background-color: #869ab8
}

.bg-gray.alpha-1 {
	background-color: rgba(134, 154, 184, .1)!important
}

.bg-gray.alpha-2 {
	background-color: rgba(134, 154, 184, .2)!important
}

.bg-gray.alpha-3 {
	background-color: rgba(134, 154, 184, .3)!important
}

.bg-gray.alpha-4 {
	background-color: rgba(134, 154, 184, .4)!important
}

.bg-gray.alpha-5 {
	background-color: rgba(134, 154, 184, .5)!important
}

.bg-gray.alpha-6 {
	background-color: rgba(134, 154, 184, .6)!important
}

.bg-gray.alpha-7 {
	background-color: rgba(134, 154, 184, .7)!important
}

.bg-gray.alpha-8 {
	background-color: rgba(134, 154, 184, .8)!important
}

.bg-gray.alpha-9 {
	background-color: rgba(134, 154, 184, .9)!important
}

.bg-gray-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#889cb9), to(#869ab8));
	background: linear-gradient(#889cb9, #869ab8)
}

.bg-gray-gradient-start {
	background: #889cb9
}

.bg-gray-light.edge.bottom-left {
	position: relative
}

.bg-gray-light.edge.bottom-left:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23D9E2EF'%3E%3Cpath d='M0 0l100 250V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-gray-light.edge.bottom-right {
	position: relative
}

.bg-gray-light.edge.bottom-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23D9E2EF'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-gray-light.edge.top-left {
	position: relative
}

.bg-gray-light.edge.top-left:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23D9E2EF'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-gray-light.edge.top-right {
	position: relative
}

.bg-gray-light.edge.top-right:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23D9E2EF'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-gray-light.arrow:after {
	background-color: #d9e2ef
}

.bg-gray-light.alpha-1 {
	background-color: rgba(217, 226, 239, .1)!important
}

.bg-gray-light.alpha-2 {
	background-color: rgba(217, 226, 239, .2)!important
}

.bg-gray-light.alpha-3 {
	background-color: rgba(217, 226, 239, .3)!important
}

.bg-gray-light.alpha-4 {
	background-color: rgba(217, 226, 239, .4)!important
}

.bg-gray-light.alpha-5 {
	background-color: rgba(217, 226, 239, .5)!important
}

.bg-gray-light.alpha-6 {
	background-color: rgba(217, 226, 239, .6)!important
}

.bg-gray-light.alpha-7 {
	background-color: rgba(217, 226, 239, .7)!important
}

.bg-gray-light.alpha-8 {
	background-color: rgba(217, 226, 239, .8)!important
}

.bg-gray-light.alpha-9 {
	background-color: rgba(217, 226, 239, .9)!important
}

.bg-gray-light-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#dce4f0), to(#d9e2ef));
	background: linear-gradient(#dce4f0, #d9e2ef)
}

.bg-gray-light-gradient-start {
	background: #dce4f0
}

.bg-alternate.edge.bottom-left {
	position: relative
}

.bg-alternate.edge.bottom-left:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FC9E21'%3E%3Cpath d='M0 0l100 250V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-alternate.edge.bottom-right {
	position: relative
}

.bg-alternate.edge.bottom-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FC9E21'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-alternate.edge.top-left {
	position: relative
}

.bg-alternate.edge.top-left:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FC9E21'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-alternate.edge.top-right {
	position: relative
}

.bg-alternate.edge.top-right:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FC9E21'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-alternate.arrow:after {
	background-color: #fc9e21
}

.bg-alternate.alpha-1 {
	background-color: rgba(252, 158, 33, .1)!important
}

.bg-alternate.alpha-2 {
	background-color: rgba(252, 158, 33, .2)!important
}

.bg-alternate.alpha-3 {
	background-color: rgba(252, 158, 33, .3)!important
}

.bg-alternate.alpha-4 {
	background-color: rgba(252, 158, 33, .4)!important
}

.bg-alternate.alpha-5 {
	background-color: rgba(252, 158, 33, .5)!important
}

.bg-alternate.alpha-6 {
	background-color: rgba(252, 158, 33, .6)!important
}

.bg-alternate.alpha-7 {
	background-color: rgba(252, 158, 33, .7)!important
}

.bg-alternate.alpha-8 {
	background-color: rgba(252, 158, 33, .8)!important
}

.bg-alternate.alpha-9 {
	background-color: rgba(252, 158, 33, .9)!important
}

.bg-alternate-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#fca025), to(#fc9e21));
	background: linear-gradient(#fca025, #fc9e21)
}

.bg-alternate-gradient-start {
	background: #fca025
}

.bg-contrast.edge.bottom-left {
	position: relative
}

.bg-contrast.edge.bottom-left:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FFF'%3E%3Cpath d='M0 0l100 250V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-contrast.edge.bottom-right {
	position: relative
}

.bg-contrast.edge.bottom-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FFF'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-contrast.edge.top-left {
	position: relative
}

.bg-contrast.edge.top-left:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FFF'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-contrast.edge.top-right {
	position: relative
}

.bg-contrast.edge.top-right:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23FFF'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-contrast.arrow:after {
	background-color: #fff
}

.bg-contrast.alpha-1 {
	background-color: hsla(0, 0%, 100%, .1)!important
}

.bg-contrast.alpha-2 {
	background-color: hsla(0, 0%, 100%, .2)!important
}

.bg-contrast.alpha-3 {
	background-color: hsla(0, 0%, 100%, .3)!important
}

.bg-contrast.alpha-4 {
	background-color: hsla(0, 0%, 100%, .4)!important
}

.bg-contrast.alpha-5 {
	background-color: hsla(0, 0%, 100%, .5)!important
}

.bg-contrast.alpha-6 {
	background-color: hsla(0, 0%, 100%, .6)!important
}

.bg-contrast.alpha-7 {
	background-color: hsla(0, 0%, 100%, .7)!important
}

.bg-contrast.alpha-8 {
	background-color: hsla(0, 0%, 100%, .8)!important
}

.bg-contrast.alpha-9 {
	background-color: hsla(0, 0%, 100%, .9)!important
}

.bg-contrast-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: linear-gradient(#fff, #fff)
}

.bg-contrast-gradient-start {
	background: #fff
}

.bg-darker.edge.bottom-left {
	position: relative
}

.bg-darker.edge.bottom-left:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23001A3E'%3E%3Cpath d='M0 0l100 250V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-darker.edge.bottom-right {
	position: relative
}

.bg-darker.edge.bottom-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23001A3E'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-darker.edge.top-left {
	position: relative
}

.bg-darker.edge.top-left:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23001A3E'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-darker.edge.top-right {
	position: relative
}

.bg-darker.edge.top-right:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23001A3E'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-darker.arrow:after {
	background-color: #001a3e
}

.bg-darker.alpha-1 {
	background-color: rgba(0, 26, 62, .1)!important
}

.bg-darker.alpha-2 {
	background-color: rgba(0, 26, 62, .2)!important
}

.bg-darker.alpha-3 {
	background-color: rgba(0, 26, 62, .3)!important
}

.bg-darker.alpha-4 {
	background-color: rgba(0, 26, 62, .4)!important
}

.bg-darker.alpha-5 {
	background-color: rgba(0, 26, 62, .5)!important
}

.bg-darker.alpha-6 {
	background-color: rgba(0, 26, 62, .6)!important
}

.bg-darker.alpha-7 {
	background-color: rgba(0, 26, 62, .7)!important
}

.bg-darker.alpha-8 {
	background-color: rgba(0, 26, 62, .8)!important
}

.bg-darker.alpha-9 {
	background-color: rgba(0, 26, 62, .9)!important
}

.bg-darker-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#001c42), to(#001a3e));
	background: linear-gradient(#001c42, #001a3e)
}

.bg-darker-gradient-start {
	background: #001c42
}

.bg-black.edge.bottom-left {
	position: relative
}

.bg-black.edge.bottom-left:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23161C2D'%3E%3Cpath d='M0 0l100 250V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-black.edge.bottom-right {
	position: relative
}

.bg-black.edge.bottom-right:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23161C2D'%3E%3Cpath d='M0 0h100L0 250z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	bottom: -250px
}

.bg-black.edge.top-left {
	position: relative
}

.bg-black.edge.top-left:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23161C2D'%3E%3Cpath d='M0 250h100V0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-black.edge.top-right {
	position: relative
}

.bg-black.edge.top-right:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='%23161C2D'%3E%3Cpath d='M0 250h100L0 0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 250px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	top: -250px
}

.bg-black.arrow:after {
	background-color: #161c2d
}

.bg-black.alpha-1 {
	background-color: rgba(22, 28, 45, .1)!important
}

.bg-black.alpha-2 {
	background-color: rgba(22, 28, 45, .2)!important
}

.bg-black.alpha-3 {
	background-color: rgba(22, 28, 45, .3)!important
}

.bg-black.alpha-4 {
	background-color: rgba(22, 28, 45, .4)!important
}

.bg-black.alpha-5 {
	background-color: rgba(22, 28, 45, .5)!important
}

.bg-black.alpha-6 {
	background-color: rgba(22, 28, 45, .6)!important
}

.bg-black.alpha-7 {
	background-color: rgba(22, 28, 45, .7)!important
}

.bg-black.alpha-8 {
	background-color: rgba(22, 28, 45, .8)!important
}

.bg-black.alpha-9 {
	background-color: rgba(22, 28, 45, .9)!important
}

.bg-black-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#171e30), to(#161c2d));
	background: linear-gradient(#171e30, #161c2d)
}

.bg-black-gradient-start {
	background: #171e30
}

.arrow {
	position: relative
}

.arrow:after {
	pointer-events: none;
	position: absolute;
	content: "";
	height: 30px;
	width: 30px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.arrow.bottom:after,
.arrow.top:after {
	margin-left: -15px;
	left: 50%;
	border-radius: 10px 5px
}

.arrow.left:after,
.arrow.right:after {
	top: 50%;
	margin-top: -15px;
	border-radius: 5px 10px
}

.arrow.top:after {
	top: -13px
}

.arrow.right:after {
	right: -13px
}

.arrow.bottom:after {
	bottom: -13px
}

.arrow.left:after {
	left: -13px
}

.b-t {
	border-top: 1px solid #d9e2ef
}

.b-r {
	border-right: 1px solid #d9e2ef
}

.b-b {
	border-bottom: 1px solid #d9e2ef
}

.b-l {
	border-left: 1px solid #d9e2ef
}

@media(min-width:576px) {
	.b-sm-t {
		border-top: 1px solid #d9e2ef
	}
	.b-sm-r {
		border-right: 1px solid #d9e2ef
	}
	.b-sm-b {
		border-bottom: 1px solid #d9e2ef
	}
	.b-sm-l {
		border-left: 1px solid #d9e2ef
	}
}

@media(min-width:768px) {
	.b-md-t {
		border-top: 1px solid #d9e2ef
	}
	.b-md-r {
		border-right: 1px solid #d9e2ef
	}
	.b-md-b {
		border-bottom: 1px solid #d9e2ef
	}
	.b-md-l {
		border-left: 1px solid #d9e2ef
	}
}

@media(min-width:992px) {
	.b-lg-t {
		border-top: 1px solid #d9e2ef
	}
	.b-lg-r {
		border-right: 1px solid #d9e2ef
	}
	.b-lg-b {
		border-bottom: 1px solid #d9e2ef
	}
	.b-lg-l {
		border-left: 1px solid #d9e2ef
	}
}

@media(min-width:1200px) {
	.b-xl-t {
		border-top: 1px solid #d9e2ef
	}
	.b-xl-r {
		border-right: 1px solid #d9e2ef
	}
	.b-xl-b {
		border-bottom: 1px solid #d9e2ef
	}
	.b-xl-l {
		border-left: 1px solid #d9e2ef
	}
}

.b-primary {
	border-color: #53f!important
}

.shadow-primary {
	box-shadow: 0 1px 10px rgba(85, 51, 255, .4)!important
}

.b-secondary {
	border-color: #506690!important
}

.shadow-secondary {
	box-shadow: 0 1px 10px rgba(80, 102, 144, .4)!important
}

.b-success {
	border-color: #00c9b7!important
}

.shadow-success {
	box-shadow: 0 1px 10px rgba(0, 201, 183, .4)!important
}

.b-info {
	border-color: #0083dd!important
}

.shadow-info {
	box-shadow: 0 1px 10px rgba(0, 131, 221, .4)!important
}

.b-warning {
	border-color: #feb868!important
}

.shadow-warning {
	box-shadow: 0 1px 10px rgba(254, 184, 104, .4)!important
}

.b-danger {
	border-color: #f5365c!important
}

.shadow-danger {
	box-shadow: 0 1px 10px rgba(245, 54, 92, .4)!important
}

.b-light {
	border-color: #f9fbfd!important
}

.shadow-light {
	box-shadow: 0 1px 10px rgba(249, 251, 253, .4)!important
}

.b-dark {
	border-color: #2b354f!important
}

.shadow-dark {
	box-shadow: 0 1px 10px rgba(43, 53, 79, .4)!important
}

.b-gray {
	border-color: #869ab8!important
}

.shadow-gray {
	box-shadow: 0 1px 10px rgba(134, 154, 184, .4)!important
}

.b-gray-light {
	border-color: #d9e2ef!important
}

.shadow-gray-light {
	box-shadow: 0 1px 10px rgba(217, 226, 239, .4)!important
}

.b-alternate {
	border-color: #fc9e21!important
}

.shadow-alternate {
	box-shadow: 0 1px 10px rgba(252, 158, 33, .4)!important
}

.b-contrast {
	border-color: #fff!important
}

.shadow-contrast {
	box-shadow: 0 1px 10px hsla(0, 0%, 100%, .4)!important
}

.b-darker {
	border-color: #001a3e!important
}

.shadow-darker {
	box-shadow: 0 1px 10px rgba(0, 26, 62, .4)!important
}

.b-black {
	border-color: #161c2d!important
}

.shadow-black {
	box-shadow: 0 1px 10px rgba(22, 28, 45, .4)!important
}

.drop-shadow {
	-webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .25));
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .25))
}

.shadow-box {
	box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03)
}

.shadow-hover {
	-webkit-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease
}

.shadow-hover:hover {
	box-shadow: 0 8px 20px rgba(56, 76, 116, .25)!important
}

.rounded-circle-left {
	border-top-left-radius: 5rem;
	border-bottom-left-radius: 5rem
}

.rounded-circle-right {
	border-top-right-radius: 5rem;
	border-bottom-right-radius: 5rem
}

.border-input {
	border: 1px solid #d9e2ef
}

.bw-2 {
	border-width: 2px
}

.rounded-top-0 {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.border-dashed {
	border-style: dashed
}

.brand-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998
}

.brand-facebook.focus,
.brand-facebook:focus,
.brand-facebook:hover {
	color: #fff;
	background-color: #30497c;
	border-color: #2d4373
}

.brand-facebook.focus,
.brand-facebook:focus {
	box-shadow: 0 0 0 0 rgba(88, 114, 167, .5)
}

.brand-facebook.disabled,
.brand-facebook:disabled {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998
}

.brand-facebook:not(:disabled):not(.disabled).active,
.brand-facebook:not(:disabled):not(.disabled):active,
.show>.brand-facebook.dropdown-toggle {
	color: #fff;
	background-color: #2d4373;
	border-color: #293e6a
}

.brand-facebook:not(:disabled):not(.disabled).active:focus,
.brand-facebook:not(:disabled):not(.disabled):active:focus,
.show>.brand-facebook.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(88, 114, 167, .5)
}

.brand-facebook:hover {
	box-shadow: 0 8px 10px rgba(59, 89, 152, .4)!important
}

.brand-outline-facebook {
	color: #3b5998;
	border-color: #3b5998
}

.brand-outline-facebook:hover {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998
}

.brand-outline-facebook.focus,
.brand-outline-facebook:focus {
	box-shadow: 0 0 0 0 rgba(59, 89, 152, .5)
}

.brand-outline-facebook.disabled,
.brand-outline-facebook:disabled {
	color: #3b5998;
	background-color: transparent
}

.brand-outline-facebook:not(:disabled):not(.disabled).active,
.brand-outline-facebook:not(:disabled):not(.disabled):active,
.show>.brand-outline-facebook.dropdown-toggle {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998
}

.brand-outline-facebook:not(:disabled):not(.disabled).active:focus,
.brand-outline-facebook:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-facebook.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(59, 89, 152, .5)
}

.brand-outline-facebook:hover {
	box-shadow: 0 8px 10px rgba(59, 89, 152, .4)!important
}

.brand-google {
	color: #fff;
	background-color: #dd4b39;
	border-color: #dd4b39
}

.brand-google.focus,
.brand-google:focus,
.brand-google:hover {
	color: #fff;
	background-color: #cd3623;
	border-color: #c23321
}

.brand-google.focus,
.brand-google:focus {
	box-shadow: 0 0 0 0 rgba(226, 102, 87, .5)
}

.brand-google.disabled,
.brand-google:disabled {
	color: #fff;
	background-color: #dd4b39;
	border-color: #dd4b39
}

.brand-google:not(:disabled):not(.disabled).active,
.brand-google:not(:disabled):not(.disabled):active,
.show>.brand-google.dropdown-toggle {
	color: #fff;
	background-color: #c23321;
	border-color: #b7301f
}

.brand-google:not(:disabled):not(.disabled).active:focus,
.brand-google:not(:disabled):not(.disabled):active:focus,
.show>.brand-google.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(226, 102, 87, .5)
}

.brand-google:hover {
	box-shadow: 0 8px 10px rgba(221, 75, 57, .4)!important
}

.brand-outline-google {
	color: #dd4b39;
	border-color: #dd4b39
}

.brand-outline-google:hover {
	color: #fff;
	background-color: #dd4b39;
	border-color: #dd4b39
}

.brand-outline-google.focus,
.brand-outline-google:focus {
	box-shadow: 0 0 0 0 rgba(221, 75, 57, .5)
}

.brand-outline-google.disabled,
.brand-outline-google:disabled {
	color: #dd4b39;
	background-color: transparent
}

.brand-outline-google:not(:disabled):not(.disabled).active,
.brand-outline-google:not(:disabled):not(.disabled):active,
.show>.brand-outline-google.dropdown-toggle {
	color: #fff;
	background-color: #dd4b39;
	border-color: #dd4b39
}

.brand-outline-google:not(:disabled):not(.disabled).active:focus,
.brand-outline-google:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-google.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(221, 75, 57, .5)
}

.brand-outline-google:hover {
	box-shadow: 0 8px 10px rgba(221, 75, 57, .4)!important
}

.brand-gplus {
	color: #fff;
	background-color: #dd4b39;
	border-color: #dd4b39
}

.brand-gplus.focus,
.brand-gplus:focus,
.brand-gplus:hover {
	color: #fff;
	background-color: #cd3623;
	border-color: #c23321
}

.brand-gplus.focus,
.brand-gplus:focus {
	box-shadow: 0 0 0 0 rgba(226, 102, 87, .5)
}

.brand-gplus.disabled,
.brand-gplus:disabled {
	color: #fff;
	background-color: #dd4b39;
	border-color: #dd4b39
}

.brand-gplus:not(:disabled):not(.disabled).active,
.brand-gplus:not(:disabled):not(.disabled):active,
.show>.brand-gplus.dropdown-toggle {
	color: #fff;
	background-color: #c23321;
	border-color: #b7301f
}

.brand-gplus:not(:disabled):not(.disabled).active:focus,
.brand-gplus:not(:disabled):not(.disabled):active:focus,
.show>.brand-gplus.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(226, 102, 87, .5)
}

.brand-gplus:hover {
	box-shadow: 0 8px 10px rgba(221, 75, 57, .4)!important
}

.brand-outline-gplus {
	color: #dd4b39;
	border-color: #dd4b39
}

.brand-outline-gplus:hover {
	color: #fff;
	background-color: #dd4b39;
	border-color: #dd4b39
}

.brand-outline-gplus.focus,
.brand-outline-gplus:focus {
	box-shadow: 0 0 0 0 rgba(221, 75, 57, .5)
}

.brand-outline-gplus.disabled,
.brand-outline-gplus:disabled {
	color: #dd4b39;
	background-color: transparent
}

.brand-outline-gplus:not(:disabled):not(.disabled).active,
.brand-outline-gplus:not(:disabled):not(.disabled):active,
.show>.brand-outline-gplus.dropdown-toggle {
	color: #fff;
	background-color: #dd4b39;
	border-color: #dd4b39
}

.brand-outline-gplus:not(:disabled):not(.disabled).active:focus,
.brand-outline-gplus:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-gplus.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(221, 75, 57, .5)
}

.brand-outline-gplus:hover {
	box-shadow: 0 8px 10px rgba(221, 75, 57, .4)!important
}

.brand-twitter {
	color: #fff;
	background-color: #00aced;
	border-color: #00aced
}

.brand-twitter.focus,
.brand-twitter:focus,
.brand-twitter:hover {
	color: #fff;
	background-color: #0090c7;
	border-color: #0087ba
}

.brand-twitter.focus,
.brand-twitter:focus {
	box-shadow: 0 0 0 0 rgba(38, 184, 240, .5)
}

.brand-twitter.disabled,
.brand-twitter:disabled {
	color: #fff;
	background-color: #00aced;
	border-color: #00aced
}

.brand-twitter:not(:disabled):not(.disabled).active,
.brand-twitter:not(:disabled):not(.disabled):active,
.show>.brand-twitter.dropdown-toggle {
	color: #fff;
	background-color: #0087ba;
	border-color: #007ead
}

.brand-twitter:not(:disabled):not(.disabled).active:focus,
.brand-twitter:not(:disabled):not(.disabled):active:focus,
.show>.brand-twitter.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(38, 184, 240, .5)
}

.brand-twitter:hover {
	box-shadow: 0 8px 10px rgba(0, 172, 237, .4)!important
}

.brand-outline-twitter {
	color: #00aced;
	border-color: #00aced
}

.brand-outline-twitter:hover {
	color: #fff;
	background-color: #00aced;
	border-color: #00aced
}

.brand-outline-twitter.focus,
.brand-outline-twitter:focus {
	box-shadow: 0 0 0 0 rgba(0, 172, 237, .5)
}

.brand-outline-twitter.disabled,
.brand-outline-twitter:disabled {
	color: #00aced;
	background-color: transparent
}

.brand-outline-twitter:not(:disabled):not(.disabled).active,
.brand-outline-twitter:not(:disabled):not(.disabled):active,
.show>.brand-outline-twitter.dropdown-toggle {
	color: #fff;
	background-color: #00aced;
	border-color: #00aced
}

.brand-outline-twitter:not(:disabled):not(.disabled).active:focus,
.brand-outline-twitter:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-twitter.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(0, 172, 237, .5)
}

.brand-outline-twitter:hover {
	box-shadow: 0 8px 10px rgba(0, 172, 237, .4)!important
}

.brand-linkedin {
	color: #fff;
	background-color: #007bb6;
	border-color: #007bb6
}

.brand-linkedin.focus,
.brand-linkedin:focus,
.brand-linkedin:hover {
	color: #fff;
	background-color: #006190;
	border-color: #005983
}

.brand-linkedin.focus,
.brand-linkedin:focus {
	box-shadow: 0 0 0 0 rgba(38, 143, 193, .5)
}

.brand-linkedin.disabled,
.brand-linkedin:disabled {
	color: #fff;
	background-color: #007bb6;
	border-color: #007bb6
}

.brand-linkedin:not(:disabled):not(.disabled).active,
.brand-linkedin:not(:disabled):not(.disabled):active,
.show>.brand-linkedin.dropdown-toggle {
	color: #fff;
	background-color: #005983;
	border-color: #005076
}

.brand-linkedin:not(:disabled):not(.disabled).active:focus,
.brand-linkedin:not(:disabled):not(.disabled):active:focus,
.show>.brand-linkedin.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(38, 143, 193, .5)
}

.brand-linkedin:hover {
	box-shadow: 0 8px 10px rgba(0, 123, 182, .4)!important
}

.brand-outline-linkedin {
	color: #007bb6;
	border-color: #007bb6
}

.brand-outline-linkedin:hover {
	color: #fff;
	background-color: #007bb6;
	border-color: #007bb6
}

.brand-outline-linkedin.focus,
.brand-outline-linkedin:focus {
	box-shadow: 0 0 0 0 rgba(0, 123, 182, .5)
}

.brand-outline-linkedin.disabled,
.brand-outline-linkedin:disabled {
	color: #007bb6;
	background-color: transparent
}

.brand-outline-linkedin:not(:disabled):not(.disabled).active,
.brand-outline-linkedin:not(:disabled):not(.disabled):active,
.show>.brand-outline-linkedin.dropdown-toggle {
	color: #fff;
	background-color: #007bb6;
	border-color: #007bb6
}

.brand-outline-linkedin:not(:disabled):not(.disabled).active:focus,
.brand-outline-linkedin:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-linkedin.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(0, 123, 182, .5)
}

.brand-outline-linkedin:hover {
	box-shadow: 0 8px 10px rgba(0, 123, 182, .4)!important
}

.brand-pinterest {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027
}

.brand-pinterest.focus,
.brand-pinterest:focus,
.brand-pinterest:hover {
	color: #fff;
	background-color: #aa1b21;
	border-color: #9f191f
}

.brand-pinterest.focus,
.brand-pinterest:focus {
	box-shadow: 0 0 0 0 rgba(211, 65, 71, .5)
}

.brand-pinterest.disabled,
.brand-pinterest:disabled {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027
}

.brand-pinterest:not(:disabled):not(.disabled).active,
.brand-pinterest:not(:disabled):not(.disabled):active,
.show>.brand-pinterest.dropdown-toggle {
	color: #fff;
	background-color: #9f191f;
	border-color: #94171c
}

.brand-pinterest:not(:disabled):not(.disabled).active:focus,
.brand-pinterest:not(:disabled):not(.disabled):active:focus,
.show>.brand-pinterest.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(211, 65, 71, .5)
}

.brand-pinterest:hover {
	box-shadow: 0 8px 10px rgba(203, 32, 39, .4)!important
}

.brand-outline-pinterest {
	color: #cb2027;
	border-color: #cb2027
}

.brand-outline-pinterest:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027
}

.brand-outline-pinterest.focus,
.brand-outline-pinterest:focus {
	box-shadow: 0 0 0 0 rgba(203, 32, 39, .5)
}

.brand-outline-pinterest.disabled,
.brand-outline-pinterest:disabled {
	color: #cb2027;
	background-color: transparent
}

.brand-outline-pinterest:not(:disabled):not(.disabled).active,
.brand-outline-pinterest:not(:disabled):not(.disabled):active,
.show>.brand-outline-pinterest.dropdown-toggle {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027
}

.brand-outline-pinterest:not(:disabled):not(.disabled).active:focus,
.brand-outline-pinterest:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-pinterest.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(203, 32, 39, .5)
}

.brand-outline-pinterest:hover {
	box-shadow: 0 8px 10px rgba(203, 32, 39, .4)!important
}

.brand-git {
	color: #fff;
	background-color: #666;
	border-color: #666
}

.brand-git.focus,
.brand-git:focus,
.brand-git:hover {
	color: #fff;
	background-color: #535353;
	border-color: #4d4d4d
}

.brand-git.focus,
.brand-git:focus {
	box-shadow: 0 0 0 0 hsla(0, 0%, 49%, .5)
}

.brand-git.disabled,
.brand-git:disabled {
	color: #fff;
	background-color: #666;
	border-color: #666
}

.brand-git:not(:disabled):not(.disabled).active,
.brand-git:not(:disabled):not(.disabled):active,
.show>.brand-git.dropdown-toggle {
	color: #fff;
	background-color: #4d4d4d;
	border-color: #464646
}

.brand-git:not(:disabled):not(.disabled).active:focus,
.brand-git:not(:disabled):not(.disabled):active:focus,
.show>.brand-git.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 hsla(0, 0%, 49%, .5)
}

.brand-git:hover {
	box-shadow: 0 8px 10px hsla(0, 0%, 40%, .4)!important
}

.brand-outline-git {
	color: #666;
	border-color: #666
}

.brand-outline-git:hover {
	color: #fff;
	background-color: #666;
	border-color: #666
}

.brand-outline-git.focus,
.brand-outline-git:focus {
	box-shadow: 0 0 0 0 hsla(0, 0%, 40%, .5)
}

.brand-outline-git.disabled,
.brand-outline-git:disabled {
	color: #666;
	background-color: transparent
}

.brand-outline-git:not(:disabled):not(.disabled).active,
.brand-outline-git:not(:disabled):not(.disabled):active,
.show>.brand-outline-git.dropdown-toggle {
	color: #fff;
	background-color: #666;
	border-color: #666
}

.brand-outline-git:not(:disabled):not(.disabled).active:focus,
.brand-outline-git:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-git.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 hsla(0, 0%, 40%, .5)
}

.brand-outline-git:hover {
	box-shadow: 0 8px 10px hsla(0, 0%, 40%, .4)!important
}

.brand-tumblr {
	color: #fff;
	background-color: #32506d;
	border-color: #32506d
}

.brand-tumblr.focus,
.brand-tumblr:focus,
.brand-tumblr:hover {
	color: #fff;
	background-color: #263d53;
	border-color: #22364a
}

.brand-tumblr.focus,
.brand-tumblr:focus {
	box-shadow: 0 0 0 0 rgba(81, 106, 131, .5)
}

.brand-tumblr.disabled,
.brand-tumblr:disabled {
	color: #fff;
	background-color: #32506d;
	border-color: #32506d
}

.brand-tumblr:not(:disabled):not(.disabled).active,
.brand-tumblr:not(:disabled):not(.disabled):active,
.show>.brand-tumblr.dropdown-toggle {
	color: #fff;
	background-color: #22364a;
	border-color: #1e3041
}

.brand-tumblr:not(:disabled):not(.disabled).active:focus,
.brand-tumblr:not(:disabled):not(.disabled):active:focus,
.show>.brand-tumblr.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(81, 106, 131, .5)
}

.brand-tumblr:hover {
	box-shadow: 0 8px 10px rgba(50, 80, 109, .4)!important
}

.brand-outline-tumblr {
	color: #32506d;
	border-color: #32506d
}

.brand-outline-tumblr:hover {
	color: #fff;
	background-color: #32506d;
	border-color: #32506d
}

.brand-outline-tumblr.focus,
.brand-outline-tumblr:focus {
	box-shadow: 0 0 0 0 rgba(50, 80, 109, .5)
}

.brand-outline-tumblr.disabled,
.brand-outline-tumblr:disabled {
	color: #32506d;
	background-color: transparent
}

.brand-outline-tumblr:not(:disabled):not(.disabled).active,
.brand-outline-tumblr:not(:disabled):not(.disabled):active,
.show>.brand-outline-tumblr.dropdown-toggle {
	color: #fff;
	background-color: #32506d;
	border-color: #32506d
}

.brand-outline-tumblr:not(:disabled):not(.disabled).active:focus,
.brand-outline-tumblr:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-tumblr.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(50, 80, 109, .5)
}

.brand-outline-tumblr:hover {
	box-shadow: 0 8px 10px rgba(50, 80, 109, .4)!important
}

.brand-vimeo {
	color: #2b354f;
	background-color: #aad450;
	border-color: #aad450
}

.brand-vimeo.focus,
.brand-vimeo:focus,
.brand-vimeo:hover {
	color: #2b354f;
	background-color: #9bcc32;
	border-color: #93c130
}

.brand-vimeo.focus,
.brand-vimeo:focus {
	box-shadow: 0 0 0 0 rgba(151, 188, 80, .5)
}

.brand-vimeo.disabled,
.brand-vimeo:disabled {
	color: #2b354f;
	background-color: #aad450;
	border-color: #aad450
}

.brand-vimeo:not(:disabled):not(.disabled).active,
.brand-vimeo:not(:disabled):not(.disabled):active,
.show>.brand-vimeo.dropdown-toggle {
	color: #2b354f;
	background-color: #93c130;
	border-color: #8bb72d
}

.brand-vimeo:not(:disabled):not(.disabled).active:focus,
.brand-vimeo:not(:disabled):not(.disabled):active:focus,
.show>.brand-vimeo.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(151, 188, 80, .5)
}

.brand-vimeo:hover {
	box-shadow: 0 8px 10px rgba(170, 212, 80, .4)!important
}

.brand-outline-vimeo {
	color: #aad450;
	border-color: #aad450
}

.brand-outline-vimeo:hover {
	color: #2b354f;
	background-color: #aad450;
	border-color: #aad450
}

.brand-outline-vimeo.focus,
.brand-outline-vimeo:focus {
	box-shadow: 0 0 0 0 rgba(170, 212, 80, .5)
}

.brand-outline-vimeo.disabled,
.brand-outline-vimeo:disabled {
	color: #aad450;
	background-color: transparent
}

.brand-outline-vimeo:not(:disabled):not(.disabled).active,
.brand-outline-vimeo:not(:disabled):not(.disabled):active,
.show>.brand-outline-vimeo.dropdown-toggle {
	color: #2b354f;
	background-color: #aad450;
	border-color: #aad450
}

.brand-outline-vimeo:not(:disabled):not(.disabled).active:focus,
.brand-outline-vimeo:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-vimeo.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(170, 212, 80, .5)
}

.brand-outline-vimeo:hover {
	box-shadow: 0 8px 10px rgba(170, 212, 80, .4)!important
}

.brand-youtube {
	color: #fff;
	background-color: #b00;
	border-color: #b00
}

.brand-youtube.focus,
.brand-youtube:focus,
.brand-youtube:hover {
	color: #fff;
	background-color: #950000;
	border-color: #800
}

.brand-youtube.focus,
.brand-youtube:focus {
	box-shadow: 0 0 0 0 rgba(197, 38, 38, .5)
}

.brand-youtube.disabled,
.brand-youtube:disabled {
	color: #fff;
	background-color: #b00;
	border-color: #b00
}

.brand-youtube:not(:disabled):not(.disabled).active,
.brand-youtube:not(:disabled):not(.disabled):active,
.show>.brand-youtube.dropdown-toggle {
	color: #fff;
	background-color: #800;
	border-color: #7b0000
}

.brand-youtube:not(:disabled):not(.disabled).active:focus,
.brand-youtube:not(:disabled):not(.disabled):active:focus,
.show>.brand-youtube.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(197, 38, 38, .5)
}

.brand-youtube:hover {
	box-shadow: 0 8px 10px rgba(187, 0, 0, .4)!important
}

.brand-outline-youtube {
	color: #b00;
	border-color: #b00
}

.brand-outline-youtube:hover {
	color: #fff;
	background-color: #b00;
	border-color: #b00
}

.brand-outline-youtube.focus,
.brand-outline-youtube:focus {
	box-shadow: 0 0 0 0 rgba(187, 0, 0, .5)
}

.brand-outline-youtube.disabled,
.brand-outline-youtube:disabled {
	color: #b00;
	background-color: transparent
}

.brand-outline-youtube:not(:disabled):not(.disabled).active,
.brand-outline-youtube:not(:disabled):not(.disabled):active,
.show>.brand-outline-youtube.dropdown-toggle {
	color: #fff;
	background-color: #b00;
	border-color: #b00
}

.brand-outline-youtube:not(:disabled):not(.disabled).active:focus,
.brand-outline-youtube:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-youtube.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(187, 0, 0, .5)
}

.brand-outline-youtube:hover {
	box-shadow: 0 8px 10px rgba(187, 0, 0, .4)!important
}

.brand-flickr {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084
}

.brand-flickr.focus,
.brand-flickr:focus,
.brand-flickr:hover {
	color: #fff;
	background-color: #d90070;
	border-color: #cc006a
}

.brand-flickr.focus,
.brand-flickr:focus {
	box-shadow: 0 0 0 0 rgba(255, 38, 150, .5)
}

.brand-flickr.disabled,
.brand-flickr:disabled {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084
}

.brand-flickr:not(:disabled):not(.disabled).active,
.brand-flickr:not(:disabled):not(.disabled):active,
.show>.brand-flickr.dropdown-toggle {
	color: #fff;
	background-color: #cc006a;
	border-color: #bf0063
}

.brand-flickr:not(:disabled):not(.disabled).active:focus,
.brand-flickr:not(:disabled):not(.disabled):active:focus,
.show>.brand-flickr.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(255, 38, 150, .5)
}

.brand-flickr:hover {
	box-shadow: 0 8px 10px rgba(255, 0, 132, .4)!important
}

.brand-outline-flickr {
	color: #ff0084;
	border-color: #ff0084
}

.brand-outline-flickr:hover {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084
}

.brand-outline-flickr.focus,
.brand-outline-flickr:focus {
	box-shadow: 0 0 0 0 rgba(255, 0, 132, .5)
}

.brand-outline-flickr.disabled,
.brand-outline-flickr:disabled {
	color: #ff0084;
	background-color: transparent
}

.brand-outline-flickr:not(:disabled):not(.disabled).active,
.brand-outline-flickr:not(:disabled):not(.disabled):active,
.show>.brand-outline-flickr.dropdown-toggle {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084
}

.brand-outline-flickr:not(:disabled):not(.disabled).active:focus,
.brand-outline-flickr:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-flickr.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(255, 0, 132, .5)
}

.brand-outline-flickr:hover {
	box-shadow: 0 8px 10px rgba(255, 0, 132, .4)!important
}

.brand-reddit {
	color: #fff;
	background-color: #ff4500;
	border-color: #ff4500
}

.brand-reddit.focus,
.brand-reddit:focus,
.brand-reddit:hover {
	color: #fff;
	background-color: #d93b00;
	border-color: #cc3700
}

.brand-reddit.focus,
.brand-reddit:focus {
	box-shadow: 0 0 0 0 rgba(255, 97, 38, .5)
}

.brand-reddit.disabled,
.brand-reddit:disabled {
	color: #fff;
	background-color: #ff4500;
	border-color: #ff4500
}

.brand-reddit:not(:disabled):not(.disabled).active,
.brand-reddit:not(:disabled):not(.disabled):active,
.show>.brand-reddit.dropdown-toggle {
	color: #fff;
	background-color: #cc3700;
	border-color: #bf3400
}

.brand-reddit:not(:disabled):not(.disabled).active:focus,
.brand-reddit:not(:disabled):not(.disabled):active:focus,
.show>.brand-reddit.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(255, 97, 38, .5)
}

.brand-reddit:hover {
	box-shadow: 0 8px 10px rgba(255, 69, 0, .4)!important
}

.brand-outline-reddit {
	color: #ff4500;
	border-color: #ff4500
}

.brand-outline-reddit:hover {
	color: #fff;
	background-color: #ff4500;
	border-color: #ff4500
}

.brand-outline-reddit.focus,
.brand-outline-reddit:focus {
	box-shadow: 0 0 0 0 rgba(255, 69, 0, .5)
}

.brand-outline-reddit.disabled,
.brand-outline-reddit:disabled {
	color: #ff4500;
	background-color: transparent
}

.brand-outline-reddit:not(:disabled):not(.disabled).active,
.brand-outline-reddit:not(:disabled):not(.disabled):active,
.show>.brand-outline-reddit.dropdown-toggle {
	color: #fff;
	background-color: #ff4500;
	border-color: #ff4500
}

.brand-outline-reddit:not(:disabled):not(.disabled).active:focus,
.brand-outline-reddit:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-reddit.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(255, 69, 0, .5)
}

.brand-outline-reddit:hover {
	box-shadow: 0 8px 10px rgba(255, 69, 0, .4)!important
}

.brand-dribbble {
	color: #fff;
	background-color: #ea4c89;
	border-color: #ea4c89
}

.brand-dribbble.focus,
.brand-dribbble:focus,
.brand-dribbble:hover {
	color: #fff;
	background-color: #e62a72;
	border-color: #e51e6b
}

.brand-dribbble.focus,
.brand-dribbble:focus {
	box-shadow: 0 0 0 0 rgba(237, 103, 155, .5)
}

.brand-dribbble.disabled,
.brand-dribbble:disabled {
	color: #fff;
	background-color: #ea4c89;
	border-color: #ea4c89
}

.brand-dribbble:not(:disabled):not(.disabled).active,
.brand-dribbble:not(:disabled):not(.disabled):active,
.show>.brand-dribbble.dropdown-toggle {
	color: #fff;
	background-color: #e51e6b;
	border-color: #dc1a65
}

.brand-dribbble:not(:disabled):not(.disabled).active:focus,
.brand-dribbble:not(:disabled):not(.disabled):active:focus,
.show>.brand-dribbble.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(237, 103, 155, .5)
}

.brand-dribbble:hover {
	box-shadow: 0 8px 10px rgba(234, 76, 137, .4)!important
}

.brand-outline-dribbble {
	color: #ea4c89;
	border-color: #ea4c89
}

.brand-outline-dribbble:hover {
	color: #fff;
	background-color: #ea4c89;
	border-color: #ea4c89
}

.brand-outline-dribbble.focus,
.brand-outline-dribbble:focus {
	box-shadow: 0 0 0 0 rgba(234, 76, 137, .5)
}

.brand-outline-dribbble.disabled,
.brand-outline-dribbble:disabled {
	color: #ea4c89;
	background-color: transparent
}

.brand-outline-dribbble:not(:disabled):not(.disabled).active,
.brand-outline-dribbble:not(:disabled):not(.disabled):active,
.show>.brand-outline-dribbble.dropdown-toggle {
	color: #fff;
	background-color: #ea4c89;
	border-color: #ea4c89
}

.brand-outline-dribbble:not(:disabled):not(.disabled).active:focus,
.brand-outline-dribbble:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-dribbble.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(234, 76, 137, .5)
}

.brand-outline-dribbble:hover {
	box-shadow: 0 8px 10px rgba(234, 76, 137, .4)!important
}

.brand-skype {
	color: #fff;
	background-color: #00aff0;
	border-color: #00aff0
}

.brand-skype.focus,
.brand-skype:focus,
.brand-skype:hover {
	color: #fff;
	background-color: #0093ca;
	border-color: #008abd
}

.brand-skype.focus,
.brand-skype:focus {
	box-shadow: 0 0 0 0 rgba(38, 187, 242, .5)
}

.brand-skype.disabled,
.brand-skype:disabled {
	color: #fff;
	background-color: #00aff0;
	border-color: #00aff0
}

.brand-skype:not(:disabled):not(.disabled).active,
.brand-skype:not(:disabled):not(.disabled):active,
.show>.brand-skype.dropdown-toggle {
	color: #fff;
	background-color: #008abd;
	border-color: #0081b0
}

.brand-skype:not(:disabled):not(.disabled).active:focus,
.brand-skype:not(:disabled):not(.disabled):active:focus,
.show>.brand-skype.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(38, 187, 242, .5)
}

.brand-skype:hover {
	box-shadow: 0 8px 10px rgba(0, 175, 240, .4)!important
}

.brand-outline-skype {
	color: #00aff0;
	border-color: #00aff0
}

.brand-outline-skype:hover {
	color: #fff;
	background-color: #00aff0;
	border-color: #00aff0
}

.brand-outline-skype.focus,
.brand-outline-skype:focus {
	box-shadow: 0 0 0 0 rgba(0, 175, 240, .5)
}

.brand-outline-skype.disabled,
.brand-outline-skype:disabled {
	color: #00aff0;
	background-color: transparent
}

.brand-outline-skype:not(:disabled):not(.disabled).active,
.brand-outline-skype:not(:disabled):not(.disabled):active,
.show>.brand-outline-skype.dropdown-toggle {
	color: #fff;
	background-color: #00aff0;
	border-color: #00aff0
}

.brand-outline-skype:not(:disabled):not(.disabled).active:focus,
.brand-outline-skype:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-skype.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(0, 175, 240, .5)
}

.brand-outline-skype:hover {
	box-shadow: 0 8px 10px rgba(0, 175, 240, .4)!important
}

.brand-instagram {
	color: #fff;
	background-color: #517fa4;
	border-color: #517fa4
}

.brand-instagram.focus,
.brand-instagram:focus,
.brand-instagram:hover {
	color: #fff;
	background-color: #446b8a;
	border-color: #406582
}

.brand-instagram.focus,
.brand-instagram:focus {
	box-shadow: 0 0 0 0 rgba(107, 146, 178, .5)
}

.brand-instagram.disabled,
.brand-instagram:disabled {
	color: #fff;
	background-color: #517fa4;
	border-color: #517fa4
}

.brand-instagram:not(:disabled):not(.disabled).active,
.brand-instagram:not(:disabled):not(.disabled):active,
.show>.brand-instagram.dropdown-toggle {
	color: #fff;
	background-color: #406582;
	border-color: #3c5e79
}

.brand-instagram:not(:disabled):not(.disabled).active:focus,
.brand-instagram:not(:disabled):not(.disabled):active:focus,
.show>.brand-instagram.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(107, 146, 178, .5)
}

.brand-instagram:hover {
	box-shadow: 0 8px 10px rgba(81, 127, 164, .4)!important
}

.brand-outline-instagram {
	color: #517fa4;
	border-color: #517fa4
}

.brand-outline-instagram:hover {
	color: #fff;
	background-color: #517fa4;
	border-color: #517fa4
}

.brand-outline-instagram.focus,
.brand-outline-instagram:focus {
	box-shadow: 0 0 0 0 rgba(81, 127, 164, .5)
}

.brand-outline-instagram.disabled,
.brand-outline-instagram:disabled {
	color: #517fa4;
	background-color: transparent
}

.brand-outline-instagram:not(:disabled):not(.disabled).active,
.brand-outline-instagram:not(:disabled):not(.disabled):active,
.show>.brand-outline-instagram.dropdown-toggle {
	color: #fff;
	background-color: #517fa4;
	border-color: #517fa4
}

.brand-outline-instagram:not(:disabled):not(.disabled).active:focus,
.brand-outline-instagram:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-instagram.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(81, 127, 164, .5)
}

.brand-outline-instagram:hover {
	box-shadow: 0 8px 10px rgba(81, 127, 164, .4)!important
}

.brand-lastfm {
	color: #fff;
	background-color: #c3000d;
	border-color: #c3000d
}

.brand-lastfm.focus,
.brand-lastfm:focus,
.brand-lastfm:hover {
	color: #fff;
	background-color: #9d000a;
	border-color: #90000a
}

.brand-lastfm.focus,
.brand-lastfm:focus {
	box-shadow: 0 0 0 0 rgba(204, 38, 49, .5)
}

.brand-lastfm.disabled,
.brand-lastfm:disabled {
	color: #fff;
	background-color: #c3000d;
	border-color: #c3000d
}

.brand-lastfm:not(:disabled):not(.disabled).active,
.brand-lastfm:not(:disabled):not(.disabled):active,
.show>.brand-lastfm.dropdown-toggle {
	color: #fff;
	background-color: #90000a;
	border-color: #830009
}

.brand-lastfm:not(:disabled):not(.disabled).active:focus,
.brand-lastfm:not(:disabled):not(.disabled):active:focus,
.show>.brand-lastfm.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(204, 38, 49, .5)
}

.brand-lastfm:hover {
	box-shadow: 0 8px 10px rgba(195, 0, 13, .4)!important
}

.brand-outline-lastfm {
	color: #c3000d;
	border-color: #c3000d
}

.brand-outline-lastfm:hover {
	color: #fff;
	background-color: #c3000d;
	border-color: #c3000d
}

.brand-outline-lastfm.focus,
.brand-outline-lastfm:focus {
	box-shadow: 0 0 0 0 rgba(195, 0, 13, .5)
}

.brand-outline-lastfm.disabled,
.brand-outline-lastfm:disabled {
	color: #c3000d;
	background-color: transparent
}

.brand-outline-lastfm:not(:disabled):not(.disabled).active,
.brand-outline-lastfm:not(:disabled):not(.disabled):active,
.show>.brand-outline-lastfm.dropdown-toggle {
	color: #fff;
	background-color: #c3000d;
	border-color: #c3000d
}

.brand-outline-lastfm:not(:disabled):not(.disabled).active:focus,
.brand-outline-lastfm:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-lastfm.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(195, 0, 13, .5)
}

.brand-outline-lastfm:hover {
	box-shadow: 0 8px 10px rgba(195, 0, 13, .4)!important
}

.brand-soundcloud {
	color: #2b354f;
	background-color: #f80;
	border-color: #f80
}

.brand-soundcloud.focus,
.brand-soundcloud:focus,
.brand-soundcloud:hover {
	color: #fff;
	background-color: #d97400;
	border-color: #cc6d00
}

.brand-soundcloud.focus,
.brand-soundcloud:focus {
	box-shadow: 0 0 0 0 rgba(223, 124, 12, .5)
}

.brand-soundcloud.disabled,
.brand-soundcloud:disabled {
	color: #2b354f;
	background-color: #f80;
	border-color: #f80
}

.brand-soundcloud:not(:disabled):not(.disabled).active,
.brand-soundcloud:not(:disabled):not(.disabled):active,
.show>.brand-soundcloud.dropdown-toggle {
	color: #fff;
	background-color: #cc6d00;
	border-color: #bf6600
}

.brand-soundcloud:not(:disabled):not(.disabled).active:focus,
.brand-soundcloud:not(:disabled):not(.disabled):active:focus,
.show>.brand-soundcloud.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(223, 124, 12, .5)
}

.brand-soundcloud:hover {
	box-shadow: 0 8px 10px rgba(255, 136, 0, .4)!important
}

.brand-outline-soundcloud {
	color: #f80;
	border-color: #f80
}

.brand-outline-soundcloud:hover {
	color: #2b354f;
	background-color: #f80;
	border-color: #f80
}

.brand-outline-soundcloud.focus,
.brand-outline-soundcloud:focus {
	box-shadow: 0 0 0 0 rgba(255, 136, 0, .5)
}

.brand-outline-soundcloud.disabled,
.brand-outline-soundcloud:disabled {
	color: #f80;
	background-color: transparent
}

.brand-outline-soundcloud:not(:disabled):not(.disabled).active,
.brand-outline-soundcloud:not(:disabled):not(.disabled):active,
.show>.brand-outline-soundcloud.dropdown-toggle {
	color: #2b354f;
	background-color: #f80;
	border-color: #f80
}

.brand-outline-soundcloud:not(:disabled):not(.disabled).active:focus,
.brand-outline-soundcloud:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-soundcloud.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(255, 136, 0, .5)
}

.brand-outline-soundcloud:hover {
	box-shadow: 0 8px 10px rgba(255, 136, 0, .4)!important
}

.brand-behance {
	color: #fff;
	background-color: #1769ff;
	border-color: #1769ff
}

.brand-behance.focus,
.brand-behance:focus,
.brand-behance:hover {
	color: #fff;
	background-color: #0055f0;
	border-color: #0050e3
}

.brand-behance.focus,
.brand-behance:focus {
	box-shadow: 0 0 0 0 rgba(58, 128, 255, .5)
}

.brand-behance.disabled,
.brand-behance:disabled {
	color: #fff;
	background-color: #1769ff;
	border-color: #1769ff
}

.brand-behance:not(:disabled):not(.disabled).active,
.brand-behance:not(:disabled):not(.disabled):active,
.show>.brand-behance.dropdown-toggle {
	color: #fff;
	background-color: #0050e3;
	border-color: #004cd6
}

.brand-behance:not(:disabled):not(.disabled).active:focus,
.brand-behance:not(:disabled):not(.disabled):active:focus,
.show>.brand-behance.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(58, 128, 255, .5)
}

.brand-behance:hover {
	box-shadow: 0 8px 10px rgba(23, 105, 255, .4)!important
}

.brand-outline-behance {
	color: #1769ff;
	border-color: #1769ff
}

.brand-outline-behance:hover {
	color: #fff;
	background-color: #1769ff;
	border-color: #1769ff
}

.brand-outline-behance.focus,
.brand-outline-behance:focus {
	box-shadow: 0 0 0 0 rgba(23, 105, 255, .5)
}

.brand-outline-behance.disabled,
.brand-outline-behance:disabled {
	color: #1769ff;
	background-color: transparent
}

.brand-outline-behance:not(:disabled):not(.disabled).active,
.brand-outline-behance:not(:disabled):not(.disabled):active,
.show>.brand-outline-behance.dropdown-toggle {
	color: #fff;
	background-color: #1769ff;
	border-color: #1769ff
}

.brand-outline-behance:not(:disabled):not(.disabled).active:focus,
.brand-outline-behance:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-behance.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(23, 105, 255, .5)
}

.brand-outline-behance:hover {
	box-shadow: 0 8px 10px rgba(23, 105, 255, .4)!important
}

.brand-envato {
	color: #2b354f;
	background-color: #82b541;
	border-color: #82b541
}

.brand-envato.focus,
.brand-envato:focus,
.brand-envato:hover {
	color: #fff;
	background-color: #6e9937;
	border-color: #678f34
}

.brand-envato.focus,
.brand-envato:focus {
	box-shadow: 0 0 0 0 rgba(117, 162, 67, .5)
}

.brand-envato.disabled,
.brand-envato:disabled {
	color: #2b354f;
	background-color: #82b541;
	border-color: #82b541
}

.brand-envato:not(:disabled):not(.disabled).active,
.brand-envato:not(:disabled):not(.disabled):active,
.show>.brand-envato.dropdown-toggle {
	color: #fff;
	background-color: #678f34;
	border-color: #608630
}

.brand-envato:not(:disabled):not(.disabled).active:focus,
.brand-envato:not(:disabled):not(.disabled):active:focus,
.show>.brand-envato.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(117, 162, 67, .5)
}

.brand-envato:hover {
	box-shadow: 0 8px 10px rgba(130, 181, 65, .4)!important
}

.brand-outline-envato {
	color: #82b541;
	border-color: #82b541
}

.brand-outline-envato:hover {
	color: #2b354f;
	background-color: #82b541;
	border-color: #82b541
}

.brand-outline-envato.focus,
.brand-outline-envato:focus {
	box-shadow: 0 0 0 0 rgba(130, 181, 65, .5)
}

.brand-outline-envato.disabled,
.brand-outline-envato:disabled {
	color: #82b541;
	background-color: transparent
}

.brand-outline-envato:not(:disabled):not(.disabled).active,
.brand-outline-envato:not(:disabled):not(.disabled):active,
.show>.brand-outline-envato.dropdown-toggle {
	color: #2b354f;
	background-color: #82b541;
	border-color: #82b541
}

.brand-outline-envato:not(:disabled):not(.disabled).active:focus,
.brand-outline-envato:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-envato.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(130, 181, 65, .5)
}

.brand-outline-envato:hover {
	box-shadow: 0 8px 10px rgba(130, 181, 65, .4)!important
}

.brand-medium {
	color: #fff;
	background-color: #00ab6c;
	border-color: #00ab6c
}

.brand-medium.focus,
.brand-medium:focus,
.brand-medium:hover {
	color: #fff;
	background-color: #008554;
	border-color: #00784c
}

.brand-medium.focus,
.brand-medium:focus {
	box-shadow: 0 0 0 0 rgba(38, 184, 130, .5)
}

.brand-medium.disabled,
.brand-medium:disabled {
	color: #fff;
	background-color: #00ab6c;
	border-color: #00ab6c
}

.brand-medium:not(:disabled):not(.disabled).active,
.brand-medium:not(:disabled):not(.disabled):active,
.show>.brand-medium.dropdown-toggle {
	color: #fff;
	background-color: #00784c;
	border-color: #006b44
}

.brand-medium:not(:disabled):not(.disabled).active:focus,
.brand-medium:not(:disabled):not(.disabled):active:focus,
.show>.brand-medium.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(38, 184, 130, .5)
}

.brand-medium:hover {
	box-shadow: 0 8px 10px rgba(0, 171, 108, .4)!important
}

.brand-outline-medium {
	color: #00ab6c;
	border-color: #00ab6c
}

.brand-outline-medium:hover {
	color: #fff;
	background-color: #00ab6c;
	border-color: #00ab6c
}

.brand-outline-medium.focus,
.brand-outline-medium:focus {
	box-shadow: 0 0 0 0 rgba(0, 171, 108, .5)
}

.brand-outline-medium.disabled,
.brand-outline-medium:disabled {
	color: #00ab6c;
	background-color: transparent
}

.brand-outline-medium:not(:disabled):not(.disabled).active,
.brand-outline-medium:not(:disabled):not(.disabled):active,
.show>.brand-outline-medium.dropdown-toggle {
	color: #fff;
	background-color: #00ab6c;
	border-color: #00ab6c
}

.brand-outline-medium:not(:disabled):not(.disabled).active:focus,
.brand-outline-medium:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-medium.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(0, 171, 108, .5)
}

.brand-outline-medium:hover {
	box-shadow: 0 8px 10px rgba(0, 171, 108, .4)!important
}

.brand-spotify {
	color: #fff;
	background-color: #1db954;
	border-color: #1db954
}

.brand-spotify.focus,
.brand-spotify:focus,
.brand-spotify:hover {
	color: #fff;
	background-color: #189845;
	border-color: #168d40
}

.brand-spotify.focus,
.brand-spotify:focus {
	box-shadow: 0 0 0 0 rgba(63, 196, 110, .5)
}

.brand-spotify.disabled,
.brand-spotify:disabled {
	color: #fff;
	background-color: #1db954;
	border-color: #1db954
}

.brand-spotify:not(:disabled):not(.disabled).active,
.brand-spotify:not(:disabled):not(.disabled):active,
.show>.brand-spotify.dropdown-toggle {
	color: #fff;
	background-color: #168d40;
	border-color: #14823b
}

.brand-spotify:not(:disabled):not(.disabled).active:focus,
.brand-spotify:not(:disabled):not(.disabled):active:focus,
.show>.brand-spotify.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(63, 196, 110, .5)
}

.brand-spotify:hover {
	box-shadow: 0 8px 10px rgba(29, 185, 84, .4)!important
}

.brand-outline-spotify {
	color: #1db954;
	border-color: #1db954
}

.brand-outline-spotify:hover {
	color: #fff;
	background-color: #1db954;
	border-color: #1db954
}

.brand-outline-spotify.focus,
.brand-outline-spotify:focus {
	box-shadow: 0 0 0 0 rgba(29, 185, 84, .5)
}

.brand-outline-spotify.disabled,
.brand-outline-spotify:disabled {
	color: #1db954;
	background-color: transparent
}

.brand-outline-spotify:not(:disabled):not(.disabled).active,
.brand-outline-spotify:not(:disabled):not(.disabled):active,
.show>.brand-outline-spotify.dropdown-toggle {
	color: #fff;
	background-color: #1db954;
	border-color: #1db954
}

.brand-outline-spotify:not(:disabled):not(.disabled).active:focus,
.brand-outline-spotify:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-spotify.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(29, 185, 84, .5)
}

.brand-outline-spotify:hover {
	box-shadow: 0 8px 10px rgba(29, 185, 84, .4)!important
}

.brand-quora {
	color: #fff;
	background-color: #a82400;
	border-color: #a82400
}

.brand-quora.focus,
.brand-quora:focus,
.brand-quora:hover {
	color: #fff;
	background-color: #821c00;
	border-color: #751900
}

.brand-quora.focus,
.brand-quora:focus {
	box-shadow: 0 0 0 0 rgba(181, 69, 38, .5)
}

.brand-quora.disabled,
.brand-quora:disabled {
	color: #fff;
	background-color: #a82400;
	border-color: #a82400
}

.brand-quora:not(:disabled):not(.disabled).active,
.brand-quora:not(:disabled):not(.disabled):active,
.show>.brand-quora.dropdown-toggle {
	color: #fff;
	background-color: #751900;
	border-color: #681600
}

.brand-quora:not(:disabled):not(.disabled).active:focus,
.brand-quora:not(:disabled):not(.disabled):active:focus,
.show>.brand-quora.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(181, 69, 38, .5)
}

.brand-quora:hover {
	box-shadow: 0 8px 10px rgba(168, 36, 0, .4)!important
}

.brand-outline-quora {
	color: #a82400;
	border-color: #a82400
}

.brand-outline-quora:hover {
	color: #fff;
	background-color: #a82400;
	border-color: #a82400
}

.brand-outline-quora.focus,
.brand-outline-quora:focus {
	box-shadow: 0 0 0 0 rgba(168, 36, 0, .5)
}

.brand-outline-quora.disabled,
.brand-outline-quora:disabled {
	color: #a82400;
	background-color: transparent
}

.brand-outline-quora:not(:disabled):not(.disabled).active,
.brand-outline-quora:not(:disabled):not(.disabled):active,
.show>.brand-outline-quora.dropdown-toggle {
	color: #fff;
	background-color: #a82400;
	border-color: #a82400
}

.brand-outline-quora:not(:disabled):not(.disabled).active:focus,
.brand-outline-quora:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-quora.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(168, 36, 0, .5)
}

.brand-outline-quora:hover {
	box-shadow: 0 8px 10px rgba(168, 36, 0, .4)!important
}

.brand-xing {
	color: #fff;
	background-color: #026466;
	border-color: #026466
}

.brand-xing.focus,
.brand-xing:focus,
.brand-xing:hover {
	color: #fff;
	background-color: #013f40;
	border-color: #013334
}

.brand-xing.focus,
.brand-xing:focus {
	box-shadow: 0 0 0 0 rgba(40, 123, 125, .5)
}

.brand-xing.disabled,
.brand-xing:disabled {
	color: #fff;
	background-color: #026466;
	border-color: #026466
}

.brand-xing:not(:disabled):not(.disabled).active,
.brand-xing:not(:disabled):not(.disabled):active,
.show>.brand-xing.dropdown-toggle {
	color: #fff;
	background-color: #013334;
	border-color: #012727
}

.brand-xing:not(:disabled):not(.disabled).active:focus,
.brand-xing:not(:disabled):not(.disabled):active:focus,
.show>.brand-xing.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(40, 123, 125, .5)
}

.brand-xing:hover {
	box-shadow: 0 8px 10px rgba(2, 100, 102, .4)!important
}

.brand-outline-xing {
	color: #026466;
	border-color: #026466
}

.brand-outline-xing:hover {
	color: #fff;
	background-color: #026466;
	border-color: #026466
}

.brand-outline-xing.focus,
.brand-outline-xing:focus {
	box-shadow: 0 0 0 0 rgba(2, 100, 102, .5)
}

.brand-outline-xing.disabled,
.brand-outline-xing:disabled {
	color: #026466;
	background-color: transparent
}

.brand-outline-xing:not(:disabled):not(.disabled).active,
.brand-outline-xing:not(:disabled):not(.disabled):active,
.show>.brand-outline-xing.dropdown-toggle {
	color: #fff;
	background-color: #026466;
	border-color: #026466
}

.brand-outline-xing:not(:disabled):not(.disabled).active:focus,
.brand-outline-xing:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-xing.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(2, 100, 102, .5)
}

.brand-outline-xing:hover {
	box-shadow: 0 8px 10px rgba(2, 100, 102, .4)!important
}

.brand-snapchat {
	color: #2b354f;
	background-color: #fffc00;
	border-color: #fffc00
}

.brand-snapchat.focus,
.brand-snapchat:focus,
.brand-snapchat:hover {
	color: #2b354f;
	background-color: #d9d600;
	border-color: #ccca00
}

.brand-snapchat.focus,
.brand-snapchat:focus {
	box-shadow: 0 0 0 0 rgba(223, 222, 12, .5)
}

.brand-snapchat.disabled,
.brand-snapchat:disabled {
	color: #2b354f;
	background-color: #fffc00;
	border-color: #fffc00
}

.brand-snapchat:not(:disabled):not(.disabled).active,
.brand-snapchat:not(:disabled):not(.disabled):active,
.show>.brand-snapchat.dropdown-toggle {
	color: #2b354f;
	background-color: #ccca00;
	border-color: #bfbd00
}

.brand-snapchat:not(:disabled):not(.disabled).active:focus,
.brand-snapchat:not(:disabled):not(.disabled):active:focus,
.show>.brand-snapchat.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(223, 222, 12, .5)
}

.brand-snapchat:hover {
	box-shadow: 0 8px 10px rgba(255, 252, 0, .4)!important
}

.brand-outline-snapchat {
	color: #fffc00;
	border-color: #fffc00
}

.brand-outline-snapchat:hover {
	color: #2b354f;
	background-color: #fffc00;
	border-color: #fffc00
}

.brand-outline-snapchat.focus,
.brand-outline-snapchat:focus {
	box-shadow: 0 0 0 0 rgba(255, 252, 0, .5)
}

.brand-outline-snapchat.disabled,
.brand-outline-snapchat:disabled {
	color: #fffc00;
	background-color: transparent
}

.brand-outline-snapchat:not(:disabled):not(.disabled).active,
.brand-outline-snapchat:not(:disabled):not(.disabled):active,
.show>.brand-outline-snapchat.dropdown-toggle {
	color: #2b354f;
	background-color: #fffc00;
	border-color: #fffc00
}

.brand-outline-snapchat:not(:disabled):not(.disabled).active:focus,
.brand-outline-snapchat:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-snapchat.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(255, 252, 0, .5)
}

.brand-outline-snapchat:hover {
	box-shadow: 0 8px 10px rgba(255, 252, 0, .4)!important
}

.brand-telegram {
	color: #fff;
	background-color: #08c;
	border-color: #08c
}

.brand-telegram.focus,
.brand-telegram:focus,
.brand-telegram:hover {
	color: #fff;
	background-color: #006fa6;
	border-color: #069
}

.brand-telegram.focus,
.brand-telegram:focus {
	box-shadow: 0 0 0 0 rgba(38, 154, 212, .5)
}

.brand-telegram.disabled,
.brand-telegram:disabled {
	color: #fff;
	background-color: #08c;
	border-color: #08c
}

.brand-telegram:not(:disabled):not(.disabled).active,
.brand-telegram:not(:disabled):not(.disabled):active,
.show>.brand-telegram.dropdown-toggle {
	color: #fff;
	background-color: #069;
	border-color: #005e8c
}

.brand-telegram:not(:disabled):not(.disabled).active:focus,
.brand-telegram:not(:disabled):not(.disabled):active:focus,
.show>.brand-telegram.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(38, 154, 212, .5)
}

.brand-telegram:hover {
	box-shadow: 0 8px 10px rgba(0, 136, 204, .4)!important
}

.brand-outline-telegram {
	color: #08c;
	border-color: #08c
}

.brand-outline-telegram:hover {
	color: #fff;
	background-color: #08c;
	border-color: #08c
}

.brand-outline-telegram.focus,
.brand-outline-telegram:focus {
	box-shadow: 0 0 0 0 rgba(0, 136, 204, .5)
}

.brand-outline-telegram.disabled,
.brand-outline-telegram:disabled {
	color: #08c;
	background-color: transparent
}

.brand-outline-telegram:not(:disabled):not(.disabled).active,
.brand-outline-telegram:not(:disabled):not(.disabled):active,
.show>.brand-outline-telegram.dropdown-toggle {
	color: #fff;
	background-color: #08c;
	border-color: #08c
}

.brand-outline-telegram:not(:disabled):not(.disabled).active:focus,
.brand-outline-telegram:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-telegram.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(0, 136, 204, .5)
}

.brand-outline-telegram:hover {
	box-shadow: 0 8px 10px rgba(0, 136, 204, .4)!important
}

.brand-whatsapp {
	color: #fff;
	background-color: #075e54;
	border-color: #075e54
}

.brand-whatsapp.focus,
.brand-whatsapp:focus,
.brand-whatsapp:hover {
	color: #fff;
	background-color: #043a34;
	border-color: #032f2a
}

.brand-whatsapp.focus,
.brand-whatsapp:focus {
	box-shadow: 0 0 0 0 rgba(44, 118, 110, .5)
}

.brand-whatsapp.disabled,
.brand-whatsapp:disabled {
	color: #fff;
	background-color: #075e54;
	border-color: #075e54
}

.brand-whatsapp:not(:disabled):not(.disabled).active,
.brand-whatsapp:not(:disabled):not(.disabled):active,
.show>.brand-whatsapp.dropdown-toggle {
	color: #fff;
	background-color: #032f2a;
	border-color: #03231f
}

.brand-whatsapp:not(:disabled):not(.disabled).active:focus,
.brand-whatsapp:not(:disabled):not(.disabled):active:focus,
.show>.brand-whatsapp.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(44, 118, 110, .5)
}

.brand-whatsapp:hover {
	box-shadow: 0 8px 10px rgba(7, 94, 84, .4)!important
}

.brand-outline-whatsapp {
	color: #075e54;
	border-color: #075e54
}

.brand-outline-whatsapp:hover {
	color: #fff;
	background-color: #075e54;
	border-color: #075e54
}

.brand-outline-whatsapp.focus,
.brand-outline-whatsapp:focus {
	box-shadow: 0 0 0 0 rgba(7, 94, 84, .5)
}

.brand-outline-whatsapp.disabled,
.brand-outline-whatsapp:disabled {
	color: #075e54;
	background-color: transparent
}

.brand-outline-whatsapp:not(:disabled):not(.disabled).active,
.brand-outline-whatsapp:not(:disabled):not(.disabled):active,
.show>.brand-outline-whatsapp.dropdown-toggle {
	color: #fff;
	background-color: #075e54;
	border-color: #075e54
}

.brand-outline-whatsapp:not(:disabled):not(.disabled).active:focus,
.brand-outline-whatsapp:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-whatsapp.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(7, 94, 84, .5)
}

.brand-outline-whatsapp:hover {
	box-shadow: 0 8px 10px rgba(7, 94, 84, .4)!important
}

.brand-rss {
	color: #fff;
	background-color: #f26522;
	border-color: #f26522
}

.brand-rss.focus,
.brand-rss:focus,
.brand-rss:hover {
	color: #fff;
	background-color: #e1510d;
	border-color: #d54d0d
}

.brand-rss.focus,
.brand-rss:focus {
	box-shadow: 0 0 0 0 rgba(244, 124, 67, .5)
}

.brand-rss.disabled,
.brand-rss:disabled {
	color: #fff;
	background-color: #f26522;
	border-color: #f26522
}

.brand-rss:not(:disabled):not(.disabled).active,
.brand-rss:not(:disabled):not(.disabled):active,
.show>.brand-rss.dropdown-toggle {
	color: #fff;
	background-color: #d54d0d;
	border-color: #c8490c
}

.brand-rss:not(:disabled):not(.disabled).active:focus,
.brand-rss:not(:disabled):not(.disabled):active:focus,
.show>.brand-rss.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(244, 124, 67, .5)
}

.brand-rss:hover {
	box-shadow: 0 8px 10px rgba(242, 101, 34, .4)!important
}

.brand-outline-rss {
	color: #f26522;
	border-color: #f26522
}

.brand-outline-rss:hover {
	color: #fff;
	background-color: #f26522;
	border-color: #f26522
}

.brand-outline-rss.focus,
.brand-outline-rss:focus {
	box-shadow: 0 0 0 0 rgba(242, 101, 34, .5)
}

.brand-outline-rss.disabled,
.brand-outline-rss:disabled {
	color: #f26522;
	background-color: transparent
}

.brand-outline-rss:not(:disabled):not(.disabled).active,
.brand-outline-rss:not(:disabled):not(.disabled):active,
.show>.brand-outline-rss.dropdown-toggle {
	color: #fff;
	background-color: #f26522;
	border-color: #f26522
}

.brand-outline-rss:not(:disabled):not(.disabled).active:focus,
.brand-outline-rss:not(:disabled):not(.disabled):active:focus,
.show>.brand-outline-rss.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(242, 101, 34, .5)
}

.brand-outline-rss:hover {
	box-shadow: 0 8px 10px rgba(242, 101, 34, .4)!important
}

.ipad,
.iphone,
.iphone-x {
	border: 1px solid #d9e2ef;
	margin: 0 auto;
	position: relative
}

.ipad:after,
.ipad:before,
.iphone-x:after,
.iphone-x:before,
.iphone:after,
.iphone:before {
	content: "";
	position: absolute
}

.ipad:before,
.iphone-x:before,
.iphone:before {
	width: 45px;
	height: 4px;
	left: 0;
	right: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	border-radius: 30px
}

.ipad:after,
.iphone-x:after,
.iphone:after {
	left: 50%;
	width: 8px;
	height: 8px;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .03);
	display: block;
	border-radius: 50%
}

.ipad .screen,
.iphone-x .screen,
.iphone .screen {
	margin: 0 auto;
	overflow: hidden
}

.ipad .screen img,
.iphone-x .screen img,
.iphone .screen img {
	max-width: 100%
}

.ipad,
.iphone {
	background: #fff;
	max-width: 255px;
	border-radius: 36px;
	padding: 55px 0;
	box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66, 77, 86, .5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, .5)
}

.ipad:before,
.iphone:before {
	background: #e3e8eb;
	margin: -25px auto 0
}

.ipad:after,
.iphone:after {
	top: 30px;
	margin-left: -45px;
	background: #e3e8eb
}

.ipad .screen,
.iphone .screen {
	width: 90%
}

.ipad .screen img,
.iphone .screen img {
	box-shadow: 0 0 0 1px rgba(0, 17, 53, .16)
}

.ipad .button,
.iphone .button {
	box-shadow: inset 0 0 1px 2px #e3e8eb;
	border: 1px solid #d9e2ef;
	border-radius: 50%;
	bottom: 1.75%;
	height: 0;
	padding-top: 36px;
	width: 36px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.ipad.small,
.iphone.small {
	max-width: 185px;
	border-radius: 26px;
	padding: 45px 0
}

.ipad.small:before,
.iphone.small:before {
	width: 35px
}

.ipad.small:after,
.iphone.small:after {
	top: 20px
}

.ipad.small .button,
.iphone.small .button {
	width: 28px;
	padding-top: 28px;
	margin-left: -8px
}

.ipad.landscape,
.iphone.landscape {
	padding: 1rem 3rem
}

.ipad.landscape:after,
.ipad.landscape:before,
.iphone.landscape:after,
.iphone.landscape:before {
	left: 16%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.ipad.landscape .button,
.iphone.landscape .button {
	left: 100%;
	margin-left: -50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.ipad:before {
	content: none
}

.ipad.portrait:after {
	margin-left: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.iphone-x {
	background: #131d2d;
	max-width: 243.75px;
	border-radius: 26px;
	padding: 9.75px;
	box-shadow: inset 0 0 6px 0 rgba(66, 77, 86, .5), 0 1px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, .5)
}

.iphone-x:after,
.iphone-x:before {
	background-color: #1c2b43;
	z-index: 1
}

.iphone-x:before {
	margin: 0 auto
}

.iphone-x:after {
	top: 8px;
	margin-left: 33px
}

.iphone-x .screen {
	border-radius: 13px
}

.iphone-x .screen img {
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .015)
}

.iphone-x .notch {
	position: absolute;
	border-radius: 13px;
	width: 135.85px;
	height: 22.75px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #131d2d;
	top: 0;
	left: 50%
}

.iphone-x.light,
.iphone-x.light .notch {
	background-color: #f1f4f8
}

.iphone-x.light:after,
.iphone-x.light:before {
	background-color: #e3e8eb
}

.device-twin {
	width: 100%;
	display: -webkit-box;
	display: flex;
	position: relative
}

.device-twin .mockup {
	box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66, 77, 86, .5), 0 20px 50px -25px rgba(0, 0, 0, .5), 0 0 1px rgba(0, 0, 0, .1);
	max-width: 210px
}

@media(min-width:768px) {
	.device-twin .browser {
		-webkit-transition: all .4s ease;
		transition: all .4s ease
	}
	.device-twin .browser.front:hover {
		-webkit-transform: rotate(2deg) translate3d(0, -8px, 0);
		transform: rotate(2deg) translate3d(0, -8px, 0)
	}
	.device-twin .browser.absolute {
		margin-top: -30px
	}
	.device-twin .browser.absolute:hover {
		-webkit-transform: rotate(-2deg) translate3d(-10px, 0, 0);
		transform: rotate(-2deg) translate3d(-10px, 0, 0)
	}
}

.browser {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(10%, #eef1f3));
	background: linear-gradient(#fff 1%, #eef1f3 10%);
	position: relative;
	padding-top: 2em;
	border-radius: .4em
}

.browser:before {
	display: block;
	position: absolute;
	content: "";
	top: .75em;
	left: 1em;
	width: .5em;
	height: .5em;
	border-radius: 50%;
	background: #f44;
	box-shadow: 0 0 0 1px #f44, 1.5em 0 0 1px #9b3, 3em 0 0 1px #fb5
}

.browser img {
	max-width: 100%
}

.browser.shadow {
	box-shadow: 0 0 1px rgba(0, 0, 0, .3), 0 2px 4px rgba(0, 0, 0, .09)
}

.browser.border {
	border: 1px solid #d9e2ef
}

.fade-bottom:after {
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(70%, #fff), to(#fff));
	background: linear-gradient(hsla(0, 0%, 100%, 0), #fff 70%, #fff);
	bottom: -25px;
	content: "";
	display: block;
	height: 85px;
	left: 0;
	position: absolute;
	right: 0
}

.gradient {
	background-color: transparent
}

.gradient.gradient-purple-blue {
	background-image: -webkit-gradient(linear, left bottom, right top, from(#a772ff), to(#0083dd));
	background-image: linear-gradient(to right top, #a772ff, #0083dd)
}

.gradient.gradient-purple-blue.blanket.alpha-1:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .1)), to(rgba(0, 131, 221, .1)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .1), rgba(0, 131, 221, .1))
}

.gradient.gradient-purple-blue.blanket.alpha-2:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .2)), to(rgba(0, 131, 221, .2)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .2), rgba(0, 131, 221, .2))
}

.gradient.gradient-purple-blue.blanket.alpha-3:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .3)), to(rgba(0, 131, 221, .3)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .3), rgba(0, 131, 221, .3))
}

.gradient.gradient-purple-blue.blanket.alpha-4:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .4)), to(rgba(0, 131, 221, .4)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .4), rgba(0, 131, 221, .4))
}

.gradient.gradient-purple-blue.blanket.alpha-5:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .5)), to(rgba(0, 131, 221, .5)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .5), rgba(0, 131, 221, .5))
}

.gradient.gradient-purple-blue.blanket.alpha-6:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .6)), to(rgba(0, 131, 221, .6)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .6), rgba(0, 131, 221, .6))
}

.gradient.gradient-purple-blue.blanket.alpha-7:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .7)), to(rgba(0, 131, 221, .7)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .7), rgba(0, 131, 221, .7))
}

.gradient.gradient-purple-blue.blanket.alpha-8:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .8)), to(rgba(0, 131, 221, .8)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .8), rgba(0, 131, 221, .8))
}

.gradient.gradient-purple-blue.blanket.alpha-9:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .9)), to(rgba(0, 131, 221, .9)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .9), rgba(0, 131, 221, .9))
}

.gradient.gradient-purple-dark {
	background-image: -webkit-gradient(linear, left bottom, right top, from(#a772ff), to(#4f2ca9));
	background-image: linear-gradient(to right top, #a772ff, #4f2ca9)
}

.gradient.gradient-purple-dark.blanket.alpha-1:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .1)), to(rgba(79, 44, 169, .1)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .1), rgba(79, 44, 169, .1))
}

.gradient.gradient-purple-dark.blanket.alpha-2:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .2)), to(rgba(79, 44, 169, .2)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .2), rgba(79, 44, 169, .2))
}

.gradient.gradient-purple-dark.blanket.alpha-3:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .3)), to(rgba(79, 44, 169, .3)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .3), rgba(79, 44, 169, .3))
}

.gradient.gradient-purple-dark.blanket.alpha-4:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .4)), to(rgba(79, 44, 169, .4)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .4), rgba(79, 44, 169, .4))
}

.gradient.gradient-purple-dark.blanket.alpha-5:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .5)), to(rgba(79, 44, 169, .5)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .5), rgba(79, 44, 169, .5))
}

.gradient.gradient-purple-dark.blanket.alpha-6:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .6)), to(rgba(79, 44, 169, .6)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .6), rgba(79, 44, 169, .6))
}

.gradient.gradient-purple-dark.blanket.alpha-7:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .7)), to(rgba(79, 44, 169, .7)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .7), rgba(79, 44, 169, .7))
}

.gradient.gradient-purple-dark.blanket.alpha-8:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .8)), to(rgba(79, 44, 169, .8)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .8), rgba(79, 44, 169, .8))
}

.gradient.gradient-purple-dark.blanket.alpha-9:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .9)), to(rgba(79, 44, 169, .9)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .9), rgba(79, 44, 169, .9))
}

.gradient.gradient-purple-navy {
	background-image: -webkit-gradient(linear, left bottom, right top, from(#a772ff), to(#001a3e));
	background-image: linear-gradient(to right top, #a772ff, #001a3e)
}

.gradient.gradient-purple-navy.blanket.alpha-1:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .1)), to(rgba(0, 26, 62, .1)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .1), rgba(0, 26, 62, .1))
}

.gradient.gradient-purple-navy.blanket.alpha-2:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .2)), to(rgba(0, 26, 62, .2)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .2), rgba(0, 26, 62, .2))
}

.gradient.gradient-purple-navy.blanket.alpha-3:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .3)), to(rgba(0, 26, 62, .3)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .3), rgba(0, 26, 62, .3))
}

.gradient.gradient-purple-navy.blanket.alpha-4:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .4)), to(rgba(0, 26, 62, .4)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .4), rgba(0, 26, 62, .4))
}

.gradient.gradient-purple-navy.blanket.alpha-5:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .5)), to(rgba(0, 26, 62, .5)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .5), rgba(0, 26, 62, .5))
}

.gradient.gradient-purple-navy.blanket.alpha-6:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .6)), to(rgba(0, 26, 62, .6)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .6), rgba(0, 26, 62, .6))
}

.gradient.gradient-purple-navy.blanket.alpha-7:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .7)), to(rgba(0, 26, 62, .7)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .7), rgba(0, 26, 62, .7))
}

.gradient.gradient-purple-navy.blanket.alpha-8:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .8)), to(rgba(0, 26, 62, .8)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .8), rgba(0, 26, 62, .8))
}

.gradient.gradient-purple-navy.blanket.alpha-9:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(167, 114, 255, .9)), to(rgba(0, 26, 62, .9)));
	background-image: linear-gradient(to right top, rgba(167, 114, 255, .9), rgba(0, 26, 62, .9))
}

.gradient.gradient-blue-purple {
	background-image: -webkit-gradient(linear, left bottom, right top, from(#0083dd), to(#a772ff));
	background-image: linear-gradient(to right top, #0083dd, #a772ff)
}

.gradient.gradient-blue-purple.blanket.alpha-1:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .1)), to(rgba(167, 114, 255, .1)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .1), rgba(167, 114, 255, .1))
}

.gradient.gradient-blue-purple.blanket.alpha-2:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .2)), to(rgba(167, 114, 255, .2)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .2), rgba(167, 114, 255, .2))
}

.gradient.gradient-blue-purple.blanket.alpha-3:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .3)), to(rgba(167, 114, 255, .3)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .3), rgba(167, 114, 255, .3))
}

.gradient.gradient-blue-purple.blanket.alpha-4:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .4)), to(rgba(167, 114, 255, .4)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .4), rgba(167, 114, 255, .4))
}

.gradient.gradient-blue-purple.blanket.alpha-5:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .5)), to(rgba(167, 114, 255, .5)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .5), rgba(167, 114, 255, .5))
}

.gradient.gradient-blue-purple.blanket.alpha-6:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .6)), to(rgba(167, 114, 255, .6)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .6), rgba(167, 114, 255, .6))
}

.gradient.gradient-blue-purple.blanket.alpha-7:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .7)), to(rgba(167, 114, 255, .7)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .7), rgba(167, 114, 255, .7))
}

.gradient.gradient-blue-purple.blanket.alpha-8:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .8)), to(rgba(167, 114, 255, .8)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .8), rgba(167, 114, 255, .8))
}

.gradient.gradient-blue-purple.blanket.alpha-9:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .9)), to(rgba(167, 114, 255, .9)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .9), rgba(167, 114, 255, .9))
}

.gradient.gradient-blue-dark {
	background-image: -webkit-gradient(linear, left bottom, right top, from(#0083dd), to(#00447b));
	background-image: linear-gradient(to right top, #0083dd, #00447b)
}

.gradient.gradient-blue-dark.blanket.alpha-1:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .1)), to(rgba(0, 68, 123, .1)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .1), rgba(0, 68, 123, .1))
}

.gradient.gradient-blue-dark.blanket.alpha-2:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .2)), to(rgba(0, 68, 123, .2)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .2), rgba(0, 68, 123, .2))
}

.gradient.gradient-blue-dark.blanket.alpha-3:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .3)), to(rgba(0, 68, 123, .3)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .3), rgba(0, 68, 123, .3))
}

.gradient.gradient-blue-dark.blanket.alpha-4:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .4)), to(rgba(0, 68, 123, .4)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .4), rgba(0, 68, 123, .4))
}

.gradient.gradient-blue-dark.blanket.alpha-5:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .5)), to(rgba(0, 68, 123, .5)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .5), rgba(0, 68, 123, .5))
}

.gradient.gradient-blue-dark.blanket.alpha-6:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .6)), to(rgba(0, 68, 123, .6)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .6), rgba(0, 68, 123, .6))
}

.gradient.gradient-blue-dark.blanket.alpha-7:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .7)), to(rgba(0, 68, 123, .7)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .7), rgba(0, 68, 123, .7))
}

.gradient.gradient-blue-dark.blanket.alpha-8:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .8)), to(rgba(0, 68, 123, .8)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .8), rgba(0, 68, 123, .8))
}

.gradient.gradient-blue-dark.blanket.alpha-9:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .9)), to(rgba(0, 68, 123, .9)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .9), rgba(0, 68, 123, .9))
}

.gradient.gradient-blue-navy {
	background-image: -webkit-gradient(linear, left bottom, right top, from(#0083dd), to(#001a3e));
	background-image: linear-gradient(to right top, #0083dd, #001a3e)
}

.gradient.gradient-blue-navy.blanket.alpha-1:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .1)), to(rgba(0, 26, 62, .1)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .1), rgba(0, 26, 62, .1))
}

.gradient.gradient-blue-navy.blanket.alpha-2:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .2)), to(rgba(0, 26, 62, .2)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .2), rgba(0, 26, 62, .2))
}

.gradient.gradient-blue-navy.blanket.alpha-3:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .3)), to(rgba(0, 26, 62, .3)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .3), rgba(0, 26, 62, .3))
}

.gradient.gradient-blue-navy.blanket.alpha-4:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .4)), to(rgba(0, 26, 62, .4)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .4), rgba(0, 26, 62, .4))
}

.gradient.gradient-blue-navy.blanket.alpha-5:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .5)), to(rgba(0, 26, 62, .5)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .5), rgba(0, 26, 62, .5))
}

.gradient.gradient-blue-navy.blanket.alpha-6:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .6)), to(rgba(0, 26, 62, .6)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .6), rgba(0, 26, 62, .6))
}

.gradient.gradient-blue-navy.blanket.alpha-7:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .7)), to(rgba(0, 26, 62, .7)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .7), rgba(0, 26, 62, .7))
}

.gradient.gradient-blue-navy.blanket.alpha-8:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .8)), to(rgba(0, 26, 62, .8)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .8), rgba(0, 26, 62, .8))
}

.gradient.gradient-blue-navy.blanket.alpha-9:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 131, 221, .9)), to(rgba(0, 26, 62, .9)));
	background-image: linear-gradient(to right top, rgba(0, 131, 221, .9), rgba(0, 26, 62, .9))
}

.gradient.gradient-navy-purple {
	background-image: -webkit-gradient(linear, left bottom, right top, from(#001a3e), to(#a772ff));
	background-image: linear-gradient(to right top, #001a3e, #a772ff)
}

.gradient.gradient-navy-purple.blanket.alpha-1:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .1)), to(rgba(167, 114, 255, .1)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .1), rgba(167, 114, 255, .1))
}

.gradient.gradient-navy-purple.blanket.alpha-2:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .2)), to(rgba(167, 114, 255, .2)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .2), rgba(167, 114, 255, .2))
}

.gradient.gradient-navy-purple.blanket.alpha-3:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .3)), to(rgba(167, 114, 255, .3)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .3), rgba(167, 114, 255, .3))
}

.gradient.gradient-navy-purple.blanket.alpha-4:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .4)), to(rgba(167, 114, 255, .4)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .4), rgba(167, 114, 255, .4))
}

.gradient.gradient-navy-purple.blanket.alpha-5:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .5)), to(rgba(167, 114, 255, .5)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .5), rgba(167, 114, 255, .5))
}

.gradient.gradient-navy-purple.blanket.alpha-6:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .6)), to(rgba(167, 114, 255, .6)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .6), rgba(167, 114, 255, .6))
}

.gradient.gradient-navy-purple.blanket.alpha-7:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .7)), to(rgba(167, 114, 255, .7)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .7), rgba(167, 114, 255, .7))
}

.gradient.gradient-navy-purple.blanket.alpha-8:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .8)), to(rgba(167, 114, 255, .8)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .8), rgba(167, 114, 255, .8))
}

.gradient.gradient-navy-purple.blanket.alpha-9:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .9)), to(rgba(167, 114, 255, .9)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .9), rgba(167, 114, 255, .9))
}

.gradient.gradient-navy-blue {
	background-image: -webkit-gradient(linear, left bottom, right top, from(#001a3e), to(#0083dd));
	background-image: linear-gradient(to right top, #001a3e, #0083dd)
}

.gradient.gradient-navy-blue.blanket.alpha-1:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .1)), to(rgba(0, 131, 221, .1)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .1), rgba(0, 131, 221, .1))
}

.gradient.gradient-navy-blue.blanket.alpha-2:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .2)), to(rgba(0, 131, 221, .2)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .2), rgba(0, 131, 221, .2))
}

.gradient.gradient-navy-blue.blanket.alpha-3:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .3)), to(rgba(0, 131, 221, .3)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .3), rgba(0, 131, 221, .3))
}

.gradient.gradient-navy-blue.blanket.alpha-4:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .4)), to(rgba(0, 131, 221, .4)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .4), rgba(0, 131, 221, .4))
}

.gradient.gradient-navy-blue.blanket.alpha-5:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .5)), to(rgba(0, 131, 221, .5)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .5), rgba(0, 131, 221, .5))
}

.gradient.gradient-navy-blue.blanket.alpha-6:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .6)), to(rgba(0, 131, 221, .6)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .6), rgba(0, 131, 221, .6))
}

.gradient.gradient-navy-blue.blanket.alpha-7:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .7)), to(rgba(0, 131, 221, .7)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .7), rgba(0, 131, 221, .7))
}

.gradient.gradient-navy-blue.blanket.alpha-8:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .8)), to(rgba(0, 131, 221, .8)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .8), rgba(0, 131, 221, .8))
}

.gradient.gradient-navy-blue.blanket.alpha-9:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 26, 62, .9)), to(rgba(0, 131, 221, .9)));
	background-image: linear-gradient(to right top, rgba(0, 26, 62, .9), rgba(0, 131, 221, .9))
}

.gradient.gradient-primary-dark {
	background-image: -webkit-gradient(linear, left bottom, right top, from(#53f), to(#001a3e));
	background-image: linear-gradient(to right top, #53f, #001a3e)
}

.gradient.gradient-primary-dark.blanket.alpha-1:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .1)), to(rgba(0, 26, 62, .1)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .1), rgba(0, 26, 62, .1))
}

.gradient.gradient-primary-dark.blanket.alpha-2:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .2)), to(rgba(0, 26, 62, .2)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .2), rgba(0, 26, 62, .2))
}

.gradient.gradient-primary-dark.blanket.alpha-3:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .3)), to(rgba(0, 26, 62, .3)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .3), rgba(0, 26, 62, .3))
}

.gradient.gradient-primary-dark.blanket.alpha-4:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .4)), to(rgba(0, 26, 62, .4)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .4), rgba(0, 26, 62, .4))
}

.gradient.gradient-primary-dark.blanket.alpha-5:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .5)), to(rgba(0, 26, 62, .5)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .5), rgba(0, 26, 62, .5))
}

.gradient.gradient-primary-dark.blanket.alpha-6:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .6)), to(rgba(0, 26, 62, .6)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .6), rgba(0, 26, 62, .6))
}

.gradient.gradient-primary-dark.blanket.alpha-7:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .7)), to(rgba(0, 26, 62, .7)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .7), rgba(0, 26, 62, .7))
}

.gradient.gradient-primary-dark.blanket.alpha-8:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .8)), to(rgba(0, 26, 62, .8)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .8), rgba(0, 26, 62, .8))
}

.gradient.gradient-primary-dark.blanket.alpha-9:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .9)), to(rgba(0, 26, 62, .9)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .9), rgba(0, 26, 62, .9))
}

.gradient.gradient-primary-light {
	background-image: -webkit-gradient(linear, left bottom, right top, from(#53f), to(#a772ff));
	background-image: linear-gradient(to right top, #53f, #a772ff)
}

.gradient.gradient-primary-light.blanket.alpha-1:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .1)), to(rgba(167, 114, 255, .1)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .1), rgba(167, 114, 255, .1))
}

.gradient.gradient-primary-light.blanket.alpha-2:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .2)), to(rgba(167, 114, 255, .2)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .2), rgba(167, 114, 255, .2))
}

.gradient.gradient-primary-light.blanket.alpha-3:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .3)), to(rgba(167, 114, 255, .3)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .3), rgba(167, 114, 255, .3))
}

.gradient.gradient-primary-light.blanket.alpha-4:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .4)), to(rgba(167, 114, 255, .4)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .4), rgba(167, 114, 255, .4))
}

.gradient.gradient-primary-light.blanket.alpha-5:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .5)), to(rgba(167, 114, 255, .5)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .5), rgba(167, 114, 255, .5))
}

.gradient.gradient-primary-light.blanket.alpha-6:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .6)), to(rgba(167, 114, 255, .6)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .6), rgba(167, 114, 255, .6))
}

.gradient.gradient-primary-light.blanket.alpha-7:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .7)), to(rgba(167, 114, 255, .7)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .7), rgba(167, 114, 255, .7))
}

.gradient.gradient-primary-light.blanket.alpha-8:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .8)), to(rgba(167, 114, 255, .8)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .8), rgba(167, 114, 255, .8))
}

.gradient.gradient-primary-light.blanket.alpha-9:after {
	background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(85, 51, 255, .9)), to(rgba(167, 114, 255, .9)));
	background-image: linear-gradient(to right top, rgba(85, 51, 255, .9), rgba(167, 114, 255, .9))
}

.list li+li {
	padding-top: 10px
}

.list.list-striped li:nth-of-type(odd) {
	background-color: #fff
}

.list.list-bordered li {
	border-top: 1px solid #d9e2ef
}

.list.list-bordered li:last-child {
	border-bottom: 1px solid #d9e2ef
}

.list.list-inline li {
	display: inline-block
}

.grid-of-images a {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	border-bottom: 0;
	margin: 0 5px 5px 0
}

blockquote {
	position: relative
}

blockquote .quote {
	opacity: .5;
	font-size: 1.6rem;
	position: absolute;
	left: -16px;
	top: -16px
}

blockquote.team-quote .quote {
	left: 0;
	top: -8px
}

.fullscreen {
	min-height: 100vh
}

@media(min-width:576px) {
	.fullscreen-sm {
		min-height: 100vh
	}
}

@media(min-width:768px) {
	.fullscreen-md {
		min-height: 100vh
	}
}

@media(min-width:992px) {
	.fullscreen-lg {
		min-height: 100vh
	}
}

@media(min-width:1200px) {
	.fullscreen-xl {
		min-height: 100vh
	}
}

.overflow-x {
	overflow-x: auto
}

.overflow-x-hidden {
	overflow-x: hidden
}

.overflow-y {
	overflow-y: auto
}

.overflow-y-hidden {
	overflow-y: hidden
}

.op-1 {
	opacity: .1
}

.w-10 {
	width: 10%
}

.op-2 {
	opacity: .2
}

.w-20 {
	width: 20%
}

.op-3 {
	opacity: .3
}

.w-30 {
	width: 30%
}

.op-4 {
	opacity: .4
}

.w-40 {
	width: 40%
}

.op-5 {
	opacity: .5
}

.w-50 {
	width: 50%
}

.op-6 {
	opacity: .6
}

.w-60 {
	width: 60%
}

.op-7 {
	opacity: .7
}

.w-70 {
	width: 70%
}

.op-8 {
	opacity: .8
}

.w-80 {
	width: 80%
}

.op-9 {
	opacity: .9
}

.w-90 {
	width: 90%
}

.arrow-down {
	margin: 0 auto;
	text-align: center;
	-webkit-animation: jump 5s infinite;
	animation: jump 5s infinite
}

.arrow-down,
.blanket {
	position: relative
}

.blanket:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(39, 51, 62, .6);
	opacity: 1;
	z-index: 0
}

.blanket>.content,
.blanket [class^=container] {
	position: relative;
	z-index: 1
}

.blanket.blanket-primary:after {
	background-color: rgba(85, 51, 255, .6)
}

.blanket.blanket-primary.alpha-1:after {
	background-color: rgba(85, 51, 255, .1)
}

.blanket.blanket-primary.alpha-2:after {
	background-color: rgba(85, 51, 255, .2)
}

.blanket.blanket-primary.alpha-3:after {
	background-color: rgba(85, 51, 255, .3)
}

.blanket.blanket-primary.alpha-4:after {
	background-color: rgba(85, 51, 255, .4)
}

.blanket.blanket-primary.alpha-5:after {
	background-color: rgba(85, 51, 255, .5)
}

.blanket.blanket-primary.alpha-6:after {
	background-color: rgba(85, 51, 255, .6)
}

.blanket.blanket-primary.alpha-7:after {
	background-color: rgba(85, 51, 255, .7)
}

.blanket.blanket-primary.alpha-8:after {
	background-color: rgba(85, 51, 255, .8)
}

.blanket.blanket-primary.alpha-9:after {
	background-color: rgba(85, 51, 255, .9)
}

.blanket.blanket-secondary:after {
	background-color: rgba(80, 102, 144, .6)
}

.blanket.blanket-secondary.alpha-1:after {
	background-color: rgba(80, 102, 144, .1)
}

.blanket.blanket-secondary.alpha-2:after {
	background-color: rgba(80, 102, 144, .2)
}

.blanket.blanket-secondary.alpha-3:after {
	background-color: rgba(80, 102, 144, .3)
}

.blanket.blanket-secondary.alpha-4:after {
	background-color: rgba(80, 102, 144, .4)
}

.blanket.blanket-secondary.alpha-5:after {
	background-color: rgba(80, 102, 144, .5)
}

.blanket.blanket-secondary.alpha-6:after {
	background-color: rgba(80, 102, 144, .6)
}

.blanket.blanket-secondary.alpha-7:after {
	background-color: rgba(80, 102, 144, .7)
}

.blanket.blanket-secondary.alpha-8:after {
	background-color: rgba(80, 102, 144, .8)
}

.blanket.blanket-secondary.alpha-9:after {
	background-color: rgba(80, 102, 144, .9)
}

.blanket.blanket-success:after {
	background-color: rgba(0, 201, 183, .6)
}

.blanket.blanket-success.alpha-1:after {
	background-color: rgba(0, 201, 183, .1)
}

.blanket.blanket-success.alpha-2:after {
	background-color: rgba(0, 201, 183, .2)
}

.blanket.blanket-success.alpha-3:after {
	background-color: rgba(0, 201, 183, .3)
}

.blanket.blanket-success.alpha-4:after {
	background-color: rgba(0, 201, 183, .4)
}

.blanket.blanket-success.alpha-5:after {
	background-color: rgba(0, 201, 183, .5)
}

.blanket.blanket-success.alpha-6:after {
	background-color: rgba(0, 201, 183, .6)
}

.blanket.blanket-success.alpha-7:after {
	background-color: rgba(0, 201, 183, .7)
}

.blanket.blanket-success.alpha-8:after {
	background-color: rgba(0, 201, 183, .8)
}

.blanket.blanket-success.alpha-9:after {
	background-color: rgba(0, 201, 183, .9)
}

.blanket.blanket-info:after {
	background-color: rgba(0, 131, 221, .6)
}

.blanket.blanket-info.alpha-1:after {
	background-color: rgba(0, 131, 221, .1)
}

.blanket.blanket-info.alpha-2:after {
	background-color: rgba(0, 131, 221, .2)
}

.blanket.blanket-info.alpha-3:after {
	background-color: rgba(0, 131, 221, .3)
}

.blanket.blanket-info.alpha-4:after {
	background-color: rgba(0, 131, 221, .4)
}

.blanket.blanket-info.alpha-5:after {
	background-color: rgba(0, 131, 221, .5)
}

.blanket.blanket-info.alpha-6:after {
	background-color: rgba(0, 131, 221, .6)
}

.blanket.blanket-info.alpha-7:after {
	background-color: rgba(0, 131, 221, .7)
}

.blanket.blanket-info.alpha-8:after {
	background-color: rgba(0, 131, 221, .8)
}

.blanket.blanket-info.alpha-9:after {
	background-color: rgba(0, 131, 221, .9)
}

.blanket.blanket-warning:after {
	background-color: rgba(254, 184, 104, .6)
}

.blanket.blanket-warning.alpha-1:after {
	background-color: rgba(254, 184, 104, .1)
}

.blanket.blanket-warning.alpha-2:after {
	background-color: rgba(254, 184, 104, .2)
}

.blanket.blanket-warning.alpha-3:after {
	background-color: rgba(254, 184, 104, .3)
}

.blanket.blanket-warning.alpha-4:after {
	background-color: rgba(254, 184, 104, .4)
}

.blanket.blanket-warning.alpha-5:after {
	background-color: rgba(254, 184, 104, .5)
}

.blanket.blanket-warning.alpha-6:after {
	background-color: rgba(254, 184, 104, .6)
}

.blanket.blanket-warning.alpha-7:after {
	background-color: rgba(254, 184, 104, .7)
}

.blanket.blanket-warning.alpha-8:after {
	background-color: rgba(254, 184, 104, .8)
}

.blanket.blanket-warning.alpha-9:after {
	background-color: rgba(254, 184, 104, .9)
}

.blanket.blanket-danger:after {
	background-color: rgba(245, 54, 92, .6)
}

.blanket.blanket-danger.alpha-1:after {
	background-color: rgba(245, 54, 92, .1)
}

.blanket.blanket-danger.alpha-2:after {
	background-color: rgba(245, 54, 92, .2)
}

.blanket.blanket-danger.alpha-3:after {
	background-color: rgba(245, 54, 92, .3)
}

.blanket.blanket-danger.alpha-4:after {
	background-color: rgba(245, 54, 92, .4)
}

.blanket.blanket-danger.alpha-5:after {
	background-color: rgba(245, 54, 92, .5)
}

.blanket.blanket-danger.alpha-6:after {
	background-color: rgba(245, 54, 92, .6)
}

.blanket.blanket-danger.alpha-7:after {
	background-color: rgba(245, 54, 92, .7)
}

.blanket.blanket-danger.alpha-8:after {
	background-color: rgba(245, 54, 92, .8)
}

.blanket.blanket-danger.alpha-9:after {
	background-color: rgba(245, 54, 92, .9)
}

.blanket.blanket-light:after {
	background-color: rgba(249, 251, 253, .6)
}

.blanket.blanket-light.alpha-1:after {
	background-color: rgba(249, 251, 253, .1)
}

.blanket.blanket-light.alpha-2:after {
	background-color: rgba(249, 251, 253, .2)
}

.blanket.blanket-light.alpha-3:after {
	background-color: rgba(249, 251, 253, .3)
}

.blanket.blanket-light.alpha-4:after {
	background-color: rgba(249, 251, 253, .4)
}

.blanket.blanket-light.alpha-5:after {
	background-color: rgba(249, 251, 253, .5)
}

.blanket.blanket-light.alpha-6:after {
	background-color: rgba(249, 251, 253, .6)
}

.blanket.blanket-light.alpha-7:after {
	background-color: rgba(249, 251, 253, .7)
}

.blanket.blanket-light.alpha-8:after {
	background-color: rgba(249, 251, 253, .8)
}

.blanket.blanket-light.alpha-9:after {
	background-color: rgba(249, 251, 253, .9)
}

.blanket.blanket-dark:after {
	background-color: rgba(43, 53, 79, .6)
}

.blanket.blanket-dark.alpha-1:after {
	background-color: rgba(43, 53, 79, .1)
}

.blanket.blanket-dark.alpha-2:after {
	background-color: rgba(43, 53, 79, .2)
}

.blanket.blanket-dark.alpha-3:after {
	background-color: rgba(43, 53, 79, .3)
}

.blanket.blanket-dark.alpha-4:after {
	background-color: rgba(43, 53, 79, .4)
}

.blanket.blanket-dark.alpha-5:after {
	background-color: rgba(43, 53, 79, .5)
}

.blanket.blanket-dark.alpha-6:after {
	background-color: rgba(43, 53, 79, .6)
}

.blanket.blanket-dark.alpha-7:after {
	background-color: rgba(43, 53, 79, .7)
}

.blanket.blanket-dark.alpha-8:after {
	background-color: rgba(43, 53, 79, .8)
}

.blanket.blanket-dark.alpha-9:after {
	background-color: rgba(43, 53, 79, .9)
}

.blanket.blanket-gray:after {
	background-color: rgba(134, 154, 184, .6)
}

.blanket.blanket-gray.alpha-1:after {
	background-color: rgba(134, 154, 184, .1)
}

.blanket.blanket-gray.alpha-2:after {
	background-color: rgba(134, 154, 184, .2)
}

.blanket.blanket-gray.alpha-3:after {
	background-color: rgba(134, 154, 184, .3)
}

.blanket.blanket-gray.alpha-4:after {
	background-color: rgba(134, 154, 184, .4)
}

.blanket.blanket-gray.alpha-5:after {
	background-color: rgba(134, 154, 184, .5)
}

.blanket.blanket-gray.alpha-6:after {
	background-color: rgba(134, 154, 184, .6)
}

.blanket.blanket-gray.alpha-7:after {
	background-color: rgba(134, 154, 184, .7)
}

.blanket.blanket-gray.alpha-8:after {
	background-color: rgba(134, 154, 184, .8)
}

.blanket.blanket-gray.alpha-9:after {
	background-color: rgba(134, 154, 184, .9)
}

.blanket.blanket-gray-light:after {
	background-color: rgba(217, 226, 239, .6)
}

.blanket.blanket-gray-light.alpha-1:after {
	background-color: rgba(217, 226, 239, .1)
}

.blanket.blanket-gray-light.alpha-2:after {
	background-color: rgba(217, 226, 239, .2)
}

.blanket.blanket-gray-light.alpha-3:after {
	background-color: rgba(217, 226, 239, .3)
}

.blanket.blanket-gray-light.alpha-4:after {
	background-color: rgba(217, 226, 239, .4)
}

.blanket.blanket-gray-light.alpha-5:after {
	background-color: rgba(217, 226, 239, .5)
}

.blanket.blanket-gray-light.alpha-6:after {
	background-color: rgba(217, 226, 239, .6)
}

.blanket.blanket-gray-light.alpha-7:after {
	background-color: rgba(217, 226, 239, .7)
}

.blanket.blanket-gray-light.alpha-8:after {
	background-color: rgba(217, 226, 239, .8)
}

.blanket.blanket-gray-light.alpha-9:after {
	background-color: rgba(217, 226, 239, .9)
}

.blanket.blanket-alternate:after {
	background-color: rgba(252, 158, 33, .6)
}

.blanket.blanket-alternate.alpha-1:after {
	background-color: rgba(252, 158, 33, .1)
}

.blanket.blanket-alternate.alpha-2:after {
	background-color: rgba(252, 158, 33, .2)
}

.blanket.blanket-alternate.alpha-3:after {
	background-color: rgba(252, 158, 33, .3)
}

.blanket.blanket-alternate.alpha-4:after {
	background-color: rgba(252, 158, 33, .4)
}

.blanket.blanket-alternate.alpha-5:after {
	background-color: rgba(252, 158, 33, .5)
}

.blanket.blanket-alternate.alpha-6:after {
	background-color: rgba(252, 158, 33, .6)
}

.blanket.blanket-alternate.alpha-7:after {
	background-color: rgba(252, 158, 33, .7)
}

.blanket.blanket-alternate.alpha-8:after {
	background-color: rgba(252, 158, 33, .8)
}

.blanket.blanket-alternate.alpha-9:after {
	background-color: rgba(252, 158, 33, .9)
}

.blanket.blanket-contrast:after {
	background-color: hsla(0, 0%, 100%, .6)
}

.blanket.blanket-contrast.alpha-1:after {
	background-color: hsla(0, 0%, 100%, .1)
}

.blanket.blanket-contrast.alpha-2:after {
	background-color: hsla(0, 0%, 100%, .2)
}

.blanket.blanket-contrast.alpha-3:after {
	background-color: hsla(0, 0%, 100%, .3)
}

.blanket.blanket-contrast.alpha-4:after {
	background-color: hsla(0, 0%, 100%, .4)
}

.blanket.blanket-contrast.alpha-5:after {
	background-color: hsla(0, 0%, 100%, .5)
}

.blanket.blanket-contrast.alpha-6:after {
	background-color: hsla(0, 0%, 100%, .6)
}

.blanket.blanket-contrast.alpha-7:after {
	background-color: hsla(0, 0%, 100%, .7)
}

.blanket.blanket-contrast.alpha-8:after {
	background-color: hsla(0, 0%, 100%, .8)
}

.blanket.blanket-contrast.alpha-9:after {
	background-color: hsla(0, 0%, 100%, .9)
}

.blanket.blanket-darker:after {
	background-color: rgba(0, 26, 62, .6)
}

.blanket.blanket-darker.alpha-1:after {
	background-color: rgba(0, 26, 62, .1)
}

.blanket.blanket-darker.alpha-2:after {
	background-color: rgba(0, 26, 62, .2)
}

.blanket.blanket-darker.alpha-3:after {
	background-color: rgba(0, 26, 62, .3)
}

.blanket.blanket-darker.alpha-4:after {
	background-color: rgba(0, 26, 62, .4)
}

.blanket.blanket-darker.alpha-5:after {
	background-color: rgba(0, 26, 62, .5)
}

.blanket.blanket-darker.alpha-6:after {
	background-color: rgba(0, 26, 62, .6)
}

.blanket.blanket-darker.alpha-7:after {
	background-color: rgba(0, 26, 62, .7)
}

.blanket.blanket-darker.alpha-8:after {
	background-color: rgba(0, 26, 62, .8)
}

.blanket.blanket-darker.alpha-9:after {
	background-color: rgba(0, 26, 62, .9)
}

.blanket.blanket-black:after {
	background-color: rgba(22, 28, 45, .6)
}

.blanket.blanket-black.alpha-1:after {
	background-color: rgba(22, 28, 45, .1)
}

.blanket.blanket-black.alpha-2:after {
	background-color: rgba(22, 28, 45, .2)
}

.blanket.blanket-black.alpha-3:after {
	background-color: rgba(22, 28, 45, .3)
}

.blanket.blanket-black.alpha-4:after {
	background-color: rgba(22, 28, 45, .4)
}

.blanket.blanket-black.alpha-5:after {
	background-color: rgba(22, 28, 45, .5)
}

.blanket.blanket-black.alpha-6:after {
	background-color: rgba(22, 28, 45, .6)
}

.blanket.blanket-black.alpha-7:after {
	background-color: rgba(22, 28, 45, .7)
}

.blanket.blanket-black.alpha-8:after {
	background-color: rgba(22, 28, 45, .8)
}

.blanket.blanket-black.alpha-9:after {
	background-color: rgba(22, 28, 45, .9)
}

.inner-blanket {
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -1
}

.inner-blanket.gradient {
	background-image: linear-gradient(-48deg, #cd92ff 25%, #0083dd)
}

.relative {
	position: relative!important
}

.absolute {
	position: absolute!important
}

.center-x {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.center-y {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.center-xy,
.center-y {
	position: absolute;
	top: 50%
}

.center-xy {
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

@media(min-width:576px) {
	.absolute-sm {
		position: absolute!important
	}
}

@media(min-width:576px) {
	.center-x-sm {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media(min-width:576px) {
	.center-y-sm {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@media(min-width:576px) {
	.center-xy-sm {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0)
	}
}

@media(min-width:768px) {
	.absolute-md {
		position: absolute!important
	}
}

@media(min-width:768px) {
	.center-x-md {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media(min-width:768px) {
	.center-y-md {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@media(min-width:768px) {
	.center-xy-md {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0)
	}
}

@media(min-width:992px) {
	.absolute-lg {
		position: absolute!important
	}
}

@media(min-width:992px) {
	.center-x-lg {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media(min-width:992px) {
	.center-y-lg {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@media(min-width:992px) {
	.center-xy-lg {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0)
	}
}

@media(min-width:1200px) {
	.absolute-xl {
		position: absolute!important
	}
}

@media(min-width:1200px) {
	.center-x-xl {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media(min-width:1200px) {
	.center-y-xl {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@media(min-width:1200px) {
	.center-xy-xl {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0)
	}
}

.position-top {
	top: 0!important
}

.position-right {
	right: 0!important
}

.position-bottom {
	bottom: 0!important
}

.position-left {
	left: 0!important
}

.center-flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.sticky {
	position: -webkit-sticky;
	position: sticky
}

@media(min-width:576px) {
	.sticky-sm {
		position: -webkit-sticky;
		position: sticky
	}
}

@media(min-width:768px) {
	.sticky-md {
		position: -webkit-sticky;
		position: sticky
	}
}

@media(min-width:992px) {
	.sticky-lg {
		position: -webkit-sticky;
		position: sticky
	}
}

@media(min-width:1200px) {
	.sticky-xl {
		position: -webkit-sticky;
		position: sticky
	}
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.row.gap-y {
	margin-top: -15px;
	margin-bottom: -15px
}

.row.gap-y>.col,
.row.gap-y>[class*=col-] {
	padding-top: 15px;
	padding-bottom: 15px
}

.row.gap-2x {
	margin: -30px
}

.row.gap-2x>.col,
.row.gap-2x>[class*=col-] {
	padding: 30px
}

.shapes-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.w-10 {
	width: 10%!important
}

.w-10px {
	width: 10px!important
}

.h-10 {
	height: 10%!important
}

.h-10px {
	height: 10px!important
}

@media(min-width:576px) {
	.w-sm-10 {
		width: 10%!important
	}
	.w-sm-10px {
		width: 10px!important
	}
	.h-sm-10 {
		height: 10%!important
	}
	.h-sm-10px {
		height: 10px!important
	}
}

@media(min-width:768px) {
	.w-md-10 {
		width: 10%!important
	}
	.w-md-10px {
		width: 10px!important
	}
	.h-md-10 {
		height: 10%!important
	}
	.h-md-10px {
		height: 10px!important
	}
}

@media(min-width:992px) {
	.w-lg-10 {
		width: 10%!important
	}
	.w-lg-10px {
		width: 10px!important
	}
	.h-lg-10 {
		height: 10%!important
	}
	.h-lg-10px {
		height: 10px!important
	}
}

@media(min-width:1200px) {
	.w-xl-10 {
		width: 10%!important
	}
	.w-xl-10px {
		width: 10px!important
	}
	.h-xl-10 {
		height: 10%!important
	}
	.h-xl-10px {
		height: 10px!important
	}
}

.w-20 {
	width: 20%!important
}

.w-20px {
	width: 20px!important
}

.h-20 {
	height: 20%!important
}

.h-20px {
	height: 20px!important
}

@media(min-width:576px) {
	.w-sm-20 {
		width: 20%!important
	}
	.w-sm-20px {
		width: 20px!important
	}
	.h-sm-20 {
		height: 20%!important
	}
	.h-sm-20px {
		height: 20px!important
	}
}

@media(min-width:768px) {
	.w-md-20 {
		width: 20%!important
	}
	.w-md-20px {
		width: 20px!important
	}
	.h-md-20 {
		height: 20%!important
	}
	.h-md-20px {
		height: 20px!important
	}
}

@media(min-width:992px) {
	.w-lg-20 {
		width: 20%!important
	}
	.w-lg-20px {
		width: 20px!important
	}
	.h-lg-20 {
		height: 20%!important
	}
	.h-lg-20px {
		height: 20px!important
	}
}

@media(min-width:1200px) {
	.w-xl-20 {
		width: 20%!important
	}
	.w-xl-20px {
		width: 20px!important
	}
	.h-xl-20 {
		height: 20%!important
	}
	.h-xl-20px {
		height: 20px!important
	}
}

.w-30 {
	width: 30%!important
}

.w-30px {
	width: 30px!important
}

.h-30 {
	height: 30%!important
}

.h-30px {
	height: 30px!important
}

@media(min-width:576px) {
	.w-sm-30 {
		width: 30%!important
	}
	.w-sm-30px {
		width: 30px!important
	}
	.h-sm-30 {
		height: 30%!important
	}
	.h-sm-30px {
		height: 30px!important
	}
}

@media(min-width:768px) {
	.w-md-30 {
		width: 30%!important
	}
	.w-md-30px {
		width: 30px!important
	}
	.h-md-30 {
		height: 30%!important
	}
	.h-md-30px {
		height: 30px!important
	}
}

@media(min-width:992px) {
	.w-lg-30 {
		width: 30%!important
	}
	.w-lg-30px {
		width: 30px!important
	}
	.h-lg-30 {
		height: 30%!important
	}
	.h-lg-30px {
		height: 30px!important
	}
}

@media(min-width:1200px) {
	.w-xl-30 {
		width: 30%!important
	}
	.w-xl-30px {
		width: 30px!important
	}
	.h-xl-30 {
		height: 30%!important
	}
	.h-xl-30px {
		height: 30px!important
	}
}

.w-40 {
	width: 40%!important
}

.w-40px {
	width: 40px!important
}

.h-40 {
	height: 40%!important
}

.h-40px {
	height: 40px!important
}

@media(min-width:576px) {
	.w-sm-40 {
		width: 40%!important
	}
	.w-sm-40px {
		width: 40px!important
	}
	.h-sm-40 {
		height: 40%!important
	}
	.h-sm-40px {
		height: 40px!important
	}
}

@media(min-width:768px) {
	.w-md-40 {
		width: 40%!important
	}
	.w-md-40px {
		width: 40px!important
	}
	.h-md-40 {
		height: 40%!important
	}
	.h-md-40px {
		height: 40px!important
	}
}

@media(min-width:992px) {
	.w-lg-40 {
		width: 40%!important
	}
	.w-lg-40px {
		width: 40px!important
	}
	.h-lg-40 {
		height: 40%!important
	}
	.h-lg-40px {
		height: 40px!important
	}
}

@media(min-width:1200px) {
	.w-xl-40 {
		width: 40%!important
	}
	.w-xl-40px {
		width: 40px!important
	}
	.h-xl-40 {
		height: 40%!important
	}
	.h-xl-40px {
		height: 40px!important
	}
}

.w-50 {
	width: 50%!important
}

.w-50px {
	width: 50px!important
}

.h-50 {
	height: 50%!important
}

.h-50px {
	height: 50px!important
}

@media(min-width:576px) {
	.w-sm-50 {
		width: 50%!important
	}
	.w-sm-50px {
		width: 50px!important
	}
	.h-sm-50 {
		height: 50%!important
	}
	.h-sm-50px {
		height: 50px!important
	}
}

@media(min-width:768px) {
	.w-md-50 {
		width: 50%!important
	}
	.w-md-50px {
		width: 50px!important
	}
	.h-md-50 {
		height: 50%!important
	}
	.h-md-50px {
		height: 50px!important
	}
}

@media(min-width:992px) {
	.w-lg-50 {
		width: 50%!important
	}
	.w-lg-50px {
		width: 50px!important
	}
	.h-lg-50 {
		height: 50%!important
	}
	.h-lg-50px {
		height: 50px!important
	}
}

@media(min-width:1200px) {
	.w-xl-50 {
		width: 50%!important
	}
	.w-xl-50px {
		width: 50px!important
	}
	.h-xl-50 {
		height: 50%!important
	}
	.h-xl-50px {
		height: 50px!important
	}
}

.w-60 {
	width: 60%!important
}

.w-60px {
	width: 60px!important
}

.h-60 {
	height: 60%!important
}

.h-60px {
	height: 60px!important
}

@media(min-width:576px) {
	.w-sm-60 {
		width: 60%!important
	}
	.w-sm-60px {
		width: 60px!important
	}
	.h-sm-60 {
		height: 60%!important
	}
	.h-sm-60px {
		height: 60px!important
	}
}

@media(min-width:768px) {
	.w-md-60 {
		width: 60%!important
	}
	.w-md-60px {
		width: 60px!important
	}
	.h-md-60 {
		height: 60%!important
	}
	.h-md-60px {
		height: 60px!important
	}
}

@media(min-width:992px) {
	.w-lg-60 {
		width: 60%!important
	}
	.w-lg-60px {
		width: 60px!important
	}
	.h-lg-60 {
		height: 60%!important
	}
	.h-lg-60px {
		height: 60px!important
	}
}

@media(min-width:1200px) {
	.w-xl-60 {
		width: 60%!important
	}
	.w-xl-60px {
		width: 60px!important
	}
	.h-xl-60 {
		height: 60%!important
	}
	.h-xl-60px {
		height: 60px!important
	}
}

.w-70 {
	width: 70%!important
}

.w-70px {
	width: 70px!important
}

.h-70 {
	height: 70%!important
}

.h-70px {
	height: 70px!important
}

@media(min-width:576px) {
	.w-sm-70 {
		width: 70%!important
	}
	.w-sm-70px {
		width: 70px!important
	}
	.h-sm-70 {
		height: 70%!important
	}
	.h-sm-70px {
		height: 70px!important
	}
}

@media(min-width:768px) {
	.w-md-70 {
		width: 70%!important
	}
	.w-md-70px {
		width: 70px!important
	}
	.h-md-70 {
		height: 70%!important
	}
	.h-md-70px {
		height: 70px!important
	}
}

@media(min-width:992px) {
	.w-lg-70 {
		width: 70%!important
	}
	.w-lg-70px {
		width: 70px!important
	}
	.h-lg-70 {
		height: 70%!important
	}
	.h-lg-70px {
		height: 70px!important
	}
}

@media(min-width:1200px) {
	.w-xl-70 {
		width: 70%!important
	}
	.w-xl-70px {
		width: 70px!important
	}
	.h-xl-70 {
		height: 70%!important
	}
	.h-xl-70px {
		height: 70px!important
	}
}

.w-80 {
	width: 80%!important
}

.w-80px {
	width: 80px!important
}

.h-80 {
	height: 80%!important
}

.h-80px {
	height: 80px!important
}

@media(min-width:576px) {
	.w-sm-80 {
		width: 80%!important
	}
	.w-sm-80px {
		width: 80px!important
	}
	.h-sm-80 {
		height: 80%!important
	}
	.h-sm-80px {
		height: 80px!important
	}
}

@media(min-width:768px) {
	.w-md-80 {
		width: 80%!important
	}
	.w-md-80px {
		width: 80px!important
	}
	.h-md-80 {
		height: 80%!important
	}
	.h-md-80px {
		height: 80px!important
	}
}

@media(min-width:992px) {
	.w-lg-80 {
		width: 80%!important
	}
	.w-lg-80px {
		width: 80px!important
	}
	.h-lg-80 {
		height: 80%!important
	}
	.h-lg-80px {
		height: 80px!important
	}
}

@media(min-width:1200px) {
	.w-xl-80 {
		width: 80%!important
	}
	.w-xl-80px {
		width: 80px!important
	}
	.h-xl-80 {
		height: 80%!important
	}
	.h-xl-80px {
		height: 80px!important
	}
}

.w-90 {
	width: 90%!important
}

.w-90px {
	width: 90px!important
}

.h-90 {
	height: 90%!important
}

.h-90px {
	height: 90px!important
}

@media(min-width:576px) {
	.w-sm-90 {
		width: 90%!important
	}
	.w-sm-90px {
		width: 90px!important
	}
	.h-sm-90 {
		height: 90%!important
	}
	.h-sm-90px {
		height: 90px!important
	}
}

@media(min-width:768px) {
	.w-md-90 {
		width: 90%!important
	}
	.w-md-90px {
		width: 90px!important
	}
	.h-md-90 {
		height: 90%!important
	}
	.h-md-90px {
		height: 90px!important
	}
}

@media(min-width:992px) {
	.w-lg-90 {
		width: 90%!important
	}
	.w-lg-90px {
		width: 90px!important
	}
	.h-lg-90 {
		height: 90%!important
	}
	.h-lg-90px {
		height: 90px!important
	}
}

@media(min-width:1200px) {
	.w-xl-90 {
		width: 90%!important
	}
	.w-xl-90px {
		width: 90px!important
	}
	.h-xl-90 {
		height: 90%!important
	}
	.h-xl-90px {
		height: 90px!important
	}
}

.w-100 {
	width: 100%!important
}

.w-100px {
	width: 100px!important
}

.h-100 {
	height: 100%!important
}

.h-100px {
	height: 100px!important
}

@media(min-width:576px) {
	.w-sm-100 {
		width: 100%!important
	}
	.w-sm-100px {
		width: 100px!important
	}
	.h-sm-100 {
		height: 100%!important
	}
	.h-sm-100px {
		height: 100px!important
	}
}

@media(min-width:768px) {
	.w-md-100 {
		width: 100%!important
	}
	.w-md-100px {
		width: 100px!important
	}
	.h-md-100 {
		height: 100%!important
	}
	.h-md-100px {
		height: 100px!important
	}
}

@media(min-width:992px) {
	.w-lg-100 {
		width: 100%!important
	}
	.w-lg-100px {
		width: 100px!important
	}
	.h-lg-100 {
		height: 100%!important
	}
	.h-lg-100px {
		height: 100px!important
	}
}

@media(min-width:1200px) {
	.w-xl-100 {
		width: 100%!important
	}
	.w-xl-100px {
		width: 100px!important
	}
	.h-xl-100 {
		height: 100%!important
	}
	.h-xl-100px {
		height: 100px!important
	}
}

.italic {
	font-style: italic!important
}

.underline {
	text-decoration: underline!important
}

.dotted {
	border-bottom: 1px dotted
}

.strike-through,
s {
	text-decoration: line-through!important;
	color: #b7c0d7;
	font-weight: 300
}

.text-wrap {
	white-space: normal!important
}

.font-thin,
.thin {
	font-weight: 100!important
}

.font-base,
.font-light,
.light {
	font-weight: 300!important
}

.font-regular,
.regular {
	font-weight: 400!important
}

.font-semi-bold,
.semi-bold {
	font-weight: 500!important
}

.bold,
.font-bold,
strong {
	font-weight: 700!important
}

.extra-bold,
.font-extra-bold {
	font-weight: 900!important
}

.text-capitalize {
	text-transform: capitalize
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	color: #000000DE
}

.heading-line:after {
	content: "";
	display: block;
	margin-top: 32px;
	margin-bottom: 24px;
	width: 40px;
	height: 2px;
	background-color: #53f
}

.text-center .heading-line:after {
	margin-left: auto;
	margin-right: auto
}

.font-regular {
	font-size: .8rem!important
}

.font-xs {
	font-size: .36rem!important
}

.font-sm {
	font-size: .68rem!important
}

.font-md {
	font-size: 1.6rem!important
}

.font-lg {
	font-size: 2.6rem!important
}

.font-xl {
	font-size: 3.6rem!important
}

.font-xxl {
	font-size: 5.2rem!important
}

.font-l {
	font-size: 1rem
}

.display-1 {
	font-size: 6rem!important
}

.display-2 {
	font-size: 5.5rem!important
}

.display-3 {
	font-size: 4.5rem!important
}

.display-4 {
	font-size: 3.5rem!important
}

@media(min-width:576px) {
	.display-sm-1 {
		font-size: 6rem!important
	}
	.display-sm-2 {
		font-size: 5.5rem!important
	}
	.display-sm-3 {
		font-size: 4.5rem!important
	}
	.display-sm-4 {
		font-size: 3.5rem!important
	}
}

@media(min-width:768px) {
	.display-md-1 {
		font-size: 6rem!important
	}
	.display-md-2 {
		font-size: 5.5rem!important
	}
	.display-md-3 {
		font-size: 4.5rem!important
	}
	.display-md-4 {
		font-size: 3.5rem!important
	}
}

@media(min-width:992px) {
	.display-lg-1 {
		font-size: 6rem!important
	}
	.display-lg-2 {
		font-size: 5.5rem!important
	}
	.display-lg-3 {
		font-size: 4.5rem!important
	}
	.display-lg-4 {
		font-size: 3.5rem!important
	}
}

@media(min-width:1200px) {
	.display-xl-1 {
		font-size: 6rem!important
	}
	.display-xl-2 {
		font-size: 5.5rem!important
	}
	.display-xl-3 {
		font-size: 4.5rem!important
	}
	.display-xl-4 {
		font-size: 3.5rem!important
	}
}

.handwritten {
	font-family: Caveat, cursive, Poppins, sans-serif
}

.handwritten.highlight {
	line-height: 1.25em;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg)
}

.handwritten.highlight:before {
	content: "";
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAA3CAMAAADDj2FQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAGYUExURQAAAMXe58Te58Xf6Mbf6MTe58Xg5////8Xf5sXf5sTe5sja7MTf58Tf58TX68fd6MPf6Mbb6cXe5sbf5cXe58Tf5sPh58Te6MTe58Te5v///8Tf5sbe58Xf5sTf5sTd5sXf5qr//8zd7sXe5sTe5sTd6Lba2sXf58Tf58Xe5sTf5sTe58Xf5sPh5sXe58Xf58Tf58Xf5szM/7+//8Xf5tTU1MXe58Tf58Hg6sXe5sXe5sLa5sTe5sTe5sTf5sTf58Ph4cXf58Xf58bi4sXc58Tg5cXf58Tf58Tf5sXf5cTe5sTf58Pg58Te5sXe58Xc58ff5sLd5MXe58Xe5sPe6cbi4sPf5sXe5sXe58bd58Xe5sPf58Tf5sTe58Xe58zl5cXf58bd6MTf5sTf5sTf58Te58Tc5sXe5sXf5sXf58Pe58Xe58Te58fc6sXg6MTf5sXf5sXe58Lg5sXf58Te5sPd58Tf5sXe57/U6cHg58Tf5sTf58Te58Xe58Te5MTf5sXf5sXe5sTf5sXe5sXf5sTe5cTe6MXf59gagUYAAACHdFJOUwB3dllaxEsC+5L+DqFgDRc4JHxwl9IrTtf9AfFVsfpc8gMP3OdkB+Gr/NHW0DPP+INzBQTIBqT5GR+FFX+HcYIRgcMSFltiwMlQ34tjlJYsKSa2xi8JSb5uNpx52/WNCtgtaZC49jTlm+tWzLclQ7OT7iqgfmzajgwhSuBX7yeRqZ/o9GplT5WzxmIAAAFXSURBVBgZfcEDdxwBAIXRbznrjW2btY2ktm07tdv3t3s2bU7SzvTdC2zEatiGtRuvBu8gVvU8VlscK34A61ASq70Ra28aa99+rPokVv0erFQc68F1rOdDWC8msBKTszjjeoZTGi5iTRSwngxi3dNhnHLzdqwdTVhbVIWzPrcGK7V2HU5Cm3FW93XtwtmqLM7O1swJnBodDzBODuoaTloXG3AKGr2Mke9VezfG1Vada2FJVZ5/NTarroU/UnWETEuFbn47ljlKSEy60cOiTg0Rdl5qekhFMJI7S1h/h7qKVLTpNBEePZU+l4Hggk4R4eOY9OFlAP0aC4gw8CknjSaCmV51EuntO0lXztRqboC/lI7cGn9TgtcLGUnDUi0rBNkOVUz2vbp/W4vu5llWVNgUy9IbNsViU5fuPB65qSXfykQIqpPZVRlVTPM/Pe+/fJW+Y8z8/DH7C72mVfoIDlnRAAAAAElFTkSuQmCC);
	margin-left: -1.5rem;
	width: 31px;
	height: 55px;
	position: absolute
}

.section,
section {
	position: relative
}

.section .container,
section .container {
	padding-top: 45px;
	padding-bottom: 45px;
	position: relative
}

.section .container.bring-to-front,
section .container.bring-to-front {
	z-index: 1029
}

@media(min-width:768px) {
	.section .container,
	section .container {
		padding-top: 90px;
		padding-bottom: 90px
	}
}

.section .container-wide,
section .container-wide {
	overflow-x: hidden
}

.section .container-wide .row,
section .container-wide .row {
	margin-left: 0!important;
	margin-right: 0!important
}

.section .section-heading,
section .section-heading {
	margin-bottom: 3.5rem
}

.section .section-heading h2,
section .section-heading h2 {
	font-weight: 700
}

@media(min-width:768px) {
	.section .section-heading h2,
	section .section-heading h2 {
		font-size: 2.785rem
	}
}

.accordion .card {
	margin-bottom: 1rem
}

.accordion .card-header {
	border-bottom: none;
	background-color: #f9fbfd
}

.accordion .card-header .card-header-title {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-weight: 700
}

.accordion .accordion-group-open .card-header {
	color: #53f
}

.accordion .card-title {
	color: inherit
}

.accordion:not(.accordion-collapsed) .card {
	border-bottom: 1px solid #edf2f9!important
}

.accordion.accordion-clean .card-header {
	background-color: #fff
}

.accordion.accordion-collapsed .accordion-group>.card {
	border-bottom: none;
	margin-bottom: 0
}

.accordion.accordion-collapsed .accordion-group:not(:first-of-type):not(:last-of-type)>.card {
	border-radius: 0;
	border-bottom: 0
}

.accordion.accordion-collapsed .accordion-group:not(:first-of-type)>.card .card-header {
	border-radius: 0
}

.accordion.accordion-collapsed .accordion-group:first-of-type>.card {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion.accordion-collapsed .accordion-group:last-of-type>.card {
	border-bottom: 1px solid #edf2f9;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-bottom: 1rem
}

.accordion.accordion-primary .card {
	border-color: #53f
}

.accordion.accordion-primary .card-header {
	background-color: #53f
}

.accordion.accordion-primary .card-header,
.accordion.accordion-primary .card-header .card-title {
	color: #fff
}

.accordion.accordion-primary.accordion-collapsed .accordion-group:last-of-type .card,
.accordion.accordion-primary:not(.accordion-collapsed) .card {
	border-bottom: 1px solid #53f!important
}

.accordion.accordion-secondary .card {
	border-color: #506690
}

.accordion.accordion-secondary .card-header {
	background-color: #506690
}

.accordion.accordion-secondary .card-header,
.accordion.accordion-secondary .card-header .card-title {
	color: #fff
}

.accordion.accordion-secondary.accordion-collapsed .accordion-group:last-of-type .card,
.accordion.accordion-secondary:not(.accordion-collapsed) .card {
	border-bottom: 1px solid #506690!important
}

.accordion.accordion-success .card {
	border-color: #00c9b7
}

.accordion.accordion-success .card-header {
	background-color: #00c9b7
}

.accordion.accordion-success .card-header,
.accordion.accordion-success .card-header .card-title {
	color: #fff
}

.accordion.accordion-success.accordion-collapsed .accordion-group:last-of-type .card,
.accordion.accordion-success:not(.accordion-collapsed) .card {
	border-bottom: 1px solid #00c9b7!important
}

.accordion.accordion-info .card {
	border-color: #0083dd
}

.accordion.accordion-info .card-header {
	background-color: #0083dd
}

.accordion.accordion-info .card-header,
.accordion.accordion-info .card-header .card-title {
	color: #fff
}

.accordion.accordion-info.accordion-collapsed .accordion-group:last-of-type .card,
.accordion.accordion-info:not(.accordion-collapsed) .card {
	border-bottom: 1px solid #0083dd!important
}

.accordion.accordion-warning .card {
	border-color: #feb868
}

.accordion.accordion-warning .card-header {
	background-color: #feb868
}

.accordion.accordion-warning .card-header,
.accordion.accordion-warning .card-header .card-title {
	color: #2b354f
}

.accordion.accordion-warning.accordion-collapsed .accordion-group:last-of-type .card,
.accordion.accordion-warning:not(.accordion-collapsed) .card {
	border-bottom: 1px solid #feb868!important
}

.accordion.accordion-danger .card {
	border-color: #f5365c
}

.accordion.accordion-danger .card-header {
	background-color: #f5365c
}

.accordion.accordion-danger .card-header,
.accordion.accordion-danger .card-header .card-title {
	color: #fff
}

.accordion.accordion-danger.accordion-collapsed .accordion-group:last-of-type .card,
.accordion.accordion-danger:not(.accordion-collapsed) .card {
	border-bottom: 1px solid #f5365c!important
}

.accordion.accordion-light .card {
	border-color: #f9fbfd
}

.accordion.accordion-light .card-header {
	background-color: #f9fbfd
}

.accordion.accordion-light .card-header,
.accordion.accordion-light .card-header .card-title {
	color: #2b354f
}

.accordion.accordion-light.accordion-collapsed .accordion-group:last-of-type .card,
.accordion.accordion-light:not(.accordion-collapsed) .card {
	border-bottom: 1px solid #f9fbfd!important
}

.accordion.accordion-dark .card {
	border-color: #2b354f
}

.accordion.accordion-dark .card-header {
	background-color: #2b354f
}

.accordion.accordion-dark .card-header,
.accordion.accordion-dark .card-header .card-title {
	color: #fff
}

.accordion.accordion-dark.accordion-collapsed .accordion-group:last-of-type .card,
.accordion.accordion-dark:not(.accordion-collapsed) .card {
	border-bottom: 1px solid #2b354f!important
}

.accordion.accordion-gray .card {
	border-color: #869ab8
}

.accordion.accordion-gray .card-header {
	background-color: #869ab8
}

.accordion.accordion-gray .card-header,
.accordion.accordion-gray .card-header .card-title {
	color: #2b354f
}

.accordion.accordion-gray.accordion-collapsed .accordion-group:last-of-type .card,
.accordion.accordion-gray:not(.accordion-collapsed) .card {
	border-bottom: 1px solid #869ab8!important
}

.accordion.accordion-gray-light .card {
	border-color: #d9e2ef
}

.accordion.accordion-gray-light .card-header {
	background-color: #d9e2ef
}

.accordion.accordion-gray-light .card-header,
.accordion.accordion-gray-light .card-header .card-title {
	color: #2b354f
}

.accordion.accordion-gray-light.accordion-collapsed .accordion-group:last-of-type .card,
.accordion.accordion-gray-light:not(.accordion-collapsed) .card {
	border-bottom: 1px solid #d9e2ef!important
}

.accordion.accordion-alternate .card {
	border-color: #fc9e21
}

.accordion.accordion-alternate .card-header {
	background-color: #fc9e21
}

.accordion.accordion-alternate .card-header,
.accordion.accordion-alternate .card-header .card-title {
	color: #2b354f
}

.accordion.accordion-alternate.accordion-collapsed .accordion-group:last-of-type .card,
.accordion.accordion-alternate:not(.accordion-collapsed) .card {
	border-bottom: 1px solid #fc9e21!important
}

.accordion.accordion-contrast .card {
	border-color: #fff
}

.accordion.accordion-contrast .card-header {
	background-color: #fff
}

.accordion.accordion-contrast .card-header,
.accordion.accordion-contrast .card-header .card-title {
	color: #2b354f
}

.accordion.accordion-contrast.accordion-collapsed .accordion-group:last-of-type .card,
.accordion.accordion-contrast:not(.accordion-collapsed) .card {
	border-bottom: 1px solid #fff!important
}

.accordion.accordion-darker .card {
	border-color: #001a3e
}

.accordion.accordion-darker .card-header {
	background-color: #001a3e
}

.accordion.accordion-darker .card-header,
.accordion.accordion-darker .card-header .card-title {
	color: #fff
}

.accordion.accordion-darker.accordion-collapsed .accordion-group:last-of-type .card,
.accordion.accordion-darker:not(.accordion-collapsed) .card {
	border-bottom: 1px solid #001a3e!important
}

.accordion.accordion-black .card {
	border-color: #161c2d
}

.accordion.accordion-black .card-header {
	background-color: #161c2d
}

.accordion.accordion-black .card-header,
.accordion.accordion-black .card-header .card-title {
	color: #fff
}

.accordion.accordion-black.accordion-collapsed .accordion-group:last-of-type .card,
.accordion.accordion-black:not(.accordion-collapsed) .card {
	border-bottom: 1px solid #161c2d!important
}

.alert-thin {
	border-left-width: 5px
}

.alert-outline,
.alert-thin,
.badge-outline-primary {
	background-color: transparent
}

.badge-outline-primary {
	color: #53f;
	border: 1px solid #53f
}

.badge-outline-primary[href]:focus,
.badge-outline-primary[href]:hover {
	color: #fff;
	background-color: #53f;
	border-color: #53f;
	text-decoration: none
}

.badge-outline-secondary {
	color: #506690;
	background-color: transparent;
	border: 1px solid #506690
}

.badge-outline-secondary[href]:focus,
.badge-outline-secondary[href]:hover {
	color: #fff;
	background-color: #506690;
	border-color: #506690;
	text-decoration: none
}

.badge-outline-success {
	color: #00c9b7;
	background-color: transparent;
	border: 1px solid #00c9b7
}

.badge-outline-success[href]:focus,
.badge-outline-success[href]:hover {
	color: #fff;
	background-color: #00c9b7;
	border-color: #00c9b7;
	text-decoration: none
}

.badge-outline-info {
	color: #0083dd;
	background-color: transparent;
	border: 1px solid #0083dd
}

.badge-outline-info[href]:focus,
.badge-outline-info[href]:hover {
	color: #fff;
	background-color: #0083dd;
	border-color: #0083dd;
	text-decoration: none
}

.badge-outline-warning {
	color: #feb868;
	background-color: transparent;
	border: 1px solid #feb868
}

.badge-outline-warning[href]:focus,
.badge-outline-warning[href]:hover {
	color: #fff;
	background-color: #feb868;
	border-color: #feb868;
	text-decoration: none
}

.badge-outline-danger {
	color: #f5365c;
	background-color: transparent;
	border: 1px solid #f5365c
}

.badge-outline-danger[href]:focus,
.badge-outline-danger[href]:hover {
	color: #fff;
	background-color: #f5365c;
	border-color: #f5365c;
	text-decoration: none
}

.badge-outline-light {
	color: #f9fbfd;
	background-color: transparent;
	border: 1px solid #f9fbfd
}

.badge-outline-light[href]:focus,
.badge-outline-light[href]:hover {
	color: #fff;
	background-color: #f9fbfd;
	border-color: #f9fbfd;
	text-decoration: none
}

.badge-outline-dark {
	color: #2b354f;
	background-color: transparent;
	border: 1px solid #2b354f
}

.badge-outline-dark[href]:focus,
.badge-outline-dark[href]:hover {
	color: #fff;
	background-color: #2b354f;
	border-color: #2b354f;
	text-decoration: none
}

.badge-outline-gray {
	color: #869ab8;
	background-color: transparent;
	border: 1px solid #869ab8
}

.badge-outline-gray[href]:focus,
.badge-outline-gray[href]:hover {
	color: #fff;
	background-color: #869ab8;
	border-color: #869ab8;
	text-decoration: none
}

.badge-outline-gray-light {
	color: #d9e2ef;
	background-color: transparent;
	border: 1px solid #d9e2ef
}

.badge-outline-gray-light[href]:focus,
.badge-outline-gray-light[href]:hover {
	color: #fff;
	background-color: #d9e2ef;
	border-color: #d9e2ef;
	text-decoration: none
}

.badge-outline-alternate {
	color: #fc9e21;
	background-color: transparent;
	border: 1px solid #fc9e21
}

.badge-outline-alternate[href]:focus,
.badge-outline-alternate[href]:hover {
	color: #fff;
	background-color: #fc9e21;
	border-color: #fc9e21;
	text-decoration: none
}

.badge-outline-contrast {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff
}

.badge-outline-contrast[href]:focus,
.badge-outline-contrast[href]:hover {
	color: #fff;
	background-color: #fff;
	border-color: #fff;
	text-decoration: none
}

.badge-outline-darker {
	color: #001a3e;
	background-color: transparent;
	border: 1px solid #001a3e
}

.badge-outline-darker[href]:focus,
.badge-outline-darker[href]:hover {
	color: #fff;
	background-color: #001a3e;
	border-color: #001a3e;
	text-decoration: none
}

.badge-outline-black {
	color: #161c2d;
	background-color: transparent;
	border: 1px solid #161c2d
}

.badge-outline-black[href]:focus,
.badge-outline-black[href]:hover {
	color: #fff;
	background-color: #161c2d;
	border-color: #161c2d;
	text-decoration: none
}

.strong-top-bordered-card {
	box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 26, 62, .3), 0 -6px 16px -6px rgba(0, 26, 62, .025)
}

.strong-top-bordered-card:before {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	background-color: #53f;
	border-top-right-radius: .5rem;
	border-top-left-radius: .5rem
}

.tool-description-card {
	max-width: 80%;
	position: absolute;
	bottom: -8rem;
	left: 10%;
	z-index: 1
}

@media(min-width:768px) {
	.tool-description-card {
		max-width: 60%
	}
}

@media(min-width:992px) {
	.tool-description-card {
		max-width: 40%
	}
}

.swiper-pagination.highlight-active .swiper-pagination-bullet {
	will-change: width;
	-webkit-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out
}

.swiper-pagination.highlight-active .swiper-pagination-bullet-active {
	width: 18px;
	border-radius: 4px
}

.mfp-content,
.popup-wrapper {
	height: 100%
}

.mfp-container {
	padding: 0
}

.popup-wrapper {
	position: relative
}

.mfp-iframe-holder .mfp-close {
	top: 0;
	right: 0;
	background-color: #161c2d
}

@media(min-width:768px) {
	.mfp-content,
	.popup-wrapper {
		height: auto
	}
	.popup-wrapper {
		padding: 20px 30px;
		margin: 0 auto
	}
	.mfp-iframe-holder .mfp-close {
		top: -40px;
		right: -6px;
		background-color: transparent
	}
}

.progress.progress-primary {
	background-color: rgba(85, 51, 255, .3)
}

.progress.progress-primary .progress-bar {
	background-color: #53f
}

.progress.progress-secondary {
	background-color: rgba(80, 102, 144, .3)
}

.progress.progress-secondary .progress-bar {
	background-color: #506690
}

.progress.progress-success {
	background-color: rgba(0, 201, 183, .3)
}

.progress.progress-success .progress-bar {
	background-color: #00c9b7
}

.progress.progress-info {
	background-color: rgba(0, 131, 221, .3)
}

.progress.progress-info .progress-bar {
	background-color: #0083dd
}

.progress.progress-warning {
	background-color: rgba(254, 184, 104, .3)
}

.progress.progress-warning .progress-bar {
	background-color: #feb868
}

.progress.progress-danger {
	background-color: rgba(245, 54, 92, .3)
}

.progress.progress-danger .progress-bar {
	background-color: #f5365c
}

.progress.progress-light {
	background-color: rgba(249, 251, 253, .3)
}

.progress.progress-light .progress-bar {
	background-color: #f9fbfd
}

.progress.progress-dark {
	background-color: rgba(43, 53, 79, .3)
}

.progress.progress-dark .progress-bar {
	background-color: #2b354f
}

.progress.progress-gray {
	background-color: rgba(134, 154, 184, .3)
}

.progress.progress-gray .progress-bar {
	background-color: #869ab8
}

.progress.progress-gray-light {
	background-color: rgba(217, 226, 239, .3)
}

.progress.progress-gray-light .progress-bar {
	background-color: #d9e2ef
}

.progress.progress-alternate {
	background-color: rgba(252, 158, 33, .3)
}

.progress.progress-alternate .progress-bar {
	background-color: #fc9e21
}

.progress.progress-contrast {
	background-color: hsla(0, 0%, 100%, .3)
}

.progress.progress-contrast .progress-bar {
	background-color: #fff
}

.progress.progress-darker {
	background-color: rgba(0, 26, 62, .3)
}

.progress.progress-darker .progress-bar {
	background-color: #001a3e
}

.progress.progress-black {
	background-color: rgba(22, 28, 45, .3)
}

.progress.progress-black .progress-bar {
	background-color: #161c2d
}

.progress .progress-bar {
	border-radius: .25rem
}

.sidenav-progress .progress {
	background-color: #40495d
}

.sidenav-progress .progress-bar {
	background-color: #fff
}

.navbar-nav {
	position: relative
}

@media(min-width:768px) {
	.navbar .dropdown.mega {
		position: static
	}
}

.nav-process {
	margin-left: -30px
}

.nav-process .nav-item {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start
}

.nav-process .nav-item:after,
.nav-process .nav-item:before {
	content: "";
	width: 50%;
	border-top: 1px dashed #53f;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-top: .375rem
}

.nav-process .nav-item:before {
	left: 0
}

.nav-process .nav-item:after {
	right: 0
}

.nav-process .nav-item:first-of-type:before,
.nav-process .nav-item:last-of-type:after {
	border: none
}

.nav-process.nav-circle .nav-item.active .nav-link:before {
	padding: .75rem;
	margin-top: -.375rem
}

.nav-process.nav-circle .nav-item.active .nav-link:after {
	content: attr(data-step);
	color: #fff;
	font-size: .55rem;
	font-weight: 700;
	position: absolute;
	top: 1px
}

.nav-process.nav-circle .nav-link {
	position: relative;
	padding: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center
}

.nav-process.nav-circle .nav-link:before {
	content: "";
	background-color: #53f;
	padding: .375rem;
	display: block;
	border-radius: 50%;
	margin: 0 .5rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.table thead th {
	border-bottom: 1px solid #d9e2ef;
	border-top: none
}

.table-responsive {
	display: table
}

@media(max-width:767.98px) {
	.table-responsive,
	.table-responsive tbody,
	.table-responsive th,
	.table-responsive thead,
	.table-responsive tr {
		display: block
	}
	.table-responsive thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px
	}
	.table-responsive tr {
		border: 1px solid #d9e2ef;
		margin-bottom: .5rem
	}
	.table-responsive td {
		border: none;
		border-bottom: 1px solid #d9e2ef;
		position: relative;
		white-space: normal;
		text-align: left;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
	.table-responsive td:before {
		white-space: nowrap;
		text-align: left;
		font-weight: 700;
		content: attr(data-title);
		font-size: .68rem;
		padding-bottom: .5rem;
		color: #506690;
		opacity: .5
	}
}

.nav-pills+.tab-content,
.nav-tabs+.tab-content {
	padding: 1.5rem 0
}

.nav-pills.padded+.tab-content,
.nav-tabs.padded+.tab-content {
	padding: 1rem 1.5rem
}

.nav-tabs .nav-link {
	letter-spacing: 1.2px;
	font-size: .75rem;
	font-weight: 400;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

@media(min-width:768px) {
	.nav-tabs .nav-link:hover {
		background-color: transparent
	}
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link [disabled] {
	color: #c6d3e6!important
}

.nav-tabs .nav-link.active {
	color: #53f
}

.nav-tabs.tabs-clean .nav-link {
	border-color: transparent
}

.nav-tabs.tabs-clean .nav-link .icon {
	-webkit-transform: scale(.95);
	transform: scale(.95);
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	margin: auto .55rem auto auto
}

.nav-tabs.tabs-clean .nav-link.active {
	border-bottom-color: #53f;
	background-color: transparent
}

.nav-tabs.tabs-clean .nav-link.active .icon {
	-webkit-transform: scale(1.25);
	transform: scale(1.25)
}

.nav-tabs.tabs-bordered .nav-link.active {
	box-shadow: inset 0 2px 0 0 #53f;
	border-top-color: transparent
}

.nav-tabs.nav-outlined {
	-webkit-box-pack: justify;
	justify-content: space-between;
	border-bottom: none
}

@media(min-width:576px) {
	.nav-tabs.nav-outlined {
		-webkit-box-pack: center;
		justify-content: center
	}
}

.nav-tabs.nav-outlined .nav-link {
	border: 1px solid #53f;
	text-align: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: .5rem;
	color: #53f
}

@media(min-width:576px) {
	.nav-tabs.nav-outlined .nav-link+.nav-link {
		margin-left: -1px
	}
}

@media(min-width:768px) {
	.nav-tabs.nav-outlined .nav-link {
		margin-top: 0;
		padding: .25rem 1.25rem
	}
}

.nav-tabs.nav-outlined .nav-link.active {
	background-color: #53f;
	color: #fff
}

.nav-tabs.nav-outlined .nav-link:last-child {
	border-right: 1px solid #53f
}

.nav-tabs.nav-outlined.nav-rounded .nav-link {
	border-radius: 5rem;
	margin-right: .5rem
}

@media(min-width:768px) {
	.nav-tabs.nav-outlined.nav-rounded .nav-link {
		border-radius: 0;
		margin-right: 0
	}
	.nav-tabs.nav-outlined.nav-rounded .nav-link:first-child {
		border-radius: 5rem 0 0 5rem
	}
	.nav-tabs.nav-outlined.nav-rounded .nav-link:last-child {
		border-radius: 0 5rem 5rem 0
	}
}

.nav-tabs.tab-content-contrast+.tab-content {
	background-color: #fff
}

@media(min-width:768px) {
	.slide-left+.tab-content {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow: hidden
	}
	.slide-left+.tab-content>.tab-pane {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		margin-right: -100%;
		display: block;
		opacity: 0;
		-webkit-box-flex: 1;
		flex: 1
	}
	.slide-left+.tab-content>.tab-pane.active {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		margin-right: 0
	}
}

.nav-tabs-primary .nav-link.active {
	color: #53f
}

.nav-tabs-primary.tabs-clean .nav-link.active {
	border-bottom-color: #53f
}

.nav-tabs-primary.tabs-bordered .nav-link.active {
	border-top-color: #53f!important
}

.nav-tabs-primary.nav-outlined .nav-link {
	border-color: #53f;
	color: #53f
}

.nav-tabs-primary.nav-outlined .nav-link.active {
	background-color: #53f;
	color: #fff
}

.nav-tabs-primary.nav-outlined .nav-link:last-child {
	border-right-color: #53f
}

.nav-tabs-secondary .nav-link.active {
	color: #506690
}

.nav-tabs-secondary.tabs-clean .nav-link.active {
	border-bottom-color: #506690
}

.nav-tabs-secondary.tabs-bordered .nav-link.active {
	border-top-color: #506690!important
}

.nav-tabs-secondary.nav-outlined .nav-link {
	border-color: #506690;
	color: #506690
}

.nav-tabs-secondary.nav-outlined .nav-link.active {
	background-color: #506690;
	color: #fff
}

.nav-tabs-secondary.nav-outlined .nav-link:last-child {
	border-right-color: #506690
}

.nav-tabs-success .nav-link.active {
	color: #00c9b7
}

.nav-tabs-success.tabs-clean .nav-link.active {
	border-bottom-color: #00c9b7
}

.nav-tabs-success.tabs-bordered .nav-link.active {
	border-top-color: #00c9b7!important
}

.nav-tabs-success.nav-outlined .nav-link {
	border-color: #00c9b7;
	color: #00c9b7
}

.nav-tabs-success.nav-outlined .nav-link.active {
	background-color: #00c9b7;
	color: #fff
}

.nav-tabs-success.nav-outlined .nav-link:last-child {
	border-right-color: #00c9b7
}

.nav-tabs-info .nav-link.active {
	color: #0083dd
}

.nav-tabs-info.tabs-clean .nav-link.active {
	border-bottom-color: #0083dd
}

.nav-tabs-info.tabs-bordered .nav-link.active {
	border-top-color: #0083dd!important
}

.nav-tabs-info.nav-outlined .nav-link {
	border-color: #0083dd;
	color: #0083dd
}

.nav-tabs-info.nav-outlined .nav-link.active {
	background-color: #0083dd;
	color: #fff
}

.nav-tabs-info.nav-outlined .nav-link:last-child {
	border-right-color: #0083dd
}

.nav-tabs-warning .nav-link.active {
	color: #feb868
}

.nav-tabs-warning.tabs-clean .nav-link.active {
	border-bottom-color: #feb868
}

.nav-tabs-warning.tabs-bordered .nav-link.active {
	border-top-color: #feb868!important
}

.nav-tabs-warning.nav-outlined .nav-link {
	border-color: #feb868;
	color: #feb868
}

.nav-tabs-warning.nav-outlined .nav-link.active {
	background-color: #feb868;
	color: #fff
}

.nav-tabs-warning.nav-outlined .nav-link:last-child {
	border-right-color: #feb868
}

.nav-tabs-danger .nav-link.active {
	color: #f5365c
}

.nav-tabs-danger.tabs-clean .nav-link.active {
	border-bottom-color: #f5365c
}

.nav-tabs-danger.tabs-bordered .nav-link.active {
	border-top-color: #f5365c!important
}

.nav-tabs-danger.nav-outlined .nav-link {
	border-color: #f5365c;
	color: #f5365c
}

.nav-tabs-danger.nav-outlined .nav-link.active {
	background-color: #f5365c;
	color: #fff
}

.nav-tabs-danger.nav-outlined .nav-link:last-child {
	border-right-color: #f5365c
}

.nav-tabs-light .nav-link.active {
	color: #f9fbfd
}

.nav-tabs-light.tabs-clean .nav-link.active {
	border-bottom-color: #f9fbfd
}

.nav-tabs-light.tabs-bordered .nav-link.active {
	border-top-color: #f9fbfd!important
}

.nav-tabs-light.nav-outlined .nav-link {
	border-color: #f9fbfd;
	color: #f9fbfd
}

.nav-tabs-light.nav-outlined .nav-link.active {
	background-color: #f9fbfd;
	color: #fff
}

.nav-tabs-light.nav-outlined .nav-link:last-child {
	border-right-color: #f9fbfd
}

.nav-tabs-dark .nav-link.active {
	color: #2b354f
}

.nav-tabs-dark.tabs-clean .nav-link.active {
	border-bottom-color: #2b354f
}

.nav-tabs-dark.tabs-bordered .nav-link.active {
	border-top-color: #2b354f!important
}

.nav-tabs-dark.nav-outlined .nav-link {
	border-color: #2b354f;
	color: #2b354f
}

.nav-tabs-dark.nav-outlined .nav-link.active {
	background-color: #2b354f;
	color: #fff
}

.nav-tabs-dark.nav-outlined .nav-link:last-child {
	border-right-color: #2b354f
}

.nav-tabs-gray .nav-link.active {
	color: #869ab8
}

.nav-tabs-gray.tabs-clean .nav-link.active {
	border-bottom-color: #869ab8
}

.nav-tabs-gray.tabs-bordered .nav-link.active {
	border-top-color: #869ab8!important
}

.nav-tabs-gray.nav-outlined .nav-link {
	border-color: #869ab8;
	color: #869ab8
}

.nav-tabs-gray.nav-outlined .nav-link.active {
	background-color: #869ab8;
	color: #fff
}

.nav-tabs-gray.nav-outlined .nav-link:last-child {
	border-right-color: #869ab8
}

.nav-tabs-gray-light .nav-link.active {
	color: #d9e2ef
}

.nav-tabs-gray-light.tabs-clean .nav-link.active {
	border-bottom-color: #d9e2ef
}

.nav-tabs-gray-light.tabs-bordered .nav-link.active {
	border-top-color: #d9e2ef!important
}

.nav-tabs-gray-light.nav-outlined .nav-link {
	border-color: #d9e2ef;
	color: #d9e2ef
}

.nav-tabs-gray-light.nav-outlined .nav-link.active {
	background-color: #d9e2ef;
	color: #fff
}

.nav-tabs-gray-light.nav-outlined .nav-link:last-child {
	border-right-color: #d9e2ef
}

.nav-tabs-alternate .nav-link.active {
	color: #fc9e21
}

.nav-tabs-alternate.tabs-clean .nav-link.active {
	border-bottom-color: #fc9e21
}

.nav-tabs-alternate.tabs-bordered .nav-link.active {
	border-top-color: #fc9e21!important
}

.nav-tabs-alternate.nav-outlined .nav-link {
	border-color: #fc9e21;
	color: #fc9e21
}

.nav-tabs-alternate.nav-outlined .nav-link.active {
	background-color: #fc9e21;
	color: #fff
}

.nav-tabs-alternate.nav-outlined .nav-link:last-child {
	border-right-color: #fc9e21
}

.nav-tabs-contrast .nav-link.active {
	color: #fff
}

.nav-tabs-contrast.tabs-clean .nav-link.active {
	border-bottom-color: #fff
}

.nav-tabs-contrast.tabs-bordered .nav-link.active {
	border-top-color: #fff!important
}

.nav-tabs-contrast.nav-outlined .nav-link {
	border-color: #fff;
	color: #fff
}

.nav-tabs-contrast.nav-outlined .nav-link.active {
	background-color: #fff;
	color: #fff
}

.nav-tabs-contrast.nav-outlined .nav-link:last-child {
	border-right-color: #fff
}

.nav-tabs-darker .nav-link.active {
	color: #001a3e
}

.nav-tabs-darker.tabs-clean .nav-link.active {
	border-bottom-color: #001a3e
}

.nav-tabs-darker.tabs-bordered .nav-link.active {
	border-top-color: #001a3e!important
}

.nav-tabs-darker.nav-outlined .nav-link {
	border-color: #001a3e;
	color: #001a3e
}

.nav-tabs-darker.nav-outlined .nav-link.active {
	background-color: #001a3e;
	color: #fff
}

.nav-tabs-darker.nav-outlined .nav-link:last-child {
	border-right-color: #001a3e
}

.nav-tabs-black .nav-link.active {
	color: #161c2d
}

.nav-tabs-black.tabs-clean .nav-link.active {
	border-bottom-color: #161c2d
}

.nav-tabs-black.tabs-bordered .nav-link.active {
	border-top-color: #161c2d!important
}

.nav-tabs-black.nav-outlined .nav-link {
	border-color: #161c2d;
	color: #161c2d
}

.nav-tabs-black.nav-outlined .nav-link.active {
	background-color: #161c2d;
	color: #fff
}

.nav-tabs-black.nav-outlined .nav-link:last-child {
	border-right-color: #161c2d
}

.nav-tabs.tabs-justify-start {
	-webkit-box-pack: start;
	justify-content: flex-start
}

.nav-tabs.tabs-justify-center {
	-webkit-box-pack: center;
	justify-content: center
}

.nav-tabs.tabs-justify-end {
	-webkit-box-pack: end;
	justify-content: flex-end
}

.nav-tabs.tabs-justify-fill .nav-item {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	text-align: center
}

.nav-tabs.tabs-justify-justified .nav-item {
	flex-basis: 0;
	-webkit-box-flex: 1;
	flex-grow: 1;
	text-align: center
}

.sw-theme-circles>ul.step-anchor>li:before,
.sw-theme-circles>ul.step-anchor>li:last-of-type:after {
	content: "";
	position: absolute;
	height: 3px;
	top: 50%;
	background-color: #d9e2ef;
	width: 50%
}

.wizard.sw-main .step-content {
	background-color: transparent
}

.wizard.sw-main .sw-toolbar,
.wizard.sw-main>ul.step-anchor {
	background: transparent
}

.wizard.sw-main .nav-tabs .nav-link {
	letter-spacing: 1px;
	padding: .5rem 1rem!important
}

.wizard.sw-main .nav-tabs .nav-link i {
	font-size: .8rem
}

.sw-theme-circles>ul.step-anchor:before {
	content: none
}

.sw-theme-circles>ul.step-anchor>li {
	margin-top: 60px;
	margin-left: 0;
	padding-left: 40px;
	position: relative
}

.sw-theme-circles>ul.step-anchor>li>a {
	position: relative;
	border: none;
	background: #d9e2ef;
	padding: 0;
	box-shadow: none!important;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.sw-theme-circles>ul.step-anchor>li>a:hover {
	background: #c7d4e7
}

.sw-theme-circles>ul.step-anchor>li>a>.desc,
.sw-theme-circles>ul.step-anchor>li>a>.small,
.sw-theme-circles>ul.step-anchor>li>a>small {
	position: absolute;
	bottom: -1.75rem;
	color: #ccc
}

.sw-theme-circles>ul.step-anchor>li:before {
	left: 0
}

.sw-theme-circles>ul.step-anchor>li:last-of-type {
	padding-right: 40px
}

.sw-theme-circles>ul.step-anchor>li:last-of-type:after {
	right: 0
}

.sw-theme-circles>ul.step-anchor>li.clickable>a:hover {
	color: #53f!important
}

.sw-theme-circles>ul.step-anchor>li.active:before,
.sw-theme-circles>ul.step-anchor>li.active:last-of-type:after,
.sw-theme-circles>ul.step-anchor>li.done:before,
.sw-theme-circles>ul.step-anchor>li.done:last-of-type:after {
	background-color: #53f
}

.sw-theme-circles>ul.step-anchor>li.active>a {
	color: #fff;
	background: #53f
}

.sw-theme-circles>ul.step-anchor>li.active>a>.desc,
.sw-theme-circles>ul.step-anchor>li.active>a>.small,
.sw-theme-circles>ul.step-anchor>li.active>a>small {
	color: #53f
}

.sw-theme-circles>ul.step-anchor>li.done>a {
	box-shadow: 0 0 0 2px #53f!important;
	color: #00a0e0;
	background: #fff
}

.sw-theme-circles>ul.step-anchor>li.done>a>.desc,
.sw-theme-circles>ul.step-anchor>li.done>a>.small,
.sw-theme-circles>ul.step-anchor>li.done>a>small {
	color: #00a0e0
}

.sw-theme-circles>ul.step-anchor>li.danger>a {
	box-shadow: 0 0 0 2px #f5365c!important;
	color: #fff;
	background: #f5365c
}

.sw-theme-circles>ul.step-anchor>li.danger>a>.desc,
.sw-theme-circles>ul.step-anchor>li.danger>a>.small,
.sw-theme-circles>ul.step-anchor>li.danger>a>small {
	color: #f5365c
}

.sw-theme-circles>ul.step-anchor>li.disabled>a,
.sw-theme-circles>ul.step-anchor>li.disabled>a:hover {
	color: #eee!important
}

@media(min-width:768px) {
	.sw-theme-circles>ul.step-anchor>li {
		margin-top: 0
	}
}

.bs-datepicker {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	background: #fff;
	box-shadow: 0 0 10px 0 #aaa;
	position: relative;
	z-index: 1
}

.bs-datepicker:after {
	clear: both;
	content: "";
	display: block
}

.bs-datepicker bs-day-picker {
	float: left
}

.bs-datepicker-btns button:active,
.bs-datepicker-btns button:focus,
.bs-datepicker-btns button:hover,
.bs-datepicker-predefined-btns button:active,
.bs-datepicker-predefined-btns button:focus,
.bs-datepicker button:active,
.bs-datepicker button:focus,
.bs-datepicker button:hover,
.bs-datepicker input:active,
.bs-datepicker input:focus,
.bs-datepicker input:hover {
	outline: none
}

.bs-datepicker-head {
	min-width: 270px;
	height: 50px;
	padding: 10px;
	border-radius: 3px 3px 0 0;
	text-align: justify
}

.bs-datepicker-head:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 100%
}

.bs-datepicker-head button {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	height: 30px;
	line-height: 30px;
	border: 0;
	background: transparent;
	text-align: center;
	cursor: pointer;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s
}

.bs-datepicker-head button[disabled],
.bs-datepicker-head button[disabled]:active,
.bs-datepicker-head button[disabled]:hover {
	background: hsla(0, 0%, 86.7%, .3);
	color: #f5f5f5;
	cursor: not-allowed
}

.bs-datepicker-head button.next,
.bs-datepicker-head button.previous {
	border-radius: 50%;
	width: 30px;
	height: 30px
}

.bs-datepicker-head button.next span,
.bs-datepicker-head button.previous span {
	font-size: 28px;
	line-height: 1;
	display: inline-block;
	position: relative;
	height: 100%;
	width: 100%;
	border-radius: 50%
}

.bs-datepicker-head button.current {
	border-radius: 15px;
	max-width: 155px;
	padding: 0 13px
}

.bs-datepicker-head button:hover {
	background-color: rgba(0, 0, 0, .1)
}

.bs-datepicker-head button:active {
	background-color: rgba(0, 0, 0, .2)
}

.bs-datepicker-body {
	padding: 10px;
	border-radius: 0 0 3px 3px;
	min-height: 232px;
	min-width: 278px;
	border: 1px solid #d9e2ef
}

.bs-datepicker-body .days.weeks {
	position: relative;
	z-index: 1
}

.bs-datepicker-body table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0
}

.bs-datepicker-body table th {
	font-size: 13px;
	color: #9aaec1;
	font-weight: 400;
	text-align: center
}

.bs-datepicker-body table td {
	color: #54708b;
	text-align: center;
	position: relative;
	padding: 0
}

.bs-datepicker-body table td span {
	display: block;
	margin: 0 auto;
	font-size: 13px;
	border-radius: 50%;
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}

.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
	cursor: pointer
}

.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
	background-color: #e9edf0;
	-webkit-transition: 0s;
	transition: 0s
}

.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
	background-color: #e9edf0;
	-webkit-transition: 0s;
	transition: 0s;
	cursor: pointer
}

.bs-datepicker-body table td.disabled span,
.bs-datepicker-body table td span.disabled {
	color: #9aaec1
}

.bs-datepicker-body table td.selected span,
.bs-datepicker-body table td span.selected {
	color: #fff
}

.bs-datepicker-body table td.is-other-month span,
.bs-datepicker-body table td span.is-other-month {
	color: rgba(0, 0, 0, .25)
}

.bs-datepicker-body table td.active {
	position: relative
}

.bs-datepicker-body table td.active.select-start:before {
	left: 35%
}

.bs-datepicker-body table td.active.select-end:before {
	left: -85%
}

.bs-datepicker-body table td.active.select-end span:after,
.bs-datepicker-body table td.active.select-start span:after,
.bs-datepicker-body table td span.active.select-end:after,
.bs-datepicker-body table td span.active.select-start:after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	top: 0;
	border-radius: 50%
}

.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 6px;
	bottom: 6px;
	left: -2px;
	right: -2px;
	box-sizing: content-box;
	background: transparent
}

.bs-datepicker-body table td.active.select-start+td.active:before {
	left: -20%
}

.bs-datepicker-body table td:last-child.active:before {
	border-radius: 0 3px 3px 0;
	width: 125%;
	left: -25%
}

.bs-datepicker-body table td[class*=select-] span,
.bs-datepicker-body table td span[class*=select-] {
	border-radius: 50%;
	color: #fff
}

.bs-datepicker-body table.days span.active:not(.select-start):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):before,
.bs-datepicker-body table.days td.active:not(.select-start):before,
.bs-datepicker-body table.days td.in-range:not(.select-start):before {
	background: #e9edf0
}

.bs-datepicker-body table.days span {
	width: 32px;
	height: 32px;
	line-height: 32px
}

.bs-datepicker-body table.days span.select-start {
	z-index: 2
}

.bs-datepicker-body table.days span.in-range.select-end:before,
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
	background: none;
	right: 0;
	left: 0
}

.bs-datepicker-body table.days td.active+td.is-highlighted:before,
.bs-datepicker-body table.days td.active+td.select-end:before,
.bs-datepicker-body table.days td.in-range+td.is-highlighted:before,
.bs-datepicker-body table.days td.in-range+td.select-end:before,
.bs-datepicker-body table.days td.select-start+td.is-highlighted:before,
.bs-datepicker-body table.days td.select-start+td.select-end:before {
	background: #e9edf0;
	width: 100%
}

.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
	border-radius: 3px 0 0 3px;
	left: 0;
	width: 100%
}

.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
	border-radius: 3px 0 0 3px
}

.bs-datepicker-body table.years td span {
	width: 46px;
	height: 46px;
	line-height: 45px;
	margin: 0 auto
}

.bs-datepicker-body table.years tr:not(:last-child) td span {
	margin-bottom: 8px
}

.bs-datepicker-body table.months td {
	height: 52px
}

.bs-datepicker-body table.months td span {
	padding: 6px;
	border-radius: 15px
}

.bs-datepicker .current-timedate {
	color: #54708b;
	font-size: 15px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
	border: 1px solid #d9e2ef;
	margin-bottom: 10px;
	cursor: pointer;
	text-transform: uppercase;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}

.bs-datepicker .current-timedate span:not(:empty):before {
	content: "";
	width: 15px;
	height: 16px;
	display: inline-block;
	margin-right: 4px;
	vertical-align: text-bottom;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC)
}

.bs-datepicker-multiple {
	border-radius: 4px 0 0 4px
}

.bs-datepicker-multiple+.bs-datepicker-multiple {
	margin-left: 10px
}

.bs-datepicker-multiple .bs-datepicker {
	box-shadow: none;
	position: relative
}

.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
	padding-right: 10px
}

.bs-datepicker-multiple .bs-datepicker+.bs-datepicker:after {
	content: "";
	display: block;
	width: 14px;
	height: 10px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
	position: absolute;
	top: 25px;
	left: -8px
}

.bs-datepicker-multiple .bs-datepicker .left {
	float: left
}

.bs-datepicker-multiple .bs-datepicker .right {
	float: right
}

.bs-datepicker-container {
	padding: 15px
}

.bs-datepicker .bs-media-container {
	display: -webkit-box;
	display: flex
}

@media(max-width:768px) {
	.bs-datepicker .bs-media-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
}

.bs-datepicker-custom-range {
	padding: 15px;
	background: #eee
}

.bs-datepicker-predefined-btns button {
	width: 100%;
	display: block;
	height: 30px;
	background-color: #9aaec1;
	border-radius: 4px;
	color: #fff;
	border: 0;
	margin-bottom: 10px;
	padding: 0 18px;
	text-align: left;
	-webkit-transition: .3s;
	transition: .3s
}

.bs-datepicker-predefined-btns button:active,
.bs-datepicker-predefined-btns button:hover {
	background-color: #54708b
}

.bs-datepicker-buttons {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding-top: 10px;
	border-top: 1px solid #d9e2ef
}

.bs-datepicker-buttons .btn-default {
	margin-left: 10px
}

.bs-timepicker-container {
	padding: 10px 0
}

.bs-timepicker-label {
	color: #54708b;
	margin-bottom: 10px
}

.bs-timepicker-controls {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px
}

.bs-timepicker-controls button {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 0;
	background-color: #e9edf0;
	color: #54708b;
	font-size: 16px;
	font-weight: 700;
	vertical-align: middle;
	line-height: 0;
	padding: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.bs-timepicker-controls button:hover {
	background-color: #d5dadd
}

.bs-timepicker-controls input {
	width: 35px;
	height: 25px;
	border-radius: 13px;
	text-align: center;
	border: 1px solid #d9e2ef
}

.bs-timepicker .switch-time-format {
	text-transform: uppercase;
	min-width: 54px;
	height: 25px;
	border-radius: 20px;
	border: 1px solid #d9e2ef;
	background: #fff;
	color: #54708b;
	font-size: 13px
}

.bs-timepicker .switch-time-format img {
	vertical-align: initial;
	margin-left: 4px
}

bs-datepicker-container,
bs-daterangepicker-container {
	z-index: 1080
}

@media(max-width:768px) {
	.bs-datepicker-multiple {
		display: -webkit-box;
		display: flex
	}
	.bs-datepicker-multiple+.bs-datepicker-multiple {
		margin-top: 10px;
		margin-left: 0
	}
}

.theme-primary .bs-datepicker-body table td.selected span,
.theme-primary .bs-datepicker-body table td[class*=select-] span:after,
.theme-primary .bs-datepicker-body table td span.selected,
.theme-primary .bs-datepicker-body table td span[class*=select-]:after,
.theme-primary .bs-datepicker-head {
	background-color: #53f
}

.theme-primary .bs-datepicker-body table td.week span {
	color: #53f
}

.theme-primary .bs-datepicker-body table td.active-week span:hover {
	cursor: pointer;
	background-color: #53f;
	color: #fff;
	opacity: .5;
	-webkit-transition: 0s;
	transition: 0s
}

.theme-secondary .bs-datepicker-body table td.selected span,
.theme-secondary .bs-datepicker-body table td[class*=select-] span:after,
.theme-secondary .bs-datepicker-body table td span.selected,
.theme-secondary .bs-datepicker-body table td span[class*=select-]:after,
.theme-secondary .bs-datepicker-head {
	background-color: #506690
}

.theme-secondary .bs-datepicker-body table td.week span {
	color: #506690
}

.theme-secondary .bs-datepicker-body table td.active-week span:hover {
	cursor: pointer;
	background-color: #506690;
	color: #fff;
	opacity: .5;
	-webkit-transition: 0s;
	transition: 0s
}

.theme-success .bs-datepicker-body table td.selected span,
.theme-success .bs-datepicker-body table td[class*=select-] span:after,
.theme-success .bs-datepicker-body table td span.selected,
.theme-success .bs-datepicker-body table td span[class*=select-]:after,
.theme-success .bs-datepicker-head {
	background-color: #00c9b7
}

.theme-success .bs-datepicker-body table td.week span {
	color: #00c9b7
}

.theme-success .bs-datepicker-body table td.active-week span:hover {
	cursor: pointer;
	background-color: #00c9b7;
	color: #fff;
	opacity: .5;
	-webkit-transition: 0s;
	transition: 0s
}

.theme-info .bs-datepicker-body table td.selected span,
.theme-info .bs-datepicker-body table td[class*=select-] span:after,
.theme-info .bs-datepicker-body table td span.selected,
.theme-info .bs-datepicker-body table td span[class*=select-]:after,
.theme-info .bs-datepicker-head {
	background-color: #0083dd
}

.theme-info .bs-datepicker-body table td.week span {
	color: #0083dd
}

.theme-info .bs-datepicker-body table td.active-week span:hover {
	cursor: pointer;
	background-color: #0083dd;
	color: #fff;
	opacity: .5;
	-webkit-transition: 0s;
	transition: 0s
}

.theme-warning .bs-datepicker-body table td.selected span,
.theme-warning .bs-datepicker-body table td[class*=select-] span:after,
.theme-warning .bs-datepicker-body table td span.selected,
.theme-warning .bs-datepicker-body table td span[class*=select-]:after,
.theme-warning .bs-datepicker-head {
	background-color: #feb868
}

.theme-warning .bs-datepicker-body table td.week span {
	color: #feb868
}

.theme-warning .bs-datepicker-body table td.active-week span:hover {
	cursor: pointer;
	background-color: #feb868;
	color: #fff;
	opacity: .5;
	-webkit-transition: 0s;
	transition: 0s
}

.theme-danger .bs-datepicker-body table td.selected span,
.theme-danger .bs-datepicker-body table td[class*=select-] span:after,
.theme-danger .bs-datepicker-body table td span.selected,
.theme-danger .bs-datepicker-body table td span[class*=select-]:after,
.theme-danger .bs-datepicker-head {
	background-color: #f5365c
}

.theme-danger .bs-datepicker-body table td.week span {
	color: #f5365c
}

.theme-danger .bs-datepicker-body table td.active-week span:hover {
	cursor: pointer;
	background-color: #f5365c;
	color: #fff;
	opacity: .5;
	-webkit-transition: 0s;
	transition: 0s
}

.theme-light .bs-datepicker-body table td.selected span,
.theme-light .bs-datepicker-body table td[class*=select-] span:after,
.theme-light .bs-datepicker-body table td span.selected,
.theme-light .bs-datepicker-body table td span[class*=select-]:after,
.theme-light .bs-datepicker-head {
	background-color: #f9fbfd
}

.theme-light .bs-datepicker-body table td.week span {
	color: #f9fbfd
}

.theme-light .bs-datepicker-body table td.active-week span:hover {
	cursor: pointer;
	background-color: #f9fbfd;
	color: #fff;
	opacity: .5;
	-webkit-transition: 0s;
	transition: 0s
}

.theme-dark .bs-datepicker-body table td.selected span,
.theme-dark .bs-datepicker-body table td[class*=select-] span:after,
.theme-dark .bs-datepicker-body table td span.selected,
.theme-dark .bs-datepicker-body table td span[class*=select-]:after,
.theme-dark .bs-datepicker-head {
	background-color: #2b354f
}

.theme-dark .bs-datepicker-body table td.week span {
	color: #2b354f
}

.theme-dark .bs-datepicker-body table td.active-week span:hover {
	cursor: pointer;
	background-color: #2b354f;
	color: #fff;
	opacity: .5;
	-webkit-transition: 0s;
	transition: 0s
}

.theme-gray .bs-datepicker-body table td.selected span,
.theme-gray .bs-datepicker-body table td[class*=select-] span:after,
.theme-gray .bs-datepicker-body table td span.selected,
.theme-gray .bs-datepicker-body table td span[class*=select-]:after,
.theme-gray .bs-datepicker-head {
	background-color: #869ab8
}

.theme-gray .bs-datepicker-body table td.week span {
	color: #869ab8
}

.theme-gray .bs-datepicker-body table td.active-week span:hover {
	cursor: pointer;
	background-color: #869ab8;
	color: #fff;
	opacity: .5;
	-webkit-transition: 0s;
	transition: 0s
}

.theme-gray-light .bs-datepicker-body table td.selected span,
.theme-gray-light .bs-datepicker-body table td[class*=select-] span:after,
.theme-gray-light .bs-datepicker-body table td span.selected,
.theme-gray-light .bs-datepicker-body table td span[class*=select-]:after,
.theme-gray-light .bs-datepicker-head {
	background-color: #d9e2ef
}

.theme-gray-light .bs-datepicker-body table td.week span {
	color: #d9e2ef
}

.theme-gray-light .bs-datepicker-body table td.active-week span:hover {
	cursor: pointer;
	background-color: #d9e2ef;
	color: #fff;
	opacity: .5;
	-webkit-transition: 0s;
	transition: 0s
}

.theme-alternate .bs-datepicker-body table td.selected span,
.theme-alternate .bs-datepicker-body table td[class*=select-] span:after,
.theme-alternate .bs-datepicker-body table td span.selected,
.theme-alternate .bs-datepicker-body table td span[class*=select-]:after,
.theme-alternate .bs-datepicker-head {
	background-color: #fc9e21
}

.theme-alternate .bs-datepicker-body table td.week span {
	color: #fc9e21
}

.theme-alternate .bs-datepicker-body table td.active-week span:hover {
	cursor: pointer;
	background-color: #fc9e21;
	color: #fff;
	opacity: .5;
	-webkit-transition: 0s;
	transition: 0s
}

.theme-contrast .bs-datepicker-body table td.selected span,
.theme-contrast .bs-datepicker-body table td[class*=select-] span:after,
.theme-contrast .bs-datepicker-body table td span.selected,
.theme-contrast .bs-datepicker-body table td span[class*=select-]:after,
.theme-contrast .bs-datepicker-head {
	background-color: #fff
}

.theme-contrast .bs-datepicker-body table td.week span {
	color: #fff
}

.theme-contrast .bs-datepicker-body table td.active-week span:hover {
	cursor: pointer;
	background-color: #fff;
	color: #fff;
	opacity: .5;
	-webkit-transition: 0s;
	transition: 0s
}

.theme-darker .bs-datepicker-body table td.selected span,
.theme-darker .bs-datepicker-body table td[class*=select-] span:after,
.theme-darker .bs-datepicker-body table td span.selected,
.theme-darker .bs-datepicker-body table td span[class*=select-]:after,
.theme-darker .bs-datepicker-head {
	background-color: #001a3e
}

.theme-darker .bs-datepicker-body table td.week span {
	color: #001a3e
}

.theme-darker .bs-datepicker-body table td.active-week span:hover {
	cursor: pointer;
	background-color: #001a3e;
	color: #fff;
	opacity: .5;
	-webkit-transition: 0s;
	transition: 0s
}

.theme-black .bs-datepicker-body table td.selected span,
.theme-black .bs-datepicker-body table td[class*=select-] span:after,
.theme-black .bs-datepicker-body table td span.selected,
.theme-black .bs-datepicker-body table td span[class*=select-]:after,
.theme-black .bs-datepicker-head {
	background-color: #161c2d
}

.theme-black .bs-datepicker-body table td.week span {
	color: #161c2d
}

.theme-black .bs-datepicker-body table td.active-week span:hover {
	cursor: pointer;
	background-color: #161c2d;
	color: #fff;
	opacity: .5;
	-webkit-transition: 0s;
	transition: 0s
}

.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td[class*=select-] span:after,
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td span[class*=select-]:after,
.theme-green .bs-datepicker-head {
	background-color: #5cb85c
}

.theme-green .bs-datepicker-body table td.week span {
	color: #5cb85c
}

.theme-green .bs-datepicker-body table td.active-week span:hover {
	cursor: pointer;
	background-color: #5cb85c;
	color: #fff;
	opacity: .5;
	-webkit-transition: 0s;
	transition: 0s
}

:root {
	--ck-border-radius: 0.25rem!important;
	--ck-color-base-border: #d9e2ef!important;
	--ck-color-toolbar-border: #d9e2ef!important;
	--ck-color-toolbar-background: #f9fbfd!important;
	--ck-color-button-default-hover-background: #f1f4f8!important;
	--ck-drop-shadow: 0 0 15px 1px rgba(43, 53, 79, 0.2), 0 0 1px rgba(0, 0, 0, 0.2)!important;
	--ck-color-list-button-on-text: #2b354f!important;
	--ck-color-list-button-on-background: #f1f4f8!important;
	--ck-color-list-button-on-background-focus: #f1f4f8!important;
	--ck-color-list-button-hover-background: #f9fbfd!important
}

.ck-content {
	min-height: 200px
}

.ck-content.ck-focused {
	border-color: #c6d3e6!important;
	box-shadow: none!important
}

.ck .ck-dropdown__panel {
	border: none!important
}

.bs-datepicker {
	box-shadow: 0 3px 20px 0 rgba(43, 53, 79, .1);
	border-radius: .25rem
}

.dropdown-menu {
	min-width: 180px;
	box-shadow: 0 0 15px 1px rgba(43, 53, 79, .2), 0 0 1px rgba(0, 0, 0, .2);
	border: none
}

.dropdown-menu:not(ul) {
	padding-top: 0;
	padding-bottom: 0
}

.dropdown-heading {
	padding: 1.5rem 1rem;
	font-weight: 700
}

.dropdown-footer {
	padding: .5rem 1rem;
	border-radius: 0 0 .25rem .25rem;
	background-color: #f9fbfd
}

.dropdown-body {
	max-height: 380px;
	position: relative;
	overflow-y: auto
}

.context-menu .dropdown-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.context-menu .context-menu-icon {
	-webkit-box-flex: 0;
	flex: 0 0 30px;
	color: #d9e2ef
}

.navbar-nav .dropdown-menu {
	position: absolute
}

.dropzone {
	min-height: auto;
	padding: 1.5rem;
	text-align: center;
	cursor: pointer;
	border: 2px dashed #869ab8;
	border-radius: .25rem
}

.dropzone .dropzone-msg-title {
	margin: 0 0 1rem;
	padding: 0;
	font-weight: 500;
	font-size: 1.2rem
}

.dropzone .dropzone-msg-desc {
	color: #869ab8;
	font-weight: 400
}

.dropzone .dz-preview .dz-image {
	border-radius: .25rem
}

.dropzone .dz-preview .dz-progress {
	max-height: 4px;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	border-radius: .15rem;
	background: #d9e2ef
}

.dropzone .dz-preview .dz-progress .dz-upload {
	background: -webkit-gradient(linear, left top, right top, from(#0083dd), to(rgba(0, 131, 221, .5)));
	background: linear-gradient(90deg, #0083dd, rgba(0, 131, 221, .5))
}

.dropzone .dz-preview .dz-remove {
	position: absolute;
	white-space: nowrap;
	font-size: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	top: -9px;
	right: 9px;
	z-index: 10;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	-webkit-transform: scale(.5);
	transform: scale(.5)
}

.dropzone .dz-preview .dz-remove:after,
.dropzone .dz-preview .dz-remove:before {
	content: "";
	position: absolute
}

.dropzone .dz-preview .dz-remove:before {
	background-color: rgba(245, 54, 92, .5);
	border-radius: 50%;
	height: 18px;
	width: 18px
}

.dropzone .dz-preview .dz-remove:after {
	content: "";
	top: 3px;
	left: 3px;
	height: 12px;
	width: 12px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEzLjQxIDEybDYuMy02LjI5YTEgMSAwIDEwLTEuNDItMS40MkwxMiAxMC41OWwtNi4yOS02LjNhMSAxIDAgMDAtMS40MiAxLjQybDYuMyA2LjI5LTYuMyA2LjI5YTEgMSAwIDAwMCAxLjQyIDEgMSAwIDAwMS40MiAwbDYuMjktNi4zIDYuMjkgNi4zYTEgMSAwIDAwMS40MiAwIDEgMSAwIDAwMC0xLjQyeiIvPjwvc3ZnPg==")
}

.dropzone .dz-preview:hover .dz-remove {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.dropzone.dropzone-primary {
	border-color: #53f
}

.dropzone.dropzone-secondary {
	border-color: #506690
}

.dropzone.dropzone-success {
	border-color: #00c9b7
}

.dropzone.dropzone-info {
	border-color: #0083dd
}

.dropzone.dropzone-warning {
	border-color: #feb868
}

.dropzone.dropzone-danger {
	border-color: #f5365c
}

.dropzone.dropzone-light {
	border-color: #f9fbfd
}

.dropzone.dropzone-dark {
	border-color: #2b354f
}

.dropzone.dropzone-gray {
	border-color: #869ab8
}

.dropzone.dropzone-gray-light {
	border-color: #d9e2ef
}

.dropzone.dropzone-alternate {
	border-color: #fc9e21
}

.dropzone.dropzone-contrast {
	border-color: #fff
}

.dropzone.dropzone-darker {
	border-color: #001a3e
}

.dropzone.dropzone-black {
	border-color: #161c2d
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
	border-color: #d9e2ef
}

.fc-unthemed .fc-list-heading td {
	font-weight: 500
}

.fc-unthemed .fc-list-heading td .fc-list-heading-main {
	text-transform: uppercase
}

.fc-unthemed .fc-toolbar {
	margin-bottom: 1.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between
}

@media(min-width:768px) {
	.fc-unthemed .fc-toolbar {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
}

.fc-unthemed .fc-toolbar .fc-center,
.fc-unthemed .fc-toolbar .fc-left,
.fc-unthemed .fc-toolbar .fc-right {
	float: none;
	margin-bottom: 1rem
}

@media(min-width:768px) {
	.fc-unthemed .fc-toolbar .fc-center,
	.fc-unthemed .fc-toolbar .fc-left,
	.fc-unthemed .fc-toolbar .fc-right {
		margin-bottom: 0
	}
}

.fc-unthemed .fc-toolbar .fc-left {
	-webkit-box-ordinal-group: 1;
	order: 0
}

.fc-unthemed .fc-toolbar .fc-center {
	-webkit-box-ordinal-group: 2;
	order: 1
}

.fc-unthemed .fc-toolbar .fc-right {
	-webkit-box-ordinal-group: 3;
	order: 2
}

.fc-unthemed .fc-toolbar .fc-clear {
	display: none
}

.fc-unthemed .fc-toolbar .fc-button {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
	letter-spacing: 1.45px;
	color: #2b354f;
	background-color: #f9fbfd;
	border-color: #f9fbfd;
	text-transform: capitalize;
	background-image: none;
	text-shadow: none!important
}

.fc-unthemed .fc-toolbar .fc-button:hover {
	color: #2b354f;
	background-color: #dce8f3;
	border-color: #d3e2f0
}

.fc-unthemed .fc-toolbar .fc-button.focus,
.fc-unthemed .fc-toolbar .fc-button:focus {
	color: #2b354f;
	background-color: #dce8f3;
	border-color: #d3e2f0;
	box-shadow: 0 0 0 0 rgba(218, 221, 227, .5)
}

.fc-unthemed .fc-toolbar .fc-button.disabled,
.fc-unthemed .fc-toolbar .fc-button:disabled {
	color: #2b354f;
	background-color: #f9fbfd;
	border-color: #f9fbfd
}

.fc-unthemed .fc-toolbar .fc-button:not(:disabled):not(.disabled).active,
.fc-unthemed .fc-toolbar .fc-button:not(:disabled):not(.disabled):active,
.show>.fc-unthemed .fc-toolbar .fc-button.dropdown-toggle {
	color: #2b354f;
	background-color: #d3e2f0;
	border-color: #c9dbed
}

.fc-unthemed .fc-toolbar .fc-button:not(:disabled):not(.disabled).active:focus,
.fc-unthemed .fc-toolbar .fc-button:not(:disabled):not(.disabled):active:focus,
.show>.fc-unthemed .fc-toolbar .fc-button.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(218, 221, 227, .5)
}

.fc-unthemed .fc-toolbar .fc-button:hover {
	box-shadow: 0 8px 10px rgba(249, 251, 253, .4)!important
}

.fc-unthemed .fc-toolbar .fc-button.fc-button-active,
.fc-unthemed .fc-toolbar .fc-button:active,
.fc-unthemed .fc-toolbar .fc-button:focus {
	background: #53f;
	color: #fff
}

.fc-unthemed .fc-toolbar .fc-button.fc-state-disabled {
	background: #fbfcfe;
	color: #cbdcee
}

.fc-unthemed .fc-toolbar .fc-button.fc-state-default {
	box-shadow: none
}

.fc-unthemed .fc-toolbar h2 {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #53f
}

.fc-unthemed .fc-day-header {
	padding: .75rem .5rem;
	font-size: .75rem;
	font-weight: 400;
	color: #abbcd5
}

.fc-unthemed .fc-day-grid .fc-other-month {
	color: #f1f4f8
}

.fc-unthemed .fc-day-grid .fc-day-top {
	padding: .5rem
}

.fc-unthemed .fc-day-grid .fc-more-cell {
	padding: 0 .5rem
}

.fc-unthemed .fc-day-grid .fc-event-container {
	padding: .2rem .5rem
}

.fc-unthemed .fc-event {
	background: #fff;
	border: 1px solid #d9e2ef;
	box-shadow: 0 1px 10px 1px rgba(241, 244, 248, .08)
}

.fc-unthemed .fc-event .fc-content {
	padding: .5rem
}

.fc-unthemed .fc-more {
	font-weight: 500;
	font-size: .68rem;
	color: #506690!important;
	opacity: .75
}

.fc-unthemed .fc-popover {
	box-shadow: 1px 1px 10px 2px #d9e2ef;
	border-radius: .25rem
}

.fc-unthemed .fc-popover .fc-header {
	background: #fff;
	border-bottom: 1px solid #d9e2ef;
	padding: 1rem;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.fc-unthemed .fc-popover .fc-header .fc-title {
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #869ab8;
	opacity: .5;
	-webkit-box-ordinal-group: 3;
	order: 2
}

.fc-unthemed .fc-popover .fc-header .fc-clear {
	display: none
}

.fc-unthemed .fc-popover .fc-body .fc-event-container {
	padding: 1rem
}

.fc-unthemed .fc-popover .fc-body .fc-event {
	margin-bottom: .5rem
}

.fc-unthemed .fc-popover .fc-body .fc-event:last-child {
	margin-bottom: 0
}

.fc-unthemed .fc-dayGridMonth-view .fc-event .fc-end-resizer {
	width: 1px;
	top: 6px;
	bottom: 6px;
	background-color: transparent;
	border: 1px dotted #cbd7e9;
	display: block
}

.fc-unthemed .fc-listWeek-view .fc-list-heading td {
	background-color: #f9fbfd
}

.fc-unthemed .fc-listWeek-view .fc-list-heading .fc-list-heading-alt {
	font-weight: 400
}

.fc-unthemed .fc-listWeek-view .fc-list-item td {
	padding: .75rem 1.25rem
}

.fc-unthemed .fc-listWeek-view .fc-list-item:hover td {
	background-color: #fff
}

.fc-unthemed td.fc-today {
	background-color: #f9fbfd
}

.fc-unthemed.fc-ltr .fc-h-event .fc-end-resizer {
	right: 4px
}

.fc-unthemed.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
	margin-right: 0!important;
	border-color: #b5c7e0
}

.fc button {
	height: auto
}

.fc .fc-event-dot {
	background-color: #f1f4f8
}

.fc .fc-event.fc-event-primary {
	color: #fff;
	background-color: #1c1c44;
	border-color: #1c1c44
}

.fc .fc-event.fc-event-primary:hover {
	color: #fff;
	background-color: #1c1c44;
	border-color: #1c1c44
}

.fc .fc-event.fc-event-primary.focus,
.fc .fc-event.fc-event-primary:focus {
	color: #fff;
	background-color: #1c1c44;
	border-color: #2b00ff;
	/* box-shadow: 0 0 0 0 rgba(111, 82, 255, .5) */
}

.fc .fc-event.fc-event-primary.disabled,
.fc .fc-event.fc-event-primary:disabled {
	color: #fff;
	background-color: #53f;
	border-color: #53f
}

.fc .fc-event.fc-event-primary:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-primary:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-primary.dropdown-toggle {
	color: #fff;
	background-color: #2b00ff;
	border-color: #2800f2
}

.fc .fc-event.fc-event-primary:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-primary:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(111, 82, 255, .5)
}

.fc .fc-event.fc-event-primary:hover {
	box-shadow: 0 8px 10px rgba(85, 51, 255, .4)!important
}

.fc .fc-event.fc-event-outline-primary {
	color: #53f;
	border-color: #53f
}

.fc .fc-event.fc-event-outline-primary:hover {
	color: #fff;
	background-color: #53f;
	border-color: #53f
}

.fc .fc-event.fc-event-outline-primary.focus,
.fc .fc-event.fc-event-outline-primary:focus {
	box-shadow: 0 0 0 0 rgba(85, 51, 255, .5)
}

.fc .fc-event.fc-event-outline-primary.disabled,
.fc .fc-event.fc-event-outline-primary:disabled {
	color: #53f;
	background-color: transparent
}

.fc .fc-event.fc-event-outline-primary:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-outline-primary:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #53f;
	border-color: #53f
}

.fc .fc-event.fc-event-outline-primary:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(85, 51, 255, .5)
}

.fc .fc-event.fc-event-outline-primary:hover {
	box-shadow: 0 8px 10px rgba(85, 51, 255, .4)!important
}

.fc .fc-event.fc-event-secondary {
	color: #fff;
	background-color: #506690;
	border-color: #506690
}

.fc .fc-event.fc-event-secondary:hover {
	color: #fff;
	background-color: #425577;
	border-color: #3e4f6f
}

.fc .fc-event.fc-event-secondary.focus,
.fc .fc-event.fc-event-secondary:focus {
	color: #fff;
	background-color: #425577;
	border-color: #3e4f6f;
	box-shadow: 0 0 0 0 rgba(106, 125, 161, .5)
}

.fc .fc-event.fc-event-secondary.disabled,
.fc .fc-event.fc-event-secondary:disabled {
	color: #fff;
	background-color: #506690;
	border-color: #506690
}

.fc .fc-event.fc-event-secondary:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-secondary:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-secondary.dropdown-toggle {
	color: #fff;
	background-color: #3e4f6f;
	border-color: #394967
}

.fc .fc-event.fc-event-secondary:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-secondary:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(106, 125, 161, .5)
}

.fc .fc-event.fc-event-secondary:hover {
	box-shadow: 0 8px 10px rgba(80, 102, 144, .4)!important
}

.fc .fc-event.fc-event-outline-secondary {
	color: #506690;
	border-color: #506690
}

.fc .fc-event.fc-event-outline-secondary:hover {
	color: #fff;
	background-color: #506690;
	border-color: #506690
}

.fc .fc-event.fc-event-outline-secondary.focus,
.fc .fc-event.fc-event-outline-secondary:focus {
	box-shadow: 0 0 0 0 rgba(80, 102, 144, .5)
}

.fc .fc-event.fc-event-outline-secondary.disabled,
.fc .fc-event.fc-event-outline-secondary:disabled {
	color: #506690;
	background-color: transparent
}

.fc .fc-event.fc-event-outline-secondary:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-outline-secondary:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #506690;
	border-color: #506690
}

.fc .fc-event.fc-event-outline-secondary:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(80, 102, 144, .5)
}

.fc .fc-event.fc-event-outline-secondary:hover {
	box-shadow: 0 8px 10px rgba(80, 102, 144, .4)!important
}

.fc .fc-event.fc-event-success {
	color: #fff;
	background-color: #00c9b7;
	border-color: #00c9b7
}

.fc .fc-event.fc-event-success:hover {
	color: #fff;
	background-color: #00a394;
	border-color: #009689
}

.fc .fc-event.fc-event-success.focus,
.fc .fc-event.fc-event-success:focus {
	color: #fff;
	background-color: #00a394;
	border-color: #009689;
	box-shadow: 0 0 0 0 rgba(38, 209, 194, .5)
}

.fc .fc-event.fc-event-success.disabled,
.fc .fc-event.fc-event-success:disabled {
	color: #fff;
	background-color: #00c9b7;
	border-color: #00c9b7
}

.fc .fc-event.fc-event-success:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-success:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-success.dropdown-toggle {
	color: #fff;
	background-color: #009689;
	border-color: #00897d
}

.fc .fc-event.fc-event-success:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-success:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(38, 209, 194, .5)
}

.fc .fc-event.fc-event-success:hover {
	box-shadow: 0 8px 10px rgba(0, 201, 183, .4)!important
}

.fc .fc-event.fc-event-outline-success {
	color: #00c9b7;
	border-color: #00c9b7
}

.fc .fc-event.fc-event-outline-success:hover {
	color: #fff;
	background-color: #00c9b7;
	border-color: #00c9b7
}

.fc .fc-event.fc-event-outline-success.focus,
.fc .fc-event.fc-event-outline-success:focus {
	box-shadow: 0 0 0 0 rgba(0, 201, 183, .5)
}

.fc .fc-event.fc-event-outline-success.disabled,
.fc .fc-event.fc-event-outline-success:disabled {
	color: #00c9b7;
	background-color: transparent
}

.fc .fc-event.fc-event-outline-success:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-outline-success:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #00c9b7;
	border-color: #00c9b7
}

.fc .fc-event.fc-event-outline-success:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(0, 201, 183, .5)
}

.fc .fc-event.fc-event-outline-success:hover {
	box-shadow: 0 8px 10px rgba(0, 201, 183, .4)!important
}

.fc .fc-event.fc-event-info {
	color: #fff;
	background-color: #0083dd;
	border-color: #0083dd
}

.fc .fc-event.fc-event-info:hover {
	color: #fff;
	background-color: #006cb7;
	border-color: #0065aa
}

.fc .fc-event.fc-event-info.focus,
.fc .fc-event.fc-event-info:focus {
	color: #fff;
	background-color: #006cb7;
	border-color: #0065aa;
	box-shadow: 0 0 0 0 rgba(38, 150, 226, .5)
}

.fc .fc-event.fc-event-info.disabled,
.fc .fc-event.fc-event-info:disabled {
	color: #fff;
	background-color: #0083dd;
	border-color: #0083dd
}

.fc .fc-event.fc-event-info:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-info:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-info.dropdown-toggle {
	color: #fff;
	background-color: #0065aa;
	border-color: #005d9d
}

.fc .fc-event.fc-event-info:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-info:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(38, 150, 226, .5)
}

.fc .fc-event.fc-event-info:hover {
	box-shadow: 0 8px 10px rgba(0, 131, 221, .4)!important
}

.fc .fc-event.fc-event-outline-info {
	color: #0083dd;
	border-color: #0083dd
}

.fc .fc-event.fc-event-outline-info:hover {
	color: #fff;
	background-color: #0083dd;
	border-color: #0083dd
}

.fc .fc-event.fc-event-outline-info.focus,
.fc .fc-event.fc-event-outline-info:focus {
	box-shadow: 0 0 0 0 rgba(0, 131, 221, .5)
}

.fc .fc-event.fc-event-outline-info.disabled,
.fc .fc-event.fc-event-outline-info:disabled {
	color: #0083dd;
	background-color: transparent
}

.fc .fc-event.fc-event-outline-info:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-outline-info:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #0083dd;
	border-color: #0083dd
}

.fc .fc-event.fc-event-outline-info:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(0, 131, 221, .5)
}

.fc .fc-event.fc-event-outline-info:hover {
	box-shadow: 0 8px 10px rgba(0, 131, 221, .4)!important
}

.fc .fc-event.fc-event-warning {
	color: #2b354f;
	background-color: #feb868;
	border-color: #feb868
}

.fc .fc-event.fc-event-warning:hover {
	color: #2b354f;
	background-color: #fea642;
	border-color: #fea035
}

.fc .fc-event.fc-event-warning.focus,
.fc .fc-event.fc-event-warning:focus {
	color: #2b354f;
	background-color: #fea642;
	border-color: #fea035;
	box-shadow: 0 0 0 0 rgba(222, 164, 100, .5)
}

.fc .fc-event.fc-event-warning.disabled,
.fc .fc-event.fc-event-warning:disabled {
	color: #2b354f;
	background-color: #feb868;
	border-color: #feb868
}

.fc .fc-event.fc-event-warning:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-warning:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-warning.dropdown-toggle {
	color: #2b354f;
	background-color: #fea035;
	border-color: #fe9a29
}

.fc .fc-event.fc-event-warning:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-warning:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(222, 164, 100, .5)
}

.fc .fc-event.fc-event-warning:hover {
	box-shadow: 0 8px 10px rgba(254, 184, 104, .4)!important
}

.fc .fc-event.fc-event-outline-warning {
	color: #feb868;
	border-color: #feb868
}

.fc .fc-event.fc-event-outline-warning:hover {
	color: #2b354f;
	background-color: #feb868;
	border-color: #feb868
}

.fc .fc-event.fc-event-outline-warning.focus,
.fc .fc-event.fc-event-outline-warning:focus {
	box-shadow: 0 0 0 0 rgba(254, 184, 104, .5)
}

.fc .fc-event.fc-event-outline-warning.disabled,
.fc .fc-event.fc-event-outline-warning:disabled {
	color: #feb868;
	background-color: transparent
}

.fc .fc-event.fc-event-outline-warning:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-outline-warning:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-outline-warning.dropdown-toggle {
	color: #2b354f;
	background-color: #feb868;
	border-color: #feb868
}

.fc .fc-event.fc-event-outline-warning:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(254, 184, 104, .5)
}

.fc .fc-event.fc-event-outline-warning:hover {
	box-shadow: 0 8px 10px rgba(254, 184, 104, .4)!important
}

.fc .fc-event.fc-event-danger {
	color: #fff;
	background-color: #f5365c;
	border-color: #f5365c
}

.fc .fc-event.fc-event-danger:hover {
	color: #fff;
	background-color: #f3123e;
	border-color: #ec0c38
}

.fc .fc-event.fc-event-danger.focus,
.fc .fc-event.fc-event-danger:focus {
	color: #fff;
	background-color: #f3123e;
	border-color: #ec0c38;
	box-shadow: 0 0 0 0 rgba(247, 84, 116, .5)
}

.fc .fc-event.fc-event-danger.disabled,
.fc .fc-event.fc-event-danger:disabled {
	color: #fff;
	background-color: #f5365c;
	border-color: #f5365c
}

.fc .fc-event.fc-event-danger:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-danger:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-danger.dropdown-toggle {
	color: #fff;
	background-color: #ec0c38;
	border-color: #e00b36
}

.fc .fc-event.fc-event-danger:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-danger:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(247, 84, 116, .5)
}

.fc .fc-event.fc-event-danger:hover {
	box-shadow: 0 8px 10px rgba(245, 54, 92, .4)!important
}

.fc .fc-event.fc-event-outline-danger {
	color: #f5365c;
	border-color: #f5365c
}

.fc .fc-event.fc-event-outline-danger:hover {
	color: #fff;
	background-color: #f5365c;
	border-color: #f5365c
}

.fc .fc-event.fc-event-outline-danger.focus,
.fc .fc-event.fc-event-outline-danger:focus {
	box-shadow: 0 0 0 0 rgba(245, 54, 92, .5)
}

.fc .fc-event.fc-event-outline-danger.disabled,
.fc .fc-event.fc-event-outline-danger:disabled {
	color: #f5365c;
	background-color: transparent
}

.fc .fc-event.fc-event-outline-danger:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-outline-danger:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #f5365c;
	border-color: #f5365c
}

.fc .fc-event.fc-event-outline-danger:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(245, 54, 92, .5)
}

.fc .fc-event.fc-event-outline-danger:hover {
	box-shadow: 0 8px 10px rgba(245, 54, 92, .4)!important
}

.fc .fc-event.fc-event-light {
	color: #2b354f;
	background-color: #f9fbfd;
	border-color: #f9fbfd
}

.fc .fc-event.fc-event-light:hover {
	color: #2b354f;
	background-color: #dce8f3;
	border-color: #d3e2f0
}

.fc .fc-event.fc-event-light.focus,
.fc .fc-event.fc-event-light:focus {
	color: #2b354f;
	background-color: #dce8f3;
	border-color: #d3e2f0;
	box-shadow: 0 0 0 0 rgba(218, 221, 227, .5)
}

.fc .fc-event.fc-event-light.disabled,
.fc .fc-event.fc-event-light:disabled {
	color: #2b354f;
	background-color: #f9fbfd;
	border-color: #f9fbfd
}

.fc .fc-event.fc-event-light:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-light:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-light.dropdown-toggle {
	color: #2b354f;
	background-color: #d3e2f0;
	border-color: #c9dbed
}

.fc .fc-event.fc-event-light:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-light:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(218, 221, 227, .5)
}

.fc .fc-event.fc-event-light:hover {
	box-shadow: 0 8px 10px rgba(249, 251, 253, .4)!important
}

.fc .fc-event.fc-event-outline-light {
	color: #f9fbfd;
	border-color: #f9fbfd
}

.fc .fc-event.fc-event-outline-light:hover {
	color: #2b354f;
	background-color: #f9fbfd;
	border-color: #f9fbfd
}

.fc .fc-event.fc-event-outline-light.focus,
.fc .fc-event.fc-event-outline-light:focus {
	box-shadow: 0 0 0 0 rgba(249, 251, 253, .5)
}

.fc .fc-event.fc-event-outline-light.disabled,
.fc .fc-event.fc-event-outline-light:disabled {
	color: #f9fbfd;
	background-color: transparent
}

.fc .fc-event.fc-event-outline-light:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-outline-light:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-outline-light.dropdown-toggle {
	color: #2b354f;
	background-color: #f9fbfd;
	border-color: #f9fbfd
}

.fc .fc-event.fc-event-outline-light:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(249, 251, 253, .5)
}

.fc .fc-event.fc-event-outline-light:hover {
	box-shadow: 0 8px 10px rgba(249, 251, 253, .4)!important
}

.fc .fc-event.fc-event-dark {
	color: #fff;
	background-color: #2b354f;
	border-color: #2b354f
}

.fc .fc-event.fc-event-dark:hover {
	color: #fff;
	background-color: #1e2436;
	border-color: #191f2e
}

.fc .fc-event.fc-event-dark.focus,
.fc .fc-event.fc-event-dark:focus {
	color: #fff;
	background-color: #1e2436;
	border-color: #191f2e;
	box-shadow: 0 0 0 0 rgba(75, 83, 105, .5)
}

.fc .fc-event.fc-event-dark.disabled,
.fc .fc-event.fc-event-dark:disabled {
	color: #fff;
	background-color: #2b354f;
	border-color: #2b354f
}

.fc .fc-event.fc-event-dark:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-dark:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-dark.dropdown-toggle {
	color: #fff;
	background-color: #191f2e;
	border-color: #151926
}

.fc .fc-event.fc-event-dark:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-dark:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(75, 83, 105, .5)
}

.fc .fc-event.fc-event-dark:hover {
	box-shadow: 0 8px 10px rgba(43, 53, 79, .4)!important
}

.fc .fc-event.fc-event-outline-dark {
	color: #2b354f;
	border-color: #2b354f
}

.fc .fc-event.fc-event-outline-dark:hover {
	color: #fff;
	background-color: #2b354f;
	border-color: #2b354f
}

.fc .fc-event.fc-event-outline-dark.focus,
.fc .fc-event.fc-event-outline-dark:focus {
	box-shadow: 0 0 0 0 rgba(43, 53, 79, .5)
}

.fc .fc-event.fc-event-outline-dark.disabled,
.fc .fc-event.fc-event-outline-dark:disabled {
	color: #2b354f;
	background-color: transparent
}

.fc .fc-event.fc-event-outline-dark:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-outline-dark:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #2b354f;
	border-color: #2b354f
}

.fc .fc-event.fc-event-outline-dark:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(43, 53, 79, .5)
}

.fc .fc-event.fc-event-outline-dark:hover {
	box-shadow: 0 8px 10px rgba(43, 53, 79, .4)!important
}

.fc .fc-event.fc-event-gray {
	color: #2b354f;
	background-color: #869ab8;
	border-color: #869ab8
}

.fc .fc-event.fc-event-gray:hover {
	color: #fff;
	background-color: #6e86aa;
	border-color: #667fa5
}

.fc .fc-event.fc-event-gray.focus,
.fc .fc-event.fc-event-gray:focus {
	color: #fff;
	background-color: #6e86aa;
	border-color: #667fa5;
	box-shadow: 0 0 0 0 rgba(120, 139, 168, .5)
}

.fc .fc-event.fc-event-gray.disabled,
.fc .fc-event.fc-event-gray:disabled {
	color: #2b354f;
	background-color: #869ab8;
	border-color: #869ab8
}

.fc .fc-event.fc-event-gray:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-gray:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-gray.dropdown-toggle {
	color: #fff;
	background-color: #667fa5;
	border-color: #5e79a0
}

.fc .fc-event.fc-event-gray:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-gray:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-gray.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(120, 139, 168, .5)
}

.fc .fc-event.fc-event-gray:hover {
	box-shadow: 0 8px 10px rgba(134, 154, 184, .4)!important
}

.fc .fc-event.fc-event-outline-gray {
	color: #869ab8;
	border-color: #869ab8
}

.fc .fc-event.fc-event-outline-gray:hover {
	color: #2b354f;
	background-color: #869ab8;
	border-color: #869ab8
}

.fc .fc-event.fc-event-outline-gray.focus,
.fc .fc-event.fc-event-outline-gray:focus {
	box-shadow: 0 0 0 0 rgba(134, 154, 184, .5)
}

.fc .fc-event.fc-event-outline-gray.disabled,
.fc .fc-event.fc-event-outline-gray:disabled {
	color: #869ab8;
	background-color: transparent
}

.fc .fc-event.fc-event-outline-gray:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-outline-gray:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-outline-gray.dropdown-toggle {
	color: #2b354f;
	background-color: #869ab8;
	border-color: #869ab8
}

.fc .fc-event.fc-event-outline-gray:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-outline-gray:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-outline-gray.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(134, 154, 184, .5)
}

.fc .fc-event.fc-event-outline-gray:hover {
	box-shadow: 0 8px 10px rgba(134, 154, 184, .4)!important
}

.fc .fc-event.fc-event-gray-light {
	color: #2b354f;
	background-color: #d9e2ef;
	border-color: #d9e2ef
}

.fc .fc-event.fc-event-gray-light:hover {
	color: #2b354f;
	background-color: #becde4;
	border-color: #b5c7e0
}

.fc .fc-event.fc-event-gray-light.focus,
.fc .fc-event.fc-event-gray-light:focus {
	color: #2b354f;
	background-color: #becde4;
	border-color: #b5c7e0;
	box-shadow: 0 0 0 0 rgba(191, 200, 215, .5)
}

.fc .fc-event.fc-event-gray-light.disabled,
.fc .fc-event.fc-event-gray-light:disabled {
	color: #2b354f;
	background-color: #d9e2ef;
	border-color: #d9e2ef
}

.fc .fc-event.fc-event-gray-light:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-gray-light:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-gray-light.dropdown-toggle {
	color: #2b354f;
	background-color: #b5c7e0;
	border-color: #acc0dc
}

.fc .fc-event.fc-event-gray-light:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-gray-light:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-gray-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(191, 200, 215, .5)
}

.fc .fc-event.fc-event-gray-light:hover {
	box-shadow: 0 8px 10px rgba(217, 226, 239, .4)!important
}

.fc .fc-event.fc-event-outline-gray-light {
	color: #d9e2ef;
	border-color: #d9e2ef
}

.fc .fc-event.fc-event-outline-gray-light:hover {
	color: #2b354f;
	background-color: #d9e2ef;
	border-color: #d9e2ef
}

.fc .fc-event.fc-event-outline-gray-light.focus,
.fc .fc-event.fc-event-outline-gray-light:focus {
	box-shadow: 0 0 0 0 rgba(217, 226, 239, .5)
}

.fc .fc-event.fc-event-outline-gray-light.disabled,
.fc .fc-event.fc-event-outline-gray-light:disabled {
	color: #d9e2ef;
	background-color: transparent
}

.fc .fc-event.fc-event-outline-gray-light:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-outline-gray-light:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-outline-gray-light.dropdown-toggle {
	color: #2b354f;
	background-color: #d9e2ef;
	border-color: #d9e2ef
}

.fc .fc-event.fc-event-outline-gray-light:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-outline-gray-light:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-outline-gray-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(217, 226, 239, .5)
}

.fc .fc-event.fc-event-outline-gray-light:hover {
	box-shadow: 0 8px 10px rgba(217, 226, 239, .4)!important
}

.fc .fc-event.fc-event-alternate {
	color: #2b354f;
	background-color: #fc9e21;
	border-color: #fc9e21
}

.fc .fc-event.fc-event-alternate:hover {
	color: #2b354f;
	background-color: #f38c03;
	border-color: #e78503
}

.fc .fc-event.fc-event-alternate.focus,
.fc .fc-event.fc-event-alternate:focus {
	color: #2b354f;
	background-color: #f38c03;
	border-color: #e78503;
	box-shadow: 0 0 0 0 rgba(221, 142, 40, .5)
}

.fc .fc-event.fc-event-alternate.disabled,
.fc .fc-event.fc-event-alternate:disabled {
	color: #2b354f;
	background-color: #fc9e21;
	border-color: #fc9e21
}

.fc .fc-event.fc-event-alternate:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-alternate:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-alternate.dropdown-toggle {
	color: #fff;
	background-color: #e78503;
	border-color: #da7e03
}

.fc .fc-event.fc-event-alternate:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-alternate:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-alternate.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(221, 142, 40, .5)
}

.fc .fc-event.fc-event-alternate:hover {
	box-shadow: 0 8px 10px rgba(252, 158, 33, .4)!important
}

.fc .fc-event.fc-event-outline-alternate {
	color: #fc9e21;
	border-color: #fc9e21
}

.fc .fc-event.fc-event-outline-alternate:hover {
	color: #2b354f;
	background-color: #fc9e21;
	border-color: #fc9e21
}

.fc .fc-event.fc-event-outline-alternate.focus,
.fc .fc-event.fc-event-outline-alternate:focus {
	box-shadow: 0 0 0 0 rgba(252, 158, 33, .5)
}

.fc .fc-event.fc-event-outline-alternate.disabled,
.fc .fc-event.fc-event-outline-alternate:disabled {
	color: #fc9e21;
	background-color: transparent
}

.fc .fc-event.fc-event-outline-alternate:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-outline-alternate:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-outline-alternate.dropdown-toggle {
	color: #2b354f;
	background-color: #fc9e21;
	border-color: #fc9e21
}

.fc .fc-event.fc-event-outline-alternate:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-outline-alternate:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-outline-alternate.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(252, 158, 33, .5)
}

.fc .fc-event.fc-event-outline-alternate:hover {
	box-shadow: 0 8px 10px rgba(252, 158, 33, .4)!important
}

.fc .fc-event.fc-event-contrast {
	color: #2b354f;
	background-color: #fff;
	border-color: #fff
}

.fc .fc-event.fc-event-contrast:hover {
	color: #2b354f;
	background-color: #ececec;
	border-color: #e6e6e6
}

.fc .fc-event.fc-event-contrast.focus,
.fc .fc-event.fc-event-contrast:focus {
	color: #2b354f;
	background-color: #ececec;
	border-color: #e6e6e6;
	box-shadow: 0 0 0 0 rgba(223, 225, 229, .5)
}

.fc .fc-event.fc-event-contrast.disabled,
.fc .fc-event.fc-event-contrast:disabled {
	color: #2b354f;
	background-color: #fff;
	border-color: #fff
}

.fc .fc-event.fc-event-contrast:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-contrast:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-contrast.dropdown-toggle {
	color: #2b354f;
	background-color: #e6e6e6;
	border-color: #dfdfdf
}

.fc .fc-event.fc-event-contrast:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-contrast:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-contrast.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(223, 225, 229, .5)
}

.fc .fc-event.fc-event-contrast:hover {
	box-shadow: 0 8px 10px hsla(0, 0%, 100%, .4)!important
}

.fc .fc-event.fc-event-outline-contrast {
	color: #fff;
	border-color: #fff
}

.fc .fc-event.fc-event-outline-contrast:hover {
	color: #2b354f;
	background-color: #fff;
	border-color: #fff
}

.fc .fc-event.fc-event-outline-contrast.focus,
.fc .fc-event.fc-event-outline-contrast:focus {
	box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.fc .fc-event.fc-event-outline-contrast.disabled,
.fc .fc-event.fc-event-outline-contrast:disabled {
	color: #fff;
	background-color: transparent
}

.fc .fc-event.fc-event-outline-contrast:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-outline-contrast:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-outline-contrast.dropdown-toggle {
	color: #2b354f;
	background-color: #fff;
	border-color: #fff
}

.fc .fc-event.fc-event-outline-contrast:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-outline-contrast:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-outline-contrast.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.fc .fc-event.fc-event-outline-contrast:hover {
	box-shadow: 0 8px 10px hsla(0, 0%, 100%, .4)!important
}

.fc .fc-event.fc-event-darker {
	color: #fff;
	background-color: #001a3e;
	border-color: #001a3e
}

.fc .fc-event.fc-event-darker:hover {
	color: #fff;
	background-color: #000a18;
	border-color: #00050b
}

.fc .fc-event.fc-event-darker.focus,
.fc .fc-event.fc-event-darker:focus {
	color: #fff;
	background-color: #000a18;
	border-color: #00050b;
	box-shadow: 0 0 0 0 rgba(38, 60, 91, .5)
}

.fc .fc-event.fc-event-darker.disabled,
.fc .fc-event.fc-event-darker:disabled {
	color: #fff;
	background-color: #001a3e;
	border-color: #001a3e
}

.fc .fc-event.fc-event-darker:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-darker:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-darker.dropdown-toggle {
	color: #fff;
	background-color: #00050b;
	border-color: #000
}

.fc .fc-event.fc-event-darker:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-darker:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-darker.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(38, 60, 91, .5)
}

.fc .fc-event.fc-event-darker:hover {
	box-shadow: 0 8px 10px rgba(0, 26, 62, .4)!important
}

.fc .fc-event.fc-event-outline-darker {
	color: #001a3e;
	border-color: #001a3e
}

.fc .fc-event.fc-event-outline-darker:hover {
	color: #fff;
	background-color: #001a3e;
	border-color: #001a3e
}

.fc .fc-event.fc-event-outline-darker.focus,
.fc .fc-event.fc-event-outline-darker:focus {
	box-shadow: 0 0 0 0 rgba(0, 26, 62, .5)
}

.fc .fc-event.fc-event-outline-darker.disabled,
.fc .fc-event.fc-event-outline-darker:disabled {
	color: #001a3e;
	background-color: transparent
}

.fc .fc-event.fc-event-outline-darker:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-outline-darker:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-outline-darker.dropdown-toggle {
	color: #fff;
	background-color: #001a3e;
	border-color: #001a3e
}

.fc .fc-event.fc-event-outline-darker:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-outline-darker:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-outline-darker.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(0, 26, 62, .5)
}

.fc .fc-event.fc-event-outline-darker:hover {
	box-shadow: 0 8px 10px rgba(0, 26, 62, .4)!important
}

.fc .fc-event.fc-event-black {
	color: #fff;
	background-color: #161c2d;
	border-color: #161c2d
}

.fc .fc-event.fc-event-black:hover {
	color: #fff;
	background-color: #090c13;
	border-color: #05070b
}

.fc .fc-event.fc-event-black.focus,
.fc .fc-event.fc-event-black:focus {
	color: #fff;
	background-color: #090c13;
	border-color: #05070b;
	box-shadow: 0 0 0 0 rgba(57, 62, 77, .5)
}

.fc .fc-event.fc-event-black.disabled,
.fc .fc-event.fc-event-black:disabled {
	color: #fff;
	background-color: #161c2d;
	border-color: #161c2d
}

.fc .fc-event.fc-event-black:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-black:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-black.dropdown-toggle {
	color: #fff;
	background-color: #05070b;
	border-color: #010102
}

.fc .fc-event.fc-event-black:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-black:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(57, 62, 77, .5)
}

.fc .fc-event.fc-event-black:hover {
	box-shadow: 0 8px 10px rgba(22, 28, 45, .4)!important
}

.fc .fc-event.fc-event-outline-black {
	color: #161c2d;
	border-color: #161c2d
}

.fc .fc-event.fc-event-outline-black:hover {
	color: #fff;
	background-color: #161c2d;
	border-color: #161c2d
}

.fc .fc-event.fc-event-outline-black.focus,
.fc .fc-event.fc-event-outline-black:focus {
	box-shadow: 0 0 0 0 rgba(22, 28, 45, .5)
}

.fc .fc-event.fc-event-outline-black.disabled,
.fc .fc-event.fc-event-outline-black:disabled {
	color: #161c2d;
	background-color: transparent
}

.fc .fc-event.fc-event-outline-black:not(:disabled):not(.disabled).active,
.fc .fc-event.fc-event-outline-black:not(:disabled):not(.disabled):active,
.show>.fc .fc-event.fc-event-outline-black.dropdown-toggle {
	color: #fff;
	background-color: #161c2d;
	border-color: #161c2d
}

.fc .fc-event.fc-event-outline-black:not(:disabled):not(.disabled).active:focus,
.fc .fc-event.fc-event-outline-black:not(:disabled):not(.disabled):active:focus,
.show>.fc .fc-event.fc-event-outline-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(22, 28, 45, .5)
}

.fc .fc-event.fc-event-outline-black:hover {
	box-shadow: 0 8px 10px rgba(22, 28, 45, .4)!important
}

.fc .fc-event-outline-primary .fc-event-dot,
.fc .fc-event-primary .fc-event-dot {
	background-color: #53f
}

.fc .fc-event-outline-secondary .fc-event-dot,
.fc .fc-event-secondary .fc-event-dot {
	background-color: #506690
}

.fc .fc-event-outline-success .fc-event-dot,
.fc .fc-event-success .fc-event-dot {
	background-color: #00c9b7
}

.fc .fc-event-info .fc-event-dot,
.fc .fc-event-outline-info .fc-event-dot {
	background-color: #0083dd
}

.fc .fc-event-outline-warning .fc-event-dot,
.fc .fc-event-warning .fc-event-dot {
	background-color: #feb868
}

.fc .fc-event-danger .fc-event-dot,
.fc .fc-event-outline-danger .fc-event-dot {
	background-color: #f5365c
}

.fc .fc-event-light .fc-event-dot,
.fc .fc-event-outline-light .fc-event-dot {
	background-color: #f9fbfd
}

.fc .fc-event-dark .fc-event-dot,
.fc .fc-event-outline-dark .fc-event-dot {
	background-color: #2b354f
}

.fc .fc-event-gray .fc-event-dot,
.fc .fc-event-outline-gray .fc-event-dot {
	background-color: #869ab8
}

.fc .fc-event-gray-light .fc-event-dot,
.fc .fc-event-outline-gray-light .fc-event-dot {
	background-color: #d9e2ef
}

.fc .fc-event-alternate .fc-event-dot,
.fc .fc-event-outline-alternate .fc-event-dot {
	background-color: #fc9e21
}

.fc .fc-event-contrast .fc-event-dot,
.fc .fc-event-outline-contrast .fc-event-dot {
	background-color: #fff
}

.fc .fc-event-darker .fc-event-dot,
.fc .fc-event-outline-darker .fc-event-dot {
	background-color: #001a3e
}

.fc .fc-event-black .fc-event-dot,
.fc .fc-event-outline-black .fc-event-dot {
	background-color: #161c2d
}

.list-group-clean .list-group-item {
	border: none;
	border-radius: none;
	padding-left: 0;
	padding-right: 0
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
	padding: .75rem 1.5rem
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
	background-color: #f9fbfd
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
	font-weight: 500
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled .ng-option-label {
	text-decoration: line-through
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
	color: #2b354f;
	font-weight: 700
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
	background-color: #f8fafd
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
	padding: 0 .5rem
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
	margin-top: 0;
	margin-bottom: 0;
	padding: .15rem .5rem;
	background-color: #f9fbfd;
	border: 1px solid #d9e2ef;
	border-radius: .25rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
	padding: 0;
	color: #869ab8
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left,
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
	border: 0
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
	background-color: transparent;
	color: #2b354f
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
	position: relative;
	top: auto;
	padding-bottom: 0
}

.ng-select .ng-select-container {
	border-color: #d9e2ef
}

.ngx-datatable .datatable-header .datatable-header-cell {
	font-weight: 700;
	font-size: .68rem;
	color: #869ab8;
	text-transform: uppercase
}

.ngx-datatable .datatable-header .datatable-header-cell.sort-active {
	color: #53f
}

.ngx-datatable .datatable-footer {
	font-size: .7rem
}

.ngx-datatable .datatable-footer .datatable-footer-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

@media(min-width:768px) {
	.ngx-datatable .datatable-footer .datatable-footer-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
}

.ngx-datatable .datatable-footer .page-count {
	color: #869ab8;
	min-height: 50px;
	padding: 1.125rem
}

.ngx-datatable .datatable-footer .datatable-pager {
	text-align: left
}

@media(min-width:768px) {
	.ngx-datatable .datatable-footer .datatable-pager {
		text-align: right;
		margin-left: auto
	}
}

.ngx-datatable .datatable-footer .datatable-pager .pager {
	display: -webkit-box!important;
	display: flex!important;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end
}

.ngx-datatable .datatable-footer .datatable-pager .pager a {
	display: -webkit-box!important;
	display: flex!important;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 50%;
	vertical-align: middle;
	height: 2rem;
	min-width: 2rem;
	padding: .25rem;
	position: relative;
	line-height: 1rem;
	font-weight: 400;
	color: #c6d3e6;
	border: 0
}

@media(min-width:768px) {
	.ngx-datatable .datatable-footer .datatable-pager .pager a {
		padding: .5rem
	}
}

.ngx-datatable .datatable-footer .datatable-pager .pager li {
	margin-left: .1rem!important
}

@media(min-width:768px) {
	.ngx-datatable .datatable-footer .datatable-pager .pager li {
		margin-left: .4rem!important
	}
}

.ngx-datatable .datatable-footer .datatable-pager .pager li:not(.pages) a {
	background: #f1f4f8
}

.ngx-datatable .datatable-footer .datatable-pager .pager .active a,
.ngx-datatable .datatable-footer .datatable-pager .pager li:not(.disabled) a:hover {
	background: #53f;
	color: #fff
}

.ngx-datatable .datatable-footer .datatable-pager .pager .disabled a {
	cursor: text;
	opacity: .6
}

.ngx-datatable .datatable-footer .datatable-pager a {
	text-align: center;
	text-decoration: none
}

.ngx-datatable .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable .datatable-footer .datatable-pager .datatable-icon-prev,
.ngx-datatable .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable .datatable-footer .datatable-pager .datatable-icon-skip {
	font-size: 18px
}

.ngx-datatable .datatable-body-row.active {
	background-color: #f8fafd;
	color: #6d768b
}

.ngx-datatable .datatable-row-detail {
	padding: 1.125rem
}

.ngx-datatable .datatable-group-header {
	padding: 1.125rem;
	font-weight: 400
}

.ngx-datatable .datatable-body-cell,
.ngx-datatable .datatable-header-cell {
	padding: 1.125rem
}

.ngx-datatable.table {
	margin-bottom: 0
}

.ngx-datatable.table .datatable-body-row,
.ngx-datatable.table .datatable-header {
	border-bottom: 1px solid #edf2f9
}

.ngx-datatable.table .datatable-group-header {
	background-color: #f1f4f8
}

.ngx-datatable.table-bordered {
	border: 1px solid #edf2f9;
	border-radius: .25rem
}

.ngx-datatable.table-hover .datatable-body-row:hover {
	background-color: #f8fafd;
	color: #6d768b
}

.ngx-datatable.table-striped .datatable-body-row.datatable-row-even {
	background-color: #f9fbfd
}

.ngx-datatable.table-with-details {
	overflow: unset
}

.ngx-datatable.table-with-details .datatable-row-wrapper[ng-reflect-expanded=true] {
	box-shadow: 2px 2px .35rem 0 rgba(43, 53, 79, .35);
	border-radius: .25rem;
	z-index: 1
}

.ngx-datatable.listview .datatable-body-row {
	border: 1px solid #edf2f9;
	border-radius: .25rem;
	margin-bottom: .5rem;
	box-shadow: 0 .25rem .5rem rgba(22, 28, 45, .03)
}

.ngx-datatable.listview.collapsed-list .datatable-body-row {
	margin-bottom: 0
}

.ngx-datatable.listview.collapsed-list .datatable-body-row:not(:last-child) {
	box-shadow: none
}

.ngx-datatable.listview.collapsed-list .datatable-body-row+.datatable-body-row {
	border-radius: 0;
	margin-top: -1px
}

.ngx-datatable.listview.collapsed-list .datatable-body-row:first-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.ngx-datatable.listview.collapsed-list .datatable-body-row:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.ngx-datatable.scroll-vertical {
	height: 480px
}

.ngx-datatable.scroll-vertical .datatable-body-cell,
.ngx-datatable.scroll-vertical .datatable-header-cell {
	padding: 1.125rem
}

.ngx-datatable .table-details tr td {
	border-top: 1px dashed #edf2f9;
	padding: .5rem 0
}

.ngx-datatable .table-details tr td:first-child {
	font-weight: 700
}

.ngx-datatable .table-details tr:first-child td {
	border-top: 0
}

.ngx-datatable.responsive .datatable-header {
	display: none!important
}

@media(min-width:768px) {
	.ngx-datatable.responsive .datatable-header {
		display: block!important
	}
}

.ngx-datatable.responsive .datatable-body-row .datatable-row-center {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

@media(min-width:768px) {
	.ngx-datatable.responsive .datatable-body-row .datatable-row-center {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}
}

@media(max-width:767.98px) {
	.ngx-datatable.responsive .datatable-body-row .datatable-row-center .datatable-body-cell:not(.expand-toggler) {
		width: 100%!important
	}
}

.ngx-datatable.expandable .cell-responsive {
	display: none!important
}

@media(min-width:768px) {
	.ngx-datatable.expandable .cell-responsive {
		display: inline-block!important
	}
}

.ngx-datatable.expandable .expand-toggler {
	display: inline-block!important
}

@media(min-width:768px) {
	.ngx-datatable.expandable .expand-toggler {
		display: none!important
	}
}

@media(max-width:767.98px) {
	.ngx-datatable.expandable .datatable-body-row,
	.ngx-datatable.expandable .datatable-body-row .datatable-row-center {
		width: 100%!important
	}
}

.ngx-datatable.expandable .datatable-body-row .datatable-row-center {
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

@media(max-width:767.98px) {
	.ngx-datatable.expandable .datatable-body-row .datatable-row-center .datatable-body-cell:not(.expand-toggler) {
		width: auto!important
	}
}

@media(min-width:768px) {
	.ngx-datatable.expandable .datatable-row-detail {
		display: none
	}
}

.noUi-target {
	border: none;
	background: #d9e2ef;
	height: 6px;
	box-shadow: none
}

.noUi-target .noUi-handle {
	border: 1px solid #d9e2ef;
	box-shadow: 0 3px 6px -3px rgba(134, 154, 184, .8);
	cursor: pointer;
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	right: -8px
}

.noUi-target .noUi-handle:after,
.noUi-target .noUi-handle:before {
	content: none
}

.noUi-target .noUi-handle:focus {
	box-shadow: 0 0 3px 4px rgba(134, 154, 184, .2)
}

.noUi-target.noUi-horizontal .noUi-handle {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	outline: none
}

.popover {
	box-shadow: 0 0 15px 1px rgba(43, 53, 79, .2), 0 0 1px rgba(0, 0, 0, .2)
}

.popover .popover-header {
	font-weight: 700;
	border-bottom: 1px solid #d9e2ef
}

.popover .arrow {
	overflow: hidden
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: .8rem!important
}

.swiper-nav-small [class^=swiper-button] {
	background-color: #2b354f;
	color: #fff;
	top: 50%
}

.swiper-nav-slide [class^=swiper-button] {
	background-color: #2b354f;
	color: #fff
}

.swiper-nav-slide [class^=swiper-button].rounded-circle {
	background-image: none;
	width: 3rem;
	height: 3rem;
	outline: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

@media(min-width:768px) {
	.swiper-nav-slide [class^=swiper-button] {
		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		top: 50%
	}
	.swiper-nav-slide .swiper-button-prev {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	.swiper-nav-slide .swiper-button-next {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	.swiper-nav-slide:hover [class^=swiper-button] {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.ql-toolbar.ql-snow {
	border: 1px solid #d9e2ef;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.ql-toolbar.ql-snow button.ql-active .ql-stroke,
.ql-toolbar.ql-snow button:focus .ql-stroke,
.ql-toolbar.ql-snow button:hover .ql-stroke {
	stroke: #53f
}

.ql-toolbar.ql-snow .ql-picker-item.ql-active,
.ql-toolbar.ql-snow .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-picker-item:hover,
.ql-toolbar.ql-snow .ql-picker-label.ql-active,
.ql-toolbar.ql-snow .ql-picker-label:hover {
	color: #53f
}

.ql-container.ql-snow {
	border: 1px solid #d9e2ef;
	border-top: 0;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.ql-snow .ql-picker.ql-expanded,
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
	outline: none!important;
	border-color: transparent!important
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-snow .ql-picker.ql-expanded .ql-picker-label.ql-active,
.ql-snow .ql-picker.ql-expanded .ql-picker-label:hover {
	color: #53f
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options,
.ql-snow .ql-tooltip {
	border: 0;
	padding: .5rem 1rem;
	box-shadow: 0 0 15px 1px rgba(43, 53, 79, .2), 0 0 1px rgba(0, 0, 0, .2);
	border-radius: .25rem
}

.ql-snow .ql-tooltip input[type=text] {
	border: 1px solid #d9e2ef;
	outline: none!important;
	border-radius: .25rem
}

.ql-snow .ql-tooltip input[type=text]:active,
.ql-snow .ql-tooltip input[type=text]:focus {
	border-color: #53f!important
}

.ql-snow .ql-tooltip .ql-action,
.ql-snow .ql-tooltip .ql-action:hover {
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.ql-snow .ql-tooltip .ql-action:hover {
	color: #53f
}

.ql-snow .ql-tooltip .modal,
.ql-snow .ql-tooltip .modal.ql-editing {
	left: 20px!important
}

.ql-snow .ql-editor pre.ql-syntax {
	background-color: #2b354f;
	color: #f9fbfd;
	overflow: visible;
	border-radius: .25rem
}

rating>span {
	outline: none
}

.ps__rail-y {
	z-index: 1
}

perfect-scrollbar.ps-show-active>.ps.ps--active-y>.ps-overlay:not(.ps-at-bottom) .ps-indicator-bottom {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), to(hsla(0, 0%, 100%, .1)))!important;
	background: linear-gradient(0deg, #fff 0, hsla(0, 0%, 100%, .1))!important
}

perfect-scrollbar.ps-show-active>.ps.ps--active-y>.ps-overlay:not(.ps-at-top) .ps-indicator-top {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(hsla(0, 0%, 100%, .1)))!important;
	background: linear-gradient(180deg, #fff 0, hsla(0, 0%, 100%, .1))!important
}

perfect-scrollbar>.ps>.ps-overlay .ps-indicator-bottom,
perfect-scrollbar>.ps>.ps-overlay .ps-indicator-top {
	min-height: 50px!important
}

.card .fade-content {
	max-height: calc(300px + 2.5rem)
}

.card .card-body .fade-content {
	max-height: 300px
}

.thead-light th {
	font-size: .68rem;
	font-weight: 500;
	border-bottom-color: #edf2f9
}

.table-card {
	margin-bottom: 0
}

.table-card thead th {
	border-top-width: 0;
	padding-top: 1rem;
	padding-bottom: 1rem
}

.table-card tbody td:first-child,
.table-card thead th:first-child {
	padding-left: 1.25rem
}

.table-card tbody td:last-child,
.table-card thead th:last-child {
	padding-right: 1.25rem
}

.tooltip .tooltip-inner {
	box-shadow: 0 0 15px 1px rgba(43, 53, 79, .2), 0 0 1px rgba(0, 0, 0, .2)
}

.auth-form-container {
	background-color: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 100vh
}

@media(min-width:768px) {
	.auth-form-container .container-fluid,
	.auth-form-container .container-lg,
	.auth-form-container .container-md,
	.auth-form-container .container-sm,
	.auth-form-container .container-xl {
		padding-left: 0!important;
		padding-right: 0!important
	}
}

.auth-form-container .gradient {
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	display: none
}

@media(min-width:768px) {
	.auth-form-container .gradient {
		display: -webkit-box;
		display: flex;
		min-height: 100vh
	}
}

.main-header .dropdown-menu {
	min-width: 280px
}

.main-header .dropdown-menu .arrow.top:after {
	left: auto;
	right: 32px
}

.main-header .dropdown-menu perfect-scrollbar.ps-show-active>.ps.ps--active-y>.ps-overlay:not(.ps-at-bottom) .ps-indicator-bottom {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f9fbfd), to(hsla(0, 0%, 100%, .1)))!important;
	background: linear-gradient(0deg, #f9fbfd 0, hsla(0, 0%, 100%, .1))!important
}

.main-header .navbar-nav .avatar {
	max-height: 40px;
	max-width: 40px
}

.main-header .navbar-nav .nav-link {
	padding: .5rem
}

.main-header .navbar-nav .nav-link .badge {
	position: absolute;
	font-weight: 300;
	padding: 3px 6px;
	top: 0;
	right: .5rem
}

.main-header .navbar-nav .progress-xs {
	margin: 8px 0 2px
}

.main-header .navbar-nav .list-group-item {
	border-color: rgba(0, 0, 0, .035)
}

@media(max-width:767.98px) {
	.main-header .navbar-nav {
		padding: 0
	}
	.main-header .navbar-nav .dropdown-menu-right {
		left: 0!important;
		position: fixed;
		right: 0;
		top: 65px!important;
		margin: 0 15px
	}
}

.body-wrapper {
	-webkit-box-flex: 1;
	flex: 1;
	background-color: #f9fbfd
}

@media(min-width:768px) {
	.body-wrapper {
		padding-top: 0
	}
}

.fixed-header .card-header.fixed {
	top: 70px
}

@media(min-width:768px) {
	.sidenav-collapsed .card-header.fixed {
		left: 80px
	}
}

.sidenav-content .ps.ps--scrolling-y>.ps__rail-y,
.sidenav-content .ps .ps__rail-y:hover {
	background-color: rgba(43, 53, 79, .2)
}

.quick-sidenav-overlay .close {
	position: absolute;
	top: 30px;
	right: 300px;
	color: #000;
	cursor: pointer
}

.vertical-default-layout .user-sidenav .status {
	border-color: rgba(43, 53, 79, .5)
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(245, 54, 92, .7)
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(245, 54, 92, 0)
	}
	to {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(245, 54, 92, 0)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(245, 54, 92, .7)
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(245, 54, 92, 0)
	}
	to {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(245, 54, 92, 0)
	}
}

@-webkit-keyframes ring {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	8% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg)
	}
	16% {
		-webkit-transform: rotate(-16deg);
		transform: rotate(-16deg)
	}
	24% {
		-webkit-transform: rotate(14deg);
		transform: rotate(14deg)
	}
	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg)
	}
	40% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg)
	}
	48% {
		-webkit-transform: rotate(-8deg);
		transform: rotate(-8deg)
	}
	56% {
		-webkit-transform: rotate(6deg);
		transform: rotate(6deg)
	}
	64% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg)
	}
	72% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg)
	}
	80% {
		-webkit-transform: rotate(-1deg);
		transform: rotate(-1deg)
	}
	88% {
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg)
	}
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes ring {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	8% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg)
	}
	16% {
		-webkit-transform: rotate(-16deg);
		transform: rotate(-16deg)
	}
	24% {
		-webkit-transform: rotate(14deg);
		transform: rotate(14deg)
	}
	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg)
	}
	40% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg)
	}
	48% {
		-webkit-transform: rotate(-8deg);
		transform: rotate(-8deg)
	}
	56% {
		-webkit-transform: rotate(6deg);
		transform: rotate(6deg)
	}
	64% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg)
	}
	72% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg)
	}
	80% {
		-webkit-transform: rotate(-1deg);
		transform: rotate(-1deg)
	}
	88% {
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg)
	}
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@-webkit-keyframes menu-fade-in {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes menu-fade-in {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes menu-move-down {
	0% {
		margin-top: -15px
	}
	to {
		margin-top: 0
	}
}

@keyframes menu-move-down {
	0% {
		margin-top: -15px
	}
	to {
		margin-top: 0
	}
}

@-webkit-keyframes menu-move-up {
	0% {
		margin-top: 15px
	}
	to {
		margin-top: 0
	}
}

@keyframes menu-move-up {
	0% {
		margin-top: 15px
	}
	to {
		margin-top: 0
	}
}

@keyframes loading-bar {
	0% {
		margin-left: -100%
	}
	to {
		margin-left: 100%
	}
}

@keyframes loading-bar2 {
	0% {
		left: -100%
	}
	to {
		left: 100%
	}
}

@media(min-width:768px) {
	.main-body .container-fluid,
	.main-body .container-lg,
	.main-body .container-md,
	.main-body .container-sm,
	.main-body .container-xl {
		padding-left: 30px;
		padding-right: 30px
	}
}

.toggle-group {
	margin-bottom: 1.5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.toggle-text {
	margin-right: 1.5rem
}

.text-group {
	font-weight: 700;
	color: #53f
}

.pre-title,
.text-group {
	text-transform: uppercase;
	font-size: .7rem
}

.pre-title {
	font-weight: 500
}

dl.fill {
	width: 100%
}

dl.fill dl {
	text-align: right
}

dl.bordered dd,
dl.bordered dt {
	border-top: 1px solid #d9e2ef;
	padding: .75rem
}

dl.bordered dd:first-of-type,
dl.bordered dt:first-of-type {
	border-top: none
}

dd,
dt {
	padding-top: 0;
	padding-bottom: 0
}

@media(min-width:768px) {
	dd,
	dt {
		padding: .25rem .5rem
	}
}

@media(min-width:768px) {
	dd {
		margin-bottom: 0
	}
}

@media(min-width:768px) {
	dt:not([class^=col]) {
		float: left;
		min-width: 50%;
		clear: left
	}
}

.invoice-items-table p {
	margin-bottom: .25rem
}

.chart {
	position: relative;
	height: 300px
}

.chart.chart-appended {
	height: calc(300px - 3.55rem)
}

.chart-sm {
	height: 225px
}

.chart-sm.chart-appended {
	height: calc(225px - 3.55rem)
}

.chart-mini {
	width: 75px;
	height: 35px
}

.chart-legend {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 2.5rem;
	font-size: .7rem;
	text-align: center;
	color: #869ab8
}

.chart-legend-item {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center
}

.chart-legend-item+.chart-legend-item {
	margin-left: 1rem
}

.chart-legend-indicator {
	display: inline-block;
	width: .5rem;
	height: .5rem;
	margin-right: .375rem;
	border-radius: 50%
}

.chart-tooltip {
	z-index: 0
}

.chart-tooltip .arrow {
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateX(-.5rem);
	transform: translateX(-50%) translateX(-.5rem)
}

.chart-tooltip .popover-body {
	padding: 0 .5rem .5rem
}

.chart-tooltip .popover-body-label,
.chart-tooltip .popover-body-value {
	margin-left: .25rem
}

.chart-tooltip .popover-body-indicator {
	display: inline-block;
	width: .5rem;
	height: .5rem;
	border-radius: 50%
}

.chart-tooltip .popover-header {
	border-bottom: none
}

.chart-tooltip .list-group-item {
	padding-top: .25rem;
	padding-bottom: .25rem
}



/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}