<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 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: #26c644;
	--teal: #00ccb3;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #26c644;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', '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;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex='-1']:focus:not(.focus-visible) {
	outline: 0 !important;
}

[tabindex='-1']:focus:not(:focus-visible) {
	outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
		monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

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

input,
button,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role='button'] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

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,
.h1,
.h2,
.h3,
.h4,
.h5 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 2.5rem;
}

h2,
.h2 {
	font-size: 2rem;
}

h3,
.h3 {
	font-size: 1.75rem;
}

h4,
.h4 {
	font-size: 1.5rem;
}

h5,
.h5 {
	font-size: 1.25rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

small,
.small {
	font-size: 80%;
	font-weight: 400;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word;
}

a &gt; code {
	color: inherit;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.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) {
	.marginTop {
		margin-top: 80px;
	}
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	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: 1140px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-2,
.col-3,
.col-4,
.col-6,
.col-12,
.col-sm-9,
.col-sm-10,
.col-md-5,
.col-md-6,
.col-md-9,
.col-md-10,
.col-md-11,
.col-lg-4,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-10 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
}

@media (min-width: 768px) {
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
}

@media (min-width: 1200px) {
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}

.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

input[type='date'].form-control,
input[type='time'].form-control,
input[type='datetime-local'].form-control,
input[type='month'].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

select.form-control[size],
select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .input-group {
		width: auto;
	}
}

