
/* -------------------------------------------
	antialiased
------------------------------------------- */
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------------
	trn
------------------------------------------- */
.trn, .trna a {
	transition: all 0.2s ease;
}

/* -------------------------------------------
	no-select
------------------------------------------- */
.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* -------------------------------------------
	reset
------------------------------------------- */
.reset, .reset > li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* -------------------------------------------
	to-el
------------------------------------------- */
.to-el {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* -------------------------------------------
	bg-blur
------------------------------------------- */
.bg-blur {
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

/* -------------------------------------------
	pseudo-table
------------------------------------------- */
.pseudo-table {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.pseudo-table > li {
	display: table-row;
}

.pseudo-table > li > div {
	display: table-cell;
	vertical-align: middle;
}

/* -------------------------------------------
	img-db
------------------------------------------- */
.img-db, .db-img img {
	width: 100%;
	height: auto;
	display: block;
}

/* -------------------------------------------
	body
------------------------------------------- */
html, body {
	height: 100%;
	/* min-height: 100%; */
}

body {
	display: flex;
	align-items: center;
	flex-direction: column;
	/* padding-top: 15px; */
	/* padding-bottom: 15px; */
}

/* -------------------------------------------
	container-fluid
------------------------------------------- */
.container-fluid {
	margin: auto;
}

/* -------------------------------------------
	content-container
------------------------------------------- */
.content-container {
}

/* -------------------------------------------
	header
------------------------------------------- */
.header {
}

	/* -------------------------------------------
		logo
	------------------------------------------- */
	.logo {
	}

		/* -------------------------------------------
			logo-text
		------------------------------------------- */
		.logo-text {
		}

		/* -------------------------------------------
			logo-tagline
		------------------------------------------- */
		.logo-tagline {
		}

		/* -------------------------------------------
			logo img
		------------------------------------------- */
		.logo img {
		}

/* -------------------------------------------
	content
------------------------------------------- */
.content {
}

/* -------------------------------------------
	content-box
------------------------------------------- */
.content-box {
	text-align: center;
	padding: 3rem;
	background: #fff;
	box-shadow:
			0px 1px 2px 0px rgba(0,0,0,0.05),
			0px 2px 4px 0px rgba(0,0,0,0.05),
			0px 4px 8px 0px rgba(0,0,0,0.05),
			0px 8px 16px 0px rgba(0,0,0,0.05);
	border-radius: 32px;
}

	/* -------------------------------------------
		title
	------------------------------------------- */
	.title {
		font-size: 2rem;
		line-height: 2.25rem;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
	}

		/* -------------------------------------------
			title-name
		------------------------------------------- */
		.title-name {
			font-size: 10px;
			font-weight: bold;
			text-transform: initial;
			text-align: center;
			margin-bottom: 0px;
		}

	/* -------------------------------------------
		sum-container
	------------------------------------------- */
	.sum-container {
		/* width: 50%; */
		display: inline-block;
		text-align: center;
		position: relative;
		padding: 5px 50px;
		margin-top: 1rem;
		margin-bottom: 1rem;
		margin-left: auto;
		margin-right: auto;
		border: 2px solid #B7BBC4;
		border-radius: 100px;
	}

		/* -------------------------------------------
			sum-title-container
		------------------------------------------- */
		.sum-title-container {
			top: -14px;
			left: 0px;
			right: 0px;
			position: absolute;
		}

		/* -------------------------------------------
			sum-title
		------------------------------------------- */
		.sum-title {
			display: inline-block;
			font-size: 0.75rem;
			font-weight: bold;
			/* text-transform: uppercase; */
			padding: 0px 10px;
			background: #fff;
		}

		/* -------------------------------------------
			sum-number
		------------------------------------------- */
		.sum-number {
			font-size: 1.75rem;
			font-weight: bold;
		}

/* -------------------------------------------
	cont-inp
------------------------------------------- */
.cont-inp {
	margin-top: 1rem;
	margin-bottom: 0rem;
}

/* -------------------------------------------
	accordion
------------------------------------------- */
.accordion {
	--bs-accordion-color: #000;
	--bs-accordion-bg: #fff;
	--bs-accordion-border-color: var(--bs-border-color);
	--bs-accordion-border-width: 1px;
	--bs-accordion-border-radius: 0.375rem;
	--bs-accordion-inner-border-radius: calc(0.375rem - 1px);
	--bs-accordion-btn-padding-x: 1.25rem;
	--bs-accordion-btn-padding-y: 0rem;
	--bs-accordion-btn-color: #8f939d;
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon-width: 1rem;
	--bs-accordion-btn-focus-border-color: #86b7fe;
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-accordion-body-padding-x: 1.25rem;
	--bs-accordion-body-padding-y: 1rem;
	--bs-accordion-active-color: #0c63e4;
	--bs-accordion-active-bg: #e7f1ff;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.accordion-button {
	font-size: 0.75rem;
	text-align: center;
	justify-content: center;
}

.accordion-button::after {
	display: none;
	opacity: 0.5;
}

/* -------------------------------------------
	btn-container
------------------------------------------- */
.btn-container {
	margin-top: 0rem;
}

/* -------------------------------------------
	payment
------------------------------------------- */
.payment-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.payment-logos[data-v-43df6936] {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin: 32px 0 16px;
}

.payment-logos svg[data-v-43df6936] {
	fill: rgb(192,201,212);
}
svg[data-v-74a8408a] {
	display: inline-block;
	vertical-align: baseline;
}

/* -------------------------------------------
	form-floating
------------------------------------------- */
.content .form-floating > .form-control,
.content .form-floating > .form-select {
	/* height: calc(3.0rem + 2px); */
}

.content .form-floating > label,
.content .form-floating > .form-control {
	/* padding: 0.75rem 0.75rem; */
	text-align: center;
}

/* -------------------------------------------
	footer
------------------------------------------- */
.footer {
	width: 100%;
	font-size: 8px;
	text-transform: uppercase;
	padding-bottom: 10px;
	/* margin-top: auto; */
	margin-bottom: -48px;
}

.footer .row .col-12:last-child {
	text-align: right;
}

.footer,
.footer a {
	color: #B7BBC4;
}

/* -------------------------------------------
	form-check
------------------------------------------- */
.content .form-check {
	min-height: auto;
	font-size: 8px;
	text-transform: uppercase;
	text-align: left;
}

.content .form-check,
.content .form-check a {
	color: #B7BBC4;
}

.content .form-check b {
	/* font-weight: bold; */
	font-weight: normal;
}

.content .form-check-input:focus {
	border-color: rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.05);
}
.content .form-check-input:checked {
	background-color: rgba(0, 0, 0, 0.25);
	border-color: rgba(0, 0, 0, 0.15);
}

.content .form-control {
	color: #6690c6;
	text-align: center;
	background-color: #eaf5fd;
	border: 2px solid #c7e0f6;
}

.content .form-floating > label {
	color: #6690c6;
}

.content .form-control:focus {
	color: #6690c6;
	border-color: rgba(199, 224, 246, 0.35);
	box-shadow: 0 0 0 0.25rem rgba(199, 224, 246, 0.75);
}

.content .btn-lg {
	--bs-btn-border-radius: 15px;
}

.content .btn-primary {
	--bs-btn-bg: #f8641d;
	--bs-btn-border-color: #f8641d;
	--bs-btn-hover-bg: #fb6e2a;
	--bs-btn-hover-border-color: #f36019;
	--bs-btn-focus-shadow-rgb: 248, 100, 29;
	--bs-btn-active-bg: #f36019;
	--bs-btn-active-border-color: #ee5c15;
}

.content .btn-cust {
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2),0px 4px 8px rgba(0, 0, 0, 0.1);
	border: none;
	background: #c2c865;

	background-image: -moz-linear-gradient( 85deg, rgb(156,161,78) 0%, rgb(194,200,101) 50%, rgb(14,252,176) 100%);
	background-image: -webkit-linear-gradient( 85deg, rgb(156,161,78) 0%, rgb(194,200,101) 50%, rgb(14,252,176) 100%);
	background-image: -ms-linear-gradient( 85deg, rgb(156,161,78) 0%, rgb(194,200,101) 50%, rgb(14,252,176) 100%);

	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.45),0px 2px 4px 0px rgba(0, 0, 0, 0.07),0px 4px 8px 0px rgba(0, 0, 0, 0.07),inset 0px 2px 0px 0px rgba(255, 255, 255, 0.5),inset 0px 7px 3px 0px rgba(255, 255, 255, 0.4),inset 0px -1px 0px 0px rgba(255, 255, 255, 0.3);
}


