
@charset "UTF-8";

.premium-atext__switch .premium-atext__wrapper:not(.premium-atext__typing) .premium-atext__text, .premium-atext__switch .premium-fancy-item-hidden {
	opacity: 0;
}

.premium-atext__wrapper {
	position: relative;
}

.premium-atext__wrapper>a {
	position: absolute;
	inset: 0;
	z-index: 9;
}

.premium-atext__wrapper>a span {
	display: none;
}

.premium-atext__wrapper .premium-fancy-list-items {
	list-style: none;
}

.premium-atext__wrapper .premium-atext__span-align {
	vertical-align: top;
}

.premium-atext__wrapper:not(.premium-atext__typing):not(.premium-atext__slide) .premium-atext__items-wrapper {
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
}

.premium-atext__wrapper:not(.premium-atext__typing):not(.premium-atext__slide) .premium-fancy-list-items {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}

.premium-atext__headline {
	display: block;
	font-size: 43px;
}

.premium-atext__clip .premium-fancy-item-visible {
	position: relative !important;
}

.premium-atext__clip .premium-atext__items-wrapper {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.premium-atext__clip .premium-atext__items-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #0d0d0d;
}

.premium-atext__zoomout .premium-fancy-item-hidden {
	-webkit-animation: pa-zoom-out .8s;
	animation: pa-zoom-out .8s;
}

.premium-atext__zoomout .premium-fancy-item-visible {
	position: relative !important;
	-webkit-animation: pa-zoom-in .8s;
	animation: pa-zoom-in .8s;
}

.premium-atext__zoomout .premium-atext__items-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px;
}

