@charset "UTF-8";

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

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25
}

hr:not([size]) {
	height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h1,
h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

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

.h2,
h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

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

.h3,
h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

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

.h4,
h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

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

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

.h6,
h6 {
	font-size: 1rem
}

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

ul {
	padding-left: 2rem
}

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

ul ul {
	margin-bottom: 0
}

strong {
	font-weight: bolder
}

.small,
small {
	font-size: .875em
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

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

img,
svg {
	vertical-align: middle
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

[list]::-webkit-calendar-picker-indicator {
	display: none
}

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

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

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

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::file-selector-button {
	font: inherit
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

iframe {
	border: 0
}

[hidden] {
	display: none !important
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-1 {
		font-size: 5rem
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-2 {
		font-size: 4.5rem
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-3 {
		font-size: 4rem
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-4 {
		font-size: 3.5rem
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-5 {
		font-size: 3rem
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-6 {
		font-size: 2.5rem
	}
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

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

.container,
.container-fluid,
.container-lg {
	width: 100%;
	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,
	.container-lg {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.container,
	.container-lg {
		max-width: 1140px
	}
}

@media (min-width:1400px) {

	.container,
	.container-lg {
		max-width: 1320px
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
}

.col {
	flex: 1 0 0%
}

.col-auto {
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%
}

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

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%
}

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

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%
}

.col-9 {
	flex: 0 0 auto;
	width: 75%
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%
}

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

@media (min-width:992px) {
	.col-lg {
		flex: 1 0 0%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

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

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

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

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

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

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
	pointer-events: none;
	filter: none;
	opacity: .65
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:hover {
	color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn:disabled {
	pointer-events: none;
	opacity: .65
}

.btn-check:focus+.btn-primary {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary {
	color: #fff;
	background-color: #0a58ca;
	border-color: #0a53be
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus {
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:focus+.btn-secondary {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary {
	color: #fff;
	background-color: #565e64;
	border-color: #51585e
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus {
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-check:focus+.btn-success {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success {
	color: #fff;
	background-color: #146c43;
	border-color: #13653f
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus {
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:focus+.btn-info {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info {
	color: #000;
	background-color: #3dd5f3;
	border-color: #25cff2
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus {
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-check:focus+.btn-warning {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus {
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:focus+.btn-danger {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus {
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:focus+.btn-light {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus {
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-dark {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-dark:hover {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark:active {
	color: #fff;
	background-color: #1a1e21;
	border-color: #191c1f
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark:active:focus {
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-dark:disabled {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-check:focus+.btn-outline-primary {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-check:focus+.btn-outline-secondary {
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-check:focus+.btn-outline-success {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:focus+.btn-outline-info {
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:focus+.btn-outline-warning {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-check:focus+.btn-outline-danger {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-check:focus+.btn-outline-light {
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus {
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #212529;
	border-color: #212529
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark:active {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark:active:focus {
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark:disabled {
	color: #212529;
	background-color: transparent
}

.btn-link {
	font-weight: 400;
	color: #0d6efd;
	text-decoration: underline
}

.btn-link:hover {
	color: #0a58ca
}

.btn-link:disabled {
	color: #6c757d
}

.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

.fade {
	transition: opacity .15s linear
}

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

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

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

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

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #0d6efd;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.nav-link {
		transition: none
	}
}

.nav-link:focus,
.nav-link:hover {
	color: #0a58ca
}

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

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

.navbar-brand {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap
}

.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-text {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.navbar-toggler {
		transition: none
	}
}

.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 .25rem
}

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

.navbar-nav-scroll {
	overflow-y: auto
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}

	.navbar-expand-lg .offcanvas-header {
		display: none
	}

	.navbar-expand-lg .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		flex-grow: 1;
		visibility: visible !important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}

	.navbar-expand-lg .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}

	.navbar-expand-lg .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-expand .offcanvas-header {
	display: none
}

.navbar-expand .offcanvas {
	position: inherit;
	bottom: 0;
	z-index: 1000;
	flex-grow: 1;
	visibility: visible !important;
	background-color: transparent;
	border-right: 0;
	border-left: 0;
	transition: none;
	transform: none
}

.navbar-expand .offcanvas-top {
	height: auto;
	border-top: 0;
	border-bottom: 0
}

.navbar-expand .offcanvas-body {
	display: flex;
	flex-grow: 0;
	padding: 0;
	overflow-y: visible
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .55);
	border-color: rgba(255, 255, 255, .1)
}

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

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff
}

.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, .125);
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem
}

.card-title {
	margin-bottom: .5rem
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link+.card-link {
	margin-left: 1rem
}

.card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

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

.card-footer {
	padding: .5rem 1rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-img,
.card-img-top {
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5
}

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

.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	opacity: 1
}

.btn-close:disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: .25
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

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

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: 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, .2);
	border-radius: .3rem;
	outline: 0
}

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

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

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

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

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

.modal-footer>* {
	margin: .25rem
}

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

@media (min-width:992px) {
	.modal-lg {
		max-width: 800px
	}
}

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

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

@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 1045;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform .3s ease-in-out
}

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

.offcanvas-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem
}

.offcanvas-header .btn-close {
	padding: .5rem .5rem;
	margin-top: -.5rem;
	margin-right: -.5rem;
	margin-bottom: -.5rem
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: 1.5
}

.offcanvas-body {
	flex-grow: 1;
	padding: 1rem 1rem;
	overflow-y: auto
}

.offcanvas-end {
	top: 0;
	right: 0;
	width: 400px;
	border-left: 1px solid rgba(0, 0, 0, .2);
	transform: translateX(100%)
}

.offcanvas-top {
	top: 0;
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	transform: translateY(-100%)
}

@-webkit-keyframes placeholder-glow {
	50% {
		opacity: .2
	}
}

@keyframes placeholder-glow {
	50% {
		opacity: .2
	}
}

@-webkit-keyframes placeholder-wave {
	100% {
		-webkit-mask-position: -200% 0;
		mask-position: -200% 0
	}
}

@keyframes placeholder-wave {
	100% {
		-webkit-mask-position: -200% 0;
		mask-position: -200% 0
	}
}

.link-dark {
	color: #212529
}

.link-dark:focus,
.link-dark:hover {
	color: #1a1e21
}

.ratio {
	position: relative;
	width: 100%
}

.ratio::before {
	display: block;
	content: ""
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%
}

.ratio-4x3 {
	--bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
	--bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
	--bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.d-flex {
	display: flex !important
}

.top-0 {
	top: 0 !important
}

.top-50 {
	top: 50% !important
}

.top-100 {
	top: 100% !important
}

.end-0 {
	right: 0 !important
}

.end-50 {
	right: 50% !important
}

.end-100 {
	right: 100% !important
}

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

.border-0 {
	border: 0 !important
}

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

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

.border-end {
	border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
	border-right: 0 !important
}

.border-dark {
	border-color: #212529 !important
}

.border-1 {
	border-width: 1px !important
}

.border-2 {
	border-width: 2px !important
}

.border-3 {
	border-width: 3px !important
}

.border-4 {
	border-width: 4px !important
}

.border-5 {
	border-width: 5px !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

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

.h-auto {
	height: auto !important
}

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

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.ms-0 {
	margin-left: 0 !important
}

.ms-1 {
	margin-left: .25rem !important
}

.ms-2 {
	margin-left: .5rem !important
}

.ms-3 {
	margin-left: 1rem !important
}

.ms-4 {
	margin-left: 1.5rem !important
}

.ms-5 {
	margin-left: 3rem !important
}

.ms-auto {
	margin-left: auto !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.text-end {
	text-align: right !important
}

.text-dark {
	--bs-text-opacity: 1;
}

.text-body {
	--bs-text-opacity: 1;
}

.bg-dark {
	--bs-bg-opacity: 1;
}

.bg-body {
	--bs-bg-opacity: 1;
}

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

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

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.ms-lg-0 {
		margin-left: 0 !important
	}

	.ms-lg-1 {
		margin-left: .25rem !important
	}

	.ms-lg-2 {
		margin-left: .5rem !important
	}

	.ms-lg-3 {
		margin-left: 1rem !important
	}

	.ms-lg-4 {
		margin-left: 1.5rem !important
	}

	.ms-lg-5 {
		margin-left: 3rem !important
	}

	.ms-lg-auto {
		margin-left: auto !important
	}

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

	.p-lg-1 {
		padding: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.text-lg-end {
		text-align: right !important
	}
}

body,
html {
	width: 100%;
	height: 100%
}

body,
p {
	color: #5d636b;
	font: 400 1rem/1.625rem "Open Sans", sans-serif
}

h1 {
	color: #32373e;
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 3.25rem;
	font-family: Poppins, sans-serif
}

h2 {
	color: #32373e;
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	font-family: Poppins, sans-serif
}

h3 {
	color: #32373e;
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 2.25rem;
	font-family: Poppins, sans-serif
}

h4 {
	color: #32373e;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2rem;
	font-family: Poppins, sans-serif
}

h5 {
	color: #32373e;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-family: Poppins, sans-serif
}

h6 {
	color: #32373e;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.375rem;
	font-family: Poppins, sans-serif
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem
}

.p-small {
	font-size: .875rem;
	line-height: 1.5rem
}

.li-space-lg li {
	margin-bottom: .5rem
}

a {
	color: #5d636b;
	text-decoration: underline
}

a:hover {
	color: #5d636b;
	text-decoration: underline
}

.bg-gray {
	background-color: #f5f6fb
}

hr.hr-heading {
	display: inline-block;
	width: 4.5rem;
	height: .125rem;
	margin-top: 0;
	border: none;
	background-color: #2965a3;
	opacity: 1
}

.section-title {
	color: #2965a3;
	font-weight: 700;
	font-size: .8125rem;
	line-height: 1.125rem
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #2965a3;
	border-radius: 32px;
	background-color: #2965a3;
	color: #fff;
	font-weight: 600;
	font-size: .875rem;
	line-height: 0;
	text-decoration: none;
	transition: all .2s
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #2965a3;
	text-decoration: none
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #2965a3;
	border-radius: 32px;
	background-color: #2965a3;
	color: #fff;
	font-weight: 600;
	font-size: .875rem;
	line-height: 0;
	text-decoration: none;
	transition: all .2s
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: #2965a3;
	text-decoration: none
}

.btn-solid-lg .fab {
	margin-right: .5rem;
	font-size: 1.25rem;
	line-height: 0;
	vertical-align: top
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #2965a3;
	border-radius: 32px;
	background-color: transparent;
	color: #2965a3;
	font-weight: 600;
	font-size: .875rem;
	line-height: 0;
	text-decoration: none;
	transition: all .2s
}

.btn-outline-reg:hover {
	background-color: #2965a3;
	color: #fff;
	text-decoration: none
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #2965a3;
	border-radius: 32px;
	background-color: transparent;
	color: #2965a3;
	font-weight: 600;
	font-size: .875rem;
	line-height: 0;
	text-decoration: none;
	transition: all .2s
}

.btn-outline-lg:hover {
	background-color: #2965a3;
	color: #fff;
	text-decoration: none
}

.modal-dialog {
	margin-right: 1rem;
	margin-left: 1rem;
	pointer-events: all
}

.modal-content {
	background-color: #fff
}

.modal-content .btn-close {
	position: absolute;
	right: 6px;
	top: 10px;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") no-repeat;
	background-size: 16px 16px
}

.navbar {
	background-color: #2965a3;
	font-size: .875rem;
	line-height: .875rem;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05)
}

.navbar .navbar-brand {
	padding-top: .25rem;
	padding-bottom: .25rem
}

.navbar .logo-image img {
	/* width: 76px; */
	height: 56px;
	/* background-color: white; */
	/* padding: 20px; */
}

.navbar .logo-text {
	color: #fff;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none
}

.offcanvas-collapse {
	position: fixed;
	top: 3.25rem;
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #2965a3;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.navbar .navbar-nav {
	margin-top: .75rem;
	margin-bottom: .5rem
}

.navbar .nav-item .nav-link {
	padding-top: .625rem;
	padding-bottom: .625rem;
	color: #32373e;
	opacity: .8;
	font-weight: 600;
	text-decoration: none
}

.navbar .nav-item .nav-link:focus,
.navbar .nav-item .nav-link:hover {
	color: #2965a3;
	opacity: 1
}

@keyframes fadeDropdown {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem
}

.header {
	position: relative;
	overflow: hidden;
	padding-top: 7rem;
	padding-bottom: 7rem;
	background-color: #2965a3;
	text-align: center
}

.header div[class*=col] {
	position: relative
}

.header .text-container {
	margin-bottom: 4rem
}

.header .h1-large {
	margin-bottom: 1rem;
	color: #fff
}

.header .p-large {
	margin-bottom: 2.125rem;
	color: #fff
}

.header .btn-solid-lg {
	margin-right: .5rem;
	border: 1px solid #fff;
	background-color: #fff;
	color: #2965a3
}

.header .btn-solid-lg:hover {
	background-color: transparent;
	color: #fff
}

.header .btn-outline-lg {
	border: 1px solid #fff;
	color: #fff
}

.header .btn-outline-lg:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #2965a3
}

.cards-1 {
	padding-top: 3.5rem;
	padding-bottom: 3.75rem;
	text-align: center
}

.cards-1 .h2-heading {
	margin-bottom: .75rem
}

.cards-1 .card {
	margin-bottom: 4.5rem;
	border: none;
	background-color: transparent
}

.cards-1 .card-image img {
	max-width: 200px;
	margin-right: auto;
	margin-bottom: 2.5rem;
	margin-left: auto
}

.cards-1 .card-body {
	padding: 0;
	max-width: 200px;
	margin: auto;
}

.cards-1 .card-title {
	margin-bottom: .5rem
}

.cards-1 p {
	margin-bottom: 0
}

.basic-3 {
	padding-top: 3rem;
	padding-bottom: 7.25rem;
	text-align: center
}

.basic-3 .fa-stack {
	width: 2em;
	margin-bottom: .75rem;
	margin-right: .375rem;
	font-size: 1.5rem
}

.basic-3 .fa-stack .fa-stack-1x {
	color: #fff;
	transition: all .2s ease
}

.basic-3 .fa-stack .fa-stack-2x {
	color: #2965a3;
	transition: all .2s ease
}

.basic-3 .fa-stack:hover .fa-stack-1x {
	color: #2965a3
}

.basic-3 .fa-stack:hover .fa-stack-2x {
	color: #f3f7fd
}

.basic-1 {
	padding-top: 7.75rem;
	padding-bottom: 8.25rem
}

.basic-1 .text-container {
	margin-bottom: 4rem
}

.basic-1 h2 {
	margin-bottom: 1.5rem
}

.basic-1 .list-unstyled {
	margin-bottom: 1.625rem
}

.basic-1 .list-unstyled .fas {
	color: #2965a3;
	font-size: .375rem;
	line-height: 1.625rem
}

.basic-1 .list-unstyled .flex-grow-1 {
	margin-left: .5rem
}

.basic-1 .btn-solid-reg {
	cursor: pointer
}

.details-modal .modal-dialog {
	max-width: 1150px;
	margin-top: 120px
}

.details-modal .modal-content {
	padding: 2.75rem 1.25rem
}

.details-modal .image-container {
	margin-bottom: 3rem
}

.details-modal img {
	border-radius: 6px
}

.details-modal h3 {
	margin-bottom: .5rem
}

.details-modal hr {
	width: 44px;
	margin-top: .125rem;
	margin-bottom: 1.25rem;
	margin-left: 0;
	height: 2px;
	border: none;
	background-color: #2965a3;
	opacity: 1
}

.details-modal h4 {
	margin-top: 2rem;
	margin-bottom: .625rem
}

.details-modal .list-unstyled {
	margin-bottom: 2rem
}

.details-modal .list-unstyled .fas {
	color: #2965a3;
	font-size: 1rem;
	line-height: 1.625rem
}

.details-modal .list-unstyled .flex-grow-1 {
	margin-left: .625rem
}

.details-modal .btn-solid-reg {
	margin-right: .5rem
}

.details-modal .btn-outline-reg {
	cursor: pointer
}

.basic-2 {
	padding-top: 7.5rem;
	padding-bottom: 8rem
}

.basic-2 .image-container {
	margin-bottom: 2.5rem
}

.basic-2 .image-container img {
	border-radius: .5rem
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

.basic-2 .p-heading {
	text-align: center
}

.video-modal .modal-dialog {
	max-width: 1150px;
	margin-top: 200px
}

.video-modal .modal-content {
	background-color: #000
}

.video-modal .modal-content .btn-close {
	position: absolute;
	right: -20px;
	top: -20px;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") no-repeat;
	background-size: 16px 16px
}

.cards-2 {
	padding-top: 8rem;
	padding-bottom: 2.25rem
}

.cards-2 .section-title {
	text-align: center
}

.cards-2 .h2-heading {
	margin-bottom: 3.75rem;
	text-align: center
}

.cards-2 .card {
	max-width: 330px;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	border: 2px solid #e4e7fc;
	border-radius: 8px;
	text-align: center
}

.cards-2 .card .card-body {
	padding: 3rem 1.625rem 3.25rem 1.625rem
}

.cards-2 .card .card-title {
	margin-bottom: .75rem;
	color: #2b44ff;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.25rem
}

.cards-2 .card .list-unstyled {
	margin-bottom: 1.75rem;
	text-align: left
}

.cards-2 .card .list-unstyled .d-flex {
	margin-bottom: .5rem
}

.cards-2 .card .list-unstyled .fas {
	color: #2b44ff;
	font-size: .75rem;
	line-height: 1.625rem
}

.cards-2 .card .list-unstyled .flex-grow-1 {
	margin-left: .5rem
}

.footer {
	padding-top: 6.5rem;
	padding-bottom: 1.5rem;
	background-color: #2965a3;
}

.footer a {
	text-decoration: none
}

.footer .footer-col {
	margin-bottom: 3rem
}

.footer h6 {
	margin-bottom: .625rem;
	color: #e2e1e8
}

.footer a,
.footer p,
.footer ul {
	color: #e2e1e8
}

.footer .li-space-lg li {
	margin-bottom: .375rem
}

.footer .footer-col.third .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: .375rem;
	font-size: 1.375rem
}

.footer .footer-col.third .fa-stack .fa-stack-2x {
	color: #fff;
	transition: all .2s ease
}

.footer .footer-col.third .fa-stack .fa-stack-1x {
	color: #2965a3;
	transition: all .2s ease
}

.footer .footer-col.third .fa-stack:hover .fa-stack-2x {
	color: #2965a3
}

.footer .footer-col.third .fa-stack:hover .fa-stack-1x {
	color: #fff
}

.copyright {
	padding-bottom: 1rem;
	text-align: center;
	background-color: #2965a3;
}

.copyright a,
.copyright p {
	color: #e2e1e8;
	text-decoration: none
}

@media (min-width:992px) {
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto
	}

	.p-heading {
		width: 40rem;
		margin-right: auto;
		margin-left: auto
	}

	body.modal-open {
		overflow-y: scroll !important;
		padding-right: 0 !important
	}

	body.modal-open .navbar {
		padding-right: 0 !important
	}

	.modal {
		padding-right: 0 !important
	}

	.modal-dialog {
		margin-right: auto;
		margin-left: auto
	}

	.navbar {
		padding-top: 1.75rem;
		background-color: transparent;
		box-shadow: none;
		transition: all .2s
	}

	.navbar.top-nav-collapse {
		padding-top: .5rem;
		padding-bottom: .5rem;
		background-color: #2965a3;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05)
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0
	}

	.navbar .nav-item .nav-link {
		padding-right: .75rem;
		padding-left: .75rem
	}

	.header {
		padding-top: 11rem;
		padding-bottom: 10rem;
		text-align: left
	}

	.header .text-container {
		margin-bottom: 0
	}

	.header .btn-solid-lg {
		margin-bottom: 0
	}

	.header .btn-outline-lg,
	.header .btn-solid-lg {
		margin-right: .5rem;
		margin-left: 0
	}

	.header .image-container {
		/* transform: rotate(2deg); */
		/* filter: drop-shadow(0 30px 20px rgba(0, 0, 0, .2)); */
	}

	.cards-1 .card {
		display: inline-block;
		width: 284px;
		vertical-align: top
	}

	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 0;
		margin-left: 0
	}

	.basic-1 .text-container {
		margin-bottom: 0
	}

	.details-modal .modal-dialog {
		margin-top: 8%
	}

	.details-modal .modal-content .image-container {
		margin-bottom: 0
	}

	.video-modal .modal-dialog {
		margin-top: 7%
	}

	.cards-2 .card {
		display: inline-block;
		width: 304px;
		max-width: 100%;
		vertical-align: top
	}

	.cards-2 .card:nth-of-type(3n+2) {
		margin-right: .125rem;
		margin-left: .125rem
	}

	.footer .footer-col {
		margin-bottom: 2rem
	}

	.footer .footer-col.first {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top
	}

	.footer .footer-col.second {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top
	}

	.footer .footer-col.third {
		display: inline-block;
		width: 224px;
		text-align: right;
		vertical-align: top
	}

	.footer .footer-col.third .fa-stack {
		margin-right: 0;
		margin-left: .375rem
	}
}

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

	.navbar .container {
		max-width: 100%;
		padding-right: 2.5rem;
		padding-left: 2.5rem
	}

	.header {
		padding-top: 12rem;
		padding-bottom: 12rem
	}

	.header .text-container {
		/* margin-right: 4.5rem; */
	}

	.header .h1-large {
		font-size: 3.5rem;
		line-height: 4.375rem
	}

	.header .image-container {
		/* position: absolute; */
		/* z-index: 1; */
		/* top: -80px; */
		/* width: 700px; */
	}

	.cards-1 .card {
		width: calc(25% - 1rem);
		max-width: 320px
	}

	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 0;
		margin-left: 0
	}

	.basic-1 .text-container {
		margin-top: 1rem;
		margin-right: 3rem
	}

	.details-modal .modal-content {
		padding-right: 2rem;
		padding-left: 2rem
	}

	.cards-2 .card {
		width: 334px
	}

	.cards-2 .card .card-body {
		padding-right: 2.5rem;
		padding-left: 2.5rem
	}

	.cards-2 .card:nth-of-type(3n+2) {
		margin-right: 3rem;
		margin-left: 3rem
	}

	.footer .footer-col.first {
		width: 352px;
		margin-right: 6rem
	}

	.footer .footer-col.second {
		margin-right: 6.5rem
	}

	.footer .footer-col.third {
		text-align: right
	}
}

nav#navbarExample {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: #ffffff;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 5%);
	/* height: 56px; */
}

.cards-1 p.p-heading {
	margin-bottom: 3.125rem;
	text-align: center
}

.cards-1 .card-body p {
	font-weight: 700
}
img.logo-footer {
	width: 280px;
}
.basic-1 .image-container img.img-fluid {
	height: 260px;
}

.image-container {
	display: flex;
	justify-content: center;
} 