
.wp-block-essential-blocks-wrapper {
	margin-block-start: 0;
}

.eb-row-wrapper * {
	box-sizing: border-box;
}

.eb-row-wrapper:not(.for-editor-page) {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
}

.eb-row-wrapper:not(.for-editor-page)>.eb-row-inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: auto;
	max-width: none !important;
	position: relative;
	width: auto !important;
}

.eb-row-root-container>div.eb-row-wrapper:not(.for-editor-page)>div.eb-row-inner>div.eb-column-wrapper>div.eb-column-inner>div:not(.eb-instagram-wrapper):not(.eb-toc-container), .wp-block-essential-blocks-row {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.eb-row-root-container>.eb-row-wrapper:not(.for-editor-page)>.eb-row-inner>.eb-column-wrapper {
	box-sizing: border-box;
}

@media (max-width:1024px) {
	.eb-row-wrapper:not(.for-editor-page)>.eb-row-inner {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}

.eb-advance-heading-wrapper a {
	color: inherit;
}

.eb-advance-heading-wrapper>* {
	transition: all .3s ease-in-out;
}

.eb-advance-heading-wrapper .eb-ah-title>* {
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.eb-advance-heading-wrapper .eb-ah-title a {
	text-decoration: none;
}

.eb-advance-heading-wrapper.marquee {
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.eb-advance-heading-wrapper.marquee .eb-ah-title {
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-name: marquee;
	animation-timing-function: linear;
	display: inline-block;
}

.eb-advance-heading-wrapper.marquee .eb-ah-title>* {
	white-space: nowrap !important;
}

.eb-advance-heading-wrapper.marquee .eb-ah-title:hover {
	animation-play-state: paused;
}

.eb-advance-heading-wrapper.waviy .eb-ah-title {
	-webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, .3));
	line-height: 1.5em;
}

.eb-advance-heading-wrapper.waviy .eb-ah-title>:not(a) {
	animation: waviy 1s;
	display: inline-block;
}

.eb-advance-heading-wrapper.waviy .eb-ah-title>:not(a):nth-child(2) {
	animation-delay: 1s;
}

.eb-advance-heading-wrapper.waviy .eb-ah-title>:not(a):nth-child(3) {
	animation-delay: 2s;
}

.eb-advance-heading-wrapper.waviy .eb-ah-title a {
	-webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, .3));
	line-height: 1.5em;
}

.eb-advance-heading-wrapper.waviy .eb-ah-title a>* {
	animation: waviy 1s;
	display: inline-block;
}

.eb-advance-heading-wrapper.waviy .eb-ah-title a>:nth-child(2) {
	animation-delay: 1s;
}

.eb-advance-heading-wrapper.waviy .eb-ah-title a>:nth-child(3) {
	animation-delay: 2s;
}

.eb-advance-heading-wrapper .eb-ah-separator.icon>* {
	font-size: inherit;
}

.eb-advance-heading-wrapper .eb-ah-separator.icon svg {
	display: block;
	height: 1em;
	position: relative;
	width: 1em;
}

@keyframes marquee {
	0% {
		transform: translateX(100%);
	}
	
	to {
		transform: translateX(-100%);
	}
}

@keyframes waviy {
	0% {
		transform: translateY(0);
	}
	
	50% {
		transform: translateY(-20px);
	}
	
	to {
		transform: translateY(0);
	}
}