.premium-atext__rotate .premium-fancy-list-items {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.premium-atext__rotate .premium-fancy-item-hidden {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: pa-rotate-out 1.2s;
	animation: pa-rotate-out 1.2s;
}

.premium-atext__rotate .premium-fancy-item-visible {
	position: relative !important;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-animation: pa-rotate-in 1.2s;
	animation: pa-rotate-in 1.2s;
}

.premium-atext__custom .premium-fancy-item-visible {
	position: relative !important;
}

.premium-atext__auto-fade .premium-atext__text {
	display: inline-block;
	width: 200px;
	font-weight: 400;
}

.premium-atext__auto-fade .premium-fancy-svg-text {
	position: relative;
	vertical-align: sub;
}

.premium-atext__auto-fade g>text {
	text-anchor: start;
	shape-rendering: crispEdges;
	opacity: 0;
	font-size: 300px;
	-webkit-animation-name: pa-auto-fade;
	animation-name: pa-auto-fade;
	-moz-animation-name: pa-auto-fade;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.premium-atext__auto-fade g>text:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.premium-atext__auto-fade g>text:nth-child(2) {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.premium-atext__auto-fade g>text:nth-child(3) {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.premium-atext__highlight .premium-atext__text {
	display: inline-block;
}

.premium-atext__paused-yes:hover .premium-atext__letter, .premium-atext__paused-yes:hover .premium-atext__text, .premium-atext__paused-yes:hover .text {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.premium-atext__shadow .premium-atext__text {
	-webkit-animation: pa-text-shadow 1.5s ease-in-out infinite;
	animation: pa-text-shadow 1.5s ease-in-out infinite;
}

.premium-atext__pattern .premium-atext__text {
	text-shadow: .03em .03em 0 var(--pa-atext-fc);
	position: relative;
	z-index: 1;
}

.premium-atext__pattern .premium-atext__text::after {
	content: attr(data-text);
	position: absolute;
	top: .07em;
	left: .07em;
	z-index: -1;
	text-shadow: none;
	background-image: -webkit-linear-gradient(45deg, transparent 45%, var(--pa-atext-sc) 45%, #eae8e0 55%, transparent 0);
	background-image: linear-gradient(45deg, transparent 45%, var(--pa-atext-sc) 45%, #eae8e0 55%, transparent 0);
	background-size: .05em .05em;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: pa-pattern 15s linear infinite;
	animation: pa-pattern 15s linear infinite;
}

.premium-atext__fill .premium-atext__text {
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 300% 300% !important;
	-webkit-animation: pa-fill 10s ease-in-out infinite;
	animation: pa-fill 10s ease-in-out infinite;
}

.premium-atext__tilt {
	opacity: 0;
}

.premium-atext__tilt .premium-atext__letter {
	display: inline-block;
	-webkit-animation: pa-tilt 1s forwards ease-in-out infinite;
	animation: pa-tilt 1s forwards ease-in-out infinite;
}

.premium-atext__flip .premium-atext__letter {
	display: inline-block;
	-webkit-animation: pa-flip 1s forwards ease-in-out infinite;
	animation: pa-flip 1s forwards ease-in-out infinite;
}

.premium-atext__wave .premium-atext__letter {
	display: inline-block;
	-webkit-animation: pa-wave 1s backwards ease-in-out infinite;
	animation: pa-wave 1s backwards ease-in-out infinite;
}

.premium-atext__pop .premium-atext__letter {
	display: inline-block;
	-webkit-animation: pa-pop 1s forwards ease-in-out infinite;
	animation: pa-pop 1s forwards ease-in-out infinite;
}

.premium-atext__lines .text {
	fill: none;
	stroke-width: 1;
	stroke-linejoin: round;
	stroke-dasharray: 60 330;
	stroke-dashoffset: 0;
	-webkit-animation: pa-lines 3s infinite linear;
	animation: pa-lines 3s infinite linear;
}

.premium-atext__lines .text:nth-child(5n+1) {
	stroke: var(--pa-atext-fc);
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

.premium-atext__lines .text:nth-child(5n+2) {
	stroke: var(--pa-atext-sc);
	-webkit-animation-delay: -2.4s;
	animation-delay: -2.4s;
}

.premium-atext__lines .text:nth-child(5n+3) {
	stroke: var(--pa-atext-tc);
	-webkit-animation-delay: -3.6s;
	animation-delay: -3.6s;
}

.premium-atext__lines .text:nth-child(5n+4) {
	stroke: var(--pa-atext-foc);
	-webkit-animation-delay: -4.8s;
	animation-delay: -4.8s;
}

.premium-atext__lines .text:nth-child(5n+5) {
	stroke: var(--pa-atext-fic);
	-webkit-animation-delay: -6s;
	animation-delay: -6s;
}

.premium-atext__underline .premium-atext__text {
	position: relative;
	z-index: 1;
}

.premium-atext__underline .premium-atext__text::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #ff0;
	z-index: -1;
}

.premium-atext__shape .premium-atext__text {
	position: relative;
}

.premium-atext__shape .premium-atext__text svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	height: -webkit-calc(100% + 20px);
	height: calc(100% + 20px);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: visible;
}

.premium-atext__shape .premium-atext__text svg path {
	stroke: #3baede;
	stroke-width: 9;
	fill: none;
	opacity: 0;
	stroke-dasharray: 0 1500;
	-webkit-transition: .3s;
	transition: .3s;
}

.premium-atext__shape.draw-shape svg path {
	-webkit-animation: pa-shape-draw var(--pa-animation-duration, 1.2s) forwards ease 1;
	animation: pa-shape-draw var(--pa-animation-duration, 1.2s) forwards ease 1;
}

.premium-atext__shape.draw-shape svg path:nth-of-type(2) {
	-webkit-animation-delay: -webkit-calc(var(--pa-animation-duration, 1.2s) / 2);
	animation-delay: calc(var(--pa-animation-duration, 1.2s) / 2);
}

.premium-atext__shape.hide-shape svg path {
	opacity: 1;
	stroke-dasharray: 1500 1500;
	-webkit-animation: pa-shape-hide .4s forwards ease 1;
	animation: pa-shape-hide .4s forwards ease 1;
}

.premium-atext__reveal .premium-atext__text {
	color: transparent !important;
	-webkit-background-clip: text;
	background-clip: text;
	background-repeat: repeat-x;
	-webkit-animation: pa-reveal 2s forwards ease-in-out infinite;
	animation: pa-reveal 2s forwards ease-in-out infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.premium-atext__loading-yes .premium-atext__text {
	position: relative;
}

.premium-atext__loading-yes .premium-atext__text .premium-loading-bar {
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	animation: pa-loading-bar 2.5s ease-out infinite;
	-webkit-animation: pa-loading-bar 2.5s ease-out infinite;
}

.premium-atext__loading-yes.pause .premium-atext__text:hover .premium-loading-bar {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

@-webkit-keyframes pa-text-shadow {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		text-shadow: 0 0 0 var(--pa-atext-fc), 0 0 0 var(--pa-atext-sc), 0 0 0 var(--pa-atext-tc), 0 0 0 var(--pa-atext-foc);
	}
	
	20% {
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);
		text-shadow: 0 .125em 0 var(--pa-atext-fc), 0 .25em 0 var(--pa-atext-sc), 0 -.125em 0 var(--pa-atext-tc), 0 -.25em 0 var(--pa-atext-foc);
	}
	
	40% {
		-webkit-transform: translateY(.5em);
		transform: translateY(.5em);
		text-shadow: 0 -.0625em 0 var(--pa-atext-fc), 0 -.125em 0 var(--pa-atext-sc), 0 .0625em 0 var(--pa-atext-tc), 0 .125em 0 var(--pa-atext-foc);
	}
	
	60% {
		-webkit-transform: translateY(-.25em);
		transform: translateY(-.25em);
		text-shadow: 0 .03125em 0 var(--pa-atext-fc), 0 .0625em 0 var(--pa-atext-sc), 0 -.03125em 0 var(--pa-atext-tc), 0 -.0625em 0 var(--pa-atext-foc);
	}
	
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		text-shadow: 0 0 0 var(--pa-atext-fc), 0 0 0 var(--pa-atext-sc), 0 0 0 var(--pa-atext-tc), 0 0 0 var(--pa-atext-foc);
	}
}

@keyframes pa-text-shadow {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		text-shadow: 0 0 0 var(--pa-atext-fc), 0 0 0 var(--pa-atext-sc), 0 0 0 var(--pa-atext-tc), 0 0 0 var(--pa-atext-foc);
	}
	
	20% {
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);
		text-shadow: 0 .125em 0 var(--pa-atext-fc), 0 .25em 0 var(--pa-atext-sc), 0 -.125em 0 var(--pa-atext-tc), 0 -.25em 0 var(--pa-atext-foc);
	}
	
	40% {
		-webkit-transform: translateY(.5em);
		transform: translateY(.5em);
		text-shadow: 0 -.0625em 0 var(--pa-atext-fc), 0 -.125em 0 var(--pa-atext-sc), 0 .0625em 0 var(--pa-atext-tc), 0 .125em 0 var(--pa-atext-foc);
	}
	
	60% {
		-webkit-transform: translateY(-.25em);
		transform: translateY(-.25em);
		text-shadow: 0 .03125em 0 var(--pa-atext-fc), 0 .0625em 0 var(--pa-atext-sc), 0 -.03125em 0 var(--pa-atext-tc), 0 -.0625em 0 var(--pa-atext-foc);
	}
	
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		text-shadow: 0 0 0 var(--pa-atext-fc), 0 0 0 var(--pa-atext-sc), 0 0 0 var(--pa-atext-tc), 0 0 0 var(--pa-atext-foc);
	}
}

@-webkit-keyframes pa-pattern {
	0% {
		background-position: 0 0;
	}
	
	0% {
		background-position: 100% -100%;
	}
}

@keyframes pa-pattern {
	0% {
		background-position: 0 0;
	}
	
	0% {
		background-position: 100% -100%;
	}
}

@-webkit-keyframes pa-fill {
	0% {
		background-position: 0 50%;
	}
	
	50% {
		background-position: 100% 50%;
	}
	
	100% {
		background-position: 0 50%;
	}
}

@keyframes pa-fill {
	0% {
		background-position: 0 50%;
	}
	
	50% {
		background-position: 100% 50%;
	}
	
	100% {
		background-position: 0 50%;
	}
}

@-webkit-keyframes pa-tilt {
	0% {
		-webkit-transform: rotateZ(-15deg);
		transform: rotateZ(-15deg);
	}
	
	50% {
		-webkit-transform: rotateZ(15deg);
		transform: rotateZ(15deg);
	}
	
	100% {
		-webkit-transform: rotateZ(-15deg);
		transform: rotateZ(-15deg);
	}
}

@keyframes pa-tilt {
	0% {
		-webkit-transform: rotateZ(-15deg);
		transform: rotateZ(-15deg);
	}
	
	50% {
		-webkit-transform: rotateZ(15deg);
		transform: rotateZ(15deg);
	}
	
	100% {
		-webkit-transform: rotateZ(-15deg);
		transform: rotateZ(-15deg);
	}
}

@-webkit-keyframes pa-flip {
	0% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}
	
	50% {
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg);
	}
	
	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}
}