.btn {
	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: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

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

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

a.btn.disabled {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-success {
	color: #fff;
	background-color: #26c644;
	border-color: #26c644;
}

.btn-success:hover {
	color: #fff;
	background-color: #20a639;
	border-color: #1e9b35;
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #20a639;
	border-color: #1e9b35;
	box-shadow: 0 0 0 0.2rem rgba(71, 207, 96, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #26c644;
	border-color: #26c644;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #1e9b35;
	border-color: #1c9132;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(71, 207, 96, 0.5);
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-outline-success {
	color: #26c644;
	border-color: #26c644;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #26c644;
	border-color: #26c644;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 198, 68, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #26c644;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #26c644;
	border-color: #26c644;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 198, 68, 0.5);
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none;
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
	pointer-events: none;
}

.fade {
	transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}

.dropdown {
	position: relative;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.dropdown-menu[x-placement^='top'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left'] {
	right: auto;
	bottom: auto;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group &gt; .form-control {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}

.input-group &gt; .form-control + .form-control {
	margin-left: -1px;
}

.input-group &gt; .form-control:focus {
	z-index: 3;
}

.input-group &gt; .form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group &gt; .form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.tab-content &gt; .tab-pane {
	display: none;
}

.tab-content &gt; .active {
	display: block;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: flex;
	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-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: '';
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width: 991.98px) {
	.navbar-expand-lg &gt; .container,
	.navbar-expand-lg &gt; .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.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: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg &gt; .container,
	.navbar-expand-lg &gt; .container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.card &gt; .list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card &gt; .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card &gt; .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
	border-top: 0;
}

.accordion &gt; .card {
	overflow: hidden;
}

.accordion &gt; .card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion &gt; .card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion &gt; .card &gt; .card-header {
	border-radius: 0;
	margin-bottom: -1px;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}

.media {
	display: flex;
	align-items: flex-start;
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.25rem;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.list-group-item + .list-group-item {
	border-top-width: 0;
}

.list-group-item + .list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: 0.75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

a.close.disabled {
	pointer-events: none;
}

.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: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #131924;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.8;
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer &gt; * {
	margin: 0.25rem;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}

[dir='ltr'] .tooltip {
	text-align: left;
}

[dir='rtl'] .tooltip {
	text-align: right;
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: 0.9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: '';
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-bottom {
	padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow {
	top: 0;
}

.bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: #000;
}

.carousel {
	position: relative;
}

.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;
	transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item.active,
.carousel-item-next {
	display: block;
}

.carousel-item-next:not(.carousel-item-left) {
	transform: translateX(100%);
}

.active.carousel-item-left {
	transform: translateX(-100%);
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		transition: none;
	}
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

@-webkit-keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: none;
	}
}

.bg-white {
	background-color: #fff !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-flex {
		display: flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-flex {
		display: 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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-self-end {
	align-self: flex-end !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

@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;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.h-100 {
	height: 100% !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2 {
	margin-left: 0.5rem !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;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
}

.px-2 {
	padding-right: 0.5rem !important;
}

.py-2 {
	padding-bottom: 0.5rem !important;
}

.px-2 {
	padding-left: 0.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;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.px-4 {
	padding-left: 1.5rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5 {
	padding-left: 3rem !important;
}

.mx-auto {
	margin-right: auto !important;
}

.mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.mb-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.mr-sm-3 {
		margin-right: 1rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.pl-sm-4 {
		padding-left: 1.5rem !important;
	}
}

@media (min-width: 768px) {
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	.mr-md-4 {
		margin-right: 1.5rem !important;
	}
	.ml-md-4 {
		margin-left: 1.5rem !important;
	}
	.mb-md-5 {
		margin-bottom: 3rem !important;
	}
	.px-md-0 {
		padding-right: 0 !important;
	}
	.px-md-0 {
		padding-left: 0 !important;
	}
}

@media (min-width: 992px) {
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.mr-lg-3 {
		margin-right: 1rem !important;
	}
	.mr-lg-4 {
		margin-right: 1.5rem !important;
	}
	.ml-lg-4 {
		margin-left: 1.5rem !important;
	}
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 1200px) {
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.mr-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}
}

.text-wrap {
	white-space: normal !important;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
}

.text-uppercase {
	text-transform: uppercase !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-success {
	color: #26c644 !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #1a862e !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
	color: #121416 !important;
}

.text-muted {
	color: #6c757d !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	@page {
		size: a3;
	}
	body {
		min-width: 992px !important;
	}
	.container {
		min-width: 992px !important;
	}
	.navbar {
		display: none;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td {
		background-color: #fff !important;
	}
}

.modal-backdrop {
	background-color: #131924;
	opacity: 0.8;
}

.incapsulated {
	max-width: 510px;
	width: 100%;
}

.signup-modal .modal-dialog {
	max-width: 620px;
	width: 100%;
}

.signup-modal .modal-dialog input,
.signup-modal .modal-dialog button {
	border-radius: 10px;
}

.signup-modal .modal-dialog.free-dialog {
	max-width: 620px;
}

.signup-modal .header-text h2 {
	font-size: 36px;
	margin-bottom: 9px;
	font-weight: 700;
}

.signup-modal .modal-subtitle {
	letter-spacing: 0.5px;
}

.signup-modal .modal-footer {
	font-size: 12px;
}

.signup-modal .signup-modal-content {
	border-radius: 25px;
	border-color: #dbdbdb;
	padding: 65px 55px 40px;
}

.signup-modal .signup-modal-content .modal-header {
	padding: 0;
	margin-bottom: 18px;
}

.signup-modal .signup-form input,
.signup-modal .signup-form button {
	width: 100%;
}

.signup-modal .signup-form button {
	white-space: nowrap;
}

.signup-modal .signup-form .otherwise-word:before {
	content: '';
	position: absolute;
	height: 4px;
	border-bottom: 1px solid #e3e3e3;
	top: 11px;
	left: 20px;
	max-width: 460px;
	width: 180px;
	bottom: 0;
	right: 0;
}

.signup-modal .signup-form .otherwise-word:after {
	content: '';
	position: absolute;
	height: 4px;
	border-bottom: 1px solid #e3e3e3;
	top: 11px;
	max-width: 460px;
	width: 180px;
	right: 22px;
}

.signup-modal .google-btn {
	width: 100%;
	padding: 16px 20px 16px 20px;
	border-radius: 3px;
	background-color: #fff;
	border: 2px solid #ddd;
	margin-bottom: 25px;
	color: #777;
	font-weight: 600;
}

.signup-modal .google-btn:hover {
	color: #383838;
	background-color: #fff;
	border: 2px solid #4385f4;
}

.signup-modal .google-btn:active,
.signup-modal .google-btn:focus,
.signup-modal .google-btn:visited {
	color: #383838;
	background-color: #fff;
	border: 2px solid #4385f4;
}

.signup-modal .google-btn img {
	display: inline-block;
	max-width: 21px;
	height: auto;
	vertical-align: sub;
}

.signup-modal .google-btn span {
	padding-left: 20px;
}

.signup-modal .apple-btn {
	width: 100%;
	padding: 16px 20px 16px 20px;
	border-radius: 3px;
	background-color: #fff;
	border: 2px solid #ddd;
	margin-bottom: 25px;
	color: #777;
	font-weight: 600;
}

.signup-modal .apple-btn:hover {
	color: #383838;
	background-color: #fff;
	border: 2px solid #4385f4;
}

.signup-modal .apple-btn:active,
.signup-modal .apple-btn:focus,
.signup-modal .apple-btn:visited {
	color: #383838;
	background-color: #fff;
	border: 2px solid #4385f4;
}

.signup-modal .apple-btn img {
	display: inline-block;
	max-width: 21px;
	height: auto;
	vertical-align: sub;
}

.signup-modal .apple-btn span {
	padding-left: 20px;
}

.signup-modal .apple-btn img {
	max-width: 17px;
}

.signup-form button {
	padding: 16px 30px 16px 30px;
}

.signup-form .input-group button,
.signup-form .input-group input {
	border-radius: 10px;
}

@media (max-width: 576px) {
	.signup-modal .modal-dialog {
		width: 90%;
		margin: 20px;
	}
	.signup-modal .signup-modal-content {
		padding: 30px;
	}
}

.container {
	max-width: 1280px;
}

html {
	/*overflow-y:scroll*/
}

body {
	line-height: 190%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.Poppins {
	font-family: 'Poppins', sans-serif;
}

h1 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 15px;
}

@media (max-width: 576px) {
	h1 {
		font-size: 40px;
	}
}

h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
}

@media (max-width: 576px) {
	h2 {
		font-size: 24px;
	}
}

h3,
h4,
h5,
.h3,
.h4,
.h5 {
	font-weight: 400;
}

.text-muted {
	color: #777 !important;
}

.text-green {
	color: #26c644;
}

.text-silver {
	color: #d1d5dd !important;
}

.text-dark-blue {
	color: #131924 !important;
}

.font-weight-semibold {
	font-weight: 600 !important;
}

input:not([type]),
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='submit'],
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder,
textarea {
	outline: none !important;
	font-size: 16px !important;
}

button {
	outline: none !important;
}

.form-control:focus {
	box-shadow: none;
	border-color: #26c644;
}

a {
	outline: none;
	text-decoration: none !important;
	color: #26c644;
}

a:hover {
	color: #2acb48;
	border-color: #2acb48;
}

a.underlined {
	border-bottom: 2px solid #26c644;
	color: #999;
}

a.underlined:hover {
	color: #2acb48;
	border-color: #2acb48;
}

.l-sp {
	letter-spacing: 0.5px;
}

.l-sp-07 {
	letter-spacing: 0.7px;
}

.l-sp-1 {
	letter-spacing: 1px;
}

.l-sp-2 {
	letter-spacing: 2px;
}

.l-h-200 {
	line-height: 200%;
}

.link-underline {
	-webkit-text-decoration-line: underline !important;
	text-decoration-line: underline !important;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px !important;
}

.font18 {
	font-size: 18px;
}

.font24 {
	font-size: 24px;
}

.navbar-light .navbar-nav .nav-link {
	color: #000;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:active {
	color: #00ccb3;
}

.menu-dropdown-arrow {
	display: inline-block;
	width: 7px;
	height: auto;
	margin-left: 2px;
}

.nav-wrapper {
	border-bottom: 1px solid #fff;
	margin-bottom: 55px;
	background-color: #fff;
}

.nav-wrapper .navbar {
	max-width: 1820px;
}

.nav-wrapper .navbar .navbar-brand {
	padding-bottom: 0;
}

.nav-wrapper .navbar .navbar-brand img {
	width: 100px;
	height: 100%;
}

.nav-wrapper .navbar .dropdown-flag {
	width: 23px;
	height: 23px;
}

.nav-wrapper .navbar .mainMenuDropdown .dropdown-item {
	color: #777777;
	font-weight: 400;
	font-size: 14px;
}

.nav-wrapper .navbar .mainMenuDropdown .dropdown-item:hover {
	background-color: transparent;
	color: #26c644;
}

.nav-wrapper .navbar .mainMenuDropdown .dropdown-item.highlight {
	color: #7315ff;
}

.nav-wrapper .navbar .mainMenuDropdown .dropdown-item.highlight:hover {
	color: #7315ff !important;
	text-decoration: underline !important;
	-webkit-text-decoration-color: #7315ff !important;
	text-decoration-color: #7315ff !important;
}

.nav-wrapper .navbar a {
	font-weight: 600;
}

.nav-wrapper .btn-outline-success {
	color: #26c644;
}

.nav-wrapper .btn-outline-success:hover {
	color: #fff;
}

.nav-wrapper .btn.btn-success {
	border: 2px solid #26c644;
	border-radius: 10px;
	padding: 16px 30px 16px 30px;
}

.nav-wrapper a.login {
	padding-top: 15px;
	padding-bottom: 15px;
}

.nav-wrapper .mr-60 {
	margin-right: 50px;
}

.nav-wrapper .btn {
	border-radius: 10px;
	padding: 16px 30px 16px 30px;
}

@media (min-width: 992px) and (max-width: 1400px) {
	.nav-wrapper .navbar {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 992px) {
	.nav-wrapper .navbar {
		padding-left: 50px;
		padding-right: 50px;
	}
	.nav-wrapper .mainMenuDropdown {
		margin-top: -3px;
		margin-left: -25px;
		border: 1px solid #ebebeb;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
	}
	.nav-wrapper .mainMenuDropdown .dropdown-item {
		color: #777777;
	}
	.nav-wrapper .mainMenuDropdown .dropdown-item:hover {
		background-color: transparent;
		color: #26c644;
	}
	.nav-wrapper .mainMenuDropdown[aria-labelledby~='dropdown02']:before {
		left: 39px;
	}
	.nav-wrapper .mainMenuDropdown[aria-labelledby~='dropdown02']:after {
		left: 41px;
	}
	.nav-wrapper .mainMenuDropdown.blog-dropdown {
		margin-left: -12px;
	}
	.nav-wrapper .mainMenuDropdown.blog-dropdown:before {
		left: 80px;
	}
	.nav-wrapper .mainMenuDropdown.blog-dropdown:after {
		left: 82px;
	}
	.nav-wrapper .hover-dropdown:hover .mainMenuDropdown {
		display: block;
	}
	.nav-wrapper .nav-item {
		margin-top: 19px;
		margin-bottom: 19px;
	}
}

@media (max-width: 992px) {
	.nav-wrapper .navbar-brand {
		margin-left: 25px;
	}
	.nav-wrapper .navbar.navbar-light .navbar-toggler {
		border-color: white;
	}
	.nav-wrapper .navbar.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 204, 179, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
	}
	.nav-wrapper .navbar-nav {
		margin-top: 8px;
	}
	.nav-wrapper .navbar-nav .nav-item {
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.nav-wrapper .navbar {
		min-height: 79px;
		padding: 16px;
	}
	.nav-wrapper .navbar a {
		font-size: 20px;
	}
	.nav-wrapper .navbar .mainMenuDropdown {
		margin-top: 2px;
		margin-left: -17px;
		border: none;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		box-shadow: none;
	}
	.nav-wrapper .navbar .mainMenuDropdown .dropdown-item {
		color: #777777;
		font-size: 14px;
		letter-spacing: 1px;
		font-weight: 400;
	}
	.nav-wrapper .navbar .mainMenuDropdown .dropdown-item:hover {
		background-color: transparent;
		color: #26c644;
	}
	.nav-wrapper .navbar .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
	.nav-wrapper .navbar .navbar-collapse {
		margin-left: 24px;
	}
}

@media (max-width: 576px) {
	.nav-wrapper .navbar {
		padding: 10px;
		min-height: 48px;
	}
	.nav-wrapper .navbar .navbar-brand img {
		width: 90px;
		margin-top: 5px;
	}
}

.current-page {
	color: #00ccb3 !important;
}

.btn {
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	border-width: 2px;
}

.btn-outline-success {
	border: 2px solid #26c644;
	border-radius: 10px;
	padding: 16px 30px 16px 30px;
}

.btn-teal {
	background-color: #00ccb3;
	border-color: #00ccb3;
}

.btn-teal:hover {
	border-color: #00d3b9;
	background-color: #00d3b9;
}

.form-inline .btn-success,
.form-inline .btn-light,
.form-inline .btn-outline-success {
	border-radius: 10px;
}

.btn-light {
	border: 2px solid #dbdbdb;
	color: #000;
	font-weight: 600;
}

.btn-light:hover {
	border: 1px solid #2fd14d;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
}

.btn.btn-success {
	border: 2px solid #26c644;
}

.btn.btn-success:hover {
	background-color: #2acb48;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.btn.btn-primary {
	background-color: #13b6ea;
	border: 2px solid #13b6ea;
}

.btn.btn-primary:hover {
	background-color: #0abafa;
	border-color: #0abafa;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.xl-icon-size {
	font-size: 48px;
}

.icon-size {
	width: 48px;
	height: auto;
	vertical-align: sub;
}

.quotations-mark {
	width: 42px;
	height: auto;
}

.text-teal {
	color: #00ccb3;
}

.marginBottom {
	margin-bottom: 90px;
}

.text-light-gray {
	color: #999;
}

.text-black {
	color: #000;
}

.incapsulated .link-underline {
	white-space: nowrap;
}

.features-grid-text {
	max-width: 400px;
	width: 100%;
	padding: 0 25px;
}

.features-grid-text h5 {
	font-weight: 600;
}

.fakediv {
	width: 100%;
}

footer .footer-landing-type1 {
	background-color: #fcfcfc;
	font-size: 14px;
	border-top: 1px solid #e5e5e5;
}

footer {
	color: #999;
	margin-bottom: 50px;
}

footer .footer-links {
	max-width: 1820px;
	border-radius: 50px;
	background-color: #f8f8f8;
}

footer .footer-menu {
	margin-right: 20px;
	margin-bottom: 30px;
	line-height: 40px;
	width: 100%;
}

footer .footer-menu a {
	color: #999;
	margin-bottom: 15px;
	line-height: 1.5;
	letter-spacing: 0.3px;
}

footer .footer-header {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #131924;
	letter-spacing: 0;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 12px;
}

footer a {
	font-family: 'Heebo', sans-serif;
}

footer .footer-terms {
	border-top: 1px solid #ddd;
	background-color: #f8f8f8;
	padding-bottom: 60px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	font-size: 14px;
	line-height: 14px;
}

footer .paymo-logo {
	width: 25.6px;
	height: auto;
	margin-right: 24px;
}

footer .paymo-logo img {
	width: 100%;
}

@media (min-width: 1200px) {
	footer .links-wrapper {
		padding-left: 6.5%;
		padding-right: 4%;
	}
	footer .footer-terms {
		margin-left: 3.5%;
		margin-right: 4%;
	}
	footer .mr-60 {
		margin-right: 60px;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	footer .links-wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
	footer .footer-terms {
		margin-left: 60px;
		margin-right: 60px;
	}
}

@media (min-width: 768px) {
	footer .footer-menu {
		max-width: 285px;
	}
}

@media (max-width: 768px) {
	footer .links-wrapper {
		padding-left: 25px;
		padding-right: 5px;
		width: 100%;
	}
	footer a {
		font-size: 14px;
	}
	footer .footer-terms {
		line-height: 24px;
	}
}

.icon-quotation-marks {
	color: #00ccb3;
	font-size: 27px;
}

.testimonial-module .testimonial-author {
	font-weight: 600;
	font-size: 18px;
}

.testimonial-module-xl .testimonialContent {
	padding: 65px 0 30px 0;
	flex-basis: auto;
}

.testimonial-module-xl .testimonialText {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1.8;
}

.testimonial-module-xl .testimonial-author {
	font-weight: 600;
	font-size: 24px;
}

.testimonial-module .testimonialText {
	font-size: 18px;
	letter-spacing: 1px;
}

.testimonial-module-xl img,
.testimonial-module img {
	max-width: 85px;
	width: 100%;
}

.testimonial-module-xl img.quotations-mark,
.testimonial-module img.quotations-mark {
	width: 42px;
	height: auto;
}

.flicker-stop {
	-webkit-backface-visibility: hidden;
}

.video-img {
	position: relative;
	transition: all 0.2s ease-in-out;
}

.video-img:hover {
	cursor: pointer;
}

.video-img:hover .play-button {
	transform: scale(1.2);
}

.video-img .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	margin-top: -32px;
	margin-left: -32px;
	transition: all 0.2s ease-in-out;
	transform-origin: 50% 50%;
}

.testimonial-freelancer .testimonialContent {
	text-align: center;
	padding: 100px 0 30px 0;
}

.testimonial-freelancer .testimonialContent .testimonialText {
	font-size: 36px;
	font-weight: 300;
	color: #446373;
}

.square-testimonial {
	max-width: 481px;
	border: 2px solid #00ccb3;
	border-radius: 25px;
	padding: 50px 50px 50px 60px;
	margin-bottom: 40px;
}

.square-testimonial .icon-quotation-marks {
	color: #00ccb3;
	font-size: 25px;
	margin-bottom: 20px;
}

.square-testimonial.grey-bg {
	background-color: #f8f8f8;
	border-color: #f8f8f8;
}

.square-testimonial .quotations-mark {
	margin-bottom: 20px;
}

.square-testimonial .testimonial-text {
	margin-bottom: 40px;
}

.square-testimonial img {
	max-width: 85px;
}

.free-trial-container {
	max-width: 1280px;
	overflow: hidden;
	padding-bottom: 32px;
}

.free-trial {
	position: relative;
	z-index: 2;
	width: 100%;
	border: 2px solid #dbdbdb;
	border-radius: 25px;
	padding: 145px 150px;
	background-color: white;
	margin: 0 20px;
}

.free-trial .employees-svg {
	max-width: 280px;
	position: absolute;
	bottom: -44px;
	left: -154px;
	width: 100%;
}

.free-trial .manager-svg {
	max-width: 280px;
	position: absolute;
	bottom: -32px;
	right: -160px;
	width: 100%;
}

.free-trial-people-stain {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.schedule-demo-animal-stain {
	top: -40px;
	left: -2px;
	z-index: 0;
}

.blog-signup-form {
	max-width: 700px;
	width: 100%;
	background-color: #131924;
	border-radius: 5px;
	padding: 40px 60px;
	margin-bottom: 28px;
}

.blog-signup-form p {
	font-size: 24px;
}

.blog-signup-form button {
	padding-left: 30px;
	padding-right: 30px;
}

.cta-row-shortcode {
	width: 100%;
	border-radius: 7px;
	background-color: #131924;
	padding: 15px 20px 12px 20px;
}

.cta-row-shortcode .shortcode-button {
	white-space: nowrap;
}

.signup-form .input-group {
	flex-wrap: inherit;
}

.signup-form button {
	white-space: nowrap;
}

.email-input {
	border-width: 2px;
	padding: 16px 25px;
	height: auto;
}

.email-input::-webkit-input-placeholder {
	color: #999;
}

.email-input::-moz-placeholder {
	color: #999;
}

.email-input:-ms-input-placeholder {
	color: #999;
}

.email-input::-ms-input-placeholder {
	color: #999;
}

.email-input::placeholder {
	color: #999;
}

.category-menu {
	max-width: 825px;
	margin-bottom: 75px;
	border-bottom: 2px solid transparent;
}

.category-menu a {
	color: #000;
}

.category-menu a.active {
	color: #00cdb3;
	border-bottom: 2px solid #00cdb3;
}

.intercom-btn {
	width: 60px;
	height: auto;
}

.intercom-btn-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 2147483003;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
	opacity: 0;
	transition: all 1s ease-out;
}

.intercom-btn-container .close-btn-img {
	opacity: 0 !important;
	width: 1.25rem;
	height: 1.25rem;
	padding: 3px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
	background-color: #ccc;
	border: 2px solid #fff;
	border-radius: 50%;
	transition: all 0.2s ease;
}

.intercom-btn-container .chat-bubble {
	display: none;
	position: absolute;
	font-size: 15px;
	color: #000;
	z-index: 1;
	top: -20px;
	left: -176px;
	background-color: #fff;
	padding: 5px 16px;
	border-radius: 7px;
	cursor: default;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
	border: 1px solid #ddd;
}

.intercom-btn-container .chat-bubble:hover .close-btn-img {
	opacity: 1 !important;
}

.intercom-btn-container .chat-arrow {
	position: absolute;
	z-index: 2;
	top: 16px;
	right: -11px;
	background-color: #fff;
	width: 9px;
	height: 9px;
	transform: translateX(-6px) rotate(45deg);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.intercom-btn-container .close-btn {
	position: absolute;
	top: -45px;
	right: -7px;
	z-index: 3;
	display: block;
	width: 24px;
	height: 24px;
	padding: 4px;
	margin: 8px 8px 0 0;
	background: none;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	touch-action: manipulation;
}

.intercom-btn-container .close-btn:hover .close-btn-img {
	background-color: #9a9a9a;
	opacity: 1 !important;
}

.intercom-loading {
	display: none;
	width: 60px;
	height: 60px;
}

@media (min-width: 1200px) {
	.testimonial-freelancer-xl {
		display: flex;
		min-height: 320px;
	}
}

@media (max-width: 1200px) {
	.free-trial {
		padding: 90px 100px;
	}
	.schedule-demo-animal-stain {
		display: none;
	}
	.testimonial-module-xl .testimonialText {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	.free-trial {
		max-width: 965px;
		padding: 120px 80px 115px 80px;
	}
	.free-trial .employees-svg {
		max-width: 283px;
		width: 100%;
		position: absolute;
		bottom: -99px;
		left: -156px;
	}
	.free-trial .manager-svg {
		max-width: 270px;
		width: 100%;
		position: absolute;
		bottom: -80px;
		right: -150px;
	}
}

@media (max-width: 992px) {
	.marginBottom {
		margin-bottom: 48px;
	}
	.testimonial-video img {
		max-width: 100%;
		height: auto;
	}
}

@media (max-width: 850px) {
	.features-grid-text {
		width: 100%;
		max-width: none;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 768px) {
	.free-trial {
		padding: 60px 20px;
	}
	.signup-form {
		width: 100%;
		max-width: 510px;
	}
	.signup-form .email-input {
		width: 100%;
		border-bottom-right-radius: 10px !important;
		border-top-right-radius: 10px !important;
	}
	.signup-form .input-group-btn .btn-success,
	.signup-form .input-group-btn .btn-teal {
		width: 100%;
		border-bottom-left-radius: 10px !important;
		border-top-left-radius: 10px !important;
	}
}

@media (min-width: 768px) {
	.signup-form .input-group button {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.signup-form .input-group .email-input {
		border-right: 0;
	}
}

@media (max-width: 576px) {
	.video-img .play-button {
		width: 50px;
		margin-top: -25px;
		margin-left: -25px;
	}
	.px-sm-10 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.features-grid-text {
		padding: 0;
	}
	.square-testimonial {
		padding: 40px;
	}
	.blog-signup-form {
		padding: 30px 20px !important;
	}
}

@media (min-width: 576px) {
	.incapsulated .email-input {
		min-width: 310px;
	}
	.free-trial-container {
		padding-bottom: 100px;
	}
}

.header-ribbon {
	background-color: #131924;
	overflow: hidden;
	align-items: center;
	display: none;
}

.header-ribbon .ribbon-content {
	flex: 1;
	color: #d1d5dd;
	font-size: 14px;
	padding: 10px;
	line-height: 20px;
}

.header-ribbon .ribbon-content img {
	margin-left: 5px;
	width: 16px;
	height: auto;
}

.header-ribbon .close-btn {
	cursor: pointer;
	color: #d1d5dd;
	opacity: 0.5;
	font-size: 28px;
	transform: rotate(45deg);
}

.header-ribbon .close-btn:hover {
	color: #f4f5f7;
}

@media (min-width: 768px) {
	.header-ribbon {
		min-height: 40px;
	}
}

.privacy-policy .privacy-title-container {
	margin-bottom: 50px;
}

.privacy-policy .policy-details {
	color: #999;
	margin: 0 auto 120px;
	max-width: 845px;
}

.privacy-policy .list-item {
	color: #000;
	font-size: 20px;
}

.privacy-policy .data-collected ul {
	list-style: none;
}

.privacy-policy .data-collected ul li::before {
	content: 'â€¢';
	color: #00ccb3;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 34px;
	line-height: 1px;
	vertical-align: middle;
}

.privacy-policy .data-collected ol {
	padding-left: 14%;
	padding-right: 10%;
	counter-reset: item;
}

.privacy-policy .data-collected ol li {
	display: block;
	padding-left: 0%;
	list-style: inherit;
	margin-bottom: 10px;
}

.privacy-policy .data-collected ol li:before {
	content: counter(item) '. ';
	counter-increment: item;
	color: #00ccb3;
}
</pre></body></html>