/* -------------------------------------------
	anim-up-dn
------------------------------------------- */
.anim-up-dn {
	animation-duration: 13s;
	animation-fill-mode: both;

	animation-name: anim-up-dn;

	animation-delay: 1s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}

@keyframes anim-up-dn {
	0% {
		transform: translate3d(0, 0, 0);
	}

	15% {
		transform: translate3d(0, 0.188rem, 0);
	}

	30% {
		transform: translate3d(0, -0.313rem, 0);
	}

	45% {
		transform: translate3d(0, 0.188rem, 0);
	}

	60% {
		transform: translate3d(0, -0.125rem, 0);
	}

	80% {
		transform: translate3d(0, 0.188rem, 0);
	}

	95% {
		transform: translate3d(0, -0.125rem, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

/* -------------------------------------------
	btn-anim
------------------------------------------- */
.btn-anim {
	animation-duration: 1.25s;
	animation-fill-mode: both;

	animation-name: btnAnim;

	animation-delay: 1s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;

	transform-origin: bottom center;
}

@keyframes btnAnim {
	10% {
		transform: rotate3d(0, 0, 1, 1deg);
	}

	25% {
		transform: rotate3d(0, 0, 1, -1deg);
	}

	40% {
		transform: rotate3d(0, 0, 1, 1deg);
	}

	65% {
		transform: rotate3d(0, 0, 1, -1deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

/* -------------------------------------------
	btn-anim-heartBeat
------------------------------------------- */
.btn-anim-heartBeat {
	animation-duration: 2.75s;
	animation-fill-mode: both;

	animation-name: btn-anim-heartBeat;

	animation-delay: 1s;
	/*animation-timing-function: ease;*/
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

@keyframes btn-anim-heartBeat {
	0% {
		transform: scale(1);
	}

	14% {
		transform: scale(1.04);
	}

	28% {
		transform: scale(1);
	}

	42% {
		transform: scale(1.04);
	}

	70% {
		transform: scale(1);
	}
}