@keyframes pa-flip {
	0% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}
	
	50% {
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg);
	}
	
	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}
}

@-webkit-keyframes pa-wave {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	50% {
		-webkit-transform: translateY(-1rem);
		transform: translateY(-1rem);
	}
}

@keyframes pa-wave {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	50% {
		-webkit-transform: translateY(-1rem);
		transform: translateY(-1rem);
	}
}

@-webkit-keyframes pa-pop {
	0% {
		-webkit-transform: rotateZ(5deg) scale(.75) translateY(0);
		transform: rotateZ(5deg) scale(.75) translateY(0);
		opacity: .1;
	}
	
	50% {
		-webkit-transform: rotateZ(-5deg) scale(1) translateY(-.5em);
		transform: rotateZ(-5deg) scale(1) translateY(-.5em);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: rotateZ(5deg) scale(.75) translateY(0);
		transform: rotateZ(5deg) scale(.75) translateY(0);
		opacity: .1;
	}
}

@keyframes pa-pop {
	0% {
		-webkit-transform: rotateZ(5deg) scale(.75) translateY(0);
		transform: rotateZ(5deg) scale(.75) translateY(0);
		opacity: .1;
	}
	
	50% {
		-webkit-transform: rotateZ(-5deg) scale(1) translateY(-.5em);
		transform: rotateZ(-5deg) scale(1) translateY(-.5em);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: rotateZ(5deg) scale(.75) translateY(0);
		transform: rotateZ(5deg) scale(.75) translateY(0);
		opacity: .1;
	}
}

