
.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);
	}
}

.eb-testimonial-wrapper {
	display: flex;
	flex-direction: row;
}

.eb-testimonial-container {
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex: 1;
	flex-direction: column;
	position: relative;
	text-align: center;
	word-break: break-all;
}

.eb-avatar-container {
	display: flex;
}

.eb-avatar-style {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	height: 100px;
	margin: 0 auto;
	width: 100px;
}

.eb-testimonial-quote-style {
	background-position: "left";
	background-repeat: "no-repeat";
	padding-left: 10px;
	padding-right: 10px;
}

.eb-description-container {
	display: flex;
	flex-direction: row;
}

.eb-userinfo-container {
	display: flex;
	flex-direction: column;
}

.eb-testimonial-wrapper .eb-userinfo-container > * {
	margin: 0 0 5px;
}

.eb-img-placeholder {
	background-color: gray;
}

.eb-testimonial-image {
	background: #e3e3e3 !important;
	border-radius: 50% !important;
	display: inline !important;
	height: 100px;
	width: 100px;
}

.eb-testimonial-background-upload {
	background: #e3e3e3;
	color: #666;
	display: inline-block;
	height: 100px;
	width: 100%;
}

.eb-testimonial-rating i {
	color: #d8d8d8;
}

.eb-testimonial-wrapper.layout-preset-2 .image-container {
	position: relative;
	z-index: 9999;
}

.eb-testimonial-wrapper.layout-preset-2 .image-container:before {
	border-radius: 50%;
	content: "";
	left: 0;
	position: absolute;
	top: 7px;
	z-index: -1px;
}

.eb-testimonial-wrapper.layout-preset-2 .image-container .eb-avatar-style, .eb-testimonial-wrapper.layout-preset-2 .image-container .eb-testimonial-image {
	border: 3px solid #fff;
	height: 55px;
	margin-left: 20px;
	position: relative;
	width: 55px;
	z-index: 9999;
}

.eb-image-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.eb-image-wrapper figcaption {
	text-align: center;
}

.eb-image-wrapper .eb-image-wrapper-inner {
	height: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.eb-image-wrapper .eb-image-wrapper-inner div, .eb-image-wrapper .eb-image-wrapper-inner img {
	height: 100%;
	transition: transform .3s;
	width: 100%;
}

.eb-image-wrapper .eb-image-link {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-style-triangle {
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-style-rhombus {
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-style-octagon {
	clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-style-circle {
	border-radius: 50%;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-style-square {
	border-radius: 0;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-style-rounded {
	border-radius: 15px;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-left.eb-caption-vertical-top figcaption {
	bottom: auto;
	left: 0;
	top: 0;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-left.eb-caption-vertical-middle figcaption {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-left.eb-caption-vertical-bottom figcaption {
	bottom: 0;
	left: 0;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-center.eb-caption-vertical-top figcaption {
	bottom: auto;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-center.eb-caption-vertical-middle figcaption {
	bottom: auto !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-center.eb-caption-vertical-bottom figcaption {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-right.eb-caption-vertical-top figcaption {
	bottom: auto;
	right: 0;
	top: 0;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-right.eb-caption-vertical-middle figcaption {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1.eb-caption-horizontal-right.eb-caption-vertical-bottom figcaption {
	bottom: 0;
	right: 0;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1 figcaption {
	background: #f9fafb;
	bottom: 0;
	box-sizing: border-box;
	color: #101828;
	overflow: hidden;
	position: absolute;
	transition: max-height .3s ease-out;
	width: 100%;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-2 {
	display: flex;
	flex-direction: column;
}

.eb-image-wrapper > figcaption.eb-image-caption-wrap {
	box-sizing: border-box;
	min-width: 100%;
	overflow-wrap: anywhere;
	width: -webkit-fill-available;
	width: -moz-available;
	width: stretch;
}

.eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-2.top ~ figcaption.eb-image-caption-wrap {
	order: -1;
}

.eb-parent-wrapper[data-clickable=true] {
	cursor: pointer;
	transition: opacity .2s ease;
}

.eb-parent-wrapper[data-clickable=true]:hover {
	opacity: .9;
}

.eb-parent-wrapper[data-clickable=true]:focus {
	outline: 2px solid #007cba;
	outline-offset: 2px;
}

.eb-parent-wrapper[data-clickable=true] a {
	cursor: pointer;
}

.wp-block-essential-blocks-infobox .eb-parent-wrapper {
	position: relative;
}

div.eb-infobox-wrapper {
	overflow: hidden;
}

div.eb-infobox-wrapper .infobox-wrapper-inner {
	display: flex;
	position: relative;
}

div.eb-infobox-wrapper .infobox-wrapper-inner .icon-img-wrapper {
	max-width: 100%;
}

div.eb-infobox-wrapper .infobox-wrapper-inner img {
	display: inline-block;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

div.eb-infobox-wrapper .icon-img-wrapper {
	overflow: hidden;
}

div.eb-infobox-wrapper .eb-infobox-image-wrapper {
	display: flex;
	overflow: hidden;
}

div.eb-infobox-wrapper .description, div.eb-infobox-wrapper .subtitle, div.eb-infobox-wrapper .title {
	margin: 0;
	padding: 10px 0;
}

div.eb-infobox-wrapper a {
	text-decoration: none;
}

div.eb-infobox-wrapper .contents-wrapper .infobox-btn:hover:before {
	opacity: 1;
}

div.eb-infobox-wrapper .contents-wrapper .eb-button-anchor {
	align-items: center;
	display: flex;
}

div.eb-infobox-wrapper .contents-wrapper .eb-button-anchor span, div.eb-infobox-wrapper .contents-wrapper .eb-button-anchor svg {
	line-height: 0;
}

div.eb-infobox-wrapper .eb-image-caption-wrap {
	line-height: 1;
	padding: 15px;
}

.eb-infobox-btn-wrapper {
	position: relative;
}
