html {
	scroll-behavior: smooth;
}

.origin-top-right {
	transform-origin: top right;
}
.transition-all {
	transition-property: all;
}
.transition-fastest {
	transition-duration: 50ms;
}
.transition-faster {
	transition-duration: 100ms;
}
.transition-fast {
	transition-duration: 150ms;
}
.transition-medium {
	transition-duration: 200ms;
}
.ease-out-quad {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ease-in-quad {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.scale-70 {
	transform: scale(0.7);
}
.scale-100 {
	transform: scale(1);
}

input[type="radio"].white:checked,
input[type="checkbox"].white:checked {
	background: url(/images/icons/checkmark.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #fff;
	box-shadow: none;
	transition: all 0.15s ease;
}
input[type="radio"].white,
input[type="checkbox"].white {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
	background: none;
	background-position: 50%;
	background-repeat: no-repeat;
	transition: all 0.15s ease;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
	background: url(/images/icons/check-white.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #2daff0;
	box-shadow: none;
	transition: all 0.15s ease;
}
input[type="radio"] {
	border-radius: 50%;
}
input[type="radio"],
input[type="checkbox"] {
	width: 21px;
	height: 21px;
	border-radius: 5px;
	background: none;
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: rgba(103, 114, 229, 0);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	box-shadow: inset 0 0 0 2px #c1c4cb;
	margin: 0 12px 0 0;
	vertical-align: -4px;
	outline: none;
	transition: all 0.15s ease;
	cursor: pointer;
}
input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.text-inter-400 {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	line-height: 1.2;
}

.text-inter-500 {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	line-height: 1.2;
}

.text-inter-800 {
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	line-height: 1.2;
}

.text-inter-900 {
	font-family: 'Inter', sans-serif;
	font-weight: 900;
	line-height: 1.2;
}

.hue-rotate {
	animation: hue-rotate 10s ease-in-out infinite;
}

@keyframes hue-rotate {
	0% {
		-webkit-filter: hue-rotate(-30deg);
		-moz-filter: hue-rotate(-30deg);
		-ms-filter: hue-rotate(-30deg);
		-webkit-filter: hue-rotate(-30deg);
		filter: hue-rotate(-30deg);
	}
	50% {
		-webkit-filter: hue-rotate(30deg);
		-moz-filter: hue-rotate(30deg);
		-ms-filter: hue-rotate(30deg);
		-webkit-filter: hue-rotate(30deg);
		filter: hue-rotate(30deg);
	}
	100% {
		-webkit-filter: hue-rotate(-30deg);
		-moz-filter: hue-rotate(-30deg);
		-ms-filter: hue-rotate(-30deg);
		-webkit-filter: hue-rotate(-30deg);
		filter: hue-rotate(-30deg);
	}
}

@keyframes imageReveal {
	0% {
		opacity: 0;
		-webkit-mask-position: 100%;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-mask-position: 0%;
	}
}

@keyframes glow {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: cubic-bezier(.74,.25,.76,1);
		animation-timing-function: cubic-bezier(.74,.25,.76,1);
	}
	10% {
		opacity: 1.0;
		-webkit-animation-timing-function: cubic-bezier(.12,.01,.08,.99);
		animation-timing-function: cubic-bezier(.12,.01,.08,.99);
	}
	100% {
		opacity: 0.28;
	}
}

@keyframes line-anime {
	0% {
		stroke-dasharray: 4000;
		stroke-dashoffset: 4000;
		stroke-opacity: 0;
	}
	40% {
		stroke-opacity: 0.6;
	}
	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 4000;
		stroke-opacity: 0.3;
		stroke: #5e6ad2;
	}
}

.glow {
    webkit-animation: glow 6.1s ease-out 0.5s;
    animation: glow 6.1s ease-out 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	will-change: contents;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	position: absolute;
	left: 0;
	top: -100px;
	bottom: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	background: conic-gradient( from 230.29deg at 51.63% 52.16%, #2400ff 0deg, #0087ff 67.5deg, #ff1d7a 198.75deg, #f5381b 251.25deg, #ff5335 301.88deg, #691eff 360deg );
	-webkit-filter: blur(160px);
	filter: blur(160px);
}

.glow_img {
	animation: imageReveal 5s ease-out 5s both;
	position: absolute;
	width: 73.4%;
	display:block;
	margin:auto;
	margin-left: 13%;
	border-radius: 4px;
	/*border: 1px solid #26272b;
	box-shadow: 0 30px 55px rgb(0,0,0,0.5);*/
}

.svg-anime {
    position: relative;
    margin-top: 32px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

line.svg-anime, svg.svg-anime {
    -webkit-animation: line-anime 15s ease-out 5s both;
    animation: line-anime 15s ease-out 5s both;
}


svg.svg-anime {
	margin: 0px -800px;
	width: 3120px;
	height: 761px;
}

.gradient-border {
	animation: 10s ease-in-out 0s infinite normal both running gradient-pulse;
	background: rgba(0, 0, 0, 0) conic-gradient(from 217.29deg at 51.63% 52.16%, rgb(36, 0, 255) 0deg, rgb(0, 135, 255) 19.5deg, rgb(255, 29, 122) 102.75deg, rgb(245, 56, 27) 152.25deg, rgb(255, 83, 53) 208.88deg, rgb(105, 30, 255) 291deg) repeat scroll 0% 0%;
	filter: blur(1px);
	border-radius: 8px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: opacity 1.5s ease 0s;
	opacity: 0.75;
}

@keyframes gradient-pulse {
	0% {
		transform: rotate(0deg);
		filter: blur(8px);
		border-radius: 5px;
	}
	33% {
		transform: rotate(-0.5deg) translate(1px, -1px) scale(1.01);
		filter: blur(10px);
		border-radius: 3px;
	}
	67% {
		transform: rotate(1deg) translate(-1px, -1px) scale(0.99);
		filter: blur(14px);
		border-radius: 7px;
	}
	100% {
		transform: rotate(0deg);
		filter: blur(8px);
		border-radius: 5px;
	}
}

.router-link-active {
	color: #8b5cf6 !important;
}