@-webkit-keyframes pa-lines {
	100% {
		stroke-dashoffset: -400;
	}
}

@keyframes pa-lines {
	100% {
		stroke-dashoffset: -400;
	}
}

@-webkit-keyframes pa-auto-fade {
	0% {
		opacity: 0;
	}
	
	20% {
		opacity: 1;
	}
	
	35% {
		opacity: 0;
	}
	
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes pa-shape-draw {
	0% {
		stroke-dasharray: 0 1500;
		opacity: 1;
	}
	
	100% {
		stroke-dasharray: 1500 1500;
		opacity: 1;
	}
}

@keyframes pa-shape-draw {
	0% {
		stroke-dasharray: 0 1500;
		opacity: 1;
	}
	
	100% {
		stroke-dasharray: 1500 1500;
		opacity: 1;
	}
}

@-webkit-keyframes pa-shape-hide {
	0% {
		stroke-dasharray: 1500 1500;
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-filter: blur(10px);
		filter: blur(10px);
	}
}

@keyframes pa-shape-hide {
	0% {
		stroke-dasharray: 1500 1500;
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-filter: blur(10px);
		filter: blur(10px);
	}
}

@-webkit-keyframes pa-reveal {
	0% {
		background-size: 0;
		background-position-y: 0;
	}
	
	10% {
		background-size: 30px;
		background-position-y: 0;
	}
	
	35%, 45% {
		background-position-y: 100%;
	}
	
	70% {
		background-size: 30px;
		background-position-y: 0;
	}
	
	100% {
		background-size: 200px;
	}
}

@keyframes pa-reveal {
	0% {
		background-size: 0;
		background-position-y: 0;
	}
	
	10% {
		background-size: 30px;
		background-position-y: 0;
	}
	
	35%, 45% {
		background-position-y: 100%;
	}
	
	70% {
		background-size: 30px;
		background-position-y: 0;
	}
	
	100% {
		background-size: 200px;
	}
}

@keyframes pa-auto-fade {
	0% {
		opacity: 0;
	}
	
	20% {
		opacity: 1;
	}
	
	35% {
		opacity: 0;
	}
	
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes pa-loading-bar {
	0% {
		width: 0;
	}
	
	100% {
		width: 100;
	}
}

@keyframes pa-loading-bar {
	0% {
		width: 0;
	}
	
	100% {
		width: 100;
	}
}

@-webkit-keyframes pa-zoom-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes pa-zoom-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes pa-zoom-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
		transform: translateZ(-100px);
	}
}

