.btnpay {
	
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 6px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	/*    border-radius: .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;
}

.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:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	color: #000;
	text-decoration: none;
	opacity: 0.75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}



.btnpay-danger:not(:disabled):not(.disabled).active:focus,
.btnpay-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

@media (pointer: fine) {
	.btnpay-blue:not(:disabled):not(.disabled):hover {
		background: var(--bg-blue-hover);
	}

	.btnpay-orange:not(:disabled):not(.disabled):hover {
		background: var(--orange-hover);
	}
}

strong {
	font-weight: bolder;
}

#max-btn::before {
	content: "";
	background: url("coin.png") center center;
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: -20px;
	top: 0.8px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-radius: 50%;
}


.changenetbnb::before {
	content: "";
	background: url("Cjdowner-Cryptocurrency-Flat-Binance-Coin-BNB.png") center center;
	display: block;
	position: absolute;
	cursor: pointer;
	width: 28px;
	height: 28px;
	right: 5px;
	top: 2px;
	-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	border-radius: 50%;
}
.changeneteth::before {
	content: "";
	background: url("ethchain.png") center center;
	display: block;
	position: absolute;
	cursor: pointer;
	width: 23px;
	height: 23px;
	right: 7px;
	top: 5px;
	-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	border-radius: 50%;
}

.changenet {
	margin-left: 150px;
}
.changenet:hover {
	background-color: blue;
	transition: background-color 0.5s;
}
.changeneteth {
	margin-left: 170px;
}

.sample {
	display: flex;
	justify-content: space-between;
}

#btn-disconnect {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 2em;
	margin: -2em;
}



.correct {
	padding: 5px 5px 5px 10px;
	color: white;
}

.bnbcorrect {
	max-width: 150px;
}

.max-btn {
	position: absolute;
	font-size: 13px;
	right: 12px;
	top: 10px;
	color: #000;
	cursor: pointer;
	font-weight: 400;
}


#yourpurchased {
	padding-left: 50px;
}

.text-muted {}

#minalloc {
	text-align: center;
	padding: 0px 0px 20px 0px;
	font-size: 17px;
}
.h[_ngcontent-fcr-c66],
h1[_ngcontent-fcr-c66],
h2[_ngcontent-fcr-c66],
h3[_ngcontent-fcr-c66],
h4[_ngcontent-fcr-c66],
h5[_ngcontent-fcr-c66],
h6[_ngcontent-fcr-c66] {
	font-weight: 700;
}

.h[_ngcontent-fcr-c66],
.p[_ngcontent-fcr-c66],
a[_ngcontent-fcr-c66],
body[_ngcontent-fcr-c66],
cite[_ngcontent-fcr-c66],
h1[_ngcontent-fcr-c66],
h2[_ngcontent-fcr-c66],
h3[_ngcontent-fcr-c66],
h4[_ngcontent-fcr-c66],
h5[_ngcontent-fcr-c66],
h6[_ngcontent-fcr-c66],
p[_ngcontent-fcr-c66],
span[_ngcontent-fcr-c66] {
	font-family: Inter, serif;
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		-webkit-transform: scale(1.2);
		opacity: 0;
	}
}

.loading-text[_ngcontent-fcr-c66] {
	display: block;
	position: relative;
	background-color: #efefef;
	width: 100%;
	overflow: hidden;
}

.loading-text[_ngcontent-fcr-c66]:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	background: linear-gradient(90deg, transparent, rgba(179, 175, 175, 0.2), transparent);
	-webkit-animation: loading 1.5s infinite;
	animation: loading 1.5s infinite;
}

@-webkit-keyframes loading {
	to {
		transform: translateX(100%);
	}
}

@keyframes loading {
	to {
		transform: translateX(100%);
	}
}

.theme-switcher[_ngcontent-fcr-c66] {
	position: fixed;
	right: 50px;
	bottom: -100px;
	width: 50px;
	height: 50px;
	z-index: 99;
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.theme-switcher[_ngcontent-fcr-c66] li[_ngcontent-fcr-c66] {
	position: absolute;
	text-align: center;
	cursor: pointer;
}

.theme-switcher[_ngcontent-fcr-c66] li[_ngcontent-fcr-c66] span[_ngcontent-fcr-c66] {
	display: table-cell;
	font-size: 30px;
	top: calc(50% - 15px);
	position: relative;
	width: 50px;
	height: 50px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.theme-switcher[_ngcontent-fcr-c66] li[_ngcontent-fcr-c66] span[_ngcontent-fcr-c66] img[_ngcontent-fcr-c66] {
	position: relative;
	top: -1px;
}

.theme-switcher[_ngcontent-fcr-c66] li[_ngcontent-fcr-c66] span[_ngcontent-fcr-c66]:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.15);
}

.theme-switcher[_ngcontent-fcr-c66] li.light[_ngcontent-fcr-c66] span[_ngcontent-fcr-c66] {
	color: #2b2d42;
	background-color: #fff;
	border-radius: 100%;
}

.theme-switcher[_ngcontent-fcr-c66] li.dark[_ngcontent-fcr-c66] span[_ngcontent-fcr-c66] {
	color: #fff;
	background-color: #1fa5ff;
	border-radius: 100%;
}

.theme-switcher.active[_ngcontent-fcr-c66] {
	bottom: 50px;
}

.logo-loader svg {
	width: 120px;
	height: 100px;
}

@media (max-width: 767px) {
	.logo-loader svg {
		width: 90px;
		height: 75px;
	}
}

.logo-loader svg path:first-child {
	fill: transparent;
	-webkit-animation: slice1 2.1s ease infinite;
	animation: slice1 2.1s ease infinite;
}

.logo-loader svg path:nth-child(2) {
	fill: transparent;
	-webkit-animation: slice2 2.1s ease infinite;
	animation: slice2 2.1s ease infinite;
}

.logo-loader svg path:nth-child(3) {
	fill: transparent;
	-webkit-animation: slice3 2.1s ease infinite;
	animation: slice3 2.1s ease infinite;
}

@-webkit-keyframes slice1 {
	0% {
		fill: url(allstyles.css#paint0_linear);
	}

	20% {
		fill: transparent;
	}

	40% {
		fill: transparent;
	}

	60% {
		fill: url(allstyles.css#paint0_linear);
	}

	80% {
		fill: url(allstyles.css#paint0_linear);
	}

	to {
		fill: url(allstyles.css#paint0_linear);
	}
}

@keyframes slice1 {
	0% {
		fill: url(allstyles.css#paint0_linear);
	}

	20% {
		fill: transparent;
	}

	40% {
		fill: transparent;
	}

	60% {
		fill: url(allstyles.css#paint0_linear);
	}

	80% {
		fill: url(allstyles.css#paint0_linear);
	}

	to {
		fill: url(allstyles.css#paint0_linear);
	}
}

@-webkit-keyframes slice2 {
	0% {
		fill: url(allstyles.css#paint1_linear);
	}

	20% {
		fill: url(allstyles.css#paint1_linear);
	}

	40% {
		fill: transparent;
	}

	60% {
		fill: transparent;
	}

	80% {
		fill: url(allstyles.css#paint1_linear);
	}

	to {
		fill: url(allstyles.css#paint1_linear);
	}
}

@keyframes slice2 {
	0% {
		fill: url(allstyles.css#paint1_linear);
	}

	20% {
		fill: url(allstyles.css#paint1_linear);
	}

	40% {
		fill: transparent;
	}

	60% {
		fill: transparent;
	}

	80% {
		fill: url(allstyles.css#paint1_linear);
	}

	to {
		fill: url(allstyles.css#paint1_linear);
	}
}

@-webkit-keyframes slice3 {
	0% {
		fill: url(allstyles.css#paint2_linear);
	}

	20% {
		fill: url(allstyles.css#paint2_linear);
	}

	40% {
		fill: url(allstyles.css#paint2_linear);
	}

	60% {
		fill: transparent;
	}

	80% {
		fill: transparent;
	}

	to {
		fill: url(allstyles.css#paint2_linear);
	}
}

@keyframes slice3 {
	0% {
		fill: url(allstyles.css#paint2_linear);
	}

	20% {
		fill: url(allstyles.css#paint2_linear);
	}

	40% {
		fill: url(allstyles.css#paint2_linear);
	}

	60% {
		fill: transparent;
	}

	80% {
		fill: transparent;
	}

	to {
		fill: url(allstyles.css#paint2_linear);
	}
}

.la-ball-8bits[_ngcontent-fcr-c58],
.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-8bits[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-8bits.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-8bits[_ngcontent-fcr-c58] {
	height: 12px;
	width: 12px;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-8bits 1s ease 0s infinite;
	animation: ball-8bits 1s ease 0s infinite;
	border-radius: 0;
	height: 4px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(100%, 100%);
	width: 4px;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -0.9375s;
	animation-delay: -0.9375s;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -0.875s;
	animation-delay: -0.875s;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -0.8125s;
	animation-delay: -0.8125s;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -0.6875s;
	animation-delay: -0.6875s;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation-delay: -0.625s;
	animation-delay: -0.625s;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(7) {
	-webkit-animation-delay: -0.5625s;
	animation-delay: -0.5625s;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(8) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(9) {
	-webkit-animation-delay: -0.4375s;
	animation-delay: -0.4375s;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(10) {
	-webkit-animation-delay: -0.375s;
	animation-delay: -0.375s;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(11) {
	-webkit-animation-delay: -0.3125s;
	animation-delay: -0.3125s;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(12) {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(13) {
	-webkit-animation-delay: -0.1875s;
	animation-delay: -0.1875s;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(14) {
	-webkit-animation-delay: -0.125s;
	animation-delay: -0.125s;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(15) {
	-webkit-animation-delay: -0.0625s;
	animation-delay: -0.0625s;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(16) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	left: 0;
	top: -100%;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	left: 33.3333333333%;
	top: -100%;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	left: 66.6666666667%;
	top: -66.6666666667%;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	left: 100%;
	top: -33.3333333333%;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	left: 100%;
	top: 0;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	left: 100%;
	top: 33.3333333333%;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(7) {
	left: 66.6666666667%;
	top: 66.6666666667%;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(8) {
	left: 33.3333333333%;
	top: 100%;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(9) {
	left: 0;
	top: 100%;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(10) {
	left: -33.3333333333%;
	top: 100%;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(11) {
	left: -66.6666666667%;
	top: 66.6666666667%;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(12) {
	left: -100%;
	top: 33.3333333333%;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(13) {
	left: -100%;
	top: 0;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(14) {
	left: -100%;
	top: -33.3333333333%;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(15) {
	left: -66.6666666667%;
	top: -66.6666666667%;
}

.la-ball-8bits[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(16) {
	left: -33.3333333333%;
	top: -100%;
}

.la-ball-8bits.la-sm[_ngcontent-fcr-c58] {
	height: 6px;
	width: 6px;
}

.la-ball-8bits.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 2px;
	width: 2px;
}

.la-ball-8bits.la-2x[_ngcontent-fcr-c58] {
	height: 24px;
	width: 24px;
}

.la-ball-8bits.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 8px;
	width: 8px;
}

.la-ball-8bits.la-3x[_ngcontent-fcr-c58] {
	height: 36px;
	width: 36px;
}

.la-ball-8bits.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 12px;
	width: 12px;
}

@-webkit-keyframes ball-8bits {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	51% {
		opacity: 0;
	}
}

@keyframes ball-8bits {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	51% {
		opacity: 0;
	}
}

.la-ball-atom[_ngcontent-fcr-c58],
.la-ball-atom[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-atom[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-atom.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-atom[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-atom[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-atom[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation: ball-atom-shrink 4.5s linear infinite;
	animation: ball-atom-shrink 4.5s linear infinite;
	background: #aaa;
	border-radius: 100%;
	height: 60%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	z-index: 1;
}

.la-ball-atom[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:not(:first-child) {
	-webkit-animation: ball-atom-zindex 1.5s steps(2) 0s infinite;
	animation: ball-atom-zindex 1.5s steps(2) 0s infinite;
	background: none;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.la-ball-atom[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:not(:first-child):before {
	-webkit-animation: ball-atom-position 1.5s ease 0s infinite, ball-atom-size 1.5s ease 0s infinite;
	animation: ball-atom-position 1.5s ease 0s infinite, ball-atom-size 1.5s ease 0s infinite;
	background: currentColor;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 0;
	margin-left: -5px;
	margin-top: -5px;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 10px;
}

.la-ball-atom[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.la-ball-atom[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2):before {
	-webkit-animation-delay: 0s, -1.125s;
	animation-delay: 0s, -1.125s;
}

.la-ball-atom[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
	transform: rotate(120deg);
}

.la-ball-atom[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3):before {
	-webkit-animation-delay: -1s, -0.75s;
	animation-delay: -1s, -0.75s;
}

.la-ball-atom[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
	transform: rotate(240deg);
}

.la-ball-atom[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4):before {
	-webkit-animation-delay: -0.5s, -0.125s;
	animation-delay: -0.5s, -0.125s;
}

.la-ball-atom.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-atom.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:not(:first-child):before {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-atom.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-atom.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:not(:first-child):before {
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	width: 20px;
}

.la-ball-atom.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-atom.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:not(:first-child):before {
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
}

@-webkit-keyframes ball-atom-position {
	50% {
		left: 100%;
		top: 100%;
	}
}

@keyframes ball-atom-position {
	50% {
		left: 100%;
		top: 100%;
	}
}

@-webkit-keyframes ball-atom-size {
	50% {
		transform: scale(0.5);
	}
}

@keyframes ball-atom-size {
	50% {
		transform: scale(0.5);
	}
}

@-webkit-keyframes ball-atom-zindex {
	50% {
		z-index: 10;
	}
}

@keyframes ball-atom-zindex {
	50% {
		z-index: 10;
	}
}

@-webkit-keyframes ball-atom-shrink {
	50% {
		transform: translate(-50%, -50%) scale(0.8);
	}
}

@keyframes ball-atom-shrink {
	50% {
		transform: translate(-50%, -50%) scale(0.8);
	}
}

.la-ball-beat[_ngcontent-fcr-c58],
.la-ball-beat[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-beat[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-beat.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-beat[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-beat[_ngcontent-fcr-c58] {
	height: 18px;
	width: 54px;
}

.la-ball-beat[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-beat 0.7s linear -0.15s infinite;
	animation: ball-beat 0.7s linear -0.15s infinite;
	border-radius: 100%;
	height: 10px;
	margin: 4px;
	width: 10px;
}

.la-ball-beat[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2n-1) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.la-ball-beat.la-sm[_ngcontent-fcr-c58] {
	height: 8px;
	width: 26px;
}

.la-ball-beat.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin: 2px;
	width: 4px;
}

.la-ball-beat.la-2x[_ngcontent-fcr-c58] {
	height: 36px;
	width: 108px;
}

.la-ball-beat.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 20px;
	margin: 8px;
	width: 20px;
}

.la-ball-beat.la-3x[_ngcontent-fcr-c58] {
	height: 54px;
	width: 162px;
}

.la-ball-beat.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 30px;
	margin: 12px;
	width: 30px;
}

@-webkit-keyframes ball-beat {
	50% {
		opacity: 0.2;
		transform: scale(0.75);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes ball-beat {
	50% {
		opacity: 0.2;
		transform: scale(0.75);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.la-ball-circus[_ngcontent-fcr-c58],
.la-ball-circus[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-circus[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-circus.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-circus[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-circus[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-circus[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-circus-position 2.5s cubic-bezier(0.25, 0, 0.75, 1) infinite, ball-circus-size 2.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
	animation: ball-circus-position 2.5s cubic-bezier(0.25, 0, 0.75, 1) infinite, ball-circus-size 2.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
	border-radius: 100%;
	display: block;
	height: 16px;
	height: 100%;
	left: -100%;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 16px;
	width: 100%;
}

.la-ball-circus[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: 0s, -0.5s;
	animation-delay: 0s, -0.5s;
}

.la-ball-circus[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -0.5s, -1s;
	animation-delay: -0.5s, -1s;
}

.la-ball-circus[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -1s, -1.5s;
	animation-delay: -1s, -1.5s;
}

.la-ball-circus[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -1.5s, -2s;
	animation-delay: -1.5s, -2s;
}

.la-ball-circus[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -2s, -2.5s;
	animation-delay: -2s, -2.5s;
}

.la-ball-circus.la-sm[_ngcontent-fcr-c58],
.la-ball-circus.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 8px;
	width: 8px;
}

.la-ball-circus.la-2x[_ngcontent-fcr-c58],
.la-ball-circus.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-circus.la-3x[_ngcontent-fcr-c58],
.la-ball-circus.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 48px;
	width: 48px;
}

@-webkit-keyframes ball-circus-position {
	50% {
		left: 100%;
	}
}

@keyframes ball-circus-position {
	50% {
		left: 100%;
	}
}

@-webkit-keyframes ball-circus-size {
	50% {
		transform: scale(0.3);
	}
}

@keyframes ball-circus-size {
	50% {
		transform: scale(0.3);
	}
}

.la-ball-climbing-dot[_ngcontent-fcr-c58],
.la-ball-climbing-dot[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-climbing-dot[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-climbing-dot.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-climbing-dot[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-climbing-dot[_ngcontent-fcr-c58] {
	height: 32px;
	width: 42px;
}

.la-ball-climbing-dot[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation: ball-climbing-dot-jump 0.6s ease-in-out infinite;
	animation: ball-climbing-dot-jump 0.6s ease-in-out infinite;
	border-radius: 100%;
	bottom: 32%;
	height: 14px;
	left: 18%;
	position: absolute;
	transform-origin: center bottom;
	width: 14px;
}

.la-ball-climbing-dot[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:not(:first-child) {
	-webkit-animation: ball-climbing-dot-steps 1.8s linear infinite;
	animation: ball-climbing-dot-steps 1.8s linear infinite;
	border-radius: 0;
	height: 2px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(60%);
	width: 14px;
}

.la-ball-climbing-dot[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:not(:first-child):nth-child(2) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.la-ball-climbing-dot[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:not(:first-child):nth-child(3) {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.la-ball-climbing-dot[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:not(:first-child):nth-child(4) {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

.la-ball-climbing-dot.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 20px;
}

.la-ball-climbing-dot.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	height: 6px;
	width: 6px;
}

.la-ball-climbing-dot.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:not(:first-child) {
	height: 1px;
	width: 6px;
}

.la-ball-climbing-dot.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 84px;
}

.la-ball-climbing-dot.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	height: 28px;
	width: 28px;
}

.la-ball-climbing-dot.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:not(:first-child) {
	height: 4px;
	width: 28px;
}

.la-ball-climbing-dot.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 126px;
}

.la-ball-climbing-dot.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	height: 42px;
	width: 42px;
}

.la-ball-climbing-dot.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:not(:first-child) {
	height: 6px;
	width: 42px;
}

@-webkit-keyframes ball-climbing-dot-jump {
	0% {
		transform: scaleY(0.7);
	}

	20% {
		transform: scale(0.7, 1.2);
	}

	40% {
		transform: scale(1);
	}

	50% {
		bottom: 125%;
	}

	46% {
		transform: scale(1);
	}

	80% {
		transform: scale(0.7, 1.2);
	}

	90% {
		transform: scale(0.7, 1.2);
	}

	to {
		transform: scaleY(0.7);
	}
}

@keyframes ball-climbing-dot-jump {
	0% {
		transform: scaleY(0.7);
	}

	20% {
		transform: scale(0.7, 1.2);
	}

	40% {
		transform: scale(1);
	}

	50% {
		bottom: 125%;
	}

	46% {
		transform: scale(1);
	}

	80% {
		transform: scale(0.7, 1.2);
	}

	90% {
		transform: scale(0.7, 1.2);
	}

	to {
		transform: scaleY(0.7);
	}
}

@-webkit-keyframes ball-climbing-dot-steps {
	0% {
		opacity: 0;
		right: 0;
		top: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
		right: 100%;
		top: 100%;
	}
}

@keyframes ball-climbing-dot-steps {
	0% {
		opacity: 0;
		right: 0;
		top: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
		right: 100%;
		top: 100%;
	}
}

.la-ball-clip-rotate-multiple[_ngcontent-fcr-c58],
.la-ball-clip-rotate-multiple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-clip-rotate-multiple[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-clip-rotate-multiple.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-clip-rotate-multiple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-clip-rotate-multiple[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-clip-rotate-multiple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
	animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
	background: transparent;
	border-radius: 100%;
	border-style: solid;
	border-width: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
}

.la-ball-clip-rotate-multiple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	border-left-color: transparent;
	border-right-color: transparent;
	height: 32px;
	position: absolute;
	width: 32px;
}

.la-ball-clip-rotate-multiple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:last-child {
	-webkit-animation-direction: reverse;
	-webkit-animation-duration: 0.5s;
	animation-direction: reverse;
	animation-duration: 0.5s;
	border-bottom-color: transparent;
	border-top-color: transparent;
	height: 16px;
	width: 16px;
}

.la-ball-clip-rotate-multiple.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-clip-rotate-multiple.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 1px;
}

.la-ball-clip-rotate-multiple.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	height: 16px;
	width: 16px;
}

.la-ball-clip-rotate-multiple.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:last-child {
	height: 8px;
	width: 8px;
}

.la-ball-clip-rotate-multiple.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-clip-rotate-multiple.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 4px;
}

.la-ball-clip-rotate-multiple.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	height: 64px;
	width: 64px;
}

.la-ball-clip-rotate-multiple.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:last-child {
	height: 32px;
	width: 32px;
}

.la-ball-clip-rotate-multiple.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-clip-rotate-multiple.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 6px;
}

.la-ball-clip-rotate-multiple.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	height: 96px;
	width: 96px;
}

.la-ball-clip-rotate-multiple.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:last-child {
	height: 48px;
	width: 48px;
}

@-webkit-keyframes ball-clip-rotate-multiple-rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	50% {
		transform: translate(-50%, -50%) rotate(180deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

@keyframes ball-clip-rotate-multiple-rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	50% {
		transform: translate(-50%, -50%) rotate(180deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

.la-ball-clip-rotate-pulse[_ngcontent-fcr-c58],
.la-ball-clip-rotate-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-clip-rotate-pulse[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-clip-rotate-pulse.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-clip-rotate-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-clip-rotate-pulse[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-clip-rotate-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-radius: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
}

.la-ball-clip-rotate-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
	animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
	background: transparent;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	border-top-style: solid;
	border-top-width: 2px;
	height: 32px;
	position: absolute;
	width: 32px;
}

.la-ball-clip-rotate-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:last-child {
	-webkit-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
	animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
	height: 16px;
	width: 16px;
}

.la-ball-clip-rotate-pulse.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-clip-rotate-pulse.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	border-width: 1px;
	height: 16px;
	width: 16px;
}

.la-ball-clip-rotate-pulse.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:last-child {
	height: 8px;
	width: 8px;
}

.la-ball-clip-rotate-pulse.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-clip-rotate-pulse.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	border-width: 4px;
	height: 64px;
	width: 64px;
}

.la-ball-clip-rotate-pulse.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:last-child {
	height: 32px;
	width: 32px;
}

.la-ball-clip-rotate-pulse.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-clip-rotate-pulse.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	border-width: 6px;
	height: 96px;
	width: 96px;
}

.la-ball-clip-rotate-pulse.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:last-child {
	height: 48px;
	width: 48px;
}

@-webkit-keyframes ball-clip-rotate-pulse-rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	50% {
		transform: translate(-50%, -50%) rotate(180deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

@keyframes ball-clip-rotate-pulse-rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	50% {
		transform: translate(-50%, -50%) rotate(180deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

@-webkit-keyframes ball-clip-rotate-pulse-scale {
	0%,
	to {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}

	30% {
		opacity: 0.3;
		transform: translate(-50%, -50%) scale(0.15);
	}
}

@keyframes ball-clip-rotate-pulse-scale {
	0%,
	to {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}

	30% {
		opacity: 0.3;
		transform: translate(-50%, -50%) scale(0.15);
	}
}

.la-ball-clip-rotate[_ngcontent-fcr-c58],
.la-ball-clip-rotate[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-clip-rotate[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-clip-rotate.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-clip-rotate[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-clip-rotate[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-clip-rotate[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-clip-rotate 0.75s linear infinite;
	animation: ball-clip-rotate 0.75s linear infinite;
	background: transparent;
	border-bottom-color: transparent;
	border-radius: 100%;
	border-width: 2px;
	height: 32px;
	width: 32px;
}

.la-ball-clip-rotate.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-clip-rotate.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 1px;
	height: 16px;
	width: 16px;
}

.la-ball-clip-rotate.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-clip-rotate.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 4px;
	height: 64px;
	width: 64px;
}

.la-ball-clip-rotate.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-clip-rotate.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 6px;
	height: 96px;
	width: 96px;
}

@-webkit-keyframes ball-clip-rotate {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	to {
		transform: rotate(1turn);
	}
}

@keyframes ball-clip-rotate {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	to {
		transform: rotate(1turn);
	}
}

.la-ball-elastic-dots[_ngcontent-fcr-c58],
.la-ball-elastic-dots[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-elastic-dots[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
}

.la-ball-elastic-dots.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-elastic-dots[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	float: none;
}

.la-ball-elastic-dots[_ngcontent-fcr-c58] {
	font-size: 0;
	height: 10px;
	text-align: center;
	width: 120px;
}

.la-ball-elastic-dots[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-elastic-dots-anim 1s infinite;
	animation: ball-elastic-dots-anim 1s infinite;
	border-radius: 100%;
	display: inline-block;
	height: 10px;
	white-space: nowrap;
	width: 10px;
}

.la-ball-elastic-dots.la-sm[_ngcontent-fcr-c58] {
	height: 4px;
	width: 60px;
}

.la-ball-elastic-dots.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	width: 4px;
}

.la-ball-elastic-dots.la-2x[_ngcontent-fcr-c58] {
	height: 20px;
	width: 240px;
}

.la-ball-elastic-dots.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 20px;
	width: 20px;
}

.la-ball-elastic-dots.la-3x[_ngcontent-fcr-c58] {
	height: 30px;
	width: 360px;
}

.la-ball-elastic-dots.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 30px;
	width: 30px;
}

@-webkit-keyframes ball-elastic-dots-anim {
	0%,
	to {
		margin: 0;
		transform: scale(1);
	}

	50% {
		margin: 0 5%;
		transform: scale(0.65);
	}
}

@keyframes ball-elastic-dots-anim {
	0%,
	to {
		margin: 0;
		transform: scale(1);
	}

	50% {
		margin: 0 5%;
		transform: scale(0.65);
	}
}

.la-ball-fall[_ngcontent-fcr-c58],
.la-ball-fall[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-fall[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-fall.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-fall[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-fall[_ngcontent-fcr-c58] {
	height: 18px;
	width: 54px;
}

.la-ball-fall[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-fall 1s ease-in-out infinite;
	animation: ball-fall 1s ease-in-out infinite;
	border-radius: 100%;
	height: 10px;
	margin: 4px;
	opacity: 0;
	width: 10px;
}

.la-ball-fall[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.la-ball-fall[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

.la-ball-fall[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.la-ball-fall.la-sm[_ngcontent-fcr-c58] {
	height: 8px;
	width: 26px;
}

.la-ball-fall.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin: 2px;
	width: 4px;
}

.la-ball-fall.la-2x[_ngcontent-fcr-c58] {
	height: 36px;
	width: 108px;
}

.la-ball-fall.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 20px;
	margin: 8px;
	width: 20px;
}

.la-ball-fall.la-3x[_ngcontent-fcr-c58] {
	height: 54px;
	width: 162px;
}

.la-ball-fall.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 30px;
	margin: 12px;
	width: 30px;
}

@-webkit-keyframes ball-fall {
	0% {
		opacity: 0;
		transform: translateY(-145%);
	}

	10% {
		opacity: 0.5;
	}

	20% {
		opacity: 1;
		transform: translateY(0);
	}

	80% {
		opacity: 1;
		transform: translateY(0);
	}

	90% {
		opacity: 0.5;
	}

	to {
		opacity: 0;
		transform: translateY(145%);
	}
}

@keyframes ball-fall {
	0% {
		opacity: 0;
		transform: translateY(-145%);
	}

	10% {
		opacity: 0.5;
	}

	20% {
		opacity: 1;
		transform: translateY(0);
	}

	80% {
		opacity: 1;
		transform: translateY(0);
	}

	90% {
		opacity: 0.5;
	}

	to {
		opacity: 0;
		transform: translateY(145%);
	}
}

.la-ball-fussion[_ngcontent-fcr-c58],
.la-ball-fussion[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-fussion[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-fussion.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-fussion[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-fussion[_ngcontent-fcr-c58] {
	height: 8px;
	width: 8px;
}

.la-ball-fussion[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-fussion-ball1 1s ease 0s infinite;
	animation: ball-fussion-ball1 1s ease 0s infinite;
	border-radius: 100%;
	height: 12px;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 12px;
}

.la-ball-fussion[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	left: 50%;
	top: 0;
	z-index: 1;
}

.la-ball-fussion[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-name: ball-fussion-ball2;
	animation-name: ball-fussion-ball2;
	left: 100%;
	top: 50%;
	z-index: 2;
}

.la-ball-fussion[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-name: ball-fussion-ball3;
	animation-name: ball-fussion-ball3;
	left: 50%;
	top: 100%;
	z-index: 1;
}

.la-ball-fussion[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-name: ball-fussion-ball4;
	animation-name: ball-fussion-ball4;
	left: 0;
	top: 50%;
	z-index: 2;
}

.la-ball-fussion.la-sm[_ngcontent-fcr-c58] {
	height: 4px;
	width: 4px;
}

.la-ball-fussion.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 6px;
	width: 6px;
}

.la-ball-fussion.la-2x[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-fussion.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58],
.la-ball-fussion.la-3x[_ngcontent-fcr-c58] {
	height: 24px;
	width: 24px;
}

.la-ball-fussion.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 36px;
	width: 36px;
}

@-webkit-keyframes ball-fussion-ball1 {
	0% {
		opacity: 0.35;
	}

	50% {
		left: 200%;
		opacity: 1;
		top: -100%;
	}

	to {
		left: 100%;
		opacity: 0.35;
		top: 50%;
		z-index: 2;
	}
}

@keyframes ball-fussion-ball1 {
	0% {
		opacity: 0.35;
	}

	50% {
		left: 200%;
		opacity: 1;
		top: -100%;
	}

	to {
		left: 100%;
		opacity: 0.35;
		top: 50%;
		z-index: 2;
	}
}

@-webkit-keyframes ball-fussion-ball2 {
	0% {
		opacity: 0.35;
	}

	50% {
		left: 200%;
		opacity: 1;
		top: 200%;
	}

	to {
		left: 50%;
		opacity: 0.35;
		top: 100%;
		z-index: 1;
	}
}

@keyframes ball-fussion-ball2 {
	0% {
		opacity: 0.35;
	}

	50% {
		left: 200%;
		opacity: 1;
		top: 200%;
	}

	to {
		left: 50%;
		opacity: 0.35;
		top: 100%;
		z-index: 1;
	}
}

@-webkit-keyframes ball-fussion-ball3 {
	0% {
		opacity: 0.35;
	}

	50% {
		left: -100%;
		opacity: 1;
		top: 200%;
	}

	to {
		left: 0;
		opacity: 0.35;
		top: 50%;
		z-index: 2;
	}
}

@keyframes ball-fussion-ball3 {
	0% {
		opacity: 0.35;
	}

	50% {
		left: -100%;
		opacity: 1;
		top: 200%;
	}

	to {
		left: 0;
		opacity: 0.35;
		top: 50%;
		z-index: 2;
	}
}

@-webkit-keyframes ball-fussion-ball4 {
	0% {
		opacity: 0.35;
	}

	50% {
		left: -100%;
		opacity: 1;
		top: -100%;
	}

	to {
		left: 50%;
		opacity: 0.35;
		top: 0;
		z-index: 1;
	}
}

@keyframes ball-fussion-ball4 {
	0% {
		opacity: 0.35;
	}

	50% {
		left: -100%;
		opacity: 1;
		top: -100%;
	}

	to {
		left: 50%;
		opacity: 0.35;
		top: 0;
		z-index: 1;
	}
}

.la-ball-grid-beat[_ngcontent-fcr-c58],
.la-ball-grid-beat[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-grid-beat[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-grid-beat.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-grid-beat[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-grid-beat[_ngcontent-fcr-c58] {
	height: 36px;
	width: 36px;
}

.la-ball-grid-beat[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: ball-grid-beat;
	animation-iteration-count: infinite;
	animation-name: ball-grid-beat;
	border-radius: 100%;
	height: 8px;
	margin: 2px;
	width: 8px;
}

.la-ball-grid-beat[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: 0.03s;
	-webkit-animation-duration: 0.65s;
	animation-delay: 0.03s;
	animation-duration: 0.65s;
}

.la-ball-grid-beat[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: 0.09s;
	-webkit-animation-duration: 1.02s;
	animation-delay: 0.09s;
	animation-duration: 1.02s;
}

.la-ball-grid-beat[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -0.69s;
	-webkit-animation-duration: 1.06s;
	animation-delay: -0.69s;
	animation-duration: 1.06s;
}

.la-ball-grid-beat[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -0.41s;
	-webkit-animation-duration: 1.5s;
	animation-delay: -0.41s;
	animation-duration: 1.5s;
}

.la-ball-grid-beat[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: 0.04s;
	-webkit-animation-duration: 1.6s;
	animation-delay: 0.04s;
	animation-duration: 1.6s;
}

.la-ball-grid-beat[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation-delay: 0.07s;
	-webkit-animation-duration: 0.84s;
	animation-delay: 0.07s;
	animation-duration: 0.84s;
}

.la-ball-grid-beat[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(7) {
	-webkit-animation-delay: -0.66s;
	-webkit-animation-duration: 0.68s;
	animation-delay: -0.66s;
	animation-duration: 0.68s;
}

.la-ball-grid-beat[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(8) {
	-webkit-animation-delay: -0.76s;
	-webkit-animation-duration: 0.93s;
	animation-delay: -0.76s;
	animation-duration: 0.93s;
}

.la-ball-grid-beat[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(9) {
	-webkit-animation-delay: -0.76s;
	-webkit-animation-duration: 1.24s;
	animation-delay: -0.76s;
	animation-duration: 1.24s;
}

.la-ball-grid-beat.la-sm[_ngcontent-fcr-c58] {
	height: 18px;
	width: 18px;
}

.la-ball-grid-beat.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin: 1px;
	width: 4px;
}

.la-ball-grid-beat.la-2x[_ngcontent-fcr-c58] {
	height: 72px;
	width: 72px;
}

.la-ball-grid-beat.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 16px;
	margin: 4px;
	width: 16px;
}

.la-ball-grid-beat.la-3x[_ngcontent-fcr-c58] {
	height: 108px;
	width: 108px;
}

.la-ball-grid-beat.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 24px;
	margin: 6px;
	width: 24px;
}

@-webkit-keyframes ball-grid-beat {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.35;
	}

	to {
		opacity: 1;
	}
}

@keyframes ball-grid-beat {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.35;
	}

	to {
		opacity: 1;
	}
}

.la-ball-grid-pulse[_ngcontent-fcr-c58],
.la-ball-grid-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-grid-pulse[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-grid-pulse.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-grid-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-grid-pulse[_ngcontent-fcr-c58] {
	height: 36px;
	width: 36px;
}

.la-ball-grid-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: ball-grid-pulse;
	animation-iteration-count: infinite;
	animation-name: ball-grid-pulse;
	border-radius: 100%;
	height: 8px;
	margin: 2px;
	width: 8px;
}

.la-ball-grid-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: 0.03s;
	-webkit-animation-duration: 0.65s;
	animation-delay: 0.03s;
	animation-duration: 0.65s;
}

.la-ball-grid-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: 0.09s;
	-webkit-animation-duration: 1.02s;
	animation-delay: 0.09s;
	animation-duration: 1.02s;
}

.la-ball-grid-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -0.69s;
	-webkit-animation-duration: 1.06s;
	animation-delay: -0.69s;
	animation-duration: 1.06s;
}

.la-ball-grid-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -0.41s;
	-webkit-animation-duration: 1.5s;
	animation-delay: -0.41s;
	animation-duration: 1.5s;
}

.la-ball-grid-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: 0.04s;
	-webkit-animation-duration: 1.6s;
	animation-delay: 0.04s;
	animation-duration: 1.6s;
}

.la-ball-grid-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation-delay: 0.07s;
	-webkit-animation-duration: 0.84s;
	animation-delay: 0.07s;
	animation-duration: 0.84s;
}

.la-ball-grid-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(7) {
	-webkit-animation-delay: -0.66s;
	-webkit-animation-duration: 0.68s;
	animation-delay: -0.66s;
	animation-duration: 0.68s;
}

.la-ball-grid-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(8) {
	-webkit-animation-delay: -0.76s;
	-webkit-animation-duration: 0.93s;
	animation-delay: -0.76s;
	animation-duration: 0.93s;
}

.la-ball-grid-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(9) {
	-webkit-animation-delay: -0.76s;
	-webkit-animation-duration: 1.24s;
	animation-delay: -0.76s;
	animation-duration: 1.24s;
}

.la-ball-grid-pulse.la-sm[_ngcontent-fcr-c58] {
	height: 18px;
	width: 18px;
}

.la-ball-grid-pulse.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin: 1px;
	width: 4px;
}

.la-ball-grid-pulse.la-2x[_ngcontent-fcr-c58] {
	height: 72px;
	width: 72px;
}

.la-ball-grid-pulse.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 16px;
	margin: 4px;
	width: 16px;
}

.la-ball-grid-pulse.la-3x[_ngcontent-fcr-c58] {
	height: 108px;
	width: 108px;
}

.la-ball-grid-pulse.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 24px;
	margin: 6px;
	width: 24px;
}

@-webkit-keyframes ball-grid-pulse {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.35;
		transform: scale(0.45);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes ball-grid-pulse {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.35;
		transform: scale(0.45);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.la-ball-newton-cradle[_ngcontent-fcr-c58],
.la-ball-newton-cradle[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-newton-cradle[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-newton-cradle.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-newton-cradle[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-newton-cradle[_ngcontent-fcr-c58] {
	height: 10px;
	width: 40px;
}

.la-ball-newton-cradle[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-radius: 100%;
	height: 10px;
	width: 10px;
}

.la-ball-newton-cradle[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation: ball-newton-cradle-left 1s ease-out 0s infinite;
	animation: ball-newton-cradle-left 1s ease-out 0s infinite;
	transform: translateX(0);
}

.la-ball-newton-cradle[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:last-child {
	-webkit-animation: ball-newton-cradle-right 1s ease-out 0s infinite;
	animation: ball-newton-cradle-right 1s ease-out 0s infinite;
	transform: translateX(0);
}

.la-ball-newton-cradle.la-sm[_ngcontent-fcr-c58] {
	height: 4px;
	width: 20px;
}

.la-ball-newton-cradle.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	width: 4px;
}

.la-ball-newton-cradle.la-2x[_ngcontent-fcr-c58] {
	height: 20px;
	width: 80px;
}

.la-ball-newton-cradle.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 20px;
	width: 20px;
}

.la-ball-newton-cradle.la-3x[_ngcontent-fcr-c58] {
	height: 30px;
	width: 120px;
}

.la-ball-newton-cradle.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 30px;
	width: 30px;
}

@-webkit-keyframes ball-newton-cradle-left {
	25% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: translateX(-100%);
	}

	50% {
		transform: translateX(0);
	}
}

@keyframes ball-newton-cradle-left {
	25% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: translateX(-100%);
	}

	50% {
		transform: translateX(0);
	}
}

@-webkit-keyframes ball-newton-cradle-right {
	50% {
		transform: translateX(0);
	}

	75% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: translateX(100%);
	}

	to {
		transform: translateX(0);
	}
}

@keyframes ball-newton-cradle-right {
	50% {
		transform: translateX(0);
	}

	75% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: translateX(100%);
	}

	to {
		transform: translateX(0);
	}
}

.la-ball-pulse-rise[_ngcontent-fcr-c58],
.la-ball-pulse-rise[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-pulse-rise[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-pulse-rise.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-pulse-rise[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-pulse-rise[_ngcontent-fcr-c58] {
	height: 14px;
	width: 70px;
}

.la-ball-pulse-rise[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-pulse-rise-even 1s cubic-bezier(0.15, 0.36, 0.9, 0.6) 0s infinite;
	animation: ball-pulse-rise-even 1s cubic-bezier(0.15, 0.36, 0.9, 0.6) 0s infinite;
	border-radius: 100%;
	height: 10px;
	margin: 2px;
	width: 10px;
}

.la-ball-pulse-rise[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2n-1) {
	-webkit-animation-name: ball-pulse-rise-odd;
	animation-name: ball-pulse-rise-odd;
}

.la-ball-pulse-rise.la-sm[_ngcontent-fcr-c58] {
	height: 6px;
	width: 34px;
}

.la-ball-pulse-rise.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin: 1px;
	width: 4px;
}

.la-ball-pulse-rise.la-2x[_ngcontent-fcr-c58] {
	height: 28px;
	width: 140px;
}

.la-ball-pulse-rise.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 20px;
	margin: 4px;
	width: 20px;
}

.la-ball-pulse-rise.la-3x[_ngcontent-fcr-c58] {
	height: 42px;
	width: 210px;
}

.la-ball-pulse-rise.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 30px;
	margin: 6px;
	width: 30px;
}

@-webkit-keyframes ball-pulse-rise-even {
	0% {
		opacity: 1;
		transform: scale(1.1);
	}

	25% {
		transform: translateY(-200%);
	}

	50% {
		opacity: 0.35;
		transform: scale(0.3);
	}

	75% {
		transform: translateY(200%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
		transform: scale(1);
	}
}

@keyframes ball-pulse-rise-even {
	0% {
		opacity: 1;
		transform: scale(1.1);
	}

	25% {
		transform: translateY(-200%);
	}

	50% {
		opacity: 0.35;
		transform: scale(0.3);
	}

	75% {
		transform: translateY(200%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
		transform: scale(1);
	}
}

@-webkit-keyframes ball-pulse-rise-odd {
	0% {
		opacity: 0.35;
		transform: scale(0.4);
	}

	25% {
		transform: translateY(200%);
	}

	50% {
		opacity: 1;
		transform: scale(1.1);
	}

	75% {
		transform: translateY(-200%);
	}

	to {
		opacity: 0.35;
		transform: translateY(0);
		transform: scale(0.75);
	}
}

@keyframes ball-pulse-rise-odd {
	0% {
		opacity: 0.35;
		transform: scale(0.4);
	}

	25% {
		transform: translateY(200%);
	}

	50% {
		opacity: 1;
		transform: scale(1.1);
	}

	75% {
		transform: translateY(-200%);
	}

	to {
		opacity: 0.35;
		transform: translateY(0);
		transform: scale(0.75);
	}
}

.la-ball-pulse-sync[_ngcontent-fcr-c58],
.la-ball-pulse-sync[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-pulse-sync[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-pulse-sync.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-pulse-sync[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-pulse-sync[_ngcontent-fcr-c58] {
	height: 18px;
	width: 54px;
}

.la-ball-pulse-sync[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-pulse-sync 0.6s ease-in-out infinite;
	animation: ball-pulse-sync 0.6s ease-in-out infinite;
	border-radius: 100%;
	height: 10px;
	margin: 4px;
	width: 10px;
}

.la-ball-pulse-sync[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -0.14s;
	animation-delay: -0.14s;
}

.la-ball-pulse-sync[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -0.07s;
	animation-delay: -0.07s;
}

.la-ball-pulse-sync[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.la-ball-pulse-sync.la-sm[_ngcontent-fcr-c58] {
	height: 8px;
	width: 26px;
}

.la-ball-pulse-sync.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin: 2px;
	width: 4px;
}

.la-ball-pulse-sync.la-2x[_ngcontent-fcr-c58] {
	height: 36px;
	width: 108px;
}

.la-ball-pulse-sync.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 20px;
	margin: 8px;
	width: 20px;
}

.la-ball-pulse-sync.la-3x[_ngcontent-fcr-c58] {
	height: 54px;
	width: 162px;
}

.la-ball-pulse-sync.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 30px;
	margin: 12px;
	width: 30px;
}

@-webkit-keyframes ball-pulse-sync {
	33% {
		transform: translateY(100%);
	}

	66% {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

@keyframes ball-pulse-sync {
	33% {
		transform: translateY(100%);
	}

	66% {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.la-ball-pulse[_ngcontent-fcr-c58],
.la-ball-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-pulse[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-pulse.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-pulse[_ngcontent-fcr-c58] {
	height: 18px;
	width: 54px;
}

.la-ball-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.la-ball-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

.la-ball-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.la-ball-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-pulse 1s ease infinite;
	animation: ball-pulse 1s ease infinite;
	border-radius: 100%;
	height: 10px;
	margin: 4px;
	width: 10px;
}

.la-ball-pulse.la-sm[_ngcontent-fcr-c58] {
	height: 8px;
	width: 26px;
}

.la-ball-pulse.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin: 2px;
	width: 4px;
}

.la-ball-pulse.la-2x[_ngcontent-fcr-c58] {
	height: 36px;
	width: 108px;
}

.la-ball-pulse.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 20px;
	margin: 8px;
	width: 20px;
}

.la-ball-pulse.la-3x[_ngcontent-fcr-c58] {
	height: 54px;
	width: 162px;
}

.la-ball-pulse.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 30px;
	margin: 12px;
	width: 30px;
}

@-webkit-keyframes ball-pulse {
	0%,
	60%,
	to {
		opacity: 1;
		transform: scale(1);
	}

	30% {
		opacity: 0.1;
		transform: scale(0.01);
	}
}

@keyframes ball-pulse {
	0%,
	60%,
	to {
		opacity: 1;
		transform: scale(1);
	}

	30% {
		opacity: 0.1;
		transform: scale(0.01);
	}
}

.la-ball-rotate[_ngcontent-fcr-c58],
.la-ball-rotate[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-rotate[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-rotate.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-rotate[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-rotate[_ngcontent-fcr-c58],
.la-ball-rotate[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 10px;
	width: 10px;
}

.la-ball-rotate[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-rotate-animation 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
	animation: ball-rotate-animation 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
	border-radius: 100%;
}

.la-ball-rotate[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:after,
.la-ball-rotate[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:before {
	background: currentColor;
	border-radius: inherit;
	content: "";
	height: inherit;
	margin: inherit;
	opacity: 0.8;
	position: absolute;
	width: inherit;
}

.la-ball-rotate[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:before {
	left: -150%;
	top: 0;
}

.la-ball-rotate[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:after {
	left: 150%;
	top: 0;
}

.la-ball-rotate.la-sm[_ngcontent-fcr-c58],
.la-ball-rotate.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	width: 4px;
}

.la-ball-rotate.la-2x[_ngcontent-fcr-c58],
.la-ball-rotate.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 20px;
	width: 20px;
}

.la-ball-rotate.la-3x[_ngcontent-fcr-c58],
.la-ball-rotate.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 30px;
	width: 30px;
}

@-webkit-keyframes ball-rotate-animation {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	to {
		transform: rotate(1turn);
	}
}

@keyframes ball-rotate-animation {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	to {
		transform: rotate(1turn);
	}
}

.la-ball-running-dots[_ngcontent-fcr-c58],
.la-ball-running-dots[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-running-dots[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-running-dots.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-running-dots[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-running-dots[_ngcontent-fcr-c58] {
	height: 10px;
	width: 10px;
}

.la-ball-running-dots[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-running-dots-animate 2s linear infinite;
	animation: ball-running-dots-animate 2s linear infinite;
	border-radius: 100%;
	height: 10px;
	margin-left: -25px;
	position: absolute;
	width: 10px;
}

.la-ball-running-dots[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.la-ball-running-dots[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.la-ball-running-dots[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.la-ball-running-dots[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

.la-ball-running-dots[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -1.6s;
	animation-delay: -1.6s;
}

.la-ball-running-dots[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

.la-ball-running-dots[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(7) {
	-webkit-animation-delay: -2.4s;
	animation-delay: -2.4s;
}

.la-ball-running-dots[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(8) {
	-webkit-animation-delay: -2.8s;
	animation-delay: -2.8s;
}

.la-ball-running-dots[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(9) {
	-webkit-animation-delay: -3.2s;
	animation-delay: -3.2s;
}

.la-ball-running-dots[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(10) {
	-webkit-animation-delay: -3.6s;
	animation-delay: -3.6s;
}

.la-ball-running-dots.la-sm[_ngcontent-fcr-c58] {
	height: 4px;
	width: 4px;
}

.la-ball-running-dots.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin-left: -12px;
	width: 4px;
}

.la-ball-running-dots.la-2x[_ngcontent-fcr-c58] {
	height: 20px;
	width: 20px;
}

.la-ball-running-dots.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 20px;
	margin-left: -50px;
	width: 20px;
}

.la-ball-running-dots.la-3x[_ngcontent-fcr-c58] {
	height: 30px;
	width: 30px;
}

.la-ball-running-dots.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 30px;
	margin-left: -75px;
	width: 30px;
}

@-webkit-keyframes ball-running-dots-animate {
	0%,
	to {
		height: 100%;
		transform: translateY(0) translateX(500%);
		width: 100%;
	}

	80% {
		transform: translateY(0) translateX(0);
	}

	85% {
		height: 100%;
		transform: translateY(-125%) translateX(0);
		width: 100%;
	}

	90% {
		height: 75%;
		width: 200%;
	}

	95% {
		height: 100%;
		transform: translateY(-100%) translateX(500%);
		width: 100%;
	}
}

@keyframes ball-running-dots-animate {
	0%,
	to {
		height: 100%;
		transform: translateY(0) translateX(500%);
		width: 100%;
	}

	80% {
		transform: translateY(0) translateX(0);
	}

	85% {
		height: 100%;
		transform: translateY(-125%) translateX(0);
		width: 100%;
	}

	90% {
		height: 75%;
		width: 200%;
	}

	95% {
		height: 100%;
		transform: translateY(-100%) translateX(500%);
		width: 100%;
	}
}

.la-ball-scale-multiple[_ngcontent-fcr-c58],
.la-ball-scale-multiple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-scale-multiple[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-scale-multiple.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-scale-multiple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-scale-multiple[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-scale-multiple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-scale-multiple 1s linear 0s infinite;
	animation: ball-scale-multiple 1s linear 0s infinite;
	border-radius: 100%;
	height: 32px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 32px;
}

.la-ball-scale-multiple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.la-ball-scale-multiple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.la-ball-scale-multiple.la-sm[_ngcontent-fcr-c58],
.la-ball-scale-multiple.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-scale-multiple.la-2x[_ngcontent-fcr-c58],
.la-ball-scale-multiple.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-scale-multiple.la-3x[_ngcontent-fcr-c58],
.la-ball-scale-multiple.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

@-webkit-keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	5% {
		opacity: 0.75;
	}

	to {
		opacity: 0;
		transform: scale(1);
	}
}

@keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	5% {
		opacity: 0.75;
	}

	to {
		opacity: 0;
		transform: scale(1);
	}
}

.la-ball-scale-pulse[_ngcontent-fcr-c58],
.la-ball-scale-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-scale-pulse[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-scale-pulse.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-scale-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-scale-pulse[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-scale-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-scale-pulse 2s ease-in-out infinite;
	animation: ball-scale-pulse 2s ease-in-out infinite;
	border-radius: 100%;
	height: 32px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 32px;
}

.la-ball-scale-pulse[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:last-child {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.la-ball-scale-pulse.la-sm[_ngcontent-fcr-c58],
.la-ball-scale-pulse.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-scale-pulse.la-2x[_ngcontent-fcr-c58],
.la-ball-scale-pulse.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-scale-pulse.la-3x[_ngcontent-fcr-c58],
.la-ball-scale-pulse.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

@-webkit-keyframes ball-scale-pulse {
	0%,
	to {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

@keyframes ball-scale-pulse {
	0%,
	to {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

.la-ball-scale-ripple-multiple[_ngcontent-fcr-c58],
.la-ball-scale-ripple-multiple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-scale-ripple-multiple[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-scale-ripple-multiple.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-scale-ripple-multiple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-scale-ripple-multiple[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-scale-ripple-multiple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-scale-ripple-multiple 1.25s cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s infinite;
	animation: ball-scale-ripple-multiple 1.25s cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s infinite;
	background: transparent;
	border-radius: 100%;
	border-width: 2px;
	height: 32px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 32px;
}

.la-ball-scale-ripple-multiple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.la-ball-scale-ripple-multiple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.la-ball-scale-ripple-multiple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.la-ball-scale-ripple-multiple.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-scale-ripple-multiple.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 1px;
	height: 16px;
	width: 16px;
}

.la-ball-scale-ripple-multiple.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-scale-ripple-multiple.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 4px;
	height: 64px;
	width: 64px;
}

.la-ball-scale-ripple-multiple.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-scale-ripple-multiple.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 6px;
	height: 96px;
	width: 96px;
}

@-webkit-keyframes ball-scale-ripple-multiple {
	0% {
		opacity: 1;
		transform: scale(0.1);
	}

	70% {
		opacity: 0.5;
		transform: scale(1);
	}

	95% {
		opacity: 0;
	}
}

@keyframes ball-scale-ripple-multiple {
	0% {
		opacity: 1;
		transform: scale(0.1);
	}

	70% {
		opacity: 0.5;
		transform: scale(1);
	}

	95% {
		opacity: 0;
	}
}

.la-ball-scale-ripple[_ngcontent-fcr-c58],
.la-ball-scale-ripple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-scale-ripple[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-scale-ripple.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-scale-ripple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-scale-ripple[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-scale-ripple[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-scale-ripple 1s cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s infinite;
	animation: ball-scale-ripple 1s cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s infinite;
	background: transparent;
	border-radius: 100%;
	border-width: 2px;
	height: 32px;
	opacity: 0;
	width: 32px;
}

.la-ball-scale-ripple.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-scale-ripple.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 1px;
	height: 16px;
	width: 16px;
}

.la-ball-scale-ripple.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-scale-ripple.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 4px;
	height: 64px;
	width: 64px;
}

.la-ball-scale-ripple.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-scale-ripple.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 6px;
	height: 96px;
	width: 96px;
}

@-webkit-keyframes ball-scale-ripple {
	0% {
		opacity: 1;
		transform: scale(0.1);
	}

	70% {
		opacity: 0.65;
		transform: scale(1);
	}

	to {
		opacity: 0;
	}
}

@keyframes ball-scale-ripple {
	0% {
		opacity: 1;
		transform: scale(0.1);
	}

	70% {
		opacity: 0.65;
		transform: scale(1);
	}

	to {
		opacity: 0;
	}
}

.la-ball-scale[_ngcontent-fcr-c58],
.la-ball-scale[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-scale[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-scale.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-scale[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-scale[_ngcontent-fcr-c58],
.la-ball-scale[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-scale[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-scale 1s ease-in-out 0s infinite;
	animation: ball-scale 1s ease-in-out 0s infinite;
	border-radius: 100%;
	opacity: 0;
}

.la-ball-scale.la-sm[_ngcontent-fcr-c58],
.la-ball-scale.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-scale.la-2x[_ngcontent-fcr-c58],
.la-ball-scale.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-scale.la-3x[_ngcontent-fcr-c58],
.la-ball-scale.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

@-webkit-keyframes ball-scale {
	0% {
		opacity: 1;
		transform: scale(0);
	}

	to {
		opacity: 0;
		transform: scale(1);
	}
}

@keyframes ball-scale {
	0% {
		opacity: 1;
		transform: scale(0);
	}

	to {
		opacity: 0;
		transform: scale(1);
	}
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-fcr-c58],
.la-ball-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-spin-clockwise-fade-rotating.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] {
	-webkit-animation: ball-spin-clockwise-fade-rotating-rotate 6s linear infinite;
	animation: ball-spin-clockwise-fade-rotating-rotate 6s linear infinite;
	height: 32px;
	width: 32px;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-spin-clockwise-fade-rotating 1s linear infinite;
	animation: ball-spin-clockwise-fade-rotating 1s linear infinite;
	border-radius: 100%;
	height: 8px;
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 8px;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -0.875s;
	animation-delay: -0.875s;
	left: 50%;
	top: 5%;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
	left: 81.8198051534%;
	top: 18.1801948466%;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -0.625s;
	animation-delay: -0.625s;
	left: 95%;
	top: 50%;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	left: 81.8198051534%;
	top: 81.8198051534%;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -0.375s;
	animation-delay: -0.375s;
	left: 50.0000000005%;
	top: 94.9999999966%;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
	left: 18.1801949248%;
	top: 81.8198046966%;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(7) {
	-webkit-animation-delay: -0.125s;
	animation-delay: -0.125s;
	left: 5.0000051215%;
	top: 49.9999750815%;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(8) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	left: 18.1803700518%;
	top: 18.179464974%;
}

.la-ball-spin-clockwise-fade-rotating.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-spin-clockwise-fade-rotating.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-spin-clockwise-fade-rotating.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-spin-clockwise-fade-rotating.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
}

.la-ball-spin-clockwise-fade-rotating.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-spin-clockwise-fade-rotating.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
}

@-webkit-keyframes ball-spin-clockwise-fade-rotating-rotate {
	to {
		transform: rotate(-1turn);
	}
}

@keyframes ball-spin-clockwise-fade-rotating-rotate {
	to {
		transform: rotate(-1turn);
	}
}

@-webkit-keyframes ball-spin-clockwise-fade-rotating {
	50% {
		opacity: 0.25;
		transform: scale(0.5);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes ball-spin-clockwise-fade-rotating {
	50% {
		opacity: 0.25;
		transform: scale(0.5);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.la-ball-spin-clockwise-fade[_ngcontent-fcr-c58],
.la-ball-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-spin-clockwise-fade[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-spin-clockwise-fade.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-spin-clockwise-fade[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-spin-clockwise-fade 1s linear infinite;
	animation: ball-spin-clockwise-fade 1s linear infinite;
	border-radius: 100%;
	height: 8px;
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 8px;
}

.la-ball-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -0.875s;
	animation-delay: -0.875s;
	left: 50%;
	top: 5%;
}

.la-ball-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
	left: 81.8198051534%;
	top: 18.1801948466%;
}

.la-ball-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -0.625s;
	animation-delay: -0.625s;
	left: 95%;
	top: 50%;
}

.la-ball-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	left: 81.8198051534%;
	top: 81.8198051534%;
}

.la-ball-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -0.375s;
	animation-delay: -0.375s;
	left: 50.0000000005%;
	top: 94.9999999966%;
}

.la-ball-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
	left: 18.1801949248%;
	top: 81.8198046966%;
}

.la-ball-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(7) {
	-webkit-animation-delay: -0.125s;
	animation-delay: -0.125s;
	left: 5.0000051215%;
	top: 49.9999750815%;
}

.la-ball-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(8) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	left: 18.1803700518%;
	top: 18.179464974%;
}

.la-ball-spin-clockwise-fade.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-spin-clockwise-fade.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-spin-clockwise-fade.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-spin-clockwise-fade.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
}

.la-ball-spin-clockwise-fade.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-spin-clockwise-fade.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
}

@-webkit-keyframes ball-spin-clockwise-fade {
	50% {
		opacity: 0.25;
		transform: scale(0.5);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes ball-spin-clockwise-fade {
	50% {
		opacity: 0.25;
		transform: scale(0.5);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.la-ball-spin-clockwise[_ngcontent-fcr-c58],
.la-ball-spin-clockwise[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-spin-clockwise[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-spin-clockwise.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-spin-clockwise[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-spin-clockwise[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-spin-clockwise[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-spin-clockwise 1s ease-in-out infinite;
	animation: ball-spin-clockwise 1s ease-in-out infinite;
	border-radius: 100%;
	height: 8px;
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 8px;
}

.la-ball-spin-clockwise[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -0.875s;
	animation-delay: -0.875s;
	left: 50%;
	top: 5%;
}

.la-ball-spin-clockwise[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
	left: 81.8198051534%;
	top: 18.1801948466%;
}

.la-ball-spin-clockwise[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -0.625s;
	animation-delay: -0.625s;
	left: 95%;
	top: 50%;
}

.la-ball-spin-clockwise[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	left: 81.8198051534%;
	top: 81.8198051534%;
}

.la-ball-spin-clockwise[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -0.375s;
	animation-delay: -0.375s;
	left: 50.0000000005%;
	top: 94.9999999966%;
}

.la-ball-spin-clockwise[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
	left: 18.1801949248%;
	top: 81.8198046966%;
}

.la-ball-spin-clockwise[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(7) {
	-webkit-animation-delay: -0.125s;
	animation-delay: -0.125s;
	left: 5.0000051215%;
	top: 49.9999750815%;
}

.la-ball-spin-clockwise[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(8) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	left: 18.1803700518%;
	top: 18.179464974%;
}

.la-ball-spin-clockwise.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-spin-clockwise.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-spin-clockwise.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-spin-clockwise.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
}

.la-ball-spin-clockwise.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-spin-clockwise.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
}

@-webkit-keyframes ball-spin-clockwise {
	0%,
	to {
		opacity: 1;
		transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		transform: scale(0);
	}
}

@keyframes ball-spin-clockwise {
	0%,
	to {
		opacity: 1;
		transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		transform: scale(0);
	}
}

.la-ball-spin-fade-rotating[_ngcontent-fcr-c58],
.la-ball-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-spin-fade-rotating[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-spin-fade-rotating.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-spin-fade-rotating[_ngcontent-fcr-c58] {
	-webkit-animation: ball-spin-fade-rotate 6s linear infinite;
	animation: ball-spin-fade-rotate 6s linear infinite;
	height: 32px;
	width: 32px;
}

.la-ball-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-spin-fade 1s linear infinite;
	animation: ball-spin-fade 1s linear infinite;
	border-radius: 100%;
	height: 8px;
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 8px;
}

.la-ball-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -1.125s;
	animation-delay: -1.125s;
	left: 50%;
	top: 5%;
}

.la-ball-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -1.25s;
	animation-delay: -1.25s;
	left: 81.8198051534%;
	top: 18.1801948466%;
}

.la-ball-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -1.375s;
	animation-delay: -1.375s;
	left: 95%;
	top: 50%;
}

.la-ball-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
	left: 81.8198051534%;
	top: 81.8198051534%;
}

.la-ball-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -1.625s;
	animation-delay: -1.625s;
	left: 50.0000000005%;
	top: 94.9999999966%;
}

.la-ball-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation-delay: -1.75s;
	animation-delay: -1.75s;
	left: 18.1801949248%;
	top: 81.8198046966%;
}

.la-ball-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(7) {
	-webkit-animation-delay: -1.875s;
	animation-delay: -1.875s;
	left: 5.0000051215%;
	top: 49.9999750815%;
}

.la-ball-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(8) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	left: 18.1803700518%;
	top: 18.179464974%;
}

.la-ball-spin-fade-rotating.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-spin-fade-rotating.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-spin-fade-rotating.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-spin-fade-rotating.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
}

.la-ball-spin-fade-rotating.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-spin-fade-rotating.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
}

@-webkit-keyframes ball-spin-fade-rotate {
	to {
		transform: rotate(1turn);
	}
}

@keyframes ball-spin-fade-rotate {
	to {
		transform: rotate(1turn);
	}
}

.la-ball-spin-fade[_ngcontent-fcr-c58],
.la-ball-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-spin-fade[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-spin-fade.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-spin-fade[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-spin-fade 1s linear infinite;
	animation: ball-spin-fade 1s linear infinite;
	border-radius: 100%;
	height: 8px;
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 8px;
}

.la-ball-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -1.125s;
	animation-delay: -1.125s;
	left: 50%;
	top: 5%;
}

.la-ball-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -1.25s;
	animation-delay: -1.25s;
	left: 81.8198051534%;
	top: 18.1801948466%;
}

.la-ball-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -1.375s;
	animation-delay: -1.375s;
	left: 95%;
	top: 50%;
}

.la-ball-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
	left: 81.8198051534%;
	top: 81.8198051534%;
}

.la-ball-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -1.625s;
	animation-delay: -1.625s;
	left: 50.0000000005%;
	top: 94.9999999966%;
}

.la-ball-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation-delay: -1.75s;
	animation-delay: -1.75s;
	left: 18.1801949248%;
	top: 81.8198046966%;
}

.la-ball-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(7) {
	-webkit-animation-delay: -1.875s;
	animation-delay: -1.875s;
	left: 5.0000051215%;
	top: 49.9999750815%;
}

.la-ball-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(8) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	left: 18.1803700518%;
	top: 18.179464974%;
}

.la-ball-spin-fade.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-spin-fade.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-spin-fade.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-spin-fade.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
}

.la-ball-spin-fade.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-spin-fade.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
}

@-webkit-keyframes ball-spin-fade {
	0%,
	to {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.25;
		transform: scale(0.5);
	}
}

@keyframes ball-spin-fade {
	0%,
	to {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.25;
		transform: scale(0.5);
	}
}

.la-ball-spin-rotate[_ngcontent-fcr-c58],
.la-ball-spin-rotate[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-spin-rotate[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-spin-rotate.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-spin-rotate[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-spin-rotate[_ngcontent-fcr-c58] {
	-webkit-animation: ball-spin-rotate 2s linear infinite;
	animation: ball-spin-rotate 2s linear infinite;
	height: 32px;
	width: 32px;
}

.la-ball-spin-rotate[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-spin-bounce 2s ease-in-out infinite;
	animation: ball-spin-bounce 2s ease-in-out infinite;
	border-radius: 100%;
	height: 60%;
	position: absolute;
	top: 0;
	width: 60%;
}

.la-ball-spin-rotate[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:last-child {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	bottom: 0;
	top: auto;
}

.la-ball-spin-rotate.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-spin-rotate.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-spin-rotate.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

@-webkit-keyframes ball-spin-rotate {
	to {
		transform: rotate(1turn);
	}
}

@keyframes ball-spin-rotate {
	to {
		transform: rotate(1turn);
	}
}

@-webkit-keyframes ball-spin-bounce {
	0%,
	to {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

@keyframes ball-spin-bounce {
	0%,
	to {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

.la-ball-spin[_ngcontent-fcr-c58],
.la-ball-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-spin[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-spin.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-spin[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-spin 1s ease-in-out infinite;
	animation: ball-spin 1s ease-in-out infinite;
	border-radius: 100%;
	height: 8px;
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 8px;
}

.la-ball-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -1.125s;
	animation-delay: -1.125s;
	left: 50%;
	top: 5%;
}

.la-ball-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -1.25s;
	animation-delay: -1.25s;
	left: 81.8198051534%;
	top: 18.1801948466%;
}

.la-ball-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -1.375s;
	animation-delay: -1.375s;
	left: 95%;
	top: 50%;
}

.la-ball-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
	left: 81.8198051534%;
	top: 81.8198051534%;
}

.la-ball-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -1.625s;
	animation-delay: -1.625s;
	left: 50.0000000005%;
	top: 94.9999999966%;
}

.la-ball-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation-delay: -1.75s;
	animation-delay: -1.75s;
	left: 18.1801949248%;
	top: 81.8198046966%;
}

.la-ball-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(7) {
	-webkit-animation-delay: -1.875s;
	animation-delay: -1.875s;
	left: 5.0000051215%;
	top: 49.9999750815%;
}

.la-ball-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(8) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	left: 18.1803700518%;
	top: 18.179464974%;
}

.la-ball-spin.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-spin.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-spin.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-spin.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
}

.la-ball-spin.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-spin.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
}

@-webkit-keyframes ball-spin {
	0%,
	to {
		opacity: 1;
		transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		transform: scale(0);
	}
}

@keyframes ball-spin {
	0%,
	to {
		opacity: 1;
		transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		transform: scale(0);
	}
}

.la-ball-square-clockwise-spin[_ngcontent-fcr-c58],
.la-ball-square-clockwise-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-square-clockwise-spin[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-square-clockwise-spin.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-square-clockwise-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-square-clockwise-spin[_ngcontent-fcr-c58] {
	height: 26px;
	width: 26px;
}

.la-ball-square-clockwise-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-square-clockwise-spin 1s ease-in-out infinite;
	animation: ball-square-clockwise-spin 1s ease-in-out infinite;
	border-radius: 100%;
	height: 12px;
	left: 50%;
	margin-left: -6px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 12px;
}

.la-ball-square-clockwise-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -0.875s;
	animation-delay: -0.875s;
	left: 0;
	top: 0;
}

.la-ball-square-clockwise-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
	left: 50%;
	top: 0;
}

.la-ball-square-clockwise-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -0.625s;
	animation-delay: -0.625s;
	left: 100%;
	top: 0;
}

.la-ball-square-clockwise-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	left: 100%;
	top: 50%;
}

.la-ball-square-clockwise-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -0.375s;
	animation-delay: -0.375s;
	left: 100%;
	top: 100%;
}

.la-ball-square-clockwise-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
	left: 50%;
	top: 100%;
}

.la-ball-square-clockwise-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(7) {
	-webkit-animation-delay: -0.125s;
	animation-delay: -0.125s;
	left: 0;
	top: 100%;
}

.la-ball-square-clockwise-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(8) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	left: 0;
	top: 50%;
}

.la-ball-square-clockwise-spin.la-sm[_ngcontent-fcr-c58] {
	height: 12px;
	width: 12px;
}

.la-ball-square-clockwise-spin.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 6px;
	margin-left: -3px;
	margin-top: -3px;
	width: 6px;
}

.la-ball-square-clockwise-spin.la-2x[_ngcontent-fcr-c58] {
	height: 52px;
	width: 52px;
}

.la-ball-square-clockwise-spin.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
}

.la-ball-square-clockwise-spin.la-3x[_ngcontent-fcr-c58] {
	height: 78px;
	width: 78px;
}

.la-ball-square-clockwise-spin.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 36px;
	margin-left: -18px;
	margin-top: -18px;
	width: 36px;
}

@-webkit-keyframes ball-square-clockwise-spin {
	0%,
	40%,
	to {
		transform: scale(0.4);
	}

	70% {
		transform: scale(1);
	}
}

@keyframes ball-square-clockwise-spin {
	0%,
	40%,
	to {
		transform: scale(0.4);
	}

	70% {
		transform: scale(1);
	}
}

.la-ball-square-spin[_ngcontent-fcr-c58],
.la-ball-square-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-square-spin[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-square-spin.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-square-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-square-spin[_ngcontent-fcr-c58] {
	height: 26px;
	width: 26px;
}

.la-ball-square-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: ball-square-spin 1s ease-in-out infinite;
	animation: ball-square-spin 1s ease-in-out infinite;
	border-radius: 100%;
	height: 12px;
	left: 50%;
	margin-left: -6px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 12px;
}

.la-ball-square-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -1.125s;
	animation-delay: -1.125s;
	left: 0;
	top: 0;
}

.la-ball-square-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -1.25s;
	animation-delay: -1.25s;
	left: 50%;
	top: 0;
}

.la-ball-square-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -1.375s;
	animation-delay: -1.375s;
	left: 100%;
	top: 0;
}

.la-ball-square-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
	left: 100%;
	top: 50%;
}

.la-ball-square-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -1.625s;
	animation-delay: -1.625s;
	left: 100%;
	top: 100%;
}

.la-ball-square-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation-delay: -1.75s;
	animation-delay: -1.75s;
	left: 50%;
	top: 100%;
}

.la-ball-square-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(7) {
	-webkit-animation-delay: -1.875s;
	animation-delay: -1.875s;
	left: 0;
	top: 100%;
}

.la-ball-square-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(8) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	left: 0;
	top: 50%;
}

.la-ball-square-spin.la-sm[_ngcontent-fcr-c58] {
	height: 12px;
	width: 12px;
}

.la-ball-square-spin.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 6px;
	margin-left: -3px;
	margin-top: -3px;
	width: 6px;
}

.la-ball-square-spin.la-2x[_ngcontent-fcr-c58] {
	height: 52px;
	width: 52px;
}

.la-ball-square-spin.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
}

.la-ball-square-spin.la-3x[_ngcontent-fcr-c58] {
	height: 78px;
	width: 78px;
}

.la-ball-square-spin.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 36px;
	margin-left: -18px;
	margin-top: -18px;
	width: 36px;
}

@-webkit-keyframes ball-square-spin {
	0%,
	40%,
	to {
		transform: scale(0.4);
	}

	70% {
		transform: scale(1);
	}
}

@keyframes ball-square-spin {
	0%,
	40%,
	to {
		transform: scale(0.4);
	}

	70% {
		transform: scale(1);
	}
}

.la-ball-triangle-path[_ngcontent-fcr-c58],
.la-ball-triangle-path[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-triangle-path[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-triangle-path.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-triangle-path[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-triangle-path[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-triangle-path[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-radius: 100%;
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10px;
}

.la-ball-triangle-path[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation: ball-triangle-path-ball-one 2s ease-in-out 0s infinite;
	animation: ball-triangle-path-ball-one 2s ease-in-out 0s infinite;
}

.la-ball-triangle-path[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation: ball-triangle-path-ball-two 2s ease-in-out 0s infinite;
	animation: ball-triangle-path-ball-two 2s ease-in-out 0s infinite;
}

.la-ball-triangle-path[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation: ball-triangle-path-ball-tree 2s ease-in-out 0s infinite;
	animation: ball-triangle-path-ball-tree 2s ease-in-out 0s infinite;
}

.la-ball-triangle-path.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-triangle-path.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	width: 4px;
}

.la-ball-triangle-path.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-triangle-path.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 20px;
	width: 20px;
}

.la-ball-triangle-path.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-triangle-path.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 30px;
	width: 30px;
}

@-webkit-keyframes ball-triangle-path-ball-one {
	0% {
		transform: translateY(220%);
	}

	17% {
		opacity: 0.25;
	}

	33% {
		opacity: 1;
		transform: translate(110%);
	}

	50% {
		opacity: 0.25;
	}

	66% {
		opacity: 1;
		transform: translate(220%, 220%);
	}

	83% {
		opacity: 0.25;
	}

	to {
		opacity: 1;
		transform: translateY(220%);
	}
}

@keyframes ball-triangle-path-ball-one {
	0% {
		transform: translateY(220%);
	}

	17% {
		opacity: 0.25;
	}

	33% {
		opacity: 1;
		transform: translate(110%);
	}

	50% {
		opacity: 0.25;
	}

	66% {
		opacity: 1;
		transform: translate(220%, 220%);
	}

	83% {
		opacity: 0.25;
	}

	to {
		opacity: 1;
		transform: translateY(220%);
	}
}

@-webkit-keyframes ball-triangle-path-ball-two {
	0% {
		transform: translate(110%);
	}

	17% {
		opacity: 0.25;
	}

	33% {
		opacity: 1;
		transform: translate(220%, 220%);
	}

	50% {
		opacity: 0.25;
	}

	66% {
		opacity: 1;
		transform: translateY(220%);
	}

	83% {
		opacity: 0.25;
	}

	to {
		opacity: 1;
		transform: translate(110%);
	}
}

@keyframes ball-triangle-path-ball-two {
	0% {
		transform: translate(110%);
	}

	17% {
		opacity: 0.25;
	}

	33% {
		opacity: 1;
		transform: translate(220%, 220%);
	}

	50% {
		opacity: 0.25;
	}

	66% {
		opacity: 1;
		transform: translateY(220%);
	}

	83% {
		opacity: 0.25;
	}

	to {
		opacity: 1;
		transform: translate(110%);
	}
}

@-webkit-keyframes ball-triangle-path-ball-tree {
	0% {
		transform: translate(220%, 220%);
	}

	17% {
		opacity: 0.25;
	}

	33% {
		opacity: 1;
		transform: translateY(220%);
	}

	50% {
		opacity: 0.25;
	}

	66% {
		opacity: 1;
		transform: translate(110%);
	}

	83% {
		opacity: 0.25;
	}

	to {
		opacity: 1;
		transform: translate(220%, 220%);
	}
}

@keyframes ball-triangle-path-ball-tree {
	0% {
		transform: translate(220%, 220%);
	}

	17% {
		opacity: 0.25;
	}

	33% {
		opacity: 1;
		transform: translateY(220%);
	}

	50% {
		opacity: 0.25;
	}

	66% {
		opacity: 1;
		transform: translate(110%);
	}

	83% {
		opacity: 0.25;
	}

	to {
		opacity: 1;
		transform: translate(220%, 220%);
	}
}

.la-ball-zig-zag-deflect[_ngcontent-fcr-c58],
.la-ball-zig-zag-deflect[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-zig-zag-deflect[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-zig-zag-deflect.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-zig-zag-deflect[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-zig-zag-deflect[_ngcontent-fcr-c58] {
	height: 32px;
	position: relative;
	width: 32px;
}

.la-ball-zig-zag-deflect[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-radius: 100%;
	height: 10px;
	left: 50%;
	margin-left: -5px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 10px;
}

.la-ball-zig-zag-deflect[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation: ball-zig-deflect 1.5s linear 0s infinite;
	animation: ball-zig-deflect 1.5s linear 0s infinite;
}

.la-ball-zig-zag-deflect[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:last-child {
	-webkit-animation: ball-zag-deflect 1.5s linear 0s infinite;
	animation: ball-zag-deflect 1.5s linear 0s infinite;
}

.la-ball-zig-zag-deflect.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-zig-zag-deflect.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-zig-zag-deflect.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-zig-zag-deflect.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	width: 20px;
}

.la-ball-zig-zag-deflect.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-zig-zag-deflect.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
}

@-webkit-keyframes ball-zig-deflect {
	17% {
		transform: translate(-80%, -160%);
	}

	34% {
		transform: translate(80%, -160%);
	}

	50% {
		transform: translate(0);
	}

	67% {
		transform: translate(80%, -160%);
	}

	84% {
		transform: translate(-80%, -160%);
	}

	to {
		transform: translate(0);
	}
}

@keyframes ball-zig-deflect {
	17% {
		transform: translate(-80%, -160%);
	}

	34% {
		transform: translate(80%, -160%);
	}

	50% {
		transform: translate(0);
	}

	67% {
		transform: translate(80%, -160%);
	}

	84% {
		transform: translate(-80%, -160%);
	}

	to {
		transform: translate(0);
	}
}

@-webkit-keyframes ball-zag-deflect {
	17% {
		transform: translate(80%, 160%);
	}

	34% {
		transform: translate(-80%, 160%);
	}

	50% {
		transform: translate(0);
	}

	67% {
		transform: translate(-80%, 160%);
	}

	84% {
		transform: translate(80%, 160%);
	}

	to {
		transform: translate(0);
	}
}

@keyframes ball-zag-deflect {
	17% {
		transform: translate(80%, 160%);
	}

	34% {
		transform: translate(-80%, 160%);
	}

	50% {
		transform: translate(0);
	}

	67% {
		transform: translate(-80%, 160%);
	}

	84% {
		transform: translate(80%, 160%);
	}

	to {
		transform: translate(0);
	}
}

.la-ball-zig-zag[_ngcontent-fcr-c58],
.la-ball-zig-zag[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-zig-zag[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-zig-zag.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-ball-zig-zag[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-zig-zag[_ngcontent-fcr-c58] {
	height: 32px;
	position: relative;
	width: 32px;
}

.la-ball-zig-zag[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-radius: 100%;
	height: 10px;
	left: 50%;
	margin-left: -5px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 10px;
}

.la-ball-zig-zag[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation: ball-zig-effect 0.7s linear 0s infinite;
	animation: ball-zig-effect 0.7s linear 0s infinite;
}

.la-ball-zig-zag[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:last-child {
	-webkit-animation: ball-zag-effect 0.7s linear 0s infinite;
	animation: ball-zag-effect 0.7s linear 0s infinite;
}

.la-ball-zig-zag.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-zig-zag.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-zig-zag.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-zig-zag.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	width: 20px;
}

.la-ball-zig-zag.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-zig-zag.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
}

@-webkit-keyframes ball-zig-effect {
	0% {
		transform: translate(0);
	}

	33% {
		transform: translate(-75%, -150%);
	}

	66% {
		transform: translate(75%, -150%);
	}

	to {
		transform: translate(0);
	}
}

@keyframes ball-zig-effect {
	0% {
		transform: translate(0);
	}

	33% {
		transform: translate(-75%, -150%);
	}

	66% {
		transform: translate(75%, -150%);
	}

	to {
		transform: translate(0);
	}
}

@-webkit-keyframes ball-zag-effect {
	0% {
		transform: translate(0);
	}

	33% {
		transform: translate(75%, 150%);
	}

	66% {
		transform: translate(-75%, 150%);
	}

	to {
		transform: translate(0);
	}
}

@keyframes ball-zag-effect {
	0% {
		transform: translate(0);
	}

	33% {
		transform: translate(75%, 150%);
	}

	66% {
		transform: translate(-75%, 150%);
	}

	to {
		transform: translate(0);
	}
}

.la-cog[_ngcontent-fcr-c58],
.la-cog[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-cog[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-cog.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-cog[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-cog[_ngcontent-fcr-c58] {
	height: 31px;
	width: 31px;
}

.la-cog[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: cog-rotate 4s linear infinite;
	animation: cog-rotate 4s linear infinite;
	background-color: transparent;
	border-radius: 100%;
	border-style: dashed;
	border-width: 2px;
	height: 100%;
	width: 100%;
}

.la-cog[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:after {
	border: 2px solid;
	border-radius: 100%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.la-cog.la-sm[_ngcontent-fcr-c58] {
	height: 15px;
	width: 15px;
}

.la-cog.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58],
.la-cog.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:after {
	border-width: 1px;
}

.la-cog.la-2x[_ngcontent-fcr-c58] {
	height: 61px;
	width: 61px;
}

.la-cog.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58],
.la-cog.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:after {
	border-width: 4px;
}

.la-cog.la-3x[_ngcontent-fcr-c58] {
	height: 91px;
	width: 91px;
}

.la-cog.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58],
.la-cog.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:after {
	border-width: 6px;
}

@-webkit-keyframes cog-rotate {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}

@keyframes cog-rotate {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}

.la-cube-transition[_ngcontent-fcr-c58],
.la-cube-transition[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-cube-transition[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-cube-transition.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-cube-transition[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-cube-transition[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-cube-transition[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: cube-transition 1.6s ease-in-out 0s infinite;
	animation: cube-transition 1.6s ease-in-out 0s infinite;
	border-radius: 0;
	height: 14px;
	left: 0;
	margin-left: -7px;
	margin-top: -7px;
	position: absolute;
	top: 0;
	width: 14px;
}

.la-cube-transition[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:last-child {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.la-cube-transition.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-cube-transition.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 6px;
	margin-left: -3px;
	margin-top: -3px;
	width: 6px;
}

.la-cube-transition.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-cube-transition.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 28px;
	margin-left: -14px;
	margin-top: -14px;
	width: 28px;
}

.la-cube-transition.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-cube-transition.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 42px;
	margin-left: -21px;
	margin-top: -21px;
	width: 42px;
}

@-webkit-keyframes cube-transition {
	25% {
		left: 100%;
		top: 0;
		transform: scale(0.5) rotate(-90deg);
	}

	50% {
		left: 100%;
		top: 100%;
		transform: scale(1) rotate(-180deg);
	}

	75% {
		left: 0;
		top: 100%;
		transform: scale(0.5) rotate(-270deg);
	}

	to {
		left: 0;
		top: 0;
		transform: scale(1) rotate(-1turn);
	}
}

@keyframes cube-transition {
	25% {
		left: 100%;
		top: 0;
		transform: scale(0.5) rotate(-90deg);
	}

	50% {
		left: 100%;
		top: 100%;
		transform: scale(1) rotate(-180deg);
	}

	75% {
		left: 0;
		top: 100%;
		transform: scale(0.5) rotate(-270deg);
	}

	to {
		left: 0;
		top: 0;
		transform: scale(1) rotate(-1turn);
	}
}

.la-fire[_ngcontent-fcr-c58],
.la-fire[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-fire[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-fire.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-fire[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-fire[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-fire[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: fire-diamonds 1.5s linear infinite;
	animation: fire-diamonds 1.5s linear infinite;
	border-radius: 0;
	border-radius: 2px;
	bottom: 0;
	height: 12px;
	left: 50%;
	position: absolute;
	transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
	width: 12px;
}

.la-fire[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -0.85s;
	animation-delay: -0.85s;
}

.la-fire[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -1.85s;
	animation-delay: -1.85s;
}

.la-fire[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -2.85s;
	animation-delay: -2.85s;
}

.la-fire.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-fire.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 6px;
	width: 6px;
}

.la-fire.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-fire.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 24px;
	width: 24px;
}

.la-fire.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-fire.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 36px;
	width: 36px;
}

@-webkit-keyframes fire-diamonds {
	0% {
		transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
	}

	50% {
		transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
	}

	to {
		transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
	}
}

@keyframes fire-diamonds {
	0% {
		transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
	}

	50% {
		transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
	}

	to {
		transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
	}
}

.la-line-scale-party[_ngcontent-fcr-c58],
.la-line-scale-party[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-line-scale-party[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-line-scale-party.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-line-scale-party[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-line-scale-party[_ngcontent-fcr-c58] {
	height: 32px;
	width: 40px;
}

.la-line-scale-party[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: line-scale-party;
	animation-iteration-count: infinite;
	animation-name: line-scale-party;
	border-radius: 0;
	height: 32px;
	margin: 0 2px;
	width: 4px;
}

.la-line-scale-party[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -0.23s;
	-webkit-animation-duration: 0.43s;
	animation-delay: -0.23s;
	animation-duration: 0.43s;
}

.la-line-scale-party[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -0.32s;
	-webkit-animation-duration: 0.62s;
	animation-delay: -0.32s;
	animation-duration: 0.62s;
}

.la-line-scale-party[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -0.44s;
	-webkit-animation-duration: 0.43s;
	animation-delay: -0.44s;
	animation-duration: 0.43s;
}

.la-line-scale-party[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -0.31s;
	-webkit-animation-duration: 0.8s;
	animation-delay: -0.31s;
	animation-duration: 0.8s;
}

.la-line-scale-party[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -0.24s;
	-webkit-animation-duration: 0.74s;
	animation-delay: -0.24s;
	animation-duration: 0.74s;
}

.la-line-scale-party.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 20px;
}

.la-line-scale-party.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 16px;
	margin: 0 1px;
	width: 2px;
}

.la-line-scale-party.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 80px;
}

.la-line-scale-party.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 64px;
	margin: 0 4px;
	width: 8px;
}

.la-line-scale-party.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 120px;
}

.la-line-scale-party.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 96px;
	margin: 0 6px;
	width: 12px;
}

@-webkit-keyframes line-scale-party {
	0% {
		transform: scaleY(1);
	}

	50% {
		transform: scaleY(0.3);
	}

	to {
		transform: scaleY(1);
	}
}

@keyframes line-scale-party {
	0% {
		transform: scaleY(1);
	}

	50% {
		transform: scaleY(0.3);
	}

	to {
		transform: scaleY(1);
	}
}

.la-line-scale-pulse-out-rapid[_ngcontent-fcr-c58],
.la-line-scale-pulse-out-rapid[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-line-scale-pulse-out-rapid[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-line-scale-pulse-out-rapid.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-line-scale-pulse-out-rapid[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-line-scale-pulse-out-rapid[_ngcontent-fcr-c58] {
	height: 32px;
	width: 40px;
}

.la-line-scale-pulse-out-rapid[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: line-scale-pulse-out-rapid 0.9s cubic-bezier(0.11, 0.49, 0.38, 0.78) infinite;
	animation: line-scale-pulse-out-rapid 0.9s cubic-bezier(0.11, 0.49, 0.38, 0.78) infinite;
	border-radius: 0;
	height: 32px;
	margin: 0 2px;
	width: 4px;
}

.la-line-scale-pulse-out-rapid[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.la-line-scale-pulse-out-rapid[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2),
.la-line-scale-pulse-out-rapid[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -0.65s;
	animation-delay: -0.65s;
}

.la-line-scale-pulse-out-rapid[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child,
.la-line-scale-pulse-out-rapid[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.la-line-scale-pulse-out-rapid.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 20px;
}

.la-line-scale-pulse-out-rapid.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 16px;
	margin: 0 1px;
	width: 2px;
}

.la-line-scale-pulse-out-rapid.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 80px;
}

.la-line-scale-pulse-out-rapid.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 64px;
	margin: 0 4px;
	width: 8px;
}

.la-line-scale-pulse-out-rapid.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 120px;
}

.la-line-scale-pulse-out-rapid.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 96px;
	margin: 0 6px;
	width: 12px;
}

@-webkit-keyframes line-scale-pulse-out-rapid {
	0% {
		transform: scaley(1);
	}

	80% {
		transform: scaley(0.3);
	}

	90% {
		transform: scaley(1);
	}
}

@keyframes line-scale-pulse-out-rapid {
	0% {
		transform: scaley(1);
	}

	80% {
		transform: scaley(0.3);
	}

	90% {
		transform: scaley(1);
	}
}

.la-line-scale-pulse-out[_ngcontent-fcr-c58],
.la-line-scale-pulse-out[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-line-scale-pulse-out[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-line-scale-pulse-out.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-line-scale-pulse-out[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-line-scale-pulse-out[_ngcontent-fcr-c58] {
	height: 32px;
	width: 40px;
}

.la-line-scale-pulse-out[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: line-scale-pulse-out 0.9s cubic-bezier(0.85, 0.25, 0.37, 0.85) infinite;
	animation: line-scale-pulse-out 0.9s cubic-bezier(0.85, 0.25, 0.37, 0.85) infinite;
	border-radius: 0;
	height: 32px;
	margin: 0 2px;
	width: 4px;
}

.la-line-scale-pulse-out[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.la-line-scale-pulse-out[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2),
.la-line-scale-pulse-out[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.la-line-scale-pulse-out[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child,
.la-line-scale-pulse-out[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.la-line-scale-pulse-out.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 20px;
}

.la-line-scale-pulse-out.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 16px;
	margin: 0 1px;
	width: 2px;
}

.la-line-scale-pulse-out.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 80px;
}

.la-line-scale-pulse-out.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 64px;
	margin: 0 4px;
	width: 8px;
}

.la-line-scale-pulse-out.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 120px;
}

.la-line-scale-pulse-out.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 96px;
	margin: 0 6px;
	width: 12px;
}

@-webkit-keyframes line-scale-pulse-out {
	0% {
		transform: scaley(1);
	}

	50% {
		transform: scaley(0.3);
	}

	to {
		transform: scaley(1);
	}
}

@keyframes line-scale-pulse-out {
	0% {
		transform: scaley(1);
	}

	50% {
		transform: scaley(0.3);
	}

	to {
		transform: scaley(1);
	}
}

.la-line-scale[_ngcontent-fcr-c58],
.la-line-scale[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-line-scale[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-line-scale.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-line-scale[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-line-scale[_ngcontent-fcr-c58] {
	height: 32px;
	width: 40px;
}

.la-line-scale[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: line-scale 1.2s ease infinite;
	animation: line-scale 1.2s ease infinite;
	border-radius: 0;
	height: 32px;
	margin: 0 2px;
	width: 4px;
}

.la-line-scale[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

.la-line-scale[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.la-line-scale[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.la-line-scale[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.la-line-scale[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.la-line-scale.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 20px;
}

.la-line-scale.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 16px;
	margin: 0 1px;
	width: 2px;
}

.la-line-scale.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 80px;
}

.la-line-scale.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 64px;
	margin: 0 4px;
	width: 8px;
}

.la-line-scale.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 120px;
}

.la-line-scale.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 96px;
	margin: 0 6px;
	width: 12px;
}

@-webkit-keyframes line-scale {
	0%,
	40%,
	to {
		transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1);
	}
}

@keyframes line-scale {
	0%,
	40%,
	to {
		transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1);
	}
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-fcr-c58],
.la-line-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-line-spin-clockwise-fade-rotating.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] {
	-webkit-animation: line-spin-clockwise-fade-rotating-rotate 6s linear infinite;
	animation: line-spin-clockwise-fade-rotating-rotate 6s linear infinite;
	height: 32px;
	width: 32px;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: line-spin-clockwise-fade-rotating 1s ease-in-out infinite;
	animation: line-spin-clockwise-fade-rotating 1s ease-in-out infinite;
	border-radius: 0;
	height: 10px;
	margin: -5px 2px 2px -1px;
	position: absolute;
	width: 2px;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -0.875s;
	animation-delay: -0.875s;
	left: 50%;
	top: 15%;
	transform: rotate(0deg);
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
	left: 74.7487373415%;
	top: 25.2512626585%;
	transform: rotate(45deg);
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -0.625s;
	animation-delay: -0.625s;
	left: 85%;
	top: 50%;
	transform: rotate(90deg);
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	left: 74.7487373415%;
	top: 74.7487373415%;
	transform: rotate(135deg);
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -0.375s;
	animation-delay: -0.375s;
	left: 50.0000000004%;
	top: 84.9999999974%;
	transform: rotate(180deg);
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
	left: 25.2512627193%;
	top: 74.7487369862%;
	transform: rotate(225deg);
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(7) {
	-webkit-animation-delay: -0.125s;
	animation-delay: -0.125s;
	left: 15.0000039834%;
	top: 49.9999806189%;
	transform: rotate(270deg);
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(8) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	left: 25.2513989292%;
	top: 25.2506949798%;
	transform: rotate(315deg);
}

.la-line-spin-clockwise-fade-rotating.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-line-spin-clockwise-fade-rotating.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin-left: 0;
	margin-top: -2px;
	width: 1px;
}

.la-line-spin-clockwise-fade-rotating.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-line-spin-clockwise-fade-rotating.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 20px;
	margin-left: -2px;
	margin-top: -10px;
	width: 4px;
}

.la-line-spin-clockwise-fade-rotating.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-line-spin-clockwise-fade-rotating.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 30px;
	margin-left: -3px;
	margin-top: -15px;
	width: 6px;
}

@-webkit-keyframes line-spin-clockwise-fade-rotating-rotate {
	to {
		transform: rotate(-1turn);
	}
}

@keyframes line-spin-clockwise-fade-rotating-rotate {
	to {
		transform: rotate(-1turn);
	}
}

@-webkit-keyframes line-spin-clockwise-fade-rotating {
	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

@keyframes line-spin-clockwise-fade-rotating {
	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

.la-line-spin-clockwise-fade[_ngcontent-fcr-c58],
.la-line-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-line-spin-clockwise-fade[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-line-spin-clockwise-fade.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-line-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-line-spin-clockwise-fade[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-line-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: line-spin-clockwise-fade 1s ease-in-out infinite;
	animation: line-spin-clockwise-fade 1s ease-in-out infinite;
	border-radius: 0;
	height: 10px;
	margin: -5px 2px 2px -1px;
	position: absolute;
	width: 2px;
}

.la-line-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -0.875s;
	animation-delay: -0.875s;
	left: 50%;
	top: 15%;
	transform: rotate(0deg);
}

.la-line-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
	left: 74.7487373415%;
	top: 25.2512626585%;
	transform: rotate(45deg);
}

.la-line-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -0.625s;
	animation-delay: -0.625s;
	left: 85%;
	top: 50%;
	transform: rotate(90deg);
}

.la-line-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	left: 74.7487373415%;
	top: 74.7487373415%;
	transform: rotate(135deg);
}

.la-line-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -0.375s;
	animation-delay: -0.375s;
	left: 50.0000000004%;
	top: 84.9999999974%;
	transform: rotate(180deg);
}

.la-line-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
	left: 25.2512627193%;
	top: 74.7487369862%;
	transform: rotate(225deg);
}

.la-line-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(7) {
	-webkit-animation-delay: -0.125s;
	animation-delay: -0.125s;
	left: 15.0000039834%;
	top: 49.9999806189%;
	transform: rotate(270deg);
}

.la-line-spin-clockwise-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(8) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	left: 25.2513989292%;
	top: 25.2506949798%;
	transform: rotate(315deg);
}

.la-line-spin-clockwise-fade.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-line-spin-clockwise-fade.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin-left: 0;
	margin-top: -2px;
	width: 1px;
}

.la-line-spin-clockwise-fade.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-line-spin-clockwise-fade.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 20px;
	margin-left: -2px;
	margin-top: -10px;
	width: 4px;
}

.la-line-spin-clockwise-fade.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-line-spin-clockwise-fade.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 30px;
	margin-left: -3px;
	margin-top: -15px;
	width: 6px;
}

@-webkit-keyframes line-spin-clockwise-fade {
	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

@keyframes line-spin-clockwise-fade {
	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

.la-line-spin-fade-rotating[_ngcontent-fcr-c58],
.la-line-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-line-spin-fade-rotating[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-line-spin-fade-rotating.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-line-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-line-spin-fade-rotating[_ngcontent-fcr-c58] {
	-webkit-animation: ball-spin-fade-rotating-rotate 6s linear infinite;
	animation: ball-spin-fade-rotating-rotate 6s linear infinite;
	height: 32px;
	width: 32px;
}

.la-line-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: line-spin-fade-rotating 1s ease-in-out infinite;
	animation: line-spin-fade-rotating 1s ease-in-out infinite;
	border-radius: 0;
	height: 10px;
	margin: -5px 2px 2px -1px;
	position: absolute;
	width: 2px;
}

.la-line-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -1.125s;
	animation-delay: -1.125s;
	left: 50%;
	top: 15%;
	transform: rotate(0deg);
}

.la-line-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -1.25s;
	animation-delay: -1.25s;
	left: 74.7487373415%;
	top: 25.2512626585%;
	transform: rotate(45deg);
}

.la-line-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -1.375s;
	animation-delay: -1.375s;
	left: 85%;
	top: 50%;
	transform: rotate(90deg);
}

.la-line-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
	left: 74.7487373415%;
	top: 74.7487373415%;
	transform: rotate(135deg);
}

.la-line-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -1.625s;
	animation-delay: -1.625s;
	left: 50.0000000004%;
	top: 84.9999999974%;
	transform: rotate(180deg);
}

.la-line-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation-delay: -1.75s;
	animation-delay: -1.75s;
	left: 25.2512627193%;
	top: 74.7487369862%;
	transform: rotate(225deg);
}

.la-line-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(7) {
	-webkit-animation-delay: -1.875s;
	animation-delay: -1.875s;
	left: 15.0000039834%;
	top: 49.9999806189%;
	transform: rotate(270deg);
}

.la-line-spin-fade-rotating[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(8) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	left: 25.2513989292%;
	top: 25.2506949798%;
	transform: rotate(315deg);
}

.la-line-spin-fade-rotating.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-line-spin-fade-rotating.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin-left: 0;
	margin-top: -2px;
	width: 1px;
}

.la-line-spin-fade-rotating.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-line-spin-fade-rotating.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 20px;
	margin-left: -2px;
	margin-top: -10px;
	width: 4px;
}

.la-line-spin-fade-rotating.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-line-spin-fade-rotating.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 30px;
	margin-left: -3px;
	margin-top: -15px;
	width: 6px;
}

@-webkit-keyframes ball-spin-fade-rotating-rotate {
	to {
		transform: rotate(1turn);
	}
}

@keyframes ball-spin-fade-rotating-rotate {
	to {
		transform: rotate(1turn);
	}
}

@-webkit-keyframes line-spin-fade-rotating {
	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

@keyframes line-spin-fade-rotating {
	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

.la-line-spin-fade[_ngcontent-fcr-c58],
.la-line-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-line-spin-fade[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-line-spin-fade.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-line-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-line-spin-fade[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-line-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: line-spin-fade 1s ease-in-out infinite;
	animation: line-spin-fade 1s ease-in-out infinite;
	border-radius: 0;
	height: 10px;
	margin: -5px 2px 2px -1px;
	position: absolute;
	width: 2px;
}

.la-line-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation-delay: -1.125s;
	animation-delay: -1.125s;
	left: 50%;
	top: 15%;
	transform: rotate(0deg);
}

.la-line-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-delay: -1.25s;
	animation-delay: -1.25s;
	left: 74.7487373415%;
	top: 25.2512626585%;
	transform: rotate(45deg);
}

.la-line-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -1.375s;
	animation-delay: -1.375s;
	left: 85%;
	top: 50%;
	transform: rotate(90deg);
}

.la-line-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
	left: 74.7487373415%;
	top: 74.7487373415%;
	transform: rotate(135deg);
}

.la-line-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -1.625s;
	animation-delay: -1.625s;
	left: 50.0000000004%;
	top: 84.9999999974%;
	transform: rotate(180deg);
}

.la-line-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation-delay: -1.75s;
	animation-delay: -1.75s;
	left: 25.2512627193%;
	top: 74.7487369862%;
	transform: rotate(225deg);
}

.la-line-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(7) {
	-webkit-animation-delay: -1.875s;
	animation-delay: -1.875s;
	left: 15.0000039834%;
	top: 49.9999806189%;
	transform: rotate(270deg);
}

.la-line-spin-fade[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(8) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	left: 25.2513989292%;
	top: 25.2506949798%;
	transform: rotate(315deg);
}

.la-line-spin-fade.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-line-spin-fade.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 4px;
	margin-left: 0;
	margin-top: -2px;
	width: 1px;
}

.la-line-spin-fade.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-line-spin-fade.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 20px;
	margin-left: -2px;
	margin-top: -10px;
	width: 4px;
}

.la-line-spin-fade.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-line-spin-fade.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 30px;
	margin-left: -3px;
	margin-top: -15px;
	width: 6px;
}

@-webkit-keyframes line-spin-fade {
	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

@keyframes line-spin-fade {
	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

.la-pacman[_ngcontent-fcr-c58],
.la-pacman[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-pacman[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-pacman.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-pacman[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-pacman[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-pacman[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child,
.la-pacman[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation: pacman-rotate-half-up 0.5s 0s infinite;
	animation: pacman-rotate-half-up 0.5s 0s infinite;
	background: transparent;
	border-radius: 100%;
	border-right: solid transparent;
	border-style: solid;
	border-width: 16px;
	height: 0;
	position: absolute;
	width: 0;
}

.la-pacman[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation-name: pacman-rotate-half-down;
	animation-name: pacman-rotate-half-down;
	top: 0;
}

.la-pacman[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3),
.la-pacman[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4),
.la-pacman[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5),
.la-pacman[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation: pacman-balls 2s linear 0s infinite;
	animation: pacman-balls 2s linear 0s infinite;
	border-radius: 100%;
	height: 8px;
	left: 200%;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 8px;
}

.la-pacman[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3) {
	-webkit-animation-delay: -1.44s;
	animation-delay: -1.44s;
}

.la-pacman[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4) {
	-webkit-animation-delay: -1.94s;
	animation-delay: -1.94s;
}

.la-pacman[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5) {
	-webkit-animation-delay: -2.44s;
	animation-delay: -2.44s;
}

.la-pacman[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	-webkit-animation-delay: -2.94s;
	animation-delay: -2.94s;
}

.la-pacman.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-pacman.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child,
.la-pacman.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	border-width: 8px;
	position: absolute;
}

.la-pacman.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	top: 0;
}

.la-pacman.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3),
.la-pacman.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4),
.la-pacman.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5),
.la-pacman.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	height: 4px;
	width: 4px;
}

.la-pacman.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-pacman.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child,
.la-pacman.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	border-width: 32px;
	position: absolute;
}

.la-pacman.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	top: 0;
}

.la-pacman.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3),
.la-pacman.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4),
.la-pacman.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5),
.la-pacman.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	height: 16px;
	width: 16px;
}

.la-pacman.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-pacman.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child,
.la-pacman.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	border-width: 48px;
	position: absolute;
}

.la-pacman.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	top: 0;
}

.la-pacman.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(3),
.la-pacman.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(4),
.la-pacman.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(5),
.la-pacman.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(6) {
	height: 24px;
	width: 24px;
}

@-webkit-keyframes pacman-rotate-half-up {
	0%,
	to {
		transform: rotate(270deg);
	}

	50% {
		transform: rotate(1turn);
	}
}

@keyframes pacman-rotate-half-up {
	0%,
	to {
		transform: rotate(270deg);
	}

	50% {
		transform: rotate(1turn);
	}
}

@-webkit-keyframes pacman-rotate-half-down {
	0%,
	to {
		transform: rotate(90deg);
	}

	50% {
		transform: rotate(0deg);
	}
}

@keyframes pacman-rotate-half-down {
	0%,
	to {
		transform: rotate(90deg);
	}

	50% {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes pacman-balls {
	0% {
		left: 200%;
		opacity: 0;
		transform: translateY(-50%);
	}

	5% {
		opacity: 0.5;
	}

	66% {
		opacity: 1;
	}

	67% {
		opacity: 0;
	}

	to {
		left: 0;
		transform: translateY(-50%);
	}
}

@keyframes pacman-balls {
	0% {
		left: 200%;
		opacity: 0;
		transform: translateY(-50%);
	}

	5% {
		opacity: 0.5;
	}

	66% {
		opacity: 1;
	}

	67% {
		opacity: 0;
	}

	to {
		left: 0;
		transform: translateY(-50%);
	}
}

.la-square-jelly-box[_ngcontent-fcr-c58],
.la-square-jelly-box[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-square-jelly-box[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-square-jelly-box.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-square-jelly-box[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-square-jelly-box[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-square-jelly-box[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child,
.la-square-jelly-box[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	left: 0;
	position: absolute;
	width: 100%;
}

.la-square-jelly-box[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:first-child {
	-webkit-animation: square-jelly-box-animate 0.6s linear -0.1s infinite;
	animation: square-jelly-box-animate 0.6s linear -0.1s infinite;
	border-radius: 10%;
	height: 100%;
	top: -25%;
	z-index: 1;
}

.la-square-jelly-box[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:nth-child(2) {
	-webkit-animation: square-jelly-box-shadow 0.6s linear -0.1s infinite;
	animation: square-jelly-box-shadow 0.6s linear -0.1s infinite;
	background: #000;
	border-radius: 50%;
	bottom: -9%;
	height: 10%;
	opacity: 0.2;
}

.la-square-jelly-box.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-square-jelly-box.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-square-jelly-box.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

@-webkit-keyframes square-jelly-box-animate {
	17% {
		border-bottom-right-radius: 10%;
	}

	25% {
		transform: translateY(25%) rotate(22.5deg);
	}

	50% {
		border-bottom-right-radius: 100%;
		transform: translateY(50%) scaleY(0.9) rotate(45deg);
	}

	75% {
		transform: translateY(25%) rotate(67.5deg);
	}

	to {
		transform: translateY(0) rotate(90deg);
	}
}

@keyframes square-jelly-box-animate {
	17% {
		border-bottom-right-radius: 10%;
	}

	25% {
		transform: translateY(25%) rotate(22.5deg);
	}

	50% {
		border-bottom-right-radius: 100%;
		transform: translateY(50%) scaleY(0.9) rotate(45deg);
	}

	75% {
		transform: translateY(25%) rotate(67.5deg);
	}

	to {
		transform: translateY(0) rotate(90deg);
	}
}

@-webkit-keyframes square-jelly-box-shadow {
	50% {
		transform: scaleX(1.25);
	}
}

@keyframes square-jelly-box-shadow {
	50% {
		transform: scaleX(1.25);
	}
}

.la-square-loader[_ngcontent-fcr-c58],
.la-square-loader[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-square-loader[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-square-loader.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-square-loader[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-square-loader[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-square-loader[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: square-loader 2s ease infinite;
	animation: square-loader 2s ease infinite;
	background: transparent;
	border-radius: 0;
	border-width: 2px;
	height: 100%;
	width: 100%;
}

.la-square-loader[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:after {
	-webkit-animation: square-loader-inner 2s ease-in infinite;
	animation: square-loader-inner 2s ease-in infinite;
	background-color: currentColor;
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.la-square-loader.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-square-loader.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 1px;
}

.la-square-loader.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-square-loader.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 4px;
}

.la-square-loader.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-square-loader.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 6px;
}

@-webkit-keyframes square-loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(1turn);
	}

	to {
		transform: rotate(1turn);
	}
}

@keyframes square-loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(1turn);
	}

	to {
		transform: rotate(1turn);
	}
}

@-webkit-keyframes square-loader-inner {
	0% {
		height: 0;
	}

	25% {
		height: 0;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	to {
		height: 0;
	}
}

@keyframes square-loader-inner {
	0% {
		height: 0;
	}

	25% {
		height: 0;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	to {
		height: 0;
	}
}

.la-square-spin[_ngcontent-fcr-c58],
.la-square-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-square-spin[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-square-spin.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-square-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-square-spin[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-square-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: square-spin 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) 0s infinite;
	animation: square-spin 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) 0s infinite;
	border-radius: 0;
	height: 100%;
	width: 100%;
}

.la-square-spin.la-sm[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-square-spin.la-2x[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-square-spin.la-3x[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

@-webkit-keyframes square-spin {
	0% {
		transform: perspective(100px) rotateX(0) rotateY(0);
	}

	25% {
		transform: perspective(100px) rotateX(180deg) rotateY(0);
	}

	50% {
		transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}

	75% {
		transform: perspective(100px) rotateX(0) rotateY(180deg);
	}

	to {
		transform: perspective(100px) rotateX(0) rotateY(1turn);
	}
}

@keyframes square-spin {
	0% {
		transform: perspective(100px) rotateX(0) rotateY(0);
	}

	25% {
		transform: perspective(100px) rotateX(180deg) rotateY(0);
	}

	50% {
		transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}

	75% {
		transform: perspective(100px) rotateX(0) rotateY(180deg);
	}

	to {
		transform: perspective(100px) rotateX(0) rotateY(1turn);
	}
}

.la-timer[_ngcontent-fcr-c58],
.la-timer[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-timer[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-timer.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-timer[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-timer[_ngcontent-fcr-c58],
.la-timer[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 32px;
	width: 32px;
}

.la-timer[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background: transparent;
	border-radius: 100%;
	border-width: 2px;
}

.la-timer[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:after,
.la-timer[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:before {
	-webkit-animation: timer-loader 1.25s linear infinite;
	-webkit-animation-delay: -625ms;
	animation: timer-loader 1.25s linear infinite;
	animation-delay: -625ms;
	background: currentColor;
	border-radius: 2px;
	content: "";
	display: block;
	left: 14px;
	margin-left: -1px;
	margin-top: -1px;
	position: absolute;
	top: 14px;
	transform-origin: 1px 1px 0;
	width: 2px;
}

.la-timer[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:before {
	height: 12px;
}

.la-timer[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:after {
	-webkit-animation-delay: -7.5s;
	-webkit-animation-duration: 15s;
	animation-delay: -7.5s;
	animation-duration: 15s;
	height: 8px;
}

.la-timer.la-sm[_ngcontent-fcr-c58],
.la-timer.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 16px;
	width: 16px;
}

.la-timer.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 1px;
}

.la-timer.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:after,
.la-timer.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:before {
	border-radius: 1px;
	left: 7px;
	margin-left: -0.5px;
	margin-top: -0.5px;
	top: 7px;
	transform-origin: 0.5px 0.5px 0;
	width: 1px;
}

.la-timer.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:before {
	height: 6px;
}

.la-timer.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:after {
	height: 4px;
}

.la-timer.la-2x[_ngcontent-fcr-c58],
.la-timer.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 64px;
	width: 64px;
}

.la-timer.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 4px;
}

.la-timer.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:after,
.la-timer.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:before {
	border-radius: 4px;
	left: 28px;
	margin-left: -2px;
	margin-top: -2px;
	top: 28px;
	transform-origin: 2px 2px 0;
	width: 4px;
}

.la-timer.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:before {
	height: 24px;
}

.la-timer.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:after {
	height: 16px;
}

.la-timer.la-3x[_ngcontent-fcr-c58],
.la-timer.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	height: 96px;
	width: 96px;
}

.la-timer.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 6px;
}

.la-timer.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:after,
.la-timer.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:before {
	border-radius: 6px;
	left: 42px;
	margin-left: -3px;
	margin-top: -3px;
	top: 42px;
	transform-origin: 3px 3px 0;
	width: 6px;
}

.la-timer.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:before {
	height: 36px;
}

.la-timer.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:after {
	height: 24px;
}

@-webkit-keyframes timer-loader {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}

@keyframes timer-loader {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}

.la-triangle-skew-spin[_ngcontent-fcr-c58],
.la-triangle-skew-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-triangle-skew-spin[_ngcontent-fcr-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-triangle-skew-spin.la-dark[_ngcontent-fcr-c58] {
	color: #333;
}

.la-triangle-skew-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-triangle-skew-spin[_ngcontent-fcr-c58] {
	height: 16px;
	width: 32px;
}

.la-triangle-skew-spin[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	-webkit-animation: triangle-skew-spin 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) 0s infinite;
	animation: triangle-skew-spin 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) 0s infinite;
	background: transparent;
	border-color: currentcolor transparent;
	border-left: none;
	border-right: none;
	border-style: solid;
	border-width: 0 16px 16px;
	height: 0;
	width: 0;
}

.la-triangle-skew-spin.la-sm[_ngcontent-fcr-c58] {
	height: 8px;
	width: 16px;
}

.la-triangle-skew-spin.la-sm[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 0 8px 8px;
}

.la-triangle-skew-spin.la-2x[_ngcontent-fcr-c58] {
	height: 32px;
	width: 64px;
}

.la-triangle-skew-spin.la-2x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 0 32px 32px;
}

.la-triangle-skew-spin.la-3x[_ngcontent-fcr-c58] {
	height: 48px;
	width: 96px;
}

.la-triangle-skew-spin.la-3x[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58] {
	border-width: 0 48px 48px;
}

@-webkit-keyframes triangle-skew-spin {
	0% {
		transform: perspective(100px) rotateX(0) rotateY(0);
	}

	25% {
		transform: perspective(100px) rotateX(180deg) rotateY(0);
	}

	50% {
		transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}

	75% {
		transform: perspective(100px) rotateX(0) rotateY(180deg);
	}

	to {
		transform: perspective(100px) rotateX(0) rotateY(1turn);
	}
}

@keyframes triangle-skew-spin {
	0% {
		transform: perspective(100px) rotateX(0) rotateY(0);
	}

	25% {
		transform: perspective(100px) rotateX(180deg) rotateY(0);
	}

	50% {
		transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}

	75% {
		transform: perspective(100px) rotateX(0) rotateY(180deg);
	}

	to {
		transform: perspective(100px) rotateX(0) rotateY(1turn);
	}
}

.overlay[_ngcontent-fcr-c58] {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.overlay[_ngcontent-fcr-c58] > div[_ngcontent-fcr-c58]:not(.loading-text) {
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.loading-text[_ngcontent-fcr-c58] {
	left: 50%;
	position: absolute;
	top: 60%;
	transform: translate(-50%, -60%);
}

.single_card[_ngcontent-fcr-c84] .offerings[_ngcontent-fcr-c84] .offering_single[_ngcontent-fcr-c84] .company_card[_ngcontent-fcr-c84] .card_banner[_ngcontent-fcr-c84] {
	background-size: cover;
}

.card-hero[_ngcontent-fcr-c84] {
	position: relative;
}

.h,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

.h,
.p,
a,
body,
cite,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
	font-family: Inter, serif;
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		-webkit-transform: scale(1.2);
		opacity: 0;
	}
}

.loading-text {
	display: block;
	position: relative;
	background-color: #efefef;
	width: 100%;
	overflow: hidden;
}

.loading-text:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	background: linear-gradient(90deg, transparent, rgba(179, 175, 175, 0.2), transparent);
	-webkit-animation: loading 1.5s infinite;
	animation: loading 1.5s infinite;
}

@-webkit-keyframes loading {
	to {
		transform: translateX(100%);
	}
}

@keyframes loading {
	to {
		transform: translateX(100%);
	}
}

.nav-tabs li,
.nav-tabs li a {
	min-width: 100px;
}

.nav-tabs li a {
	position: relative !important;
	margin-right: 0 !important;
	text-align: center;
}

.nav-tabs li a .pulse-wrap {
	position: absolute;
	right: 0;
	top: -10px;
}

.nav-tabs li a:after {
	width: 100% !important;
}

.company_data .company_brief img {
	max-width: 100%;
}

.company_data .company_brief .col_logo > .inner {
	border-radius: 20px;
	overflow: hidden;
	max-width: 200px;
}

@media (max-width: 575px) {
	.company_data .company_brief .col_logo > .inner {
		max-width: 90px;
		margin: 0 auto;
	}
}

.company_data .company_brief .col_logo img {
	max-width: 200px;
	width: 100%;
}

@media (max-width: 575px) {
	.company_data .company_brief .col_logo img {
		max-width: 90px;
	}
}

@media (max-width: 575px) {
	.company_data .company_brief .col_logo {
		margin-bottom: 10px;
	}
}

.company_data .company_brief .col_title .status {
	font-size: 20px;
	display: inline-block;
	color: #22dfab;
	background-color: #f2fdfa;
	border: 1px solid #22dfab;
	padding: 3px 15px;
	border-radius: 10px;
	font-weight: 700;
	margin-bottom: 5px;
}

@media (max-width: 991px) {
	.company_data .company_brief .col_title .status {
		font-size: 18px;
	}
}

.company_data .company_brief .col_title h2 {
	font-size: 42px;
	font-weight: 700;
	word-break: break-word;
}

@media (max-width: 1200px) {
	.company_data .company_brief .col_title h2 {
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	.company_data .company_brief .col_title h2 {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.company_data .company_brief .col_title h2 {
		font-size: 30px;
	}
}

@media (max-width: 575px) {
	.company_data .company_brief .col_title h2 {
		font-size: 28px;
	}
}

@media (max-width: 480px) {
	.company_data .company_brief .col_title h2 {
		font-size: 26px;
	}
}

.company_data .company_brief .col_title .social-share {
	margin-top: 5px;
}

.company_data .company_brief .col_title .social-share ul {
	padding: 0;
	list-style: none;
}

.company_data .company_brief .col_title .social-share ul li {
	display: inline-block;
	padding-right: 20px;
	opacity: 0.7;
}

.company_data .company_brief .col_title .social-share ul li:last-child {
	padding-right: 0;
}

@media (max-width: 575px) {
	.company_data .company_brief .col_title {
		text-align: center;
	}
}

.company_data .company_brief .col_highlights {
	list-style: none;
	margin: 0;
}

.company_data .company_brief .col_highlights li {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 14px;
}

.company_data .company_brief .col_highlights li:after {
	content: "";
	background-image: url(/img/arrow-right-blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	position: absolute;
}

.company_data .company_brief .col_highlights li:last-child {
	margin-bottom: 0;
}

.company_data .company_brief .col_highlights p {
	padding-left: 5px;
	padding-right: 30px;
	position: relative;
}

.company_data .company_brief .col_highlights p:after {
	content: "";
	background-image: url(/img/arrow-right-blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	position: absolute;
}

.company_data .video_container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 16px;
	border-radius: 20px;
}

.company_data .video_container .video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.company_data .company_metrics .metrics_card {
	margin-bottom: 30px;
}

.company_data .company_metrics .metrics_card h3 {
	font-size: 24px;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.company_data .company_metrics .metrics_card ul {
	margin: 0;
}

.company_data .company_metrics .metrics_card ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	border-bottom: 1px solid rgba(111, 117, 125, 0.5);
}

.company_data .company_metrics .metrics_card ul li .metric_label {
	font-size: 14px;
	font-weight: 400;
}

.company_data .company_metrics .metrics_card ul li .metric_value {
	font-size: 14px;
	font-weight: 700;
}

.company_data .company_metrics .metrics_card ul li:last-child {
	border: none;
}

.company_data .company_metrics .metrics_card:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.company_data .company_metrics {
		margin-top: 30px;
	}
}

.company_details .col_sidebar {
	position: relative;
}

.company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu {
	position: sticky;
	top: 50px;
}

.company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu ul {
	padding-left: 15px;
	max-width: 250px;
}

.company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu ul li {
	margin-bottom: 20px;
}

.company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu ul li a {
	position: relative;
	text-decoration: none;
	color: #2b2d42;
	font-size: 14px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	padding-right: 25px;
}

.company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu ul li a:after {
	content: "";
	opacity: 0;
	position: absolute;
	right: 0;
	top: calc(50% - 12px);
	display: block;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(/img/keyboard_arrow_right_blue.svg);
}

.company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu ul li a.active,
.company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu ul li a:focus,
.company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu ul li a:hover {
	color: #1fa5ff;
}

.company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu ul li a.active:after,
.company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu ul li a:focus:after,
.company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu ul li a:hover:after {
	opacity: 1;
}

@media (max-width: 991px) {
	.company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu ul li {
		margin-bottom: 8px;
	}
}

@media (max-width: 991px) {
	.company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu ul {
		padding: 0;
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu {
		position: relative !important;
		top: unset !important;
	}
}

@media (max-width: 1199px) {
	.company_details .col_sidebar {
		flex: 0 0 30%;
		max-width: 30%;
	}
}

@media (max-width: 991px) {
	.company_details .col_sidebar {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width: 1199px) {
	.company_details > .col-9 {
		flex: 0 0 70%;
		max-width: 70%;
	}
}

@media (max-width: 991px) {
	.company_details > .col-9 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.company_details > .col-9 .content-section h1 {
	margin-top: 30px;
	font-size: 28px;
	line-height: 36px;
}

@media (max-width: 991px) {
	.company_details > .col-9 .content-section h1 {
		font-size: 24px;
		line-height: 32px;
	}
}

.company_details > .col-9 .content-section h1:first-child {
	margin-top: 0;
}

.company_details > .col-9 .content-section a {
	color: #1fa5ff;
}

.company_details > .col-9 .content-section img {
	max-width: 100%;
}

.company_details > .col-9 .content-section table {
	width: 100%;
}

.company_details > .col-9 .content-section table tbody td,
.company_details > .col-9 .content-section table tbody th,
.company_details > .col-9 .content-section table thead td,
.company_details > .col-9 .content-section table thead th {
	border: none !important;
	padding: 0.75rem;
}

.company_details > .col-9 .content-section table thead th {
	color: #2b2d42;
	font-size: 16px;
	font-weight: 700;
}

.company_details > .col-9 .content-section table tbody tr td {
	color: #2b2d42;
	font-size: 14px;
	font-weight: 400;
}

.company_details > .col-9 .content-section table tbody tr:nth-child(odd) {
	background-color: #fff;
}

.company_details > .col-9 .content-section table tbody tr:nth-child(2n) {
	background-color: #fafafa;
}

.company_details > .col-9 .content-section .team_wrapper .t-container {
	display: flex !important;
	padding: 20px 0 !important;
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.company_details > .col-9 .content-section .team_wrapper .t-container img {
	border-radius: 100%;
	width: 100px;
	max-width: 100%;
}

.company_details > .col-9 .content-section .team_wrapper .t-container .t-col {
	display: inline-flex;
	padding: 0 15px;
	font-size: 14px !important;
}

.company_details > .col-9 .content-section .team_wrapper .t-container .t-col .t-text,
.company_details > .col-9 .content-section .team_wrapper .t-container .t-col p {
	font-size: 14px !important;
	font-weight: 400;
}

.company_details > .col-9 .content-section .team_wrapper .t-container .t-col strong {
	font-size: 14px !important;
	font-weight: 700;
}

.company_details > .col-9 .content-section .team_wrapper .t-container .t-col:first-child {
	width: 120px;
}

@media (max-width: 575px) {
	.company_details > .col-9 .content-section .team_wrapper .t-container .t-col:first-child {
		width: 100%;
		margin-bottom: 10px;
	}
}

.company_details > .col-9 .content-section .team_wrapper .t-container .t-col:nth-child(2) {
	width: calc(100% - 120px);
	align-items: center !important;
}

@media (max-width: 575px) {
	.company_details > .col-9 .content-section .team_wrapper .t-container .t-col:nth-child(2) {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.company_details > .col-9 .content-section .team_wrapper .t-container {
		display: block !important;
	}
}

.company_details > .col-9 .content-section ul {
	padding-left: 20px;
}

.company_details > .col-9 .content-section ul li {
	list-style: disc;
	font-size: 14px;
}

.company_details > .col-9 .content-section ol li {
	font-size: 14px;
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
	background-color: #1fa5ff !important;
}

.mat-tab-label.mat-tab-label-active {
	font-weight: 700;
}

.mat-tab-label .mat-tab-label-content {
	position: relative;
}

.mat-tab-label .mat-tab-label-content .pulse-wrap {
	position: absolute;
	right: -30px;
	top: -10px;
}

.color-scheme-dark .company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu a,
.color-scheme-dark .mat-tab-label .mat-tab-label-content {
	color: #fff;
}

.color-scheme-dark .company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu a.active,
.color-scheme-dark .company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu a:focus,
.color-scheme-dark .company_details .col_sidebar .sidebar-wrapper .sticky-sidemenu a:hover {
	color: #1fa5ff !important;
}

.color-scheme-dark .company_details > .col-9 .content-section table tbody tr td,
.color-scheme-dark .company_details > .col-9 .content-section table thead th {
	color: #fff;
}

.color-scheme-dark .company_details > .col-9 .content-section table tbody tr:nth-child(odd) {
	background-color: #373952;
}

.color-scheme-dark .company_details > .col-9 .content-section table tbody tr:nth-child(2n) {
	background-color: #3c444c;
}

.table2 {
	margin: 60px 0 0;
}

.data_table2__cell {
	padding: 0;
}

.data_table2__row {
	padding: 10px 0;
}

.data_table2__row .metric_value {
	font-weight: 700;
}

.table2__header {
	margin-bottom: 20px;
}

.h,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

.h,
.p,
a,
body,
cite,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
	font-family: Inter, serif;
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		-webkit-transform: scale(1.2);
		opacity: 0;
	}
}

.loading-text {
	display: block;
	position: relative;
	background-color: #efefef;
	width: 100%;
	overflow: hidden;
}

.loading-text:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	background: linear-gradient(90deg, transparent, rgba(179, 175, 175, 0.2), transparent);
	-webkit-animation: loading 1.5s infinite;
	animation: loading 1.5s infinite;
}

@-webkit-keyframes loading {
	to {
		transform: translateX(100%);
	}
}

@keyframes loading {
	to {
		transform: translateX(100%);
	}
}

.breadcrumb_wrapper {
	background-color: #fff;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.breadcrumb_wrapper .breadcrumb {
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin: 0 !important;
	background-color: transparent;
	padding: 10px 0 !important;
	text-align: center;
}

.breadcrumb_wrapper .breadcrumb li {
	display: inline-block;
	margin-left: 10px;
}

.breadcrumb_wrapper .breadcrumb li > a,
.breadcrumb_wrapper .breadcrumb li span {
	position: relative;
	display: block;
	padding-left: 30px;
}

.breadcrumb_wrapper .breadcrumb li > a:active,
.breadcrumb_wrapper .breadcrumb li > a:focus,
.breadcrumb_wrapper .breadcrumb li > a:hover,
.breadcrumb_wrapper .breadcrumb li span:active,
.breadcrumb_wrapper .breadcrumb li span:focus,
.breadcrumb_wrapper .breadcrumb li span:hover {
	outline: none;
	text-decoration: none;
}

.breadcrumb_wrapper .breadcrumb li > a .btn-icons,
.breadcrumb_wrapper .breadcrumb li span .btn-icons {
	position: absolute;
	padding: 0;
	left: 0;
	top: calc(50% - 12px);
	background-image: url(/img/keyboard_arrow_right_black.svg);
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 24px;
	height: 24px;
}

.breadcrumb_wrapper .breadcrumb li a,
.breadcrumb_wrapper .breadcrumb li span {
	font-size: 16px;
	font-weight: 400;
}

.breadcrumb_wrapper .breadcrumb li span {
	color: #2b2d42;
}

.breadcrumb_wrapper .breadcrumb li a {
	color: #1fa5ff;
}

.breadcrumb_wrapper .breadcrumb li:first-child {
	margin-left: 0;
}

.breadcrumb_wrapper .breadcrumb li:first-child > a .btn-icons,
.breadcrumb_wrapper .breadcrumb li:first-child span .btn-icons {
	display: none;
}

.breadcrumb_wrapper .breadcrumb li:first-child > a .btn-icons.home,
.breadcrumb_wrapper .breadcrumb li:first-child span .btn-icons.home {
	display: inline-block;
	top: calc(50% - 12px);
	background-image: url(/img/home_blue.svg);
}

.color-scheme-dark .breadcrumb_wrapper {
	background-color: #373952;
}

.color-scheme-dark .breadcrumb_wrapper .breadcrumb li span {
	color: #fff;
}

.color-scheme-dark .breadcrumb_wrapper .breadcrumb li a {
	color: #1fa5ff;
}

.color-scheme-dark .breadcrumb_wrapper .breadcrumb li .keyboard_arrow_right {
	background-image: url(/img/keyboard_arrow_right_white.svg);
}

.pool-hero__card {
	z-index: 1;
	padding: 24px;
	border-radius: 16px;
	align-items: center;
	display: grid;
	position: relative;
	padding-top: 45px;
}

.pool-hero__card .header {
	display: grid;
	grid-template-columns: repeat(2, auto);
	align-items: center;
}

.pool-hero__card h4.title {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 4px;
	margin-top: 0.5rem;
}

.pool-hero__card .header h5.token {
	font-size: 12px;
	line-height: 18px;
	font-weight: 800;
	text-transform: uppercase;
	margin-left: auto;
	text-align: right;
	margin-bottom: 4px;
}

.pool-hero__card h3.info {
	font-size: 28px;
	line-height: 34px;
	font-weight: 400;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.pool-hero__card .pool-hero__progress .progress {
	height: 8px;
	position: relative;
	margin-top: 4px;
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.pool-hero__card .pool-hero__progress .featured-card__step-1 {
	border-right: 2px solid #fff;
}

.progress-bar {
	background-color: #1fa5ff;
}

.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;
}

.progress-bar {
	background-color: #1fa5ff;
	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;
	width: 93%;
}

.progress {
	line-height: 0;
	font-size: 0.75rem;
}

.pool-hero__card .pool-hero__progress-footer {
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, auto);
	margin-top: 4px;
}

.pool-hero__card .pool-hero__progress-footer {
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
}

.pool-hero__card .pool-hero__progress-footer .pool-hero__amount {
	margin-left: auto;
}
.overlays {
	position: fixed;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(195, 194, 194, 0.8);
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 999999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cards,
.overlays {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cards {
	padding: 24px;
	background: #fff;
	border-radius: 12px;
	color: #000;
	-webkit-box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}


.button[data-v-31fa788b]:disabled {
	background: #c4c4c4;
	pointer-events: none;
}

.button[data-v-31fa788b] {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #1fa5ff;
	color: #fff;
	min-width: 160px;
	padding: 16px 32px;
	border-radius: 10px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.account-input-modal .account-input .token-icon {
	margin-right: 8px;
}

.account-input-modal .account-input .symbol {
	min-width: 35px;
}

.mobile--popup {
	padding-bottom: 3.25rem;
	display: none;
}

.mobile--popup .cards {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile--popup h1 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.mobile--popup h2 {
	font-size: 16px;
}

.mobile--popup h2 span {
	color: #1fa5ff;
	font-weight: bold;
}

.mobile--popup .graphic {
	height: 160px;
	width: 160px;
}

@media only screen and (max-width: 768px) {
	.mobile--popup {
		display: block;
	}
}

[data-theme="dark"] .btn-light {
	background-color: rgba(0, 0, 0, 0.2);
	border: none;
}

.rown {
	flex-wrap: inherit;
	margin-right: 0px;
	margin-left: 0px;
}

.mail-input-modal .mail-input .title {
	text-align: start;
	width: 100%;
	margin-bottom: 32px;
	font-size: 13px;
	font-weight: 700;
}

.mail-input-modal .mail-input .input-container {
	color: #666;
	width: 100%;
	border: 1px solid #333131;
	border-radius: 10px;
	padding: 8px;
	font-size: 13px;
}

.mail-input-modal .mail-input .controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 1.25rem;
}

.mail-input-modal .mail-input .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mail-input-modal .mail-input .input-container input {
	font-size: 24px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	background: transparent;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-right: 12px;
}

.mail-input-modal .mail-input .controls button:not(:last-of-type) {
	margin-right: 20px;
}

.mail-input-modal .mail-input .controls button {
	width: 100%;
	text-transform: capitalize;
}

.mail-input-modal .button[data-v-31fa788b]:disabled {
	background: #c4c4c4;
	pointer-events: none;
}

.mail-input-modal .button[data-v-31fa788b] {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #1fa5ff;
	color: #fff;
	min-width: 160px;
	padding: 16px 32px;
	border-radius: 10px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.mail-input-modal .mail-input .token-icon {
	margin-right: 8px;
}

.mail-input-modal .mail-input .symbol {
	min-width: 35px;
}

.mail-input-modal .error-box {
	color: #f00;
}

.search {
	width: 100%;
	border: 1px solid;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	display: grid;
	align-items: center;
	grid-template-columns: auto 1fr;
	grid-gap: 16px;
	padding: 12px 19px;
	border-radius: 16px;
	margin-bottom: 24px;
}

.search {
	border-color: #ffeaef;
}

.search__input::placeholder {
	color: #727480;
}

.search__input {
	color: #212121;
}

.search .search__input {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	line-height: 1;
	border: none;
	background-color: transparent;
}

.button.button--primary {
	background-color: #1fa5ff;
	border-color: #1fa5ff;
	color: #fff;
}

.button {
	border-radius: 100px;
	padding: 12px 16px;
	border: 1px solid;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

.button.button--outline:hover,
.button.button--primary:hover,
.button.button--secondary:hover {
	background-color: #212121;
	border-color: #212121;
	color: #fff;
}

.mail-input-modal .mail-input .controls button {
	width: 100%;
	text-transform: capitalize;
}

.pool-hero__card {
	z-index: 1;
	padding: 24px;
	border-radius: 16px;
	align-items: center;
	display: grid;
	position: relative;
	padding-top: 45px;
}
.pool-hero__card .header {
	display: grid;
	grid-template-columns: repeat(2, auto);
	align-items: center;
}

.pool-hero__card h4.title {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 4px;
	margin-top: 0.5rem;
}
.flexer {
	justify-content: end;
	margin-bottom: 25px;
}
@media (min-width: 992px) {
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 100%;
	}
}
.metrics_card {
	margin-top: -20px;
	padding: 0;
}
.company_metrics {
	padding-left: -100px;
	padding-right: -100px;
}

.col-lg-6 {
	padding-left: 0px;
	padding-right: 0px;
}
.metrics_card {
	padding: 10px;
}

.spanpadding p {
	padding-top: 20px;
}
.buttonrow {
	display: flex;
	padding: 0px 0px 15px 0px;
	width: 100%;
}
.buttons {
	flex: 0 0 30%;
}

@media (min-width: 992px) {
	.col-lg-9 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.offset-md-1 {
		margin-left: 12%;
	}
}

input[type="number"] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

@media (max-width: 1201px) {
	.btn:not(.ngb-dp-arrow-btn):not(.calendar).has-icon {
		padding-right: 35px;
		position: relative;
		width: 100%;
	}
	.buttons {
		flex: 0 0 100%;
	}
	.offset-md-1 {
		margin-left: 7%;
	}
}

@media (max-width: 992px) {
	.menu-toggle {
		display: none;
	}
	.col-sm-6 {
		flex: 1 1 100%;
		max-width: 100%;
	}
	.offset-md-1 {
		margin-left: 20%;
	}
}
@media (max-width: 768px) {
	.nav .side_menu {
		display: block;
	}
	.offset-md-1 {
		margin-left: 20%;
	}
}

@media (max-width: 575px) {
	.offset-md-1 {
		margin-left: 0;
	}
	.spanpadding {
		text-align: center;
		padding-right: 0px;
	}
	.row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.text-muted {
		text-align: center;
	}
}



.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.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:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	color: #000;
	text-decoration: none;
	opacity: 0.75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - (0.5rem * 2));
	content: "";
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #f7f8fd;
	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;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.3rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 0px solid #f7f8fd;
}

.modal-footer> :not(:first-child) {
	margin-left: 0.25rem;
}

.modal-footer> :not(:last-child) {
	margin-right: 0.25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}

	.modal-dialog-centered::before {
		height: calc(100vh - (1.75rem * 2));
	}

	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		max-width: 800px;
	}
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.333333%;
	}

	.offset-sm-2 {
		margin-left: 16.666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.333333%;
	}

	.offset-sm-5 {
		margin-left: 41.666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.333333%;
	}

	.offset-sm-8 {
		margin-left: 66.666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.333333%;
	}

	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.333333%;
	}

	.offset-md-2 {
		margin-left: 16.666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.333333%;
	}

	.offset-md-5 {
		margin-left: 41.666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.333333%;
	}

	.offset-md-8 {
		margin-left: 66.666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.333333%;
	}

	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.333333%;
	}

	.offset-lg-2 {
		margin-left: 16.666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.333333%;
	}

	.offset-lg-5 {
		margin-left: 41.666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.333333%;
	}

	.offset-lg-8 {
		margin-left: 66.666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.333333%;
	}

	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.333333%;
	}

	.offset-xl-2 {
		margin-left: 16.666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.333333%;
	}

	.offset-xl-5 {
		margin-left: 41.666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.333333%;
	}

	.offset-xl-8 {
		margin-left: 66.666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.333333%;
	}

	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-danger.focus,
.btn-danger:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

@media (pointer: fine) {
	.btn-blue:not(:disabled):not(.disabled):hover {
		background: var(--bg-blue-hover);
	}

	.btn-orange:not(:disabled):not(.disabled):hover {
		background: var(--orange-hover);
	}
}

.btn-blue {
	color: var(--white) !important;
	background: var(--bg-blue);
}

b,
strong {
	font-weight: bolder;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

.cb {
	display: none;
}

.cbb {
	display: none;
}

.cbbb {
	display: none;
}

.modal {
	padding-right: 0px;
}

#get-pay-address {
	padding-right: 0px !important;
}

.modal .fade .show {
	padding-right: 0px !important;
}

.modal {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 15px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.h,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

.h,
.p,
a,
body,
cite,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
	font-family: Inter, serif;
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		-webkit-transform: scale(1.2);
		opacity: 0;
	}
}

.loading-text {
	display: block;
	position: relative;
	background-color: #efefef;
	width: 100%;
	overflow: hidden;
}

.loading-text:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	background: linear-gradient(90deg, transparent, rgba(179, 175, 175, 0.2), transparent);
	-webkit-animation: loading 1.5s infinite;
	animation: loading 1.5s infinite;
}

@-webkit-keyframes loading {
	to {
		transform: translateX(100%);
	}
}

@keyframes loading {
	to {
		transform: translateX(100%);
	}
}

.active_companies,
.completed_sales,
.single_card {
	padding-top: 80px;
	padding-bottom: 80px;
}

.active_companies .offerings .offering_single,
.completed_sales .offerings .offering_single,
.single_card .offerings .offering_single {
	outline: none !important;
	cursor: pointer;
}

.active_companies .offerings .offering_single .company_card,
.completed_sales .offerings .offering_single .company_card,
.single_card .offerings .offering_single .company_card {
	overflow: unset;
}

.active_companies .offerings .offering_single .company_card .card_banner,
.completed_sales .offerings .offering_single .company_card .card_banner,
.single_card .offerings .offering_single .company_card .card_banner {
	min-height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

.active_companies .offerings .offering_single .company_card .card_banner img,
.completed_sales .offerings .offering_single .company_card .card_banner img,
.single_card .offerings .offering_single .company_card .card_banner img {
	display: none !important;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.active_companies .offerings .offering_single .company_card .card_banner .offer-type.green,
.completed_sales .offerings .offering_single .company_card .card_banner .offer-type.green,
.single_card .offerings .offering_single .company_card .card_banner .offer-type.green {
	color: #22dfab;
}

.active_companies .offerings .offering_single .card_content .btn,
.completed_sales .offerings .offering_single .card_content .btn,
.single_card .offerings .offering_single .card_content .btn {
	width: 100%;
}

.active_companies .offerings .offering_single .card_content .card-date,
.completed_sales .offerings .offering_single .card_content .card-date,
.single_card .offerings .offering_single .card_content .card-date {
	margin-bottom: 15px;
}

.active_companies .offerings .offering_single .card_content .card-date .date,
.completed_sales .offerings .offering_single .card_content .card-date .date,
.single_card .offerings .offering_single .card_content .card-date .date {
	color: #1fa5ff;
	border: 2px solid #1fa5ff;
	background-color: #f2f8fd;
	padding: 3px 25px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 10px;
}

@media (max-width: 991px) {

	.active_companies .offerings .offering_single,
	.completed_sales .offerings .offering_single,
	.single_card .offerings .offering_single {
		margin-bottom: 30px;
	}

	.active_companies .offerings .offering_single:last-child,
	.completed_sales .offerings .offering_single:last-child,
	.single_card .offerings .offering_single:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 991px) {

	.active_companies,
	.completed_sales,
	.single_card {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {

	.active_companies,
	.completed_sales,
	.single_card {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.completed_sales .offerings .offering_single {
	cursor: default;
}

.completed_sales .offerings .offering_single .company_card {
	overflow: unset;
}

.completed_sales .offerings .offering_single .company_card .card_banner {
	min-height: 190px;
	background-size: 160px;
}

.completed_sales .offerings .offering_single .company_card .card_banner .offer-type.dyco {
	background-color: #1fa5ff;
	color: #fff;
}

.completed_sales .offerings .offering_single .company_card .card_banner .offer-type.private_sale {
	background-color: #fff;
	color: #2b2d42;
}

.completed_sales .offerings .offering_single .company_card .card_banner .offer-type.right {
	right: 10px;
	left: unset;
}

.completed_sales .offerings .offering_single .company_card .card_banner .offer-type.right.green {
	background-color: #22dfab;
	color: #fff;
}

.completed_sales .offerings .offering_single .company_card .card_banner.black {
	background-color: #2b2d42;
}

.completed_sales .offerings .offering_single .company_card .card_content .card-pills li {
	margin-right: 15px;
}

.completed_sales .offerings .offering_single .company_card .card_content .card-pills li a,
.completed_sales .offerings .offering_single .company_card .card_content .card-pills li span {
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	display: inline-flex;
	color: #c4c4c4;
}

.completed_sales .offerings .offering_single .company_card .card_content .card-pills li a img,
.completed_sales .offerings .offering_single .company_card .card_content .card-pills li span img {
	width: 35px;
}

.completed_sales .offerings .offering_single .company_card .card_content .card-pills li:last-child {
	margin-right: 0;
}

.completed_sales .offerings .offering_single .company_card .card_content .btn {
	min-width: unset;
}

.single_card .offerings .offering_single {
	cursor: default;
}

.single_card .offerings .offering_single .company_card {
	overflow: unset;
}

.single_card .offerings .offering_single .company_card .card_banner {
	min-height: 190px;
	background-size: 160px;
	background-color: #000 !important;
}

.single_card .offerings .offering_single .company_card .card_content .card-date .date {
	color: #1fa5ff;
	border: 2px solid #1fa5ff;
	background-color: #f2f8fd;
	padding: 3px 25px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 10px;
}

.single_card .offerings .offering_single .company_card .card_content .btn {
	width: 100%;
	min-width: unset;
}

.funded_companies {
	padding-bottom: 80px;
}

.funded_companies .company_single {
	border-radius: 20px;
	background-color: #fff;
	margin-bottom: 20px;
	padding-left: 9px !important;
	padding-right: 9px !important;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.funded_companies .company_single:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
	.funded_companies .company_single>.col-lg-4 {
		margin-bottom: 10px;
	}
}

.funded_companies .company_single .company_logo {
	padding-right: 0;
	flex: 0 0 90px;
	max-width: 90px;
}

.funded_companies .company_single .company_logo img {
	width: 100%;
	max-width: 70px;
	border-radius: 20px;
	background-color: #fafafa;
}

@media (max-width: 1200px) {
	.funded_companies .company_single .company_logo img {
		max-width: 60px;
	}
}

.funded_companies .company_single .company_logo .logo {
	height: 70px;
	max-width: 70px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 20px;
}

.funded_companies .company_single .company_logo .loading-text {
	height: 75px;
	max-width: 75px;
	border-radius: 100%;
}

@media (max-width: 1200px) {
	.funded_companies .company_single .company_logo .loading-text {
		height: 65px;
		max-width: 65px;
	}
}

@media (max-width: 1200px) {
	.funded_companies .company_single .company_logo {
		flex: 0 0 80px;
		max-width: 80px;
	}
}

@media (max-width: 575px) {
	.funded_companies .company_single .company_logo {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
}

.funded_companies .company_single .company_title {
	flex: 0 0 calc(100% - 105px);
	max-width: calc(100% - 105px);
}

.funded_companies .company_single .company_title .offer-type {
	font-size: 14px;
	display: inline-block;
	color: #fff;
	background-color: #22dfab;
	padding: 3px 12px;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font-weight: 700;
}

.funded_companies .company_single .company_title .offer-type:hover {
	color: #fff;
	background-color: #2b2d42;
	text-decoration: none;
	outline: none;
}

.funded_companies .company_single .company_title .offer-type.loading-text {
	width: 60px;
	height: 27px;
	background-color: #0b111d;
	opacity: 0.2;
	padding: 0;
}

.funded_companies .company_single .company_title h2 {
	margin: 0;
	white-space: normal;
	word-break: break-word;
}

.funded_companies .company_single .company_title h2 .loading-text {
	width: 70%;
	height: 40px;
}

@media (max-width: 1200px) {
	.funded_companies .company_single .company_title h2 .loading-text {
		height: 38px;
	}
}

@media (max-width: 575px) {
	.funded_companies .company_single .company_title h2 .loading-text {
		height: 36px;
	}
}

@media (max-width: 1200px) {
	.funded_companies .company_single .company_title h2 {
		font-size: 28px;
	}
}

@media (max-width: 575px) {
	.funded_companies .company_single .company_title h2 {
		font-size: 26px;
	}
}

@media (max-width: 1200px) {
	.funded_companies .company_single .company_title {
		flex: 0 0 calc(100% - 95px);
		max-width: calc(100% - 95px);
	}
}

@media (max-width: 575px) {
	.funded_companies .company_single .company_title {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.funded_companies .company_single .company-data span {
	font-size: 14px;
}

.funded_companies .company_single .company-data span .loading-text {
	width: 50px;
	height: 14px;
	margin-bottom: 5px;
}

.funded_companies .company_single .company-data .data {
	font-size: 24px;
	font-weight: 700;
}

.funded_companies .company_single .company-data .data .loading-text {
	width: 100px;
	height: 35px;
}

@media (max-width: 1200px) {
	.funded_companies .company_single .company-data .data .loading-text {
		height: 33px;
	}
}

@media (max-width: 991px) {
	.funded_companies .company_single .company-data .data .loading-text {
		height: 30px;
	}
}

@media (max-width: 1200px) {
	.funded_companies .company_single .company-data .data {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.funded_companies .company_single .company-data .data {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.funded_companies .company_single .company-data {
		margin-bottom: 20px;
	}
}

.funded_companies .company_single .company-data.last {
	margin-bottom: 0;
}

@media (max-width: 575px) {
	.funded_companies .company_single .company-data.last {
		margin-bottom: 20px;
	}
}

@media (max-width: 991) {
	.funded_companies .company_single>.align-center {
		text-align: right !important;
	}
}

@media (max-width: 767px) {
	.funded_companies .company_single>.align-center {
		text-align: left !important;
	}
}



@media (max-width: 991px) {
	.featured_company .company_card .card_content {
		padding-right: 1.5rem !important;
	}
}

@media (max-width: 767px) {
	.featured_company_new>.container {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.featured_company_new>.container .outer-row {
		margin-right: 0;
		margin-left: 0;
	}

	.featured_company_new>.container .outer-row>.col,
	.featured_company_new>.container .outer-row>[class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}
}

.featured_company_new .company_card .card_content {
	border-radius: 0;
}

.featured_company_new .company_card .card_content .card-title-wrapper .company-logo {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 15px;
	margin-bottom: 15px;
}

.featured_company_new .company_card .card_content .card-title-wrapper .company-logo img {
	border-radius: 20px;
	max-width: 100px;
	width: 100%;
}

.featured_company_new .company_card .card_content .card-title-wrapper .company-title {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 15px;
}

.featured_company_new .company_card .card_content .offer-type {
	display: inline-block;
	color: #1fa5ff;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	font-weight: 700;
	font-size: 16px;
	padding: 3px 8px;
}



.featured_company_new .company_card .card_content.dark-bg .card-info h4,
.featured_company_new .company_card .card_content.dark-bg .card-info h5,
.featured_company_new .company_card .card_content.dark-bg .card-title-wrapper .company-title .card-title {
	color: #fff;
}




.featured_company_new .company_card .card_banner {
	background-size: cover;
	position: relative;
	right: -1px;
}

@media (max-width: 767px) {
	.featured_company_new .company_card .card_banner {
		min-height: 300px;
		right: 0;
	}
}

@media (max-width: 767px) {
	.featured_company_new .company_card {
		border-radius: 0;
	}
}

.color-scheme-dark .funded_companies .company_single {
	background-color: #373952;
}

.color-scheme-dark .funded_companies .company_single .company_title .offer-type {
	color: #fff;
	background-color: #22dfab;
}

.color-scheme-dark .funded_companies .company_single .company_title .offer-type:hover {
	color: #fff;
	background-color: #2b2d42;
}

.color-scheme-dark .funded_companies .company_single .company-data {
	color: #fff;
}



@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs_1.woff) format("woff");
}

.hero_wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}

.hero_wrapper .hero_content .inner {
	max-width: 500px;
}

.hero_wrapper .hero_content .inner h2 {
	font-size: 44px;
	line-height: 56px;
	font-weight: 900;
	margin-bottom: 40px;
}

@media (max-width: 1280px) {
	.hero_wrapper .hero_content .inner h2 {
		font-size: 42px;
		line-height: 54px;
	}
}

@media (max-width: 991px) {
	.hero_wrapper .hero_content .inner h2 {
		font-size: 40px;
		line-height: 52px;
	}
}

@media (max-width: 767px) {
	.hero_wrapper .hero_content .inner h2 {
		font-size: 38px;
		line-height: 50px;
	}
}

@media (max-width: 575px) {
	.hero_wrapper .hero_content .inner h2 {
		font-size: 36px;
		line-height: 48px;
	}
}

.hero_wrapper .hero_content .inner .body {
	font-weight: 400;
	margin-bottom: 40px;
}

.hero_wrapper .hero_content .inner .body p {
	font-weight: 400;
}

.hero_wrapper .hero_content .inner .body p:last-child {
	margin: 0;
}



@media (max-width: 991px) {
	.hero_wrapper .hero_content .inner {
		margin: 0 auto;
	}
}

@media (max-width: 991px) {
	.hero_wrapper .hero_content {
		margin-bottom: 30px;
	}
}

.hero_wrapper .hero_image {
	text-align: right;
}

@media (max-width: 991px) {
	.hero_wrapper .hero_image {
		text-align: center;
	}
}

.statistics_banner .stats_single .card {
	text-align: center;
	padding: 10px 20px;
}

.statistics_banner .stats_single .card .top_heading_wrap {
	padding: 20px 0;
}

.statistics_banner .stats_single .card .top_heading_wrap .number {
	color: #1fa5ff;
	font-size: 64px;
	font-weight: 900;
}

.statistics_banner .stats_single .card .top_heading_wrap .number span {
	font-weight: 900;
}

.statistics_banner .stats_single .card .top_heading_wrap .number .loading-text {
	width: 100%;
	margin: 0 auto;
	max-width: 200px;
	height: 59px;
	margin-bottom: 10px;
	background-color: #0b111d;
	opacity: 0.2;
}

@media (max-width: 1280px) {
	.statistics_banner .stats_single .card .top_heading_wrap .number {
		font-size: 62px;
	}
}

@media (max-width: 991px) {
	.statistics_banner .stats_single .card .top_heading_wrap .number {
		font-size: 46px;
	}
}

@media (max-width: 575px) {
	.statistics_banner .stats_single .card .top_heading_wrap .number {
		font-size: 60px;
	}
}

@media (max-width: 575px) {
	.statistics_banner .stats_single .card .top_heading_wrap .number {
		font-size: 46px;
	}
}

.statistics_banner .stats_single .card .bottom_heading_wrap {
	border-top: 2px solid #afafaf;
	padding: 20px 0;
}

.statistics_banner .stats_single .card .bottom_heading_wrap .bottom_heading {
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	text-align: center;
	margin: 0;
}

.statistics_banner .stats_single .card .bottom_heading_wrap .bottom_heading .loading-text {
	width: 100%;
	margin: 0 auto;
	max-width: 300px;
	height: 22px;
	background-color: #0b111d;
	opacity: 0.2;
}

.statistics_banner .stats_single:nth-child(2) .number {
	color: #22dfab !important;
}

.statistics_banner .stats_single:nth-child(3) .number {
	color: #ac8af8 !important;
}

@media (max-width: 767px) {
	.statistics_banner .stats_single {
		margin-bottom: 20px;
	}

	.statistics_banner .stats_single:last-child {
		margin-bottom: 0;
	}
}

.statistics_banner .stats_single .card-date {
	margin-bottom: 15px;
}

.statistics_banner .stats_single .card-date .date {
	color: #1fa5ff;
	border: 2px solid #1fa5ff;
	background-color: #f2f8fd;
	padding: 3px 25px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 10px;
}

@media (max-width: 991px) {
	.statistics_banner {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.statistics_banner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.statistics_banner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.color-scheme-dark .hero_wrapper .hero_content .inner h2 {
	color: #fff;
}

.color-scheme-dark .hero_wrapper .hero_content .inner .body {
	color: #fff;
}

.color-scheme-dark .hero_wrapper .hero_content .inner .body p {
	color: #fff;
}

.h[_ngcontent-qsd-c66],
h1[_ngcontent-qsd-c66],
h2[_ngcontent-qsd-c66],
h3[_ngcontent-qsd-c66],
h4[_ngcontent-qsd-c66],
h5[_ngcontent-qsd-c66],
h6[_ngcontent-qsd-c66] {
	font-weight: 700;
}

.h[_ngcontent-qsd-c66],
.p[_ngcontent-qsd-c66],
a[_ngcontent-qsd-c66],
body[_ngcontent-qsd-c66],
cite[_ngcontent-qsd-c66],
h1[_ngcontent-qsd-c66],
h2[_ngcontent-qsd-c66],
h3[_ngcontent-qsd-c66],
h4[_ngcontent-qsd-c66],
h5[_ngcontent-qsd-c66],
h6[_ngcontent-qsd-c66],
p[_ngcontent-qsd-c66],
span[_ngcontent-qsd-c66] {
	font-family: Inter, serif;
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		-webkit-transform: scale(1.2);
		opacity: 0;
	}
}

.loading-text[_ngcontent-qsd-c66] {
	display: block;
	position: relative;
	background-color: #efefef;
	width: 100%;
	overflow: hidden;
}

.loading-text[_ngcontent-qsd-c66]:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	background: linear-gradient(90deg, transparent, rgba(179, 175, 175, 0.2), transparent);
	-webkit-animation: loading 1.5s infinite;
	animation: loading 1.5s infinite;
}

@-webkit-keyframes loading {
	to {
		transform: translateX(100%);
	}
}

@keyframes loading {
	to {
		transform: translateX(100%);
	}
}

.theme-switcher[_ngcontent-qsd-c66] {
	position: fixed;
	right: 50px;
	bottom: -100px;
	width: 50px;
	height: 50px;
	z-index: 99;
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.theme-switcher[_ngcontent-qsd-c66] li[_ngcontent-qsd-c66] {
	position: absolute;
	text-align: center;
	cursor: pointer;
}

.theme-switcher[_ngcontent-qsd-c66] li[_ngcontent-qsd-c66] span[_ngcontent-qsd-c66] {
	display: table-cell;
	font-size: 30px;
	top: calc(50% - 15px);
	position: relative;
	width: 50px;
	height: 50px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.theme-switcher[_ngcontent-qsd-c66] li[_ngcontent-qsd-c66] span[_ngcontent-qsd-c66] img[_ngcontent-qsd-c66] {
	position: relative;
	top: -1px;
}

.theme-switcher[_ngcontent-qsd-c66] li[_ngcontent-qsd-c66] span[_ngcontent-qsd-c66]:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.15);
}

.theme-switcher[_ngcontent-qsd-c66] li.light[_ngcontent-qsd-c66] span[_ngcontent-qsd-c66] {
	color: #2b2d42;
	background-color: #fff;
	border-radius: 100%;
}

.theme-switcher[_ngcontent-qsd-c66] li.dark[_ngcontent-qsd-c66] span[_ngcontent-qsd-c66] {
	color: #fff;
	background-color: #1fa5ff;
	border-radius: 100%;
}

.theme-switcher.active[_ngcontent-qsd-c66] {
	bottom: 50px;
}

.logo-loader svg {
	width: 120px;
	height: 100px;
}

@media (max-width: 767px) {
	.logo-loader svg {
		width: 90px;
		height: 75px;
	}
}

.logo-loader svg path:first-child {
	fill: transparent;
	-webkit-animation: slice1 2.1s ease infinite;
	animation: slice1 2.1s ease infinite;
}

.logo-loader svg path:nth-child(2) {
	fill: transparent;
	-webkit-animation: slice2 2.1s ease infinite;
	animation: slice2 2.1s ease infinite;
}

.logo-loader svg path:nth-child(3) {
	fill: transparent;
	-webkit-animation: slice3 2.1s ease infinite;
	animation: slice3 2.1s ease infinite;
}

@-webkit-keyframes slice1 {
	0% {
		fill: url(allstyles.css#paint0_linear);
	}

	20% {
		fill: transparent;
	}

	40% {
		fill: transparent;
	}

	60% {
		fill: url(allstyles.css#paint0_linear);
	}

	80% {
		fill: url(allstyles.css#paint0_linear);
	}

	to {
		fill: url(allstyles.css#paint0_linear);
	}
}

@keyframes slice1 {
	0% {
		fill: url(allstyles.css#paint0_linear);
	}

	20% {
		fill: transparent;
	}

	40% {
		fill: transparent;
	}

	60% {
		fill: url(allstyles.css#paint0_linear);
	}

	80% {
		fill: url(allstyles.css#paint0_linear);
	}

	to {
		fill: url(allstyles.css#paint0_linear);
	}
}

@-webkit-keyframes slice2 {
	0% {
		fill: url(allstyles.css#paint1_linear);
	}

	20% {
		fill: url(allstyles.css#paint1_linear);
	}

	40% {
		fill: transparent;
	}

	60% {
		fill: transparent;
	}

	80% {
		fill: url(allstyles.css#paint1_linear);
	}

	to {
		fill: url(allstyles.css#paint1_linear);
	}
}

@keyframes slice2 {
	0% {
		fill: url(allstyles.css#paint1_linear);
	}

	20% {
		fill: url(allstyles.css#paint1_linear);
	}

	40% {
		fill: transparent;
	}

	60% {
		fill: transparent;
	}

	80% {
		fill: url(allstyles.css#paint1_linear);
	}

	to {
		fill: url(allstyles.css#paint1_linear);
	}
}

@-webkit-keyframes slice3 {
	0% {
		fill: url(allstyles.css#paint2_linear);
	}

	20% {
		fill: url(allstyles.css#paint2_linear);
	}

	40% {
		fill: url(allstyles.css#paint2_linear);
	}

	60% {
		fill: transparent;
	}

	80% {
		fill: transparent;
	}

	to {
		fill: url(allstyles.css#paint2_linear);
	}
}

@keyframes slice3 {
	0% {
		fill: url(allstyles.css#paint2_linear);
	}

	20% {
		fill: url(allstyles.css#paint2_linear);
	}

	40% {
		fill: url(allstyles.css#paint2_linear);
	}

	60% {
		fill: transparent;
	}

	80% {
		fill: transparent;
	}

	to {
		fill: url(allstyles.css#paint2_linear);
	}
}

.la-ball-8bits[_ngcontent-qsd-c58],
.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-8bits[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-8bits.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-8bits[_ngcontent-qsd-c58] {
	height: 12px;
	width: 12px;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-8bits 1s ease 0s infinite;
	animation: ball-8bits 1s ease 0s infinite;
	border-radius: 0;
	height: 4px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(100%, 100%);
	width: 4px;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -0.9375s;
	animation-delay: -0.9375s;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -0.875s;
	animation-delay: -0.875s;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -0.8125s;
	animation-delay: -0.8125s;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -0.6875s;
	animation-delay: -0.6875s;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation-delay: -0.625s;
	animation-delay: -0.625s;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(7) {
	-webkit-animation-delay: -0.5625s;
	animation-delay: -0.5625s;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(8) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(9) {
	-webkit-animation-delay: -0.4375s;
	animation-delay: -0.4375s;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(10) {
	-webkit-animation-delay: -0.375s;
	animation-delay: -0.375s;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(11) {
	-webkit-animation-delay: -0.3125s;
	animation-delay: -0.3125s;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(12) {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(13) {
	-webkit-animation-delay: -0.1875s;
	animation-delay: -0.1875s;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(14) {
	-webkit-animation-delay: -0.125s;
	animation-delay: -0.125s;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(15) {
	-webkit-animation-delay: -0.0625s;
	animation-delay: -0.0625s;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(16) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	left: 0;
	top: -100%;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	left: 33.3333333333%;
	top: -100%;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	left: 66.6666666667%;
	top: -66.6666666667%;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	left: 100%;
	top: -33.3333333333%;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	left: 100%;
	top: 0;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	left: 100%;
	top: 33.3333333333%;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(7) {
	left: 66.6666666667%;
	top: 66.6666666667%;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(8) {
	left: 33.3333333333%;
	top: 100%;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(9) {
	left: 0;
	top: 100%;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(10) {
	left: -33.3333333333%;
	top: 100%;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(11) {
	left: -66.6666666667%;
	top: 66.6666666667%;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(12) {
	left: -100%;
	top: 33.3333333333%;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(13) {
	left: -100%;
	top: 0;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(14) {
	left: -100%;
	top: -33.3333333333%;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(15) {
	left: -66.6666666667%;
	top: -66.6666666667%;
}

.la-ball-8bits[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(16) {
	left: -33.3333333333%;
	top: -100%;
}

.la-ball-8bits.la-sm[_ngcontent-qsd-c58] {
	height: 6px;
	width: 6px;
}

.la-ball-8bits.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 2px;
	width: 2px;
}

.la-ball-8bits.la-2x[_ngcontent-qsd-c58] {
	height: 24px;
	width: 24px;
}

.la-ball-8bits.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 8px;
	width: 8px;
}

.la-ball-8bits.la-3x[_ngcontent-qsd-c58] {
	height: 36px;
	width: 36px;
}

.la-ball-8bits.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 12px;
	width: 12px;
}

@-webkit-keyframes ball-8bits {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	51% {
		opacity: 0;
	}
}

@keyframes ball-8bits {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	51% {
		opacity: 0;
	}
}

.la-ball-atom[_ngcontent-qsd-c58],
.la-ball-atom[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-atom[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-atom.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-atom[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-atom[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-atom[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation: ball-atom-shrink 4.5s linear infinite;
	animation: ball-atom-shrink 4.5s linear infinite;
	background: #aaa;
	border-radius: 100%;
	height: 60%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	z-index: 1;
}

.la-ball-atom[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:not(:first-child) {
	-webkit-animation: ball-atom-zindex 1.5s steps(2) 0s infinite;
	animation: ball-atom-zindex 1.5s steps(2) 0s infinite;
	background: none;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.la-ball-atom[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:not(:first-child):before {
	-webkit-animation: ball-atom-position 1.5s ease 0s infinite, ball-atom-size 1.5s ease 0s infinite;
	animation: ball-atom-position 1.5s ease 0s infinite, ball-atom-size 1.5s ease 0s infinite;
	background: currentColor;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 0;
	margin-left: -5px;
	margin-top: -5px;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 10px;
}

.la-ball-atom[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.la-ball-atom[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2):before {
	-webkit-animation-delay: 0s, -1.125s;
	animation-delay: 0s, -1.125s;
}

.la-ball-atom[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
	transform: rotate(120deg);
}

.la-ball-atom[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3):before {
	-webkit-animation-delay: -1s, -0.75s;
	animation-delay: -1s, -0.75s;
}

.la-ball-atom[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
	transform: rotate(240deg);
}

.la-ball-atom[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4):before {
	-webkit-animation-delay: -0.5s, -0.125s;
	animation-delay: -0.5s, -0.125s;
}

.la-ball-atom.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-atom.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:not(:first-child):before {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-atom.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-atom.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:not(:first-child):before {
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	width: 20px;
}

.la-ball-atom.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-atom.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:not(:first-child):before {
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
}

@-webkit-keyframes ball-atom-position {
	50% {
		left: 100%;
		top: 100%;
	}
}

@keyframes ball-atom-position {
	50% {
		left: 100%;
		top: 100%;
	}
}

@-webkit-keyframes ball-atom-size {
	50% {
		transform: scale(0.5);
	}
}

@keyframes ball-atom-size {
	50% {
		transform: scale(0.5);
	}
}

@-webkit-keyframes ball-atom-zindex {
	50% {
		z-index: 10;
	}
}

@keyframes ball-atom-zindex {
	50% {
		z-index: 10;
	}
}

@-webkit-keyframes ball-atom-shrink {
	50% {
		transform: translate(-50%, -50%) scale(0.8);
	}
}

@keyframes ball-atom-shrink {
	50% {
		transform: translate(-50%, -50%) scale(0.8);
	}
}

.la-ball-beat[_ngcontent-qsd-c58],
.la-ball-beat[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-beat[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-beat.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-beat[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-beat[_ngcontent-qsd-c58] {
	height: 18px;
	width: 54px;
}

.la-ball-beat[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-beat 0.7s linear -0.15s infinite;
	animation: ball-beat 0.7s linear -0.15s infinite;
	border-radius: 100%;
	height: 10px;
	margin: 4px;
	width: 10px;
}

.la-ball-beat[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2n-1) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.la-ball-beat.la-sm[_ngcontent-qsd-c58] {
	height: 8px;
	width: 26px;
}

.la-ball-beat.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin: 2px;
	width: 4px;
}

.la-ball-beat.la-2x[_ngcontent-qsd-c58] {
	height: 36px;
	width: 108px;
}

.la-ball-beat.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 20px;
	margin: 8px;
	width: 20px;
}

.la-ball-beat.la-3x[_ngcontent-qsd-c58] {
	height: 54px;
	width: 162px;
}

.la-ball-beat.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 30px;
	margin: 12px;
	width: 30px;
}

@-webkit-keyframes ball-beat {
	50% {
		opacity: 0.2;
		transform: scale(0.75);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes ball-beat {
	50% {
		opacity: 0.2;
		transform: scale(0.75);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.la-ball-circus[_ngcontent-qsd-c58],
.la-ball-circus[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-circus[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-circus.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-circus[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-circus[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-circus[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-circus-position 2.5s cubic-bezier(0.25, 0, 0.75, 1) infinite, ball-circus-size 2.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
	animation: ball-circus-position 2.5s cubic-bezier(0.25, 0, 0.75, 1) infinite, ball-circus-size 2.5s cubic-bezier(0.25, 0, 0.75, 1) infinite;
	border-radius: 100%;
	display: block;
	height: 16px;
	height: 100%;
	left: -100%;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 16px;
	width: 100%;
}

.la-ball-circus[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: 0s, -0.5s;
	animation-delay: 0s, -0.5s;
}

.la-ball-circus[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -0.5s, -1s;
	animation-delay: -0.5s, -1s;
}

.la-ball-circus[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -1s, -1.5s;
	animation-delay: -1s, -1.5s;
}

.la-ball-circus[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -1.5s, -2s;
	animation-delay: -1.5s, -2s;
}

.la-ball-circus[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -2s, -2.5s;
	animation-delay: -2s, -2.5s;
}

.la-ball-circus.la-sm[_ngcontent-qsd-c58],
.la-ball-circus.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 8px;
	width: 8px;
}

.la-ball-circus.la-2x[_ngcontent-qsd-c58],
.la-ball-circus.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-circus.la-3x[_ngcontent-qsd-c58],
.la-ball-circus.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 48px;
	width: 48px;
}

@-webkit-keyframes ball-circus-position {
	50% {
		left: 100%;
	}
}

@keyframes ball-circus-position {
	50% {
		left: 100%;
	}
}

@-webkit-keyframes ball-circus-size {
	50% {
		transform: scale(0.3);
	}
}

@keyframes ball-circus-size {
	50% {
		transform: scale(0.3);
	}
}

.la-ball-climbing-dot[_ngcontent-qsd-c58],
.la-ball-climbing-dot[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-climbing-dot[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-climbing-dot.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-climbing-dot[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-climbing-dot[_ngcontent-qsd-c58] {
	height: 32px;
	width: 42px;
}

.la-ball-climbing-dot[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation: ball-climbing-dot-jump 0.6s ease-in-out infinite;
	animation: ball-climbing-dot-jump 0.6s ease-in-out infinite;
	border-radius: 100%;
	bottom: 32%;
	height: 14px;
	left: 18%;
	position: absolute;
	transform-origin: center bottom;
	width: 14px;
}

.la-ball-climbing-dot[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:not(:first-child) {
	-webkit-animation: ball-climbing-dot-steps 1.8s linear infinite;
	animation: ball-climbing-dot-steps 1.8s linear infinite;
	border-radius: 0;
	height: 2px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(60%);
	width: 14px;
}

.la-ball-climbing-dot[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:not(:first-child):nth-child(2) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.la-ball-climbing-dot[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:not(:first-child):nth-child(3) {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.la-ball-climbing-dot[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:not(:first-child):nth-child(4) {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

.la-ball-climbing-dot.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 20px;
}

.la-ball-climbing-dot.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	height: 6px;
	width: 6px;
}

.la-ball-climbing-dot.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:not(:first-child) {
	height: 1px;
	width: 6px;
}

.la-ball-climbing-dot.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 84px;
}

.la-ball-climbing-dot.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	height: 28px;
	width: 28px;
}

.la-ball-climbing-dot.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:not(:first-child) {
	height: 4px;
	width: 28px;
}

.la-ball-climbing-dot.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 126px;
}

.la-ball-climbing-dot.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	height: 42px;
	width: 42px;
}

.la-ball-climbing-dot.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:not(:first-child) {
	height: 6px;
	width: 42px;
}

@-webkit-keyframes ball-climbing-dot-jump {
	0% {
		transform: scaleY(0.7);
	}

	20% {
		transform: scale(0.7, 1.2);
	}

	40% {
		transform: scale(1);
	}

	50% {
		bottom: 125%;
	}

	46% {
		transform: scale(1);
	}

	80% {
		transform: scale(0.7, 1.2);
	}

	90% {
		transform: scale(0.7, 1.2);
	}

	to {
		transform: scaleY(0.7);
	}
}

@keyframes ball-climbing-dot-jump {
	0% {
		transform: scaleY(0.7);
	}

	20% {
		transform: scale(0.7, 1.2);
	}

	40% {
		transform: scale(1);
	}

	50% {
		bottom: 125%;
	}

	46% {
		transform: scale(1);
	}

	80% {
		transform: scale(0.7, 1.2);
	}

	90% {
		transform: scale(0.7, 1.2);
	}

	to {
		transform: scaleY(0.7);
	}
}

@-webkit-keyframes ball-climbing-dot-steps {
	0% {
		opacity: 0;
		right: 0;
		top: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
		right: 100%;
		top: 100%;
	}
}

@keyframes ball-climbing-dot-steps {
	0% {
		opacity: 0;
		right: 0;
		top: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
		right: 100%;
		top: 100%;
	}
}

.la-ball-clip-rotate-multiple[_ngcontent-qsd-c58],
.la-ball-clip-rotate-multiple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-clip-rotate-multiple[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-clip-rotate-multiple.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-clip-rotate-multiple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-clip-rotate-multiple[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-clip-rotate-multiple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
	animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
	background: transparent;
	border-radius: 100%;
	border-style: solid;
	border-width: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
}

.la-ball-clip-rotate-multiple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	border-left-color: transparent;
	border-right-color: transparent;
	height: 32px;
	position: absolute;
	width: 32px;
}

.la-ball-clip-rotate-multiple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:last-child {
	-webkit-animation-direction: reverse;
	-webkit-animation-duration: 0.5s;
	animation-direction: reverse;
	animation-duration: 0.5s;
	border-bottom-color: transparent;
	border-top-color: transparent;
	height: 16px;
	width: 16px;
}

.la-ball-clip-rotate-multiple.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-clip-rotate-multiple.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 1px;
}

.la-ball-clip-rotate-multiple.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	height: 16px;
	width: 16px;
}

.la-ball-clip-rotate-multiple.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:last-child {
	height: 8px;
	width: 8px;
}

.la-ball-clip-rotate-multiple.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-clip-rotate-multiple.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 4px;
}

.la-ball-clip-rotate-multiple.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	height: 64px;
	width: 64px;
}

.la-ball-clip-rotate-multiple.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:last-child {
	height: 32px;
	width: 32px;
}

.la-ball-clip-rotate-multiple.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-clip-rotate-multiple.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 6px;
}

.la-ball-clip-rotate-multiple.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	height: 96px;
	width: 96px;
}

.la-ball-clip-rotate-multiple.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:last-child {
	height: 48px;
	width: 48px;
}

@-webkit-keyframes ball-clip-rotate-multiple-rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	50% {
		transform: translate(-50%, -50%) rotate(180deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

@keyframes ball-clip-rotate-multiple-rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	50% {
		transform: translate(-50%, -50%) rotate(180deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

.la-ball-clip-rotate-pulse[_ngcontent-qsd-c58],
.la-ball-clip-rotate-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-clip-rotate-pulse[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-clip-rotate-pulse.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-clip-rotate-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-clip-rotate-pulse[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-clip-rotate-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-radius: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
}

.la-ball-clip-rotate-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
	animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
	background: transparent;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	border-top-style: solid;
	border-top-width: 2px;
	height: 32px;
	position: absolute;
	width: 32px;
}

.la-ball-clip-rotate-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:last-child {
	-webkit-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
	animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
	height: 16px;
	width: 16px;
}

.la-ball-clip-rotate-pulse.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-clip-rotate-pulse.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	border-width: 1px;
	height: 16px;
	width: 16px;
}

.la-ball-clip-rotate-pulse.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:last-child {
	height: 8px;
	width: 8px;
}

.la-ball-clip-rotate-pulse.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-clip-rotate-pulse.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	border-width: 4px;
	height: 64px;
	width: 64px;
}

.la-ball-clip-rotate-pulse.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:last-child {
	height: 32px;
	width: 32px;
}

.la-ball-clip-rotate-pulse.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-clip-rotate-pulse.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	border-width: 6px;
	height: 96px;
	width: 96px;
}

.la-ball-clip-rotate-pulse.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:last-child {
	height: 48px;
	width: 48px;
}

@-webkit-keyframes ball-clip-rotate-pulse-rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	50% {
		transform: translate(-50%, -50%) rotate(180deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

@keyframes ball-clip-rotate-pulse-rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	50% {
		transform: translate(-50%, -50%) rotate(180deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

@-webkit-keyframes ball-clip-rotate-pulse-scale {

	0%,
	to {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}

	30% {
		opacity: 0.3;
		transform: translate(-50%, -50%) scale(0.15);
	}
}

@keyframes ball-clip-rotate-pulse-scale {

	0%,
	to {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}

	30% {
		opacity: 0.3;
		transform: translate(-50%, -50%) scale(0.15);
	}
}

.la-ball-clip-rotate[_ngcontent-qsd-c58],
.la-ball-clip-rotate[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-clip-rotate[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-clip-rotate.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-clip-rotate[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-clip-rotate[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-clip-rotate[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-clip-rotate 0.75s linear infinite;
	animation: ball-clip-rotate 0.75s linear infinite;
	background: transparent;
	border-bottom-color: transparent;
	border-radius: 100%;
	border-width: 2px;
	height: 32px;
	width: 32px;
}

.la-ball-clip-rotate.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-clip-rotate.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 1px;
	height: 16px;
	width: 16px;
}

.la-ball-clip-rotate.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-clip-rotate.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 4px;
	height: 64px;
	width: 64px;
}

.la-ball-clip-rotate.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-clip-rotate.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 6px;
	height: 96px;
	width: 96px;
}

@-webkit-keyframes ball-clip-rotate {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	to {
		transform: rotate(1turn);
	}
}

@keyframes ball-clip-rotate {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	to {
		transform: rotate(1turn);
	}
}

.la-ball-elastic-dots[_ngcontent-qsd-c58],
.la-ball-elastic-dots[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-elastic-dots[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
}

.la-ball-elastic-dots.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-elastic-dots[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	float: none;
}

.la-ball-elastic-dots[_ngcontent-qsd-c58] {
	font-size: 0;
	height: 10px;
	text-align: center;
	width: 120px;
}

.la-ball-elastic-dots[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-elastic-dots-anim 1s infinite;
	animation: ball-elastic-dots-anim 1s infinite;
	border-radius: 100%;
	display: inline-block;
	height: 10px;
	white-space: nowrap;
	width: 10px;
}

.la-ball-elastic-dots.la-sm[_ngcontent-qsd-c58] {
	height: 4px;
	width: 60px;
}

.la-ball-elastic-dots.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	width: 4px;
}

.la-ball-elastic-dots.la-2x[_ngcontent-qsd-c58] {
	height: 20px;
	width: 240px;
}

.la-ball-elastic-dots.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 20px;
	width: 20px;
}

.la-ball-elastic-dots.la-3x[_ngcontent-qsd-c58] {
	height: 30px;
	width: 360px;
}

.la-ball-elastic-dots.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 30px;
	width: 30px;
}

@-webkit-keyframes ball-elastic-dots-anim {

	0%,
	to {
		margin: 0;
		transform: scale(1);
	}

	50% {
		margin: 0 5%;
		transform: scale(0.65);
	}
}

@keyframes ball-elastic-dots-anim {

	0%,
	to {
		margin: 0;
		transform: scale(1);
	}

	50% {
		margin: 0 5%;
		transform: scale(0.65);
	}
}

.la-ball-fall[_ngcontent-qsd-c58],
.la-ball-fall[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-fall[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-fall.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-fall[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-fall[_ngcontent-qsd-c58] {
	height: 18px;
	width: 54px;
}

.la-ball-fall[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-fall 1s ease-in-out infinite;
	animation: ball-fall 1s ease-in-out infinite;
	border-radius: 100%;
	height: 10px;
	margin: 4px;
	opacity: 0;
	width: 10px;
}

.la-ball-fall[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.la-ball-fall[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

.la-ball-fall[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.la-ball-fall.la-sm[_ngcontent-qsd-c58] {
	height: 8px;
	width: 26px;
}

.la-ball-fall.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin: 2px;
	width: 4px;
}

.la-ball-fall.la-2x[_ngcontent-qsd-c58] {
	height: 36px;
	width: 108px;
}

.la-ball-fall.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 20px;
	margin: 8px;
	width: 20px;
}

.la-ball-fall.la-3x[_ngcontent-qsd-c58] {
	height: 54px;
	width: 162px;
}

.la-ball-fall.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 30px;
	margin: 12px;
	width: 30px;
}

@-webkit-keyframes ball-fall {
	0% {
		opacity: 0;
		transform: translateY(-145%);
	}

	10% {
		opacity: 0.5;
	}

	20% {
		opacity: 1;
		transform: translateY(0);
	}

	80% {
		opacity: 1;
		transform: translateY(0);
	}

	90% {
		opacity: 0.5;
	}

	to {
		opacity: 0;
		transform: translateY(145%);
	}
}

@keyframes ball-fall {
	0% {
		opacity: 0;
		transform: translateY(-145%);
	}

	10% {
		opacity: 0.5;
	}

	20% {
		opacity: 1;
		transform: translateY(0);
	}

	80% {
		opacity: 1;
		transform: translateY(0);
	}

	90% {
		opacity: 0.5;
	}

	to {
		opacity: 0;
		transform: translateY(145%);
	}
}

.la-ball-fussion[_ngcontent-qsd-c58],
.la-ball-fussion[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-fussion[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-fussion.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-fussion[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-fussion[_ngcontent-qsd-c58] {
	height: 8px;
	width: 8px;
}

.la-ball-fussion[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-fussion-ball1 1s ease 0s infinite;
	animation: ball-fussion-ball1 1s ease 0s infinite;
	border-radius: 100%;
	height: 12px;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 12px;
}

.la-ball-fussion[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	left: 50%;
	top: 0;
	z-index: 1;
}

.la-ball-fussion[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-name: ball-fussion-ball2;
	animation-name: ball-fussion-ball2;
	left: 100%;
	top: 50%;
	z-index: 2;
}

.la-ball-fussion[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-name: ball-fussion-ball3;
	animation-name: ball-fussion-ball3;
	left: 50%;
	top: 100%;
	z-index: 1;
}

.la-ball-fussion[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-name: ball-fussion-ball4;
	animation-name: ball-fussion-ball4;
	left: 0;
	top: 50%;
	z-index: 2;
}

.la-ball-fussion.la-sm[_ngcontent-qsd-c58] {
	height: 4px;
	width: 4px;
}

.la-ball-fussion.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 6px;
	width: 6px;
}

.la-ball-fussion.la-2x[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-fussion.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58],
.la-ball-fussion.la-3x[_ngcontent-qsd-c58] {
	height: 24px;
	width: 24px;
}

.la-ball-fussion.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 36px;
	width: 36px;
}

@-webkit-keyframes ball-fussion-ball1 {
	0% {
		opacity: 0.35;
	}

	50% {
		left: 200%;
		opacity: 1;
		top: -100%;
	}

	to {
		left: 100%;
		opacity: 0.35;
		top: 50%;
		z-index: 2;
	}
}

@keyframes ball-fussion-ball1 {
	0% {
		opacity: 0.35;
	}

	50% {
		left: 200%;
		opacity: 1;
		top: -100%;
	}

	to {
		left: 100%;
		opacity: 0.35;
		top: 50%;
		z-index: 2;
	}
}

@-webkit-keyframes ball-fussion-ball2 {
	0% {
		opacity: 0.35;
	}

	50% {
		left: 200%;
		opacity: 1;
		top: 200%;
	}

	to {
		left: 50%;
		opacity: 0.35;
		top: 100%;
		z-index: 1;
	}
}

@keyframes ball-fussion-ball2 {
	0% {
		opacity: 0.35;
	}

	50% {
		left: 200%;
		opacity: 1;
		top: 200%;
	}

	to {
		left: 50%;
		opacity: 0.35;
		top: 100%;
		z-index: 1;
	}
}

@-webkit-keyframes ball-fussion-ball3 {
	0% {
		opacity: 0.35;
	}

	50% {
		left: -100%;
		opacity: 1;
		top: 200%;
	}

	to {
		left: 0;
		opacity: 0.35;
		top: 50%;
		z-index: 2;
	}
}

@keyframes ball-fussion-ball3 {
	0% {
		opacity: 0.35;
	}

	50% {
		left: -100%;
		opacity: 1;
		top: 200%;
	}

	to {
		left: 0;
		opacity: 0.35;
		top: 50%;
		z-index: 2;
	}
}

@-webkit-keyframes ball-fussion-ball4 {
	0% {
		opacity: 0.35;
	}

	50% {
		left: -100%;
		opacity: 1;
		top: -100%;
	}

	to {
		left: 50%;
		opacity: 0.35;
		top: 0;
		z-index: 1;
	}
}

@keyframes ball-fussion-ball4 {
	0% {
		opacity: 0.35;
	}

	50% {
		left: -100%;
		opacity: 1;
		top: -100%;
	}

	to {
		left: 50%;
		opacity: 0.35;
		top: 0;
		z-index: 1;
	}
}

.la-ball-grid-beat[_ngcontent-qsd-c58],
.la-ball-grid-beat[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-grid-beat[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-grid-beat.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-grid-beat[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-grid-beat[_ngcontent-qsd-c58] {
	height: 36px;
	width: 36px;
}

.la-ball-grid-beat[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: ball-grid-beat;
	animation-iteration-count: infinite;
	animation-name: ball-grid-beat;
	border-radius: 100%;
	height: 8px;
	margin: 2px;
	width: 8px;
}

.la-ball-grid-beat[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: 0.03s;
	-webkit-animation-duration: 0.65s;
	animation-delay: 0.03s;
	animation-duration: 0.65s;
}

.la-ball-grid-beat[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: 0.09s;
	-webkit-animation-duration: 1.02s;
	animation-delay: 0.09s;
	animation-duration: 1.02s;
}

.la-ball-grid-beat[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -0.69s;
	-webkit-animation-duration: 1.06s;
	animation-delay: -0.69s;
	animation-duration: 1.06s;
}

.la-ball-grid-beat[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -0.41s;
	-webkit-animation-duration: 1.5s;
	animation-delay: -0.41s;
	animation-duration: 1.5s;
}

.la-ball-grid-beat[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: 0.04s;
	-webkit-animation-duration: 1.6s;
	animation-delay: 0.04s;
	animation-duration: 1.6s;
}

.la-ball-grid-beat[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation-delay: 0.07s;
	-webkit-animation-duration: 0.84s;
	animation-delay: 0.07s;
	animation-duration: 0.84s;
}

.la-ball-grid-beat[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(7) {
	-webkit-animation-delay: -0.66s;
	-webkit-animation-duration: 0.68s;
	animation-delay: -0.66s;
	animation-duration: 0.68s;
}

.la-ball-grid-beat[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(8) {
	-webkit-animation-delay: -0.76s;
	-webkit-animation-duration: 0.93s;
	animation-delay: -0.76s;
	animation-duration: 0.93s;
}

.la-ball-grid-beat[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(9) {
	-webkit-animation-delay: -0.76s;
	-webkit-animation-duration: 1.24s;
	animation-delay: -0.76s;
	animation-duration: 1.24s;
}

.la-ball-grid-beat.la-sm[_ngcontent-qsd-c58] {
	height: 18px;
	width: 18px;
}

.la-ball-grid-beat.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin: 1px;
	width: 4px;
}

.la-ball-grid-beat.la-2x[_ngcontent-qsd-c58] {
	height: 72px;
	width: 72px;
}

.la-ball-grid-beat.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 16px;
	margin: 4px;
	width: 16px;
}

.la-ball-grid-beat.la-3x[_ngcontent-qsd-c58] {
	height: 108px;
	width: 108px;
}

.la-ball-grid-beat.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 24px;
	margin: 6px;
	width: 24px;
}

@-webkit-keyframes ball-grid-beat {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.35;
	}

	to {
		opacity: 1;
	}
}

@keyframes ball-grid-beat {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.35;
	}

	to {
		opacity: 1;
	}
}

.la-ball-grid-pulse[_ngcontent-qsd-c58],
.la-ball-grid-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-grid-pulse[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-grid-pulse.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-grid-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-grid-pulse[_ngcontent-qsd-c58] {
	height: 36px;
	width: 36px;
}

.la-ball-grid-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: ball-grid-pulse;
	animation-iteration-count: infinite;
	animation-name: ball-grid-pulse;
	border-radius: 100%;
	height: 8px;
	margin: 2px;
	width: 8px;
}

.la-ball-grid-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: 0.03s;
	-webkit-animation-duration: 0.65s;
	animation-delay: 0.03s;
	animation-duration: 0.65s;
}

.la-ball-grid-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: 0.09s;
	-webkit-animation-duration: 1.02s;
	animation-delay: 0.09s;
	animation-duration: 1.02s;
}

.la-ball-grid-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -0.69s;
	-webkit-animation-duration: 1.06s;
	animation-delay: -0.69s;
	animation-duration: 1.06s;
}

.la-ball-grid-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -0.41s;
	-webkit-animation-duration: 1.5s;
	animation-delay: -0.41s;
	animation-duration: 1.5s;
}

.la-ball-grid-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: 0.04s;
	-webkit-animation-duration: 1.6s;
	animation-delay: 0.04s;
	animation-duration: 1.6s;
}

.la-ball-grid-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation-delay: 0.07s;
	-webkit-animation-duration: 0.84s;
	animation-delay: 0.07s;
	animation-duration: 0.84s;
}

.la-ball-grid-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(7) {
	-webkit-animation-delay: -0.66s;
	-webkit-animation-duration: 0.68s;
	animation-delay: -0.66s;
	animation-duration: 0.68s;
}

.la-ball-grid-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(8) {
	-webkit-animation-delay: -0.76s;
	-webkit-animation-duration: 0.93s;
	animation-delay: -0.76s;
	animation-duration: 0.93s;
}

.la-ball-grid-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(9) {
	-webkit-animation-delay: -0.76s;
	-webkit-animation-duration: 1.24s;
	animation-delay: -0.76s;
	animation-duration: 1.24s;
}

.la-ball-grid-pulse.la-sm[_ngcontent-qsd-c58] {
	height: 18px;
	width: 18px;
}

.la-ball-grid-pulse.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin: 1px;
	width: 4px;
}

.la-ball-grid-pulse.la-2x[_ngcontent-qsd-c58] {
	height: 72px;
	width: 72px;
}

.la-ball-grid-pulse.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 16px;
	margin: 4px;
	width: 16px;
}

.la-ball-grid-pulse.la-3x[_ngcontent-qsd-c58] {
	height: 108px;
	width: 108px;
}

.la-ball-grid-pulse.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 24px;
	margin: 6px;
	width: 24px;
}

@-webkit-keyframes ball-grid-pulse {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.35;
		transform: scale(0.45);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes ball-grid-pulse {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.35;
		transform: scale(0.45);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.la-ball-newton-cradle[_ngcontent-qsd-c58],
.la-ball-newton-cradle[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-newton-cradle[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-newton-cradle.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-newton-cradle[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-newton-cradle[_ngcontent-qsd-c58] {
	height: 10px;
	width: 40px;
}

.la-ball-newton-cradle[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-radius: 100%;
	height: 10px;
	width: 10px;
}

.la-ball-newton-cradle[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation: ball-newton-cradle-left 1s ease-out 0s infinite;
	animation: ball-newton-cradle-left 1s ease-out 0s infinite;
	transform: translateX(0);
}

.la-ball-newton-cradle[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:last-child {
	-webkit-animation: ball-newton-cradle-right 1s ease-out 0s infinite;
	animation: ball-newton-cradle-right 1s ease-out 0s infinite;
	transform: translateX(0);
}

.la-ball-newton-cradle.la-sm[_ngcontent-qsd-c58] {
	height: 4px;
	width: 20px;
}

.la-ball-newton-cradle.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	width: 4px;
}

.la-ball-newton-cradle.la-2x[_ngcontent-qsd-c58] {
	height: 20px;
	width: 80px;
}

.la-ball-newton-cradle.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 20px;
	width: 20px;
}

.la-ball-newton-cradle.la-3x[_ngcontent-qsd-c58] {
	height: 30px;
	width: 120px;
}

.la-ball-newton-cradle.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 30px;
	width: 30px;
}

@-webkit-keyframes ball-newton-cradle-left {
	25% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: translateX(-100%);
	}

	50% {
		transform: translateX(0);
	}
}

@keyframes ball-newton-cradle-left {
	25% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: translateX(-100%);
	}

	50% {
		transform: translateX(0);
	}
}

@-webkit-keyframes ball-newton-cradle-right {
	50% {
		transform: translateX(0);
	}

	75% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: translateX(100%);
	}

	to {
		transform: translateX(0);
	}
}

@keyframes ball-newton-cradle-right {
	50% {
		transform: translateX(0);
	}

	75% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: translateX(100%);
	}

	to {
		transform: translateX(0);
	}
}

.la-ball-pulse-rise[_ngcontent-qsd-c58],
.la-ball-pulse-rise[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-pulse-rise[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-pulse-rise.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-pulse-rise[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-pulse-rise[_ngcontent-qsd-c58] {
	height: 14px;
	width: 70px;
}

.la-ball-pulse-rise[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-pulse-rise-even 1s cubic-bezier(0.15, 0.36, 0.9, 0.6) 0s infinite;
	animation: ball-pulse-rise-even 1s cubic-bezier(0.15, 0.36, 0.9, 0.6) 0s infinite;
	border-radius: 100%;
	height: 10px;
	margin: 2px;
	width: 10px;
}

.la-ball-pulse-rise[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2n-1) {
	-webkit-animation-name: ball-pulse-rise-odd;
	animation-name: ball-pulse-rise-odd;
}

.la-ball-pulse-rise.la-sm[_ngcontent-qsd-c58] {
	height: 6px;
	width: 34px;
}

.la-ball-pulse-rise.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin: 1px;
	width: 4px;
}

.la-ball-pulse-rise.la-2x[_ngcontent-qsd-c58] {
	height: 28px;
	width: 140px;
}

.la-ball-pulse-rise.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 20px;
	margin: 4px;
	width: 20px;
}

.la-ball-pulse-rise.la-3x[_ngcontent-qsd-c58] {
	height: 42px;
	width: 210px;
}

.la-ball-pulse-rise.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 30px;
	margin: 6px;
	width: 30px;
}

@-webkit-keyframes ball-pulse-rise-even {
	0% {
		opacity: 1;
		transform: scale(1.1);
	}

	25% {
		transform: translateY(-200%);
	}

	50% {
		opacity: 0.35;
		transform: scale(0.3);
	}

	75% {
		transform: translateY(200%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
		transform: scale(1);
	}
}

@keyframes ball-pulse-rise-even {
	0% {
		opacity: 1;
		transform: scale(1.1);
	}

	25% {
		transform: translateY(-200%);
	}

	50% {
		opacity: 0.35;
		transform: scale(0.3);
	}

	75% {
		transform: translateY(200%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
		transform: scale(1);
	}
}

@-webkit-keyframes ball-pulse-rise-odd {
	0% {
		opacity: 0.35;
		transform: scale(0.4);
	}

	25% {
		transform: translateY(200%);
	}

	50% {
		opacity: 1;
		transform: scale(1.1);
	}

	75% {
		transform: translateY(-200%);
	}

	to {
		opacity: 0.35;
		transform: translateY(0);
		transform: scale(0.75);
	}
}

@keyframes ball-pulse-rise-odd {
	0% {
		opacity: 0.35;
		transform: scale(0.4);
	}

	25% {
		transform: translateY(200%);
	}

	50% {
		opacity: 1;
		transform: scale(1.1);
	}

	75% {
		transform: translateY(-200%);
	}

	to {
		opacity: 0.35;
		transform: translateY(0);
		transform: scale(0.75);
	}
}

.la-ball-pulse-sync[_ngcontent-qsd-c58],
.la-ball-pulse-sync[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-pulse-sync[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-pulse-sync.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-pulse-sync[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-pulse-sync[_ngcontent-qsd-c58] {
	height: 18px;
	width: 54px;
}

.la-ball-pulse-sync[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-pulse-sync 0.6s ease-in-out infinite;
	animation: ball-pulse-sync 0.6s ease-in-out infinite;
	border-radius: 100%;
	height: 10px;
	margin: 4px;
	width: 10px;
}

.la-ball-pulse-sync[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -0.14s;
	animation-delay: -0.14s;
}

.la-ball-pulse-sync[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -0.07s;
	animation-delay: -0.07s;
}

.la-ball-pulse-sync[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.la-ball-pulse-sync.la-sm[_ngcontent-qsd-c58] {
	height: 8px;
	width: 26px;
}

.la-ball-pulse-sync.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin: 2px;
	width: 4px;
}

.la-ball-pulse-sync.la-2x[_ngcontent-qsd-c58] {
	height: 36px;
	width: 108px;
}

.la-ball-pulse-sync.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 20px;
	margin: 8px;
	width: 20px;
}

.la-ball-pulse-sync.la-3x[_ngcontent-qsd-c58] {
	height: 54px;
	width: 162px;
}

.la-ball-pulse-sync.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 30px;
	margin: 12px;
	width: 30px;
}

@-webkit-keyframes ball-pulse-sync {
	33% {
		transform: translateY(100%);
	}

	66% {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

@keyframes ball-pulse-sync {
	33% {
		transform: translateY(100%);
	}

	66% {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.la-ball-pulse[_ngcontent-qsd-c58],
.la-ball-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-pulse[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-pulse.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-pulse[_ngcontent-qsd-c58] {
	height: 18px;
	width: 54px;
}

.la-ball-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.la-ball-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

.la-ball-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.la-ball-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-pulse 1s ease infinite;
	animation: ball-pulse 1s ease infinite;
	border-radius: 100%;
	height: 10px;
	margin: 4px;
	width: 10px;
}

.la-ball-pulse.la-sm[_ngcontent-qsd-c58] {
	height: 8px;
	width: 26px;
}

.la-ball-pulse.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin: 2px;
	width: 4px;
}

.la-ball-pulse.la-2x[_ngcontent-qsd-c58] {
	height: 36px;
	width: 108px;
}

.la-ball-pulse.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 20px;
	margin: 8px;
	width: 20px;
}

.la-ball-pulse.la-3x[_ngcontent-qsd-c58] {
	height: 54px;
	width: 162px;
}

.la-ball-pulse.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 30px;
	margin: 12px;
	width: 30px;
}

@-webkit-keyframes ball-pulse {

	0%,
	60%,
	to {
		opacity: 1;
		transform: scale(1);
	}

	30% {
		opacity: 0.1;
		transform: scale(0.01);
	}
}

@keyframes ball-pulse {

	0%,
	60%,
	to {
		opacity: 1;
		transform: scale(1);
	}

	30% {
		opacity: 0.1;
		transform: scale(0.01);
	}
}

.la-ball-rotate[_ngcontent-qsd-c58],
.la-ball-rotate[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-rotate[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-rotate.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-rotate[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-rotate[_ngcontent-qsd-c58],
.la-ball-rotate[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 10px;
	width: 10px;
}

.la-ball-rotate[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-rotate-animation 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
	animation: ball-rotate-animation 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
	border-radius: 100%;
}

.la-ball-rotate[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:after,
.la-ball-rotate[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:before {
	background: currentColor;
	border-radius: inherit;
	content: "";
	height: inherit;
	margin: inherit;
	opacity: 0.8;
	position: absolute;
	width: inherit;
}

.la-ball-rotate[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:before {
	left: -150%;
	top: 0;
}

.la-ball-rotate[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:after {
	left: 150%;
	top: 0;
}

.la-ball-rotate.la-sm[_ngcontent-qsd-c58],
.la-ball-rotate.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	width: 4px;
}

.la-ball-rotate.la-2x[_ngcontent-qsd-c58],
.la-ball-rotate.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 20px;
	width: 20px;
}

.la-ball-rotate.la-3x[_ngcontent-qsd-c58],
.la-ball-rotate.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 30px;
	width: 30px;
}

@-webkit-keyframes ball-rotate-animation {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	to {
		transform: rotate(1turn);
	}
}

@keyframes ball-rotate-animation {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	to {
		transform: rotate(1turn);
	}
}

.la-ball-running-dots[_ngcontent-qsd-c58],
.la-ball-running-dots[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-running-dots[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-running-dots.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-running-dots[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-running-dots[_ngcontent-qsd-c58] {
	height: 10px;
	width: 10px;
}

.la-ball-running-dots[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-running-dots-animate 2s linear infinite;
	animation: ball-running-dots-animate 2s linear infinite;
	border-radius: 100%;
	height: 10px;
	margin-left: -25px;
	position: absolute;
	width: 10px;
}

.la-ball-running-dots[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.la-ball-running-dots[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.la-ball-running-dots[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.la-ball-running-dots[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

.la-ball-running-dots[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -1.6s;
	animation-delay: -1.6s;
}

.la-ball-running-dots[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

.la-ball-running-dots[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(7) {
	-webkit-animation-delay: -2.4s;
	animation-delay: -2.4s;
}

.la-ball-running-dots[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(8) {
	-webkit-animation-delay: -2.8s;
	animation-delay: -2.8s;
}

.la-ball-running-dots[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(9) {
	-webkit-animation-delay: -3.2s;
	animation-delay: -3.2s;
}

.la-ball-running-dots[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(10) {
	-webkit-animation-delay: -3.6s;
	animation-delay: -3.6s;
}

.la-ball-running-dots.la-sm[_ngcontent-qsd-c58] {
	height: 4px;
	width: 4px;
}

.la-ball-running-dots.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin-left: -12px;
	width: 4px;
}

.la-ball-running-dots.la-2x[_ngcontent-qsd-c58] {
	height: 20px;
	width: 20px;
}

.la-ball-running-dots.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 20px;
	margin-left: -50px;
	width: 20px;
}

.la-ball-running-dots.la-3x[_ngcontent-qsd-c58] {
	height: 30px;
	width: 30px;
}

.la-ball-running-dots.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 30px;
	margin-left: -75px;
	width: 30px;
}

@-webkit-keyframes ball-running-dots-animate {

	0%,
	to {
		height: 100%;
		transform: translateY(0) translateX(500%);
		width: 100%;
	}

	80% {
		transform: translateY(0) translateX(0);
	}

	85% {
		height: 100%;
		transform: translateY(-125%) translateX(0);
		width: 100%;
	}

	90% {
		height: 75%;
		width: 200%;
	}

	95% {
		height: 100%;
		transform: translateY(-100%) translateX(500%);
		width: 100%;
	}
}

@keyframes ball-running-dots-animate {

	0%,
	to {
		height: 100%;
		transform: translateY(0) translateX(500%);
		width: 100%;
	}

	80% {
		transform: translateY(0) translateX(0);
	}

	85% {
		height: 100%;
		transform: translateY(-125%) translateX(0);
		width: 100%;
	}

	90% {
		height: 75%;
		width: 200%;
	}

	95% {
		height: 100%;
		transform: translateY(-100%) translateX(500%);
		width: 100%;
	}
}

.la-ball-scale-multiple[_ngcontent-qsd-c58],
.la-ball-scale-multiple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-scale-multiple[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-scale-multiple.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-scale-multiple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-scale-multiple[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-scale-multiple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-scale-multiple 1s linear 0s infinite;
	animation: ball-scale-multiple 1s linear 0s infinite;
	border-radius: 100%;
	height: 32px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 32px;
}

.la-ball-scale-multiple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.la-ball-scale-multiple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.la-ball-scale-multiple.la-sm[_ngcontent-qsd-c58],
.la-ball-scale-multiple.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-scale-multiple.la-2x[_ngcontent-qsd-c58],
.la-ball-scale-multiple.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-scale-multiple.la-3x[_ngcontent-qsd-c58],
.la-ball-scale-multiple.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

@-webkit-keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	5% {
		opacity: 0.75;
	}

	to {
		opacity: 0;
		transform: scale(1);
	}
}

@keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	5% {
		opacity: 0.75;
	}

	to {
		opacity: 0;
		transform: scale(1);
	}
}

.la-ball-scale-pulse[_ngcontent-qsd-c58],
.la-ball-scale-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-scale-pulse[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-scale-pulse.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-scale-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-scale-pulse[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-scale-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-scale-pulse 2s ease-in-out infinite;
	animation: ball-scale-pulse 2s ease-in-out infinite;
	border-radius: 100%;
	height: 32px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 32px;
}

.la-ball-scale-pulse[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:last-child {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.la-ball-scale-pulse.la-sm[_ngcontent-qsd-c58],
.la-ball-scale-pulse.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-scale-pulse.la-2x[_ngcontent-qsd-c58],
.la-ball-scale-pulse.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-scale-pulse.la-3x[_ngcontent-qsd-c58],
.la-ball-scale-pulse.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

@-webkit-keyframes ball-scale-pulse {

	0%,
	to {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

@keyframes ball-scale-pulse {

	0%,
	to {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

.la-ball-scale-ripple-multiple[_ngcontent-qsd-c58],
.la-ball-scale-ripple-multiple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-scale-ripple-multiple[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-scale-ripple-multiple.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-scale-ripple-multiple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-scale-ripple-multiple[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-scale-ripple-multiple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-scale-ripple-multiple 1.25s cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s infinite;
	animation: ball-scale-ripple-multiple 1.25s cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s infinite;
	background: transparent;
	border-radius: 100%;
	border-width: 2px;
	height: 32px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 32px;
}

.la-ball-scale-ripple-multiple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.la-ball-scale-ripple-multiple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.la-ball-scale-ripple-multiple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.la-ball-scale-ripple-multiple.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-scale-ripple-multiple.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 1px;
	height: 16px;
	width: 16px;
}

.la-ball-scale-ripple-multiple.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-scale-ripple-multiple.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 4px;
	height: 64px;
	width: 64px;
}

.la-ball-scale-ripple-multiple.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-scale-ripple-multiple.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 6px;
	height: 96px;
	width: 96px;
}

@-webkit-keyframes ball-scale-ripple-multiple {
	0% {
		opacity: 1;
		transform: scale(0.1);
	}

	70% {
		opacity: 0.5;
		transform: scale(1);
	}

	95% {
		opacity: 0;
	}
}

@keyframes ball-scale-ripple-multiple {
	0% {
		opacity: 1;
		transform: scale(0.1);
	}

	70% {
		opacity: 0.5;
		transform: scale(1);
	}

	95% {
		opacity: 0;
	}
}

.la-ball-scale-ripple[_ngcontent-qsd-c58],
.la-ball-scale-ripple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-scale-ripple[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-scale-ripple.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-scale-ripple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-scale-ripple[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-scale-ripple[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-scale-ripple 1s cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s infinite;
	animation: ball-scale-ripple 1s cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s infinite;
	background: transparent;
	border-radius: 100%;
	border-width: 2px;
	height: 32px;
	opacity: 0;
	width: 32px;
}

.la-ball-scale-ripple.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-scale-ripple.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 1px;
	height: 16px;
	width: 16px;
}

.la-ball-scale-ripple.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-scale-ripple.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 4px;
	height: 64px;
	width: 64px;
}

.la-ball-scale-ripple.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-scale-ripple.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 6px;
	height: 96px;
	width: 96px;
}

@-webkit-keyframes ball-scale-ripple {
	0% {
		opacity: 1;
		transform: scale(0.1);
	}

	70% {
		opacity: 0.65;
		transform: scale(1);
	}

	to {
		opacity: 0;
	}
}

@keyframes ball-scale-ripple {
	0% {
		opacity: 1;
		transform: scale(0.1);
	}

	70% {
		opacity: 0.65;
		transform: scale(1);
	}

	to {
		opacity: 0;
	}
}

.la-ball-scale[_ngcontent-qsd-c58],
.la-ball-scale[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-scale[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-scale.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-scale[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-scale[_ngcontent-qsd-c58],
.la-ball-scale[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-scale[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-scale 1s ease-in-out 0s infinite;
	animation: ball-scale 1s ease-in-out 0s infinite;
	border-radius: 100%;
	opacity: 0;
}

.la-ball-scale.la-sm[_ngcontent-qsd-c58],
.la-ball-scale.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-scale.la-2x[_ngcontent-qsd-c58],
.la-ball-scale.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-scale.la-3x[_ngcontent-qsd-c58],
.la-ball-scale.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

@-webkit-keyframes ball-scale {
	0% {
		opacity: 1;
		transform: scale(0);
	}

	to {
		opacity: 0;
		transform: scale(1);
	}
}

@keyframes ball-scale {
	0% {
		opacity: 1;
		transform: scale(0);
	}

	to {
		opacity: 0;
		transform: scale(1);
	}
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-qsd-c58],
.la-ball-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-spin-clockwise-fade-rotating.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-qsd-c58] {
	-webkit-animation: ball-spin-clockwise-fade-rotating-rotate 6s linear infinite;
	animation: ball-spin-clockwise-fade-rotating-rotate 6s linear infinite;
	height: 32px;
	width: 32px;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-spin-clockwise-fade-rotating 1s linear infinite;
	animation: ball-spin-clockwise-fade-rotating 1s linear infinite;
	border-radius: 100%;
	height: 8px;
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 8px;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -0.875s;
	animation-delay: -0.875s;
	left: 50%;
	top: 5%;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
	left: 81.8198051534%;
	top: 18.1801948466%;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -0.625s;
	animation-delay: -0.625s;
	left: 95%;
	top: 50%;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	left: 81.8198051534%;
	top: 81.8198051534%;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -0.375s;
	animation-delay: -0.375s;
	left: 50.0000000005%;
	top: 94.9999999966%;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
	left: 18.1801949248%;
	top: 81.8198046966%;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(7) {
	-webkit-animation-delay: -0.125s;
	animation-delay: -0.125s;
	left: 5.0000051215%;
	top: 49.9999750815%;
}

.la-ball-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(8) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	left: 18.1803700518%;
	top: 18.179464974%;
}

.la-ball-spin-clockwise-fade-rotating.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-spin-clockwise-fade-rotating.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-spin-clockwise-fade-rotating.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-spin-clockwise-fade-rotating.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
}

.la-ball-spin-clockwise-fade-rotating.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-spin-clockwise-fade-rotating.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
}

@-webkit-keyframes ball-spin-clockwise-fade-rotating-rotate {
	to {
		transform: rotate(-1turn);
	}
}

@keyframes ball-spin-clockwise-fade-rotating-rotate {
	to {
		transform: rotate(-1turn);
	}
}

@-webkit-keyframes ball-spin-clockwise-fade-rotating {
	50% {
		opacity: 0.25;
		transform: scale(0.5);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes ball-spin-clockwise-fade-rotating {
	50% {
		opacity: 0.25;
		transform: scale(0.5);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.la-ball-spin-clockwise-fade[_ngcontent-qsd-c58],
.la-ball-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-spin-clockwise-fade[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-spin-clockwise-fade.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-spin-clockwise-fade[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-spin-clockwise-fade 1s linear infinite;
	animation: ball-spin-clockwise-fade 1s linear infinite;
	border-radius: 100%;
	height: 8px;
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 8px;
}

.la-ball-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -0.875s;
	animation-delay: -0.875s;
	left: 50%;
	top: 5%;
}

.la-ball-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
	left: 81.8198051534%;
	top: 18.1801948466%;
}

.la-ball-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -0.625s;
	animation-delay: -0.625s;
	left: 95%;
	top: 50%;
}

.la-ball-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	left: 81.8198051534%;
	top: 81.8198051534%;
}

.la-ball-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -0.375s;
	animation-delay: -0.375s;
	left: 50.0000000005%;
	top: 94.9999999966%;
}

.la-ball-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
	left: 18.1801949248%;
	top: 81.8198046966%;
}

.la-ball-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(7) {
	-webkit-animation-delay: -0.125s;
	animation-delay: -0.125s;
	left: 5.0000051215%;
	top: 49.9999750815%;
}

.la-ball-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(8) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	left: 18.1803700518%;
	top: 18.179464974%;
}

.la-ball-spin-clockwise-fade.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-spin-clockwise-fade.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-spin-clockwise-fade.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-spin-clockwise-fade.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
}

.la-ball-spin-clockwise-fade.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-spin-clockwise-fade.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
}

@-webkit-keyframes ball-spin-clockwise-fade {
	50% {
		opacity: 0.25;
		transform: scale(0.5);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes ball-spin-clockwise-fade {
	50% {
		opacity: 0.25;
		transform: scale(0.5);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.la-ball-spin-clockwise[_ngcontent-qsd-c58],
.la-ball-spin-clockwise[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-spin-clockwise[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-spin-clockwise.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-spin-clockwise[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-spin-clockwise[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-spin-clockwise[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-spin-clockwise 1s ease-in-out infinite;
	animation: ball-spin-clockwise 1s ease-in-out infinite;
	border-radius: 100%;
	height: 8px;
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 8px;
}

.la-ball-spin-clockwise[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -0.875s;
	animation-delay: -0.875s;
	left: 50%;
	top: 5%;
}

.la-ball-spin-clockwise[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
	left: 81.8198051534%;
	top: 18.1801948466%;
}

.la-ball-spin-clockwise[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -0.625s;
	animation-delay: -0.625s;
	left: 95%;
	top: 50%;
}

.la-ball-spin-clockwise[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	left: 81.8198051534%;
	top: 81.8198051534%;
}

.la-ball-spin-clockwise[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -0.375s;
	animation-delay: -0.375s;
	left: 50.0000000005%;
	top: 94.9999999966%;
}

.la-ball-spin-clockwise[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
	left: 18.1801949248%;
	top: 81.8198046966%;
}

.la-ball-spin-clockwise[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(7) {
	-webkit-animation-delay: -0.125s;
	animation-delay: -0.125s;
	left: 5.0000051215%;
	top: 49.9999750815%;
}

.la-ball-spin-clockwise[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(8) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	left: 18.1803700518%;
	top: 18.179464974%;
}

.la-ball-spin-clockwise.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-spin-clockwise.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-spin-clockwise.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-spin-clockwise.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
}

.la-ball-spin-clockwise.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-spin-clockwise.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
}

@-webkit-keyframes ball-spin-clockwise {

	0%,
	to {
		opacity: 1;
		transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		transform: scale(0);
	}
}

@keyframes ball-spin-clockwise {

	0%,
	to {
		opacity: 1;
		transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		transform: scale(0);
	}
}

.la-ball-spin-fade-rotating[_ngcontent-qsd-c58],
.la-ball-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-spin-fade-rotating[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-spin-fade-rotating.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-spin-fade-rotating[_ngcontent-qsd-c58] {
	-webkit-animation: ball-spin-fade-rotate 6s linear infinite;
	animation: ball-spin-fade-rotate 6s linear infinite;
	height: 32px;
	width: 32px;
}

.la-ball-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-spin-fade 1s linear infinite;
	animation: ball-spin-fade 1s linear infinite;
	border-radius: 100%;
	height: 8px;
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 8px;
}

.la-ball-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -1.125s;
	animation-delay: -1.125s;
	left: 50%;
	top: 5%;
}

.la-ball-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -1.25s;
	animation-delay: -1.25s;
	left: 81.8198051534%;
	top: 18.1801948466%;
}

.la-ball-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -1.375s;
	animation-delay: -1.375s;
	left: 95%;
	top: 50%;
}

.la-ball-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
	left: 81.8198051534%;
	top: 81.8198051534%;
}

.la-ball-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -1.625s;
	animation-delay: -1.625s;
	left: 50.0000000005%;
	top: 94.9999999966%;
}

.la-ball-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation-delay: -1.75s;
	animation-delay: -1.75s;
	left: 18.1801949248%;
	top: 81.8198046966%;
}

.la-ball-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(7) {
	-webkit-animation-delay: -1.875s;
	animation-delay: -1.875s;
	left: 5.0000051215%;
	top: 49.9999750815%;
}

.la-ball-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(8) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	left: 18.1803700518%;
	top: 18.179464974%;
}

.la-ball-spin-fade-rotating.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-spin-fade-rotating.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-spin-fade-rotating.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-spin-fade-rotating.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
}

.la-ball-spin-fade-rotating.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-spin-fade-rotating.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
}

@-webkit-keyframes ball-spin-fade-rotate {
	to {
		transform: rotate(1turn);
	}
}

@keyframes ball-spin-fade-rotate {
	to {
		transform: rotate(1turn);
	}
}

.la-ball-spin-fade[_ngcontent-qsd-c58],
.la-ball-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-spin-fade[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-spin-fade.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-spin-fade[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-spin-fade 1s linear infinite;
	animation: ball-spin-fade 1s linear infinite;
	border-radius: 100%;
	height: 8px;
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 8px;
}

.la-ball-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -1.125s;
	animation-delay: -1.125s;
	left: 50%;
	top: 5%;
}

.la-ball-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -1.25s;
	animation-delay: -1.25s;
	left: 81.8198051534%;
	top: 18.1801948466%;
}

.la-ball-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -1.375s;
	animation-delay: -1.375s;
	left: 95%;
	top: 50%;
}

.la-ball-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
	left: 81.8198051534%;
	top: 81.8198051534%;
}

.la-ball-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -1.625s;
	animation-delay: -1.625s;
	left: 50.0000000005%;
	top: 94.9999999966%;
}

.la-ball-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation-delay: -1.75s;
	animation-delay: -1.75s;
	left: 18.1801949248%;
	top: 81.8198046966%;
}

.la-ball-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(7) {
	-webkit-animation-delay: -1.875s;
	animation-delay: -1.875s;
	left: 5.0000051215%;
	top: 49.9999750815%;
}

.la-ball-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(8) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	left: 18.1803700518%;
	top: 18.179464974%;
}

.la-ball-spin-fade.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-spin-fade.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-spin-fade.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-spin-fade.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
}

.la-ball-spin-fade.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-spin-fade.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
}

@-webkit-keyframes ball-spin-fade {

	0%,
	to {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.25;
		transform: scale(0.5);
	}
}

@keyframes ball-spin-fade {

	0%,
	to {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.25;
		transform: scale(0.5);
	}
}

.la-ball-spin-rotate[_ngcontent-qsd-c58],
.la-ball-spin-rotate[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-spin-rotate[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-spin-rotate.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-spin-rotate[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-spin-rotate[_ngcontent-qsd-c58] {
	-webkit-animation: ball-spin-rotate 2s linear infinite;
	animation: ball-spin-rotate 2s linear infinite;
	height: 32px;
	width: 32px;
}

.la-ball-spin-rotate[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-spin-bounce 2s ease-in-out infinite;
	animation: ball-spin-bounce 2s ease-in-out infinite;
	border-radius: 100%;
	height: 60%;
	position: absolute;
	top: 0;
	width: 60%;
}

.la-ball-spin-rotate[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:last-child {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	bottom: 0;
	top: auto;
}

.la-ball-spin-rotate.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-spin-rotate.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-spin-rotate.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

@-webkit-keyframes ball-spin-rotate {
	to {
		transform: rotate(1turn);
	}
}

@keyframes ball-spin-rotate {
	to {
		transform: rotate(1turn);
	}
}

@-webkit-keyframes ball-spin-bounce {

	0%,
	to {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

@keyframes ball-spin-bounce {

	0%,
	to {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

.la-ball-spin[_ngcontent-qsd-c58],
.la-ball-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-spin[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-spin.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-spin[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-spin 1s ease-in-out infinite;
	animation: ball-spin 1s ease-in-out infinite;
	border-radius: 100%;
	height: 8px;
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 8px;
}

.la-ball-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -1.125s;
	animation-delay: -1.125s;
	left: 50%;
	top: 5%;
}

.la-ball-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -1.25s;
	animation-delay: -1.25s;
	left: 81.8198051534%;
	top: 18.1801948466%;
}

.la-ball-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -1.375s;
	animation-delay: -1.375s;
	left: 95%;
	top: 50%;
}

.la-ball-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
	left: 81.8198051534%;
	top: 81.8198051534%;
}

.la-ball-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -1.625s;
	animation-delay: -1.625s;
	left: 50.0000000005%;
	top: 94.9999999966%;
}

.la-ball-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation-delay: -1.75s;
	animation-delay: -1.75s;
	left: 18.1801949248%;
	top: 81.8198046966%;
}

.la-ball-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(7) {
	-webkit-animation-delay: -1.875s;
	animation-delay: -1.875s;
	left: 5.0000051215%;
	top: 49.9999750815%;
}

.la-ball-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(8) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	left: 18.1803700518%;
	top: 18.179464974%;
}

.la-ball-spin.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-spin.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-spin.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-spin.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
}

.la-ball-spin.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-spin.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
}

@-webkit-keyframes ball-spin {

	0%,
	to {
		opacity: 1;
		transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		transform: scale(0);
	}
}

@keyframes ball-spin {

	0%,
	to {
		opacity: 1;
		transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		transform: scale(0);
	}
}

.la-ball-square-clockwise-spin[_ngcontent-qsd-c58],
.la-ball-square-clockwise-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-square-clockwise-spin[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-square-clockwise-spin.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-square-clockwise-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-square-clockwise-spin[_ngcontent-qsd-c58] {
	height: 26px;
	width: 26px;
}

.la-ball-square-clockwise-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-square-clockwise-spin 1s ease-in-out infinite;
	animation: ball-square-clockwise-spin 1s ease-in-out infinite;
	border-radius: 100%;
	height: 12px;
	left: 50%;
	margin-left: -6px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 12px;
}

.la-ball-square-clockwise-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -0.875s;
	animation-delay: -0.875s;
	left: 0;
	top: 0;
}

.la-ball-square-clockwise-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
	left: 50%;
	top: 0;
}

.la-ball-square-clockwise-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -0.625s;
	animation-delay: -0.625s;
	left: 100%;
	top: 0;
}

.la-ball-square-clockwise-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	left: 100%;
	top: 50%;
}

.la-ball-square-clockwise-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -0.375s;
	animation-delay: -0.375s;
	left: 100%;
	top: 100%;
}

.la-ball-square-clockwise-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
	left: 50%;
	top: 100%;
}

.la-ball-square-clockwise-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(7) {
	-webkit-animation-delay: -0.125s;
	animation-delay: -0.125s;
	left: 0;
	top: 100%;
}

.la-ball-square-clockwise-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(8) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	left: 0;
	top: 50%;
}

.la-ball-square-clockwise-spin.la-sm[_ngcontent-qsd-c58] {
	height: 12px;
	width: 12px;
}

.la-ball-square-clockwise-spin.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 6px;
	margin-left: -3px;
	margin-top: -3px;
	width: 6px;
}

.la-ball-square-clockwise-spin.la-2x[_ngcontent-qsd-c58] {
	height: 52px;
	width: 52px;
}

.la-ball-square-clockwise-spin.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
}

.la-ball-square-clockwise-spin.la-3x[_ngcontent-qsd-c58] {
	height: 78px;
	width: 78px;
}

.la-ball-square-clockwise-spin.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 36px;
	margin-left: -18px;
	margin-top: -18px;
	width: 36px;
}

@-webkit-keyframes ball-square-clockwise-spin {

	0%,
	40%,
	to {
		transform: scale(0.4);
	}

	70% {
		transform: scale(1);
	}
}

@keyframes ball-square-clockwise-spin {

	0%,
	40%,
	to {
		transform: scale(0.4);
	}

	70% {
		transform: scale(1);
	}
}

.la-ball-square-spin[_ngcontent-qsd-c58],
.la-ball-square-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-square-spin[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-square-spin.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-square-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-square-spin[_ngcontent-qsd-c58] {
	height: 26px;
	width: 26px;
}

.la-ball-square-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: ball-square-spin 1s ease-in-out infinite;
	animation: ball-square-spin 1s ease-in-out infinite;
	border-radius: 100%;
	height: 12px;
	left: 50%;
	margin-left: -6px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 12px;
}

.la-ball-square-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -1.125s;
	animation-delay: -1.125s;
	left: 0;
	top: 0;
}

.la-ball-square-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -1.25s;
	animation-delay: -1.25s;
	left: 50%;
	top: 0;
}

.la-ball-square-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -1.375s;
	animation-delay: -1.375s;
	left: 100%;
	top: 0;
}

.la-ball-square-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
	left: 100%;
	top: 50%;
}

.la-ball-square-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -1.625s;
	animation-delay: -1.625s;
	left: 100%;
	top: 100%;
}

.la-ball-square-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation-delay: -1.75s;
	animation-delay: -1.75s;
	left: 50%;
	top: 100%;
}

.la-ball-square-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(7) {
	-webkit-animation-delay: -1.875s;
	animation-delay: -1.875s;
	left: 0;
	top: 100%;
}

.la-ball-square-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(8) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	left: 0;
	top: 50%;
}

.la-ball-square-spin.la-sm[_ngcontent-qsd-c58] {
	height: 12px;
	width: 12px;
}

.la-ball-square-spin.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 6px;
	margin-left: -3px;
	margin-top: -3px;
	width: 6px;
}

.la-ball-square-spin.la-2x[_ngcontent-qsd-c58] {
	height: 52px;
	width: 52px;
}

.la-ball-square-spin.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
}

.la-ball-square-spin.la-3x[_ngcontent-qsd-c58] {
	height: 78px;
	width: 78px;
}

.la-ball-square-spin.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 36px;
	margin-left: -18px;
	margin-top: -18px;
	width: 36px;
}

@-webkit-keyframes ball-square-spin {

	0%,
	40%,
	to {
		transform: scale(0.4);
	}

	70% {
		transform: scale(1);
	}
}

@keyframes ball-square-spin {

	0%,
	40%,
	to {
		transform: scale(0.4);
	}

	70% {
		transform: scale(1);
	}
}

.la-ball-triangle-path[_ngcontent-qsd-c58],
.la-ball-triangle-path[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-triangle-path[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-triangle-path.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-triangle-path[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-triangle-path[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-ball-triangle-path[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-radius: 100%;
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10px;
}

.la-ball-triangle-path[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation: ball-triangle-path-ball-one 2s ease-in-out 0s infinite;
	animation: ball-triangle-path-ball-one 2s ease-in-out 0s infinite;
}

.la-ball-triangle-path[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation: ball-triangle-path-ball-two 2s ease-in-out 0s infinite;
	animation: ball-triangle-path-ball-two 2s ease-in-out 0s infinite;
}

.la-ball-triangle-path[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation: ball-triangle-path-ball-tree 2s ease-in-out 0s infinite;
	animation: ball-triangle-path-ball-tree 2s ease-in-out 0s infinite;
}

.la-ball-triangle-path.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-triangle-path.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	width: 4px;
}

.la-ball-triangle-path.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-triangle-path.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 20px;
	width: 20px;
}

.la-ball-triangle-path.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-triangle-path.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 30px;
	width: 30px;
}

@-webkit-keyframes ball-triangle-path-ball-one {
	0% {
		transform: translateY(220%);
	}

	17% {
		opacity: 0.25;
	}

	33% {
		opacity: 1;
		transform: translate(110%);
	}

	50% {
		opacity: 0.25;
	}

	66% {
		opacity: 1;
		transform: translate(220%, 220%);
	}

	83% {
		opacity: 0.25;
	}

	to {
		opacity: 1;
		transform: translateY(220%);
	}
}

@keyframes ball-triangle-path-ball-one {
	0% {
		transform: translateY(220%);
	}

	17% {
		opacity: 0.25;
	}

	33% {
		opacity: 1;
		transform: translate(110%);
	}

	50% {
		opacity: 0.25;
	}

	66% {
		opacity: 1;
		transform: translate(220%, 220%);
	}

	83% {
		opacity: 0.25;
	}

	to {
		opacity: 1;
		transform: translateY(220%);
	}
}

@-webkit-keyframes ball-triangle-path-ball-two {
	0% {
		transform: translate(110%);
	}

	17% {
		opacity: 0.25;
	}

	33% {
		opacity: 1;
		transform: translate(220%, 220%);
	}

	50% {
		opacity: 0.25;
	}

	66% {
		opacity: 1;
		transform: translateY(220%);
	}

	83% {
		opacity: 0.25;
	}

	to {
		opacity: 1;
		transform: translate(110%);
	}
}

@keyframes ball-triangle-path-ball-two {
	0% {
		transform: translate(110%);
	}

	17% {
		opacity: 0.25;
	}

	33% {
		opacity: 1;
		transform: translate(220%, 220%);
	}

	50% {
		opacity: 0.25;
	}

	66% {
		opacity: 1;
		transform: translateY(220%);
	}

	83% {
		opacity: 0.25;
	}

	to {
		opacity: 1;
		transform: translate(110%);
	}
}

@-webkit-keyframes ball-triangle-path-ball-tree {
	0% {
		transform: translate(220%, 220%);
	}

	17% {
		opacity: 0.25;
	}

	33% {
		opacity: 1;
		transform: translateY(220%);
	}

	50% {
		opacity: 0.25;
	}

	66% {
		opacity: 1;
		transform: translate(110%);
	}

	83% {
		opacity: 0.25;
	}

	to {
		opacity: 1;
		transform: translate(220%, 220%);
	}
}

@keyframes ball-triangle-path-ball-tree {
	0% {
		transform: translate(220%, 220%);
	}

	17% {
		opacity: 0.25;
	}

	33% {
		opacity: 1;
		transform: translateY(220%);
	}

	50% {
		opacity: 0.25;
	}

	66% {
		opacity: 1;
		transform: translate(110%);
	}

	83% {
		opacity: 0.25;
	}

	to {
		opacity: 1;
		transform: translate(220%, 220%);
	}
}

.la-ball-zig-zag-deflect[_ngcontent-qsd-c58],
.la-ball-zig-zag-deflect[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-zig-zag-deflect[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-zig-zag-deflect.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-zig-zag-deflect[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-zig-zag-deflect[_ngcontent-qsd-c58] {
	height: 32px;
	position: relative;
	width: 32px;
}

.la-ball-zig-zag-deflect[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-radius: 100%;
	height: 10px;
	left: 50%;
	margin-left: -5px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 10px;
}

.la-ball-zig-zag-deflect[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation: ball-zig-deflect 1.5s linear 0s infinite;
	animation: ball-zig-deflect 1.5s linear 0s infinite;
}

.la-ball-zig-zag-deflect[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:last-child {
	-webkit-animation: ball-zag-deflect 1.5s linear 0s infinite;
	animation: ball-zag-deflect 1.5s linear 0s infinite;
}

.la-ball-zig-zag-deflect.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-zig-zag-deflect.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-zig-zag-deflect.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-zig-zag-deflect.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	width: 20px;
}

.la-ball-zig-zag-deflect.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-zig-zag-deflect.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
}

@-webkit-keyframes ball-zig-deflect {
	17% {
		transform: translate(-80%, -160%);
	}

	34% {
		transform: translate(80%, -160%);
	}

	50% {
		transform: translate(0);
	}

	67% {
		transform: translate(80%, -160%);
	}

	84% {
		transform: translate(-80%, -160%);
	}

	to {
		transform: translate(0);
	}
}

@keyframes ball-zig-deflect {
	17% {
		transform: translate(-80%, -160%);
	}

	34% {
		transform: translate(80%, -160%);
	}

	50% {
		transform: translate(0);
	}

	67% {
		transform: translate(80%, -160%);
	}

	84% {
		transform: translate(-80%, -160%);
	}

	to {
		transform: translate(0);
	}
}

@-webkit-keyframes ball-zag-deflect {
	17% {
		transform: translate(80%, 160%);
	}

	34% {
		transform: translate(-80%, 160%);
	}

	50% {
		transform: translate(0);
	}

	67% {
		transform: translate(-80%, 160%);
	}

	84% {
		transform: translate(80%, 160%);
	}

	to {
		transform: translate(0);
	}
}

@keyframes ball-zag-deflect {
	17% {
		transform: translate(80%, 160%);
	}

	34% {
		transform: translate(-80%, 160%);
	}

	50% {
		transform: translate(0);
	}

	67% {
		transform: translate(-80%, 160%);
	}

	84% {
		transform: translate(80%, 160%);
	}

	to {
		transform: translate(0);
	}
}

.la-ball-zig-zag[_ngcontent-qsd-c58],
.la-ball-zig-zag[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-ball-zig-zag[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-ball-zig-zag.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-ball-zig-zag[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-ball-zig-zag[_ngcontent-qsd-c58] {
	height: 32px;
	position: relative;
	width: 32px;
}

.la-ball-zig-zag[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-radius: 100%;
	height: 10px;
	left: 50%;
	margin-left: -5px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 10px;
}

.la-ball-zig-zag[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation: ball-zig-effect 0.7s linear 0s infinite;
	animation: ball-zig-effect 0.7s linear 0s infinite;
}

.la-ball-zig-zag[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:last-child {
	-webkit-animation: ball-zag-effect 0.7s linear 0s infinite;
	animation: ball-zag-effect 0.7s linear 0s infinite;
}

.la-ball-zig-zag.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-ball-zig-zag.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.la-ball-zig-zag.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-ball-zig-zag.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	width: 20px;
}

.la-ball-zig-zag.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-ball-zig-zag.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
}

@-webkit-keyframes ball-zig-effect {
	0% {
		transform: translate(0);
	}

	33% {
		transform: translate(-75%, -150%);
	}

	66% {
		transform: translate(75%, -150%);
	}

	to {
		transform: translate(0);
	}
}

@keyframes ball-zig-effect {
	0% {
		transform: translate(0);
	}

	33% {
		transform: translate(-75%, -150%);
	}

	66% {
		transform: translate(75%, -150%);
	}

	to {
		transform: translate(0);
	}
}

@-webkit-keyframes ball-zag-effect {
	0% {
		transform: translate(0);
	}

	33% {
		transform: translate(75%, 150%);
	}

	66% {
		transform: translate(-75%, 150%);
	}

	to {
		transform: translate(0);
	}
}

@keyframes ball-zag-effect {
	0% {
		transform: translate(0);
	}

	33% {
		transform: translate(75%, 150%);
	}

	66% {
		transform: translate(-75%, 150%);
	}

	to {
		transform: translate(0);
	}
}

.la-cog[_ngcontent-qsd-c58],
.la-cog[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-cog[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-cog.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-cog[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-cog[_ngcontent-qsd-c58] {
	height: 31px;
	width: 31px;
}

.la-cog[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: cog-rotate 4s linear infinite;
	animation: cog-rotate 4s linear infinite;
	background-color: transparent;
	border-radius: 100%;
	border-style: dashed;
	border-width: 2px;
	height: 100%;
	width: 100%;
}

.la-cog[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:after {
	border: 2px solid;
	border-radius: 100%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.la-cog.la-sm[_ngcontent-qsd-c58] {
	height: 15px;
	width: 15px;
}

.la-cog.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58],
.la-cog.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:after {
	border-width: 1px;
}

.la-cog.la-2x[_ngcontent-qsd-c58] {
	height: 61px;
	width: 61px;
}

.la-cog.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58],
.la-cog.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:after {
	border-width: 4px;
}

.la-cog.la-3x[_ngcontent-qsd-c58] {
	height: 91px;
	width: 91px;
}

.la-cog.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58],
.la-cog.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:after {
	border-width: 6px;
}

@-webkit-keyframes cog-rotate {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}

@keyframes cog-rotate {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}

.la-cube-transition[_ngcontent-qsd-c58],
.la-cube-transition[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-cube-transition[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-cube-transition.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-cube-transition[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-cube-transition[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-cube-transition[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: cube-transition 1.6s ease-in-out 0s infinite;
	animation: cube-transition 1.6s ease-in-out 0s infinite;
	border-radius: 0;
	height: 14px;
	left: 0;
	margin-left: -7px;
	margin-top: -7px;
	position: absolute;
	top: 0;
	width: 14px;
}

.la-cube-transition[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:last-child {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.la-cube-transition.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-cube-transition.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 6px;
	margin-left: -3px;
	margin-top: -3px;
	width: 6px;
}

.la-cube-transition.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-cube-transition.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 28px;
	margin-left: -14px;
	margin-top: -14px;
	width: 28px;
}

.la-cube-transition.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-cube-transition.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 42px;
	margin-left: -21px;
	margin-top: -21px;
	width: 42px;
}

@-webkit-keyframes cube-transition {
	25% {
		left: 100%;
		top: 0;
		transform: scale(0.5) rotate(-90deg);
	}

	50% {
		left: 100%;
		top: 100%;
		transform: scale(1) rotate(-180deg);
	}

	75% {
		left: 0;
		top: 100%;
		transform: scale(0.5) rotate(-270deg);
	}

	to {
		left: 0;
		top: 0;
		transform: scale(1) rotate(-1turn);
	}
}

@keyframes cube-transition {
	25% {
		left: 100%;
		top: 0;
		transform: scale(0.5) rotate(-90deg);
	}

	50% {
		left: 100%;
		top: 100%;
		transform: scale(1) rotate(-180deg);
	}

	75% {
		left: 0;
		top: 100%;
		transform: scale(0.5) rotate(-270deg);
	}

	to {
		left: 0;
		top: 0;
		transform: scale(1) rotate(-1turn);
	}
}

.la-fire[_ngcontent-qsd-c58],
.la-fire[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-fire[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-fire.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-fire[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-fire[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-fire[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: fire-diamonds 1.5s linear infinite;
	animation: fire-diamonds 1.5s linear infinite;
	border-radius: 0;
	border-radius: 2px;
	bottom: 0;
	height: 12px;
	left: 50%;
	position: absolute;
	transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
	width: 12px;
}

.la-fire[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -0.85s;
	animation-delay: -0.85s;
}

.la-fire[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -1.85s;
	animation-delay: -1.85s;
}

.la-fire[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -2.85s;
	animation-delay: -2.85s;
}

.la-fire.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-fire.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 6px;
	width: 6px;
}

.la-fire.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-fire.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 24px;
	width: 24px;
}

.la-fire.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-fire.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 36px;
	width: 36px;
}

@-webkit-keyframes fire-diamonds {
	0% {
		transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
	}

	50% {
		transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
	}

	to {
		transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
	}
}

@keyframes fire-diamonds {
	0% {
		transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
	}

	50% {
		transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
	}

	to {
		transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
	}
}

.la-line-scale-party[_ngcontent-qsd-c58],
.la-line-scale-party[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-line-scale-party[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-line-scale-party.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-line-scale-party[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-line-scale-party[_ngcontent-qsd-c58] {
	height: 32px;
	width: 40px;
}

.la-line-scale-party[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: line-scale-party;
	animation-iteration-count: infinite;
	animation-name: line-scale-party;
	border-radius: 0;
	height: 32px;
	margin: 0 2px;
	width: 4px;
}

.la-line-scale-party[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -0.23s;
	-webkit-animation-duration: 0.43s;
	animation-delay: -0.23s;
	animation-duration: 0.43s;
}

.la-line-scale-party[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -0.32s;
	-webkit-animation-duration: 0.62s;
	animation-delay: -0.32s;
	animation-duration: 0.62s;
}

.la-line-scale-party[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -0.44s;
	-webkit-animation-duration: 0.43s;
	animation-delay: -0.44s;
	animation-duration: 0.43s;
}

.la-line-scale-party[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -0.31s;
	-webkit-animation-duration: 0.8s;
	animation-delay: -0.31s;
	animation-duration: 0.8s;
}

.la-line-scale-party[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -0.24s;
	-webkit-animation-duration: 0.74s;
	animation-delay: -0.24s;
	animation-duration: 0.74s;
}

.la-line-scale-party.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 20px;
}

.la-line-scale-party.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 16px;
	margin: 0 1px;
	width: 2px;
}

.la-line-scale-party.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 80px;
}

.la-line-scale-party.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 64px;
	margin: 0 4px;
	width: 8px;
}

.la-line-scale-party.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 120px;
}

.la-line-scale-party.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 96px;
	margin: 0 6px;
	width: 12px;
}

@-webkit-keyframes line-scale-party {
	0% {
		transform: scaleY(1);
	}

	50% {
		transform: scaleY(0.3);
	}

	to {
		transform: scaleY(1);
	}
}

@keyframes line-scale-party {
	0% {
		transform: scaleY(1);
	}

	50% {
		transform: scaleY(0.3);
	}

	to {
		transform: scaleY(1);
	}
}

.la-line-scale-pulse-out-rapid[_ngcontent-qsd-c58],
.la-line-scale-pulse-out-rapid[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-line-scale-pulse-out-rapid[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-line-scale-pulse-out-rapid.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-line-scale-pulse-out-rapid[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-line-scale-pulse-out-rapid[_ngcontent-qsd-c58] {
	height: 32px;
	width: 40px;
}

.la-line-scale-pulse-out-rapid[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: line-scale-pulse-out-rapid 0.9s cubic-bezier(0.11, 0.49, 0.38, 0.78) infinite;
	animation: line-scale-pulse-out-rapid 0.9s cubic-bezier(0.11, 0.49, 0.38, 0.78) infinite;
	border-radius: 0;
	height: 32px;
	margin: 0 2px;
	width: 4px;
}

.la-line-scale-pulse-out-rapid[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.la-line-scale-pulse-out-rapid[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2),
.la-line-scale-pulse-out-rapid[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -0.65s;
	animation-delay: -0.65s;
}

.la-line-scale-pulse-out-rapid[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child,
.la-line-scale-pulse-out-rapid[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.la-line-scale-pulse-out-rapid.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 20px;
}

.la-line-scale-pulse-out-rapid.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 16px;
	margin: 0 1px;
	width: 2px;
}

.la-line-scale-pulse-out-rapid.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 80px;
}

.la-line-scale-pulse-out-rapid.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 64px;
	margin: 0 4px;
	width: 8px;
}

.la-line-scale-pulse-out-rapid.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 120px;
}

.la-line-scale-pulse-out-rapid.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 96px;
	margin: 0 6px;
	width: 12px;
}

@-webkit-keyframes line-scale-pulse-out-rapid {
	0% {
		transform: scaley(1);
	}

	80% {
		transform: scaley(0.3);
	}

	90% {
		transform: scaley(1);
	}
}

@keyframes line-scale-pulse-out-rapid {
	0% {
		transform: scaley(1);
	}

	80% {
		transform: scaley(0.3);
	}

	90% {
		transform: scaley(1);
	}
}

.la-line-scale-pulse-out[_ngcontent-qsd-c58],
.la-line-scale-pulse-out[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-line-scale-pulse-out[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-line-scale-pulse-out.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-line-scale-pulse-out[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-line-scale-pulse-out[_ngcontent-qsd-c58] {
	height: 32px;
	width: 40px;
}

.la-line-scale-pulse-out[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: line-scale-pulse-out 0.9s cubic-bezier(0.85, 0.25, 0.37, 0.85) infinite;
	animation: line-scale-pulse-out 0.9s cubic-bezier(0.85, 0.25, 0.37, 0.85) infinite;
	border-radius: 0;
	height: 32px;
	margin: 0 2px;
	width: 4px;
}

.la-line-scale-pulse-out[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.la-line-scale-pulse-out[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2),
.la-line-scale-pulse-out[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.la-line-scale-pulse-out[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child,
.la-line-scale-pulse-out[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.la-line-scale-pulse-out.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 20px;
}

.la-line-scale-pulse-out.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 16px;
	margin: 0 1px;
	width: 2px;
}

.la-line-scale-pulse-out.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 80px;
}

.la-line-scale-pulse-out.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 64px;
	margin: 0 4px;
	width: 8px;
}

.la-line-scale-pulse-out.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 120px;
}

.la-line-scale-pulse-out.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 96px;
	margin: 0 6px;
	width: 12px;
}

@-webkit-keyframes line-scale-pulse-out {
	0% {
		transform: scaley(1);
	}

	50% {
		transform: scaley(0.3);
	}

	to {
		transform: scaley(1);
	}
}

@keyframes line-scale-pulse-out {
	0% {
		transform: scaley(1);
	}

	50% {
		transform: scaley(0.3);
	}

	to {
		transform: scaley(1);
	}
}

.la-line-scale[_ngcontent-qsd-c58],
.la-line-scale[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-line-scale[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-line-scale.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-line-scale[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-line-scale[_ngcontent-qsd-c58] {
	height: 32px;
	width: 40px;
}

.la-line-scale[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: line-scale 1.2s ease infinite;
	animation: line-scale 1.2s ease infinite;
	border-radius: 0;
	height: 32px;
	margin: 0 2px;
	width: 4px;
}

.la-line-scale[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

.la-line-scale[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.la-line-scale[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.la-line-scale[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.la-line-scale[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.la-line-scale.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 20px;
}

.la-line-scale.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 16px;
	margin: 0 1px;
	width: 2px;
}

.la-line-scale.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 80px;
}

.la-line-scale.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 64px;
	margin: 0 4px;
	width: 8px;
}

.la-line-scale.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 120px;
}

.la-line-scale.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 96px;
	margin: 0 6px;
	width: 12px;
}

@-webkit-keyframes line-scale {

	0%,
	40%,
	to {
		transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1);
	}
}

@keyframes line-scale {

	0%,
	40%,
	to {
		transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1);
	}
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-qsd-c58],
.la-line-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-line-spin-clockwise-fade-rotating.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-qsd-c58] {
	-webkit-animation: line-spin-clockwise-fade-rotating-rotate 6s linear infinite;
	animation: line-spin-clockwise-fade-rotating-rotate 6s linear infinite;
	height: 32px;
	width: 32px;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: line-spin-clockwise-fade-rotating 1s ease-in-out infinite;
	animation: line-spin-clockwise-fade-rotating 1s ease-in-out infinite;
	border-radius: 0;
	height: 10px;
	margin: -5px 2px 2px -1px;
	position: absolute;
	width: 2px;
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -0.875s;
	animation-delay: -0.875s;
	left: 50%;
	top: 15%;
	transform: rotate(0deg);
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
	left: 74.7487373415%;
	top: 25.2512626585%;
	transform: rotate(45deg);
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -0.625s;
	animation-delay: -0.625s;
	left: 85%;
	top: 50%;
	transform: rotate(90deg);
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	left: 74.7487373415%;
	top: 74.7487373415%;
	transform: rotate(135deg);
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -0.375s;
	animation-delay: -0.375s;
	left: 50.0000000004%;
	top: 84.9999999974%;
	transform: rotate(180deg);
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
	left: 25.2512627193%;
	top: 74.7487369862%;
	transform: rotate(225deg);
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(7) {
	-webkit-animation-delay: -0.125s;
	animation-delay: -0.125s;
	left: 15.0000039834%;
	top: 49.9999806189%;
	transform: rotate(270deg);
}

.la-line-spin-clockwise-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(8) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	left: 25.2513989292%;
	top: 25.2506949798%;
	transform: rotate(315deg);
}

.la-line-spin-clockwise-fade-rotating.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-line-spin-clockwise-fade-rotating.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin-left: 0;
	margin-top: -2px;
	width: 1px;
}

.la-line-spin-clockwise-fade-rotating.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-line-spin-clockwise-fade-rotating.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 20px;
	margin-left: -2px;
	margin-top: -10px;
	width: 4px;
}

.la-line-spin-clockwise-fade-rotating.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-line-spin-clockwise-fade-rotating.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 30px;
	margin-left: -3px;
	margin-top: -15px;
	width: 6px;
}

@-webkit-keyframes line-spin-clockwise-fade-rotating-rotate {
	to {
		transform: rotate(-1turn);
	}
}

@keyframes line-spin-clockwise-fade-rotating-rotate {
	to {
		transform: rotate(-1turn);
	}
}

@-webkit-keyframes line-spin-clockwise-fade-rotating {
	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

@keyframes line-spin-clockwise-fade-rotating {
	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

.la-line-spin-clockwise-fade[_ngcontent-qsd-c58],
.la-line-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-line-spin-clockwise-fade[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-line-spin-clockwise-fade.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-line-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-line-spin-clockwise-fade[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-line-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: line-spin-clockwise-fade 1s ease-in-out infinite;
	animation: line-spin-clockwise-fade 1s ease-in-out infinite;
	border-radius: 0;
	height: 10px;
	margin: -5px 2px 2px -1px;
	position: absolute;
	width: 2px;
}

.la-line-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -0.875s;
	animation-delay: -0.875s;
	left: 50%;
	top: 15%;
	transform: rotate(0deg);
}

.la-line-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
	left: 74.7487373415%;
	top: 25.2512626585%;
	transform: rotate(45deg);
}

.la-line-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -0.625s;
	animation-delay: -0.625s;
	left: 85%;
	top: 50%;
	transform: rotate(90deg);
}

.la-line-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	left: 74.7487373415%;
	top: 74.7487373415%;
	transform: rotate(135deg);
}

.la-line-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -0.375s;
	animation-delay: -0.375s;
	left: 50.0000000004%;
	top: 84.9999999974%;
	transform: rotate(180deg);
}

.la-line-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
	left: 25.2512627193%;
	top: 74.7487369862%;
	transform: rotate(225deg);
}

.la-line-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(7) {
	-webkit-animation-delay: -0.125s;
	animation-delay: -0.125s;
	left: 15.0000039834%;
	top: 49.9999806189%;
	transform: rotate(270deg);
}

.la-line-spin-clockwise-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(8) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	left: 25.2513989292%;
	top: 25.2506949798%;
	transform: rotate(315deg);
}

.la-line-spin-clockwise-fade.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-line-spin-clockwise-fade.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin-left: 0;
	margin-top: -2px;
	width: 1px;
}

.la-line-spin-clockwise-fade.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-line-spin-clockwise-fade.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 20px;
	margin-left: -2px;
	margin-top: -10px;
	width: 4px;
}

.la-line-spin-clockwise-fade.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-line-spin-clockwise-fade.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 30px;
	margin-left: -3px;
	margin-top: -15px;
	width: 6px;
}

@-webkit-keyframes line-spin-clockwise-fade {
	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

@keyframes line-spin-clockwise-fade {
	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

.la-line-spin-fade-rotating[_ngcontent-qsd-c58],
.la-line-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-line-spin-fade-rotating[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-line-spin-fade-rotating.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-line-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-line-spin-fade-rotating[_ngcontent-qsd-c58] {
	-webkit-animation: ball-spin-fade-rotating-rotate 6s linear infinite;
	animation: ball-spin-fade-rotating-rotate 6s linear infinite;
	height: 32px;
	width: 32px;
}

.la-line-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: line-spin-fade-rotating 1s ease-in-out infinite;
	animation: line-spin-fade-rotating 1s ease-in-out infinite;
	border-radius: 0;
	height: 10px;
	margin: -5px 2px 2px -1px;
	position: absolute;
	width: 2px;
}

.la-line-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -1.125s;
	animation-delay: -1.125s;
	left: 50%;
	top: 15%;
	transform: rotate(0deg);
}

.la-line-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -1.25s;
	animation-delay: -1.25s;
	left: 74.7487373415%;
	top: 25.2512626585%;
	transform: rotate(45deg);
}

.la-line-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -1.375s;
	animation-delay: -1.375s;
	left: 85%;
	top: 50%;
	transform: rotate(90deg);
}

.la-line-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
	left: 74.7487373415%;
	top: 74.7487373415%;
	transform: rotate(135deg);
}

.la-line-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -1.625s;
	animation-delay: -1.625s;
	left: 50.0000000004%;
	top: 84.9999999974%;
	transform: rotate(180deg);
}

.la-line-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation-delay: -1.75s;
	animation-delay: -1.75s;
	left: 25.2512627193%;
	top: 74.7487369862%;
	transform: rotate(225deg);
}

.la-line-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(7) {
	-webkit-animation-delay: -1.875s;
	animation-delay: -1.875s;
	left: 15.0000039834%;
	top: 49.9999806189%;
	transform: rotate(270deg);
}

.la-line-spin-fade-rotating[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(8) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	left: 25.2513989292%;
	top: 25.2506949798%;
	transform: rotate(315deg);
}

.la-line-spin-fade-rotating.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-line-spin-fade-rotating.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin-left: 0;
	margin-top: -2px;
	width: 1px;
}

.la-line-spin-fade-rotating.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-line-spin-fade-rotating.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 20px;
	margin-left: -2px;
	margin-top: -10px;
	width: 4px;
}

.la-line-spin-fade-rotating.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-line-spin-fade-rotating.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 30px;
	margin-left: -3px;
	margin-top: -15px;
	width: 6px;
}

@-webkit-keyframes ball-spin-fade-rotating-rotate {
	to {
		transform: rotate(1turn);
	}
}

@keyframes ball-spin-fade-rotating-rotate {
	to {
		transform: rotate(1turn);
	}
}

@-webkit-keyframes line-spin-fade-rotating {
	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

@keyframes line-spin-fade-rotating {
	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

.la-line-spin-fade[_ngcontent-qsd-c58],
.la-line-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-line-spin-fade[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-line-spin-fade.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-line-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-line-spin-fade[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-line-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: line-spin-fade 1s ease-in-out infinite;
	animation: line-spin-fade 1s ease-in-out infinite;
	border-radius: 0;
	height: 10px;
	margin: -5px 2px 2px -1px;
	position: absolute;
	width: 2px;
}

.la-line-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation-delay: -1.125s;
	animation-delay: -1.125s;
	left: 50%;
	top: 15%;
	transform: rotate(0deg);
}

.la-line-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-delay: -1.25s;
	animation-delay: -1.25s;
	left: 74.7487373415%;
	top: 25.2512626585%;
	transform: rotate(45deg);
}

.la-line-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -1.375s;
	animation-delay: -1.375s;
	left: 85%;
	top: 50%;
	transform: rotate(90deg);
}

.la-line-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
	left: 74.7487373415%;
	top: 74.7487373415%;
	transform: rotate(135deg);
}

.la-line-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -1.625s;
	animation-delay: -1.625s;
	left: 50.0000000004%;
	top: 84.9999999974%;
	transform: rotate(180deg);
}

.la-line-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation-delay: -1.75s;
	animation-delay: -1.75s;
	left: 25.2512627193%;
	top: 74.7487369862%;
	transform: rotate(225deg);
}

.la-line-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(7) {
	-webkit-animation-delay: -1.875s;
	animation-delay: -1.875s;
	left: 15.0000039834%;
	top: 49.9999806189%;
	transform: rotate(270deg);
}

.la-line-spin-fade[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(8) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	left: 25.2513989292%;
	top: 25.2506949798%;
	transform: rotate(315deg);
}

.la-line-spin-fade.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-line-spin-fade.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 4px;
	margin-left: 0;
	margin-top: -2px;
	width: 1px;
}

.la-line-spin-fade.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-line-spin-fade.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 20px;
	margin-left: -2px;
	margin-top: -10px;
	width: 4px;
}

.la-line-spin-fade.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-line-spin-fade.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 30px;
	margin-left: -3px;
	margin-top: -15px;
	width: 6px;
}

@-webkit-keyframes line-spin-fade {
	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

@keyframes line-spin-fade {
	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

.la-pacman[_ngcontent-qsd-c58],
.la-pacman[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-pacman[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-pacman.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-pacman[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-pacman[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-pacman[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child,
.la-pacman[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation: pacman-rotate-half-up 0.5s 0s infinite;
	animation: pacman-rotate-half-up 0.5s 0s infinite;
	background: transparent;
	border-radius: 100%;
	border-right: solid transparent;
	border-style: solid;
	border-width: 16px;
	height: 0;
	position: absolute;
	width: 0;
}

.la-pacman[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation-name: pacman-rotate-half-down;
	animation-name: pacman-rotate-half-down;
	top: 0;
}

.la-pacman[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3),
.la-pacman[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4),
.la-pacman[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5),
.la-pacman[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation: pacman-balls 2s linear 0s infinite;
	animation: pacman-balls 2s linear 0s infinite;
	border-radius: 100%;
	height: 8px;
	left: 200%;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 8px;
}

.la-pacman[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3) {
	-webkit-animation-delay: -1.44s;
	animation-delay: -1.44s;
}

.la-pacman[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4) {
	-webkit-animation-delay: -1.94s;
	animation-delay: -1.94s;
}

.la-pacman[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5) {
	-webkit-animation-delay: -2.44s;
	animation-delay: -2.44s;
}

.la-pacman[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	-webkit-animation-delay: -2.94s;
	animation-delay: -2.94s;
}

.la-pacman.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-pacman.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child,
.la-pacman.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	border-width: 8px;
	position: absolute;
}

.la-pacman.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	top: 0;
}

.la-pacman.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3),
.la-pacman.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4),
.la-pacman.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5),
.la-pacman.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	height: 4px;
	width: 4px;
}

.la-pacman.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-pacman.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child,
.la-pacman.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	border-width: 32px;
	position: absolute;
}

.la-pacman.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	top: 0;
}

.la-pacman.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3),
.la-pacman.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4),
.la-pacman.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5),
.la-pacman.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	height: 16px;
	width: 16px;
}

.la-pacman.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-pacman.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child,
.la-pacman.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	border-width: 48px;
	position: absolute;
}

.la-pacman.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	top: 0;
}

.la-pacman.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(3),
.la-pacman.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(4),
.la-pacman.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(5),
.la-pacman.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(6) {
	height: 24px;
	width: 24px;
}

@-webkit-keyframes pacman-rotate-half-up {

	0%,
	to {
		transform: rotate(270deg);
	}

	50% {
		transform: rotate(1turn);
	}
}

@keyframes pacman-rotate-half-up {

	0%,
	to {
		transform: rotate(270deg);
	}

	50% {
		transform: rotate(1turn);
	}
}

@-webkit-keyframes pacman-rotate-half-down {

	0%,
	to {
		transform: rotate(90deg);
	}

	50% {
		transform: rotate(0deg);
	}
}

@keyframes pacman-rotate-half-down {

	0%,
	to {
		transform: rotate(90deg);
	}

	50% {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes pacman-balls {
	0% {
		left: 200%;
		opacity: 0;
		transform: translateY(-50%);
	}

	5% {
		opacity: 0.5;
	}

	66% {
		opacity: 1;
	}

	67% {
		opacity: 0;
	}

	to {
		left: 0;
		transform: translateY(-50%);
	}
}

@keyframes pacman-balls {
	0% {
		left: 200%;
		opacity: 0;
		transform: translateY(-50%);
	}

	5% {
		opacity: 0.5;
	}

	66% {
		opacity: 1;
	}

	67% {
		opacity: 0;
	}

	to {
		left: 0;
		transform: translateY(-50%);
	}
}

.la-square-jelly-box[_ngcontent-qsd-c58],
.la-square-jelly-box[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-square-jelly-box[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-square-jelly-box.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-square-jelly-box[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-square-jelly-box[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-square-jelly-box[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child,
.la-square-jelly-box[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	left: 0;
	position: absolute;
	width: 100%;
}

.la-square-jelly-box[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:first-child {
	-webkit-animation: square-jelly-box-animate 0.6s linear -0.1s infinite;
	animation: square-jelly-box-animate 0.6s linear -0.1s infinite;
	border-radius: 10%;
	height: 100%;
	top: -25%;
	z-index: 1;
}

.la-square-jelly-box[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:nth-child(2) {
	-webkit-animation: square-jelly-box-shadow 0.6s linear -0.1s infinite;
	animation: square-jelly-box-shadow 0.6s linear -0.1s infinite;
	background: #000;
	border-radius: 50%;
	bottom: -9%;
	height: 10%;
	opacity: 0.2;
}

.la-square-jelly-box.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-square-jelly-box.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-square-jelly-box.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

@-webkit-keyframes square-jelly-box-animate {
	17% {
		border-bottom-right-radius: 10%;
	}

	25% {
		transform: translateY(25%) rotate(22.5deg);
	}

	50% {
		border-bottom-right-radius: 100%;
		transform: translateY(50%) scaleY(0.9) rotate(45deg);
	}

	75% {
		transform: translateY(25%) rotate(67.5deg);
	}

	to {
		transform: translateY(0) rotate(90deg);
	}
}

@keyframes square-jelly-box-animate {
	17% {
		border-bottom-right-radius: 10%;
	}

	25% {
		transform: translateY(25%) rotate(22.5deg);
	}

	50% {
		border-bottom-right-radius: 100%;
		transform: translateY(50%) scaleY(0.9) rotate(45deg);
	}

	75% {
		transform: translateY(25%) rotate(67.5deg);
	}

	to {
		transform: translateY(0) rotate(90deg);
	}
}

@-webkit-keyframes square-jelly-box-shadow {
	50% {
		transform: scaleX(1.25);
	}
}

@keyframes square-jelly-box-shadow {
	50% {
		transform: scaleX(1.25);
	}
}

.la-square-loader[_ngcontent-qsd-c58],
.la-square-loader[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-square-loader[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-square-loader.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-square-loader[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-square-loader[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-square-loader[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: square-loader 2s ease infinite;
	animation: square-loader 2s ease infinite;
	background: transparent;
	border-radius: 0;
	border-width: 2px;
	height: 100%;
	width: 100%;
}

.la-square-loader[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:after {
	-webkit-animation: square-loader-inner 2s ease-in infinite;
	animation: square-loader-inner 2s ease-in infinite;
	background-color: currentColor;
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.la-square-loader.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-square-loader.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 1px;
}

.la-square-loader.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-square-loader.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 4px;
}

.la-square-loader.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-square-loader.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 6px;
}

@-webkit-keyframes square-loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(1turn);
	}

	to {
		transform: rotate(1turn);
	}
}

@keyframes square-loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(1turn);
	}

	to {
		transform: rotate(1turn);
	}
}

@-webkit-keyframes square-loader-inner {
	0% {
		height: 0;
	}

	25% {
		height: 0;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	to {
		height: 0;
	}
}

@keyframes square-loader-inner {
	0% {
		height: 0;
	}

	25% {
		height: 0;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	to {
		height: 0;
	}
}

.la-square-spin[_ngcontent-qsd-c58],
.la-square-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-square-spin[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-square-spin.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-square-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-square-spin[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-square-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: square-spin 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) 0s infinite;
	animation: square-spin 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) 0s infinite;
	border-radius: 0;
	height: 100%;
	width: 100%;
}

.la-square-spin.la-sm[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-square-spin.la-2x[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-square-spin.la-3x[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

@-webkit-keyframes square-spin {
	0% {
		transform: perspective(100px) rotateX(0) rotateY(0);
	}

	25% {
		transform: perspective(100px) rotateX(180deg) rotateY(0);
	}

	50% {
		transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}

	75% {
		transform: perspective(100px) rotateX(0) rotateY(180deg);
	}

	to {
		transform: perspective(100px) rotateX(0) rotateY(1turn);
	}
}

@keyframes square-spin {
	0% {
		transform: perspective(100px) rotateX(0) rotateY(0);
	}

	25% {
		transform: perspective(100px) rotateX(180deg) rotateY(0);
	}

	50% {
		transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}

	75% {
		transform: perspective(100px) rotateX(0) rotateY(180deg);
	}

	to {
		transform: perspective(100px) rotateX(0) rotateY(1turn);
	}
}

.la-timer[_ngcontent-qsd-c58],
.la-timer[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-timer[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-timer.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-timer[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-timer[_ngcontent-qsd-c58],
.la-timer[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 32px;
	width: 32px;
}

.la-timer[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background: transparent;
	border-radius: 100%;
	border-width: 2px;
}

.la-timer[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:after,
.la-timer[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:before {
	-webkit-animation: timer-loader 1.25s linear infinite;
	-webkit-animation-delay: -625ms;
	animation: timer-loader 1.25s linear infinite;
	animation-delay: -625ms;
	background: currentColor;
	border-radius: 2px;
	content: "";
	display: block;
	left: 14px;
	margin-left: -1px;
	margin-top: -1px;
	position: absolute;
	top: 14px;
	transform-origin: 1px 1px 0;
	width: 2px;
}

.la-timer[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:before {
	height: 12px;
}

.la-timer[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:after {
	-webkit-animation-delay: -7.5s;
	-webkit-animation-duration: 15s;
	animation-delay: -7.5s;
	animation-duration: 15s;
	height: 8px;
}

.la-timer.la-sm[_ngcontent-qsd-c58],
.la-timer.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 16px;
	width: 16px;
}

.la-timer.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 1px;
}

.la-timer.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:after,
.la-timer.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:before {
	border-radius: 1px;
	left: 7px;
	margin-left: -0.5px;
	margin-top: -0.5px;
	top: 7px;
	transform-origin: 0.5px 0.5px 0;
	width: 1px;
}

.la-timer.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:before {
	height: 6px;
}

.la-timer.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:after {
	height: 4px;
}

.la-timer.la-2x[_ngcontent-qsd-c58],
.la-timer.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 64px;
	width: 64px;
}

.la-timer.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 4px;
}

.la-timer.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:after,
.la-timer.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:before {
	border-radius: 4px;
	left: 28px;
	margin-left: -2px;
	margin-top: -2px;
	top: 28px;
	transform-origin: 2px 2px 0;
	width: 4px;
}

.la-timer.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:before {
	height: 24px;
}

.la-timer.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:after {
	height: 16px;
}

.la-timer.la-3x[_ngcontent-qsd-c58],
.la-timer.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	height: 96px;
	width: 96px;
}

.la-timer.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 6px;
}

.la-timer.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:after,
.la-timer.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:before {
	border-radius: 6px;
	left: 42px;
	margin-left: -3px;
	margin-top: -3px;
	top: 42px;
	transform-origin: 3px 3px 0;
	width: 6px;
}

.la-timer.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:before {
	height: 36px;
}

.la-timer.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:after {
	height: 24px;
}

@-webkit-keyframes timer-loader {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}

@keyframes timer-loader {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}

.la-triangle-skew-spin[_ngcontent-qsd-c58],
.la-triangle-skew-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	box-sizing: border-box;
	position: relative;
}

.la-triangle-skew-spin[_ngcontent-qsd-c58] {
	color: #fff;
	display: block;
	font-size: 0;
}

.la-triangle-skew-spin.la-dark[_ngcontent-qsd-c58] {
	color: #333;
}

.la-triangle-skew-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	background-color: currentColor;
	border: 0 solid;
	display: inline-block;
	float: none;
}

.la-triangle-skew-spin[_ngcontent-qsd-c58] {
	height: 16px;
	width: 32px;
}

.la-triangle-skew-spin[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	-webkit-animation: triangle-skew-spin 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) 0s infinite;
	animation: triangle-skew-spin 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) 0s infinite;
	background: transparent;
	border-color: currentcolor transparent;
	border-left: none;
	border-right: none;
	border-style: solid;
	border-width: 0 16px 16px;
	height: 0;
	width: 0;
}

.la-triangle-skew-spin.la-sm[_ngcontent-qsd-c58] {
	height: 8px;
	width: 16px;
}

.la-triangle-skew-spin.la-sm[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 0 8px 8px;
}

.la-triangle-skew-spin.la-2x[_ngcontent-qsd-c58] {
	height: 32px;
	width: 64px;
}

.la-triangle-skew-spin.la-2x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 0 32px 32px;
}

.la-triangle-skew-spin.la-3x[_ngcontent-qsd-c58] {
	height: 48px;
	width: 96px;
}

.la-triangle-skew-spin.la-3x[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58] {
	border-width: 0 48px 48px;
}

@-webkit-keyframes triangle-skew-spin {
	0% {
		transform: perspective(100px) rotateX(0) rotateY(0);
	}

	25% {
		transform: perspective(100px) rotateX(180deg) rotateY(0);
	}

	50% {
		transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}

	75% {
		transform: perspective(100px) rotateX(0) rotateY(180deg);
	}

	to {
		transform: perspective(100px) rotateX(0) rotateY(1turn);
	}
}

@keyframes triangle-skew-spin {
	0% {
		transform: perspective(100px) rotateX(0) rotateY(0);
	}

	25% {
		transform: perspective(100px) rotateX(180deg) rotateY(0);
	}

	50% {
		transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}

	75% {
		transform: perspective(100px) rotateX(0) rotateY(180deg);
	}

	to {
		transform: perspective(100px) rotateX(0) rotateY(1turn);
	}
}

.overlay[_ngcontent-qsd-c58] {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.overlay[_ngcontent-qsd-c58]>div[_ngcontent-qsd-c58]:not(.loading-text) {
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.loading-text[_ngcontent-qsd-c58] {
	left: 50%;
	position: absolute;
	top: 60%;
	transform: translate(-50%, -60%);
}

.single_card[_ngcontent-qsd-c84] .offerings[_ngcontent-qsd-c84] .offering_single[_ngcontent-qsd-c84] .company_card[_ngcontent-qsd-c84] .card_banner[_ngcontent-qsd-c84] {
	background-size: cover;
}

.card-hero[_ngcontent-qsd-c84] {
	position: relative;
}

.overlays {
	position: fixed;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(195, 194, 194, 0.8);
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 999999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cards,
.overlays {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cards {
	padding: 24px;
	background: #fff;
	border-radius: 12px;
	color: #000;
	-webkit-box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.account-input-modal .account-input .title {
	text-align: start;
	width: 100%;
	margin-bottom: 32px;
	font-size: 13px;
	font-weight: 700;
}

.account-input-modal .account-input .input-container {
	color: #666;
	width: 100%;
	border: 1px solid #333131;
	border-radius: 10px;
	padding: 8px;
	font-size: 13px;
}

.account-input-modal .account-input .controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 1.25rem;
}

.account-input-modal .account-input .rown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.account-input-modal .account-input .input-container input {
	font-size: 24px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	background: transparent;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-right: 12px;
}

[data-theme="dark"] .account-input-modal .account-input .input-container input {
	color: #fff;
}

.account-input-modal .account-input .controls button:not(:last-of-type) {
	margin-right: 20px;
}

.account-input-modal .account-input .controls button {
	width: 100%;
	text-transform: capitalize;
}

.button[data-v-31fa788b]:disabled {
	background: #c4c4c4;
	pointer-events: none;
}

.button[data-v-31fa788b] {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #1fa5ff;
	color: #fff;
	min-width: 160px;
	padding: 16px 32px;
	border-radius: 10px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.account-input-modal .account-input .token-icon {
	margin-right: 8px;
}

.account-input-modal .account-input .symbol {
	min-width: 35px;
}

.mobile--popup {
	padding-bottom: 3.25rem;
	display: none;
}

.mobile--popup .cards {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile--popup h1 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.mobile--popup h2 {
	font-size: 16px;
}

.mobile--popup h2 span {
	color: #1fa5ff;
	font-weight: bold;
}

.mobile--popup .graphic {
	height: 160px;
	width: 160px;
}

@media only screen and (max-width: 768px) {
	.mobile--popup {
		display: block;
	}
}

[data-theme="dark"] .btn-light {
	background-color: rgba(0, 0, 0, 0.2);
	border: none;
}

.rown {
	flex-wrap: inherit;
	margin-right: 0px;
	margin-left: 0px;
}

.mail-input-modal .mail-input .title {
	text-align: start;
	width: 100%;
	margin-bottom: 32px;
	font-size: 13px;
	font-weight: 700;
}

.mail-input-modal .mail-input .input-container {
	color: #666;
	width: 100%;
	border: 1px solid #333131;
	border-radius: 10px;
	padding: 8px;
	font-size: 13px;
}

.mail-input-modal .mail-input .controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 1.25rem;
}

.mail-input-modal .mail-input .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mail-input-modal .mail-input .input-container input {
	font-size: 24px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	background: transparent;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-right: 12px;
}

.mail-input-modal .mail-input .controls button:not(:last-of-type) {
	margin-right: 20px;
}

.mail-input-modal .mail-input .controls button {
	width: 100%;
	text-transform: capitalize;
}

.mail-input-modal .button[data-v-31fa788b]:disabled {
	background: #c4c4c4;
	pointer-events: none;
}

.mail-input-modal .button[data-v-31fa788b] {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #1fa5ff;
	color: #fff;
	min-width: 160px;
	padding: 16px 32px;
	border-radius: 10px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.mail-input-modal .mail-input .token-icon {
	margin-right: 8px;
}

.mail-input-modal .mail-input .symbol {
	min-width: 35px;
}

.mail-input-modal .error-box {
	color: rgb(0, 255, 115);
}

.search {
	width: 100%;
	border: 1px solid;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	display: grid;
	align-items: center;
	grid-template-columns: auto 1fr;
	grid-gap: 16px;
	padding: 12px 19px;
	border-radius: 16px;
	margin-bottom: 24px;
}

.search {
	border-color: #ffeaef;
}

.search__input::placeholder {
	color: #727480;
}

.search__input {
	color: #212121;
}

.search .search__input {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	line-height: 1;
	border: none;
	background-color: transparent;
}

.button.button--primary {
	background-color: #1fa5ff;
	border-color: #1fa5ff;
	color: #fff;
}

.button {
	border-radius: 100px;
	padding: 12px 16px;
	border: 1px solid;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

.button.button--outline:hover,
.button.button--primary:hover,
.button.button--secondary:hover {
	background-color: #212121;
	border-color: #212121;
	color: #fff;
}

.mail-input-modal .mail-input .controls button {
	width: 100%;
	text-transform: capitalize;
}
.modal {
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
}

.together {
	
	display: flex;
	width: 100%;
	justify-content: center;
	/* Дополнительно сделаем вертикальное выравнивание */
	align-items: center;
	
			
		
}
.btn-fix1 {
	
	margin: 0px 10px 0px 0px;
	 
}
.btn-custom {
	
	
	 
}

.claim-muted {
	text-align: center;
	margin: 15px 0px 0px 0px;
}

.timer_desktop {
	font-size: 10px;
}

.modal .modal-content {
	min-width: 450px;
	border: none;
}

.modal-content {
	border: 10px solid blue;
}

@media (max-width: 575px) {
	.modal .modal-content {
			min-width: 100%;
			padding-right: 0px;
		}

	.changenetbnb {
		display: none;
	}
	.changeneteth {
		display: none;
	}
	#minalloc {
		font-size: 11px;
		display: block;
	}
	
}

