/*!
 * 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;
}

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 > 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) {
	.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 > .form-control {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}

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

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

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

.input-group > .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 > .tab-pane {
	display: none;
}

.tab-content > .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 > .container,
	.navbar-expand-lg > .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 > .container,
	.navbar-expand-lg > .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 > .nav-link,
.navbar-light .navbar-nav .active > .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 > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card > .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 > .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 > .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;
}

.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 > * {
	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;
	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;
}

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

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

/*!
 * 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;
}

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 > 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) {
	.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 > .form-control {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}

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

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

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

.input-group > .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 > .tab-pane {
	display: none;
}

.tab-content > .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 > .container,
	.navbar-expand-lg > .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 > .container,
	.navbar-expand-lg > .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 > .nav-link,
.navbar-light .navbar-nav .active > .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 > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card > .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 > .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 > .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;
}

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

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

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

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

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

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

li {
	list-style: none;
}

.dot-underline {
	border-width: 1px;
	border-color: #00ccb3;
	border-style: none none dotted;
	cursor: help;
}

.tooltip {
	max-width: 300px;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.17px;
	background-color: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border: 1px solid #ebebeb;
	text-align: left;
	border-radius: 5px;
	top: 6px !important;
}

.tooltip.show {
	opacity: 1;
}

.tooltip.bs-tooltip-bottom .arrow:before {
	border-bottom-color: #fff !important;
}

.bs-tooltip-bottom .arrow {
	top: -6px;
}

.pricing .switch {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 25px;
}

.pricing .switch input {
	display: none;
}

.pricing .discount {
	display: flex;
	max-height: 35px;
	width: auto;
	font-size: 16px;
}

.pricing .discount .text-teal {
	line-height: 100%;
}

.pricing .static-checkbox-text {
	position: absolute;
	font-size: 17px;
	font-weight: bold;
	color: #3c3c3c;
	top: 15px;
	z-index: 4;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.pricing .static-checkbox-text.left {
	left: -85px;
	top: -1px;
	transition: 0.4s;
	color: #000;
}

.pricing .static-checkbox-text.right {
	right: -85px;
	top: -1px;
	color: #bbb;
	opacity: 1;
	transition: 0.4s;
}

.pricing .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.3s;
	background-color: #87e766;
}

.pricing .slider:before {
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
	position: absolute;
	height: 14px;
	width: 14px;
	left: 5px;
	bottom: 5px;
	background-color: #fff;
	content: '';
	color: #000;
	font-size: 13px;
	padding-top: 10px;
	transition: 0.3s;
	z-index: 2;
}

.pricing input:checked + .slider:before {
	transform: translateX(20px);
}

.pricing input[type='checkbox']:checked ~ span.left {
	color: #bbb;
}

.pricing input[type='checkbox']:checked ~ span.right {
	color: black;
}

.pricing .slider.round {
	border-radius: 45px;
}

.pricing .slider.round:before {
	border-radius: 45px;
}

.pricing .plan-name-wrapper {
	padding-top: 5px;
	margin-bottom: 32px;
}

.pricing .price-plans-container {
	padding-left: 20px;
	padding-right: 20px;
}

.pricing .plan-name {
	color: #131924;
	font-size: 24px;
	font-weight: bold;
}

.pricing .plan-description {
	padding-top: 40px;
}

.pricing .borderBottom {
	border-bottom: 2px solid #e4e4e4;
}

.pricing .free,
.pricing .office,
.pricing .business {
	padding-left: 25px;
	padding-right: 20px;
}

.pricing .plan-description-link a {
	color: #26c644;
	border-bottom: 2px solid;
	font-weight: 600;
	transition: all 0.1s linear;
	font-size: 14px;
}

.pricing .plan-description-link a:hover {
	color: #2acb48;
	padding-bottom: 3px;
}

.pricing .checkmark {
	display: inline-block;
	width: 6px;
	height: 11px;
	border: solid #00ccb3;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	margin-right: 10px;
}

.pricing .checkmark.teal {
	border-color: #00ccb3;
}

.pricing .plan-price {
	color: black;
	background-size: cover !important;
	margin-bottom: 17px;
}

.pricing .plan-price .price-text-size {
	font-size: 28px;
	color: #131924;
	letter-spacing: 0.6px;
}

.pricing .plan-price .price {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.45px;
	line-height: 24px;
	font-size: 18px;
}

.pricing .plan-signup {
	border: 2px solid #26c644;
	background-color: #26c644;
	color: #fff;
	border-radius: 10px;
	padding: 16px 30px 16px 30px;
}

.pricing .plan-signup:hover {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
	border-color: #2acb48;
	background-color: #2acb48;
}

.pricing .bottom-signup-link {
	flex: 1;
	min-height: 100px;
}

.pricing .features > ul {
	padding: 0;
}

.pricing .features li {
	font-size: 15px;
}

.pricing .office {
	background-color: #f1f7f7;
	border: 2px solid #f1f7f7;
}

.pricing .most-popular {
	color: #7c42e3;
	font-weight: 600;
	margin-bottom: 12px;
}

.pricing .business,
.pricing .free {
	border: 2px solid #dddddd;
}

.pricing .office,
.pricing .business,
.pricing .free {
	max-width: 420px;
	width: 100%;
	color: #777777;
	border-radius: 25px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.pricing .office .advanced-features li,
.pricing .office .pro-features li,
.pricing .business .advanced-features li,
.pricing .business .pro-features li,
.pricing .free .advanced-features li,
.pricing .free .pro-features li {
	line-height: 24px;
	margin-bottom: 18px;
}

@media (min-width: 576px) and (max-width: 992px) {
	.pricing .free,
	.pricing .office,
	.pricing .business {
		padding-left: 44px;
		padding-right: 44px;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.pricing .plan-price .price-text-size {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	.pricing .office {
		margin-right: 20px;
		margin-left: 20px;
	}
	.pricing .free,
	.pricing .business {
		margin-top: 42px;
	}
	.pricing .price-note {
		margin-top: 20px;
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.pricing .free,
	.pricing .office,
	.pricing .business {
		padding-left: 44px;
		padding-right: 44px;
	}
	.pricing .plan-price .price-text-size {
		font-size: 48px;
	}
	.pricing .advanced-features {
		height: 532px;
	}
	.pricing .price-plans-container {
		max-width: 1320px;
	}
	.pricing .free,
	.pricing .business,
	.pricing .office {
		max-width: 415px;
		width: 100%;
	}
	.pricing .business,
	.pricing .free {
		border-radius: 25px;
	}
	.pricing .business .pro-features,
	.pricing .free .pro-features {
		height: 600px;
	}
	.pricing .features li {
		font-size: 16px;
	}
}

.pricing h1 {
	margin-bottom: 30px;
}

.pricing p {
	margin-bottom: 0;
}

.pricing .header-text {
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 23px;
}

.pricing .header-text p {
	line-height: 36px;
}

.pricing .compare-btn-desktop,
.pricing .compare-btn-mobile {
	border-radius: 40px;
	font-weight: 600;
	font-size: 20px;
	color: #000;
}

.pricing .compare-btn-desktop:hover,
.pricing .compare-btn-mobile:hover {
	color: #fff;
}

.pricing .compare-btn-desktop {
	padding: 25px 50px;
	margin-bottom: 50px;
}

.pricing .compare-btn-mobile {
	padding: 17px 36px;
	margin-bottom: 66px;
}

.pricing .expand-collapse-icon-desktop,
.pricing .expand-collapse-icon-mobile {
	display: inline-block;
	width: 15px;
	height: auto;
	margin-left: 15px;
}

.pricing .flip {
	transform: rotateX(180deg);
}

.pricing .plans-comparison-desktop,
.pricing .plans-comparison-mobile {
	color: #131924;
	display: none;
}

.pricing .plans-comparison-desktop .col-2,
.pricing .plans-comparison-desktop .col-3,
.pricing .plans-comparison-desktop .col-4,
.pricing .plans-comparison-desktop .col-6,
.pricing .plans-comparison-mobile .col-2,
.pricing .plans-comparison-mobile .col-3,
.pricing .plans-comparison-mobile .col-4,
.pricing .plans-comparison-mobile .col-6 {
	padding-left: 0;
	padding-right: 0;
}

.pricing .plans-comparison-desktop .checkmark,
.pricing .plans-comparison-mobile .checkmark {
	margin-right: 0;
	border-color: #131924;
	width: 7px;
	height: 13px;
}

.pricing .plans-comparison-desktop.visibility-toggle,
.pricing .plans-comparison-mobile.visibility-toggle {
	display: block;
}

.pricing .header-row {
	font-family: 'Poppins', sans-serif;
	padding: 20px 0;
	white-space: nowrap;
	border-bottom: 2px solid #00ccb3;
}

.pricing .header-row.first-column {
	font-size: 18px;
}

.pricing .comparison-column {
	display: flex;
	flex-direction: column;
	font-size: 18px;
}

.pricing .comparison-column p {
	padding-top: 24px;
	padding-bottom: 24px;
}

.pricing .comparison-column p:nth-child(even) {
	background-color: #f8f8f8;
}

.pricing .comparison-features .header-row,
.pricing .comparison-support .header-row,
.pricing .comparison-usage .header-row {
	font-size: 18px;
	color: #00ccb3;
	font-weight: 600;
	padding-left: 12px;
}

.pricing .comparison-features .comparison-column p,
.pricing .comparison-support .comparison-column p,
.pricing .comparison-usage .comparison-column p {
	padding-left: 12px;
	white-space: nowrap;
}

.pricing .comparison-features .comparison-column p:nth-child(even),
.pricing .comparison-support .comparison-column p:nth-child(even),
.pricing .comparison-usage .comparison-column p:nth-child(even) {
	border-radius: 10px 0 0 10px;
}

.pricing .comparison-business .comparison-column p:nth-child(even) {
	border-radius: 0 10px 10px 0;
}

.pricing .comparison-free .header-row,
.pricing .comparison-small-office .header-row,
.pricing .comparison-business .header-row {
	font-weight: 700;
	font-size: 24px;
	color: #131924;
	text-align: center;
}

.pricing .comparison-free .comparison-column,
.pricing .comparison-small-office .comparison-column,
.pricing .comparison-business .comparison-column {
	text-align: center;
}

.pricing .dot {
	content: '\b7\a0';
	color: #ff4949;
	line-height: 18px;
	font-weight: 700;
	font-size: 27px;
	vertical-align: middle;
}

.pricing .card {
	max-width: 685px;
	border-width: 0 0 1px 0;
}

.pricing .card .card-header {
	border: 0;
	padding: 25px 20px;
	background-color: white;
}

.pricing .card .card-header:hover h5 {
	color: #26c644;
}

.pricing .card .card-header .plus {
	height: 30px;
}

.pricing .card .card-header a[aria-expanded='true'] .plus {
	transition: all 0.2s linear;
	transform: rotate(45deg);
}

.pricing .card .card-header a[aria-expanded='true'] .plus:after {
	content: '+';
	font-size: 30px;
	color: #00ccb3;
}

.pricing .card .card-header a[aria-expanded='false'] .plus {
	transition: all 0.2s linear;
}

.pricing .card .card-header a[aria-expanded='false'] .plus:after {
	content: '+';
	font-size: 30px;
	color: #26c644;
}

.pricing .card .card-header h5 {
	font-size: 18px;
	padding-top: 5px;
	color: black;
}

.pricing .card .card-body {
	padding: 0 20px 20px 20px;
	font-size: 16px;
	color: #777;
	line-height: 32px;
}

.pricing .card.no-border {
	border: 0;
}

@media (max-width: 1200px) {
	.pricing .card {
		max-width: 735px;
	}
}

@media (max-width: 768px) {
	.pricing .card .card-header {
		padding: 22px 0;
	}
	.pricing .card .card-body {
		padding: 0 0 20px 0;
	}
}

@media (max-width: 576px) {
	.pricing .plans-comparison-mobile {
		position: relative;
	}
	.pricing .mobile-slider {
		max-width: 100vw;
		width: 100%;
		overflow-x: auto;
	}
	.pricing .comparison-usage,
	.pricing .comparison-features,
	.pricing .comparison-support {
		width: 55vw;
	}
	.pricing .comparison-free,
	.pricing .comparison-small-office,
	.pricing .comparison-business {
		width: 35vw;
	}
	.pricing .comparison-free p:nth-child(even),
	.pricing .comparison-small-office p:nth-child(even),
	.pricing .comparison-business p:nth-child(even) {
		border-radius: 0 10px 10px 0;
	}
	.pricing .sticky-arrows {
		position: -webkit-sticky;
		position: sticky;
		top: 50vh;
		display: flex;
		justify-content: space-between;
		margin-left: -15px;
		margin-right: -15px;
	}
	.pricing .sticky-arrow-left,
	.pricing .sticky-arrow-right {
		width: 10px;
	}
	.pricing .sticky-arrow-left {
		transform: rotateY(180deg);
	}
	.pricing #sticky-arrow-left-wrapper,
	.pricing #sticky-arrow-right-wrapper {
		background-color: #26c644;
	}
	.pricing #sticky-arrow-left-wrapper {
		border-radius: 0 30px 30px 0;
		padding: 20px 20px 20px 10px;
	}
	.pricing #sticky-arrow-right-wrapper {
		border-radius: 30px 0 0 30px;
		padding: 20px 10px 20px 20px;
	}
}

@media (min-width: 576px) {
	.pricing .comparison-features .header-row,
	.pricing .comparison-support .header-row,
	.pricing .comparison-usage .header-row {
		padding-left: 30px;
	}
	.pricing .comparison-features .comparison-column p,
	.pricing .comparison-support .comparison-column p,
	.pricing .comparison-usage .comparison-column p {
		padding-left: 30px;
	}
}

@media (max-width: 768px) {
	.pricing .comparison-column {
		font-size: 16px;
	}
	.pricing .comparison-column p {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.pricing .comparison-free,
	.pricing .comparison-small-office,
	.pricing .comparison-business {
		flex-grow: 1;
	}
	.pricing .comparison-free .header-row,
	.pricing .comparison-small-office .header-row,
	.pricing .comparison-business .header-row {
		font-size: 17px;
	}
}

.faq {
	padding: 0 10px;
}

.faq h2 {
	font-size: 24px;
}

.faq .faq-question-text {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #131924;
}

@media (min-width: 576px) {
	.faq h2 {
		font-size: 60px;
	}
}

@media (max-width: 768px) {
	.faq .faq-question-text {
		margin-right: 10px;
	}
	.faq .testimonials-column {
		padding: 0;
	}
}

:root {
	--star-size: 25px;
	--star-color: #d3d3d3;
	--star-background: #fc0;
}

li {
	list-style: none;
}

.dot-underline {
	border-width: 1px;
	border-color: #00ccb3;
	border-style: none none dotted;
	cursor: help;
}

.tooltip {
	max-width: 300px;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.17px;
	background-color: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border: 1px solid #ebebeb;
	text-align: left;
	border-radius: 5px;
	top: 6px !important;
}

.tooltip.show {
	opacity: 1;
}

.tooltip.bs-tooltip-bottom .arrow:before {
	border-bottom-color: #fff !important;
}

.bs-tooltip-bottom .arrow {
	top: -6px;
}

.sweeden .switch {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 25px;
}

.sweeden .switch input {
	display: none;
}

.sweeden .discount {
	display: flex;
	max-height: 35px;
	width: auto;
	font-size: 16px;
	text-align: center;
}

.sweeden .discount .text-teal {
	line-height: 100%;
}

.sweeden .static-checkbox-text {
	position: absolute;
	font-size: 17px;
	font-weight: bold;
	color: #3c3c3c;
	top: 15px;
	z-index: 4;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.sweeden .static-checkbox-text.left {
	left: -85px;
	top: -1px;
	transition: 0.4s;
	color: #000;
}

.sweeden .static-checkbox-text.right {
	right: -85px;
	top: -1px;
	color: #bbb;
	opacity: 1;
	transition: 0.4s;
}

.sweeden .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.3s;
	background-color: #87e766;
}

.sweeden .slider:before {
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
	position: absolute;
	height: 14px;
	width: 14px;
	left: 5px;
	bottom: 5px;
	background-color: #fff;
	content: '';
	color: #000;
	font-size: 13px;
	padding-top: 10px;
	transition: 0.3s;
	z-index: 2;
}

.sweeden input:checked + .slider:before {
	transform: translateX(20px);
}

.sweeden input[type='checkbox']:checked ~ span.left {
	color: #bbb;
}

.sweeden input[type='checkbox']:checked ~ span.right {
	color: black;
}

.sweeden .slider.round {
	border-radius: 45px;
}

.sweeden .slider.round:before {
	border-radius: 45px;
}

.sweeden .plan-name-wrapper {
	padding-top: 5px;
	margin-bottom: 32px;
}

.sweeden .price-plans-container {
	padding-left: 20px;
	padding-right: 20px;
}

.sweeden .plan-name {
	color: #131924;
	font-size: 24px;
	font-weight: bold;
}

.sweeden .plan-description {
	padding-top: 40px;
}

.sweeden .borderBottom {
	border-bottom: 2px solid #e4e4e4;
}

.sweeden .free,
.sweeden .office,
.sweeden .business {
	padding-left: 25px;
	padding-right: 20px;
}

.sweeden .plan-description-link a {
	color: #26c644;
	border-bottom: 2px solid;
	font-weight: 600;
	transition: all 0.1s linear;
	font-size: 14px;
}

.sweeden .plan-description-link a:hover {
	color: #2acb48;
	padding-bottom: 3px;
}

.sweeden .checkmark {
	display: inline-block;
	width: 6px;
	height: 11px;
	border: solid #00ccb3;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	margin-right: 10px;
}

.sweeden .checkmark.teal {
	border-color: #00ccb3;
}

.sweeden .plan-price {
	color: black;
	background-size: cover !important;
	margin-bottom: 17px;
}

.sweeden .plan-price .price-text-size {
	font-size: 28px;
	color: #131924;
	letter-spacing: 0.6px;
}

.sweeden .plan-price .price {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.45px;
	line-height: 24px;
	font-size: 18px;
}

.sweeden .plan-signup {
	border: 2px solid #26c644;
	background-color: #26c644;
	color: #fff;
	border-radius: 10px;
	padding: 16px 30px 16px 30px;
}

.sweeden .plan-signup:hover {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
	border-color: #2acb48;
	background-color: #2acb48;
}

.sweeden .bottom-signup-link {
	flex: 1;
	min-height: 100px;
}

.sweeden .features > ul {
	padding: 0;
}

.sweeden .features li {
	font-size: 15px;
}

.sweeden .office {
	background-color: #f1f7f7;
	border: 2px solid #f1f7f7;
}

.sweeden .most-popular {
	color: #7c42e3;
	font-weight: 600;
	margin-bottom: 12px;
}

.sweeden .business,
.sweeden .free {
	border: 2px solid #dddddd;
}

.sweeden .office,
.sweeden .business,
.sweeden .free {
	max-width: 420px;
	width: 100%;
	color: #777777;
	border-radius: 25px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.sweeden .office .advanced-features li,
.sweeden .office .pro-features li,
.sweeden .business .advanced-features li,
.sweeden .business .pro-features li,
.sweeden .free .advanced-features li,
.sweeden .free .pro-features li {
	line-height: 24px;
	margin-bottom: 18px;
}

@media (min-width: 576px) and (max-width: 992px) {
	.sweeden .free,
	.sweeden .office,
	.sweeden .business {
		padding-left: 44px;
		padding-right: 44px;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.sweeden .plan-price .price-text-size {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	.sweeden .office {
		margin-right: 20px;
		margin-left: 20px;
	}
	.sweeden .free,
	.sweeden .business {
		margin-top: 42px;
	}
	.sweeden .price-note {
		margin-top: 20px;
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.sweeden .free,
	.sweeden .office,
	.sweeden .business {
		padding-left: 44px;
		padding-right: 44px;
	}
	.sweeden .plan-price .price-text-size {
		font-size: 48px;
	}
	.sweeden .advanced-features {
		height: 532px;
	}
	.sweeden .price-plans-container {
		max-width: 1320px;
	}
	.sweeden .free,
	.sweeden .business,
	.sweeden .office {
		max-width: 415px;
		width: 100%;
	}
	.sweeden .business,
	.sweeden .free {
		border-radius: 25px;
	}
	.sweeden .business .pro-features,
	.sweeden .free .pro-features {
		height: 600px;
	}
	.sweeden .features li {
		font-size: 16px;
	}
}

.sweeden .header-text {
	max-width: 1060px;
}

.sweeden .header-text p {
	max-width: 920px;
	padding-left: 5%;
	padding-right: 5%;
}

.sweeden .borderBottom {
	padding-bottom: 150px;
	border-bottom: 1px solid #ebebeb;
}

.sweeden .marginBottom {
	margin-bottom: 90px;
}

.sweeden .paddingTop {
	padding-top: 6rem;
}

.sweeden .hyperlink-section-content {
	max-width: 510px;
}

@media (min-width: 576px) and (max-width: 1200px) {
	.sweeden .hyperlink-section-content {
		max-width: 750px;
	}
	.sweeden .borderBottom {
		padding-bottom: 90px;
	}
}

@media (min-width: 576px) {
	.sweeden .marginBottom {
		margin-bottom: 130px;
	}

	.sweeden .paddingTop {
		padding-top: 9rem;
	}
}

@media (max-width: 576px) {
	.sweeden .borderBottom {
		padding-bottom: 60px !important;
	}
}

.sweeden h1 {
}

.sweeden .header-text {
	max-width: 750px;
	margin-bottom: 28px;
}

.sweeden .hyperlink-section-content h3 {
	font-size: 30px;
	font-weight: bolder;
}

.sweeden .static-checkbox-text.left {
	left: -114px;
}

.sweeden .static-checkbox-text.right {
	right: -74px;
}

.sweeden .business .pro-features,
.sweeden .free .pro-features {
	height: 630px;
}

.sweeden .borderBottom {
	border: none;
	padding-bottom: 130px;
}

.sweeden .marginBottom180 {
	margin-bottom: 90px;
}

.sweeden .subtitleMB {
	margin-bottom: 48px;
}

.sweeden .header-image-wrapper {
	margin-bottom: 0;
}

.sweeden .benefits {
	margin-top: -3px;
}

.sweeden .signup-container {
	max-width: 510px;
	width: 100%;
}

.sweeden .signup-form {
	width: 100%;
}

.sweeden .benefit {
	font-size: 12px;
	color: #848484;
	margin-right: 20px;
	letter-spacing: 0.3px;
}

.sweeden .checkmark {
	display: inline-block;
	width: 6px;
	height: 11px;
	border: solid #848484;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	margin-right: 5px;
}

.sweeden .project-schedule {
	background-color: #fafafa;
	padding: 200px 0;
}

.sweeden .img-section {
	max-width: 1600px;
}

.sweeden .text-section {
	max-width: 840px;
	margin-bottom: 88px;
}

.sweeden .text-section h2 {
	max-width: 595px;
}

.sweeden .top-image {
	z-index: 2;
}

.sweeden .header-image {
	max-width: 575px;
	width: 100%;
}

.sweeden .cat {
	position: absolute;
	left: 22.3%;
	top: -9%;
	width: 12.3%;
	max-width: 71px;
	height: auto;
	z-index: 3;
}

.sweeden .dog {
	position: absolute;
	left: 63.4%;
	bottom: -17%;
	width: 15.3%;
	max-width: 88px;
	height: auto;
	z-index: 3;
}

.sweeden .review-panel {
	display: block;
	position: relative;
	max-width: 402px;
	width: 100%;
	border-radius: 25px;
	border: 2px solid #dddddd;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 40px;
	padding-top: 28px;
}

.sweeden .review-panel .logo {
	height: 150px;
}

.sweeden .review-panel .external-link {
	position: absolute;
	opacity: 0 !important;
	top: 15px;
	right: 15px;
	width: 15px;
	height: auto;
}

.sweeden .review-panel:hover {
	box-shadow: 0 13px 38px rgba(0, 0, 0, 0.05);
}

.sweeden .review-panel:hover .external-link {
	opacity: 1 !important;
}

.sweeden .capterra-logo {
	max-width: 176px;
	width: 100%;
	height: auto;
}

.sweeden .g2-logo {
	max-width: 51px;
	width: 100%;
	height: auto;
}

.sweeden .get-app-logo {
	max-width: 176px;
	width: 100%;
	height: auto;
}

.sweeden .rating-info {
	background-color: #fbfbfb;
	padding-top: 27px;
	padding-bottom: 30px;
	color: #999;
	border-radius: 0 0 25px 25px;
}

.sweeden .stars-container {
	position: relative;
	box-sizing: border-box;
	background: #fff;
}

.sweeden .stars {
	--percent: calc(var(--rating) / 5 * 100%);
	position: relative;
	display: inline-block;
	font-size: 25px;
	font-size: var(--star-size);
	font-family: 'Times New Roman', Times, serif;
	line-height: 1;
}

.sweeden .stars::before {
	content: '★★★★★';
	letter-spacing: 1px;
	background: linear-gradient(90deg, #fc0 var(--percent), #d3d3d3 var(--percent));
	background: linear-gradient(
		90deg,
		var(--star-background) var(--percent),
		var(--star-color) var(--percent)
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sweeden .desktop-collapse-accordion h3,
.sweeden .hyperlink-section-content h3,
.sweeden .mobile-collapse-accordion h3 {
	font-size: 30px;
	font-weight: bolder;
}

.sweeden .desktop-collapse-accordion h4,
.sweeden .hyperlink-section-content h4,
.sweeden .mobile-collapse-accordion h4 {
	font-size: 20px;
}

.sweeden .desktop-collapse-accordion h4.collapsed {
	margin-bottom: 20px;
}

.sweeden .mobile-collapse-accordion h4.collapsed {
	margin-bottom: 0;
}

.sweeden .mobile-collapse-accordion .card {
	margin-bottom: 30px;
}

.sweeden .desktop-collapse-accordion h4.collapsed {
	margin-bottom: 20px;
}

.sweeden .hyperlink-section-content .card {
	border: 0;
}

.sweeden .hyperlink-section-content .card h4 {
	color: #000;
	font-weight: bolder;
	cursor: pointer;
}

.sweeden .hyperlink-section-content .card h4.collapsed {
	color: #aaa;
	font-weight: bold;
}

.sweeden .hyperlink-section-content .card h4:hover {
	color: #26c644;
}

.sweeden .hyperlink-section-content .card h4[aria-expanded='false'] {
	padding-left: 36px;
}

.sweeden .hyperlink-section-content .card h4[aria-expanded='false'] img {
	display: none;
}

.sweeden .hyperlink-section-content .card h4[aria-expanded='true'] {
	padding-left: 0;
}

.sweeden .hyperlink-section-content .card h4[aria-expanded='true'] img {
	display: inline-block;
}

.sweeden .hyperlink-section-content .card-body {
	margin-left: 36px;
}

.sweeden .hyperlink-section-content .arrow-right {
	width: 16px;
	margin-right: 15px;
}

.sweeden .testimonial {
	max-width: 405px;
	width: 100%;
	padding-top: 35px;
	margin-top: -35px;
}

.sweeden .testimonial p {
	color: #999;
}

.sweeden .testimonial-stain {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.sweeden .star-rating {
	max-width: 99px;
	width: 100%;
	margin-bottom: 25px;
}

.sweeden .captera-link {
	color: #34c950;
}

.sweeden .external-link {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 11px;
	vertical-align: baseline;
}

.sweeden .features-grid-text h5 {
	color: #000;
	font-weight: 600;
}

.sweeden .features-grid-text:hover h5 {
	color: #26c644;
}

.sweeden .features-grid-text .icon-size {
	width: 48px;
	height: auto;
	vertical-align: bottom;
}

.sweeden .paymo-integrations {
	max-width: 920px;
	width: 100%;
	margin-bottom: 50px;
}

.sweeden .paymo-integrations h2 {
	margin-bottom: 20px;
}

.sweeden .integrations-logo {
	max-width: 1060px;
	width: 100%;
	padding-top: 55px;
	padding-bottom: 55px;
	background-color: #f8f8f8;
	border-radius: 90px;
}

.sweeden .logo-container {
	max-width: 50px;
	width: 100%;
}

.sweeden .logo-container img {
	width: 100%;
}

.sweeden .integrations-links {
	position: relative;
	top: -58px;
}

.sweeden .integrations-links .btn {
	border-radius: 25px;
}

.sweeden .logos {
	max-width: 1200px;
}

.sweeden .logos #addidas-logo {
	max-width: 90px;
	width: 100%;
	height: auto;
}

.sweeden .logos #toyota-logo {
	max-width: 189px;
	width: 100%;
	height: auto;
}

.sweeden .logos #accenture-logo {
	max-width: 145px;
	width: 100%;
	height: auto;
}

.sweeden .logos #fujifilm-logo {
	max-width: 146px;
	width: 100%;
	height: auto;
}

.sweeden .logos #illogika-logo {
	max-width: 148px;
	width: 100%;
	height: auto;
}

.sweeden .performance-stats p,
.sweeden .performance-stats a {
	font-size: 22px;
	margin-bottom: 0;
}

.sweeden .performance-stats p {
	padding-top: 7px;
}

.sweeden .performance-icon {
	vertical-align: sub;
	width: 48px;
	height: auto;
	margin-right: 10px;
}

.sweeden li {
	list-style: none;
}

.sweeden .dot-underline {
	border-width: 1px;
	border-color: #00ccb3;
	border-style: none none dotted;
	cursor: help;
}

.sweeden .tooltip {
	max-width: 300px;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.17px;
	background-color: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border: 1px solid #ebebeb;
	text-align: left;
	border-radius: 5px;
	top: 6px !important;
}

.sweeden .tooltip.show {
	opacity: 1;
}

.sweeden .tooltip.bs-tooltip-bottom .arrow:before {
	border-bottom-color: #fff !important;
}

.sweeden .bs-tooltip-bottom .arrow {
	top: -6px;
}

.sweeden .borderBottom {
	border-bottom: 2px solid #e4e4e4;
}

.sweeden .checkmark {
	display: inline-block;
	width: 6px;
	height: 11px;
	border: solid #131924;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	margin-right: 10px;
}

.sweeden .checkmark.teal {
	border-color: #00ccb3;
}

.sweeden .faq {
	max-width: 800px;
	width: 100%;
}

.sweeden .faq h2 {
	margin-bottom: 45px;
}

.sweeden .faq .card {
	max-width: 685px;
	border-width: 0 0 1px 0;
}

.sweeden .faq .card .card-header {
	border: 0;
	padding: 25px 20px;
	background-color: white;
}

.sweeden .faq .card .card-header:hover h5 {
	color: #26c644;
}

.sweeden .faq .card .card-header .plus {
	height: 30px;
}

.sweeden .faq .card .card-header a[aria-expanded='true'] .plus {
	transition: all 0.2s linear;
	transform: rotate(45deg);
}

.sweeden .faq .card .card-header a[aria-expanded='true'] .plus:after {
	content: '+';
	font-size: 30px;
	color: #00ccb3;
}

.sweeden .faq .card .card-header a[aria-expanded='false'] .plus {
	transition: all 0.2s linear;
}

.sweeden .faq .card .card-header a[aria-expanded='false'] .plus:after {
	content: '+';
	font-size: 30px;
	color: #26c644;
}

.sweeden .faq .card .card-header h5 {
	font-size: 18px;
	padding-top: 5px;
	color: black;
}

.sweeden .faq .card .card-body {
	padding: 0 20px 20px 20px;
	font-size: 16px;
	color: #777;
	line-height: 32px;
}

.sweeden .faq .card.no-border {
	border: 0;
}

@media (max-width: 1200px) {
	.sweeden .faq .card {
		max-width: 735px;
	}
}

@media (max-width: 768px) {
	.sweeden .faq .card .card-header {
		padding: 22px 0;
	}
	.sweeden .faq .card .card-body {
		padding: 0 0 20px 0;
	}
}

.sweeden .faq .card {
	max-width: 800px;
}

.sweeden .faq .card h5 {
	font-size: 18px;
	padding-top: 5px;
	color: black;
	font-weight: 600;
}

.sweeden .faq .card .faq-question-text {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #131924;
}

@media (min-width: 1200px) {
	.sweeden .reviews {
		max-width: 1346px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.sweeden .plan-price .price-text-size {
		font-size: 45px;
	}
	.sweeden .free,
	.sweeden .office,
	.sweeden .business {
		padding-left: 38px;
		padding-right: 38px;
	}
}

@media (min-width: 992px) {
	.sweeden h1 {
	}
	.sweeden .header-image-wrapper {
		margin-bottom: 1.75rem;
	}
	.sweeden .team-left {
		position: absolute;
		left: -44%;
		bottom: -15%;
		width: 45.2%;
		max-width: 260px;
		height: auto;
		z-index: 3;
	}
	.sweeden .team-right {
		position: absolute;
		right: -44.3%;
		bottom: -11%;
		width: 48.5%;
		max-width: 279px;
		height: auto;
		z-index: 3;
	}
	.sweeden .accordion-desktop-capture-work,
	.sweeden .accordion-desktop-toggle-views,
	.sweeden .accordion-desktop-time-tracking,
	.sweeden .accordion-desktop-get-paid {
		max-width: 480px;
	}
	.sweeden .header-stain {
		position: absolute;
		top: -16%;
		left: 19%;
		z-index: 1;
		width: 70%;
	}
	.sweeden .hyperlink-section-content {
		max-width: 560px;
		padding: 0 20px;
	}
	.sweeden .hyperlink-section-content .h-mb {
		margin-bottom: 20px;
	}
	.sweeden .hyperlink-section-content p {
		max-width: 440px;
	}
	.sweeden .hyperlink-section-img {
		width: 51%;
	}
	.sweeden .faq h2 {
		margin-bottom: 80px;
	}
}

@media (min-width: 576px) and (max-width: 992px) {
	.sweeden .hyperlink-section-content {
		max-width: 700px;
	}
}

@media (max-width: 768px) {
	.sweeden .project-schedule {
		padding: 60px 25px;
	}
	.sweeden .text-section {
		margin-bottom: 40px;
	}
	.sweeden .img-section img {
		max-width: 360px;
	}
	.sweeden .faq {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 576px) {
	.sweeden .subtitleMB {
		margin-bottom: 115px;
	}
	.sweeden .marginBottom180 {
		margin-bottom: 130px;
	}
	.sweeden .desktop-collapse-accordion h3,
	.sweeden .hyperlink-section-content h3,
	.sweeden .mobile-collapse-accordion h3 {
		font-size: 48px;
		font-weight: bolder;
	}
	.sweeden .desktop-collapse-accordion h4,
	.sweeden .hyperlink-section-content h4,
	.sweeden .mobile-collapse-accordion h4 {
		font-size: 20px;
	}
}

@media (max-width: 576px) {
	.sweeden .reviews {
		padding-left: 20px;
		padding-right: 20px;
	}
	.sweeden .integrations-logo {
		border-radius: 25px;
	}
}

@media (max-width: 376px) {
	.sweeden .logo-container img {
		width: 80%;
	}
}