@keyframes pa-zoom-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
		transform: translateZ(-100px);
	}
}

@-webkit-keyframes pa-rotate-in {
	0% {
		opacity: 0;
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}
	
	35% {
		opacity: 0;
		-webkit-transform: rotateX(120deg);
		transform: rotateX(120deg);
	}
	
	65% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
}

@keyframes pa-rotate-in {
	0% {
		opacity: 0;
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}
	
	35% {
		opacity: 0;
		-webkit-transform: rotateX(120deg);
		transform: rotateX(120deg);
	}
	
	65% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
}

@-webkit-keyframes pa-rotate-out {
	0% {
		opacity: 1;
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}
	
	35% {
		opacity: 1;
		-webkit-transform: rotateX(-40deg);
		transform: rotateX(-40deg);
	}
	
	65% {
		opacity: 0;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}
}

@keyframes pa-rotate-out {
	0% {
		opacity: 1;
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}
	
	35% {
		opacity: 1;
		-webkit-transform: rotateX(-40deg);
		transform: rotateX(-40deg);
	}
	
	65% {
		opacity: 0;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}
}

.premium-separator-wrapper hr {
	border-bottom: none;
}

.premium-separator-solid .premium-separator-divider-left hr, .premium-separator-solid .premium-separator-divider-right hr {
	border-top-style: solid;
}

.premium-separator-double .premium-separator-divider-left hr, .premium-separator-double .premium-separator-divider-right hr {
	border-top-style: double;
}

.premium-separator-dashed .premium-separator-divider-left hr, .premium-separator-dashed .premium-separator-divider-right hr {
	border-top-style: dashed;
}

.premium-separator-dotted .premium-separator-divider-left hr, .premium-separator-dotted .premium-separator-divider-right hr {
	border-top-style: dotted;
}

.premium-separator-groove .premium-separator-divider-left hr, .premium-separator-groove .premium-separator-divider-right hr {
	border-top-style: groove;
}

.premium-separator-wrapper-separator {
	width: 100%;
	position: relative;
	display: table;
	box-sizing: border-box;
}

