
.wp-block-gutenkit-heading, .wp-block-gutenkit-heading.gkit-heading-has-border .gkit-heading-title {
	position: relative;
}

.wp-block-gutenkit-heading.gkit-heading-has-border .gkit-heading-title:before {
	background: linear-gradient(180deg, #ff512f, #dd2476);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	width: 4px;
}

.wp-block-gutenkit-heading.gkit-heading-has-border.gkit-heading-border-position-end .gkit-heading-title:before {
	left: auto;
	right: 0;
}

.wp-block-gutenkit-heading .external-link {
	text-decoration: none;
}

.wp-block-gutenkit-heading .gkit-heading-title {
	margin: 0 0 20px;
	position: relative;
	transition: all .3s ease-in-out;
	z-index: 1;
}

.wp-block-gutenkit-heading .gkit-heading-title strong {
	font-weight: 900;
	transition: color .3s ease-in-out;
}

.wp-block-gutenkit-heading .gkit-heading-title strong a {
	transition: all var(--gutenkit-preset-global-transition_duration, .4s) var(--gutenkit-preset-global-transition_timing_function, ease);
}

.wp-block-gutenkit-heading .gkit-heading-title.gkit-heading-title-text-fill strong {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(-35deg, #2575fc, #6a11cb);
	color: #2575fc;
}

.wp-block-gutenkit-heading .gkit-heading-subtitle {
	margin: 8px 0 16px;
}

.wp-block-gutenkit-heading .gkit-heading-subtitle-has-border {
	display: inline-block;
}

.wp-block-gutenkit-heading .gkit-heading-subtitle-has-border:after, .wp-block-gutenkit-heading .gkit-heading-subtitle-has-border:before {
	background-color: #d7d7d7;
	content: "";
	display: inline-block;
	height: 3px;
	vertical-align: middle;
	width: 40px;
}

.wp-block-gutenkit-heading .gkit-heading-subtitle-has-border:before {
	margin-right: 15px;
}

.wp-block-gutenkit-heading .gkit-heading-subtitle-has-border:after {
	margin-left: 15px;
}

.wp-block-gutenkit-heading .gkit-heading-subtitle-has-outline:not(.gkit-heading-subtitle-has-border) {
	border: 2px solid #d7d7d7;
	display: inline-block;
}

.wp-block-gutenkit-heading .gkit-heading-subtitle-has-text-fill {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(-35deg, #2575fc, #6a11cb);
	color: #2575fc;
}

.wp-block-gutenkit-heading .gkit-heading-shadow-text {
	color: transparent;
	font-family: Archivo, sans-serif;
	font-size: 90px;
	font-weight: 700;
	letter-spacing: -6px;
	line-height: 120px;
	position: absolute;
	white-space: nowrap;
	z-index: 0;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: hsla(0, 0%, 6%, .1);
	transform: translate(-50%, -50%);
}

.wp-block-gutenkit-heading .gkit-heading-separetor-style-none {
	display: none;
}

.wp-block-gutenkit-heading .gkit-heading-separetor-divider {
	background: currentColor;
	border-radius: 2px;
	box-sizing: border-box;
	color: #2575fc;
	height: 4px;
	margin-left: 27px;
	position: relative;
	width: 30px;
}

.wp-block-gutenkit-heading .gkit-heading-separetor-divider:before {
	background-color: currentColor;
	border-radius: 50%;
	box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
	content: "";
	display: inline-block;
	height: 4px;
	left: -27px;
	position: absolute;
	top: 0;
	width: 4px;
}

.wp-block-gutenkit-heading .gkit-heading-separetor.gkit-heading-separetor-style-dotted .gkit-heading-separetor-divider {
	width: 100px;
}

.wp-block-gutenkit-heading .gkit-heading-separetor.gkit-heading-separetor-style-solid .gkit-heading-separetor-divider {
	background: currentColor;
	border-radius: 0;
	margin-left: 0;
	width: 150px;
}

.wp-block-gutenkit-heading .gkit-heading-separetor.gkit-heading-separetor-style-solid .gkit-heading-separetor-divider:before {
	display: none;
}

.wp-block-gutenkit-heading .gkit-heading-separetor.gkit-heading-separetor-style-solid-star .gkit-heading-separetor-divider {
	background: #2575fc;
	background: linear-gradient(90deg, currentColor, currentColor 38%, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 62%, currentColor 0, currentColor);
	color: #2575fc;
	height: 2px;
	margin-left: 0;
	position: relative;
	width: 135px;
}

.wp-block-gutenkit-heading .gkit-heading-separetor.gkit-heading-separetor-style-solid-star .gkit-heading-separetor-divider:before {
	display: none;
}

.wp-block-gutenkit-heading .gkit-heading-separetor.gkit-heading-separetor-style-solid-star .gkit-heading-separetor-divider:after {
	background-color: currentColor;
	content: "";
	height: 14.3px;
	left: 50%;
	position: absolute;
	top: 0;
	top: -7.15px;
	transform: translateX(-50%) rotate(45deg);
	width: 14.3px;
}

.wp-block-gutenkit-heading .gkit-heading-separetor.gkit-heading-separetor-style-solid-bullet .gkit-heading-separetor-divider {
	background: #2575fc;
	background: linear-gradient(90deg, currentColor, currentColor 38%, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 62%, currentColor 0, currentColor);
	color: #2575fc;
	height: 2px;
	margin-left: 0;
	position: relative;
	width: 100px;
}

.wp-block-gutenkit-heading .gkit-heading-separetor.gkit-heading-separetor-style-solid-bullet .gkit-heading-separetor-divider:before {
	display: none;
}

.wp-block-gutenkit-heading .gkit-heading-separetor.gkit-heading-separetor-style-solid-bullet .gkit-heading-separetor-divider:after {
	background-color: currentColor;
	border-radius: 50%;
	content: "";
	height: 14.3px;
	left: 50%;
	position: absolute;
	top: 0;
	top: -7.15px;
	transform: translateX(-50%);
	width: 14.3px;
}

.wp-block-gutenkit-heading .gkit-heading-description {
	display: inline-block;
}

.wp-block-gutenkit-heading .gkit-heading-description p {
	margin: 0;
}

.wp-block-gutenkit-heading.has-text-align-center .gkit-heading-separetor-divider {
	margin: 0 auto !important;
}

.wp-block-gutenkit-heading.has-text-align-right .gkit-heading-separetor-divider {
	margin-left: auto !important;
}