.premium-separator-wrapper-separator .premium-separator-wrapper-separator-divider {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.premium-separator-wrapper-separator .premium-separator-wrapper-separator-divider .premium-separator-inner {
	width: 100%;
}

.premium-separator-wrapper-separator .premium-separator-wrapper-separator-divider .premium-separator-left-side hr, .premium-separator-wrapper-separator .premium-separator-wrapper-separator-divider .premium-separator-right-side hr {
	margin: 0;
	border-top-width: 2px;
	border-top-color: #222;
	width: 100%;
	display: inline-block;
}

.premium-separator-wrapper-separator .premium-separator-divider-left, .premium-separator-wrapper-separator .premium-separator-divider-right, .premium-separator-wrapper-separator .premium-separator-icon-container {
	line-height: 0;
}

.premium-separator-wrapper-separator .premium-separator-img-icon {
	display: inline-block;
}

.premium-separator-wrapper-separator .premium-separator-icon-wrap i, .premium-separator-wrapper-separator .premium-separator-icon-wrap img {
	display: inline-block;
}

.premium-separator-wrapper-separator .premium-separator-img-icon img {
	max-width: none;
}

.premium-separator-wrapper-separator .premium-separator-icon i, .premium-separator-wrapper-separator .premium-separator-icon svg, .premium-separator-wrapper-separator .premium-separator-icon-text {
	margin: 0;
	border-color: #000;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.premium-separator-shadow .premium-separator-left-side hr, .premium-separator-shadow .premium-separator-right-side hr {
	height: 6px;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
	border: 0 !important;
}

.premium-separator-gradient .premium-separator-left-side hr, .premium-separator-gradient .premium-separator-right-side hr {
	height: 1px;
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	border: 0 !important;
}

.premium-separator-gradient .premium-separator-left-side hr {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.premium-separator-gradient .premium-separator-right-side hr {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

.premium-separator-curvedbot .premium-separator-left-side hr, .premium-separator-curvedbot .premium-separator-right-side hr {
	height: 1em;
	border-style: solid;
	border-color: #222;
	border-width: 1px 0 0 0;
}

.premium-separator-curvedbot .premium-separator-left-side hr {
	border-top-left-radius: 20px;
}

.premium-separator-curvedbot .premium-separator-right-side hr {
	border-top-right-radius: 20px;
}

.premium-separator-container.premium-separator-curvedbot .premium-separator-left-side hr, .premium-separator-container.premium-separator-curvedbot .premium-separator-right-side hr {
	border-bottom-width: 0 !important;
	border-top-width: 2px;
}

.premium-separator-curvedtop .premium-separator-left-side hr, .premium-separator-curvedtop .premium-separator-right-side hr {
	height: 1em;
	border-style: solid;
	border-color: #222;
	border-width: 1px 0 0 0;
}

.premium-separator-curvedtop .premium-separator-left-side hr {
	border-bottom-left-radius: 20px;
}

.premium-separator-curvedtop .premium-separator-right-side hr {
	border-bottom-right-radius: 20px;
}

.premium-separator-container.premium-separator-curvedtop .premium-separator-left-side hr, .premium-separator-container.premium-separator-curvedtop .premium-separator-right-side hr {
	border-top-width: 0 !important;
	border-bottom-width: 2px;
}

.premium-separator-custom .premium-separator-left-side hr, .premium-separator-custom .premium-separator-right-side hr {
	border-style: solid;
}

.premium-separator-content-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.premium-separator-icon-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 10px;
	margin-right: 10px;
}

.premium-separator-left-side svg, .premium-separator-right-side svg {
	width: 100%;
	height: 100%;
}

.premium-separator-right-side svg {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.premium-separator-divider-bg .premium-separator-left-side hr, .premium-separator-divider-bg .premium-separator-right-side hr {
	mask-image: var(--pa-divider-bg);
	-webkit-mask-image: var(--pa-divider-bg);
	border: 0 !important;
	height: 20px;
	background-color: #000;
}

.premium-separator-divider-bg.premium-bg-repeat-x .premium-separator-left-side hr, .premium-separator-divider-bg.premium-bg-repeat-x .premium-separator-right-side hr {
	-webkit-mask-repeat: repeat-x;
	mask-repeat: repeat-x;
}

.premium-separator-divider-bg:not(.premium-bg-repeat-x) .premium-separator-left-side hr, .premium-separator-divider-bg:not(.premium-bg-repeat-x) .premium-separator-right-side hr {
	-webkit-mask-repeat: round;
	mask-repeat: round;
}

.premium-separator-icon-wrap svg {
	width: 20px;
	height: 20px;
}

.premium-separator-icon-text {
	font-size: 15px;
	font-weight: 400;
	color: #222;
}

.premium-separator-divider-left, .premium-separator-divider-right {
	width: 100%;
}

.premium-bordered-top .premium-separator-left-side hr, .premium-bordered-top .premium-separator-right-side hr {
	border-width: 1px 0 0 0;
}

.premium-separator-container {
	padding: 15px 0;
}

.premium-separator-divider-left, .premium-separator-divider-right, .premium-separator-inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.premium-title-bg-text:before {
	position: absolute;
	content: attr(data-background);
	top: 0;
	left: 0;
	text-align: left;
}

.premium-bg-text-yes .elementor-widget-container:before {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}

.premium-mask-yes .premium-mask-span {
	position: relative;
	overflow: hidden;
	display: -webkit-inline-flex !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.premium-mask-yes .premium-mask-span::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.premium-button .premium-lottie-animation, .premium-image-button .premium-lottie-animation {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.premium-button svg:not(.premium-btn-svg), .premium-image-button svg:not(.premium-btn-svg) {
	width: 30px;
	height: 30px;
}

.premium-btn-block, .premium-btn-lg, .premium-btn-md, .premium-btn-sm {
	background-color: #eee;
	color: #042551;
	margin: 0;
	text-decoration: none;
}

.premium-btn-block:hover, .premium-btn-lg:hover, .premium-btn-md:hover, .premium-btn-sm:hover {
	background-color: #54595f;
	color: #eee;
}

div[class*=elementor-widget-premium] .premium-btn-sm {
	padding: 12px 24px;
	font-size: 14px;
	line-height: 1;
}

div[class*=elementor-widget-premium] .premium-btn-sm.premium-button-line6::after {
	padding: 12px 24px;
}

div[class*=elementor-widget-premium] .premium-btn-md {
	padding: 14px 26px;
	font-size: 16px;
	line-height: 1.2;
}

div[class*=elementor-widget-premium] .premium-btn-md.premium-button-line6::after {
	padding: 14px 26px;
}

div[class*=elementor-widget-premium] .premium-btn-lg {
	padding: 16px 28px;
	font-size: 18px;
	line-height: 1.3333;
}

div[class*=elementor-widget-premium] .premium-btn-lg.premium-button-line6::after {
	padding: 16px 28px;
}

div[class*=elementor-widget-premium] .premium-btn-block {
	font-size: 18px;
	line-height: 1;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

div[class*=elementor-widget-premium] .premium-btn-block.premium-button-line6::after {
	padding: 20px 0;
}

.premium-button-text {
	display: inline-block;
	width: 100%;
}

.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-radius: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
	transition: width .4s ease-in-out, height .4s ease-in-out;
}

.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg {
	width: 225%;
	height: 560px;
}

.premium-mouse-detect-yes .premium-button-style6:before {
	width: 0;
	height: 0;
}

.premium-loader {
	border: 3px solid #f3f3f3;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
	border-top-color: #bbb;
	border-radius: 50%;
	border-top: 3px solid;
	width: 30px;
	height: 30px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: 0 auto;
}

.premium-svg-drawer *, .premium-svg-nodraw * {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-property: stroke, fill, background-color !important;
	transition-property: stroke, fill, background-color !important;
}

.premium-svg-drawer .no-transition, .premium-svg-nodraw .no-transition {
	-webkit-transition: none !important;
	transition: none !important;
}

.premium-svg-drawer * {
	stroke-width: 15px;
	stroke: #000;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.premium-error-notice {
	width: 100%;
	padding: 10px;
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
	text-align: center;
}

.premium-error-notice a {
	color: #252c59;
}

.premium-addons__v-hidden {
	visibility: hidden;
	opacity: 0;
}

.premium-loading-feed {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
}

.premium-loading-feed.premium-show-loading {
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	text-align: center;
	z-index: 10;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .5s;
	transition: .5s;
}

.tooltipster-sidetip .tooltipster-content {
	background: 0 0;
	text-align: center;
	padding: 0;
}

.premium-tooltipster-base .tooltipster-content {
	padding: .3em .6em;
	border-radius: 2px;
}

.premium-tooltipster-base .tooltipster-box {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.premium-btn-block, .premium-btn-lg, .premium-btn-md, .premium-btn-sm {
	background-color: #eee;
	color: #042551;
	margin: 0;
	text-decoration: none;
}

.premium-btn-block:hover, .premium-btn-lg:hover, .premium-btn-md:hover, .premium-btn-sm:hover {
	background-color: #54595f;
	color: #eee;
}

div[class*=elementor-widget-premium] .premium-btn-sm {
	padding: 12px 24px;
	font-size: 14px;
	line-height: 1;
}

div[class*=elementor-widget-premium] .premium-btn-md {
	padding: 14px 26px;
	font-size: 16px;
	line-height: 1.2;
}

div[class*=elementor-widget-premium] .premium-btn-lg {
	padding: 16px 28px;
	font-size: 18px;
	line-height: 1.3333;
}

div[class*=elementor-widget-premium] .premium-btn-block {
	font-size: 18px;
	line-height: 1;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.premium-icon-box-icon svg *, .premium-svg-drawer *, .premium-svg-nodraw * {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-property: stroke, fill, background-color;
	transition-property: stroke, fill, background-color;
}

.premium-icon-box-icon svg .no-transition, .premium-svg-drawer .no-transition, .premium-svg-nodraw .no-transition {
	-webkit-transition: none !important;
	transition: none !important;
}

.premium-addons__v-hidden {
	visibility: hidden;
	opacity: 0;
}
