
body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	height: 100%;
	left: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	text-align: center;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide--image {
	overflow: visible;
	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px 6px 0;
}

.fancybox-slide--iframe {
	padding: 44px 44px 0;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 6px;
	max-width: 100%;
	overflow: auto;
	padding: 0;
	padding: 24px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	left: 0;
	margin: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image, .fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--html .fancybox-content {
	margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
	height: 100%;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
	height: -webkit-calc(100% - 44px);
	height: calc(100% - 44px);
	margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
	background: 0 0;
	border: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	vertical-align: top;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	outline: 0;
	padding: 10px;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
	color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
}

.fancybox-button svg {
	display: block;
	overflow: visible;
	position: relative;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
	fill: currentColor;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
	height: 38px;
	opacity: 0;
	padding: 6px;
	position: absolute;
	top: 50%;
	width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
	-webkit-transition: opacity .25s, visibility 0s, color .25s;
	transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button:after {
	content: "";
	left: -25px;
	padding: 50px;
	position: absolute;
	top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 6px;
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #555;
	cursor: pointer;
	height: 44px;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	z-index: 10;
}

.fancybox-close-small svg {
	fill: transparent;
	opacity: .8;
	stroke: currentColor;
	stroke-width: 1.5;
	-webkit-transition: stroke .1s;
	transition: stroke .1s;
}

.fancybox-close-small:focus {
	outline: 0;
}

.fancybox-close-small:hover svg {
	opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
	color: #ccc;
	padding: 5px;
	right: -12px;
	top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
	background: 0 0;
	color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0;
}

.fancybox-caption:before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC");
	background-repeat: repeat-x;
	-webkit-background-size: contain;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1;
}

.fancybox-caption:after {
	border-bottom: 1px solid hsla(0, 0%, 100%, .3);
	content: "";
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: 0 0;
	border: 6px solid hsla(0, 0%, 39%, .5);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: .6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999;
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	-ms-transform: rotate(-1turn);
	transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

.fancybox-share {
	background: #f4f4f4;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #fff;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs>ul {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x>ul {
	overflow: hidden;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.fancybox-thumbs>ul>li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: -webkit-calc(100% - 8px);
	max-height: calc(100% - 8px);
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs>ul>li {
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.fancybox-thumbs>ul>li:before {
	border: 4px solid #4ea7f9;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
	opacity: 1;
}

@media (max-width:800px) {
	.fancybox-thumbs {
		width: 110px;
	}
	
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	
	.fancybox-thumbs>ul>li {
		max-width: -webkit-calc(100% - 10px);
		max-width: calc(100% - 10px);
	}
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp, .pswp__bg, .pswp__scroll-wrap {
	height: 100%;
	width: 100%;
}

.pswp__bg {
	will-change: opacity;
}

.pswp, .pswp__item, .pswp__scroll-wrap {
	overflow: hidden;
	top: 0;
	position: absolute;
	left: 0;
}

.pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp, .pswp__bg, .pswp__error-msg, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap {
	position: absolute;
}

.pswp {
	display: none;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	outline: 0;
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.pswp__container, .pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container, .pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp__bg {
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__item {
	right: 0;
	bottom: 0;
}

.pswp__img {
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc;
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp--supports-fs .pswp__button--fs, .pswp__button {
	display: block;
}

.pswp__share-tooltip a, .pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right, .pswp__caption--fake {
	visibility: hidden;
}

.pswp__button {
	position: relative;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover, .pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button:active {
	outline: 0;
	opacity: .9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background: url("https://sirion.tech/wp-content/plugins/responsive-addons-for-elementor/assets/lib/photoswipe/default-skin.png") 0 0/264px 88px no-repeat;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx) {
	.pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
		background-image: url("https://sirion.tech/wp-content/plugins/responsive-addons-for-elementor/assets/lib/photoswipe/default-skin.svg");
	}
	
	.pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
		background: 0 0;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
	background: 0 0;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	content: "";
	top: 35px;
	background-color: rgba(0, 0, 0, .3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__counter, .pswp__preloader {
	height: 44px;
	top: 0;
	position: absolute;
}

.pswp__caption--empty, .pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff;
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d;
}

a.pswp__share--download:hover {
	background: #ddd;
}

.pswp__counter {
	left: 0;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: .75;
	padding: 0 10px;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb;
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc;
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__ui {
	visibility: visible;
}

.pswp__preloader {
	width: 44px;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp--css_animation .pswp__preloader--active, .pswp__preloader--active, .pswp__ui {
	opacity: 1;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url("https://sirion.tech/wp-content/plugins/responsive-addons-for-elementor/assets/lib/photoswipe/preloader.gif") no-repeat;
}

.pswp__preloader--active .pswp__preloader__icn.nitro-lazy {
	background: none !important;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: .5s linear infinite clockwise;
	animation: .5s linear infinite clockwise;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: 1s cubic-bezier(.4, 0, .22, 1) infinite donut-rotate;
	animation: 1s cubic-bezier(.4, 0, .22, 1) infinite donut-rotate;
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0;
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

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

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

@-webkit-keyframes donut-rotate {
	0%, 100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
}

@keyframes donut-rotate {
	0%, 100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp__caption, .pswp__top-bar {
	background-color: rgba(0, 0, 0, .5);
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, .3);
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right, .pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
	opacity: .001;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}

@keyframes plyr-progress {
	to {
		background-position: 25px 0;
		background-position: var(--plyr-progress-loading-size, 25px) 0;
	}
}

@keyframes plyr-popup {
	0% {
		opacity: .5;
		transform: translateY(10px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes plyr-fade-in {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.plyr {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	align-items: center;
	direction: ltr;
	display: flex;
	flex-direction: column;
	font-family: inherit;
	font-family: var(--plyr-font-family, inherit);
	font-variant-numeric: tabular-nums;
	font-weight: 400;
	font-weight: var(--plyr-font-weight-regular, 400);
	height: 100%;
	line-height: 1.7;
	line-height: var(--plyr-line-height, 1.7);
	max-width: 100%;
	min-width: 200px;
	position: relative;
	text-shadow: none;
	transition: box-shadow .3s ease;
	z-index: 0;
}

.plyr audio, .plyr iframe, .plyr video {
	display: block;
	height: 100%;
	width: 100%;
}

.plyr button {
	font: inherit;
	line-height: inherit;
	width: auto;
}

.plyr:focus {
	outline: 0;
}

.plyr--full-ui {
	box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
	box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
	touch-action: manipulation;
}

.plyr__badge {
	background: #4a5464;
	background: var(--plyr-badge-background, #4a5464);
	border-radius: 2px;
	border-radius: var(--plyr-badge-border-radius, 2px);
	color: #fff;
	color: var(--plyr-badge-text-color, #fff);
	font-size: 9px;
	font-size: var(--plyr-font-size-badge, 9px);
	line-height: 1;
	padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
	display: none;
}

.plyr__captions {
	animation: plyr-fade-in .3s ease;
	bottom: 0;
	display: none;
	font-size: 13px;
	font-size: var(--plyr-font-size-small, 13px);
	left: 0;
	padding: 10px;
	padding: var(--plyr-control-spacing, 10px);
	position: absolute;
	text-align: center;
	transition: transform .4s ease-in-out;
	width: 100%;
}

.plyr__captions span:empty {
	display: none;
}

@media (min-width:480px) {
	.plyr__captions {
		font-size: 15px;
		font-size: var(--plyr-font-size-base, 15px);
		padding: calc(10px * 2);
		padding: calc(var(--plyr-control-spacing, 10px) * 2);
	}
}

@media (min-width:768px) {
	.plyr__captions {
		font-size: 18px;
		font-size: var(--plyr-font-size-large, 18px);
	}
}

.plyr--captions-active .plyr__captions {
	display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
	transform: translateY(calc(10px * -4));
	transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
	background: rgba(0, 0, 0, .8);
	background: var(--plyr-captions-background, rgba(0, 0, 0, .8));
	border-radius: 2px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	color: #fff;
	color: var(--plyr-captions-text-color, #fff);
	line-height: 185%;
	padding: .2em .5em;
	white-space: pre-wrap;
}

.plyr__caption div {
	display: inline;
}

.plyr__control {
	background: 0 0;
	border: 0;
	border-radius: 3px;
	border-radius: var(--plyr-control-radius, 3px);
	color: inherit;
	cursor: pointer;
	flex-shrink: 0;
	overflow: visible;
	padding: calc(10px * .7);
	padding: var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7));
	position: relative;
	transition: all .3s ease;
}

.plyr__control svg {
	display: block;
	fill: currentColor;
	height: 18px;
	height: var(--plyr-control-icon-size, 18px);
	pointer-events: none;
	width: 18px;
	width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
	outline: 0;
}

.plyr__control.plyr__tab-focus {
	outline-color: #00b3ff;
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px;
}

a.plyr__control {
	text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
	display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
	display: none;
}

.plyr--full-ui ::-webkit-media-controls {
	display: none;
}

.plyr__controls {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	text-align: center;
}

.plyr__controls .plyr__progress__container {
	flex: 1;
	min-width: 0;
}

.plyr__controls .plyr__controls__item {
	margin-left: calc(10px / 4);
	margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
	margin-left: 0;
	margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
	padding-left: calc(10px / 4);
	padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
	padding: 0 calc(10px / 2);
	padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time+.plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
	padding-left: 0;
}

.plyr__controls:empty {
	display: none;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
	display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
	display: inline-block;
}

.plyr__menu {
	display: flex;
	position: relative;
}

.plyr__menu .plyr__control svg {
	transition: transform .3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
	transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
	display: none;
}

.plyr__menu__container {
	animation: plyr-popup .2s ease;
	background: rgba(255, 255, 255, .9);
	background: var(--plyr-menu-background, rgba(255, 255, 255, .9));
	border-radius: 4px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, .15));
	color: #4a5464;
	color: var(--plyr-menu-color, #4a5464);
	font-size: 15px;
	font-size: var(--plyr-font-size-base, 15px);
	margin-bottom: 10px;
	position: absolute;
	right: -3px;
	text-align: left;
	white-space: nowrap;
	z-index: 3;
}

.plyr__menu__container>div {
	overflow: hidden;
	transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1);
}

.plyr__menu__container::after {
	border: 4px solid transparent;
	border: var(--plyr-menu-arrow-size, 4px) solid transparent;
	border-top-color: rgba(255, 255, 255, .9);
	border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, .9));
	content: "";
	height: 0;
	position: absolute;
	right: calc(( ( 18px / 2 ) + calc(10px * .7) ) - ( 4px / 2 ));
	right: calc(( ( var(--plyr-control-icon-size, 18px) / 2 ) + var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) ) - ( var(--plyr-menu-arrow-size, 4px) / 2 ));
	top: 100%;
	width: 0;
}

.plyr__menu__container [role=menu] {
	padding: calc(10px * .7);
	padding: var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7));
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
	margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
	margin-top: 0;
}

.plyr__menu__container .plyr__control {
	align-items: center;
	color: #4a5464;
	color: var(--plyr-menu-color, #4a5464);
	display: flex;
	font-size: 13px;
	font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
	padding-bottom: calc(calc(10px * .7) / 1.5);
	padding-bottom: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) / 1.5);
	padding-left: calc(calc(10px * .7) * 1.5);
	padding-left: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) * 1.5);
	padding-right: calc(calc(10px * .7) * 1.5);
	padding-right: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) * 1.5);
	padding-top: calc(calc(10px * .7) / 1.5);
	padding-top: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) / 1.5);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.plyr__menu__container .plyr__control>span {
	align-items: inherit;
	display: flex;
	width: 100%;
}

.plyr__menu__container .plyr__control::after {
	border: 4px solid transparent;
	border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
	padding-right: calc(calc(10px * .7) * 4);
	padding-right: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) * 4);
}

.plyr__menu__container .plyr__control--forward::after {
	border-left-color: #728197;
	border-left-color: var(--plyr-menu-arrow-color, #728197);
	right: calc(( calc(10px * .7) * 1.5 ) - 4px);
	right: calc(( var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) * 1.5 ) - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
	border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
	font-weight: 400;
	font-weight: var(--plyr-font-weight-regular, 400);
	margin: calc(10px * .7);
	margin: var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7));
	margin-bottom: calc(calc(10px * .7) / 2);
	margin-bottom: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) / 2);
	padding-left: calc(calc(10px * .7) * 4);
	padding-left: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) * 4);
	position: relative;
	width: calc(100% - ( calc(10px * .7) * 2 ));
	width: calc(100% - ( var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) * 2 ));
}

.plyr__menu__container .plyr__control--back::after {
	border-right-color: #728197;
	border-right-color: var(--plyr-menu-arrow-color, #728197);
	left: calc(( calc(10px * .7) * 1.5 ) - 4px);
	left: calc(( var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) * 1.5 ) - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back::before {
	background: #dcdfe5;
	background: var(--plyr-menu-back-border-color, #dcdfe5);
	box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
	content: "";
	height: 1px;
	left: 0;
	margin-top: calc(calc(10px * .7) / 2);
	margin-top: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) / 2);
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
	border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
	padding-left: calc(10px * .7);
	padding-left: var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7));
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
	border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
	background: rgba(0, 0, 0, .1);
	content: "";
	display: block;
	flex-shrink: 0;
	height: 16px;
	margin-right: 10px;
	margin-right: var(--plyr-control-spacing, 10px);
	transition: all .3s ease;
	width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
	background: #fff;
	border: 0;
	height: 6px;
	left: 12px;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%) scale(0);
	transition: transform .3s ease, opacity .3s ease;
	width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
	background: #00b3ff;
	background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
	background: rgba(35, 40, 47, .1);
}

.plyr__menu__container .plyr__menu__value {
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: calc(( calc(10px * .7) - 2 ) * -1);
	margin-right: calc(( var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) - 2 ) * -1);
	overflow: hidden;
	padding-left: calc(calc(10px * .7) * 3.5);
	padding-left: calc(var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)) * 3.5);
	pointer-events: none;
}

.plyr--full-ui input[type=range] {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: calc(13px * 2);
	border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
	color: #00b3ff;
	color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	display: block;
	height: calc(( 3px * 2 ) + 13px);
	height: calc(( var(--plyr-range-thumb-active-shadow-width, 3px) * 2 ) + var(--plyr-range-thumb-height, 13px));
	margin: 0;
	padding: 0;
	transition: box-shadow .3s ease;
	width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
	background: 0 0;
	border: 0;
	border-radius: calc(5px / 2);
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	-webkit-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-webkit-user-select: none;
	user-select: none;
	background-image: linear-gradient(to right, currentColor 0, transparent 0);
	background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
	background: #fff;
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
	height: 13px;
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 13px;
	width: var(--plyr-range-thumb-height, 13px);
	-webkit-appearance: none;
	margin-top: calc(( ( 13px - 5px ) / 2 ) * -1);
	margin-top: calc(( ( var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px) ) / 2 ) * -1);
}

.plyr--full-ui input[type=range]::-moz-range-track {
	background: 0 0;
	border: 0;
	border-radius: calc(5px / 2);
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	-moz-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
	background: #fff;
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
	height: 13px;
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	width: 13px;
	width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
	background: currentColor;
	border-radius: calc(5px / 2);
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
	background: 0 0;
	border: 0;
	border-radius: calc(5px / 2);
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none;
	color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
	background: 0 0;
	border: 0;
	border-radius: calc(5px / 2);
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
	background: 0 0;
	border: 0;
	border-radius: calc(5px / 2);
	border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-ms-user-select: none;
	user-select: none;
	background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
	background: #fff;
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
	height: 13px;
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	width: 13px;
	width: var(--plyr-range-thumb-height, 13px);
	margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
	display: none;
}

.plyr--full-ui input[type=range]:focus {
	outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
	border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
	outline-color: #00b3ff;
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
	outline-color: #00b3ff;
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
	outline-color: #00b3ff;
	outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	outline-offset: 2px;
	outline-style: dotted;
	outline-width: 3px;
}

.plyr__poster {
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .2s ease;
	width: 100%;
	z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
	opacity: 1;
}

.plyr__time {
	font-size: 13px;
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time+.plyr__time::before {
	content: "⁄";
	margin-right: 10px;
	margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width:calc(768px - 1)) {
	.plyr__time+.plyr__time {
		display: none;
	}
}

.plyr__tooltip {
	background: rgba(255, 255, 255, .9);
	background: var(--plyr-tooltip-background, rgba(255, 255, 255, .9));
	border-radius: 3px;
	border-radius: var(--plyr-tooltip-radius, 3px);
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
	color: #4a5464;
	color: var(--plyr-tooltip-color, #4a5464);
	font-size: 13px;
	font-size: var(--plyr-font-size-small, 13px);
	font-weight: 400;
	font-weight: var(--plyr-font-weight-regular, 400);
	left: 50%;
	line-height: 1.3;
	margin-bottom: calc(calc(10px / 2) * 2);
	margin-bottom: calc(var(--plyr-tooltip-padding, calc(var(--plyr-control-spacing, 10px) / 2)) * 2);
	opacity: 0;
	padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
	padding: var(--plyr-tooltip-padding, calc(var(--plyr-control-spacing, 10px) / 2)) calc(var(--plyr-tooltip-padding, calc(var(--plyr-control-spacing, 10px) / 2)) * 1.5);
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, 10px) scale(.8);
	transform-origin: 50% 100%;
	transition: transform .2s .1s ease, opacity .2s .1s ease;
	white-space: nowrap;
	z-index: 2;
}

.plyr__tooltip::before {
	border-left: 4px solid transparent;
	border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-right: 4px solid transparent;
	border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-top: 4px solid rgba(255, 255, 255, .9);
	border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, .9));
	bottom: calc(4px * -1);
	bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
	opacity: 1;
	transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
	z-index: 3;
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip, .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
	left: 0;
	transform: translate(0, 10px) scale(.8);
	transform-origin: 0 100%;
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip::before, .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before {
	left: calc(( 18px / 2 ) + calc(10px * .7));
	left: calc(( var(--plyr-control-icon-size, 18px) / 2 ) + var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)));
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
	left: auto;
	right: 0;
	transform: translate(0, 10px) scale(.8);
	transform-origin: 100% 100%;
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip::before {
	left: auto;
	right: calc(( 18px / 2 ) + calc(10px * .7));
	right: calc(( var(--plyr-control-icon-size, 18px) / 2 ) + var(--plyr-control-padding, calc(var(--plyr-control-spacing, 10px) * .7)));
	transform: translateX(50%);
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible, .plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible, .plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip, .plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:first-child:hover .plyr__tooltip, .plyr__controls>.plyr__control:last-child .plyr__tooltip--visible, .plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
	transform: translate(0, 0) scale(1);
}

.plyr__progress {
	left: calc(13px * .5);
	left: calc(var(--plyr-range-thumb-height, 13px) * .5);
	margin-right: 13px;
	margin-right: var(--plyr-range-thumb-height, 13px);
	position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
	margin-left: calc(13px * -.5);
	margin-left: calc(var(--plyr-range-thumb-height, 13px) * -.5);
	margin-right: calc(13px * -.5);
	margin-right: calc(var(--plyr-range-thumb-height, 13px) * -.5);
	width: calc(100% + 13px);
	width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
	position: relative;
	z-index: 2;
}

.plyr__progress .plyr__tooltip {
	font-size: 13px;
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
	left: 0;
}

.plyr__progress__buffer {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	border-radius: 100px;
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	left: 0;
	margin-top: calc(( 5px / 2 ) * -1);
	margin-top: calc(( var(--plyr-range-track-height, 5px) / 2 ) * -1);
	padding: 0;
	position: absolute;
	top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
	background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
	background: currentColor;
	border-radius: 100px;
	min-width: 5px;
	min-width: var(--plyr-range-track-height, 5px);
	-webkit-transition: width .2s ease;
	transition: width .2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
	background: currentColor;
	border-radius: 100px;
	min-width: 5px;
	min-width: var(--plyr-range-track-height, 5px);
	-moz-transition: width .2s ease;
	transition: width .2s ease;
}

.plyr__progress__buffer::-ms-fill {
	border-radius: 100px;
	-ms-transition: width .2s ease;
	transition: width .2s ease;
}

.plyr--loading .plyr__progress__buffer {
	animation: plyr-progress 1s linear infinite;
	background-image: linear-gradient(-45deg, rgba(35, 40, 47, .6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, .6) 50%, rgba(35, 40, 47, .6) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 75%, transparent 75%, transparent);
	background-repeat: repeat-x;
	background-size: 25px 25px;
	background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
	color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
	background-color: rgba(255, 255, 255, .25);
	background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
	background-color: rgba(193, 200, 209, .6);
	background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6));
}

.plyr__volume {
	align-items: center;
	display: flex;
	max-width: 110px;
	min-width: 80px;
	position: relative;
	width: 20%;
}

.plyr__volume input[type=range] {
	margin-left: calc(10px / 2);
	margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
	margin-right: calc(10px / 2);
	margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
	position: relative;
	z-index: 2;
}

.plyr--is-ios .plyr__volume {
	min-width: 0;
	width: auto;
}

.plyr--audio {
	display: block;
}

.plyr--audio .plyr__controls {
	background: #fff;
	background: var(--plyr-audio-controls-background, #fff);
	border-radius: inherit;
	color: #4a5464;
	color: var(--plyr-audio-control-color, #4a5464);
	padding: 10px;
	padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
	background: #00b3ff;
	background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	color: #fff;
	color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
	background-color: rgba(193, 200, 209, .6);
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
	background-color: rgba(193, 200, 209, .6);
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
	background-color: rgba(193, 200, 209, .6);
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(35, 40, 47, .1);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1));
}

.plyr--audio .plyr__progress__buffer {
	color: rgba(193, 200, 209, .6);
	color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6));
}

.plyr--video {
	background: #000;
	overflow: hidden;
}

.plyr--video.plyr--menu-open {
	overflow: visible;
}

.plyr__video-wrapper {
	background: #000;
	height: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
	height: 0;
	padding-bottom: 56.25%;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
	border: 0;
	left: 0;
	position: absolute;
	top: 0;
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
	padding-bottom: 240%;
	position: relative;
	transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
	background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75)));
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	bottom: 0;
	color: #fff;
	color: var(--plyr-video-control-color, #fff);
	left: 0;
	padding: calc(10px / 2);
	padding: calc(var(--plyr-control-spacing, 10px) / 2);
	padding-top: calc(10px * 2);
	padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
	position: absolute;
	right: 0;
	transition: opacity .4s ease-in-out, transform .4s ease-in-out;
	z-index: 3;
}

@media (min-width:480px) {
	.plyr--video .plyr__controls {
		padding: 10px;
		padding: var(--plyr-control-spacing, 10px);
		padding-top: calc(10px * 3.5);
		padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
	}
}

.plyr--video.plyr--hide-controls .plyr__controls {
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
	background: #00b3ff;
	background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	color: #fff;
	color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
	background: #00b3ff;
	background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	border: 0;
	border-radius: 100%;
	color: #fff;
	color: var(--plyr-video-control-color, #fff);
	display: none;
	left: 50%;
	opacity: .9;
	padding: calc(10px * 1.5);
	padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
	z-index: 2;
}

.plyr__control--overlaid svg {
	left: 2px;
	position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
	opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
	opacity: 0;
	visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
	display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
	background-color: rgba(255, 255, 255, .25);
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
	background-color: rgba(255, 255, 255, .25);
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
	background-color: rgba(255, 255, 255, .25);
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
	box-shadow: 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2), 0 0 0 3px rgba(255, 255, 255, .5);
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5));
}

.plyr--video .plyr__progress__buffer {
	color: rgba(255, 255, 255, .25);
	color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25));
}

.plyr:-webkit-full-screen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.plyr:-ms-fullscreen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.plyr:fullscreen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.plyr:-webkit-full-screen video {
	height: 100%;
}

.plyr:-ms-fullscreen video {
	height: 100%;
}

.plyr:fullscreen video {
	height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
	cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
	cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
	cursor: none;
}

@media (min-width:1024px) {
	.plyr:-webkit-full-screen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge, 21px);
	}
	
	.plyr:-ms-fullscreen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge, 21px);
	}
	
	.plyr:fullscreen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge, 21px);
	}
}

.plyr:-webkit-full-screen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.plyr:-webkit-full-screen video {
	height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
	cursor: none;
}

@media (min-width:1024px) {
	.plyr:-webkit-full-screen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge, 21px);
	}
}

.plyr:-moz-full-screen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.plyr:-moz-full-screen video {
	height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
	cursor: none;
}

@media (min-width:1024px) {
	.plyr:-moz-full-screen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge, 21px);
	}
}

.plyr:-ms-fullscreen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
}

.plyr:-ms-fullscreen video {
	height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
	cursor: none;
}

@media (min-width:1024px) {
	.plyr:-ms-fullscreen .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge, 21px);
	}
}

.plyr--fullscreen-fallback {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%;
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000000;
}

.plyr--fullscreen-fallback video {
	height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
	height: 100%;
	position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	position: relative;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
	display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
	display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
	cursor: none;
}

@media (min-width:1024px) {
	.plyr--fullscreen-fallback .plyr__captions {
		font-size: 21px;
		font-size: var(--plyr-font-size-xlarge, 21px);
	}
}

.plyr__ads {
	border-radius: inherit;
	bottom: 0;
	cursor: pointer;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.plyr__ads>div, .plyr__ads>div iframe {
	height: 100%;
	position: absolute;
	width: 100%;
}

.plyr__ads::after {
	background: #23282f;
	border-radius: 2px;
	bottom: 10px;
	bottom: var(--plyr-control-spacing, 10px);
	color: #fff;
	content: attr(data-badge-text);
	font-size: 11px;
	padding: 2px 6px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	right: var(--plyr-control-spacing, 10px);
	z-index: 3;
}

.plyr__ads::after:empty {
	display: none;
}

.plyr__cues {
	background: currentColor;
	display: block;
	height: 5px;
	height: var(--plyr-range-track-height, 5px);
	left: 0;
	margin: -var(--plyr-range-track-height, 5px)/2 0 0;
	opacity: .8;
	position: absolute;
	top: 50%;
	width: 3px;
	z-index: 3;
}

.plyr__preview-thumb {
	background-color: rgba(255, 255, 255, .9);
	background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, .9));
	border-radius: 3px;
	bottom: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
	margin-bottom: calc(calc(10px / 2) * 2);
	margin-bottom: calc(var(--plyr-tooltip-padding, calc(var(--plyr-control-spacing, 10px) / 2)) * 2);
	opacity: 0;
	padding: 3px;
	padding: var(--plyr-tooltip-radius, 3px);
	pointer-events: none;
	position: absolute;
	transform: translate(0, 10px) scale(.8);
	transform-origin: 50% 100%;
	transition: transform .2s .1s ease, opacity .2s .1s ease;
	z-index: 2;
}

.plyr__preview-thumb--is-shown {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
	border-left: 4px solid transparent;
	border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-right: 4px solid transparent;
	border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-top: 4px solid rgba(255, 255, 255, .9);
	border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, .9));
	bottom: calc(4px * -1);
	bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2;
}

.plyr__preview-thumb__image-container {
	background: #c1c8d1;
	border-radius: calc(3px - 1px);
	border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.plyr__preview-thumb__image-container img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.plyr__preview-thumb__time-container {
	bottom: 6px;
	left: 0;
	position: absolute;
	right: 0;
	white-space: nowrap;
	z-index: 3;
}

.plyr__preview-thumb__time-container span {
	background-color: rgba(0, 0, 0, .55);
	border-radius: calc(3px - 1px);
	border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
	color: #fff;
	font-size: 13px;
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
	padding: 3px 6px;
}

.plyr__preview-scrubbing {
	bottom: 0;
	filter: blur(1px);
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s ease;
	width: 100%;
	z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
	opacity: 1;
}

.plyr__preview-scrubbing img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%;
}

.plyr--no-transition {
	transition: none !important;
}

.plyr__sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	border: 0 !important;
	height: 1px !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.plyr [hidden] {
	display: none !important;
}

body div.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap, body div.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
}

.mfp-wrap {
	z-index: 1043;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
	display: none;
}

button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto;
}

.mfp-figure, img.mfp-img {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

button.mfp-close, button.mfp-close:hover {
	display: inline-block !important;
	background: transparent;
	width: auto;
}

.mfp-arrow, .mfp-arrow:hover {
	background: transparent;
}

@media screen and (max-height:300px),screen and (max-width:800px)and (orientation:landscape) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@charset "UTF-8";

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - https://opensource.org/licenses/MIT
 *
 * Copyright (c) 2021 Animate.css
 */
:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animate__animated.animate__infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
	animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	-webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
	animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2);
	animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay) * 3);
	animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-delay: calc(var(--animate-delay) * 4);
	animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 5);
	animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-duration: calc(var(--animate-duration) / 2);
	animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-duration: calc(var(--animate-duration) * .8);
	animation-duration: calc(var(--animate-duration) * .8);
}

.animate__animated.animate__slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration) * 2);
	animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-duration: calc(var(--animate-duration) * 3);
	animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion:reduce),print {
	.animate__animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
	}
	
	.animate__animated[class*=Out] {
		opacity: 0;
	}
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

@keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	
	80% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

.animate__bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.animate__flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.animate__shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX;
}

@-webkit-keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

@keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

.animate__shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.animate__headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.animate__swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {}

@keyframes jello {}

.animate__jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration) * 1.3);
	animation-duration: calc(var(--animate-duration) * 1.3);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight;
}

@-webkit-keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7);
		opacity: .7;
	}
	
	80% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.animate__backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
		opacity: .7;
	}
}

@keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7);
		opacity: .7;
	}
}

.animate__backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7;
	}
}

@keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7);
		opacity: .7;
	}
}

.animate__backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7;
	}
}

@keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7);
		opacity: .7;
	}
}

.animate__backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
		opacity: .7;
	}
}

@keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	20% {
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7);
		opacity: .7;
	}
	
	to {
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7);
		opacity: .7;
	}
}

.animate__backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
		transform: translate3d(0, 25px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
		transform: translate3d(0, -10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
		transform: translate3d(0, 5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
		transform: translate3d(0, 25px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
		transform: translate3d(0, -10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
		transform: translate3d(0, 5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
		transform: translate3d(0, 10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
		transform: translate3d(0, -5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
		transform: translate3d(0, 10px, 0) scaleY(.95);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
		transform: translate3d(0, -5px, 0) scaleY(.985);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.animate__bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
		transform: translate3d(0, 10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
		transform: translate3d(0, 10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
		transform: translate3d(0, -20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

.animate__bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
		transform: translate3d(0, -10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
		transform: translate3d(0, 20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
		transform: translate3d(0, -10px, 0) scaleY(.985);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
		transform: translate3d(0, 20px, 0) scaleY(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

.animate__bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.animate__fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.animate__fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate__fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.animate__fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate__fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.animate__fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.animate__fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.animate__fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

@keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

.animate__fadeOutTopLeft {
	-webkit-animation-name: fadeOutTopLeft;
	animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

@keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

.animate__fadeOutTopRight {
	-webkit-animation-name: fadeOutTopRight;
	animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

@keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

.animate__fadeOutBottomRight {
	-webkit-animation-name: fadeOutBottomRight;
	animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

@keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

.animate__fadeOutBottomLeft {
	-webkit-animation-name: fadeOutBottomLeft;
	animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animate__animated.animate__flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.animate__flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.animate__flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration) * .75);
	animation-duration: calc(var(--animate-duration) * .75);
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInRight {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInLeft {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.animate__lightSpeedOutRight {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
}

.animate__lightSpeedOutLeft {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.animate__rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.animate__rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

.animate__rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.animate__rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.animate__rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.animate__rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.animate__hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration) * 2);
	animation-duration: calc(var(--animate-duration) * 2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

.animate__rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

.animate__zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

.animate__zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
	}
}

.animate__zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
	}
}

.animate__zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.animate__zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.animate__slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate__slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate__slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.animate__slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

.rael-particle-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.rael-particle-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.rael-sticky-column-sticky {
	align-self: flex-start;
}

.rael-sticky-section-sticky--stuck {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	z-index: 1100;
	margin-left: auto;
	margin-right: auto;
}

.rael-sticky-container-sticky {
	display: flex;
	align-self: flex-start;
	position: -webkit-sticky;
	position: sticky;
	max-width: 100%;
	z-index: 1100;
	top: 0;
}

@charset "UTF-8";

.ekit-wid-con .row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.ekit-wid-con .col, .ekit-wid-con .col-1, .ekit-wid-con .col-10, .ekit-wid-con .col-11, .ekit-wid-con .col-12, .ekit-wid-con .col-2, .ekit-wid-con .col-3, .ekit-wid-con .col-4, .ekit-wid-con .col-5, .ekit-wid-con .col-6, .ekit-wid-con .col-7, .ekit-wid-con .col-8, .ekit-wid-con .col-9, .ekit-wid-con .col-auto, .ekit-wid-con .col-lg, .ekit-wid-con .col-lg-1, .ekit-wid-con .col-lg-10, .ekit-wid-con .col-lg-11, .ekit-wid-con .col-lg-12, .ekit-wid-con .col-lg-2, .ekit-wid-con .col-lg-3, .ekit-wid-con .col-lg-4, .ekit-wid-con .col-lg-5, .ekit-wid-con .col-lg-6, .ekit-wid-con .col-lg-7, .ekit-wid-con .col-lg-8, .ekit-wid-con .col-lg-9, .ekit-wid-con .col-lg-auto, .ekit-wid-con .col-md, .ekit-wid-con .col-md-1, .ekit-wid-con .col-md-10, .ekit-wid-con .col-md-11, .ekit-wid-con .col-md-12, .ekit-wid-con .col-md-2, .ekit-wid-con .col-md-3, .ekit-wid-con .col-md-4, .ekit-wid-con .col-md-5, .ekit-wid-con .col-md-6, .ekit-wid-con .col-md-7, .ekit-wid-con .col-md-8, .ekit-wid-con .col-md-9, .ekit-wid-con .col-md-auto, .ekit-wid-con .col-sm, .ekit-wid-con .col-sm-1, .ekit-wid-con .col-sm-10, .ekit-wid-con .col-sm-11, .ekit-wid-con .col-sm-12, .ekit-wid-con .col-sm-2, .ekit-wid-con .col-sm-3, .ekit-wid-con .col-sm-4, .ekit-wid-con .col-sm-5, .ekit-wid-con .col-sm-6, .ekit-wid-con .col-sm-7, .ekit-wid-con .col-sm-8, .ekit-wid-con .col-sm-9, .ekit-wid-con .col-sm-auto, .ekit-wid-con .col-xl, .ekit-wid-con .col-xl-1, .ekit-wid-con .col-xl-10, .ekit-wid-con .col-xl-11, .ekit-wid-con .col-xl-12, .ekit-wid-con .col-xl-2, .ekit-wid-con .col-xl-3, .ekit-wid-con .col-xl-4, .ekit-wid-con .col-xl-5, .ekit-wid-con .col-xl-6, .ekit-wid-con .col-xl-7, .ekit-wid-con .col-xl-8, .ekit-wid-con .col-xl-9, .ekit-wid-con .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.ekit-wid-con .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.ekit-wid-con .row-cols-1>* {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.ekit-wid-con .row-cols-2>* {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.ekit-wid-con .row-cols-3>* {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.ekit-wid-con .row-cols-4>* {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.ekit-wid-con .row-cols-5>* {
	-ms-flex: 0 0 20%;
	-webkit-box-flex: 0;
	flex: 0 0 20%;
	max-width: 20%;
}

.ekit-wid-con .row-cols-6>* {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.ekit-wid-con .col-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.ekit-wid-con .col-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.ekit-wid-con .col-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.ekit-wid-con .col-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.ekit-wid-con .col-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.ekit-wid-con .col-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.ekit-wid-con .col-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.ekit-wid-con .col-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.ekit-wid-con .col-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.ekit-wid-con .col-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.ekit-wid-con .col-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.ekit-wid-con .col-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.ekit-wid-con .col-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.ekit-wid-con .order-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.ekit-wid-con .order-last {
	-ms-flex-order: 13;
	-webkit-box-ordinal-group: 14;
	order: 13;
}

.ekit-wid-con .order-0 {
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	order: 0;
}

.ekit-wid-con .order-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.ekit-wid-con .order-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.ekit-wid-con .order-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	order: 3;
}

.ekit-wid-con .order-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.ekit-wid-con .order-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	order: 5;
}

.ekit-wid-con .order-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	order: 6;
}

.ekit-wid-con .order-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	order: 7;
}

.ekit-wid-con .order-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	order: 8;
}

.ekit-wid-con .order-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	order: 9;
}

.ekit-wid-con .order-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	order: 10;
}

.ekit-wid-con .order-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	order: 11;
}

.ekit-wid-con .order-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	order: 12;
}

.ekit-wid-con .offset-1 {
	margin-left: 8.333333%;
}

.ekit-wid-con .offset-2 {
	margin-left: 16.666667%;
}

.ekit-wid-con .offset-3 {
	margin-left: 25%;
}

.ekit-wid-con .offset-4 {
	margin-left: 33.333333%;
}

.ekit-wid-con .offset-5 {
	margin-left: 41.666667%;
}

.ekit-wid-con .offset-6 {
	margin-left: 50%;
}

.ekit-wid-con .offset-7 {
	margin-left: 58.333333%;
}

.ekit-wid-con .offset-8 {
	margin-left: 66.666667%;
}

.ekit-wid-con .offset-9 {
	margin-left: 75%;
}

.ekit-wid-con .offset-10 {
	margin-left: 83.333333%;
}

.ekit-wid-con .offset-11 {
	margin-left: 91.666667%;
}

@media (min-width:576px) {
	.ekit-wid-con .col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.ekit-wid-con .row-cols-sm-1>* {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.ekit-wid-con .row-cols-sm-2>* {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.ekit-wid-con .row-cols-sm-3>* {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.ekit-wid-con .row-cols-sm-4>* {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.ekit-wid-con .row-cols-sm-5>* {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.ekit-wid-con .row-cols-sm-6>* {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.ekit-wid-con .col-sm-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.ekit-wid-con .col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.ekit-wid-con .col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.ekit-wid-con .col-sm-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.ekit-wid-con .col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.ekit-wid-con .col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.ekit-wid-con .col-sm-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.ekit-wid-con .col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.ekit-wid-con .col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.ekit-wid-con .col-sm-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.ekit-wid-con .col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.ekit-wid-con .col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.ekit-wid-con .col-sm-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.ekit-wid-con .order-sm-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	
	.ekit-wid-con .order-sm-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		order: 13;
	}
	
	.ekit-wid-con .order-sm-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0;
	}
	
	.ekit-wid-con .order-sm-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	
	.ekit-wid-con .order-sm-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
	
	.ekit-wid-con .order-sm-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3;
	}
	
	.ekit-wid-con .order-sm-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4;
	}
	
	.ekit-wid-con .order-sm-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		order: 5;
	}
	
	.ekit-wid-con .order-sm-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		order: 6;
	}
	
	.ekit-wid-con .order-sm-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		order: 7;
	}
	
	.ekit-wid-con .order-sm-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		order: 8;
	}
	
	.ekit-wid-con .order-sm-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		order: 9;
	}
	
	.ekit-wid-con .order-sm-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		order: 10;
	}
	
	.ekit-wid-con .order-sm-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		order: 11;
	}
	
	.ekit-wid-con .order-sm-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		order: 12;
	}
	
	.ekit-wid-con .offset-sm-0 {
		margin-left: 0;
	}
	
	.ekit-wid-con .offset-sm-1 {
		margin-left: 8.333333%;
	}
	
	.ekit-wid-con .offset-sm-2 {
		margin-left: 16.666667%;
	}
	
	.ekit-wid-con .offset-sm-3 {
		margin-left: 25%;
	}
	
	.ekit-wid-con .offset-sm-4 {
		margin-left: 33.333333%;
	}
	
	.ekit-wid-con .offset-sm-5 {
		margin-left: 41.666667%;
	}
	
	.ekit-wid-con .offset-sm-6 {
		margin-left: 50%;
	}
	
	.ekit-wid-con .offset-sm-7 {
		margin-left: 58.333333%;
	}
	
	.ekit-wid-con .offset-sm-8 {
		margin-left: 66.666667%;
	}
	
	.ekit-wid-con .offset-sm-9 {
		margin-left: 75%;
	}
	
	.ekit-wid-con .offset-sm-10 {
		margin-left: 83.333333%;
	}
	
	.ekit-wid-con .offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:768px) {
	.ekit-wid-con .col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.ekit-wid-con .row-cols-md-1>* {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.ekit-wid-con .row-cols-md-2>* {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.ekit-wid-con .row-cols-md-3>* {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.ekit-wid-con .row-cols-md-4>* {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.ekit-wid-con .row-cols-md-5>* {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.ekit-wid-con .row-cols-md-6>* {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.ekit-wid-con .col-md-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.ekit-wid-con .col-md-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.ekit-wid-con .col-md-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.ekit-wid-con .col-md-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.ekit-wid-con .col-md-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.ekit-wid-con .col-md-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.ekit-wid-con .col-md-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.ekit-wid-con .col-md-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.ekit-wid-con .col-md-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.ekit-wid-con .col-md-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.ekit-wid-con .col-md-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.ekit-wid-con .col-md-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.ekit-wid-con .col-md-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.ekit-wid-con .order-md-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	
	.ekit-wid-con .order-md-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		order: 13;
	}
	
	.ekit-wid-con .order-md-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0;
	}
	
	.ekit-wid-con .order-md-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	
	.ekit-wid-con .order-md-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
	
	.ekit-wid-con .order-md-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3;
	}
	
	.ekit-wid-con .order-md-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4;
	}
	
	.ekit-wid-con .order-md-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		order: 5;
	}
	
	.ekit-wid-con .order-md-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		order: 6;
	}
	
	.ekit-wid-con .order-md-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		order: 7;
	}
	
	.ekit-wid-con .order-md-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		order: 8;
	}
	
	.ekit-wid-con .order-md-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		order: 9;
	}
	
	.ekit-wid-con .order-md-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		order: 10;
	}
	
	.ekit-wid-con .order-md-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		order: 11;
	}
	
	.ekit-wid-con .order-md-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		order: 12;
	}
	
	.ekit-wid-con .offset-md-0 {
		margin-left: 0;
	}
	
	.ekit-wid-con .offset-md-1 {
		margin-left: 8.333333%;
	}
	
	.ekit-wid-con .offset-md-2 {
		margin-left: 16.666667%;
	}
	
	.ekit-wid-con .offset-md-3 {
		margin-left: 25%;
	}
	
	.ekit-wid-con .offset-md-4 {
		margin-left: 33.333333%;
	}
	
	.ekit-wid-con .offset-md-5 {
		margin-left: 41.666667%;
	}
	
	.ekit-wid-con .offset-md-6 {
		margin-left: 50%;
	}
	
	.ekit-wid-con .offset-md-7 {
		margin-left: 58.333333%;
	}
	
	.ekit-wid-con .offset-md-8 {
		margin-left: 66.666667%;
	}
	
	.ekit-wid-con .offset-md-9 {
		margin-left: 75%;
	}
	
	.ekit-wid-con .offset-md-10 {
		margin-left: 83.333333%;
	}
	
	.ekit-wid-con .offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:992px) {
	.ekit-wid-con .col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.ekit-wid-con .row-cols-lg-1>* {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.ekit-wid-con .row-cols-lg-2>* {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.ekit-wid-con .row-cols-lg-3>* {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.ekit-wid-con .row-cols-lg-4>* {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.ekit-wid-con .row-cols-lg-5>* {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.ekit-wid-con .row-cols-lg-6>* {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.ekit-wid-con .col-lg-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.ekit-wid-con .col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.ekit-wid-con .col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.ekit-wid-con .col-lg-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.ekit-wid-con .col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.ekit-wid-con .col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.ekit-wid-con .col-lg-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.ekit-wid-con .col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.ekit-wid-con .col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.ekit-wid-con .col-lg-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.ekit-wid-con .col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.ekit-wid-con .col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.ekit-wid-con .col-lg-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.ekit-wid-con .order-lg-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	
	.ekit-wid-con .order-lg-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		order: 13;
	}
	
	.ekit-wid-con .order-lg-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0;
	}
	
	.ekit-wid-con .order-lg-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	
	.ekit-wid-con .order-lg-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
	
	.ekit-wid-con .order-lg-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3;
	}
	
	.ekit-wid-con .order-lg-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4;
	}
	
	.ekit-wid-con .order-lg-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		order: 5;
	}
	
	.ekit-wid-con .order-lg-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		order: 6;
	}
	
	.ekit-wid-con .order-lg-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		order: 7;
	}
	
	.ekit-wid-con .order-lg-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		order: 8;
	}
	
	.ekit-wid-con .order-lg-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		order: 9;
	}
	
	.ekit-wid-con .order-lg-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		order: 10;
	}
	
	.ekit-wid-con .order-lg-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		order: 11;
	}
	
	.ekit-wid-con .order-lg-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		order: 12;
	}
	
	.ekit-wid-con .offset-lg-0 {
		margin-left: 0;
	}
	
	.ekit-wid-con .offset-lg-1 {
		margin-left: 8.333333%;
	}
	
	.ekit-wid-con .offset-lg-2 {
		margin-left: 16.666667%;
	}
	
	.ekit-wid-con .offset-lg-3 {
		margin-left: 25%;
	}
	
	.ekit-wid-con .offset-lg-4 {
		margin-left: 33.333333%;
	}
	
	.ekit-wid-con .offset-lg-5 {
		margin-left: 41.666667%;
	}
	
	.ekit-wid-con .offset-lg-6 {
		margin-left: 50%;
	}
	
	.ekit-wid-con .offset-lg-7 {
		margin-left: 58.333333%;
	}
	
	.ekit-wid-con .offset-lg-8 {
		margin-left: 66.666667%;
	}
	
	.ekit-wid-con .offset-lg-9 {
		margin-left: 75%;
	}
	
	.ekit-wid-con .offset-lg-10 {
		margin-left: 83.333333%;
	}
	
	.ekit-wid-con .offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:1200px) {
	.ekit-wid-con .col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.ekit-wid-con .row-cols-xl-1>* {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.ekit-wid-con .row-cols-xl-2>* {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.ekit-wid-con .row-cols-xl-3>* {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.ekit-wid-con .row-cols-xl-4>* {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.ekit-wid-con .row-cols-xl-5>* {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.ekit-wid-con .row-cols-xl-6>* {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.ekit-wid-con .col-xl-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.ekit-wid-con .col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.ekit-wid-con .col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.ekit-wid-con .col-xl-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.ekit-wid-con .col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.ekit-wid-con .col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.ekit-wid-con .col-xl-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.ekit-wid-con .col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.ekit-wid-con .col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.ekit-wid-con .col-xl-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.ekit-wid-con .col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.ekit-wid-con .col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.ekit-wid-con .col-xl-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.ekit-wid-con .order-xl-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	
	.ekit-wid-con .order-xl-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		order: 13;
	}
	
	.ekit-wid-con .order-xl-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0;
	}
	
	.ekit-wid-con .order-xl-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	
	.ekit-wid-con .order-xl-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
	
	.ekit-wid-con .order-xl-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3;
	}
	
	.ekit-wid-con .order-xl-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4;
	}
	
	.ekit-wid-con .order-xl-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		order: 5;
	}
	
	.ekit-wid-con .order-xl-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		order: 6;
	}
	
	.ekit-wid-con .order-xl-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		order: 7;
	}
	
	.ekit-wid-con .order-xl-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		order: 8;
	}
	
	.ekit-wid-con .order-xl-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		order: 9;
	}
	
	.ekit-wid-con .order-xl-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		order: 10;
	}
	
	.ekit-wid-con .order-xl-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		order: 11;
	}
	
	.ekit-wid-con .order-xl-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		order: 12;
	}
	
	.ekit-wid-con .offset-xl-0 {
		margin-left: 0;
	}
	
	.ekit-wid-con .offset-xl-1 {
		margin-left: 8.333333%;
	}
	
	.ekit-wid-con .offset-xl-2 {
		margin-left: 16.666667%;
	}
	
	.ekit-wid-con .offset-xl-3 {
		margin-left: 25%;
	}
	
	.ekit-wid-con .offset-xl-4 {
		margin-left: 33.333333%;
	}
	
	.ekit-wid-con .offset-xl-5 {
		margin-left: 41.666667%;
	}
	
	.ekit-wid-con .offset-xl-6 {
		margin-left: 50%;
	}
	
	.ekit-wid-con .offset-xl-7 {
		margin-left: 58.333333%;
	}
	
	.ekit-wid-con .offset-xl-8 {
		margin-left: 66.666667%;
	}
	
	.ekit-wid-con .offset-xl-9 {
		margin-left: 75%;
	}
	
	.ekit-wid-con .offset-xl-10 {
		margin-left: 83.333333%;
	}
	
	.ekit-wid-con .offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.ekit-wid-con .fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.ekit-wid-con .fade.in {
	opacity: 1;
}

.ekit-wid-con .collapse {
	display: none;
}

.ekit-wid-con .collapse.in {
	display: block;
}

.ekit-wid-con .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.ekit-wid-con .nav-tabs {
	border-bottom: 1px solid #ddd;
}

.ekit-wid-con .nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

.ekit-wid-con .nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.ekit-wid-con .nav-tabs>li.active>a, .ekit-wid-con .nav-tabs>li.active>a:focus, .ekit-wid-con .nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.ekit-wid-con .tab-content>.tab-pane {
	display: none;
}

.ekit-wid-con .tab-content>.active {
	display: block;
}

.ekit-wid-con .clearfix::after, .ekit-wid-con .clearfix::before, .ekit-wid-con .nav::after, .ekit-wid-con .nav::before, .ekit-wid-con .row::after, .ekit-wid-con .row::before {
	display: table;
	content: " ";
}

.ekit-wid-con .clearfix::after, .ekit-wid-con .nav::after, .ekit-wid-con .row::after {
	clear: both;
}

.ekit-wid-con .hide {
	display: none !important;
}

.ekit-wid-con .show {
	display: block !important;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	position: fixed;
	outline: 0 !important;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close.ekit-popup-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow, .mfp-close.ekit-popup-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-arrow, button.mfp-close.ekit-popup-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button.mfp-arrow:focus-visible, button.mfp-close.ekit-popup-close:focus-visible {
	outline: -webkit-focus-ring-color auto 1px;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close.ekit-popup-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close.ekit-popup-close:focus, .mfp-close.ekit-popup-close:hover {
	opacity: 1;
}

.mfp-close.ekit-popup-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-closeekit-popup-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close.ekit-popup-close, .mfp-image-holder .mfp-close.ekit-popup-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1;
}

.mfp-arrow::after, .mfp-arrow::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow::after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow::before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left::after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left::before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right::after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right::before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close.ekit-popup-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure::after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure::after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close.ekit-popup-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.twentytwenty-horizontal .twentytwenty-handle::after, .twentytwenty-horizontal .twentytwenty-handle::before, .twentytwenty-vertical .twentytwenty-handle::after, .twentytwenty-vertical .twentytwenty-handle::before {
	content: " ";
	display: block;
	background: #fff;
	position: absolute;
	z-index: 30;
	-webkit-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-horizontal .twentytwenty-handle::after, .twentytwenty-horizontal .twentytwenty-handle::before {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle::after, .twentytwenty-vertical .twentytwenty-handle::before {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
}

.twentytwenty-after-label, .twentytwenty-before-label, .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.twentytwenty-after-label, .twentytwenty-before-label, .twentytwenty-overlay {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.twentytwenty-after-label, .twentytwenty-before-label {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.twentytwenty-after-label::before, .twentytwenty-before-label::before {
	color: #fff;
	font-size: 13px;
	letter-spacing: .1em;
}

.twentytwenty-after-label::before, .twentytwenty-before-label::before {
	position: absolute;
	background: rgba(255, 255, 255, .2);
	line-height: 38px;
	padding: 0 20px;
	border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-after-label::before, .twentytwenty-horizontal .twentytwenty-before-label::before {
	top: 50%;
	margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-after-label::before, .twentytwenty-vertical .twentytwenty-before-label::before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: auto;
	display: inline-block;
}

.twentytwenty-down-arrow, .twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}

.twentytwenty-handle .twentytwenty-left-arrow, .twentytwenty-handle .twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}

.twentytwenty-handle .twentytwenty-down-arrow, .twentytwenty-handle .twentytwenty-up-arrow {
	left: 50%;
	margin-left: -6px;
}

.twentytwenty-container {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-before-label::before {
	content: attr(data-content);
}

.twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-after-label::before {
	content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label::before {
	left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label::before {
	right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label::before {
	top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label::before {
	bottom: 10px;
}

.twentytwenty-overlay {
	-webkit-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}

.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, .5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}

.twentytwenty-before {
	z-index: 20;
}

.twentytwenty-after {
	z-index: 10;
}

div.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid #fff;
	border-radius: 1000px;
	-webkit-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: 0 0 12px rgba(51, 51, 51, .5);
	z-index: 40;
	cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle::before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-horizontal .twentytwenty-handle::after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-vertical .twentytwenty-handle::before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-vertical .twentytwenty-handle::after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-handle>.twentytwenty-left-arrow {
	border-right: 6px solid #fff;
	left: 50%;
	margin-left: -17px;
}

.twentytwenty-handle>.twentytwenty-right-arrow {
	border-left: 6px solid #fff;
	right: 50%;
	margin-right: -17px;
}

.twentytwenty-handle>.twentytwenty-up-arrow {
	border-bottom: 6px solid #fff;
	top: 50%;
	margin-top: -17px;
}

.twentytwenty-handle>.twentytwenty-down-arrow {
	border-top: 6px solid #fff;
	bottom: 50%;
	margin-bottom: -17px;
}

.nav-alignment-dynamic, .nav-alignment-flex-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elementskit-menu-container {
	z-index: 10000;
}

.elementskit-navbar-nav>li>a .ekit-menu-icon {
	padding-right: 5px;
}

.ekit-menu-badge {
	position: absolute;
	top: 5px;
	left: 50%;
	background-color: #bbb;
	color: #fff;
	font-size: 16px;
	padding: 4px 8px;
	border-radius: 3px;
	font-size: 8px;
	line-height: 1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 10;
}

.ekit-menu-badge>.ekit-menu-badge-arrow {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-left: solid transparent;
	border-right: solid transparent;
	border-top: solid #bbb;
	border-bottom: solid transparent;
	border-width: 6px;
}

.elementskit-dropdown li {
	position: relative;
}

.elementskit-dropdown .ekit-menu-badge {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.elementskit-navbar-nav-default .elementskit-navbar-nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	margin-left: 0;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li {
	position: relative;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a:hover {
	text-decoration: none;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li.elementskit-megamenu-has {
	position: static;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	text-transform: none;
	font-weight: 500;
	letter-spacing: normal;
}

.elementskit-navbar-nav-default .elementskit-dropdown {
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background-color: #f4f4f4;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding-left: 0;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.elementskit-navbar-nav-default .elementskit-dropdown>li>.elementskit-dropdown {
	left: 100%;
	top: 0;
}

.elementskit-navbar-nav-default .elementskit-dropdown>li>.elementskit-dropdown.open-fromleft {
	left: auto;
	right: 100%;
}

.elementskit-navbar-nav-default .elementskit-submenu-panel>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 10px;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav.elementskit-dropdown li:hover>a, .elementskit-navbar-nav-default .elementskit-navbar-nav>.elementskit-dropdown li>a:hover {
	color: #1e73be;
	background-color: #fff;
}

.elementskit-navbar-nav-default .elementskit-submenu-panel>li:hover>a, .elementskit-navbar-nav-default .elementskit-submenu-panel>li>a:hover {
	color: #0d3a4f;
	background-color: rgba(255, 255, 255, .5);
}

.elementskit-navbar-nav-default .elementskit-megamenu-panel {
	width: 100%;
}

.elementskit-navbar-nav-default .elementskit-overlay {
	display: none;
}

.elementskit-navbar-nav-default .elementskit-nav-identity-panel {
	display: none;
}

.elementskit-navbar-nav-default button.elementskit-menu-close {
	border: 1px solid rgba(0, 0, 0, .5);
	color: rgba(51, 51, 51, .5);
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.elementskit-navbar-nav-default .elementskit-dropdown-has>a {
	position: relative;
}

.elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
	font-weight: 900;
	font-style: normal;
	margin-left: 6px;
	display: block;
	float: right;
	cursor: pointer;
	position: relative;
	font-size: 11px;
}

.elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator.icon-none {
	display: none;
}

.elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator.ekit-spinner {
	width: 1em;
	height: 1em;
	border: 2px solid color-mix(in srgb, currentColor 25%, transparent);
	border-bottom-color: currentColor;
	border-radius: 50%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: ekit_ajax_spinner_rotation 1s linear infinite;
	animation: ekit_ajax_spinner_rotation 1s linear infinite;
}

.elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator.ekit-spinner::before {
	content: "";
	display: none;
}

@media (max-width:1024px) {
	.elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator.ekit-spinner {
		padding: 4px 4px;
		margin-right: 10px;
	}
}

@media (max-width:1024px) {
	.elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
		padding: 4px 15px;
	}
}

@media (max-width:1024px) {
	.elementskit-navbar-nav-default .elementskit-dropdown-has>a svg.elementskit-submenu-indicator {
		width: auto;
		height: auto;
		max-width: 42px;
		max-height: 42px;
	}
}

.elementskit-navbar-nav-default.elementskit-menu-container {
	background: rgba(255, 255, 255, 0);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%);
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	position: relative;
	height: 100px;
	z-index: 90000;
}

.elementskit-navbar-nav-default .elementskit-dropdown {
	min-width: 250px;
	margin-left: 0;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
	font-size: 15px;
	color: #000;
	padding-left: 15px;
	padding-right: 15px;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav.elementskit-menu-po-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav.elementskit-menu-po-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav.elementskit-menu-po-justified {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width:1025px) {
	.elementskit-navbar-nav-default .elementskit-dropdown {
		-webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
		box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
		position: absolute;
		top: 100%;
		left: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		pointer-events: none;
		max-height: none;
		z-index: 999;
	}
	
	.elementskit-navbar-nav-default .elementskit-megamenu-panel {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		margin-left: 0;
		position: absolute;
		left: 0;
		top: 100%;
		display: block;
		z-index: 999;
	}
}

@media (min-width:1025px) {
	.elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-megamenu-has:hover>.elementskit-megamenu-panel {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		pointer-events: auto;
	}
}

.elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-megamenu-has .elementskit-dropdown {
	display: none;
}

.elementskit-navbar-nav-default.ekit-nav-dropdown-click .ekit-dropdown-open-onclick {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}

@media (min-width:767px) {
	.elementskit-navbar-nav-default.ekit-nav-dropdown-click .elementskit-megamenu-has .elementskit-submenu-panel {
		display: none;
	}
}

@media (max-width:1024px) {
	.ekit_menu_responsive_tablet>.elementskit-navbar-nav-default {
		background-color: #f7f7f7;
	}
	
	.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
		width: 100%;
		position: fixed;
		top: 0;
		left: -100vw;
		height: 100%;
		-webkit-box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
		box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
		overflow-y: auto;
		overflow-x: hidden;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-transition: left .6s cubic-bezier(.6, .1, .68, .53);
		transition: left .6s cubic-bezier(.6, .1, .68, .53);
	}
	
	.elementskit-navbar-nav-default .no-scroller {
		overflow: hidden;
	}
	
	.elementskit-navbar-nav-default .elementskit-nav-identity-panel {
		display: block;
		position: relative;
		z-index: 5;
		width: 100%;
	}
	
	.elementskit-navbar-nav-default .elementskit-nav-identity-panel .elementskit-site-title {
		float: left;
	}
	
	.elementskit-navbar-nav-default .elementskit-nav-identity-panel button.elementskit-menu-close {
		float: right;
	}
	
	.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
		color: #000;
		font-size: 12px;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 5px;
		padding-bottom: 5px;
	}
	
	.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a:hover {
		color: #0d3a4f;
	}
	
	.elementskit-navbar-nav-default .elementskit-navbar-nav>li:hover>a {
		color: #0d3a4f;
	}
	
	.elementskit-navbar-nav-default .elementskit-submenu-panel>li>a {
		color: #000;
		font-size: 12px;
		padding-top: 7px;
		padding-left: 7px;
		padding-right: 7px;
		padding-bottom: 7px;
	}
	
	.elementskit-navbar-nav-default .elementskit-dropdown {
		display: block;
		border: 0;
		margin-left: 0;
	}
	
	.elementskit-navbar-nav-default .elementskit-megamenu-panel {
		display: none;
	}
	
	.elementskit-navbar-nav-default .elementskit-navbar-nav>.elementskit-dropdown-has>.elementskit-dropdown li a {
		padding-left: 15px;
	}
}

@media (max-width:767px) {
	.ekit_menu_responsive_mobile>.elementskit-navbar-nav-default {
		background-color: #f7f7f7;
	}
}

@-webkit-keyframes ekit_ajax_spinner_rotation {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes ekit_ajax_spinner_rotation {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media (min-width:1025px) {
	.ekit-nav-dropdown-hover .elementskit-dropdown-has .elementskit-dropdown {
		-webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
		box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
		position: absolute;
		top: 100%;
		left: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		pointer-events: none;
		max-height: none;
		z-index: 999;
	}
	
	.ekit-nav-dropdown-hover .elementskit-dropdown-has:hover>.elementskit-dropdown {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		pointer-events: auto;
	}
}

@media only screen and (max-width:1023px) and (min-width:768px) {
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-dropdown-has:hover>.elementskit-dropdown, .ekit_menu_responsive_mobile .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-dropdown-has:hover>.elementskit-megamenu-panel, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-dropdown-has:hover>.elementskit-dropdown, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-dropdown-has:hover>.elementskit-megamenu-panel {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		pointer-events: auto;
	}
}

@media only screen and (max-width:1024px) and (min-width:766px) {
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-dropdown {
		display: none;
	}
	
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-megamenu-panel.elementskit-dropdown-open {
		display: block;
	}
	
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-panel.elementskit-dropdown-open {
		display: block;
	}
	
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown {
		display: none;
	}
	
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown~.elementskit-megamenu-panel {
		display: none;
	}
	
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown.elementskit-dropdown-open {
		display: block;
		max-height: 2500px;
		opacity: 1;
		visibility: visible;
		-webkit-transition: max-height 5s ease-out;
		transition: max-height 5s ease-out;
	}
	
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-navbar-nav {
		overflow-y: auto;
	}
	
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown>li>.elementskit-dropdown {
		left: 0;
	}
}

button.elementskit-menu-close, button.elementskit-menu-hamburger {
	display: none;
}

button.elementskit-menu-hamburger {
	color: #000;
}

@media (max-width:1024px) {
	.elementskit-menu-overlay {
		display: block;
		position: fixed;
		z-index: 14;
		top: 0;
		left: -100%;
		height: 100%;
		width: 100%;
		background-color: rgba(51, 51, 51, .5);
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		opacity: 1;
		visibility: visible;
		-webkit-transition: all .6s cubic-bezier(.6, .1, .68, .53) .4s;
		transition: all .6s cubic-bezier(.6, .1, .68, .53) .4s;
	}
	
	.elementor-element-edit-mode .elementskit-menu-overlay {
		left: 100%;
	}
	
	button.elementskit-menu-hamburger {
		border: 1px solid rgba(0, 0, 0, .2);
		float: right;
	}
	
	button.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
		background-color: rgba(0, 0, 0, .5);
	}
	
	button.elementskit-menu-close, button.elementskit-menu-hamburger {
		padding: 8px;
		background-color: transparent;
		border-radius: .25rem;
		position: relative;
		z-index: 10;
		cursor: pointer;
		width: 45px;
		-webkit-transition: all .4s ease-in;
		transition: all .4s ease-in;
	}
	
	button.elementskit-menu-close .elementskit-menu-hamburger-icon, button.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
		height: 1px;
		width: 100%;
		display: block;
		margin-bottom: 4px;
	}
	
	button.elementskit-menu-close .elementskit-menu-hamburger-icon:last-child, button.elementskit-menu-hamburger .elementskit-menu-hamburger-icon:last-child {
		margin-bottom: 0;
	}
	
	.elementskit-navbar-nav .ekit-menu-badge {
		font-size: 7px;
	}
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li>.elementskit-dropdown>li>a .ekit-menu-badge .ekit-menu-badge-arrow {
	display: none;
}

.dropdown-item, .ekit-menu-nav-link {
	position: relative;
}

.dropdown-item span.ekit-spinner, .dropdown-item>i, .dropdown-item>svg, .ekit-menu-nav-link span.ekit-spinner, .ekit-menu-nav-link>i, .ekit-menu-nav-link>svg {
	margin-right: 6px;
}

.dropdown-item .icon-none, .ekit-menu-nav-link .icon-none {
	display: none !important;
}

@-webkit-keyframes xs-zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes xs-zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

.xs-zoomIn {
	-webkit-animation-name: xs-zoomIn;
	animation-name: xs-zoomIn;
}

.elementskit-nav-logo {
	display: inline-block;
}

@media (max-width:1024px) {
	.elementor-widget-ekit-nav-menu {
		-webkit-animation: none !important;
		animation: none !important;
	}
	
	.ekit-wid-con:not(.ekit_menu_responsive_mobile) .elementskit-navbar-nav {
		display: block;
	}
}

@media (max-width:1024px) {
	button.elementskit-menu-close, button.elementskit-menu-hamburger {
		display: block;
	}
	
	.elementskit-menu-container {
		max-width: 350px;
	}
	
	.elementskit-menu-overlay.active {
		left: 0;
		-webkit-transition: all .6s cubic-bezier(.22, .61, .24, 1) 0s;
		transition: all .6s cubic-bezier(.22, .61, .24, 1) 0s;
	}
	
	.elementskit-menu-offcanvas-elements {
		height: 100% !important;
		padding-bottom: 10px;
	}
	
	.elementskit-menu-offcanvas-elements.active {
		left: 0;
	}
	
	.elementskit-dropdown {
		position: relative;
		max-height: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: max-height 2s cubic-bezier(0, 1, 0, 1);
		transition: max-height 2s cubic-bezier(0, 1, 0, 1);
	}
	
	.ekit_menu_responsive_tablet .ekit-menu-badge {
		position: static;
		margin-left: 10px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-transform: none;
		transform: none;
	}
	
	.ekit_menu_responsive_tablet .ekit-menu-badge>.ekit-menu-badge-arrow {
		display: none;
	}
	
	.ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
		margin-left: auto;
	}
	
	.ekit_menu_responsive_tablet .elementskit-submenu-indicator {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		border: 1px solid;
		border-radius: 30px;
	}
}

@media screen and (min-width:766px) and (max-width:1024px) {
	.ekit_menu_responsive_mobile .elementskit-menu-offcanvas-elements {
		position: static;
	}
	
	.ekit_menu_responsive_mobile .elementskit-nav-identity-panel {
		display: none;
	}
	
	.ekit_menu_responsive_mobile button.elementskit-menu-hamburger {
		display: none;
	}
	
	.ekit_menu_responsive_mobile .elementskit-menu-container {
		overflow-y: unset;
		overflow-x: unset;
	}
	
	.ekit_menu_responsive_mobile .elementskit-dropdown {
		-webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
		box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
		position: absolute;
		top: 100%;
		left: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		pointer-events: none;
		max-height: none;
		z-index: 999;
	}
	
	.ekit_menu_responsive_mobile .elementskit-megamenu-panel {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		margin-left: 0;
		position: absolute;
		left: 0;
		top: 100%;
		display: block;
		z-index: 999;
	}
	
	.ekit_menu_responsive_mobile .elementskit-dropdown-menu-full_width .elementskit-megamenu-panel {
		width: 100vw;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav>li.elementskit-megamenu-has.relative_position {
		position: relative;
	}
	
	.ekit_menu_responsive_mobile .elementskit-megamenu-panel .elementor-section-wrap>.elementor-section>.elementor-container {
		max-width: none;
	}
}

@media (max-width:767px) {
	.ekit_menu_responsive_mobile .elementskit-navbar-nav {
		display: block;
	}
	
	.ekit_menu_responsive_mobile .elementskit-dropdown {
		position: relative;
	}
	
	.ekit_menu_responsive_mobile .ekit-menu-badge {
		position: static;
		margin-left: 10px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-transform: none;
		transform: none;
	}
	
	.ekit_menu_responsive_mobile .ekit-menu-badge>.ekit-menu-badge-arrow {
		display: none;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
		margin-left: auto;
	}
	
	.ekit_menu_responsive_mobile .elementskit-submenu-indicator {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		border: 1px solid;
		border-radius: 30px;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-dropdown, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-dropdown {
		display: none;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-megamenu-panel.elementskit-dropdown-open, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-megamenu-panel.elementskit-dropdown-open {
		display: block;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-megamenu-panel.elementskit-dropdown-open, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-megamenu-panel.elementskit-dropdown-open {
		display: block;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown {
		display: none;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown~.elementskit-megamenu-panel, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown~.elementskit-megamenu-panel {
		display: none;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown.elementskit-dropdown-open, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown.elementskit-dropdown-open {
		display: block;
		max-height: 2500px;
		opacity: 1;
		visibility: visible;
		-webkit-transition: max-height 5s ease-out;
		transition: max-height 5s ease-out;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-navbar-nav, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-navbar-nav {
		overflow-y: auto;
	}
	
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown>li>.elementskit-dropdown, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown>li>.elementskit-dropdown {
		left: 0;
	}
}

.elementskit-navbar-nav .elementskit-submenu-panel>li:hover>a>i, .elementskit-navbar-nav .elementskit-submenu-panel>li>a:hover>i {
	color: inherit !important;
}

@media (max-width:767px) {
	.ekit-sticky .elementskit-menu-container.elementskit-menu-offcanvas-elements {
		height: 120vh !important;
	}
	
	.ekit-sticky .elementskit-menu-overlay {
		display: none;
	}
	
	.ekit-sticky .elementskit-menu-offcanvas-elements::before {
		position: fixed;
		content: "";
		top: 0;
		left: -110%;
		height: 100%;
		width: 100%;
		background-color: rgba(51, 51, 51, .5);
		-webkit-transition: left .5s ease;
		transition: left .5s ease;
	}
	
	.ekit-sticky .elementskit-menu-offcanvas-elements::after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: inherit;
	}
	
	.ekit-sticky .elementskit-menu-offcanvas-elements.active::before {
		left: 0;
	}
	
	.ekit-sticky .elementskit-navbar-nav-default .elementskit-navbar-nav {
		position: relative;
		z-index: 5;
	}
}

@media (min-width:1025px) {
	.elementor-widget-ekit-nav-menu .elementskit-dropdown-menu-full_width .elementskit-megamenu-panel {
		width: 100vw;
	}
	
	.elementor-widget-ekit-nav-menu .elementskit-navbar-nav>li.elementskit-megamenu-has.relative_position {
		position: relative;
	}
	
	.elementskit-megamenu-panel .elementor-section-wrap>.elementor-section>.elementor-container {
		max-width: none;
	}
}

.elementskit-dropdown-has>.sub-menu-toggle {
	display: none;
}

.ekit-nav-menu--empty-fallback {
	font-size: 0;
}

@media (min-width:766px) {
	.ekit_menu_responsive_mobile .ekit-nav-menu--empty-fallback, .ekit_menu_responsive_mobile .ekit-nav-menu--overlay {
		display: none;
	}
}

@media (min-width:1025px) {
	.ekit_menu_responsive_tablet .ekit-nav-menu--empty-fallback, .ekit_menu_responsive_tablet .ekit-nav-menu--overlay {
		display: none;
	}
}

.ekit-vertical-menu-tigger {
	display: block;
	background: #ffb25d;
	-webkit-box-shadow: 0 7px 15px rgba(255, 178, 93, .3);
	box-shadow: 0 7px 15px rgba(255, 178, 93, .3);
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 16px;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
}

.ekit-vertical-menu-tigger img:not([draggable]).vertical-menu-icon {
	max-width: 14px;
}

.ekit-vertical-menu-tigger .vertical-menu-icon {
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.ekit-vertical-menu-tigger:hover {
	color: #fff;
}

.vertical-menu-right-icon {
	margin-right: 7px;
}

.vertical-menu-left-icon {
	float: right;
}

.ekit-vertical-navbar-nav {
	padding-left: 0;
	list-style: none;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
	background-color: #fff;
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.ekit-vertical-navbar-nav .elementskit-dropdown, .ekit-vertical-navbar-nav .elementskit-megamenu-panel {
	margin-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.ekit-vertical-navbar-nav .elementskit-megamenu-has .elementskit-dropdown {
	display: none;
}

.ekit-vertical-navbar-nav>li:not(:last-child) {
	border-bottom: 1px solid #ededed;
}

.ekit-vertical-navbar-nav>li>a {
	font-size: 14px;
	font-weight: 500;
	color: #101010;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	padding-right: 19px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ekit-vertical-navbar-nav>li>a .ekit-menu-icon {
	margin-right: 7px;
	padding-right: 0;
}

.ekit-vertical-navbar-nav>li>a .ekit-menu-badge-arrow {
	display: none;
}

.ekit-vertical-navbar-nav>li>a .ekit-menu-badge {
	position: static;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 10px;
	-webkit-transform: none;
	transform: none;
}

.ekit-vertical-navbar-nav>li>a:hover {
	color: #4285f4;
}

.ekit-vertical-navbar-nav>li:hover>a {
	color: #4285f4;
}

.ekit-vertical-navbar-nav li.elementskit-dropdown-has {
	position: relative;
}

@media (min-width:1025px) {
	.ekit-vertical-navbar-nav li.elementskit-dropdown-has:hover>.elementskit-dropdown {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
}

@media (min-width:1025px) {
	.ekit-vertical-navbar-nav li.elementskit-megamenu-has.relative_position {
		position: relative;
	}
	
	.ekit-vertical-navbar-nav li.elementskit-megamenu-has.top_position {
		position: static;
	}
	
	.ekit-vertical-navbar-nav li.elementskit-megamenu-has:hover>.elementskit-megamenu-panel {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
}

@media (max-width:1024px) {
	.ekit-vertical-navbar-nav .elementskit-megamenu-panel {
		display: none;
		width: auto !important;
	}
	
	.ekit-vertical-navbar-nav .elementskit-mobile-builder-content .elementskit-megamenu-panel.elementskit-dropdown-open {
		display: block;
	}
	
	.ekit-vertical-navbar-nav .elementskit-dropdown-has .elementskit-dropdown.elementskit-dropdown-open {
		display: block;
	}
	
	.ekit-vertical-navbar-nav .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-dropdown {
		display: none;
	}
}

.ekit-vertical-navbar-nav .elementskit-dropdown {
	padding-left: 0;
	list-style: none;
	max-width: 220px;
	width: 100%;
}

@media (min-width:1025px) {
	.ekit-vertical-navbar-nav .elementskit-dropdown {
		position: absolute;
		left: 100%;
		top: 0;
		z-index: 100;
		background-color: #fff;
		-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
		box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
		pointer-events: none;
	}
}

@media (max-width:1024px) {
	.ekit-vertical-navbar-nav .elementskit-dropdown {
		display: none;
		max-height: none;
		max-width: 100%;
		padding: 10px 15px;
	}
}

@media (min-width:1025px) {
	.ekit-vertical-navbar-nav .elementskit-dropdown>li:not(:last-child) {
		border-bottom: 1px solid #ededed;
	}
}

.ekit-vertical-navbar-nav .elementskit-dropdown>li:first-child {
	margin-top: 0;
}

.ekit-vertical-navbar-nav .elementskit-dropdown>li:last-child {
	margin-bottom: 0;
}

.ekit-vertical-navbar-nav .elementskit-dropdown>li>a {
	font-size: 14px;
	font-weight: 500;
	color: #101010;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	padding-right: 19px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width:1025px) {
	.ekit-vertical-navbar-nav .elementskit-megamenu-panel {
		position: absolute;
		left: 100%;
		top: 0;
		z-index: 100;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
		pointer-events: none;
		width: 100%;
	}
}

.ekit-vertical-navbar-nav .elementskit-submenu-indicator {
	display: block;
	line-height: 1;
	margin-left: auto;
	position: relative;
	font-weight: 900;
	font-style: normal;
	font-family: "Font Awesome 5 Free";
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.ekit-vertical-navbar-nav .elementskit-submenu-indicator::before {
	content: "";
}

.ekit-vertical-navbar-nav .elementskit-submenu-indicator.ekit-spinner {
	width: 1em;
	height: 1em;
	border: 2px solid color-mix(in srgb, currentColor 25%, transparent);
	border-bottom-color: currentColor;
	border-radius: 50%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: ekit_ajax_spinner_rotation 1s linear infinite;
	animation: ekit_ajax_spinner_rotation 1s linear infinite;
}

.ekit-vertical-navbar-nav .elementskit-submenu-indicator.ekit-spinner::before {
	content: "";
	display: none;
}

.ekit-vertical-navbar-nav .ekit-submenu-indicator-icon {
	display: block;
	margin-left: auto;
	line-height: 1;
	position: relative;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.ekit-vertical-navbar-nav .ekit-ajax-loading .eicon-loading {
	font-family: eicons;
}

.ekit-vertical-navbar-nav .ekit-ajax-loading .eicon-loading::before {
	content: "";
}

.badge-position-right .ekit-vertical-navbar-nav .ekit-menu-badge {
	margin-left: auto;
}

.badge-position-right .ekit-menu-badge~.elementskit-submenu-indicator {
	margin-left: 12px;
}

.badge-position-right .ekit-menu-badge~.ekit-submenu-indicator-icon {
	margin-left: 12px;
}

.ekit-vertical-main-menu-on-click {
	position: relative;
}

.ekit-vertical-main-menu-on-click .ekit-vertical-menu-container {
	position: absolute;
	top: 100%;
	z-index: 1111;
	left: 0;
	width: 100%;
}

.ekit-vertical-main-menu-on-click.vertical-menu-active .ekit-vertical-menu-container {
	opacity: 1;
	visibility: visible;
}

.ekit-vertical-main-menu-on-click.vertical-menu-active .ekit-vertical-menu-tigger .vertical-menu-left-icon {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.ekit-vertical-main-menu-on-click .ekit-vertical-menu-container {
	opacity: 0;
	visibility: hidden;
}

.ekit-vertical-menu-container {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0;
}

table.dataTable tfoot th, table.dataTable thead th {
	font-weight: 700;
}

table.dataTable thead td, table.dataTable thead th {
	padding: 10px 18px;
	border-bottom: 1px solid #111;
}

table.dataTable thead td:active, table.dataTable thead th:active {
	outline: 0;
}

table.dataTable tfoot td, table.dataTable tfoot th {
	padding: 10px 18px 6px 18px;
	border-top: 1px solid #111;
}

table.dataTable thead .dt-ordering-asc, table.dataTable thead .dt-ordering-asc-disabled, table.dataTable thead .dt-ordering-desc, table.dataTable thead .dt-ordering-desc-disabled, table.dataTable thead th {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center right;
}

table.dataTable thead .dt-orderable-asc, table.dataTable thead .dt-orderable-desc {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/plugins/elementskit-lite/widgets/init/assets/img/arrow.png");
}

table.dataTable thead .dt-orderable-asc.nitro-lazy, table.dataTable thead .dt-orderable-desc.nitro-lazy {
	background-image: none !important;
}

table.dataTable thead .dt-ordering-asc {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_asc.png");
}

table.dataTable thead .dt-ordering-asc.nitro-lazy {
	background-image: none !important;
}

table.dataTable thead .dt-ordering-desc {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_desc.png");
}

table.dataTable thead .dt-ordering-desc.nitro-lazy {
	background-image: none !important;
}

table.dataTable thead .dt-ordering-asc-disabled {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/plugins/elementskit-lite/widgets/init/assets/img/sort_asc_disabled.png");
}

table.dataTable thead .dt-ordering-asc-disabled.nitro-lazy {
	background-image: none !important;
}

table.dataTable tbody tr {
	background-color: #fff;
}

table.dataTable tbody tr.selected {
	background-color: #b0bed9;
}

table.dataTable tbody td, table.dataTable tbody th {
	padding: 8px 10px;
}

.ekit_table.display table.dataTable tbody td, .ekit_table.display table.dataTable tbody th, table.dataTable.row-border tbody td, table.dataTable.row-border tbody th {
	border-top: 1px solid #ddd;
}

.ekit_table.display table.dataTable tbody tr:first-child td, .ekit_table.display table.dataTable tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.row-border tbody tr:first-child th {
	border-top: none;
}

table.dataTable.cell-border tbody td, table.dataTable.cell-border tbody th {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr td:first-child, table.dataTable.cell-border tbody tr th:first-child {
	border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child td, table.dataTable.cell-border tbody tr:first-child th {
	border-top: none;
}

.ekit_table.display table.dataTable tbody tr.odd, table.dataTable.stripe tbody tr.odd {
	background-color: #f9f9f9;
}

.ekit_table.display table.dataTable tbody tr.odd.selected, table.dataTable.stripe tbody tr.odd.selected {
	background-color: #acbad4;
}

.ekit_table.display table.dataTable tbody tr:hover, table.dataTable.hover tbody tr:hover {
	background-color: #f6f6f6;
}

.ekit_table.display table.dataTable tbody tr:hover.selected, table.dataTable.hover tbody tr:hover.selected {
	background-color: #aab7d1;
}

.ekit_table.display table.dataTable tbody tr>.sorting_1, .ekit_table.display table.dataTable tbody tr>.sorting_2, .ekit_table.display table.dataTable tbody tr>.sorting_3, table.dataTable.order-column tbody tr>.sorting_1, table.dataTable.order-column tbody tr>.sorting_2, table.dataTable.order-column tbody tr>.sorting_3 {
	background-color: #fafafa;
}

.ekit_table.display table.dataTable tbody tr.selected>.sorting_1, .ekit_table.display table.dataTable tbody tr.selected>.sorting_2, .ekit_table.display table.dataTable tbody tr.selected>.sorting_3, table.dataTable.order-column tbody tr.selected>.sorting_1, table.dataTable.order-column tbody tr.selected>.sorting_2, table.dataTable.order-column tbody tr.selected>.sorting_3 {
	background-color: #acbad5;
}

.ekit_table.display table.dataTable tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background-color: #f1f1f1;
}

.ekit_table.display table.dataTable tbody tr.odd>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
	background-color: #f3f3f3;
}

.ekit_table.display table.dataTable tbody tr.odd>.sorting_3, table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
	background-color: #f5f5f5;
}

.ekit_table.display table.dataTable tbody tr.odd.selected>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
	background-color: #a6b4cd;
}

.ekit_table.display table.dataTable tbody tr.odd.selected>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
	background-color: #a8b5cf;
}

.ekit_table.display table.dataTable tbody tr.odd.selected>.sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
	background-color: #a9b7d1;
}

.ekit_table.display table.dataTable tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color: #fafafa;
}

.ekit_table.display table.dataTable tbody tr.even>.sorting_2, table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
	background-color: #fcfcfc;
}

.ekit_table.display table.dataTable tbody tr.even>.sorting_3, table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
	background-color: #fefefe;
}

.ekit_table.display table.dataTable tbody tr.even.selected>.sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
	background-color: #acbad5;
}

.ekit_table.display table.dataTable tbody tr.even.selected>.sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
	background-color: #aebcd6;
}

.ekit_table.display table.dataTable tbody tr.even.selected>.sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
	background-color: #afbdd8;
}

.ekit_table.display table.dataTable tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
	background-color: #eaeaea;
}

.ekit_table.display table.dataTable tbody tr:hover>.sorting_2, table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
	background-color: #ececec;
}

.ekit_table.display table.dataTable tbody tr:hover>.sorting_3, table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
	background-color: #efefef;
}

.ekit_table.display table.dataTable tbody tr:hover.selected>.sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
	background-color: #a2aec7;
}

.ekit_table.display table.dataTable tbody tr:hover.selected>.sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
	background-color: #a3b0c9;
}

.ekit_table.display table.dataTable tbody tr:hover.selected>.sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
	background-color: #a5b2cb;
}

table.dataTable.no-footer {
	border-bottom: 1px solid #111;
}

table.dataTable.nowrap td, table.dataTable.nowrap th {
	white-space: nowrap;
}

table.dataTable.compact thead td, table.dataTable.compact thead th {
	padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot td, table.dataTable.compact tfoot th {
	padding: 4px;
}

table.dataTable.compact tbody td, table.dataTable.compact tbody th {
	padding: 4px;
}

table.dataTable td.dt-left, table.dataTable th.dt-left {
	text-align: left;
}

table.dataTable td.dataTables_empty, table.dataTable td.dt-center, table.dataTable th.dt-center {
	text-align: center;
}

table.dataTable td.dt-right, table.dataTable th.dt-right {
	text-align: right;
}

table.dataTable td.dt-justify, table.dataTable th.dt-justify {
	text-align: justify;
}

table.dataTable td.dt-nowrap, table.dataTable th.dt-nowrap {
	white-space: nowrap;
}

table.dataTable tfoot td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable thead th.dt-head-left {
	text-align: left;
}

table.dataTable tfoot td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable thead th.dt-head-center {
	text-align: center;
}

table.dataTable tfoot td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable thead th.dt-head-right {
	text-align: right;
}

table.dataTable tfoot td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable thead th.dt-head-justify {
	text-align: justify;
}

table.dataTable tfoot td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable thead th.dt-head-nowrap {
	white-space: nowrap;
}

table.dataTable tbody td.dt-body-left, table.dataTable tbody th.dt-body-left {
	text-align: left;
}

table.dataTable tbody td.dt-body-center, table.dataTable tbody th.dt-body-center {
	text-align: center;
}

table.dataTable tbody td.dt-body-right, table.dataTable tbody th.dt-body-right {
	text-align: right;
}

table.dataTable tbody td.dt-body-justify, table.dataTable tbody th.dt-body-justify {
	text-align: justify;
}

table.dataTable tbody td.dt-body-nowrap, table.dataTable tbody th.dt-body-nowrap {
	white-space: nowrap;
}

table.dataTable, table.dataTable td, table.dataTable th {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dt-container {
	position: relative;
	clear: both;
	zoom: 1;
}

.dt-container>.dt-buttons {
	position: relative;
	float: left;
	margin-bottom: 20px;
}

.dt-container>.dt-search {
	float: right;
	text-align: right;
	margin-bottom: 20px;
}

.dt-container>.dt-info {
	clear: both;
	float: left;
	margin-top: 20px;
}

.dt-container>.dt-paging {
	float: right;
	text-align: right;
	margin-top: 20px;
}

.dt-search input input {
	margin-left: .5em;
}

.dt-container .dt-paging button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: .5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	color: #333;
	border: 1px solid transparent;
	border-radius: 2px;
}

.dt-container .dt-paging button.current, .dt-container .dt-paging button.current:hover {
	color: #333;
	border: 1px solid #979797;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: linear-gradient(to bottom, #fff 0, #dcdcdc 100%);
}

.dt-container .dt-paging button.disabled, .dt-container .dt-paging button.disabled:active, .dt-container .dt-paging button.disabled:hover {
	cursor: default;
	color: #666;
	border: 1px solid transparent;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dt-container .dt-paging button:hover {
	color: #fff;
	border: 1px solid #111;
	background-color: #585858;
	background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));
	background: linear-gradient(to bottom, #585858 0, #111 100%);
}

.dt-container .dt-paging button:active {
	outline: 0;
	background-color: #2b2b2b;
	background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#0c0c0c));
	background: linear-gradient(to bottom, #2b2b2b 0, #0c0c0c 100%);
	-webkit-box-shadow: inset 0 0 3px #111;
	box-shadow: inset 0 0 3px #111;
}

.dt-container .dt-paging .ellipsis {
	padding: 0 1em;
}

.dt-container .dt-paging .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, .9)), color-stop(75%, rgba(255, 255, 255, .9)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dt-container .dataTables_processing, .dt-container .dt-info, .dt-container .dt-length, .dt-container .dt-paging, .dt-container .dt-search {
	color: #333;
}

.dt-container .dataTables_scroll {
	clear: both;
}

.dt-container .dataTables_scroll div.dataTables_scrollBody {
	-webkit-overflow-scrolling: touch;
}

.dt-container .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td, .dt-container .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th, .dt-container .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td, .dt-container .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th {
	vertical-align: middle;
}

.dt-container .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing, .dt-container .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing, .dt-container .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing, .dt-container .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.dt-container.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #111;
}

.dt-container.no-footer div.dataTables_scrollBody>table, .dt-container.no-footer div.dataTables_scrollHead table.dataTable {
	border-bottom: none;
}

.dt-container::after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

@media screen and (max-width:767px) {
	.dt-container .dt-info, .dt-container .dt-paging {
		float: none;
		text-align: center;
	}
	
	.dt-container .dt-paging {
		margin-top: .5em;
	}
}

@media screen and (max-width:640px) {
	.ekit-wid-con .ekit_table .dt-container .dt-layout-row {
		text-align: center;
	}
	
	.ekit-wid-con .ekit_table .dt-container .dt-layout-row:not(.dt-layout-table) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset;
		gap: 20px;
	}
	
	.ekit-wid-con .ekit_table .dt-container .dt-layout-row:not(.dt-layout-table) .dt-search .dt-input {
		width: 100%;
	}
	
	.ekit-wid-con .ekit_table .dt-container>.dt-buttons, .ekit-wid-con .ekit_table .dt-container>.dt-info, .ekit-wid-con .ekit_table .dt-container>.dt-paging, .ekit-wid-con .ekit_table .dt-container>.dt-search {
		float: none;
		text-align: center;
	}
}

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

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

div.dt-button-info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	margin-top: -100px;
	margin-left: -200px;
	background-color: #fff;
	border: 2px solid #111;
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, .3);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, .3);
	border-radius: 3px;
	text-align: center;
	z-index: 21;
}

div.dt-button-info h2 {
	padding: .5em;
	margin: 0;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	background-color: #f3f3f3;
}

div.dt-button-info>div {
	padding: 1em;
}

div.dt-button-collection-title {
	text-align: center;
	padding: .3em 0 .5em;
	font-size: .9em;
}

div.dt-button-collection-title:empty {
	display: none;
}

a.dt-button, button.dt-button, div.dt-button {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: .333em;
	margin-bottom: .333em;
	padding: .5em 1em;
	border: 1px solid #999;
	border-radius: 2px;
	cursor: pointer;
	font-size: .88em;
	line-height: 1.6em;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	background-color: #e9e9e9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9));
	background-image: linear-gradient(to bottom, #fff 0, #e9e9e9 100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	outline: 0;
}

a.dt-button.disabled, button.dt-button.disabled, div.dt-button.disabled {
	color: #999;
	border: 1px solid #d0d0d0;
	cursor: default;
	background-color: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9f9f9));
	background-image: linear-gradient(to bottom, #fff 0, #f9f9f9 100%);
}

a.dt-button.active:not(.disabled), a.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled), button.dt-button:active:not(.disabled), div.dt-button.active:not(.disabled), div.dt-button:active:not(.disabled) {
	background-color: #e2e2e2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e2e2e2));
	background-image: linear-gradient(to bottom, #f3f3f3 0, #e2e2e2 100%);
	-webkit-box-shadow: inset 1px 1px 3px #999;
	box-shadow: inset 1px 1px 3px #999;
}

a.dt-button.active:not(.disabled):hover:not(.disabled), a.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled), button.dt-button:active:not(.disabled):hover:not(.disabled), div.dt-button.active:not(.disabled):hover:not(.disabled), div.dt-button:active:not(.disabled):hover:not(.disabled) {
	-webkit-box-shadow: inset 1px 1px 3px #999;
	box-shadow: inset 1px 1px 3px #999;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#ccc));
	background-image: linear-gradient(to bottom, #eaeaea 0, #ccc 100%);
}

a.dt-button:hover, button.dt-button:hover, div.dt-button:hover {
	text-decoration: none;
}

a.dt-button:hover:not(.disabled), button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled) {
	border: 1px solid #666;
	background-color: #e0e0e0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e0e0e0));
	background-image: linear-gradient(to bottom, #f9f9f9 0, #e0e0e0 100%);
}

a.dt-button:focus:not(.disabled), button.dt-button:focus:not(.disabled), div.dt-button:focus:not(.disabled) {
	border: 1px solid #426c9e;
	text-shadow: 0 1px 0 #c4def1;
	outline: 0;
	background-color: #79ace9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bddef4), to(#79ace9));
	background-image: linear-gradient(to bottom, #bddef4 0, #79ace9 100%);
}

.dt-button embed {
	outline: 0;
}

div.dt-buttons {
	position: relative;
	float: left;
}

div.dt-buttons.buttons-right {
	float: right;
}

div.dt-button-collection {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	margin-top: 3px;
	padding: 8px 8px 4px 8px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .4);
	background-color: #fff;
	overflow: hidden;
	z-index: 2002;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	-ms-column-gap: 8px;
	-o-column-gap: 8px;
	column-gap: 8px;
}

div.dt-button-collection a.dt-button, div.dt-button-collection button.dt-button, div.dt-button-collection div.dt-button {
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
	float: none;
	margin-bottom: 4px;
	margin-right: 0;
}

div.dt-button-collection a.dt-button.active:not(.disabled), div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled), div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection div.dt-button.active:not(.disabled), div.dt-button-collection div.dt-button:active:not(.disabled) {
	background-color: #dadada;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#dadada));
	background-image: linear-gradient(to bottom, #f0f0f0 0, #dadada 100%);
	-webkit-box-shadow: inset 1px 1px 3px #666;
	box-shadow: inset 1px 1px 3px #666;
}

div.dt-button-collection.fixed {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	border-radius: 0;
}

div.dt-button-collection.fixed.two-column {
	margin-left: -150px;
}

div.dt-button-collection.fixed.three-column {
	margin-left: -225px;
}

div.dt-button-collection.fixed.four-column {
	margin-left: -300px;
}

div.dt-button-collection>* {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}

div.dt-button-collection.two-column {
	width: 300px;
	padding-bottom: 1px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
}

div.dt-button-collection.three-column {
	width: 450px;
	padding-bottom: 1px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
}

div.dt-button-collection.four-column {
	width: 600px;
	padding-bottom: 1px;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	-ms-column-count: 4;
	-o-column-count: 4;
	column-count: 4;
}

div.dt-button-collection .dt-button {
	border-radius: 0;
}

div.dt-button-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .7) 100%);
	z-index: 2001;
}

@media screen and (max-width:640px) {
	div.dt-buttons {
		float: none !important;
		text-align: center;
	}
}

a.dt-button.processing, button.dt-button.processing, div.dt-button.processing {
	color: rgba(0, 0, 0, .2);
}

a.dt-button.processing::after, button.dt-button.processing::after, div.dt-button.processing::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	content: " ";
	border: 2px solid #282828;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: dtb-spinner 1.5s infinite linear;
	-o-animation: dtb-spinner 1.5s infinite linear;
	-ms-animation: dtb-spinner 1.5s infinite linear;
	-webkit-animation: dtb-spinner 1.5s infinite linear;
	-moz-animation: dtb-spinner 1.5s infinite linear;
}

table.DTFC_Cloned tfoot, table.DTFC_Cloned thead {
	background-color: #fff;
}

div.DTFC_Blocker {
	background-color: #fff;
}

div.DTFC_LeftWrapper table.dataTable, div.DTFC_RightWrapper table.dataTable {
	margin-bottom: 0;
	z-index: 2;
}

div.DTFC_LeftWrapper table.dataTable.no-footer, div.DTFC_RightWrapper table.dataTable.no-footer {
	border-bottom: none;
}

table.fixedHeader-floating {
	position: fixed !important;
	background-color: #fff;
}

table.fixedHeader-floating.no-footer {
	border-bottom-width: 0;
}

table.fixedHeader-locked {
	position: absolute !important;
	background-color: #fff;
}

@media print {
	table.fixedHeader-floating {
		display: none;
	}
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child {
	cursor: default !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child::before, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty::before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child::before {
	display: none !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child::before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child::before {
	top: 9px;
	left: 4px;
	height: 14px;
	width: 14px;
	display: block;
	position: absolute;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 14px;
	-webkit-box-shadow: 0 0 3px #444;
	box-shadow: 0 0 3px #444;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	font-family: "Courier New", Courier, monospace;
	line-height: 14px;
	content: "+";
	background-color: #31b131;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child::before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child::before {
	content: "-";
	background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child, table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child {
	padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child::before, table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child::before {
	top: 5px;
	left: 4px;
	height: 14px;
	width: 14px;
	border-radius: 14px;
	line-height: 14px;
	text-indent: 3px;
}

table.dataTable.dtr-column>tbody>tr>td.control, table.dataTable.dtr-column>tbody>tr>th.control {
	position: relative;
	cursor: pointer;
}

table.dataTable.dtr-column>tbody>tr>td.control::before, table.dataTable.dtr-column>tbody>tr>th.control::before {
	top: 50%;
	left: 50%;
	height: 16px;
	width: 16px;
	margin-top: -10px;
	margin-left: -10px;
	display: block;
	position: absolute;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 14px;
	-webkit-box-shadow: 0 0 3px #444;
	box-shadow: 0 0 3px #444;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	font-family: "Courier New", Courier, monospace;
	line-height: 14px;
	content: "+";
	background-color: #31b131;
}

table.dataTable.dtr-column>tbody>tr.parent td.control::before, table.dataTable.dtr-column>tbody>tr.parent th.control::before {
	content: "-";
	background-color: #d33333;
}

table.dataTable>tbody>tr.child {
	padding: .5em 1em;
}

table.dataTable>tbody>tr.child:hover {
	background: 0 0 !important;
}

table.dataTable>tbody>tr.child ul.dtr-details {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
	border-bottom: 1px solid #efefef;
	padding: .5em 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
	padding-top: 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
	border-bottom: none;
}

table.dataTable>tbody>tr.child span.dtr-title {
	display: inline-block;
	min-width: 75px;
	font-weight: 700;
}

div.dtr-modal {
	position: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
	padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 50%;
	overflow: auto;
	margin: auto;
	z-index: 102;
	overflow: auto;
	background-color: #f5f5f7;
	border: 1px solid #000;
	border-radius: .5em;
	-webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, .6);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .6);
}

div.dtr-modal div.dtr-modal-content {
	position: relative;
	padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 22px;
	height: 22px;
	border: 1px solid #eaeaea;
	background-color: #f9f9f9;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
	background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	background: rgba(0, 0, 0, .6);
}

@media screen and (max-width:767px) {
	div.dtr-modal div.dtr-modal-display {
		width: 95%;
	}
}

table.dataTable tr.dtrg-group td {
	background-color: #e0e0e0;
}

table.dataTable tr.dtrg-group.dtrg-level-0 td {
	font-weight: 700;
}

table.dataTable tr.dtrg-group.dtrg-level-1 td, table.dataTable tr.dtrg-group.dtrg-level-2 td {
	background-color: #f0f0f0;
	padding-top: .25em;
	padding-bottom: .25em;
	padding-left: 2em;
	font-size: .9em;
}

table.dataTable tr.dtrg-group.dtrg-level-2 td {
	background-color: #f3f3f3;
}

.ekit_table .dt-container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.ekit_table table.dataTable.no-footer {
	border-bottom: 1px solid #e6e6e6;
}

.ekit_table .dt-container select:not([multiple]) {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border-radius: 0;
	border: solid 1px #bbb;
	padding: 12px 48px 12px 18px;
}

.ekit_table .dt-container select:not([multiple])::after {
	content: " - Remember this";
}

.ekit_table .dt-container .dt-search input {
	border: solid 1px #bbb;
	padding: 12px 48px 12px 18px;
}

.ekit_table table.dataTable thead th {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .3px;
	color: #fff;
}

.ekit_table.display table.dataTable tbody tr td {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #f9f9f9;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child {
	cursor: default !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child::before, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty::before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child::before {
	display: none !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child::before, table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child::before {
	top: 9px;
	left: 4px;
	height: 14px;
	width: 14px;
	display: block;
	position: absolute;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 14px;
	-webkit-box-shadow: 0 0 3px #444;
	box-shadow: 0 0 3px #444;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	font-family: "Courier New", Courier, monospace;
	line-height: 14px;
	content: "+";
	background-color: #31b131;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child::before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child::before {
	content: "-";
	background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child, table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child {
	padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child::before, table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child::before {
	top: 5px;
	left: 4px;
	height: 14px;
	width: 14px;
	border-radius: 14px;
	line-height: 14px;
	text-indent: 3px;
}

table.dataTable.dtr-column>tbody>tr>td.control, table.dataTable.dtr-column>tbody>tr>th.control {
	position: relative;
	cursor: pointer;
}

table.dataTable.dtr-column>tbody>tr>td.control::before, table.dataTable.dtr-column>tbody>tr>th.control::before {
	top: 50%;
	left: 50%;
	height: 16px;
	width: 16px;
	margin-top: -10px;
	margin-left: -10px;
	display: block;
	position: absolute;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 14px;
	-webkit-box-shadow: 0 0 3px #444;
	box-shadow: 0 0 3px #444;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	font-family: "Courier New", Courier, monospace;
	line-height: 14px;
	content: "+";
	background-color: #31b131;
}

table.dataTable.dtr-column>tbody>tr.parent td.control::before, table.dataTable.dtr-column>tbody>tr.parent th.control::before {
	content: "-";
	background-color: #d33333;
}

table.dataTable>tbody>tr.child {
	padding: .5em 1em;
}

table.dataTable>tbody>tr.child:hover {
	background: 0 0 !important;
}

table.dataTable>tbody>tr.child ul.dtr-details {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
	border-bottom: 1px solid #efefef;
	padding: .5em 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
	padding-top: 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
	border-bottom: none;
}

table.dataTable>tbody>tr.child span.dtr-title {
	display: inline-block;
	min-width: 75px;
	font-weight: 700;
}

div.dtr-modal {
	position: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
	padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 50%;
	overflow: auto;
	margin: auto;
	z-index: 102;
	overflow: auto;
	background-color: #f5f5f7;
	border: 1px solid #000;
	border-radius: .5em;
	-webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, .6);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .6);
}

div.dtr-modal div.dtr-modal-content {
	position: relative;
	padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 22px;
	height: 22px;
	border: 1px solid #eaeaea;
	background-color: #f9f9f9;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
	background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	background: rgba(0, 0, 0, .6);
}

@media screen and (max-width:767px) {
	div.dtr-modal div.dtr-modal-display {
		width: 95%;
	}
}

.elementskit-invisible {
	visibility: hidden;
}

.ekit-wid-con .select {
	cursor: pointer;
	display: block;
	position: relative;
	font-size: 16px;
	color: #7b7b7b;
	width: 220px;
	height: 44px;
	float: right;
}

.met_d--block {
	display: block;
}

.met_d--none {
	display: none;
}

.met_d--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.before\:last\:met_d--none:last-child::before {
	display: none;
}

.after\:first\:met_d--none:first-child::after {
	display: none;
}

.after\:active\:met_d--none.active::after {
	display: none;
}

.met_w--12 {
	width: 12px;
}

.met_w--16 {
	width: 16px;
}

.met_w--20 {
	width: 20px;
}

.met_w--24 {
	width: 24px;
}

.met_w--48 {
	width: 48px;
}

.before\:met_w--4::before {
	width: 4px;
}

.before\:met_w--16::before {
	width: 16px;
}

.before\:met_w--19::before {
	width: 19px;
}

.before\:met_w--48::before {
	width: 48px;
}

.active\::before\:met_w--18.active::before {
	width: 18px;
}

.after\:met_w--1::after {
	width: 1px;
}

.met_h--12 {
	height: 12px;
}

.met_h--16 {
	height: 16px;
}

.met_h--20 {
	height: 20px;
}

.met_h--24 {
	height: 24px;
}

.met_h--48 {
	height: 48px;
}

.before\:met_h--4::before {
	height: 4px;
}

.before\:met_h--16::before {
	height: 16px;
}

.before\:met_h--19::before {
	height: 19px;
}

.before\:met_h--48::before {
	height: 48px;
}

.active\::before\:met_h--18.active::before {
	height: 18px;
}

.after\:met_h--1::after {
	height: 1px;
}

.after\:met_content::after, .before\:met_content::before {
	content: " ";
}

.met_pos--fixed {
	position: fixed;
}

.met_pos--relative {
	position: relative;
}

.met_pos--absolute {
	position: absolute;
}

.before\:met_pos--absolute::before {
	position: absolute;
}

.after\:met_pos--absolute::after {
	position: absolute;
}

.met_top--0 {
	top: 0;
}

.met_top--15 {
	top: 15px;
}

.met_top--20 {
	top: 20px;
}

.met_top--50p {
	top: 50%;
}

.met_top--100p {
	top: 100%;
}

.before\:met_top--0::before {
	top: 0;
}

.before\:met_top--5::before {
	top: 5px;
}

.before\:met_top--12::before {
	top: 12px;
}

.before\:active\:met_top--13.active::before {
	top: 13px;
}

.after\:met_top--m1::after {
	top: -1px;
}

.after\:met_top--5::after {
	top: 5px;
}

.met_bottom--0 {
	bottom: 0;
}

.met_bottom--20 {
	bottom: 20px;
}

.met_bottom--100p {
	bottom: 100%;
}

.before\:met_bottom--0::before {
	bottom: 0;
}

.met_left--0 {
	left: 0;
}

.met_left--1 {
	left: 1px;
}

.met_left--20 {
	left: 20px;
}

.met_left--50p {
	left: 50%;
}

.met_left--100p {
	left: 100%;
}

.before\:met_left--0::before {
	left: 0;
}

.before\:met_left--5::before {
	left: 5px;
}

.before\:met_left--12::before {
	left: 12px;
}

.before\:active\:met_left--13.active::before {
	left: 13px;
}

.after\:met_left--m1::after {
	left: -1px;
}

.after\:met_left--5::after {
	left: 5px;
}

.met_right--0 {
	right: 0;
}

.met_right--20 {
	right: 20px;
}

.met_right--100p {
	right: 100%;
}

.met_mx--m40 {
	margin-left: -40px;
	margin-right: -40px;
}

.met_mx--m28 {
	margin-left: -28px;
	margin-right: -28px;
}

.met_mx--12 {
	margin-left: 12px;
	margin-right: 12px;
}

.met_mx--20 {
	margin-left: 20px;
	margin-right: 20px;
}

.met_mx--24 {
	margin-left: 24px;
	margin-right: 24px;
}

.met_mx--36 {
	margin-left: 36px;
	margin-right: 36px;
}

.met_my--m40 {
	margin-top: -40px;
	margin-bottom: -40px;
}

.met_my--m28 {
	margin-top: -28px;
	margin-bottom: -28px;
}

.met_my--12 {
	margin-top: 12px;
	margin-bottom: 12px;
}

.met_my--20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.met_my--24 {
	margin-top: 24px;
	margin-bottom: 24px;
}

.met_my--36 {
	margin-top: 36px;
	margin-bottom: 36px;
}

.met_m--0 {
	margin: 0;
}

.met_ml--1 {
	margin-left: 1px;
}

.met_ml--6 {
	margin-left: 6px;
}

.met_ml--15 {
	margin-left: 15px;
}

.met_ml--20 {
	margin-left: 20px;
}

.met_ml--21 {
	margin-left: 21px;
}

.met_ml--35 {
	margin-left: 35px;
}

.met_mr--1 {
	margin-right: 1px;
}

.met_mr--10 {
	margin-right: 10px;
}

.met_mr--15 {
	margin-right: 15px;
}

.met_mr--20 {
	margin-right: 20px;
}

.met_mb--0 {
	margin-bottom: 0;
}

.met_mb--0i {
	margin-bottom: 0 !important;
}

.met_mb--20 {
	margin-bottom: 20px;
}

.met_not_last_mr--20:not(:last-child) {
	margin-right: 20px;
}

.met_not_last_mb--20:not(:last-child) {
	margin-bottom: 20px;
}

.met_p--0 {
	padding: 0;
}

.met_px--8 {
	padding-left: 8px;
	padding-right: 8px;
}

.met_py--5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.met_pt--10 {
	padding-top: 10px;
}

.met_pl--10 {
	padding-left: 10px;
}

.met_pr--10 {
	padding-right: 10px;
}

.met_pb--10 {
	padding-bottom: 10px;
}

.met_color--white {
	color: #fff;
}

.active>.active\:met_bgc--nonei {
	background-color: transparent !important;
}

.active .active\:_\:met_bgc--nonei {
	background-color: transparent !important;
}

.met_bd--2 {
	border: solid 2px;
}

.met_bd--6 {
	border: solid 6px;
}

.met_bdt--2 {
	border-top: solid 2px;
}

.met_bdt--4 {
	border-top: solid 4px;
}

.met_bdt--6 {
	border-top: solid 6px;
}

.met_bdl--2 {
	border-left: solid 2px;
}

.met_bdl--4 {
	border-left: solid 4px;
}

.met_bdl--6 {
	border-left: solid 6px;
}

.before\:met_bdt--2::before {
	border-top: solid 2px;
}

.before\:met_bdl--2::before {
	border-left: solid 2px;
}

.after\:met_bdt--2::after {
	border-top: solid 2px;
}

.after\:met_bdl--2::after {
	border-left: solid 2px;
}

.active>.active\:met_bd--1 {
	border-style: solid;
	border-width: 1px;
}

.active .active\:_\:met_bd--1 {
	border-style: solid;
	border-width: 1px;
}

.met_bdc--none {
	border-color: transparent;
}

.met_bdt_color--current {
	border-top-color: currentColor;
}

.met_bdb_color--current {
	border-bottom-color: currentColor;
}

.met_bdl_color--current {
	border-left-color: currentColor;
}

.met_bdr_color--current {
	border-right-color: currentColor;
}

.met_radius--4 {
	border-radius: 4px;
}

.met_radius--circle {
	border-radius: 50%;
}

.before\:met_radius--circle::before {
	border-radius: 50%;
}

.met_shadow_inset--6 {
	-webkit-box-shadow: inset 0 0 0 6px currentColor;
	box-shadow: inset 0 0 0 6px currentColor;
}

.active>.active\:met_shadow_inset--1 {
	-webkit-box-shadow: inset 0 0 0 1px currentColor;
	box-shadow: inset 0 0 0 1px currentColor;
}

.active>.active\:met_shadow_inset--8 {
	-webkit-box-shadow: inset 0 0 0 8px currentColor;
	box-shadow: inset 0 0 0 8px currentColor;
}

.active .active\:_\:met_shadow_inset--1 {
	-webkit-box-shadow: inset 0 0 0 1px currentColor;
	box-shadow: inset 0 0 0 1px currentColor;
}

.met_fs--14 {
	font-size: 14px;
}

.met_lh--0 {
	line-height: 0;
}

.met_lh--16 {
	line-height: 16px;
}

.met_list--none {
	list-style: none;
}

.met_text--nowrap {
	white-space: nowrap;
}

.whitespace--normal {
	white-space: normal !important;
}

.met_opacity--0 {
	opacity: 0;
}

.met_opacity--8 {
	opacity: .08;
}

.met_opacity--30 {
	opacity: .3;
}

.met_opacity--70 {
	opacity: .7;
}

.hover\:met_opacity--60:hover {
	opacity: .6;
}

.hover\:met_opacity--100:hover {
	opacity: 1;
}

a:hover>.a\:hover\:met_opacity--60 {
	opacity: .6;
}

a:hover>.a\:hover\:met_opacity--100 {
	opacity: 1;
}

.before\:met_opacity--30::before {
	opacity: .3;
}

.after\:met_opacity--30::after {
	opacity: .3;
}

.active>.active\:met_opacity--0 {
	opacity: 0;
}

.active>.active\:met_opacity--100 {
	opacity: 1;
}

.active .active\:_\:met_opacity--0 {
	opacity: 0;
}

.active .active\:_\:met_opacity--100 {
	opacity: 100;
}

.met_transition--300ms {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.before\:met_transition--300ms::before {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.met_translateTop--m50p {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.met_translateLeft--m50p {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.met_scale--0 {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.hover\:met_scaleX--200:hover {
	-webkit-transform: scaleX(2);
	transform: scaleX(2);
}

.hover\:met_scaleY--200:hover {
	-webkit-transform: scaleY(2);
	transform: scaleY(2);
}

a:hover>.a:hover\:met_scalex--200:hover {
	-webkit-transform: scaleX(2);
	transform: scaleX(2);
}

a:hover>.a:hover\:met_scaley--200:hover {
	-webkit-transform: scaleY(2);
	transform: scaleY(2);
}

.active>.active\:met_scale--150 {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.active>.active\:met_scaleX--20 {
	-webkit-transform: scaleX(.2);
	transform: scaleX(.2);
}

.active>.active\:met_scaleX--200 {
	-webkit-transform: scaleX(2);
	transform: scaleX(2);
}

.active>.active\:met_scaleY--20 {
	-webkit-transform: scaleY(.2);
	transform: scaleY(.2);
}

.active>.active\:met_scaleY--200 {
	-webkit-transform: scaleY(2);
	transform: scaleY(2);
}

.active .active\:_\:met_scale--40 {
	-webkit-transform: scale(.4);
	transform: scale(.4);
}

.active .active\:_\:met_scale--150 {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.active .active\:_\:met_scaleX--20 {
	-webkit-transform: scaleX(.2);
	transform: scaleX(.2);
}

.active .active\:_\:met_scaleX--100 {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.active .active\:_\:met_scaleX--200 {
	-webkit-transform: scaleX(2);
	transform: scaleX(2);
}

.active .active\:_\:met_scaleY--20 {
	-webkit-transform: scaleY(.2);
	transform: scaleY(.2);
}

.active .active\:_\:met_scaleY--100 {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.active .active\:_\:met_scaleY--200 {
	-webkit-transform: scaleY(2);
	transform: scaleY(2);
}

.met_scale--top {
	-webkit-transform-origin: top;
	transform-origin: top;
}

.met_scale--bottom {
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
}

.met_scale--left {
	-webkit-transform-origin: left;
	transform-origin: left;
}

.met_scale--right {
	-webkit-transform-origin: right;
	transform-origin: right;
}

.elementor-editor-active .editor\:met_display--none, .elementor-editor-preview .editor\:met_display--none {
	display: none;
}

.ekit-wid-con .ekit_social_media, .ekit-wid-con .ekit_socialshare {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.ekit-wid-con .ekit_social_media>li>a, .ekit-wid-con .ekit_socialshare>li>a {
	display: block;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .ekit_social_media>li>a i, .ekit-wid-con .ekit_socialshare>li>a i {
	vertical-align: middle;
	display: inline-block;
}

.ekit-wid-con .ekit_social_media>li>a svg, .ekit-wid-con .ekit_socialshare>li>a svg {
	max-width: 16px;
	height: auto;
	vertical-align: middle;
}

@media (max-width:1024px) {
	.ekit-wid-con .ekit_social_media>li, .ekit-wid-con .ekit_socialshare>li {
		margin-bottom: 20px;
	}
}

.ekit-wid-con .ekit_socialshare>li>div {
	display: block;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .ekit_socialshare>li>div i {
	vertical-align: middle;
	display: inline-block;
}

.ekit-wid-con .ekit_socialshare>li>div svg {
	max-width: 16px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .ekit-post-list-wrapper .elementor-icon-list-item a {
	background-color: transparent !important;
}

.ekit-wid-con .ekit-post-list-wrapper.elementor-inline-items .elementor-icon-list-item {
	margin: 0;
}

.ekit-wid-con .elementor-inline-items {
	margin: 0 !important;
}

.ekit-wid-con .elementor-inline-items .elementor-icon-list-item {
	display: inline-block;
}

.ekit-wid-con .elementor-inline-items .elementor-icon-list-item::after {
	display: inline-block;
}

.elementor-widget .ekit-wid-con .elementor-inline-items .elementor-icon-list-item::after {
	position: absolute;
}

.ekit-wid-con .elementor-inline-items .elementor-icon-list-item:last-child::after {
	display: none;
}

.elementor-widget-elementskit-page-list:not(.ekit-has-divider-yes) .ekit-wid-con .elementor-inline-items .elementor-icon-list-item::after {
	display: none;
}

.ekit-wid-con .elementor-inline-items.row .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	margin-right: 0 !important;
	margin-left: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ekit-wid-con .elementor-inline-items.row .elementor-icon-list-item a {
	padding: 5px 15px;
}

.ekit-wid-con .elementor-icon-list-item>a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.ekit-wid-con .elementor-icon-list-item>a.ekit_badge_right {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.ekit-wid-con .ekit_menu_label {
	border-radius: 3px;
	padding: 2px 5px;
	display: inline-block;
	font-size: 10px;
	color: #fff;
	background-color: #c91765;
	margin-left: 5px;
}

.ekit-wid-con .ekit_menu_subtitle {
	font-size: 11px;
	font-style: normal;
	color: #8d96ae;
	display: block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementor-icon-list-text {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .ekit_page_list_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-widget-elementskit-page-list.elementor-align-center .ekit-wid-con .ekit_page_list_content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-widget-elementskit-page-list.elementor-align-left .ekit-wid-con .ekit_page_list_content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.elementor-widget-elementskit-page-list.elementor-align-right .ekit-wid-con .ekit_page_list_content {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.ekit-wid-con .elementor-icon-list-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	line-height: inherit;
}

.ekit-wid-con .elementor-icon-list-icon svg {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementor-icon-list-icon>i {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-enabled-bg-img .elementor-icon-list-item a {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center center;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ekit-enabled-bg-img .elementor-icon-list-item a::after {
	content: "";
	background-color: rgba(34, 34, 34, .7);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.ekit-enabled-bg-img .elementor-icon-list-item a:hover::after {
	background-color: rgba(34, 34, 34, .9);
}

.ekit-enabled-bg-img .elementor-icon-list-item a .ekit_post_list_content_wraper {
	z-index: 1;
}

.ekit-enabled-bg-img .elementor-icon-list-item a>img {
	z-index: 1;
}

.ekit-wid-con .nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ekit-wid-con .ekit-form form p {
	margin-bottom: 0;
}

.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	color: #495057;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	height: 56px;
	border-radius: 0;
	padding-left: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):hover {
	border-color: #333;
}

.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
	border-color: #4d68ff;
}

.ekit-wid-con .ekit-form form input[type=submit] {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 12px 72px;
	font-size: .9375rem;
	background-color: #313636;
	border: 0 solid #000;
	color: #fff;
	cursor: pointer;
}

.ekit-wid-con .ekit-form form input[type=submit]:hover {
	background-color: #4d68ff;
}

.ekit-wid-con .ekit-form form select {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	color: #495057;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	height: 56px;
}

.ekit-wid-con .ekit-form form select[multiple] {
	height: 100px;
}

.ekit-wid-con .ekit-form form label {
	margin-bottom: 7px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #313636;
	font-weight: 400;
}

.ekit-wid-con .ekit-form form label span {
	color: #777;
	font-size: .8125rem;
	display: block;
}

.ekit-wid-con .ekit-form form textarea {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	color: #495057;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	border-radius: 0;
	padding-left: 30px;
	height: 176px;
	resize: none;
	padding-top: 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ekit-wid-con .ekit-form form textarea:hover {
	border-color: #333;
}

.ekit-wid-con .ekit-form form textarea:focus {
	border-color: #4d68ff;
}

.ekit-wid-con .ekit-form form .intl-tel-input {
	width: 100%;
}

.ekit-wid-con .ekit-form form .ekit-form-input {
	margin-bottom: 50px;
}

.ekit-wid-con .btn-text-primary {
	color: #4285f4;
}

.ekit-wid-con .btn-pill {
	border-radius: 2rem;
}

.ekit-wid-con .d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ekit-wid-con .ekit-review-wrapper {
	background-color: #f2f2f5;
	font-family: Roboto, sans-serif;
	overflow: hidden;
}

.ekit-wid-con .ekit-review-overview, .ekit-wid-con .review-card-overview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
}

.ekit-wid-con .ekit-review-card, .ekit-wid-con .ekit-review-overview {
	background-color: #fff;
}

.ekit-wid-con .ekit-review-card h4, .ekit-wid-con .ekit-review-overview h4 {
	margin: 0;
	white-space: nowrap;
}

.ekit-wid-con .ekit-review-card--name, .ekit-wid-con .ekit-review-card--rating .rating-average, .ekit-wid-con .ekit-review-card--title h4, .ekit-wid-con .ekit-review-overview--name, .ekit-wid-con .ekit-review-overview--rating .rating-average, .ekit-wid-con .ekit-review-overview--title h4 {
	color: #000032;
}

.ekit-wid-con .ekit-review-card--rating .rating-average, .ekit-wid-con .ekit-review-overview--rating .rating-average {
	font-weight: 500;
}

.ekit-wid-con .ekit-review-card--rating>div, .ekit-wid-con .ekit-review-overview--rating>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ekit-wid-con .ekit-review-card--rating .rating-average, .ekit-wid-con .ekit-review-overview--rating .rating-average {
	font-size: 18px;
	font-weight: 700;
}

.ekit-wid-con .ekit-review-card--rating .rating-stars, .ekit-wid-con .ekit-review-overview--rating .rating-stars {
	margin: 0 .5rem;
}

.ekit-wid-con .ekit-review-card--rating .rating-text, .ekit-wid-con .ekit-review-overview--rating .rating-text {
	color: #878787;
	margin-bottom: 0;
}

.ekit-wid-con .ekit-review-overview {
	padding: 1.5rem 2rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 1.5rem 0;
	border-width: 1px;
}

.ekit-wid-con .ekit-review-overview--thumbnail {
	margin-right: 1rem;
}

.ekit-wid-con .ekit-review-overview--thumbnail img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.ekit-wid-con .ekit-review-overview--title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ekit-wid-con .ekit-review-overview--title img {
	height: 26px;
	margin-right: .5rem;
}

.ekit-wid-con .ekit-review-overview--title h4 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
}

.ekit-wid-con .ekit-review-overview--title h4 span {
	font-family: Roboto;
	font-size: 26px;
	font-weight: 900;
	text-transform: capitalize;
}

.ekit-wid-con .ekit-review-overview--rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ekit-wid-con .ekit-review-overview--rating .rating-average, .ekit-wid-con .ekit-review-overview--rating .rating-text {
	line-height: 27px;
}

.ekit-wid-con .ekit-review-overview--rating .rating-text {
	font-style: italic;
	font-size: 12px;
	font-weight: 400;
}

.ekit-wid-con .ekit-review-overview--rating .rating-average {
	font-size: 22px;
	font-weight: 700;
}

.ekit-wid-con .ekit-review-overview--stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 10px;
	height: 27px;
}

.ekit-wid-con .ekit-review-overview--stars .icon {
	font-size: 20px;
}

.ekit-wid-con .ekit-review-overview--actions {
	display: grid;
	place-items: center;
}

.ekit-wid-con .ekit-review-overview--actions .btn {
	font-size: 15px;
	font-weight: 400;
	padding: 0 30px;
	color: #fff;
	min-height: 35px;
	line-height: 35px;
}

.ekit-wid-con .ekit-review-cards-grid .ekit-review-card--comment, .ekit-wid-con .ekit-review-slider-wrapper .ekit-review-card--comment {
	overflow: hidden;
}

.ekit-wid-con .ekit-review-cards-masonry .ekit-review-card {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid-column;
}

.ekit-wid-con .ekit-review-cards-list .ekit-review-card--comment {
	min-height: unset;
}

.ekit-wid-con .ekit-review-card {
	overflow: hidden;
	position: relative;
	border-color: #f2f2f5;
	border-width: 1px;
	padding: 2rem;
	display: grid;
	grid-template-columns: auto auto 1fr;
	grid-template-areas: "thumbnail name name" "thumbnail date date" "thumbnail stars stars" "comment comment comment" "posted-on posted-on posted-on";
}

.ekit-wid-con .ekit-review-card::before {
	content: "";
}

.ekit-wid-con .ekit-review-card--date, .ekit-wid-con .ekit-review-card--desc {
	grid-area: date;
}

.ekit-wid-con .ekit-review-card--top-right-logo {
	position: absolute;
	top: 2rem;
	right: 2rem;
	z-index: 10;
}

.ekit-wid-con .ekit-review-card--top-right-logo i {
	font-size: 20px;
}

.ekit-wid-con .ekit-review-card--image, .ekit-wid-con .ekit-review-card--image img, .ekit-wid-con .ekit-review-card--thumbnail img {
	border-radius: 50%;
}

.ekit-wid-con .ekit-review-card--image {
	width: 60px;
	height: 60px;
	grid-area: thumbnail;
	min-width: 60px;
	border-radius: 50%;
	background-color: #eae9f7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem;
	position: relative;
}

.ekit-wid-con .ekit-review-card--image img {
	height: 100%;
	width: 100%;
}

.ekit-wid-con .ekit-review-card--thumbnail {
	grid-area: thumbnail;
	padding-right: 1rem;
}

.ekit-wid-con .ekit-review-card--thumbnail .thumbnail {
	width: 40px;
	height: 40px;
	min-width: 40px;
	border-radius: 50%;
}

.ekit-wid-con .ekit-review-card--thumbnail-badge .badge, .ekit-wid-con .ekit-review-card--thumbnail-badge>div {
	position: relative;
}

.ekit-wid-con .ekit-review-card--thumbnail-badge .badge {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
}

.ekit-wid-con .ekit-review-card--thumbnail-badge .badge img {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}

.ekit-wid-con .ekit-review-card--average, .ekit-wid-con .ekit-review-card--title {
	color: #000032;
}

.ekit-wid-con .ekit-review-card--title {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 .8rem 0;
}

.ekit-wid-con .ekit-review-card--name {
	grid-area: name;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 .25rem 0;
}

.ekit-wid-con .ekit-review-card--rating .rating-text {
	font-size: 13px;
}

.ekit-wid-con .ekit-review-card--average {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	margin-right: 1rem;
}

.ekit-wid-con .ekit-review-card--stars {
	grid-area: stars;
	color: #f4be28;
	font-size: 13px;
	line-height: 20px;
}

.ekit-wid-con .ekit-review-card--date, .ekit-wid-con .ekit-review-card--desc, .ekit-wid-con .ekit-review-card--posted-on p {
	margin-bottom: 0;
}

.ekit-wid-con .ekit-review-card--top-right-image {
	position: absolute;
	top: 2rem;
	right: 2rem;
}

.ekit-wid-con .ekit-review-card--comment {
	grid-area: comment;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #32323d;
}

.ekit-wid-con .ekit-review-card--comment .more {
	color: #3476e0;
	cursor: pointer;
}

.ekit-wid-con .ekit-review-card--actions {
	grid-area: actions;
}

.ekit-wid-con .ekit-review-card--actions .btn {
	padding: 0;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 600;
	color: #4285f4;
}

.ekit-wid-con .ekit-review-card--actions .btn:hover {
	color: #3476e0;
}

.ekit-wid-con .ekit-review-card--actions .btn:first-child {
	margin-right: 10px;
}

.ekit-wid-con .ekit-review-card--posted-on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-area: posted-on;
}

.ekit-wid-con .ekit-review-card--posted-on p {
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
}

.ekit-wid-con .ekit-review-card--posted-on h5 {
	margin: 0;
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
}

.ekit-wid-con .ekit-review-card-bubble {
	background-color: transparent !important;
}

.ekit-wid-con .ekit-review-card-bubble::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: calc(100% - 100px);
	z-index: 1;
}

.ekit-wid-con .ekit-review-card-bubble::after {
	content: "";
	position: absolute;
	left: 2.4rem;
	top: calc(100% - 116px);
	height: 1.5rem;
	width: 1.5rem;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--comment, .ekit-wid-con .ekit-review-card-bubble .ekit-review-card--date, .ekit-wid-con .ekit-review-card-bubble .ekit-review-card--name, .ekit-wid-con .ekit-review-card-bubble .ekit-review-card--posted-on, .ekit-wid-con .ekit-review-card-bubble .ekit-review-card--stars, .ekit-wid-con .ekit-review-card-bubble .ekit-review-card--thumbnail {
	z-index: 10;
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--posted-on {
	display: none;
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--comment, .ekit-wid-con .ekit-review-card-bubble .ekit-review-card--stars {
	grid-column: 1/4;
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--stars {
	grid-row: 1;
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--comment {
	grid-row: 2;
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--date, .ekit-wid-con .ekit-review-card-bubble .ekit-review-card--name {
	grid-column: 2/4;
	text-align: left;
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--name, .ekit-wid-con .ekit-review-card-bubble .ekit-review-card--thumbnail {
	margin-top: 2.5rem;
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--thumbnail {
	padding-right: 1rem;
	grid-row: 3/5;
	grid-column: 1/2;
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--name {
	grid-row: 3;
}

.ekit-wid-con .ekit-review-card-bubble .ekit-review-card--date {
	grid-row: 4;
}

.ekit-wid-con .ekit-review-card-rating-inline .ekit-review-card--date {
	grid-column: 3;
}

.ekit-wid-con .ekit-review-card-rating-inline .ekit-review-card--stars {
	grid-column: 2;
	grid-row: 2;
}

.ekit-wid-con .ekit-review-card-thumbnail-left {
	grid-template-areas: "thumbnail name name" "thumbnail date date" "thumbnail stars stars" "thumbnail comment comment" "thumbnail posted-on posted-on";
}

.ekit-wid-con .ekit-review-card-align-center {
	text-align: center;
	grid-template-areas: "thumbnail thumbnail thumbnail" "name name name" "date date date" "stars stars stars" "comment comment comment" "posted-on posted-on posted-on";
}

.ekit-wid-con .ekit-review-card-align-center .ekit-review-card--thumbnail {
	padding-right: 0;
	margin-bottom: 2rem;
}

.ekit-wid-con .ekit-review-card-align-center .ekit-review-card--thumbnail>div {
	width: 40px;
	margin: 0 auto;
}

.ekit-wid-con .ekit-review-card-align-center .ekit-review-card--posted-on {
	display: block;
	grid-row: 6;
	padding-top: 1rem;
}

.ekit-wid-con .ekit-review-card-align-center .ekit-review-card--posted-on i {
	margin: 0 auto !important;
}

.ekit-wid-con .ekit-review-card-name-bottom .ekit-review-card--stars {
	grid-row: 2;
}

.ekit-wid-con .ekit-review-card-name-bottom .ekit-review-card--comment {
	grid-row: 3;
}

.ekit-wid-con .ekit-review-card-name-bottom .ekit-review-card--name {
	grid-row: 4;
}

.ekit-wid-con .ekit-review-card-name-bottom .ekit-review-card--date {
	grid-row: 5;
}

.ekit-wid-con .ekit-review-card-name-bottom .ekit-review-card--posted-on {
	grid-row: 6;
}

.ekit-wid-con .ekit_review_card_stars_inline .ekit-review-card--stars {
	grid-row: 2;
	grid-column: 2/3;
}

.ekit-wid-con .ekit_review_card_stars_inline .ekit-review-card--date {
	grid-row: 2;
	grid-column: 3;
}

.ekit-wid-con .ekit-review-card-name-bottom.ekit-review-card-thumbnail-left .ekit-review-card--posted-on {
	grid-column: 1/4;
}

.ekit-wid-con .ekit-review-card-overview {
	grid-template-areas: "thumbnail name name" "thumbnail average stars" "thumbnail date date" "thumbnail actions actions";
}

.ekit-wid-con .ekit-review-card-overview::before {
	display: none;
}

.ekit-wid-con .ekit-review-card-overview .ekit-review-card--image {
	margin-right: 1rem;
}

.ekit-wid-con .ekit-review-card-overview .ekit-review-card--name {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 1rem;
}

.ekit-wid-con .ekit-review-card-overview .ekit-review-card--average {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin-right: 6px;
}

.ekit-wid-con .ekit-review-card-overview .ekit-review-card--desc {
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}

.ekit-wid-con .ekit-review-card-overview .ekit-review-card--actions {
	margin-top: 1rem;
}

.ekit-wid-con .ekit-review-card-overview .ekit-review-card--actions .btn {
	padding: 0 !important;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 20px;
	text-transform: none;
	background-color: transparent;
}

.ekit-wid-con .ekit-review-card-overview .ekit-review-card--stars {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ekit-wid-con .small {
	font-size: 12px;
	line-height: 20px;
}

.ekit-wid-con .muted {
	color: #adadad;
}

@media screen and (max-width:411px) {
	.ekit-wid-con .ekit-review-card-overview {
		grid-template-areas: "thumbnail name name" "thumbnail average stars" "thumbnail date date" "actions actions actions";
	}
	
	.ekit-wid-con .ekit-review-overview {
		display: block !important;
	}
	
	.ekit-wid-con .ekit-review-overview--actions {
		display: block !important;
		margin-top: 1rem !important;
		text-align: center;
	}
	
	.ekit-wid-con .ekit-review-overview--actions .btn {
		padding: .75rem 3rem;
	}
}

.ekit-wid-con iframe {
	border: none;
}

.ekit-wid-con a {
	text-decoration: none;
}

.ekit-wid-con a, .ekit-wid-con b, .ekit-wid-con div, .ekit-wid-con li, .ekit-wid-con ul {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
}

.ekit-wid-con a:active, .ekit-wid-con a:focus, .ekit-wid-con input, .ekit-wid-con input:active, .ekit-wid-con input:focus, .ekit-wid-con input:hover, .ekit-wid-con textarea, .ekit-wid-con textarea:active, .ekit-wid-con textarea:focus, .ekit-wid-con textarea:hover {
	-moz-outline: none;
	outline: 0;
}

.ekit-wid-con a:active, .ekit-wid-con a:focus, .ekit-wid-con a:hover, .ekit-wid-con a:visited {
	outline: 0;
	text-decoration: none;
}

.ekit-wid-con embed, .ekit-wid-con img:not([draggable]), .ekit-wid-con object, .ekit-wid-con video {
	max-width: 100%;
	height: auto;
}

.ekit-wid-con [type=button]:focus:not(:focus-visible), .ekit-wid-con [type=submit]:focus:not(:focus-visible), .ekit-wid-con button:focus:not(:focus-visible) {
	outline: 0;
}

.ekit-wid-con a:focus-visible, .ekit-wid-con button:focus-visible, .ekit-wid-con input:focus-visible, .ekit-wid-con textarea:focus-visible {
	outline: -webkit-focus-ring-color auto 1px;
}

.ekit-wid-con img {
	border: none;
	max-width: 100%;
}

.ekit-wid-con li, .ekit-wid-con ul {
	margin: 0;
	padding: 0;
}

.ekit-wid-con .elementor-text-editor ol, .ekit-wid-con .elementor-text-editor ul {
	padding-left: 18px;
}

.ekit-wid-con h4, .ekit-wid-con p {
	margin-bottom: 10px;
}

.ekit-wid-con svg {
	width: 1em;
	height: 1em;
}

.ekit-wid-con .clear-both::after, .ekit-wid-con .clear-both::before {
	display: table;
	content: "";
	clear: both;
}

.ekit-wid-con .text-left {
	text-align: left !important;
}

.ekit-wid-con .text-right {
	text-align: right !important;
}

.ekit-wid-con .text-center {
	text-align: center !important;
}

.ekit-wid-con .ekit-flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.ekit-wid-con .ekit-flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.ekit-wid-con .ekit-flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.ekit-wid-con .ekit-flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.ekit-wid-con .tab-content>.tab-pane {
	font-family: inherit;
}

.ekit-wid-con .elementskit-border-divider {
	left: 13px;
}

.ekit-wid-con .elementskit-border-divider.elementskit-style-long {
	left: inherit;
}

.ekit-wid-con .elementskit-border-divider::before {
	left: -26px;
}

.ekit-wid-con .elementskit-navbar-nav-default.elementskit-menu-container {
	z-index: 1000;
}

.ekit-wid-con .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a:hover {
	background-color: transparent;
}

.ekit-wid-con .elementor-icon-list-item a>img {
	width: 100px;
	margin-right: 15px;
}

.ekit-wid-con .elementor-icon-list-item .meta-lists {
	line-height: 1;
}

.ekit-wid-con .elementor-icon-list-item .meta-lists svg {
	max-width: 12px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .elementor-icon-list-item .meta-lists>span {
	color: #7f8595;
	font-size: 12px;
	display: inline-block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementor-icon-list-item .elementor-icon-list-text {
	display: block;
	margin-bottom: 0;
}

.ekit-wid-con .dialog-type-lightbox .dialog-widget-content {
	width: 100%;
}

.ekit-wid-con .nf-form-content .listselect-wrap .nf-field-element div, .ekit-wid-con .nf-form-content input.ninja-forms-field, .ekit-wid-con .nf-form-content select.ninja-forms-field:not([multiple]) {
	height: 100%;
}

.ekit-wid-con .nf-form-content .list-select-wrap>div div::after {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: normal;
}

.ekit-wid-con .nf-error.field-wrap .nf-field-element::after, .ekit-wid-con .nf-pass.field-wrap .nf-field-element::after {
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: normal;
}

.ekit-wid-con .nf-form-content button, .ekit-wid-con .nf-form-content input[type=button], .ekit-wid-con .nf-form-content input[type=submit] {
	cursor: pointer;
}

.ekit-wid-con .nf-response-msg>p {
	line-height: normal;
}

.ekit-wid-con textarea.ninja-forms-field {
	display: block;
}

.ekit-wid-con .nf-form-content .list-select-wrap>div div {
	border: none;
}

.ekit-wid-con .nf-form-content .list-select-wrap>div select {
	border: 1px solid #c4c4c4;
}

.ekit-wid-con .column-count-1 {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.ekit-wid-con .column-count-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.ekit-wid-con .column-count-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.ekit-wid-con .column-count-4 {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

.ekit-wid-con .column-count-5 {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
}

.ekit-wid-con .column-count-6 {
	-webkit-column-count: 6;
	-moz-column-count: 6;
	column-count: 6;
}

.ekit-wid-con .ekit-img-overlay {
	position: relative;
	z-index: 0;
}

.ekit-wid-con .ekit-img-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.ekit-wid-con .ekit-wrapper-link {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 10;
}

.ekit-wid-con .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (min-width:1025px) {
	.ekit-wid-con .default_menu_position .elementor-column, .ekit-wid-con .default_menu_position .elementor-widget, .ekit-wid-con .default_menu_position .elementor-widget-wrap, .ekit-wid-con .default_menu_position .elementskit-navbar-nav-default.elementskit-menu-container {
		position: static;
	}
	
	.ekit-wid-con .default_menu_position .elementskit-menu-po-right .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-custom_width .elementskit-megamenu-panel, .ekit-wid-con .default_menu_position .elementskit-menu-po-right .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-default_width .elementskit-megamenu-panel, .ekit-wid-con .elementskit-navbar-nav-default .elementskit-menu-po-right .relative_position.elementskit-megamenu-has .elementskit-megamenu-panel {
		right: 0;
		left: auto;
	}
	
	.ekit-wid-con .elementskit-navbar-nav-default .elementskit-megamenu-has .elementskit-megamenu-panel {
		-webkit-transition: transform .4s ease;
		-webkit-transition: -webkit-transform .4s ease;
		transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease, -webkit-transform .4s ease;
	}
	
	.ekit-wid-con .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-custom_width .elementskit-megamenu-panel, .ekit-wid-con .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-default_width .elementskit-megamenu-panel {
		-webkit-transform: translateY(-10px) translateX(-50%);
		transform: translateY(-10px) translateX(-50%);
		left: 50%;
	}
	
	.ekit-wid-con .default_menu_position .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-custom_width:hover>.elementskit-megamenu-panel, .ekit-wid-con .default_menu_position .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-default_width:hover>.elementskit-megamenu-panel {
		-webkit-transform: translateY(0) translateX(-50%);
		transform: translateY(0) translateX(-50%);
		left: 50%;
	}
	
	.ekit-wid-con body.is-vertical-menu-active .ekit-wid-con .elementskit-navbar-nav-default.elementskit-menu-container {
		z-index: 9;
	}
	
	.ekit-wid-con body.is-vertical-menu-active .vertical-menu-active .xs-vertical-menu-backdrop {
		z-index: 150;
	}
	
	.ekit-wid-con body.is-vertical-menu-active .ekit-vertical-menu-tigger {
		z-index: 160;
	}
}

@media (max-width:1024px) {
	.ekit-wid-con .ekit-vertical-navbar-nav .elementskit-submenu-indicator {
		padding: 3px 10px;
		border: 1px solid;
		border-radius: 30px;
	}
}

.ekit-wid-con .xs-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .5;
	z-index: 0;
}

.ekit-wid-con .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ekit-wid-con .swiper-container {
	width: inherit;
	height: inherit;
}

.ekit-wid-con .swiper-container.ekit-main-swiper, .ekit-wid-con .swiper.ekit-main-swiper {
	position: static;
}

.ekit-wid-con .swiper .swiper-navigation-button, .ekit-wid-con .swiper-container .swiper-navigation-button {
	background: rgba(0, 0, 0, 0);
	width: auto;
	height: auto;
}

.ekit-wid-con .swiper .swiper-navigation-button::after, .ekit-wid-con .swiper-container .swiper-navigation-button::after {
	display: none;
}

.ekit-wid-con .tab-pane.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.ekit-wid-con .mfp-iframe-scaler iframe {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0 0;
}

.ekit-wid-con img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ekit-wid-con .image-switcher .content-image {
	position: relative;
}

.ekit-wid-con .image-switcher .content-image .hover-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.ekit-wid-con .image-switcher:hover .content-image .main-image {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.ekit-wid-con .image-switcher:hover .content-image .hover-image {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.ekit-wid-con .fill-icon {
	display: inline-block;
	background-color: #2575fc;
	color: #fff;
	font-size: 40px;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .fill-icon.round {
	border-radius: 50%;
}

.ekit-wid-con .fill-icon.style-light {
	background-color: #f5f5f5;
	color: #000;
}

.ekit-wid-con button {
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .form-control {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ekit-wid-con .widgetarea_warper_edit {
	display: none;
}

.ekit-wid-con .swiper-pagination-bullet {
	opacity: inherit;
	background-color: inherit;
}

.ekit-wid-con [data-ajax-post-id]:not(.is--loaded):before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	margin: 20px auto;
	border-style: solid;
	border-width: 3px;
	border-color: #acacac #ddd #ddd;
	border-radius: 50%;
	-webkit-animation: eicon-spin 1.5s infinite linear;
	animation: eicon-spin 1.5s infinite linear;
}

#wp-admin-bar-elementor_edit_page-default:empty {
	display: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #333;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 12px 24px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.elementor-widget-elementskit-pricing .elementor-widget-container, .elementor-widget-elementskit-pricing.elementor-element:not(:has(.elementor-widget-container)) {
	overflow: hidden;
}

.elementor-widget-elementskit-timeline .elementor-widget-container, .elementor-widget-elementskit-timeline.elementor-element:not(:has(.elementor-widget-container)) {
	padding-top: 35px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 60px;
}

.elementor-widget-elementskit-business-hours {
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
}

.elementor-widget-elementskit-dual-button-center .ekit-element-align-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-widget-elementskit-dual-button-end .ekit-element-align-wrapper {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elementor-widget-elementskit-dual-button-start .ekit-element-align-wrapper {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.ekit_wpForms_container-form-button-full-width .wpforms-submit-container .wpforms-submit {
	width: 100%;
}

.ekit_ninjaForms_container-button-full-width .submit-container input[type=button] {
	width: 100%;
}

.elemenetskit-alert-info {
	position: relative;
	padding: .75rem 1.25rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.elementor-widget-elementskit-team.animated {
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
}

@media (max-width:1024px) {
	.ekit-tab-hide {
		display: none;
	}
}

@media (max-width:767px) {
	.ekit-mobile-hide {
		display: none;
	}
}

.ekit-template-content-footer, .ekit-template-content-header {
	clear: both;
}

.elementor-edit-area-active .elementor-widget:hover .widgetarea_warper_edit {
	display: block;
}

.ekit-sticky {
	z-index: 9999;
}

div.elementor .ekit-sticky.elementor-element {
	-webkit-transition: background-color .3s ease-in;
	transition: background-color .3s ease-in;
}

.ekit-sticky[data-ekit-sticky] {
	z-index: 1;
}

div.elementor .ekit-sticky--show_on_scroll_up.elementor-element {
	-webkit-transition: background-color .3s ease-in, opacity .3s, visibility .3s;
	transition: background-color .3s ease-in, opacity .3s, visibility .3s;
}

.ekit-sticky--effects.ekit-sticky--down.ekit-sticky--show_on_scroll_up {
	opacity: 0;
	visibility: hidden;
}

.weforms_submit_btn {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
}

.wpuf-label>label {
	margin-bottom: 0;
}

ul.wpuf-form li label.wpuf-form-sub-label {
	margin-bottom: 0;
}

.image-source-link {
	color: #98c3d1;
}

.mfp-bg, .mfp-container {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-removing .mfp-container, .mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
}

button.mfp-close.ekit-popup-close {
	border: 1px solid #fff;
	margin: 20px;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

button.mfp-close.ekit-popup-close:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
	width: 44px;
}

.mfp-iframe-holder .mfp-close.ekit-popup-close {
	width: 44px;
	text-align: center;
	padding-right: 0;
	top: 0;
	right: 0;
}

.mfp-container.mfp-iframe-holder {
	position: fixed;
}

.mfp-container.mfp-iframe-holder .mfp-close.ekit-popup-close {
	position: fixed;
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.white-popup-block {
	background: #ccc;
	padding: 20px;
	max-width: 300px;
	margin: 0 auto;
	-webkit-animation: open 1s;
	animation: open 1s;
}

.mfp-removing {
	-webkit-animation: close 1s;
	animation: close 1s;
}

.mfp-open .modal-popup-group, .mfp-open .xs-modal-sidebar {
	-webkit-animation-name: galleryopen;
	animation-name: galleryopen;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.mfp-bg.ekit-promo-popup {
	background-color: rgba(0, 0, 0, .87);
	padding-bottom: 100%;
	border-radius: 100%;
	overflow: hidden;
	-webkit-animation: menu-animation .8s ease-out forwards;
	animation: menu-animation .8s ease-out forwards;
}

.ekit-promo-popup .modal-content {
	background-color: transparent;
	padding: 0;
	border: 0;
}

.ekit-promo-popup .mfp-close {
	color: #fff;
	opacity: 0;
	-webkit-transition: all 1s ease .8s;
	transition: all 1s ease .8s;
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
}

.ekit-promo-popup.mfp-ready .mfp-close {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	position: fixed;
}

body.admin-bar .ekit-promo-popup.mfp-ready .mfp-close {
	margin-top: 45px;
}

.ekit-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 1s ease .8s;
	transition: all 1s ease .8s;
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
}

.ekit-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@-webkit-keyframes bounceAnim {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-16px);
		transform: translateY(-16px);
	}
	
	60% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes bounceAnim {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-16px);
		transform: translateY(-16px);
	}
	
	60% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@-webkit-keyframes menu-animation {
	0% {
		opacity: 0;
		-webkit-transform: scale(.04) translateY(300%);
		transform: scale(.04) translateY(300%);
	}
	
	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
		-webkit-transition: ease-out;
		transition: ease-out;
	}
	
	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale(.02) translateY(0);
		transform: scale(.02) translateY(0);
	}
	
	61% {
		opacity: 1;
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale(2) translateY(0);
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0;
	}
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		-webkit-transform: scale(.04) translateY(300%);
		transform: scale(.04) translateY(300%);
	}
	
	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
		-webkit-transition: ease-out;
		transition: ease-out;
	}
	
	40% {
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale(.02) translateY(0);
		transform: scale(.02) translateY(0);
	}
	
	61% {
		opacity: 1;
		-webkit-transform: scale(.04) translateY(0);
		transform: scale(.04) translateY(0);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale(2) translateY(0);
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0;
	}
}

@-webkit-keyframes show-fadein {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes show-fadein {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes hide-fadeout {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes hide-fadeout {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes show-animation {
	0% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes show-animation {
	0% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes hide-animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
}

@keyframes hide-animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@-webkit-keyframes button-ripple {
	70% {
		-webkit-box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
		box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
		opacity: 0;
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 currentColor;
		box-shadow: 0 0 0 0 currentColor;
		opacity: 0;
	}
}

@keyframes button-ripple {
	70% {
		-webkit-box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
		box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
		opacity: 0;
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 currentColor;
		box-shadow: 0 0 0 0 currentColor;
		opacity: 0;
	}
}

@-webkit-keyframes radio-wave {
	0% {
		opacity: .8;
		border-width: 2px;
	}
	
	70% {
		opacity: .4;
	}
	
	100% {
		-webkit-transform: scale(var(--ekit-radio-wave-scale));
		transform: scale(var(--ekit-radio-wave-scale));
		opacity: 0;
		border-width: 0;
	}
}

@keyframes radio-wave {
	0% {
		opacity: .8;
		border-width: 2px;
	}
	
	70% {
		opacity: .4;
	}
	
	100% {
		-webkit-transform: scale(var(--ekit-radio-wave-scale));
		transform: scale(var(--ekit-radio-wave-scale));
		opacity: 0;
		border-width: 0;
	}
}

@-webkit-keyframes open {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes open {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes close {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes close {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes galleryopen {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes galleryopen {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes location-indicator {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, .2);
		box-shadow: 0 0 0 0 rgba(12, 90, 219, .2);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(12, 90, 219, 0);
		box-shadow: 0 0 0 30px rgba(12, 90, 219, 0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0);
		box-shadow: 0 0 0 0 rgba(12, 90, 219, 0);
	}
}

@keyframes location-indicator {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, .2);
		box-shadow: 0 0 0 0 rgba(12, 90, 219, .2);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(12, 90, 219, 0);
		box-shadow: 0 0 0 30px rgba(12, 90, 219, 0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0);
		box-shadow: 0 0 0 0 rgba(12, 90, 219, 0);
	}
}

@-webkit-keyframes iconTranslateY {
	49% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	51% {
		opacity: 1;
	}
}

@keyframes iconTranslateY {
	49% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	51% {
		opacity: 1;
	}
}

@-webkit-keyframes RainDrop {
	0%, 100%, 25%, 55%, 75%, 87%, 97% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	26%, 56%, 76% {
		-webkit-transform: scaleX(1.3) scaleY(.8);
		transform: scaleX(1.3) scaleY(.8);
	}
	
	31%, 61%, 81% {
		-webkit-transform: scaleX(.8) scaleY(1.2);
		transform: scaleX(.8) scaleY(1.2);
	}
	
	76%, 88% {
		-webkit-transform: scaleX(1.2);
		transform: scaleX(1.2);
	}
	
	98% {
		-webkit-transform: scaleX(1.1);
		transform: scaleX(1.1);
	}
}

@keyframes RainDrop {
	0%, 100%, 25%, 55%, 75%, 87%, 97% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	26%, 56%, 76% {
		-webkit-transform: scaleX(1.3) scaleY(.8);
		transform: scaleX(1.3) scaleY(.8);
	}
	
	31%, 61%, 81% {
		-webkit-transform: scaleX(.8) scaleY(1.2);
		transform: scaleX(.8) scaleY(1.2);
	}
	
	76%, 88% {
		-webkit-transform: scaleX(1.2);
		transform: scaleX(1.2);
	}
	
	98% {
		-webkit-transform: scaleX(1.1);
		transform: scaleX(1.1);
	}
}

@-webkit-keyframes WaterWave {
	50% {
		-webkit-transform: skewY(1deg) skewX(-1deg) scale(1.06);
		transform: skewY(1deg) skewX(-1deg) scale(1.06);
	}
}

@keyframes WaterWave {
	50% {
		-webkit-transform: skewY(1deg) skewX(-1deg) scale(1.06);
		transform: skewY(1deg) skewX(-1deg) scale(1.06);
	}
}

@-webkit-keyframes lightning {
	50%, from, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@keyframes lightning {
	50%, from, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@-webkit-keyframes JoltZoom {
	10% {
		font-size: 140%;
	}
	
	40% {
		font-size: 80%;
	}
	
	100% {
		font-size: 100%;
	}
}

@keyframes JoltZoom {
	10% {
		font-size: 140%;
	}
	
	40% {
		font-size: 80%;
	}
	
	100% {
		font-size: 100%;
	}
}

@-webkit-keyframes typing {
	from {
		width: 0;
	}
}

@keyframes typing {
	from {
		width: 0;
	}
}

@-webkit-keyframes cursor {
	50% {
		border-color: transparent;
	}
}

@keyframes cursor {
	50% {
		border-color: transparent;
	}
}

@-webkit-keyframes wipe {
	to {
		width: 0;
	}
}

@keyframes wipe {
	to {
		width: 0;
	}
}

@keyframes open {
	from {
		width: 0;
	}
}

@-webkit-keyframes Magnify {
	50% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		letter-spacing: 26px;
	}
}

@keyframes Magnify {
	50% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		letter-spacing: 26px;
	}
}

@-webkit-keyframes Beat {
	14%, 42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28%, 70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes Beat {
	14%, 42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	28%, 70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes FadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes FadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes FadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes FadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes FadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes FadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes FadeInTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	to {
		opacity: 1;
	}
}

@keyframes FadeInTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes FadeInBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	to {
		opacity: 1;
	}
}

@keyframes FadeInBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes FadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes FadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes FadeOutLeft {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes FadeOutLeft {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@-webkit-keyframes FadeOutRight {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes FadeOutRight {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@-webkit-keyframes FadeOutTop {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes FadeOutTop {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-webkit-keyframes FadeOutBottom {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@keyframes FadeOutBottom {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@-webkit-keyframes MovingBackFromRight {
	40% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
		animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
	}
}

@keyframes MovingBackFromRight {
	40% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
		animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
	}
}

@-webkit-keyframes MovingBackFromLeft {
	40% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
		animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
	}
}

@keyframes MovingBackFromLeft {
	40% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
		animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
	}
}

@-webkit-keyframes KickOutFront {
	40% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
		animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
	}
}

@keyframes KickOutFront {
	40% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
		animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
	}
}

@-webkit-keyframes KickOutBehind {
	40% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
		animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
	}
}

@keyframes KickOutBehind {
	40% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
		animation-timing-function: cubic-bezier(0, .9, .7, 1.45);
	}
}

@-webkit-keyframes ScaleXIn {
	from {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes ScaleXIn {
	from {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes ScaleXOut {
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	from {
		opacity: 1;
	}
}

@keyframes ScaleXOut {
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	from {
		opacity: 1;
	}
}

@-webkit-keyframes ScaleYIn {
	from {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes ScaleYIn {
	from {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes ScaleYOut {
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	from {
		opacity: 1;
	}
}

@keyframes ScaleYOut {
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	from {
		opacity: 1;
	}
}

@-webkit-keyframes Jump {
	to {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes Jump {
	to {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@-webkit-keyframes AboundTop {
	50% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes AboundTop {
	50% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes AboundBottom {
	50% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes AboundBottom {
	50% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes AboundLeft {
	50% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes AboundLeft {
	50% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes AboundRight {
	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes AboundRight {
	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes FlyInTop {
	0% {
		-webkit-transform: translate(0, -80px);
		transform: translate(0, -80px);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translate(10px, 50px);
		transform: translate(10px, 50px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
}

@keyframes FlyInTop {
	0% {
		-webkit-transform: translate(0, -80px);
		transform: translate(0, -80px);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translate(10px, 50px);
		transform: translate(10px, 50px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
}

@-webkit-keyframes FlyInLeft {
	0% {
		-webkit-transform: translate(-40px, 0);
		transform: translate(-40px, 0);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
}

@keyframes FlyInLeft {
	0% {
		-webkit-transform: translate(-40px, 0);
		transform: translate(-40px, 0);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
}

@-webkit-keyframes FlyInRight {
	0% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translate(-40px, 0);
		transform: translate(-40px, 0);
	}
}

@keyframes FlyInRight {
	0% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translate(-40px, 0);
		transform: translate(-40px, 0);
	}
}

@-webkit-keyframes FlyInBottom {
	0% {
		-webkit-transform: translate(0, 80px);
		transform: translate(0, 80px);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translate(10px, -50px);
		transform: translate(10px, -50px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
}

@keyframes FlyInBottom {
	0% {
		-webkit-transform: translate(0, 80px);
		transform: translate(0, 80px);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translate(10px, -50px);
		transform: translate(10px, -50px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
}

@-webkit-keyframes FlyOutTop {
	50% {
		-webkit-transform: translate(0, 50px);
		transform: translate(0, 50px);
	}
	
	to {
		-webkit-transform: translate(0, -100px);
		transform: translate(0, -100px);
		opacity: 0;
	}
}

@keyframes FlyOutTop {
	50% {
		-webkit-transform: translate(0, 50px);
		transform: translate(0, 50px);
	}
	
	to {
		-webkit-transform: translate(0, -100px);
		transform: translate(0, -100px);
		opacity: 0;
	}
}

@-webkit-keyframes FlyOutLeft {
	50% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
	
	to {
		-webkit-transform: translate(-100px, 0);
		transform: translate(-100px, 0);
		opacity: 0;
	}
}

@keyframes FlyOutLeft {
	50% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
	
	to {
		-webkit-transform: translate(-100px, 0);
		transform: translate(-100px, 0);
		opacity: 0;
	}
}

@-webkit-keyframes FlyOutRight {
	50% {
		-webkit-transform: translate(-40px, 0);
		transform: translate(-40px, 0);
	}
	
	to {
		-webkit-transform: translate(100px, 0);
		transform: translate(100px, 0);
		opacity: 0;
	}
}

@keyframes FlyOutRight {
	50% {
		-webkit-transform: translate(-40px, 0);
		transform: translate(-40px, 0);
	}
	
	to {
		-webkit-transform: translate(100px, 0);
		transform: translate(100px, 0);
		opacity: 0;
	}
}

@-webkit-keyframes FlyOutBottom {
	50% {
		-webkit-transform: translate(0, -40px);
		transform: translate(0, -40px);
	}
	
	to {
		-webkit-transform: translate(0, 100px);
		transform: translate(0, 100px);
		opacity: 0;
	}
}

@keyframes FlyOutBottom {
	50% {
		-webkit-transform: translate(0, -40px);
		transform: translate(0, -40px);
	}
	
	to {
		-webkit-transform: translate(0, 100px);
		transform: translate(0, 100px);
		opacity: 0;
	}
}

@-webkit-keyframes DoorCloseLeft {
	from, to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	from {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes DoorCloseLeft {
	from, to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	from {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes DoorOpenRight {
	from, to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	to {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
		opacity: 0;
	}
}

@keyframes DoorOpenRight {
	from, to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	to {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes DoorCloseRight {
	from, to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	from {
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes DoorCloseRight {
	from, to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	from {
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes DoorOpenLeft {
	from, to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	to {
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
		opacity: 0;
	}
}

@keyframes DoorOpenLeft {
	from, to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	to {
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
		opacity: 0;
	}
}

@-webkit-keyframes HangAndDropLeft {
	from {
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	50% {
		-webkit-transform: rotate(100deg);
		transform: rotate(100deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	60% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	to {
		-webkit-transform: translateY(800px) rotate(70deg);
		transform: translateY(800px) rotate(70deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

@keyframes HangAndDropLeft {
	from {
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	50% {
		-webkit-transform: rotate(100deg);
		transform: rotate(100deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	60% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	to {
		-webkit-transform: translateY(800px) rotate(70deg);
		transform: translateY(800px) rotate(70deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

@-webkit-keyframes HangAndDropRight {
	from {
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	50% {
		-webkit-transform: rotate(-100deg);
		transform: rotate(-100deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	60% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	to {
		-webkit-transform: translateY(800px) rotate(-70deg);
		transform: translateY(800px) rotate(-70deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@keyframes HangAndDropRight {
	from {
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	50% {
		-webkit-transform: rotate(-100deg);
		transform: rotate(-100deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	60% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	to {
		-webkit-transform: translateY(800px) rotate(-70deg);
		transform: translateY(800px) rotate(-70deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@-webkit-keyframes PushReleaseFrom {
	from {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5);
	}
}

@keyframes PushReleaseFrom {
	from {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5);
	}
}

@-webkit-keyframes PushReleaseFromLeft {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@keyframes PushReleaseFromLeft {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@-webkit-keyframes PushReleaseFromTop {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
}

@keyframes PushReleaseFromTop {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
}

@-webkit-keyframes PushReleaseFromBottom {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}

@keyframes PushReleaseFromBottom {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}

@-webkit-keyframes PushReleaseTo {
	30% {
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5);
	}
	
	to {
		-webkit-transform: scale(5, 5);
		transform: scale(5, 5);
		opacity: 0;
	}
}

@keyframes PushReleaseTo {
	30% {
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5);
	}
	
	to {
		-webkit-transform: scale(5, 5);
		transform: scale(5, 5);
		opacity: 0;
	}
}

@-webkit-keyframes PushReleaseToTop {
	30% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	
	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}
}

@keyframes PushReleaseToTop {
	30% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	
	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes PushReleaseToBottom {
	30% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
}

@keyframes PushReleaseToBottom {
	30% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
}

@-webkit-keyframes FlipInTop {
	from {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: perspective(600px) rotateX(180deg);
		transform: perspective(600px) rotateX(180deg);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
	}
}

@keyframes FlipInTop {
	from {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: perspective(600px) rotateX(180deg);
		transform: perspective(600px) rotateX(180deg);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
	}
}

@-webkit-keyframes FlipOutTop {
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
		opacity: 0;
	}
	
	70% {
		-webkit-transform: perspective(600px) rotateX(180deg);
		transform: perspective(600px) rotateX(180deg);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
	}
}

@keyframes FlipOutTop {
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
		opacity: 0;
	}
	
	70% {
		-webkit-transform: perspective(600px) rotateX(180deg);
		transform: perspective(600px) rotateX(180deg);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
	}
}

@-webkit-keyframes FlipInBottom {
	from {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: perspective(600px) rotateX(180deg);
		transform: perspective(600px) rotateX(180deg);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
	}
}

@keyframes FlipInBottom {
	from {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: perspective(600px) rotateX(180deg);
		transform: perspective(600px) rotateX(180deg);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
	}
}

@-webkit-keyframes FlipOutBottom {
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
		opacity: 0;
	}
	
	70% {
		-webkit-transform: perspective(600px) rotateX(180deg);
		transform: perspective(600px) rotateX(180deg);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
	}
}

@keyframes FlipOutBottom {
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
		opacity: 0;
	}
	
	70% {
		-webkit-transform: perspective(600px) rotateX(180deg);
		transform: perspective(600px) rotateX(180deg);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px);
	}
}

@-webkit-keyframes ElevateLeft {
	from {
		-webkit-transform: translateY(100%) rotate(-20deg);
		transform: translateY(100%) rotate(-20deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	65% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@keyframes ElevateLeft {
	from {
		-webkit-transform: translateY(100%) rotate(-20deg);
		transform: translateY(100%) rotate(-20deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	65% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@-webkit-keyframes ElevateRight {
	from {
		-webkit-transform: translateY(100%) rotate(20deg);
		transform: translateY(100%) rotate(20deg);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	65% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

@keyframes ElevateRight {
	from {
		-webkit-transform: translateY(100%) rotate(20deg);
		transform: translateY(100%) rotate(20deg);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	65% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

@-webkit-keyframes RollFromLeft {
	from {
		-webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
		transform: translateX(-60px) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes RollFromLeft {
	from {
		-webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
		transform: translateX(-60px) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes RollFromRight {
	from {
		-webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
		transform: translateX(60px) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
}

@keyframes RollFromRight {
	from {
		-webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
		transform: translateX(60px) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
}

@-webkit-keyframes RollFromTop {
	from {
		-webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
		transform: translateY(-60px) perspective(600px) rotateX(180deg);
		opacity: 0;
	}
}

@keyframes RollFromTop {
	from {
		-webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
		transform: translateY(-60px) perspective(600px) rotateX(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes RollFromBottom {
	from {
		-webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
		transform: translateY(60px) perspective(600px) rotateX(-180deg);
		opacity: 0;
	}
}

@keyframes RollFromBottom {
	from {
		-webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
		transform: translateY(60px) perspective(600px) rotateX(-180deg);
		opacity: 0;
	}
}

@-webkit-keyframes RollToLeft {
	to {
		-webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
		transform: translateX(-60px) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes RollToLeft {
	to {
		-webkit-transform: translateX(-60px) perspective(600px) rotateY(180deg);
		transform: translateX(-60px) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes RollToRight {
	to {
		-webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
		transform: translateX(60px) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
}

@keyframes RollToRight {
	to {
		-webkit-transform: translateX(60px) perspective(600px) rotateY(-180deg);
		transform: translateX(60px) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
}

@-webkit-keyframes RollToTop {
	to {
		-webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
		transform: translateY(-60px) perspective(600px) rotateX(180deg);
		opacity: 0;
	}
}

@keyframes RollToTop {
	to {
		-webkit-transform: translateY(-60px) perspective(600px) rotateX(180deg);
		transform: translateY(-60px) perspective(600px) rotateX(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes RollToBottom {
	to {
		-webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
		transform: translateY(60px) perspective(600px) rotateX(-180deg);
		opacity: 0;
	}
}

@keyframes RollToBottom {
	to {
		-webkit-transform: translateY(60px) perspective(600px) rotateX(-180deg);
		transform: translateY(60px) perspective(600px) rotateX(-180deg);
		opacity: 0;
	}
}

@-webkit-keyframes RotateSkateInRight {
	from {
		-webkit-transform: scaleX(.2) translateX(100px);
		transform: scaleX(.2) translateX(100px);
		opacity: 0;
	}
}

@keyframes RotateSkateInRight {
	from {
		-webkit-transform: scaleX(.2) translateX(100px);
		transform: scaleX(.2) translateX(100px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateSkateInLeft {
	from {
		-webkit-transform: scaleX(.2) translateX(-100px);
		transform: scaleX(.2) translateX(-100px);
		opacity: 0;
	}
}

@keyframes RotateSkateInLeft {
	from {
		-webkit-transform: scaleX(.2) translateX(-100px);
		transform: scaleX(.2) translateX(-100px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateSkateInTop {
	from {
		-webkit-transform: scaleY(.2) translateY(-100px);
		transform: scaleY(.2) translateY(-100px);
		opacity: 0;
	}
}

@keyframes RotateSkateInTop {
	from {
		-webkit-transform: scaleY(.2) translateY(-100px);
		transform: scaleY(.2) translateY(-100px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateSkateInBottom {
	from {
		-webkit-transform: scaleY(.2) translateY(100px);
		transform: scaleY(.2) translateY(100px);
		opacity: 0;
	}
}

@keyframes RotateSkateInBottom {
	from {
		-webkit-transform: scaleY(.2) translateY(100px);
		transform: scaleY(.2) translateY(100px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateSkateOutRight {
	to {
		-webkit-transform: scaleX(.2) translateX(100px);
		transform: scaleX(.2) translateX(100px);
		opacity: 0;
	}
}

@keyframes RotateSkateOutRight {
	to {
		-webkit-transform: scaleX(.2) translateX(100px);
		transform: scaleX(.2) translateX(100px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateSkateOutLeft {
	to {
		-webkit-transform: scaleX(.2) translateX(-100px);
		transform: scaleX(.2) translateX(-100px);
		opacity: 0;
	}
}

@keyframes RotateSkateOutLeft {
	to {
		-webkit-transform: scaleX(.2) translateX(-100px);
		transform: scaleX(.2) translateX(-100px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateSkateOutTop {
	to {
		-webkit-transform: scaleY(.2) translateY(-100px);
		transform: scaleY(.2) translateY(-100px);
		opacity: 0;
	}
}

@keyframes RotateSkateOutTop {
	to {
		-webkit-transform: scaleY(.2) translateY(-100px);
		transform: scaleY(.2) translateY(-100px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateSkateOutBottom {
	to {
		-webkit-transform: scaleY(.2) translateY(100px);
		transform: scaleY(.2) translateY(100px);
		opacity: 0;
	}
}

@keyframes RotateSkateOutBottom {
	to {
		-webkit-transform: scaleY(.2) translateY(100px);
		transform: scaleY(.2) translateY(100px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateXZoomIn {
	from {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		opacity: 0;
	}
	
	5% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
	}
}

@keyframes RotateXZoomIn {
	from {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		opacity: 0;
	}
	
	5% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
	}
}

@-webkit-keyframes RotateXZoomOut {
	95% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
	}
	
	to {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		opacity: 0;
	}
}

@keyframes RotateXZoomOut {
	95% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
	}
	
	to {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		opacity: 0;
	}
}

@-webkit-keyframes RotateYZoomIn {
	from {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		opacity: 0;
	}
	
	5% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
	}
}

@keyframes RotateYZoomIn {
	from {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		opacity: 0;
	}
	
	5% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
	}
}

@-webkit-keyframes RotateYZoomOut {
	95% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
	}
	
	to {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		opacity: 0;
	}
}

@keyframes RotateYZoomOut {
	95% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
	}
	
	to {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		opacity: 0;
	}
}

@-webkit-keyframes RotateIn {
	from {
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes RotateIn {
	from {
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes RotateOut {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes RotateOut {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@-webkit-keyframes RotateInLeft {
	from {
		-webkit-transform: rotate(-180deg) translateX(150px);
		transform: rotate(-180deg) translateX(150px);
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes RotateInLeft {
	from {
		-webkit-transform: rotate(-180deg) translateX(150px);
		transform: rotate(-180deg) translateX(150px);
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes RotateOutLeft {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(180deg) translateX(150px);
		transform: rotate(180deg) translateX(150px);
		opacity: 0;
	}
}

@keyframes RotateOutLeft {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(180deg) translateX(150px);
		transform: rotate(180deg) translateX(150px);
		opacity: 0;
	}
}

@-webkit-keyframes RotateInRight {
	from {
		-webkit-transform: rotate(-180deg) translateX(-150px);
		transform: rotate(-180deg) translateX(-150px);
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes RotateInRight {
	from {
		-webkit-transform: rotate(-180deg) translateX(-150px);
		transform: rotate(-180deg) translateX(-150px);
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes RotateOutRight {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(180deg) translateX(-150px);
		transform: rotate(180deg) translateX(-150px);
		opacity: 0;
	}
}

@keyframes RotateOutRight {
	from {
		opacity: 1;
	}
	
	to {
		-webkit-transform: rotate(180deg) translateX(-150px);
		transform: rotate(180deg) translateX(-150px);
		opacity: 0;
	}
}

@-webkit-keyframes SpinInLeft {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	from {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes SpinInLeft {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	from {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes SpinInRight {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	from {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes SpinInRight {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	from {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-webkit-keyframes SpinOutLeft {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes SpinOutLeft {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes SpinOutRight {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	to {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes SpinOutRight {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	to {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-webkit-keyframes BlurIn {
	from {
		-webkit-transform: scaleX(.2);
		transform: scaleX(.2);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurIn {
	from {
		-webkit-transform: scaleX(.2);
		transform: scaleX(.2);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurInRight {
	from {
		-webkit-transform: scaleX(.2) translateX(100px);
		transform: scaleX(.2) translateX(100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurInRight {
	from {
		-webkit-transform: scaleX(.2) translateX(100px);
		transform: scaleX(.2) translateX(100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurInLeft {
	from {
		-webkit-transform: scaleX(.2) translateX(-100px);
		transform: scaleX(.2) translateX(-100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurInLeft {
	from {
		-webkit-transform: scaleX(.2) translateX(-100px);
		transform: scaleX(.2) translateX(-100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurInTop {
	from {
		-webkit-transform: scaleY(.2) translateY(-100px);
		transform: scaleY(.2) translateY(-100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurInTop {
	from {
		-webkit-transform: scaleY(.2) translateY(-100px);
		transform: scaleY(.2) translateY(-100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurInBottom {
	from {
		-webkit-transform: scaleY(.2) translateY(100px);
		transform: scaleY(.2) translateY(100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurInBottom {
	from {
		-webkit-transform: scaleY(.2) translateY(100px);
		transform: scaleY(.2) translateY(100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurOut {
	to {
		-webkit-transform: scaleX(.2);
		transform: scaleX(.2);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurOut {
	to {
		-webkit-transform: scaleX(.2);
		transform: scaleX(.2);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurOutRight {
	to {
		-webkit-transform: scaleX(.2) translateX(100px);
		transform: scaleX(.2) translateX(100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurOutRight {
	to {
		-webkit-transform: scaleX(.2) translateX(100px);
		transform: scaleX(.2) translateX(100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurOutLeft {
	to {
		-webkit-transform: scaleX(.2) translateX(-100px);
		transform: scaleX(.2) translateX(-100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurOutLeft {
	to {
		-webkit-transform: scaleX(.2) translateX(-100px);
		transform: scaleX(.2) translateX(-100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurOutTop {
	to {
		-webkit-transform: scaleY(.2) translateY(-100px);
		transform: scaleY(.2) translateY(-100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurOutTop {
	to {
		-webkit-transform: scaleY(.2) translateY(-100px);
		transform: scaleY(.2) translateY(-100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes BlurOutBottom {
	to {
		-webkit-transform: scaleY(.2) translateY(100px);
		transform: scaleY(.2) translateY(100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes BlurOutBottom {
	to {
		-webkit-transform: scaleY(.2) translateY(100px);
		transform: scaleY(.2) translateY(100px);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes PopUp {
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@keyframes PopUp {
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@-webkit-keyframes PopUpLeft {
	50% {
		-webkit-transform: translateX(-50px) scale(1.5);
		transform: translateX(-50px) scale(1.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes PopUpLeft {
	50% {
		-webkit-transform: translateX(-50px) scale(1.5);
		transform: translateX(-50px) scale(1.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes PopUpRight {
	50% {
		-webkit-transform: translateX(50px) scale(1.5);
		transform: translateX(50px) scale(1.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes PopUpRight {
	50% {
		-webkit-transform: translateX(50px) scale(1.5);
		transform: translateX(50px) scale(1.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes PopOut {
	50% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
}

@keyframes PopOut {
	50% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
}

@-webkit-keyframes PopOutLeft {
	50% {
		-webkit-transform: translateX(-50px) scale(.5);
		transform: translateX(-50px) scale(.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes PopOutLeft {
	50% {
		-webkit-transform: translateX(-50px) scale(.5);
		transform: translateX(-50px) scale(.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes PopOutRight {
	50% {
		-webkit-transform: translateX(50px) scale(.5);
		transform: translateX(50px) scale(.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes PopOutRight {
	50% {
		-webkit-transform: translateX(50px) scale(.5);
		transform: translateX(50px) scale(.5);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@-webkit-keyframes BounceFromTop {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, -80px, 0) scale3d(1, 1.2, 1);
		transform: translate3d(0, -80px, 0) scale3d(1, 1.2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes BounceFromTop {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, -80px, 0) scale3d(1, 1.2, 1);
		transform: translate3d(0, -80px, 0) scale3d(1, 1.2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@-webkit-keyframes BounceFromDown {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
		transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 4px, 0);
		transform: translate3d(0, 4px, 0);
	}
}

@keyframes BounceFromDown {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
		transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 4px, 0);
		transform: translate3d(0, 4px, 0);
	}
}

@-webkit-keyframes BounceY {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1, 2, 1);
		transform: scale3d(1, 2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1, 1.5, 1);
		transform: scale3d(1, 1.5, 1);
	}
	
	90% {
		-webkit-transform: scale3d(1, 1.1, 1);
		transform: scale3d(1, 1.1, 1);
	}
}

@keyframes BounceY {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1, 2, 1);
		transform: scale3d(1, 2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1, 1.5, 1);
		transform: scale3d(1, 1.5, 1);
	}
	
	90% {
		-webkit-transform: scale3d(1, 1.1, 1);
		transform: scale3d(1, 1.1, 1);
	}
}

@-webkit-keyframes BounceZoomIn {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(1.7);
		transform: scale(1.7);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(1.9);
		transform: scale(1.9);
	}
	
	90% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes BounceZoomIn {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(1.7);
		transform: scale(1.7);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(1.9);
		transform: scale(1.9);
	}
	
	90% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@-webkit-keyframes BounceZoomOut {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	
	90% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@keyframes BounceZoomOut {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	
	90% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@-webkit-keyframes PerspectiveOutTop {
	50% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
		transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
		opacity: 0;
	}
}

@keyframes PerspectiveOutTop {
	50% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
		transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
		opacity: 0;
	}
}

@-webkit-keyframes PerspectiveOutBottom {
	50% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
		transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
		opacity: 0;
	}
}

@keyframes PerspectiveOutBottom {
	50% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
		transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
		opacity: 0;
	}
}

@-webkit-keyframes ZoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes ZoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes ZoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes ZoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@-webkit-keyframes ZoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes ZoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@-webkit-keyframes LetterZoomInTop {
	from {
		-webkit-transform: scale(10) translateY(-50%);
		transform: scale(10) translateY(-50%);
		opacity: 0;
	}
}

@keyframes LetterZoomInTop {
	from {
		-webkit-transform: scale(10) translateY(-50%);
		transform: scale(10) translateY(-50%);
		opacity: 0;
	}
}

@-webkit-keyframes ZoomInBottom {
	from {
		-webkit-transform: scale(10) translateY(50%);
		transform: scale(10) translateY(50%);
		opacity: 0;
	}
}

@keyframes ZoomInBottom {
	from {
		-webkit-transform: scale(10) translateY(50%);
		transform: scale(10) translateY(50%);
		opacity: 0;
	}
}

@-webkit-keyframes ZoomOut {
	from {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes ZoomOut {
	from {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes ZoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
	}
}

@keyframes ZoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
	}
}

@-webkit-keyframes ZoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
	}
}

@keyframes ZoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
	}
}

@-webkit-keyframes ZoomOutTop {
	to {
		-webkit-transform: scale(10) translateY(-50%);
		transform: scale(10) translateY(-50%);
		opacity: 0;
	}
}

@keyframes ZoomOutTop {
	to {
		-webkit-transform: scale(10) translateY(-50%);
		transform: scale(10) translateY(-50%);
		opacity: 0;
	}
}

@-webkit-keyframes ZoomOutBottom {
	to {
		-webkit-transform: scale(10) translateY(50%);
		transform: scale(10) translateY(50%);
		opacity: 0;
	}
}

@keyframes ZoomOutBottom {
	to {
		-webkit-transform: scale(10) translateY(50%);
		transform: scale(10) translateY(50%);
		opacity: 0;
	}
}

@-webkit-keyframes oaoFadeInTop {
	from {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
		opacity: 0;
	}
}

@keyframes oaoFadeInTop {
	from {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
		opacity: 0;
	}
}

@-webkit-keyframes oaoFadeInBottom {
	from {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0;
	}
}

@keyframes oaoFadeInBottom {
	from {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0;
	}
}

@-webkit-keyframes oaoFadeOutop {
	to {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
		opacity: 0;
	}
}

@keyframes oaoFadeOutop {
	to {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
		opacity: 0;
	}
}

@-webkit-keyframes oaoFadeOutBottom {
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
}

@keyframes oaoFadeOutBottom {
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
}

@-webkit-keyframes oaoFlyInTop {
	0% {
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes oaoFlyInTop {
	0% {
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@-webkit-keyframes oaoFlyInBottom {
	0% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes oaoFlyInBottom {
	0% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@-webkit-keyframes oaoFlyOutTop {
	30% {
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes oaoFlyOutTop {
	30% {
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes oaoFlyOutBottom {
	30% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes oaoFlyOutBottom {
	30% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateInTop {
	from {
		-webkit-transform: translateY(-100px) rotate(360deg);
		transform: translateY(-100px) rotate(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateInTop {
	from {
		-webkit-transform: translateY(-100px) rotate(360deg);
		transform: translateY(-100px) rotate(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateInBottom {
	from {
		-webkit-transform: translateY(100px) rotate(360deg);
		transform: translateY(100px) rotate(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateInBottom {
	from {
		-webkit-transform: translateY(100px) rotate(360deg);
		transform: translateY(100px) rotate(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateOutTop {
	to {
		-webkit-transform: translateY(-100px) rotate(360deg);
		transform: translateY(-100px) rotate(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateOutTop {
	to {
		-webkit-transform: translateY(-100px) rotate(360deg);
		transform: translateY(-100px) rotate(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateOutBottom {
	to {
		-webkit-transform: translateY(100px) rotate(360deg);
		transform: translateY(100px) rotate(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateOutBottom {
	to {
		-webkit-transform: translateY(100px) rotate(360deg);
		transform: translateY(100px) rotate(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateXInTop {
	from {
		-webkit-transform: translateY(-100px) rotateX(360deg);
		transform: translateY(-100px) rotateX(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateXInTop {
	from {
		-webkit-transform: translateY(-100px) rotateX(360deg);
		transform: translateY(-100px) rotateX(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateXInBottom {
	from {
		-webkit-transform: translateY(100px) rotateX(360deg);
		transform: translateY(100px) rotateX(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateXInBottom {
	from {
		-webkit-transform: translateY(100px) rotateX(360deg);
		transform: translateY(100px) rotateX(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateXOutTop {
	to {
		-webkit-transform: translateY(-100px) rotateX(360deg);
		transform: translateY(-100px) rotateX(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateXOutTop {
	to {
		-webkit-transform: translateY(-100px) rotateX(360deg);
		transform: translateY(-100px) rotateX(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateXOutBottom {
	to {
		-webkit-transform: translateY(100px) rotateX(360deg);
		transform: translateY(100px) rotateX(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateXOutBottom {
	to {
		-webkit-transform: translateY(100px) rotateX(360deg);
		transform: translateY(100px) rotateX(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateYInTop {
	from {
		-webkit-transform: translateY(-100px) rotateY(360deg);
		transform: translateY(-100px) rotateY(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateYInTop {
	from {
		-webkit-transform: translateY(-100px) rotateY(360deg);
		transform: translateY(-100px) rotateY(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateYInBottom {
	from {
		-webkit-transform: translateY(100px) rotateY(360deg);
		transform: translateY(100px) rotateY(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateYInBottom {
	from {
		-webkit-transform: translateY(100px) rotateY(360deg);
		transform: translateY(100px) rotateY(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateYOutTop {
	to {
		-webkit-transform: translateY(-100px) rotateY(360deg);
		transform: translateY(-100px) rotateY(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateYOutTop {
	to {
		-webkit-transform: translateY(-100px) rotateY(360deg);
		transform: translateY(-100px) rotateY(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes oaoRotateYOutBottom {
	to {
		-webkit-transform: translateY(100px) rotateY(360deg);
		transform: translateY(100px) rotateY(360deg);
		opacity: 0;
	}
}

@keyframes oaoRotateYOutBottom {
	to {
		-webkit-transform: translateY(100px) rotateY(360deg);
		transform: translateY(100px) rotateY(360deg);
		opacity: 0;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeInTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeInBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@-webkit-keyframes fadeOutTop {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes fadeOutTop {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-webkit-keyframes fadeOutBottom {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@keyframes fadeOutBottom {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@-webkit-keyframes moveFromLeft {
	from {
		-webkit-transform: translateX(-800px);
		transform: translateX(-800px);
	}
}

@keyframes moveFromLeft {
	from {
		-webkit-transform: translateX(-800px);
		transform: translateX(-800px);
	}
}

@-webkit-keyframes moveFromRight {
	from {
		-webkit-transform: translateX(800px);
		transform: translateX(800px);
	}
}

@keyframes moveFromRight {
	from {
		-webkit-transform: translateX(800px);
		transform: translateX(800px);
	}
}

@-webkit-keyframes moveFromTop {
	from {
		-webkit-transform: translateY(-800px);
		transform: translateY(-800px);
	}
}

@keyframes moveFromTop {
	from {
		-webkit-transform: translateY(-800px);
		transform: translateY(-800px);
	}
}

@-webkit-keyframes moveFromBottom {
	from {
		-webkit-transform: translateY(800px);
		transform: translateY(800px);
	}
}

@keyframes moveFromBottom {
	from {
		-webkit-transform: translateY(800px);
		transform: translateY(800px);
	}
}

@-webkit-keyframes moveToLeft {
	to {
		-webkit-transform: translateX(-800px);
		transform: translateX(-800px);
	}
}

@keyframes moveToLeft {
	to {
		-webkit-transform: translateX(-800px);
		transform: translateX(-800px);
	}
}

@-webkit-keyframes moveToRight {
	to {
		-webkit-transform: translateX(800px);
		transform: translateX(800px);
	}
}

@keyframes moveToRight {
	to {
		-webkit-transform: translateX(800px);
		transform: translateX(800px);
	}
}

@-webkit-keyframes moveToTop {
	to {
		-webkit-transform: translateY(-800px);
		transform: translateY(-800px);
	}
}

@keyframes moveToTop {
	to {
		-webkit-transform: translateY(-800px);
		transform: translateY(-800px);
	}
}

@-webkit-keyframes moveToBottom {
	to {
		-webkit-transform: translateY(800px);
		transform: translateY(800px);
	}
}

@keyframes moveToBottom {
	to {
		-webkit-transform: translateY(800px);
		transform: translateY(800px);
	}
}

@-webkit-keyframes doorCloseFromLeft {
	from {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 0;
	}
	
	50%, to {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 1;
	}
}

@keyframes doorCloseFromLeft {
	from {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 0;
	}
	
	50%, to {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 1;
	}
}

@-webkit-keyframes doorOpenFromRight {
	from {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 1;
	}
	
	50%, to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 0;
	}
}

@keyframes doorOpenFromRight {
	from {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 1;
	}
	
	50%, to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-transform-origin: left;
		transform-origin: left;
		opacity: 0;
	}
}

@-webkit-keyframes doorCloseFromRight {
	from {
		-webkit-transform: perspective(400px) rotateY(-90deg);
		transform: perspective(400px) rotateY(-90deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 0;
	}
	
	50%, to {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 1;
	}
}

@keyframes doorCloseFromRight {
	from {
		-webkit-transform: perspective(400px) rotateY(-90deg);
		transform: perspective(400px) rotateY(-90deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 0;
	}
	
	50%, to {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 1;
	}
}

@-webkit-keyframes doorOpenFromLeft {
	from {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 1;
	}
	
	50%, to {
		-webkit-transform: perspective(400px) rotateY(-90deg);
		transform: perspective(400px) rotateY(-90deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 0;
	}
}

@keyframes doorOpenFromLeft {
	from {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 1;
	}
	
	50%, to {
		-webkit-transform: perspective(400px) rotateY(-90deg);
		transform: perspective(400px) rotateY(-90deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 0;
	}
}

@-webkit-keyframes pushReleaseFrom {
	from {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5);
	}
}

@keyframes pushReleaseFrom {
	from {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5);
	}
}

@-webkit-keyframes pushReleaseFromLeft {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	30% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@keyframes pushReleaseFromLeft {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	30% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@-webkit-keyframes pushReleaseFromRight {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	30% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

@keyframes pushReleaseFromRight {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	30% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

@-webkit-keyframes pushReleaseFromTop {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	30% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
}

@keyframes pushReleaseFromTop {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	30% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
}

@-webkit-keyframes pushReleaseFromBottom {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	30% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}

@keyframes pushReleaseFromBottom {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	30% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}

@-webkit-keyframes pushReleaseTo {
	30% {
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5);
	}
	
	to {
		-webkit-transform: scale(5, 5);
		transform: scale(5, 5);
		opacity: 0;
	}
}

@keyframes pushReleaseTo {
	30% {
		-webkit-transform: scale(.5, .5);
		transform: scale(.5, .5);
	}
	
	to {
		-webkit-transform: scale(5, 5);
		transform: scale(5, 5);
		opacity: 0;
	}
}

@-webkit-keyframes pushReleaseToLeft {
	30% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes pushReleaseToLeft {
	30% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes pushReleaseToRight {
	30% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes pushReleaseToRight {
	30% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes pushReleaseToTop {
	30% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	
	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}
}

@keyframes pushReleaseToTop {
	30% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	
	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes pushReleaseToBottom {
	30% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
}

@keyframes pushReleaseToBottom {
	30% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}
}

@-webkit-keyframes flipX {
	from {
		-webkit-transform: perspective(600px) rotateX(-180deg);
		transform: perspective(600px) rotateX(-180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: perspective(600px) rotateX(-360deg);
		transform: perspective(600px) rotateX(-360deg);
	}
}

@keyframes flipX {
	from {
		-webkit-transform: perspective(600px) rotateX(-180deg);
		transform: perspective(600px) rotateX(-180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: perspective(600px) rotateX(-360deg);
		transform: perspective(600px) rotateX(-360deg);
	}
}

@-webkit-keyframes flipXZoomIn {
	from {
		-webkit-transform: perspective(600px) rotateX(0) scale(1);
		transform: perspective(600px) rotateX(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(600px) rotateX(-180deg) scale(1.8);
		transform: perspective(600px) rotateX(-180deg) scale(1.8);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: perspective(600px) rotateX(-360deg) scale(.7);
		transform: perspective(600px) rotateX(-360deg) scale(.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes flipXZoomIn {
	from {
		-webkit-transform: perspective(600px) rotateX(0) scale(1);
		transform: perspective(600px) rotateX(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(600px) rotateX(-180deg) scale(1.8);
		transform: perspective(600px) rotateX(-180deg) scale(1.8);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: perspective(600px) rotateX(-360deg) scale(.7);
		transform: perspective(600px) rotateX(-360deg) scale(.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes flipXZoomOut {
	from {
		-webkit-transform: perspective(600px) rotateX(0) scale(1);
		transform: perspective(600px) rotateX(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(600px) rotateX(180deg) scale(1.8);
		transform: perspective(600px) rotateX(180deg) scale(1.8);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: perspective(600px) rotateX(360deg) scale(.7);
		transform: perspective(600px) rotateX(360deg) scale(.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes flipXZoomOut {
	from {
		-webkit-transform: perspective(600px) rotateX(0) scale(1);
		transform: perspective(600px) rotateX(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(600px) rotateX(180deg) scale(1.8);
		transform: perspective(600px) rotateX(180deg) scale(1.8);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: perspective(600px) rotateX(360deg) scale(.7);
		transform: perspective(600px) rotateX(360deg) scale(.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes flipY {
	from {
		-webkit-transform: perspective(600px) rotateY(180deg);
		transform: perspective(600px) rotateY(180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: perspective(600px) rotateY(360deg);
		transform: perspective(600px) rotateY(360deg);
	}
}

@keyframes flipY {
	from {
		-webkit-transform: perspective(600px) rotateY(180deg);
		transform: perspective(600px) rotateY(180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: perspective(600px) rotateY(360deg);
		transform: perspective(600px) rotateY(360deg);
	}
}

@-webkit-keyframes flipYZoomIn {
	from {
		-webkit-transform: perspective(600px) rotateY(0) scale(1);
		transform: perspective(600px) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(600px) rotateY(180deg) scale(1.6);
		transform: perspective(600px) rotateY(180deg) scale(1.6);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: perspective(600px) rotateY(360deg) scale(.7);
		transform: perspective(600px) rotateY(360deg) scale(.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes flipYZoomIn {
	from {
		-webkit-transform: perspective(600px) rotateY(0) scale(1);
		transform: perspective(600px) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(600px) rotateY(180deg) scale(1.6);
		transform: perspective(600px) rotateY(180deg) scale(1.6);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: perspective(600px) rotateY(360deg) scale(.7);
		transform: perspective(600px) rotateY(360deg) scale(.7);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes flipYZoomOut {
	from {
		-webkit-transform: perspective(600px) rotateY(0) scale(1);
		transform: perspective(600px) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(600px) rotateY(180deg) scale(.6);
		transform: perspective(600px) rotateY(180deg) scale(.6);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: perspective(600px) rotateY(360deg) scale(1.8);
		transform: perspective(600px) rotateY(360deg) scale(1.8);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes flipYZoomOut {
	from {
		-webkit-transform: perspective(600px) rotateY(0) scale(1);
		transform: perspective(600px) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(600px) rotateY(180deg) scale(.6);
		transform: perspective(600px) rotateY(180deg) scale(.6);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	80% {
		-webkit-transform: perspective(600px) rotateY(360deg) scale(1.8);
		transform: perspective(600px) rotateY(360deg) scale(1.8);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes skewLeft {
	70% {
		-webkit-transform: skewX(40deg);
		transform: skewX(40deg);
	}
}

@keyframes skewLeft {
	70% {
		-webkit-transform: skewX(40deg);
		transform: skewX(40deg);
	}
}

@-webkit-keyframes skewRight {
	70% {
		-webkit-transform: skewX(-40deg);
		transform: skewX(-40deg);
	}
}

@keyframes skewRight {
	70% {
		-webkit-transform: skewX(-40deg);
		transform: skewX(-40deg);
	}
}

@-webkit-keyframes skewInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-100%) skewX(-40deg);
		transform: translateX(-100%) skewX(-40deg);
	}
	
	70% {
		-webkit-transform: skewX(-30deg);
		transform: skewX(-30deg);
	}
}

@keyframes skewInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-100%) skewX(-40deg);
		transform: translateX(-100%) skewX(-40deg);
	}
	
	70% {
		-webkit-transform: skewX(-30deg);
		transform: skewX(-30deg);
	}
}

@-webkit-keyframes skewInRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(100%) skewX(40deg);
		transform: translateX(100%) skewX(40deg);
	}
	
	70% {
		-webkit-transform: skewX(30deg);
		transform: skewX(30deg);
	}
}

@keyframes skewInRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(100%) skewX(40deg);
		transform: translateX(100%) skewX(40deg);
	}
	
	70% {
		-webkit-transform: skewX(30deg);
		transform: skewX(30deg);
	}
}

@-webkit-keyframes skewOutLeft {
	20% {
		-webkit-transform: skewX(40deg);
		transform: skewX(40deg);
	}
	
	to {
		-webkit-transform: translateX(-100%) skewX(40deg);
		transform: translateX(-100%) skewX(40deg);
		opacity: 0;
	}
}

@keyframes skewOutLeft {
	20% {
		-webkit-transform: skewX(40deg);
		transform: skewX(40deg);
	}
	
	to {
		-webkit-transform: translateX(-100%) skewX(40deg);
		transform: translateX(-100%) skewX(40deg);
		opacity: 0;
	}
}

@-webkit-keyframes skewOutRight {
	20% {
		-webkit-transform: skewX(-40deg);
		transform: skewX(-40deg);
	}
	
	to {
		-webkit-transform: translateX(100%) skewX(-40deg);
		transform: translateX(100%) skewX(-40deg);
		opacity: 0;
	}
}

@keyframes skewOutRight {
	20% {
		-webkit-transform: skewX(-40deg);
		transform: skewX(-40deg);
	}
	
	to {
		-webkit-transform: translateX(100%) skewX(-40deg);
		transform: translateX(100%) skewX(-40deg);
		opacity: 0;
	}
}

@-webkit-keyframes pullRelease {
	15% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
	}
}

@keyframes pullRelease {
	15% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
	}
}

@-webkit-keyframes pushRelease {
	15% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
}

@keyframes pushRelease {
	15% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
}

@-webkit-keyframes swingInLeft {
	from {
		-webkit-transform: matrix(3, 0, 0, 3, -800, 0);
		transform: matrix(3, 0, 0, 3, -800, 0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: matrix(1.3, 0, 0, 1.3, 20, 0);
		transform: matrix(1.3, 0, 0, 1.3, 20, 0);
	}
}

@keyframes swingInLeft {
	from {
		-webkit-transform: matrix(3, 0, 0, 3, -800, 0);
		transform: matrix(3, 0, 0, 3, -800, 0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: matrix(1.3, 0, 0, 1.3, 20, 0);
		transform: matrix(1.3, 0, 0, 1.3, 20, 0);
	}
}

@-webkit-keyframes swingInRight {
	from {
		-webkit-transform: matrix(3, 0, 0, 3, 800, 0);
		transform: matrix(3, 0, 0, 3, 800, 0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: matrix(1.3, 0, 0, 1.3, -20, 0);
		transform: matrix(1.3, 0, 0, 1.3, -20, 0);
	}
}

@keyframes swingInRight {
	from {
		-webkit-transform: matrix(3, 0, 0, 3, 800, 0);
		transform: matrix(3, 0, 0, 3, 800, 0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: matrix(1.3, 0, 0, 1.3, -20, 0);
		transform: matrix(1.3, 0, 0, 1.3, -20, 0);
	}
}

@-webkit-keyframes swingInTop {
	from {
		-webkit-transform: matrix(3, 0, 0, 3, 0, -800);
		transform: matrix(3, 0, 0, 3, 0, -800);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: matrix(1.3, 0, 0, 1.3, 0, 20);
		transform: matrix(1.3, 0, 0, 1.3, 0, 20);
	}
}

@keyframes swingInTop {
	from {
		-webkit-transform: matrix(3, 0, 0, 3, 0, -800);
		transform: matrix(3, 0, 0, 3, 0, -800);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: matrix(1.3, 0, 0, 1.3, 0, 20);
		transform: matrix(1.3, 0, 0, 1.3, 0, 20);
	}
}

@-webkit-keyframes swingInBottom {
	from {
		-webkit-transform: matrix(3, 0, 0, 3, 0, 800);
		transform: matrix(3, 0, 0, 3, 0, 800);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: matrix(1.3, 0, 0, 1.3, 0, -20);
		transform: matrix(1.3, 0, 0, 1.3, 0, -20);
	}
}

@keyframes swingInBottom {
	from {
		-webkit-transform: matrix(3, 0, 0, 3, 0, 800);
		transform: matrix(3, 0, 0, 3, 0, 800);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: matrix(1.3, 0, 0, 1.3, 0, -20);
		transform: matrix(1.3, 0, 0, 1.3, 0, -20);
	}
}

@-webkit-keyframes elevateLeft {
	from {
		-webkit-transform: translateY(100%) rotate(-20deg);
		transform: translateY(100%) rotate(-20deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	40% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	65% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@keyframes elevateLeft {
	from {
		-webkit-transform: translateY(100%) rotate(-20deg);
		transform: translateY(100%) rotate(-20deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	40% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
	
	65% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@-webkit-keyframes elevateRight {
	from {
		-webkit-transform: translateY(100%) rotate(20deg);
		transform: translateY(100%) rotate(20deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	40% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	65% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

@keyframes elevateRight {
	from {
		-webkit-transform: translateY(100%) rotate(20deg);
		transform: translateY(100%) rotate(20deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	40% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	65% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

@-webkit-keyframes rollFromLeft {
	from {
		-webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
		transform: translateX(-100%) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateX(0) perspective(600px) rotateY(0);
		transform: translateX(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
}

@keyframes rollFromLeft {
	from {
		-webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
		transform: translateX(-100%) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateX(0) perspective(600px) rotateY(0);
		transform: translateX(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes rollFromRight {
	from {
		-webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
		transform: translateX(100%) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateX(0) perspective(600px) rotateY(0);
		transform: translateX(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
}

@keyframes rollFromRight {
	from {
		-webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
		transform: translateX(100%) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateX(0) perspective(600px) rotateY(0);
		transform: translateX(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes rollFromTop {
	from {
		-webkit-transform: translateY(-100%) perspective(600px) rotateY(180deg);
		transform: translateY(-100%) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateY(0) perspective(600px) rotateY(0);
		transform: translateY(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
}

@keyframes rollFromTop {
	from {
		-webkit-transform: translateY(-100%) perspective(600px) rotateY(180deg);
		transform: translateY(-100%) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateY(0) perspective(600px) rotateY(0);
		transform: translateY(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes rollFromBottom {
	from {
		-webkit-transform: translateY(100%) perspective(600px) rotateY(-180deg);
		transform: translateY(100%) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateY(0) perspective(600px) rotateY(0);
		transform: translateY(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
}

@keyframes rollFromBottom {
	from {
		-webkit-transform: translateY(100%) perspective(600px) rotateY(-180deg);
		transform: translateY(100%) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateY(0) perspective(600px) rotateY(0);
		transform: translateY(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes rollToLeft {
	from {
		-webkit-transform: translateX(0) perspective(600px) rotateY(0);
		transform: translateX(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
		transform: translateX(-100%) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes rollToLeft {
	from {
		-webkit-transform: translateX(0) perspective(600px) rotateY(0);
		transform: translateX(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateX(-100%) perspective(600px) rotateY(180deg);
		transform: translateX(-100%) perspective(600px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes rollToRight {
	from {
		-webkit-transform: translateX(0) perspective(600px) rotateY(0);
		transform: translateX(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
		transform: translateX(100%) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
}

@keyframes rollToRight {
	from {
		-webkit-transform: translateX(0) perspective(600px) rotateY(0);
		transform: translateX(0) perspective(600px) rotateY(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateX(100%) perspective(600px) rotateY(-180deg);
		transform: translateX(100%) perspective(600px) rotateY(-180deg);
		opacity: 0;
	}
}

@-webkit-keyframes rollToTop {
	from {
		-webkit-transform: translateY(0) perspective(600px) rotateX(0);
		transform: translateY(0) perspective(600px) rotateX(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateY(-100%) perspective(600px) rotateX(180deg);
		transform: translateY(-100%) perspective(600px) rotateX(180deg);
		opacity: 0;
	}
}

@keyframes rollToTop {
	from {
		-webkit-transform: translateY(0) perspective(600px) rotateX(0);
		transform: translateY(0) perspective(600px) rotateX(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateY(-100%) perspective(600px) rotateX(180deg);
		transform: translateY(-100%) perspective(600px) rotateX(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes rollToBottom {
	to {
		-webkit-transform: translateY(0) perspective(600px) rotateX(0);
		transform: translateY(0) perspective(600px) rotateX(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateY(100%) perspective(600px) rotateX(-180deg);
		transform: translateY(100%) perspective(600px) rotateX(-180deg);
		opacity: 0;
	}
}

@keyframes rollToBottom {
	to {
		-webkit-transform: translateY(0) perspective(600px) rotateX(0);
		transform: translateY(0) perspective(600px) rotateX(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateY(100%) perspective(600px) rotateX(-180deg);
		transform: translateY(100%) perspective(600px) rotateX(-180deg);
		opacity: 0;
	}
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotateX {
	from {
		-webkit-transform: perspective(600px) rotateX(0);
		transform: perspective(600px) rotateX(0);
	}
	
	to {
		-webkit-transform: perspective(600px) rotateX(90deg);
		transform: perspective(600px) rotateX(90deg);
	}
}

@keyframes rotateX {
	from {
		-webkit-transform: perspective(600px) rotateX(0);
		transform: perspective(600px) rotateX(0);
	}
	
	to {
		-webkit-transform: perspective(600px) rotateX(90deg);
		transform: perspective(600px) rotateX(90deg);
	}
}

@-webkit-keyframes rotateXIn {
	from {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		opacity: 0;
	}
	
	5% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
	}
}

@keyframes rotateXIn {
	from {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		opacity: 0;
	}
	
	5% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
	}
}

@-webkit-keyframes rotateXOut {
	95% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
	}
	
	to {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		opacity: 0;
	}
}

@keyframes rotateXOut {
	95% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg);
	}
	
	to {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg);
		opacity: 0;
	}
}

@-webkit-keyframes rotateY {
	from {
		-webkit-transform: perspective(600px) rotateY(0);
		transform: perspective(600px) rotateY(0);
	}
	
	to {
		-webkit-transform: perspective(600px) rotateY(90deg);
		transform: perspective(600px) rotateY(90deg);
	}
}

@keyframes rotateY {
	from {
		-webkit-transform: perspective(600px) rotateY(0);
		transform: perspective(600px) rotateY(0);
	}
	
	to {
		-webkit-transform: perspective(600px) rotateY(90deg);
		transform: perspective(600px) rotateY(90deg);
	}
}

@-webkit-keyframes rotateYIn {
	from {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		opacity: 0;
	}
	
	5% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
	}
}

@keyframes rotateYIn {
	from {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		opacity: 0;
	}
	
	5% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
	}
}

@-webkit-keyframes rotateYOut {
	95% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
	}
	
	to {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		opacity: 0;
	}
}

@keyframes rotateYOut {
	95% {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg);
	}
	
	to {
		-webkit-transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
		opacity: 0;
	}
}

@-webkit-keyframes rotateInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(0);
		transform: translateX(-100%) rotate(0);
	}
	
	to {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
}

@keyframes rotateInLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(0);
		transform: translateX(-100%) rotate(0);
	}
	
	to {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
}

@-webkit-keyframes rotateInRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(0);
		transform: translateX(100%) rotate(0);
	}
	
	to {
		-webkit-transform: translateX(0) rotate(-360deg);
		transform: translateX(0) rotate(-360deg);
	}
}

@keyframes rotateInRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(0);
		transform: translateX(100%) rotate(0);
	}
	
	to {
		-webkit-transform: translateX(0) rotate(-360deg);
		transform: translateX(0) rotate(-360deg);
	}
}

@-webkit-keyframes rotateInTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-400%) rotate(0);
		transform: translateY(-400%) rotate(0);
	}
	
	to {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
}

@keyframes rotateInTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-400%) rotate(0);
		transform: translateY(-400%) rotate(0);
	}
	
	to {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
}

@-webkit-keyframes rotateInBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(400%) rotate(0);
		transform: translateY(400%) rotate(0);
	}
	
	to {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
}

@keyframes rotateInBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(400%) rotate(0);
		transform: translateY(400%) rotate(0);
	}
	
	to {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
}

@-webkit-keyframes rotateOutLeft {
	from {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
	
	to {
		-webkit-transform: translateX(-800px) rotate(0);
		transform: translateX(-800px) rotate(0);
		opacity: 0;
	}
}

@keyframes rotateOutLeft {
	from {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
	
	to {
		-webkit-transform: translateX(-800px) rotate(0);
		transform: translateX(-800px) rotate(0);
		opacity: 0;
	}
}

@-webkit-keyframes rotateOutRight {
	from {
		-webkit-transform: translateX(0) rotate(-360deg);
		transform: translateX(0) rotate(-360deg);
	}
	
	to {
		-webkit-transform: translateX(800px) rotate(0);
		transform: translateX(800px) rotate(0);
		opacity: 0;
	}
}

@keyframes rotateOutRight {
	from {
		-webkit-transform: translateX(0) rotate(-360deg);
		transform: translateX(0) rotate(-360deg);
	}
	
	to {
		-webkit-transform: translateX(800px) rotate(0);
		transform: translateX(800px) rotate(0);
		opacity: 0;
	}
}

@-webkit-keyframes rotateOutTop {
	from {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
	
	to {
		-webkit-transform: translateY(-800px) rotate(0);
		transform: translateY(-800px) rotate(0);
		opacity: 0;
	}
}

@keyframes rotateOutTop {
	from {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
	
	to {
		-webkit-transform: translateY(-800px) rotate(0);
		transform: translateY(-800px) rotate(0);
		opacity: 0;
	}
}

@-webkit-keyframes rotateOutBottom {
	from {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
	
	to {
		-webkit-transform: translateY(800px) rotate(0);
		transform: translateY(800px) rotate(0);
		opacity: 0;
	}
}

@keyframes rotateOutBottom {
	from {
		-webkit-transform: translateX(0) rotate(360deg);
		transform: translateX(0) rotate(360deg);
	}
	
	to {
		-webkit-transform: translateY(800px) rotate(0);
		transform: translateY(800px) rotate(0);
		opacity: 0;
	}
}

@-webkit-keyframes spinToLeft {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	from {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes spinToLeft {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	from {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes spinToRight {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	from {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes spinToRight {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	from {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-webkit-keyframes spinToTop {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	from {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes spinToTop {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	from {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-webkit-keyframes spinToBottom {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	from {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes spinToBottom {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	from {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes spinFromLeft {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes spinFromLeft {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes spinFromRight {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	to {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes spinFromRight {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	to {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-webkit-keyframes spinFromTop {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	to {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes spinFromTop {
	from, to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	
	to {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@-webkit-keyframes spinFromBottom {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes spinFromBottom {
	from, to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	
	to {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@-webkit-keyframes blurIn {
	from {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes blurIn {
	from {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes blurInLeft {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes blurInLeft {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes blurInRight {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes blurInRight {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes blurInTop {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes blurInTop {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes blurInBottom {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@keyframes blurInBottom {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		opacity: 0;
	}
}

@-webkit-keyframes blurOut {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes blurOut {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes blurOutLeft {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes blurOutLeft {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes blurOutRight {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes blurOutRight {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes blurOutTop {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes blurOutTop {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes blurOutBottom {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes blurOutBottom {
	85%, to {
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes bounceFromTop {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, -80px, 0) scale3d(1, 1.6, 1);
		transform: translate3d(0, -80px, 0) scale3d(1, 1.6, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounceFromTop {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, -80px, 0) scale3d(1, 1.6, 1);
		transform: translate3d(0, -80px, 0) scale3d(1, 1.6, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@-webkit-keyframes bounceFromDown {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
		transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 4px, 0);
		transform: translate3d(0, 4px, 0);
	}
}

@keyframes bounceFromDown {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
		transform: translate3d(0, 80px, 0) scale3d(1, 1.2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 4px, 0);
		transform: translate3d(0, 4px, 0);
	}
}

@-webkit-keyframes bounceX {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1.8, 1, 1);
		transform: scale3d(1.8, 1, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1.5, 1, 1);
		transform: scale3d(1.5, 1, 1);
	}
	
	90% {
		-webkit-transform: scale3d(1.1, 1, 1);
		transform: scale3d(1.1, 1, 1);
	}
}

@keyframes bounceX {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1.8, 1, 1);
		transform: scale3d(1.8, 1, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1.5, 1, 1);
		transform: scale3d(1.5, 1, 1);
	}
	
	90% {
		-webkit-transform: scale3d(1.1, 1, 1);
		transform: scale3d(1.1, 1, 1);
	}
}

@-webkit-keyframes bounceY {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1, 2, 1);
		transform: scale3d(1, 2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1, 1.5, 1);
		transform: scale3d(1, 1.5, 1);
	}
	
	90% {
		-webkit-transform: scale3d(1, 1.1, 1);
		transform: scale3d(1, 1.1, 1);
	}
}

@keyframes bounceY {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1, 2, 1);
		transform: scale3d(1, 2, 1);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale3d(1, 1.5, 1);
		transform: scale3d(1, 1.5, 1);
	}
	
	90% {
		-webkit-transform: scale3d(1, 1.1, 1);
		transform: scale3d(1, 1.1, 1);
	}
}

@-webkit-keyframes bounceZoomIn {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	90% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes bounceZoomIn {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	90% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@-webkit-keyframes bounceZoomOut {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
	
	90% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@keyframes bounceZoomOut {
	0%, 100%, 25%, 55%, 85% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	41%, 44% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
	
	70% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
	
	90% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@-webkit-keyframes bounceInTop {
	0% {
		-webkit-transform: translate3d(0, -300%, 0);
		transform: translate3d(0, -300%, 0);
	}
	
	58% {
		-webkit-transform: translate3d(0, 27px, 0);
		transform: translate3d(0, 27px, 0);
	}
	
	73% {
		-webkit-transform: translate3d(0, -12px, 0);
		transform: translate3d(0, -12px, 0);
	}
	
	88% {
		-webkit-transform: translate3d(0, 7px, 0);
		transform: translate3d(0, 7px, 0);
	}
}

@keyframes bounceInTop {
	0% {
		-webkit-transform: translate3d(0, -300%, 0);
		transform: translate3d(0, -300%, 0);
	}
	
	58% {
		-webkit-transform: translate3d(0, 27px, 0);
		transform: translate3d(0, 27px, 0);
	}
	
	73% {
		-webkit-transform: translate3d(0, -12px, 0);
		transform: translate3d(0, -12px, 0);
	}
	
	88% {
		-webkit-transform: translate3d(0, 7px, 0);
		transform: translate3d(0, 7px, 0);
	}
}

@-webkit-keyframes bounceInBottom {
	0% {
		-webkit-transform: translate3d(0, 300%, 0);
		transform: translate3d(0, 300%, 0);
	}
	
	58% {
		-webkit-transform: translate3d(0, -27px, 0);
		transform: translate3d(0, -27px, 0);
	}
	
	73% {
		-webkit-transform: translate3d(0, 12px, 0);
		transform: translate3d(0, 12px, 0);
	}
	
	88% {
		-webkit-transform: translate3d(0, -8px, 0);
		transform: translate3d(0, -8px, 0);
	}
}

@keyframes bounceInBottom {
	0% {
		-webkit-transform: translate3d(0, 300%, 0);
		transform: translate3d(0, 300%, 0);
	}
	
	58% {
		-webkit-transform: translate3d(0, -27px, 0);
		transform: translate3d(0, -27px, 0);
	}
	
	73% {
		-webkit-transform: translate3d(0, 12px, 0);
		transform: translate3d(0, 12px, 0);
	}
	
	88% {
		-webkit-transform: translate3d(0, -8px, 0);
		transform: translate3d(0, -8px, 0);
	}
}

@-webkit-keyframes bounceInLeft {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInLeft {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
		transform: translate3d(-10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
		transform: translate3d(5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes bounceInRight {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInRight {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
		transform: translate3d(10px, 0, 0) scaleX(.98);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
		transform: translate3d(-5px, 0, 0) scaleX(.995);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes bounceOutTop {
	18%, 33%, 48% {
		opacity: 1;
	}
	
	18% {
		-webkit-transform: translate3d(0, 27px, 0);
		transform: translate3d(0, 27px, 0);
	}
	
	33% {
		-webkit-transform: translate3d(0, -12px, 0);
		transform: translate3d(0, -12px, 0);
	}
	
	48% {
		-webkit-transform: translate3d(0, 8px, 0);
		transform: translate3d(0, 8px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -300%, 0);
		transform: translate3d(0, -300%, 0);
	}
}

@keyframes bounceOutTop {
	18%, 33%, 48% {
		opacity: 1;
	}
	
	18% {
		-webkit-transform: translate3d(0, 27px, 0);
		transform: translate3d(0, 27px, 0);
	}
	
	33% {
		-webkit-transform: translate3d(0, -12px, 0);
		transform: translate3d(0, -12px, 0);
	}
	
	48% {
		-webkit-transform: translate3d(0, 8px, 0);
		transform: translate3d(0, 8px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -300%, 0);
		transform: translate3d(0, -300%, 0);
	}
}

@-webkit-keyframes bounceOutBottom {
	18%, 33%, 48% {
		opacity: 1;
	}
	
	18% {
		-webkit-transform: translate3d(0, -27px, 0);
		transform: translate3d(0, -27px, 0);
	}
	
	33% {
		-webkit-transform: translate3d(0, 12px, 0);
		transform: translate3d(0, 12px, 0);
	}
	
	48% {
		-webkit-transform: translate3d(0, -8px, 0);
		transform: translate3d(0, -8px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 300%, 0);
		transform: translate3d(0, 300%, 0);
	}
}

@keyframes bounceOutBottom {
	18%, 33%, 48% {
		opacity: 1;
	}
	
	18% {
		-webkit-transform: translate3d(0, -27px, 0);
		transform: translate3d(0, -27px, 0);
	}
	
	33% {
		-webkit-transform: translate3d(0, 12px, 0);
		transform: translate3d(0, 12px, 0);
	}
	
	48% {
		-webkit-transform: translate3d(0, -8px, 0);
		transform: translate3d(0, -8px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 300%, 0);
		transform: translate3d(0, 300%, 0);
	}
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
		transform: translate3d(20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
		transform: translate3d(-20px, 0, 0) scaleX(.9);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

@-webkit-keyframes perspectiveToTop {
	50% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
		transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
		opacity: 0;
	}
}

@keyframes perspectiveToTop {
	50% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
		transform: perspective(500px) rotateX(90deg) translateY(-50px) translateZ(50px);
		opacity: 0;
	}
}

@-webkit-keyframes perspectiveToBottom {
	50% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
		transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
		opacity: 0;
	}
}

@keyframes perspectiveToBottom {
	50% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
		transform: perspective(500px) rotateX(90deg) translateY(50px) translateZ(-50px);
		opacity: 0;
	}
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@-webkit-keyframes zoomInTop {
	from {
		-webkit-transform: scale(10) translateY(-50%);
		transform: scale(10) translateY(-50%);
		opacity: 0;
	}
}

@keyframes zoomInTop {
	from {
		-webkit-transform: scale(10) translateY(-50%);
		transform: scale(10) translateY(-50%);
		opacity: 0;
	}
}

@-webkit-keyframes zoomInBottom {
	from {
		-webkit-transform: scale(10) translateY(50%);
		transform: scale(10) translateY(50%);
		opacity: 0;
	}
}

@keyframes zoomInBottom {
	from {
		-webkit-transform: scale(10) translateY(50%);
		transform: scale(10) translateY(50%);
		opacity: 0;
	}
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
	}
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
	}
}

@-webkit-keyframes zoomOutTop {
	to {
		-webkit-transform: scale(10) translateY(-50%);
		transform: scale(10) translateY(-50%);
		opacity: 0;
	}
}

@keyframes zoomOutTop {
	to {
		-webkit-transform: scale(10) translateY(-50%);
		transform: scale(10) translateY(-50%);
		opacity: 0;
	}
}

@-webkit-keyframes zoomOutBottom {
	to {
		-webkit-transform: scale(10) translateY(50%);
		transform: scale(10) translateY(50%);
		opacity: 0;
	}
}

@keyframes zoomOutBottom {
	to {
		-webkit-transform: scale(10) translateY(50%);
		transform: scale(10) translateY(50%);
		opacity: 0;
	}
}

@-webkit-keyframes ekitRevealInTop {
	form {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
	
	to {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@keyframes ekitRevealInTop {
	form {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
	
	to {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@-webkit-keyframes ekitRevealInBottom {
	form {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
	
	to {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@keyframes ekitRevealInBottom {
	form {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
	
	to {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@-webkit-keyframes ekitRevealInLeft {
	form {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	to {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

@keyframes ekitRevealInLeft {
	form {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	to {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

@-webkit-keyframes ekitRevealInRight {
	form {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	to {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

@keyframes ekitRevealInRight {
	form {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	to {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
	bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
	top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
}

.ekit-wid-con .product-filter-area {
	margin-bottom: 30px;
}

.ekit-wid-con .product-filter-wraper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ekit-wid-con .product-filter-wraper .woocommerce-ordering {
	margin-right: 50px;
	margin-bottom: 0;
}

.ekit-wid-con .woocommerce-ordering {
	position: relative;
	z-index: 10;
}

.ekit-wid-con .woocommerce-ordering .shop-filter-title {
	color: #777;
	font-size: 14px;
	position: relative;
	top: 9px;
	padding-right: 50px;
}

.ekit-wid-con .tab-filter .nav-tabs .nav-item .nav-link {
	border: 0;
	color: #777;
	font-size: 18px;
	padding: 10px;
}

.ekit-wid-con .tab-filter .nav-tabs .nav-item .nav-link.active {
	color: #2575fc;
	background-color: transparent;
}

.ekit-wid-con .elementskit-accordion {
	counter-reset: myNumber;
}

.ekit-wid-con .elementskit-accordion .ekit-accordion-title {
	padding-right: 10px;
	display: inline-block;
}

.ekit-wid-con .elementskit-accordion .elementskit-card {
	border: 0;
	border-radius: 0;
	background-color: transparent;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-accordion .elementskit-card:not(:last-child) {
	margin-bottom: 10px;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header {
	padding: 0;
	background-color: transparent;
	border-bottom: 0 solid #000;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header .ekit_accordion_icon_group svg {
	vertical-align: middle;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	background-color: #f7f9fb;
	font-weight: 700;
	padding: 14px 30px;
	border: 1px solid transparent;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link:focus, .ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link:hover {
	text-decoration: none;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link>i {
	color: #2575fc;
	line-height: 1.6666666667;
	display: inline-block;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link .ekit_accordion_icon_left_group, .ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link>.icon-left {
	padding-right: 26px;
	float: left;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link[aria-expanded=true] .icon-closed {
	display: block;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link[aria-expanded=true] .icon-open {
	display: none;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link[aria-expanded=true] .ekit_accordion_normal_icon {
	display: none;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link[aria-expanded=true] .ekit_accordion_active_icon {
	display: block;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link[aria-expanded=false] .icon-closed {
	display: none;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link[aria-expanded=false] .icon-open {
	display: block;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link[aria-expanded=false] .ekit_accordion_normal_icon {
	display: block;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link[aria-expanded=false] .ekit_accordion_active_icon {
	display: none;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-body {
	padding: 20px 30px;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-body p {
	margin-top: 0;
	margin-bottom: 1em;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-body p:last-child {
	margin-bottom: 0;
}

.ekit-wid-con .elementskit-accordion.floating-style .elementskit-card-header>.elementskit-btn-link {
	-webkit-box-shadow: -1.216px 6.894px 15px 0 rgba(37, 117, 252, .2);
	box-shadow: -1.216px 6.894px 15px 0 rgba(37, 117, 252, .2);
	border-radius: 0 0 5px 5px;
	background-color: #fff;
}

.ekit-wid-con .elementskit-accordion.floating-style .elementskit-card-body {
	width: calc(100% - 40px);
	border-radius: 0 0 5px 5px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.ekit-wid-con .elementskit-accordion.floating-style .elementskit-card[aria-expanded=true] .elementskit-btn-link {
	background-color: #2575fc;
	color: #fff;
	-webkit-box-shadow: -1.216px 6.894px 15px 0 rgba(0, 0, 0, .07);
	box-shadow: -1.216px 6.894px 15px 0 rgba(0, 0, 0, .07);
}

.ekit-wid-con .elementskit-accordion.floating-style .elementskit-card[aria-expanded=true] .elementskit-btn-link>i {
	color: inherit;
}

.ekit-wid-con .elementskit-accordion.floating-style .elementskit-card[aria-expanded=true] .elementskit-card-body {
	background-color: #2575fc;
}

.ekit-wid-con .elementskit-accordion.floating-style .elementskit-card[aria-expanded=true] .elementskit-card-body p {
	color: #fff;
}

.ekit-wid-con .elementskit-accordion.side-curve .elementskit-card-header>.elementskit-btn-link {
	background-color: #2575fc;
	position: relative;
	border: 0;
	padding-left: 70px;
}

.ekit-wid-con .elementskit-accordion.side-curve .elementskit-card-header>.elementskit-btn-link::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 35px;
	background-color: rgba(255, 255, 255, .2);
	text-align: right;
	line-height: 55px;
}

.ekit-wid-con .elementskit-accordion.side-curve .elementskit-card-header>.elementskit-btn-link::after {
	position: absolute;
	content: "";
	left: 35px;
	top: 0;
	border-top: 26.5px solid transparent;
	border-right: 26.5px solid transparent;
	border-left: 26.5px solid rgba(255, 255, 255, .2);
	border-bottom: 26.5px solid transparent;
}

.ekit-wid-con .elementskit-accordion.side-curve .elementskit-card-header>.elementskit-btn-link .ekit_accordion_icon_left_group {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ekit-wid-con .elementskit-accordion.curve-shape .elementskit-card-header>.elementskit-btn-link {
	position: relative;
	z-index: 1;
	padding: 16.5px 30px;
}

.ekit-wid-con .elementskit-accordion.curve-shape .elementskit-card-header>.elementskit-btn-link[aria-expanded=true] {
	color: #fff;
}

.ekit-wid-con .elementskit-accordion.curve-shape .elementskit-card-header>.elementskit-btn-link[aria-expanded=true]>i {
	color: inherit;
}

.ekit-wid-con .elementskit-accordion.curve-shape .elementskit-card-header>.elementskit-btn-link[aria-expanded=true] .path {
	fill: #2575fc;
}

.ekit-wid-con .elementskit-accordion.curve-shape .svg-shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.ekit-wid-con .elementskit-accordion .elementskit-card-body {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 65px;
	padding-right: 85px;
}

.ekit-wid-con .elementskit-accordion.accordion-4 .elementskit-card-header>.elementskit-btn-link {
	border: 1px solid #f5f5f5;
	border-bottom: 1px solid #2575fc;
	background-color: #fff;
	position: relative;
	padding-left: 85px;
}

.ekit-wid-con .elementskit-accordion.accordion-4 .elementskit-card-header>.elementskit-btn-link::before {
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
	height: calc(100% + 2px);
	width: 55px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	background-color: #2575fc;
}

.ekit-wid-con .elementskit-accordion.accordion-4 .elementskit-card-header>.elementskit-btn-link .ekit_accordion_icon_left_group {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.ekit-wid-con .elementskit-accordion.accordion-4 .elementskit-card-body {
	padding-left: 0;
	padding-right: 0;
}

.ekit-wid-con .number::before {
	counter-increment: myNumber;
	content: counter(myNumber) ".";
}

.ekit-wid-con .icon-right {
	float: right;
}

.ekit-wid-con .icon-left {
	float: left;
}

.ekit-wid-con .path {
	fill: #fff;
	stroke: #2575fc;
	stroke-miterlimit: 0;
}

.ekit-wid-con .ekit_accordion_icon_group {
	position: absolute;
	right: 0;
	margin-right: 30px;
}

.ekit-wid-con .elementskit-accordion.curve-shape .svg-shape {
	height: 100%;
}

.ekit-accordion--content, .ekit-accordion--toggler {
	font-size: 16px;
	line-height: 24px;
}

.ekit-wid-con .ekit-header-info {
	list-style: none;
}

.ekit-wid-con .ekit-header-info>li:not(:last-child) {
	margin-right: 15px;
}

.ekit-wid-con .ekit-header-info, .ekit-wid-con .ekit-header-info a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ekit-wid-con .ekit-header-info svg {
	max-width: 15px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con table.dataTable tbody td, .ekit-wid-con table.dataTable tbody th, .ekit-wid-con table.dataTable thead td, .ekit-wid-con table.dataTable thead th {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con.elemenetskit-tablepress .dataTables_filter input, .ekit-wid-con.elemenetskit-tablepress .dataTables_filter select, .ekit-wid-con.elemenetskit-tablepress .dataTables_length input, .ekit-wid-con.elemenetskit-tablepress .dataTables_length select {
	color: #666;
	padding: .75em;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
	border-radius: 2px;
	background: #fafafa;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.ekit-wid-con .round-img img {
	border-radius: 100%;
}

.ekit-wid-con .elementskit-infobox {
	padding: 60px 40px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.ekit-wid-con .elementskit-infobox.media .elementskit-box-header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.ekit-wid-con .elementskit-infobox:hover.image-active::before {
	background-color: rgba(37, 117, 252, 0);
}

.ekit-wid-con .elementskit-infobox:hover.image-active .image-hover>img {
	opacity: 1;
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}

.ekit-wid-con .elementskit-infobox:hover .icon-hover {
	opacity: 1;
	bottom: -20px;
}

.ekit-wid-con .elementskit-infobox .elementskit-box-header {
	position: relative;
	z-index: 2;
}

.ekit-wid-con .elementskit-infobox .elementskit-box-header .elementskit-info-box-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 13px;
}

.ekit-wid-con .elementskit-infobox .elementskit-box-header .elementskit-info-box-icon i {
	-webkit-transition: all .4s;
	transition: all .4s;
}

.ekit-wid-con .elementskit-infobox .elementskit-box-header .icon-switcher {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.ekit-wid-con .elementskit-infobox .elementskit-box-header .icon-switcher>img {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-infobox .elementskit-box-header .icon-switcher .main-image {
	opacity: 1;
	position: relative;
	top: 0;
}

.ekit-wid-con .elementskit-infobox .elementskit-box-header .icon-switcher .hover-image {
	position: absolute;
	top: 80px;
	left: 0;
}

.ekit-wid-con .elementskit-infobox .elementskit-box-header .info-box-subtitle {
	font-size: 14px;
	font-weight: 400;
	color: #2575fc;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-infobox .box-body {
	position: relative;
	z-index: 2;
}

.ekit-wid-con .elementskit-infobox .box-body p {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-infobox .box-footer {
	position: relative;
	z-index: 2;
}

.ekit-wid-con .elementskit-infobox .box-footer.enable_hover_btn .elementskit-btn {
	left: 0;
	bottom: 0;
	opacity: 0;
}

.ekit-wid-con .elementskit-infobox .btn-wraper {
	position: relative;
	z-index: 2;
}

.ekit-wid-con .elementskit-infobox .border-divider {
	margin-bottom: 25px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 2;
}

.ekit-wid-con .elementskit-infobox .link-btn {
	font-size: 13px;
}

.ekit-wid-con .elementskit-infobox .icon-hover {
	position: absolute;
	bottom: -50px;
	right: 0;
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 1;
}

.ekit-wid-con .elementskit-infobox .icon-hover i {
	font-size: 100px;
}

.ekit-wid-con .elementskit-infobox .icon-hover svg {
	vertical-align: middle;
}

.ekit-wid-con .elementskit-infobox.gradient-active::before {
	position: absolute;
	content: "";
	top: 0;
	left: -101%;
	height: 100%;
	width: 100%;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	background-size: 101% 101%;
}

.ekit-wid-con .elementskit-infobox.gradient-active:hover::before {
	left: 0;
}

.ekit-wid-con .elementskit-infobox.gradient-active.hover_from_top::before {
	left: 0;
	top: -100%;
}

.ekit-wid-con .elementskit-infobox.gradient-active.hover_from_top:hover::before {
	top: 0;
}

.ekit-wid-con .elementskit-infobox.gradient-active.hover_from_right::before {
	left: 100%;
}

.ekit-wid-con .elementskit-infobox.gradient-active.hover_from_right:hover::before {
	left: 0;
}

.ekit-wid-con .elementskit-infobox.gradient-active.hover_from_bottom::before {
	left: 0;
	top: 100%;
}

.ekit-wid-con .elementskit-infobox.gradient-active.hover_from_bottom:hover::before {
	top: 0;
}

.ekit-wid-con .elementskit-infobox.image-active::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(37, 117, 252, 0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 1;
	background-size: 101% 101%;
}

.ekit-wid-con .elementskit-infobox.image-active .image-hover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.ekit-wid-con .elementskit-infobox.image-active .image-hover>img {
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-infobox:hover .box-footer.enable_hover_btn .elementskit-btn {
	opacity: 1;
	visibility: visible;
}

.ekit-wid-con .elementskit-infobox.icon-lef-right-aligin {
	padding: 15px;
}

.ekit-wid-con .elementkit-infobox-icon.framed {
	border: 2px solid red;
	padding: 10px;
}

.ekit-wid-con .elementskit-infobox.icon-lef-right-aligin {
	padding: 15px 30px;
}

.ekit-wid-con .elementkit-infobox-icon.framed.round {
	border-radius: 100%;
}

.ekit-wid-con .elementskit-icon-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.ekit-wid-con .infobox-ovelry {
	position: relative;
}

.ekit-wid-con .infobox-ovelry::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #2575fc;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 1;
}

.ekit-wid-con .elementskit-info-box-title {
	font-size: 23px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-top: 0;
}

.ekit-wid-con .elementskit-info-box-title svg {
	max-width: 26px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .elementskit-infobox {
	position: relative;
}

.ekit-wid-con .ekit_global_link {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 50;
}

.ekit-wid-con .ekit-badge {
	background-color: #ff057c;
	font-size: .70588rem;
	color: #fff;
	font-weight: 500;
	padding: 1px 6px;
	border-radius: .29412rem 0 .29412rem 0;
	display: inline-block;
}

.ekit-wid-con .ekit-icon-box-badge {
	position: absolute;
	line-height: 1;
	z-index: 2;
}

.ekit-wid-con .ekit_position_top_left {
	top: 0;
	left: 0;
}

.ekit-wid-con .ekit_position_top_center {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ekit-wid-con .ekit_position_top_right {
	top: 0;
	right: 0;
}

.ekit-wid-con .ekit_position_center_left {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.ekit-wid-con .ekit_position_center_right {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

.ekit-wid-con .ekit_position_bottom_left {
	bottom: 0;
	left: 0;
}

.ekit-wid-con .ekit_position_bottom_center {
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ekit-wid-con .ekit_position_bottom_right {
	bottom: 0;
	right: 0;
}

.ekit-wid-con .profile-card, body .profile-card {
	background-color: #fff;
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	padding: 40px 20px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
}

.ekit-wid-con .profile-card.text-center .profile-header, body .profile-card.text-center .profile-header {
	margin-left: auto;
	margin-right: auto;
}

.ekit-wid-con .profile-card:hover, body .profile-card:hover {
	-webkit-box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
}

.ekit-wid-con .profile-card:hover .profile-body .profile-title, body .profile-card:hover .profile-body .profile-title {
	color: #2575fc;
}

.ekit-wid-con .profile-icon, body .profile-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	z-index: 0;
}

.ekit-wid-con .profile-icon[class*=icon-align-], body .profile-icon[class*=icon-align-] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ekit-wid-con .profile-icon.icon-align-start, body .profile-icon.icon-align-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.ekit-wid-con .profile-icon.icon-align-center, body .profile-icon.icon-align-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ekit-wid-con .profile-icon.icon-align-end, body .profile-icon.icon-align-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ekit-wid-con .profile-icon svg, body .profile-icon svg {
	max-width: 60px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .profile-icon>i, body .profile-icon>i {
	display: block;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: #fc0467;
	border-radius: 50%;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .profile-body, body .profile-body {
	padding-bottom: 20px;
}

.ekit-wid-con .profile-body .profile-title, body .profile-body .profile-title {
	font-size: 22px;
	color: #000;
	margin: 0;
}

.ekit-wid-con .profile-body .profile-title>a, body .profile-body .profile-title>a {
	color: inherit;
}

.ekit-wid-con .profile-body .profile-designation, body .profile-body .profile-designation {
	color: rgba(0, 0, 0, .5);
	font-size: 13px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-bottom: 15px;
}

.ekit-wid-con .profile-header, body .profile-header {
	margin-bottom: 38px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	max-width: 100%;
}

.ekit-wid-con .profile-header>img, body .profile-header>img {
	width: 160px;
	height: 160px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .profile-image-card, body .profile-image-card {
	position: relative;
	overflow: hidden;
}

.ekit-wid-con .profile-image-card::before, body .profile-image-card::before {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: all .4s ease .2s;
	transition: all .4s ease .2s;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	visibility: hidden;
}

.ekit-wid-con .profile-image-card .hover-area, body .profile-image-card .hover-area {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
	z-index: 2;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.ekit-wid-con .profile-image-card .hover-area .profile-title, body .profile-image-card .hover-area .profile-title {
	color: #fff;
}

.ekit-wid-con .profile-image-card .hover-area .profile-designation, body .profile-image-card .hover-area .profile-designation {
	color: #fff;
}

.ekit-wid-con .profile-image-card .hover-area .profile-content, body .profile-image-card .hover-area .profile-content {
	color: #fff;
}

.ekit-wid-con .profile-image-card:hover .hover-area, body .profile-image-card:hover .hover-area {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.ekit-wid-con .profile-image-card:hover::before, body .profile-image-card:hover::before {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.ekit-wid-con .image-card-v2 .profile-image-card::before, body .image-card-v2 .profile-image-card::before {
	background-color: #123075;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	width: auto;
	height: auto;
	-webkit-transform: scale(2);
	transform: scale(2);
	opacity: 0;
}

.ekit-wid-con .image-card-v2 .profile-image-card:hover::before, body .image-card-v2 .profile-image-card:hover::before {
	opacity: .93;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.ekit-wid-con .image-card-v2 .profile-image-card .hover-area, body .image-card-v2 .profile-image-card .hover-area {
	padding-left: 50px;
	padding-right: 50px;
}

.ekit-wid-con .image-card-v2 .profile-image-card .profile-body .border-hr, body .image-card-v2 .profile-image-card .profile-body .border-hr {
	background-color: rgba(255, 255, 255, .6);
	margin-bottom: 25px;
}

.ekit-wid-con .image-card-v2 .profile-image-card .profile-body .profile-content, body .image-card-v2 .profile-image-card .profile-body .profile-content {
	color: #fff;
}

.ekit-wid-con .image-card-v2.style-circle .profile-image-card::before, body .image-card-v2.style-circle .profile-image-card::before {
	border-radius: inherit;
}

.ekit-wid-con .image-card-v2.style-circle .profile-image-card::after, body .image-card-v2.style-circle .profile-image-card::after {
	content: " ";
	display: block;
	padding-bottom: 100%;
}

.ekit-wid-con .image-card-v2.style-circle .profile-image-card>img, body .image-card-v2.style-circle .profile-image-card>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.ekit-wid-con .image-card-v3 .profile-image-card::before, body .image-card-v3 .profile-image-card::before {
	display: none;
}

.ekit-wid-con .image-card-v3 .profile-image-card::after, body .image-card-v3 .profile-image-card::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #111;
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	pointer-events: none;
}

.ekit-wid-con .image-card-v3 .profile-image-card .hover-area, body .image-card-v3 .profile-image-card .hover-area {
	top: inherit;
	bottom: 0;
	-webkit-transform: none;
	transform: none;
}

.ekit-wid-con .image-card-v3 .profile-image-card:hover .hover-area, body .image-card-v3 .profile-image-card:hover .hover-area {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}

.ekit-wid-con .image-card-v3 .profile-image-card:hover::after, body .image-card-v3 .profile-image-card:hover::after {
	opacity: .8;
}

.ekit-wid-con .image-card-v3.tiny-gutters, body .image-card-v3.tiny-gutters {
	margin-left: -3px;
	margin-right: -3px;
}

.ekit-wid-con .image-card-v3.tiny-gutters>[class^=col-], body .image-card-v3.tiny-gutters>[class^=col-] {
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 6px;
}

.ekit-wid-con .profile-square-v .profile-card, body .profile-square-v .profile-card {
	padding: 20px 20px 40px;
	z-index: 1;
}

.ekit-wid-con .profile-square-v .profile-card::before, body .profile-square-v .profile-card::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #123075;
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: -1;
	background-size: 101% 102%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ekit-wid-con .profile-square-v .profile-card .profile-header, body .profile-square-v .profile-card .profile-header {
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.ekit-wid-con .profile-square-v .profile-card .profile-content, body .profile-square-v .profile-card .profile-content {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .profile-square-v .profile-card:hover::before, body .profile-square-v .profile-card:hover::before {
	opacity: 1;
}

.ekit-wid-con .profile-square-v .profile-card:hover .profile-body .profile-designation, .ekit-wid-con .profile-square-v .profile-card:hover .profile-body .profile-title, body .profile-square-v .profile-card:hover .profile-body .profile-designation, body .profile-square-v .profile-card:hover .profile-body .profile-title {
	color: #fff;
}

.ekit-wid-con .profile-square-v .profile-card:hover .profile-content, body .profile-square-v .profile-card:hover .profile-content {
	color: #fff;
}

.ekit-wid-con .profile-square-v.square-v2 .profile-card::before, body .profile-square-v.square-v2 .profile-card::before {
	display: none;
}

.ekit-wid-con .profile-square-v.square-v2 .profile-card:hover, body .profile-square-v.square-v2 .profile-card:hover {
	background-color: #fff;
}

.ekit-wid-con .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-title, body .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-title {
	color: #2575fc;
}

.ekit-wid-con .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-designation, body .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-designation {
	color: #656565;
}

.ekit-wid-con .profile-square-v.square-v3 .profile-card:hover, body .profile-square-v.square-v3 .profile-card:hover {
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card, body .profile-square-v.square-v4 .profile-card {
	max-height: 380px;
	overflow: hidden;
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card::before, body .profile-square-v.square-v4 .profile-card::before {
	display: none;
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-header, body .profile-square-v.square-v4 .profile-card .profile-header {
	margin-bottom: 0;
	max-width: 255px;
	max-height: 255px;
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card.text-left .profile-header img, body .profile-square-v.square-v4 .profile-card.text-left .profile-header img {
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card.text-right .profile-header img, body .profile-square-v.square-v4 .profile-card.text-right .profile-header img {
	left: auto;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-body, body .profile-square-v.square-v4 .profile-card .profile-body {
	margin-bottom: 0;
	padding: 35px 20px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-body::before, body .profile-square-v.square-v4 .profile-card .profile-body::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #123075;
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: -1;
	background-size: 101% 102%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-body .ekit-team-social-list, body .profile-square-v.square-v4 .profile-card .profile-body .ekit-team-social-list {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card:hover, body .profile-square-v.square-v4 .profile-card:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card:hover .profile-body, body .profile-square-v.square-v4 .profile-card:hover .profile-body {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card:hover .profile-body::before, body .profile-square-v.square-v4 .profile-card:hover .profile-body::before {
	opacity: 1;
}

.ekit-wid-con .profile-square-v.square-v4 .profile-card:hover .profile-body .ekit-team-social-list, body .profile-square-v.square-v4 .profile-card:hover .profile-body .ekit-team-social-list {
	opacity: 1;
	visibility: visible;
}

.ekit-wid-con .profile-square-v.square-v5 .profile-card, body .profile-square-v.square-v5 .profile-card {
	padding-bottom: 50px;
}

.ekit-wid-con .profile-square-v.square-v5 .profile-card .profile-body, .ekit-wid-con .profile-square-v.square-v5 .profile-card .profile-header, body .profile-square-v.square-v5 .profile-card .profile-body, body .profile-square-v.square-v5 .profile-card .profile-header {
	padding-bottom: 0;
}

.ekit-wid-con .profile-square-v.square-v5 .profile-card .profile-body, body .profile-square-v.square-v5 .profile-card .profile-body {
	padding: 32px 60px;
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card, body .profile-square-v.square-v6 .profile-card {
	padding-bottom: 35px;
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card::after, body .profile-square-v.square-v6 .profile-card::after {
	position: absolute;
	content: "";
	height: 5px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #2965f1;
	opacity: .2;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card .profile-body, .ekit-wid-con .profile-square-v.square-v6 .profile-card .profile-header, body .profile-square-v.square-v6 .profile-card .profile-body, body .profile-square-v.square-v6 .profile-card .profile-header {
	margin-bottom: 0;
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card .profile-body, body .profile-square-v.square-v6 .profile-card .profile-body {
	padding: 40px;
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card:hover, body .profile-square-v.square-v6 .profile-card:hover {
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
}

.ekit-wid-con .profile-square-v.square-v6 .profile-card:hover::after, body .profile-square-v.square-v6 .profile-card:hover::after {
	opacity: 1;
}

.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card::after, body .profile-square-v.square-v6.square-v6-v2 .profile-card::after {
	display: none;
}

.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card::before, body .profile-square-v.square-v6.square-v6-v2 .profile-card::before {
	opacity: 0;
	background-size: 101% 101%;
}

.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card:hover::before, body .profile-square-v.square-v6.square-v6-v2 .profile-card:hover::before {
	opacity: 1;
}

.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-title, body .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-title {
	color: #fff;
}

.ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-content, .ekit-wid-con .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-designation, body .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-content, body .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-designation {
	color: #fff;
}

.ekit-wid-con .profile-info-text, body .profile-info-text {
	padding-right: 30px;
}

.ekit-wid-con .profile-info-text .info-title, body .profile-info-text .info-title {
	font-size: 48px;
	margin-bottom: 23px;
}

.ekit-wid-con .profile-info-text p, body .profile-info-text p {
	margin-bottom: 37px;
}

.ekit-wid-con .small-gutters .profile-card, body .small-gutters .profile-card {
	padding: 10px 10px 40px;
}

.ekit-wid-con .no_gutters .profile-card, body .no_gutters .profile-card {
	padding: 0;
}

.ekit-wid-con .style-circle .profile-image-card, body .style-circle .profile-image-card {
	width: 255px;
	height: 255px;
	border-radius: 50%;
}

.ekit-wid-con .style-circle .profile-image-card.text-center, body .style-circle .profile-image-card.text-center {
	margin-left: auto;
	margin-right: auto;
}

.ekit-wid-con .text-center .profile-header, body .text-center .profile-header {
	margin-left: auto;
	margin-right: auto;
}

.ekit-wid-con .popup-modal, body .popup-modal {
	display: inline-block;
}

.ekit-wid-con .elementskit-portfolio-thumb img, body .elementskit-portfolio-thumb img {
	width: 100%;
}

.ekit-wid-con .ekit-team-style-default::before, body .ekit-team-style-default::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent !important;
	border-radius: inherit;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: -1;
}

.ekit-wid-con .ekit-team-style-default:hover::before, body .ekit-team-style-default:hover::before {
	opacity: 1;
}

.ekit-wid-con .ekit-team-style-long_height_hover>img, .ekit-wid-con .ekit-team-style-overlay>img, .ekit-wid-con .ekit-team-style-overlay_details>img, body .ekit-team-style-long_height_hover>img, body .ekit-team-style-overlay>img, body .ekit-team-style-overlay_details>img {
	display: block;
}

.ekit-wid-con .ekit-team-style-long_height_details, body .ekit-team-style-long_height_details {
	overflow: hidden;
}

.ekit-wid-con .ekit-team-style-hover_info .ekit-team-img, body .ekit-team-style-hover_info .ekit-team-img {
	padding-top: 0 !important;
}

.ekit-wid-con .ekit-team-style-centered_style_details .profile-designation, .ekit-wid-con .ekit-team-style-long_height_details .profile-designation, .ekit-wid-con .ekit-team-style-long_height_details_hover .profile-designation, body .ekit-team-style-centered_style_details .profile-designation, body .ekit-team-style-long_height_details .profile-designation, body .ekit-team-style-long_height_details_hover .profile-designation {
	margin-bottom: 30px;
}

.ekit-wid-con .ekit-team-style-hover_info .profile-designation, body .ekit-team-style-hover_info .profile-designation {
	margin-bottom: 25px;
}

.ekit-wid-con .ekit-team-style-overlay_circle_hover .profile-designation, .ekit-wid-con .ekit-team-style-overlay_details .profile-designation, body .ekit-team-style-overlay_circle_hover .profile-designation, body .ekit-team-style-overlay_details .profile-designation {
	margin-bottom: 12px;
}

.ekit-wid-con .ekit-team-img>img, body .ekit-team-img>img {
	margin-left: auto;
	margin-right: auto;
	border-radius: inherit;
}

.ekit-wid-con .ekit-team-img.profile-header>img, body .ekit-team-img.profile-header>img {
	-o-object-fit: cover;
	object-fit: cover;
}

.ekit-wid-con .ekit-team-img.profile-image-card>img, body .ekit-team-img.profile-image-card>img {
	width: 100%;
}

.ekit-wid-con .ekit-team-modal.mfp-bg, body .ekit-team-modal.mfp-bg {
	border-radius: 0;
	-webkit-animation: none;
	animation: none;
}

.ekit-wid-con .ekit-team-modal.mfp-wrap::before, body .ekit-team-modal.mfp-wrap::before {
	opacity: .8;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.ekit-wid-con .ekit-team-modal.mfp-wrap.mfp-ready::before, body .ekit-team-modal.mfp-wrap.mfp-ready::before {
	opacity: 1;
}

.ekit-wid-con .ekit-team-modal.mfp-wrap.ekit-promo-popup::before, body .ekit-team-modal.mfp-wrap.ekit-promo-popup::before {
	background-color: #555;
	border-radius: 0;
	-webkit-animation: none;
	animation: none;
}

.ekit-wid-con .ekit-team-modal.mfp-wrap>.mfp-container, body .ekit-team-modal.mfp-wrap>.mfp-container {
	padding: 60px 15px;
	overflow: auto;
}

.ekit-wid-con .ekit-team-modal-close, body .ekit-team-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	padding: 0;
	color: #656565;
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	font-size: 18px;
	line-height: 1;
	outline: 0;
	z-index: 1;
}

.ekit-wid-con .ekit-team-modal-title, body .ekit-team-modal-title {
	margin-top: 0;
	margin-bottom: 8px;
	color: #000;
	font-size: 22px;
}

.ekit-wid-con .ekit-team-modal-position, body .ekit-team-modal-position {
	margin-bottom: 35px;
	color: rgba(0, 0, 0, .5);
	font-size: 13px;
}

.ekit-wid-con .ekit-team-modal-img, body .ekit-team-modal-img {
	width: 100%;
	margin-bottom: 30px;
}

.ekit-wid-con .ekit-team-modal-img>img, body .ekit-team-modal-img>img {
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
}

@media screen and (min-width:481px) {
	.ekit-wid-con .ekit-team-modal-img, body .ekit-team-modal-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		margin-bottom: 0;
	}
}

.ekit-wid-con .ekit-team-modal-info, body .ekit-team-modal-info {
	width: 100%;
}

.ekit-wid-con .ekit-team-modal-info .ekit-team-social-list>li>a, body .ekit-team-modal-info .ekit-team-social-list>li>a {
	line-height: 32px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

@media screen and (min-width:481px) {
	.ekit-wid-con .ekit-team-modal-info.has-img, body .ekit-team-modal-info.has-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
		padding-left: 30px;
	}
}

@media screen and (min-width:992px) {
	.ekit-wid-con .ekit-team-modal-info.has-img, body .ekit-team-modal-info.has-img {
		padding-left: 50px;
	}
}

.ekit-wid-con .ekit-team-modal-content, body .ekit-team-modal-content {
	margin-bottom: 22px;
}

.ekit-wid-con .ekit-team-modal-content p:not(:last-child), body .ekit-team-modal-content p:not(:last-child) {
	margin-bottom: 10px;
}

.ekit-wid-con .ekit-team-modal-list, body .ekit-team-modal-list {
	margin-bottom: 25px;
	padding-left: 0;
	list-style: none;
	color: #656565;
	font-size: 15px;
}

.ekit-wid-con .ekit-team-modal-list>li, body .ekit-team-modal-list>li {
	padding: 19px 0;
	border-top: 1px solid rgba(0, 0, 0, .05);
}

.ekit-wid-con .ekit-team-modal-list>li:last-child, body .ekit-team-modal-list>li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.ekit-wid-con .ekit-team-modal-list strong, body .ekit-team-modal-list strong {
	font-weight: 600;
	padding-right: 18px;
}

.ekit-wid-con .ekit-team-modal-list a, body .ekit-team-modal-list a {
	color: inherit;
}

.ekit-wid-con .ekit-team-modal-list a:hover, body .ekit-team-modal-list a:hover {
	color: #2575fc;
}

.ekit-wid-con .ekit-team-popup, body .ekit-team-popup {
	-webkit-transition: color .3s;
	transition: color .3s;
}

.ekit-wid-con .ekit-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog.elementskit-team-popup, body .ekit-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog.elementskit-team-popup {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}

.ekit-wid-con .ekit-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog.elementskit-team-popup, body .ekit-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog.elementskit-team-popup {
	-webkit-transform: translate(0);
	transform: translate(0);
}

.ekit-wid-con .elementskit-team-popup .modal-content, body .elementskit-team-popup .modal-content {
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	border: 0;
	border-radius: 0;
}

.ekit-wid-con .elementskit-team-popup .modal-body, body .elementskit-team-popup .modal-body {
	padding: 60px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ekit-wid-con .modal-header .mfp-close, body .modal-header .mfp-close {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
	margin-left: auto;
}

.ekit-wid-con .ekit-promo-popup>.mfp-container, body .ekit-promo-popup>.mfp-container {
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.ekit-wid-con .ekit-promo-popup>.mfp-container>.mfp-content, body .ekit-promo-popup>.mfp-container>.mfp-content {
	max-width: 920px;
}

.ekit-wid-con .ekit-team-social-list, body .ekit-team-social-list {
	list-style: none;
}

.ekit-wid-con .ekit-team-social-list>li, body .ekit-team-social-list>li {
	display: inline-block;
}

.ekit-wid-con .ekit-team-social-list>li:not(:last-child), body .ekit-team-social-list>li:not(:last-child) {
	margin-right: 10px;
}

.ekit-wid-con .ekit-team-social-list>li>a, body .ekit-team-social-list>li>a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 32px;
	font-size: 12px;
	background-color: #000;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ekit-wid-con .ekit-team-social-list>li>a:hover, body .ekit-team-social-list>li>a:hover {
	background-color: rgba(0, 0, 0, .8);
	border-radius: 50%;
}

.ekit-wid-con .ekit-team-social-list>li>a:hover>i::before, body .ekit-team-social-list>li>a:hover>i::before {
	-webkit-animation: iconTranslateY .4s forwards;
	animation: iconTranslateY .4s forwards;
}

.ekit-wid-con .ekit-team-social-list>li>a:hover>svg, body .ekit-team-social-list>li>a:hover>svg {
	-webkit-animation: iconTranslateY .4s forwards;
	animation: iconTranslateY .4s forwards;
}

.ekit-wid-con .ekit-team-social-list>li>a>i, body .ekit-team-social-list>li>a>i {
	overflow: hidden;
}

.ekit-wid-con .ekit-team-social-list>li>a>i::before, body .ekit-team-social-list>li>a>i::before {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ekit-wid-con .ekit-team-img-block>img, body .ekit-team-img-block>img {
	display: block;
}

.ekit-wid-con .ekit-team-img-fit>.profile-image-card>img, body .ekit-team-img-fit>.profile-image-card>img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

body .elementskit-team-popup svg {
	width: 1rem;
	height: 1rem;
}

.ekit-wid-con .elementskit-blog-block-post {
	padding: 50px;
	background-color: #fff;
	-webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
	border-radius: 10px;
}

.ekit-wid-con .elementskit-blog-block-post .elementskit-entry-thumb {
	border-radius: 10px;
	margin-right: 20px;
}

.ekit-wid-con .elementskit-blog-block-post .entry-title {
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 30px;
}

.ekit-wid-con .elementskit-blog-block-post .entry-title a {
	color: #000;
}

.ekit-wid-con .elementskit-blog-block-post .entry-title a:hover {
	opacity: .8;
}

.ekit-wid-con .elementskit-blog-block-post .elementskit-entry-thumb {
	display: block;
	-webkit-box-shadow: 29.698px 29.698px 60px 0 rgba(0, 0, 0, .2);
	box-shadow: 29.698px 29.698px 60px 0 rgba(0, 0, 0, .2);
	width: 100%;
}

.ekit-wid-con .elementskit-blog-block-post .elementskit-entry-thumb>img {
	display: block;
	width: 100%;
}

.ekit-wid-con .elementskit-blog-block-post .elementskit-entry-header {
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

.ekit-wid-con .elementskit-blog-block-post .post-meta-list {
	margin-bottom: 15px;
}

.ekit-wid-con .elementskit-blog-block-post .post-meta-list .meta-cat, .ekit-wid-con .elementskit-blog-block-post .post-meta-list .meta-date {
	margin-right: 40px;
}

.ekit-wid-con .elementskit-blog-block-post .elementskit-post-footer>p {
	color: #8d8d8d;
	margin-bottom: 35px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-blog-block-post:hover .elementskit-entry-thumb>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: .8;
}

.ekit-wid-con .post-meta-list svg {
	vertical-align: middle;
}

.ekit-wid-con .elementskit-post-card {
	background-color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background: #123075;
	-webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
	padding: 60px 40px;
	border-radius: 6px;
}

.ekit-wid-con .elementskit-post-card .elementskit-post-body {
	color: #a6aabb;
}

.ekit-wid-con .elementskit-post-card .elementskit-entry-header .entry-title a {
	color: #fff;
}

.ekit-wid-con .elementskit-post-card .post-author .author-name {
	color: inherit;
}

.ekit-wid-con .elementskit-post-card .elementskit-border-hr {
	background-color: #8692af;
}

.ekit-wid-con .elementskit-post-card .elementskit-entry-header .post-meta-list {
	margin-bottom: 17px;
}

.ekit-wid-con .elementskit-post-card .elementskit-entry-header .entry-title {
	font-size: 18px;
	line-height: 1.333;
}

.ekit-wid-con .elementskit-post-card .elementskit-entry-header .entry-title a {
	color: #000;
}

.ekit-wid-con .elementskit-post-card .elementskit-entry-header .entry-title a:hover {
	opacity: .9;
}

.ekit-wid-con .elementskit-post-card .elementskit-entry-header .elementskit-border-hr {
	margin-top: 25px;
	margin-bottom: 22px;
}

.ekit-wid-con .elementskit-post-card .elementskit-post-body {
	color: #8d8d8d;
}

.ekit-wid-con .elementskit-post-card .elementskit-post-body p {
	margin-bottom: 35px;
}

.ekit-wid-con .elementskit-post-image-card {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background-color: #fff;
	border-radius: 10px;
	background: #123075;
	-webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
}

.ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb>img {
	-webkit-transform: scale(1.05) rotate(2deg);
	transform: scale(1.05) rotate(2deg);
	opacity: .8;
}

.ekit-wid-con .elementskit-post-image-card:hover .post-author .author-img>img {
	-webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .3);
	box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .3);
}

.ekit-wid-con .elementskit-post-image-card .elementskit-post-body {
	padding: 20px 40px 40px;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-post-body>p {
	color: #fff;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-thumb {
	border-radius: 10px;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header {
	position: relative;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb {
	position: relative;
	padding: 20px;
	overflow: hidden;
	display: block;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb.box-shadow {
	-webkit-box-shadow: -3.473px 19.696px 25px 0 rgba(0, 0, 0, .2);
	box-shadow: -3.473px 19.696px 25px 0 rgba(0, 0, 0, .2);
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb>img {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	width: 100%;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-post-footer {
	margin-top: 16px;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-post-footer .btn-wraper {
	margin-top: 25px;
}

.ekit-wid-con .elementskit-post-image-card .entry-title a {
	color: #fff;
}

.ekit-wid-con .elementskit-post-image-card .post-meta-list {
	margin-bottom: 20px;
	color: rgba(255, 255, 255, .5);
	fill: rgba(255, 255, 255, .5);
}

.ekit-wid-con .elementskit-post-image-card .post-meta-list>span a {
	color: inherit;
	vertical-align: middle;
}

.ekit-wid-con .elementskit-post-image-card .post-meta-list>span .meta-date-text {
	vertical-align: middle;
}

.ekit-wid-con .elementskit-post-image-card .entry-title {
	font-size: 18px;
	margin-bottom: 28px;
}

.ekit-wid-con .elementskit-post-image-card .post-author .author-name {
	color: inherit;
}

.ekit-wid-con .elementskit-post-image-card.modern {
	margin-top: 40px;
}

.ekit-wid-con .elementskit-post-image-card.modern:hover .elementskit-entry-thumb>img {
	opacity: 1;
}

.ekit-wid-con .elementskit-post-image-card.modern .elementskit-entry-header .elementskit-entry-thumb {
	margin-top: -60px;
}

.ekit-wid-con .blog-block-post[class*=gradient-] {
	background: #123075;
}

.ekit-wid-con .blog-block-post[class*=gradient-] .entry-title a {
	color: #fff;
}

.ekit-wid-con .blog-block-post[class*=gradient-] .post-meta-list {
	color: rgba(255, 255, 255, .5);
}

.ekit-wid-con .blog-block-post[class*=gradient-] .post-meta-list>span a {
	vertical-align: middle;
	color: inherit;
}

.ekit-wid-con .blog-block-post[class*=gradient-] .elementskit-post-footer>p {
	color: rgba(255, 255, 255, .5);
}

.ekit-wid-con .blog-block-post[class*=gradient-] .post-author .author-name {
	color: inherit;
}

.ekit-wid-con .blog-block-post[class*=gradient-] .first-letter::first-letter {
	border-bottom-color: #102966;
}

.ekit-wid-con .blog-block-post[class*=gradient-] .elementskit-border-hr {
	background-color: #8692af;
}

.ekit-wid-con .gradient-bg-2 {
	background: #fa2b56;
}

.ekit-wid-con .post-meta-list {
	color: #a3a3a3;
}

.ekit-wid-con .post-meta-list>span {
	display: inline-block;
}

.ekit-wid-con .post-meta-list>span a {
	color: inherit;
	vertical-align: middle;
}

.ekit-wid-con .post-meta-list>span i {
	padding-right: 5px;
}

.ekit-wid-con .post-meta-list>span:not(:last-child) {
	margin-right: 40px;
}

.ekit-wid-con .post-meta-list .meta-author, .ekit-wid-con .post-meta-list .meta-date, .ekit-wid-con .post-meta-list .post-cat, .ekit-wid-con .post-meta-list .post-comment {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.ekit-wid-con .meta-author .author-img {
	display: inline-block;
	margin-right: 15px;
	-webkit-box-shadow: 4.95px 4.95px 15px 0 rgba(0, 0, 0, .2);
	box-shadow: 4.95px 4.95px 15px 0 rgba(0, 0, 0, .2);
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}

.ekit-wid-con .meta-author .author-img img {
	max-width: 100%;
}

.ekit-wid-con .meta-author .author-name {
	color: inherit;
}

.ekit-wid-con .meta-author .author-name:hover {
	opacity: .8;
}

.ekit-wid-con .first-letter {
	display: inline-block;
}

.ekit-wid-con .first-letter::first-letter {
	border-bottom: 3px solid #e5e5e5;
}

.ekit-wid-con .elementskit-border-hr {
	height: 3px;
	width: 30px;
	display: block;
	background-color: #e5e5e5;
}

.ekit-wid-con .text-center .elementskit-border-hr {
	margin-left: auto;
	margin-right: auto;
}

.ekit-wid-con .text-right .elementskit-border-hr {
	margin-left: auto;
}

.ekit-wid-con .elementskit-meta-lists {
	position: absolute;
	top: 83%;
	left: 30px;
}

.ekit-wid-con .elementskit-meta-lists>.elementskit-single-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #fa2b56;
	width: 55px;
	height: 55px;
	border-radius: 100px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ekit-wid-con .elementskit-meta-lists>.elementskit-single-meta:not(:last-child) {
	margin-right: 15px;
}

.ekit-wid-con .elementskit-meta-lists>.elementskit-single-meta strong {
	display: block;
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 2px;
}

.ekit-wid-con .elementskit-meta-lists>.elementskit-single-meta .elementskit-meta-wraper {
	display: block;
	margin: 10px 0;
	line-height: 1;
	width: 100%;
}

.ekit-wid-con .elementskit-meta-lists.elementskit-style-tag {
	top: auto;
	left: 10px;
	bottom: 30px;
}

.ekit-wid-con .elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta {
	width: auto;
	height: auto;
	border-radius: 0;
	padding-left: 22px;
	padding-right: 12px;
	position: relative;
}

.ekit-wid-con .elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta::before {
	position: absolute;
	content: "";
	top: -10px;
	left: 0;
	color: #912f3d;
	border-bottom: solid currentColor;
	border-top: solid transparent;
	border-width: 5px;
}

.ekit-wid-con .elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta.triangle_right::before {
	border-right: solid transparent;
	border-left: solid currentColor;
}

.ekit-wid-con .elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta.triangle_left::before {
	border-right: solid currentColor;
	border-left: solid transparent;
}

.ekit-wid-con .elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta .elementskit-meta-wraper {
	margin: 7px 0;
}

.ekit-wid-con .elementskit-entry-thumb {
	position: relative;
	overflow: hidden;
	display: block;
}

.ekit-wid-con .elementskit-entry-thumb>img {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-entry-header {
	position: relative;
}

.ekit-wid-con .elementskit-post-body.ekit-highlight-border {
	position: relative;
}

.ekit-wid-con .elementskit-post-body.ekit-highlight-border::before {
	content: "";
	height: 20px;
	width: 2px;
	background: #ff712b;
	position: absolute;
	z-index: 999;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}

.ekit-wid-con .post-meta-list>span {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	line-height: 1;
}

.ekit-wid-con .post-meta-list>span>i {
	display: inline-block;
}

.ekit-wid-con .meta-author .author-img>img {
	margin: 0;
}

.ekit-wid-con .elementskit-post-body {
	position: relative;
}

.ekit-wid-con .elementskit-post-body>p {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-post-body>p:empty {
	display: none;
}

.ekit-wid-con .elementskit-meta-categories {
	position: absolute;
	top: 15px;
	left: 18px;
}

.ekit-wid-con .elementskit-meta-categories .elementskit-meta-wraper {
	display: block;
}

.ekit-wid-con .elementskit-meta-categories .elementskit-meta-wraper span {
	background: #08f;
	border-radius: 3px;
	display: inline-block;
	font-size: 13px;
	line-height: 14px;
}

.ekit-wid-con .elementskit-meta-categories .elementskit-meta-wraper span:not(:last-child) {
	margin-right: 5px;
}

.ekit-wid-con .elementskit-meta-categories .elementskit-meta-wraper span>a {
	color: #fff;
	white-space: nowrap;
}

.ekit-wid-con .elementskit-image-accordion-wraper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	min-height: 366px;
	position: relative;
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	min-height: 460px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion::before {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(60%, rgba(255, 255, 255, 0)));
	background: linear-gradient(0deg, #000 0, rgba(255, 255, 255, 0) 60%);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion .elementskit-accordion-content {
	width: 100%;
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion .elementskit-accordion-title {
	color: #fff;
	margin-bottom: 0;
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion .elementskit-accordion-title-wraper {
	position: relative;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	top: 100px;
	opacity: 0;
	visibility: hidden;
	display: block;
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion .elementskit-btn-wraper {
	position: relative;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	top: 100px;
	opacity: 0;
	visibility: hidden;
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion .elementskit-icon-wraper {
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	top: -100px;
	opacity: 0;
	visibility: hidden;
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion .elementskit-icon-wraper .icon-outline {
	color: #fff;
}

.ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion .elementskit-icon-wraper svg {
	max-width: 16px;
	height: auto;
	vertical-align: middle;
}

.ekit-image-accordion-click .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label, .ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label, .ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion:hover {
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.ekit-image-accordion-click .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label::before, .ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label::before, .ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion:hover::before {
	top: 0;
	opacity: 1;
}

.ekit-image-accordion-click .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label .elementskit-accordion-title-wraper, .ekit-image-accordion-click .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label .elementskit-btn-wraper, .ekit-image-accordion-click .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label .elementskit-icon-wraper, .ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label .elementskit-accordion-title-wraper, .ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label .elementskit-btn-wraper, .ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion--input:checked+label .elementskit-icon-wraper, .ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion:hover .elementskit-accordion-title-wraper, .ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion:hover .elementskit-btn-wraper, .ekit-image-accordion-hover .ekit-wid-con .elementskit-image-accordion-wraper .elementskit-single-image-accordion:hover .elementskit-icon-wraper {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.ekit-wid-con .ekit-image-accordion-actions {
	display: block;
}

.ekit-wid-con .ekit-image-accordion-actions>a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ekit-wid-con .ekit-image-accordion-actions>a>svg {
	width: 100%;
}

.ekit-wid-con .elementskit-accordion-title {
	color: #000;
	font-size: 22px;
	margin-bottom: 0;
	display: block;
	font-weight: 700;
	line-height: 1;
}

.ekit-wid-con .elementskit-accordion-title svg {
	max-width: 28px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .elementskit-accordion-title.icon-title {
	font-size: 28px;
	display: inline-block;
}

.ekit-wid-con .elementskit-accordion-title.icon-title>i {
	position: relative;
	top: 3px;
	display: inline-block;
}

.ekit-wid-con .elementskit-accordion-title.icon-title .icon-right {
	padding-left: 15px;
}

.ekit-wid-con .elementskit-accordion-title.icon-title .icon-left {
	padding-right: 15px;
}

.ekit-wid-con .icon-outline {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	color: #000;
	text-align: center;
	border: 1px solid currentColor;
}

.ekit-wid-con .icon-outline.circle {
	border-radius: 50%;
}

.ekit-image-accordion--btn {
	font-weight: 400;
}

.ekit-wid-con .elementskit-clients-slider .elementskit-client-slider-item.log-separator {
	position: relative;
}

.ekit-wid-con .elementskit-clients-slider .elementskit-client-slider-item.log-separator::after {
	content: "";
	background: #e7e7e7;
	position: absolute;
	z-index: 999;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ekit-wid-con .elementskit-clients-slider .swiper-navigation-button.swiper-button-next {
	left: inherit;
}

.ekit-wid-con .elementskit-clients-slider .hover-bg-gradient .single-client::before {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	height: 100%;
	width: 100%;
	background: #f2709c;
	background: linear-gradient(315deg, #f2709c 0, #fe8f75 60%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: -1;
}

.ekit-wid-con .elementskit-clients-slider .single-client {
	min-height: 170px;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	-webkit-box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, .1);
	position: relative;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-clients-slider .single-client img {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-clients-slider .single-client .content-image {
	display: block;
}

.ekit-wid-con .elementskit-clients-slider .single-client .content-image>.hover-image {
	display: none;
}

.ekit-wid-con .elementskit-clients-slider .single-client.image-switcher .content-image>.hover-image {
	display: block;
}

.ekit-wid-con .elementskit-clients-slider .single-client:hover {
	z-index: 6;
}

.ekit-wid-con .elementskit-clients-slider .single-client:hover::before {
	opacity: 1;
	top: 0;
}

.ekit-wid-con .elementskit-clients-slider .client-slider-item {
	position: relative;
}

.ekit-wid-con .elementskit-clients-slider.simple_logo_image .single-client::before {
	display: none;
}

.ekit-wid-con .elementskit-clients-slider.banner_logo_image .single-client::before {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #f2709c;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: -1;
}

.ekit-wid-con .elementskit-clients-slider.banner_logo_image .single-client:hover::before {
	opacity: 1;
	top: 0;
}

.ekit-wid-con .elementskit-clients-slider.banner_logo_image.hover_from_top .single-client::before {
	top: -100%;
}

.ekit-wid-con .elementskit-clients-slider.banner_logo_image.hover_from_top .single-client:hover::before {
	top: 0;
}

.ekit-wid-con .elementskit-clients-slider.banner_logo_image.hover_from_left .single-client::before {
	top: 0;
	left: -100%;
}

.ekit-wid-con .elementskit-clients-slider.banner_logo_image.hover_from_left .single-client:hover::before {
	left: 0;
}

.ekit-wid-con .elementskit-clients-slider.banner_logo_image.hover_from_right .single-client::before {
	top: 0;
	left: 100%;
}

.ekit-wid-con .elementskit-clients-slider.banner_logo_image.hover_from_right .single-client:hover::before {
	left: 0;
}

.ekit-wid-con .elementskit-clients-sliderX .swiper-button-next, .ekit-wid-con .elementskit-clients-sliderX .swiper-button-prev {
	z-index: 1;
}

.ekit-wid-con .elementskit-clients-sliderX .swiper-button-next::before, .ekit-wid-con .elementskit-clients-sliderX .swiper-button-prev::before {
	color: #000;
}

.ekit-wid-con .elementskit-clients-sliderX .swiper-navigation-button {
	position: absolute;
	border: 0;
	background: 0 0;
	z-index: 1;
	padding: 0;
	height: initial !important;
	width: initial !important;
	line-height: initial !important;
	font-size: 20px;
	color: #000;
	padding: 15px;
}

.ekit-wid-con .elementskit-clients-sliderX .swiper-navigation-button .swiper-button-next {
	left: 100%;
}

.ekit-wid-con .elementskit-clients-slider.arrow_inside .swiper-button-prev {
	left: 15px;
}

.ekit-wid-con .elementskit-clients-slider.arrow_inside .swiper-button-next {
	right: 15px;
	left: inherit;
}

.ekit-wid-con .elementskit-clients-slider.arrow_outside .swiper-button-prev {
	left: -60px;
}

.ekit-wid-con .elementskit-clients-slider.arrow_outside .swiper-button-next {
	right: -60px;
}

.ekit-wid-con .swiper-pagination {
	line-height: 1;
}

.ekit-wid-con .swiper-pagination span {
	background-color: #ededed;
	padding: 0;
}

.ekit-wid-con .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #62606b;
}

.ekit-wid-con .dot_dashed .swiper-pagination span, .ekit-wid-con .dot_dotted .swiper-pagination span {
	background-color: #101010;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .dot_dashed .swiper-pagination span.swiper-pagination-bullet-active, .ekit-wid-con .dot_dotted .swiper-pagination span.swiper-pagination-bullet-active {
	-webkit-transform: scale(2);
	transform: scale(2);
	opacity: 1;
}

.ekit-wid-con .dot_dashed .swiper-pagination>span.swiper-pagination-bullet-active {
	width: 40px;
	-webkit-transform: scale(1);
	transform: scale(1);
	border-radius: 4px;
}

.ekit-wid-con .dot_paginated .swiper-pagination {
	counter-reset: myCounter;
}

.ekit-wid-con .dot_paginated .swiper-pagination>span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	-webkit-box-shadow: 3.536px 3.536px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 3.536px 3.536px 10px 0 rgba(0, 0, 0, .1);
	color: #565656;
	opacity: 1;
	font-weight: 700;
	border-radius: 50%;
}

.ekit-wid-con .dot_paginated .swiper-pagination>span::before {
	counter-increment: myCounter;
	content: counter(myCounter);
}

.ekit-wid-con .dot_paginated .swiper-pagination>span.swiper-pagination-bullet-active {
	background-color: #2575fc;
	color: #fff;
}

.ekit-wid-con .dot_paginated .swiper-pagination>span>button {
	display: none;
}

.ekit-wid-con .elementskit-clients-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
	max-width: calc(100% / var(--ekit_client_logo_slidetosho, 4));
	margin-right: var(--ekit_client_logo_left_right_spacing, 15px);
}

.ekit-wid-con .elementskit-clients-slider .swiper:not(.swiper-initialized) .swiper-slide {
	max-width: calc(100% / var(--ekit_client_logo_slidetosho, 4));
	margin-right: var(--ekit_client_logo_left_right_spacing, 15px);
}

.ekit-wid-con .elementskit-info-image-box {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-info-image-box:hover .elementskit-box-content .elementskit-info-box-title {
	color: #2575fc;
}

.ekit-wid-con .elementskit-info-image-box:hover .elementskit-btn {
	background-color: #2575fc;
	border-color: #2575fc;
	color: #fff;
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-header {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
	overflow: hidden;
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-header .box-thumb {
	display: block;
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-header .box-thumb>img {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	width: 100%;
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-header a {
	display: block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-header img {
	display: block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-body {
	padding: 55px 40px;
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-content .elementskit-info-box-title {
	font-size: 18px;
	margin-bottom: 20px;
	color: #000;
	display: block;
	font-weight: 700;
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-content .elementskit-info-box-title>i {
	font-size: 22px;
	padding-right: 14px;
	position: relative;
	top: 2px;
}

.ekit-wid-con .elementskit-info-image-box .elementskit-outline-icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-footer {
	line-height: 1;
	margin-top: 20px;
}

.ekit-wid-con .elementskit-info-image-box.style-modern {
	overflow: visible;
}

.ekit-wid-con .elementskit-info-image-box.style-modern .elementskit-box-body {
	-webkit-box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, .07);
	box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, .07);
	border-radius: 10px;
	background-color: rgba(255, 255, 255, .9);
	width: calc(100% - 40px);
	padding: 30px 40px;
	position: relative;
	z-index: 2;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
}

.ekit-wid-con .elementskit-info-image-box.hover-border-bottom .elementskit-box-body {
	position: relative;
}

.ekit-wid-con .elementskit-info-image-box.hover-border-bottom .elementskit-box-body::before {
	position: absolute;
	content: "";
	bottom: -1px;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #2575fc;
	-webkit-transition: -webkit-transform 250ms ease-in;
	transition: -webkit-transform 250ms ease-in;
	transition: transform 250ms ease-in;
	transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.ekit-wid-con .elementskit-info-image-box.hover-border-bottom:hover .elementskit-box-body::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.ekit-wid-con .elementskit-info-image-box.hover-border-bottom.hover_from_left .elementskit-box-body::before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.ekit-wid-con .elementskit-info-image-box.hover-border-bottom.hover_from_left:hover .elementskit-box-body::before {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.ekit-wid-con .elementskit-info-image-box.hover-border-bottom.hover_from_center .elementskit-box-body::before {
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.ekit-wid-con .elementskit-info-image-box.hover-border-bottom.hover_from_center:hover .elementskit-box-body::before {
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body {
	background-color: #fff;
	-webkit-box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, .07);
	box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, .07);
	border-radius: 10px;
	width: calc(100% - 40px);
	position: relative;
	padding: 30px 35px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -40px;
	position: relative;
}

.ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body::after, .ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body::before {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 20px);
	z-index: -1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	border-radius: 10px;
	background-color: #fff;
}

.ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body::after {
	bottom: -20px;
	width: calc(100% - 40px);
	z-index: -2;
}

.ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body .elementskit-box-content .elementskit-box-style-content {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body .elementskit-info-box-title {
	font-size: 18px;
	font-weight: 700;
}

.ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body .elementskit-info-box-title>i {
	font-size: 26px;
}

.ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-footer {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.ekit-wid-con .elementskit-info-image-box.floating-style:hover .elementskit-box-body {
	height: 185px;
}

.ekit-wid-con .elementskit-info-image-box.floating-style:hover .elementskit-box-body::after, .ekit-wid-con .elementskit-info-image-box.floating-style:hover .elementskit-box-body::before {
	opacity: 1;
}

.ekit-wid-con .elementskit-info-image-box.floating-style:hover .elementskit-box-body .elementskit-box-content .elementskit-box-style-content {
	opacity: 1;
}

.ekit-wid-con .elementskit-info-image-box.floating-style:hover .elementskit-box-body .elementskit-box-footer {
	opacity: 1;
}

.ekit-wid-con .elementskit-info-image-box.style-sideline .elementskit-box-body {
	padding-left: 0;
	padding-right: 0;
}

.ekit-wid-con .elementskit-info-image-box.style-sideline .elementskit-box-body .elementskit-box-footer {
	padding-left: 40px;
	padding-right: 40px;
}

.ekit-wid-con .elementskit-info-image-box.shadow-line .elementskit-box-body {
	position: relative;
}

.ekit-wid-con .elementskit-info-image-box.shadow-line .elementskit-box-body::after, .ekit-wid-con .elementskit-info-image-box.shadow-line .elementskit-box-body::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 100%;
	background-color: #fff;
	width: 10px;
	-webkit-box-shadow: -1.216px 6.894px 15px 0 rgba(0, 0, 0, .07);
	box-shadow: -1.216px 6.894px 15px 0 rgba(0, 0, 0, .07);
}

.ekit-wid-con .elementskit-info-image-box.shadow-line .elementskit-box-body::after {
	left: inherit;
	right: 0;
	height: calc(100% + 40px);
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card {
	position: relative;
	overflow: hidden;
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card .elementskit-box-content, .ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card .elementskit-hover-content {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(247, 56, 89, .8);
	padding: 45px 40px;
	width: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card .elementskit-info-box-title {
	color: #fff;
	margin-bottom: 0;
	display: block;
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card .elementskit-info-box-title>i {
	font-size: inherit;
	padding-right: 10px;
	top: 0;
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card .border-separetor {
	background-color: #fff;
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card .elementskit-hover-content {
	opacity: 0;
	bottom: -40%;
	visibility: hidden;
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card .elementskit-hover-content p {
	margin-top: 10px;
	color: #fff;
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card:hover .elementskit-info-box-title {
	color: #fff;
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card:hover .elementskit-hover-content {
	opacity: 1;
	bottom: 0;
	visibility: visible;
	-webkit-transition: all .4s ease .1s;
	transition: all .4s ease .1s;
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card:hover .elementskit-box-content {
	opacity: 0;
	bottom: -40%;
	visibility: hidden;
	-webkit-transition: all .4s ease .1s;
	transition: all .4s ease .1s;
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card.color-1 .elementskit-box-content, .ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card.color-1 .elementskit-hover-content {
	background-color: rgba(0, 228, 154, .8);
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card.color-2 .elementskit-box-content, .ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card.color-2 .elementskit-hover-content {
	background-color: rgba(106, 17, 203, .8);
}

.ekit-wid-con .elementskit-info-image-box.image-card-2 {
	position: relative;
}

.ekit-wid-con .elementskit-info-image-box.image-card-2.style-shadow .elementskit-box-body {
	-webkit-box-shadow: -1.216px 6.894px 15px 0 rgba(0, 0, 0, .07);
	box-shadow: -1.216px 6.894px 15px 0 rgba(0, 0, 0, .07);
}

.ekit-wid-con .elementskit-info-image-box.image-card-2 .elementskit-box-body {
	padding: 40px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-info-image-box.image-card-2 .elementskit-info-box-title {
	margin-bottom: 0;
}

.ekit-wid-con .elementskit-info-image-box.image-card-2 .elementskit-info-box-title>i {
	font-size: inherit;
	padding-right: 10px;
	top: 0;
}

.ekit-wid-con .elementskit-info-image-box.image-card-2 .elementskit-box-content>p {
	margin-top: 10px;
}

.ekit-wid-con .elementskit-info-image-box.image-card-2 .elementskit-box-footer {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-bottom: -60px;
}

.ekit-wid-con .elementskit-info-image-box.image-card-2:hover {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.ekit-wid-con .elementskit-info-image-box.image-card-2:hover .elementskit-box-body {
	-webkit-transform: translateY(-60px);
	transform: translateY(-60px);
}

.ekit-wid-con .elementskit-info-image-box.image-card-2:hover .elementskit-box-footer {
	opacity: 1;
	visibility: visible;
	margin-bottom: 0;
}

.ekit-wid-con .elementskit-info-image-box.parallax-card {
	overflow: initial;
}

.ekit-wid-con .elementskit-info-image-box.elementskit-thumb-card {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .image-box-img-center img {
	margin: 0 auto;
}

.ekit-wid-con .image-box-img-left img {
	margin-right: auto;
}

.ekit-wid-con .image-box-img-right img {
	margin-left: auto;
}

.ekit-image-box.floating-style .ekit-image-box-body::after, .ekit-image-box.floating-style .ekit-image-box-body::before {
	-webkit-box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, .07);
	box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, .07);
}

.ekit-image-box.style-sideline .ekit-image-box-body-inner {
	padding-left: 40px;
	padding-right: 40px;
	border-style: solid;
	border-color: #2575fc;
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.ekit-image-box.style-sideline:not(.text-right) .ekit-image-box-body-inner {
	border-right-width: 0 !important;
}

.ekit-image-box.style-sideline.text-right .ekit-image-box-body-inner {
	border-left-width: 0 !important;
}

.ekit-equal-height-enable .ekit-wid-con .elementskit-info-image-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ekit-equal-height-enable .ekit-wid-con .ekit-image-box-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ekit-wid-con .skill-medium .skill-bar {
	height: 10px;
}

.ekit-wid-con .skill-medium.skill-radius .skill-bar, .ekit-wid-con .skill-medium.skill-radius .skill-track {
	border-radius: 5px;
}

.ekit-wid-con .skill-big .skill-bar {
	height: 35px;
}

.ekit-wid-con .skill-big.skill-radius .skill-bar, .ekit-wid-con .skill-big.skill-radius .skill-track {
	border-radius: 17.5px;
}

.ekit-wid-con .waypoint-tigger svg {
	width: 100%;
	height: auto;
}

.ekit-wid-con .single-skill-bar:not(:last-child) {
	margin-bottom: 25px;
}

.ekit-wid-con .single-skill-bar.color-1 .skill-bar .skill-track {
	background-color: #ff3984;
}

.ekit-wid-con .single-skill-bar.color-2 .skill-bar .skill-track {
	background-color: #cc24fc;
}

.ekit-wid-con .single-skill-bar.color-3 .skill-bar .skill-track {
	background-color: #00e49a;
}

.ekit-wid-con .single-skill-bar.color-4 .skill-bar .skill-track {
	background-color: #4285f4;
}

.ekit-wid-con .single-skill-bar.color-5 .skill-bar .skill-track {
	background-color: #7ed500;
}

.ekit-wid-con .single-skill-bar.color-6 .skill-bar .skill-track {
	background-color: #f96933;
}

.ekit-wid-con .single-skill-bar.color-7 .skill-bar .skill-track {
	background-color: #53f8a2;
}

.ekit-wid-con .single-skill-bar.color-8 .skill-bar .skill-track {
	background-color: #fe8f75;
}

.ekit-wid-con .single-skill-bar.color-9 .skill-bar .skill-track {
	background-color: #35ed7e;
}

.ekit-wid-con .single-skill-bar.color-10 .skill-bar .skill-track {
	background-color: #9460ff;
}

.ekit-wid-con .skill-bar {
	height: 3px;
	background-color: #f5f5f5;
}

.ekit-wid-con .skill-bar .skill-track {
	width: 0%;
	background-color: #333;
	display: block;
	height: 100%;
	overflow: visible !important;
	position: relative;
}

.ekit-wid-con .skill-bar .skill-track .number-percentage-wraper {
	position: absolute;
	right: 0;
	top: -33px;
	z-index: 1;
}

.ekit-wid-con .skill-bar .skill-track .fa, .ekit-wid-con .skill-bar .skill-track .icon, .ekit-wid-con .skill-bar .skill-track .skill-track-icon {
	position: absolute;
	right: 19px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;
}

.ekit-wid-con .skill-bar .skill-track .fa+.number-percentage-wraper, .ekit-wid-con .skill-bar .skill-track .icon+.number-percentage-wraper, .ekit-wid-con .skill-bar .skill-track .skill-track-icon+.number-percentage-wraper {
	padding-right: 57px;
}

.ekit-wid-con .skill-bar .skill-track .fa svg, .ekit-wid-con .skill-bar .skill-track .icon svg, .ekit-wid-con .skill-bar .skill-track .skill-track-icon svg {
	max-width: 15px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .skill-bar-content {
	margin-bottom: 7px;
}

.ekit-wid-con .skill-bar-content .skill-title {
	font-weight: 700;
	color: #000;
}

.ekit-wid-con .number-percentage-wraper {
	color: #000;
}

.ekit-wid-con .number-percentage-wraper.style2 {
	font-size: 13px;
	font-weight: 700;
}

.ekit-wid-con .inner-content .single-skill-bar {
	position: relative;
}

.ekit-wid-con .inner-content .single-skill-bar .skill-bar-content {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-bottom: 0;
	padding-left: 30px;
}

.ekit-wid-con .inner-content .single-skill-bar .skill-title {
	color: #fff;
}

.ekit-wid-con .inner-content .skill-track .number-percentage-wraper {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	padding-right: 30px;
}

.ekit-wid-con .inner-content .skill-track .fa, .ekit-wid-con .inner-content .skill-track .icon {
	color: #fff;
}

.ekit-wid-con .skilltrack-style2 .single-skill-bar .skill-bar {
	height: 30px;
	background-color: #fff;
	padding: 10px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
	border-radius: 15px;
}

.ekit-wid-con .skilltrack-style2 .single-skill-bar .skill-bar .skill-track {
	height: 10px;
	border-radius: 5px;
}

.ekit-wid-con .skilltrack-style2 .single-skill-bar .skill-bar .skill-track .number-percentage-wraper {
	top: -39px;
}

.ekit-wid-con .tooltip-style .single-skill-bar .number-percentage-wraper {
	color: #fff;
	height: 30px;
	padding: 0 10px;
	z-index: 1;
	text-align: center;
	right: calc(0% - 22px);
	top: -34px;
}

.ekit-wid-con .tooltip-style .single-skill-bar .number-percentage-wraper .svg-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	fill: #333;
	height: 100%;
	width: 100%;
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-1 .svg-content>svg {
	fill: #ff3984;
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-2 .svg-content>svg {
	fill: #cc24fc;
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-3 .svg-content>svg {
	fill: #00e49a;
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-4 .svg-content>svg {
	fill: #4285f4;
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-5 .svg-content>svg {
	fill: #7ed500;
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-6 .svg-content>svg {
	fill: #f96933;
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-7 .svg-content>svg {
	fill: #53f8a2;
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-8 .svg-content>svg {
	fill: #fe8f75;
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-9 .svg-content>svg {
	fill: #35ed7e;
}

.ekit-wid-con .tooltip-style .single-skill-bar.color-10 .svg-content>svg {
	fill: #9460ff;
}

.ekit-wid-con .pin-style .single-skill-bar .number-percentage-wraper {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	background-color: #333;
	color: #fff;
	text-align: center;
	font-size: 13px;
	right: calc(0% - 15.5px);
	top: -39.9px;
}

.ekit-wid-con .pin-style .single-skill-bar .number-percentage-wraper::before {
	position: absolute;
	content: "";
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 3px;
	height: 5px;
	background-color: #333;
}

.ekit-wid-con .pin-style .single-skill-bar.color-1 .number-percentage-wraper {
	background-color: #ff3984;
}

.ekit-wid-con .pin-style .single-skill-bar.color-1 .number-percentage-wraper::before {
	background-color: #ff3984;
}

.ekit-wid-con .pin-style .single-skill-bar.color-2 .number-percentage-wraper {
	background-color: #cc24fc;
}

.ekit-wid-con .pin-style .single-skill-bar.color-2 .number-percentage-wraper::before {
	background-color: #cc24fc;
}

.ekit-wid-con .pin-style .single-skill-bar.color-3 .number-percentage-wraper {
	background-color: #00e49a;
}

.ekit-wid-con .pin-style .single-skill-bar.color-3 .number-percentage-wraper::before {
	background-color: #00e49a;
}

.ekit-wid-con .pin-style .single-skill-bar.color-4 .number-percentage-wraper {
	background-color: #4285f4;
}

.ekit-wid-con .pin-style .single-skill-bar.color-4 .number-percentage-wraper::before {
	background-color: #4285f4;
}

.ekit-wid-con .pin-style .single-skill-bar.color-5 .number-percentage-wraper {
	background-color: #7ed500;
}

.ekit-wid-con .pin-style .single-skill-bar.color-5 .number-percentage-wraper::before {
	background-color: #7ed500;
}

.ekit-wid-con .pin-style .single-skill-bar.color-6 .number-percentage-wraper {
	background-color: #f96933;
}

.ekit-wid-con .pin-style .single-skill-bar.color-6 .number-percentage-wraper::before {
	background-color: #f96933;
}

.ekit-wid-con .pin-style .single-skill-bar.color-7 .number-percentage-wraper {
	background-color: #53f8a2;
}

.ekit-wid-con .pin-style .single-skill-bar.color-7 .number-percentage-wraper::before {
	background-color: #53f8a2;
}

.ekit-wid-con .pin-style .single-skill-bar.color-8 .number-percentage-wraper {
	background-color: #fe8f75;
}

.ekit-wid-con .pin-style .single-skill-bar.color-8 .number-percentage-wraper::before {
	background-color: #fe8f75;
}

.ekit-wid-con .pin-style .single-skill-bar.color-9 .number-percentage-wraper {
	background-color: #35ed7e;
}

.ekit-wid-con .pin-style .single-skill-bar.color-9 .number-percentage-wraper::before {
	background-color: #35ed7e;
}

.ekit-wid-con .pin-style .single-skill-bar.color-10 .number-percentage-wraper {
	background-color: #9460ff;
}

.ekit-wid-con .pin-style .single-skill-bar.color-10 .number-percentage-wraper::before {
	background-color: #9460ff;
}

.ekit-wid-con .tooltip-style2 .single-skill-bar .number-percentage-wraper {
	height: 22px;
	padding: 0 8px;
	background-color: #333;
	text-align: center;
	font-size: 13px;
	color: #fff;
	z-index: 1;
	right: -20px;
	top: -31px;
}

.ekit-wid-con .tooltip-style2 .single-skill-bar .number-percentage-wraper::before {
	position: absolute;
	content: "";
	bottom: -6px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	width: 14px;
	height: 14px;
	background-color: inherit;
	z-index: -1;
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-1 .number-percentage-wraper {
	background-color: #ff3984;
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-2 .number-percentage-wraper {
	background-color: #cc24fc;
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-3 .number-percentage-wraper {
	background-color: #00e49a;
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-4 .number-percentage-wraper {
	background-color: #4285f4;
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-5 .number-percentage-wraper {
	background-color: #7ed500;
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-6 .number-percentage-wraper {
	background-color: #f96933;
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-7 .number-percentage-wraper {
	background-color: #53f8a2;
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-8 .number-percentage-wraper {
	background-color: #fe8f75;
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-9 .number-percentage-wraper {
	background-color: #35ed7e;
}

.ekit-wid-con .tooltip-style2 .single-skill-bar.color-10 .number-percentage-wraper {
	background-color: #9460ff;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar .number-percentage-wraper {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	background-color: #333;
	text-align: center;
	padding: 0 11px;
	border-radius: 4.32px;
	border-bottom-right-radius: 0;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar .number-percentage-wraper::before {
	position: absolute;
	content: "";
	right: 0;
	bottom: -8px;
	color: #333;
	border-top: solid currentColor;
	border-right: solid currentColor;
	border-left: solid transparent;
	border-bottom: solid transparent;
	border-width: 4px;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-1 .number-percentage-wraper {
	background-color: #ff3984;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-1 .number-percentage-wraper::before {
	color: #ff3984;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-2 .number-percentage-wraper {
	background-color: #cc24fc;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-2 .number-percentage-wraper::before {
	color: #cc24fc;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-3 .number-percentage-wraper {
	background-color: #00e49a;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-3 .number-percentage-wraper::before {
	color: #00e49a;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-4 .number-percentage-wraper {
	background-color: #4285f4;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-4 .number-percentage-wraper::before {
	color: #4285f4;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-5 .number-percentage-wraper {
	background-color: #7ed500;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-5 .number-percentage-wraper::before {
	color: #7ed500;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-6 .number-percentage-wraper {
	background-color: #f96933;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-6 .number-percentage-wraper::before {
	color: #f96933;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-7 .number-percentage-wraper {
	background-color: #53f8a2;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-7 .number-percentage-wraper::before {
	color: #53f8a2;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-8 .number-percentage-wraper {
	background-color: #fe8f75;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-8 .number-percentage-wraper::before {
	color: #fe8f75;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-9 .number-percentage-wraper {
	background-color: #35ed7e;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-9 .number-percentage-wraper::before {
	color: #35ed7e;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-10 .number-percentage-wraper {
	background-color: #9460ff;
}

.ekit-wid-con .tooltip-style3 .single-skill-bar.color-10 .number-percentage-wraper::before {
	color: #9460ff;
}

.ekit-wid-con .style-switch .single-skill-bar .skill-bar-content {
	margin-bottom: 18px;
}

.ekit-wid-con .style-switch .single-skill-bar .content-group {
	width: calc(100% - 50px);
	display: inline-block;
}

.ekit-wid-con .style-switch .single-skill-bar .number-percentage-wraper {
	float: right;
	position: relative;
	top: 31px;
}

.ekit-wid-con .style-switch .single-skill-bar .skill-track::after, .ekit-wid-con .style-switch .single-skill-bar .skill-track::before {
	position: absolute;
	content: "";
	right: 0;
	border-radius: 50%;
	color: #333;
}

.ekit-wid-con .style-switch .single-skill-bar .skill-track::before {
	top: -12.5px;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border: 1px solid currentColor;
	-webkit-box-shadow: -1.216px 6.894px 15px 0 rgba(0, 0, 0, .07), inset 0 2px 3px 0 rgba(0, 0, 0, .2);
	box-shadow: -1.216px 6.894px 15px 0 rgba(0, 0, 0, .07), inset 0 2px 3px 0 rgba(0, 0, 0, .2);
}

.ekit-wid-con .style-switch .single-skill-bar .skill-track::after {
	width: 8px;
	height: 8px;
	background-color: currentColor;
	top: -3px;
	right: 8px;
}

.ekit-wid-con .style-switch .single-skill-bar.color-1 .skill-track::after, .ekit-wid-con .style-switch .single-skill-bar.color-1 .skill-track::before {
	color: #ff3984;
}

.ekit-wid-con .style-switch .single-skill-bar.color-2 .skill-track::after, .ekit-wid-con .style-switch .single-skill-bar.color-2 .skill-track::before {
	color: #cc24fc;
}

.ekit-wid-con .style-switch .single-skill-bar.color-3 .skill-track::after, .ekit-wid-con .style-switch .single-skill-bar.color-3 .skill-track::before {
	color: #00e49a;
}

.ekit-wid-con .style-switch .single-skill-bar.color-4 .skill-track::after, .ekit-wid-con .style-switch .single-skill-bar.color-4 .skill-track::before {
	color: #4285f4;
}

.ekit-wid-con .style-switch .single-skill-bar.color-5 .skill-track::after, .ekit-wid-con .style-switch .single-skill-bar.color-5 .skill-track::before {
	color: #7ed500;
}

.ekit-wid-con .style-switch .single-skill-bar.color-6 .skill-track::after, .ekit-wid-con .style-switch .single-skill-bar.color-6 .skill-track::before {
	color: #f96933;
}

.ekit-wid-con .style-switch .single-skill-bar.color-7 .skill-track::after, .ekit-wid-con .style-switch .single-skill-bar.color-7 .skill-track::before {
	color: #53f8a2;
}

.ekit-wid-con .style-switch .single-skill-bar.color-8 .skill-track::after, .ekit-wid-con .style-switch .single-skill-bar.color-8 .skill-track::before {
	color: #fe8f75;
}

.ekit-wid-con .style-switch .single-skill-bar.color-9 .skill-track::after, .ekit-wid-con .style-switch .single-skill-bar.color-9 .skill-track::before {
	color: #35ed7e;
}

.ekit-wid-con .style-switch .single-skill-bar.color-10 .skill-track::after, .ekit-wid-con .style-switch .single-skill-bar.color-10 .skill-track::before {
	color: #9460ff;
}

.ekit-wid-con .style-stripe .single-skill-bar .skill-track {
	background: repeating-linear-gradient(to right, #333, #333 4px, #fff 4px, #fff 8px);
}

.ekit-wid-con .style-stripe .single-skill-bar.color-1 .skill-track {
	background: repeating-linear-gradient(to right, #ff3984, #ff3984 4px, #fff 4px, #fff 8px);
}

.ekit-wid-con .style-stripe .single-skill-bar.color-2 .skill-track {
	background: repeating-linear-gradient(to right, #cc24fc, #cc24fc 4px, #fff 4px, #fff 8px);
}

.ekit-wid-con .style-stripe .single-skill-bar.color-3 .skill-track {
	background: repeating-linear-gradient(to right, #00e49a, #00e49a 4px, #fff 4px, #fff 8px);
}

.ekit-wid-con .style-stripe .single-skill-bar.color-4 .skill-track {
	background: repeating-linear-gradient(to right, #4285f4, #4285f4 4px, #fff 4px, #fff 8px);
}

.ekit-wid-con .style-stripe .single-skill-bar.color-5 .skill-track {
	background: repeating-linear-gradient(to right, #7ed500, #7ed500 4px, #fff 4px, #fff 8px);
}

.ekit-wid-con .style-stripe .single-skill-bar.color-6 .skill-track {
	background: repeating-linear-gradient(to right, #f96933, #f96933 4px, #fff 4px, #fff 8px);
}

.ekit-wid-con .style-stripe .single-skill-bar.color-7 .skill-track {
	background: repeating-linear-gradient(to right, #53f8a2, #53f8a2 4px, #fff 4px, #fff 8px);
}

.ekit-wid-con .style-stripe .single-skill-bar.color-8 .skill-track {
	background: repeating-linear-gradient(to right, #fe8f75, #fe8f75 4px, #fff 4px, #fff 8px);
}

.ekit-wid-con .style-stripe .single-skill-bar.color-9 .skill-track {
	background: repeating-linear-gradient(to right, #35ed7e, #35ed7e 4px, #fff 4px, #fff 8px);
}

.ekit-wid-con .style-stripe .single-skill-bar.color-10 .skill-track {
	background: repeating-linear-gradient(to right, #9460ff, #9460ff 4px, #fff 4px, #fff 8px);
}

.ekit-wid-con .style-ribbon .single-skill-bar .number-percentage-wraper {
	height: 35px;
	line-height: 35px;
	color: #fff;
	background-color: #333;
	text-align: center;
	padding: 0 8px;
	top: -10px;
	z-index: 1;
}

.ekit-wid-con .style-ribbon .single-skill-bar .number-percentage-wraper::before {
	position: absolute;
	content: "";
	top: 0;
	left: -10px;
	color: #1a1a1a;
	border-top: solid #fff;
	border-left: solid #fff;
	border-right: solid currentColor;
	border-bottom: solid currentColor;
	border-width: 5px;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-1 .number-percentage-wraper {
	background-color: #cc2e6a;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-1 .number-percentage-wraper::before {
	color: #801d42;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-2 .number-percentage-wraper {
	background-color: #a31dca;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-2 .number-percentage-wraper::before {
	color: #66127e;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-3 .number-percentage-wraper {
	background-color: #00b67b;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-3 .number-percentage-wraper::before {
	color: #00724d;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-4 .number-percentage-wraper {
	background-color: #356ac3;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-4 .number-percentage-wraper::before {
	color: #21437a;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-5 .number-percentage-wraper {
	background-color: #65aa00;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-5 .number-percentage-wraper::before {
	color: #3f6b00;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-6 .number-percentage-wraper {
	background-color: #c75429;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-6 .number-percentage-wraper::before {
	color: #7d351a;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-7 .number-percentage-wraper {
	background-color: #42c682;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-7 .number-percentage-wraper::before {
	color: #2a7c51;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-8 .number-percentage-wraper {
	background-color: #cb725e;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-8 .number-percentage-wraper::before {
	color: #7f483b;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-9 .number-percentage-wraper {
	background-color: #2abe65;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-9 .number-percentage-wraper::before {
	color: #1b773f;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-10 .number-percentage-wraper {
	background-color: #764dcc;
}

.ekit-wid-con .style-ribbon .single-skill-bar.color-10 .number-percentage-wraper::before {
	color: #4a3080;
}

.ekit-wid-con .elementskit-funfact {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.ekit-wid-con .elementskit-funfact-inner.position_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ekit-wid-con .elementskit-funfact-inner.position_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.ekit-wid-con .elementskit-funfact .funfact-icon svg {
	vertical-align: middle;
}

.ekit-wid-con .elementskit-funfact-overlay {
	z-index: -1;
}

.ekit-wid-con .elementskit-funfact .funfact-content {
	line-height: 1;
}

.ekit-wid-con .elementskit-funfact .funfact-content .number-percentage-wraper {
	font-size: 28px;
	font-weight: 700;
	color: #333;
}

.ekit-wid-con .elementskit-funfact .funfact-content .fa, .ekit-wid-con .elementskit-funfact .funfact-content .icon {
	font-size: 25px;
	padding-right: 5px;
}

.ekit-wid-con .elementskit-funfact .elementskit-funfact-icon {
	display: inline-block;
}

.ekit-wid-con .elementskit-funfact .funfact-title {
	color: gray;
	font-size: 15px;
	margin: 0;
	font-weight: 400;
}

.ekit-wid-con .elementskit-funfact .funfact-title.black-v {
	color: #000;
}

.ekit-wid-con .elementskit-funfact .super {
	font-size: 22px;
	color: #2575fc;
	vertical-align: super;
	position: relative;
	top: -5px;
}

.ekit-wid-con .elementskit-funfact .color-1 .fa, .ekit-wid-con .elementskit-funfact .color-1 .icon, .ekit-wid-con .elementskit-funfact .color-1 .super {
	color: #9460ff;
}

.ekit-wid-con .elementskit-funfact .color-2 .fa, .ekit-wid-con .elementskit-funfact .color-2 .icon, .ekit-wid-con .elementskit-funfact .color-2 .super {
	color: #fc5290;
}

.ekit-wid-con .elementskit-funfact .color-3 .fa, .ekit-wid-con .elementskit-funfact .color-3 .icon, .ekit-wid-con .elementskit-funfact .color-3 .super {
	color: #09b2a0;
}

.ekit-wid-con .elementskit-funfact .xs-overlay {
	z-index: -1;
	opacity: .7;
	pointer-events: none;
}

.ekit-wid-con .elementskit-funfact.divider_funfact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ekit-wid-con .elementskit-funfact.divider_funfact .elementskit-funfact-inner {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.ekit-wid-con .elementskit-funfact.divider_funfact.position_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ekit-wid-con .elementskit-funfact.divider_funfact.position_bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.ekit-wid-con .style-border-bottom.elementskit-funfact::before {
	position: absolute;
	content: "";
	bottom: -15px;
	left: 0;
	height: 5px;
	width: 100%;
	z-index: 1;
	background-color: #53f995;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.ekit-wid-con .style-border-bottom.elementskit-funfact:hover::before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.ekit-wid-con .style-border-bottom.elementskit-funfact.hover_from_left::before {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.ekit-wid-con .style-border-bottom.elementskit-funfact.hover_from_left:hover::before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.ekit-wid-con .vertical-bar {
	width: 3px;
	height: 20px;
	background-color: #2575fc;
	display: inline-block;
	float: left;
}

.ekit-wid-con .vertical-bar.border_left_side {
	float: right;
}

.ekit-wid-con .elementskit-funfact.gradient-1 {
	background-color: #f2709c;
	background: linear-gradient(-35deg, #f2709c 0, #fe8f75 100%);
}

.ekit-wid-con .elementskit-funfact.gradient-2 {
	background-color: #b18cfe;
	background: linear-gradient(-35deg, #b18cfe 0, #9460ff 100%);
}

.ekit-wid-con .elementskit-funfact.gradient-3 {
	background-color: #82e182;
	background: linear-gradient(-35deg, #82e182 0, #0acbf5 100%);
}

.ekit-wid-con .elementskit-funfact.gradient-4 {
	background-color: #07b787;
	background: linear-gradient(-35deg, #07b787 0, #7ed500 100%);
}

.ekit-wid-con .elementskit-funfact.divider_funfact.text-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ekit-wid-con .elementskit-funfact.divider_funfact.text-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ekit-wid-con .ekit-single-piechart .piechart {
	position: relative;
	display: inline-block;
}

.ekit-wid-con .ekit-single-piechart .piechart .ekit-chart-content {
	position: absolute;
	top: 47%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
}

.ekit-wid-con .ekit-single-piechart .piechart .ekit-chart-content svg {
	max-width: 28px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .flip-card {
	position: relative;
	max-height: 280px;
	overflow: hidden;
	color: #fff;
}

.ekit-wid-con .flip-card .back {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 15px 50px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	background: #f2709c;
	background: linear-gradient(-35deg, #f2709c 0, #fe8f75 100%);
}

.ekit-wid-con .flip-card .back, .ekit-wid-con .flip-card .front {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ekit-wid-con .flip-card:hover .back {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.ekit-wid-con .flip-card:hover .front {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}

.ekit-wid-con .flip-card .ekit-piechart-title {
	color: #fff;
}

.ekit-wid-con .elementskit-single-faq {
	position: relative;
	overflow: hidden;
}

.ekit-wid-con .elementskit-single-faq .elementskit-faq-title {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0;
}

.ekit-wid-con .elementskit-single-faq .elementskit-faq-header {
	background-color: #f5f5f5;
	padding-top: 21px;
	padding-bottom: 21px;
}

.ekit-wid-con .elementskit-image-comparison {
	z-index: 3;
}

.ekit-wid-con .elementskit-image-comparison>img {
	width: 100%;
}

.ekit-wid-con .elementskit-image-comparison .twentytwenty-handle {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	border-color: transparent;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}

.ekit-wid-con .elementskit-image-comparison .twentytwenty-handle::before {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ekit-wid-con .elementskit-image-comparison .twentytwenty-handle::after {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ekit-wid-con .elementskit-image-comparison .twentytwenty-handle .twentytwenty-left-arrow {
	border-right-color: #000;
}

.ekit-wid-con .elementskit-image-comparison .twentytwenty-handle .twentytwenty-right-arrow {
	border-left-color: #000;
}

.ekit-wid-con .elementskit-countdown-timer {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

.ekit-wid-con .elementskit-countdown-timer .elementskit-inner-container {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #443aca;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-content {
	width: 100%;
}

.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-content>span {
	display: block;
	color: #fff;
	line-height: 1;
}

.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-count {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 13px;
}

.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-title {
	font-size: 14px;
	letter-spacing: 2.5px;
}

.ekit-wid-con .elementskit-countdown-timer-2 {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	padding: 0 15px;
}

.ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-count {
	background-color: #2575fc;
	display: block;
	height: 107px;
	line-height: 87px;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	border-radius: 10px;
}

.ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-title {
	display: block;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	border: 2px solid #2575fc;
	font-size: 14px;
	letter-spacing: 2.5px;
	font-weight: 700;
	background-color: #fff;
	margin: 0 auto;
	max-width: 80%;
	margin-top: -20px;
	position: relative;
	z-index: 1;
}

.ekit-wid-con .elementskit-countdown-timer-3 {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	padding: 0 3px;
}

.ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-count {
	height: 190px;
	line-height: 190px;
	color: #333;
	display: block;
	font-size: 48px;
	font-weight: 700;
	position: relative;
	background-color: #fff;
	z-index: 1;
}

.ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-count::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(-223deg, #fff 0, #fff 50%, #eaeaea 50%, #e7e7e7 100%);
}

.ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-title {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	letter-spacing: 2.5px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	background-color: #1cf196;
	color: #333;
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-timer-content {
	background-color: #5558ed;
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	height: 190px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 30px 0;
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-inner-container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-inner-container>span {
	color: #fff;
	background-color: transparent;
	height: auto;
	line-height: normal;
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-timer-count {
	margin-bottom: 10px;
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-timer-count::before {
	display: none;
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-timer-container {
	padding: 0 5px;
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-timer-container:nth-child(2) .elementskit-timer-content {
	height: 240px;
	background-color: #ffcc03;
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-timer-container:nth-child(3) .elementskit-timer-content {
	background-color: #ff5657;
}

.ekit-wid-con .elementskit-countdown-timer-3.elementskit-version-box .elementskit-timer-container:nth-child(4) .elementskit-timer-content {
	height: 150px;
	background-color: #09b2a0;
}

.ekit-wid-con .elementskit-countdown-container {
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border-radius: 10px;
	background-size: cover;
	margin-bottom: 62px;
	padding-top: 30px;
	padding-bottom: 60px;
}

.ekit-wid-con .elementskit-countdown-container::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: .7;
	border-radius: inherit;
	pointer-events: none;
}

.ekit-wid-con .elementskit-countdown-container::after {
	position: absolute;
	content: "";
	bottom: -62px;
	left: 0;
	width: 100%;
	height: 49px;
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
	background-size: contain;
}

.ekit-wid-con .elementskit-countdown-timer-4 {
	position: relative;
	z-index: 2;
	height: 120px;
	line-height: 120px;
	background-color: #fd3358;
	background-size: 101% 101%;
	width: calc(100% + 60px);
	margin-left: -30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ekit-wid-con .elementskit-countdown-timer-4::after, .ekit-wid-con .elementskit-countdown-timer-4::before {
	position: absolute;
	content: "";
	bottom: -20px;
	pointer-events: none;
}

.ekit-wid-con .elementskit-countdown-timer-4::before {
	left: 0;
	border-top: 20px solid #993535;
	border-left: 30px solid transparent;
}

.ekit-wid-con .elementskit-countdown-timer-4::after {
	right: 0;
	border-bottom: 20px solid transparent;
	border-left: 30px solid #993535;
}

.ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	color: #fff;
	height: 100%;
}

.ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-count {
	font-size: 48px;
	font-weight: 700;
}

.ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-title {
	font-size: 18px;
	vertical-align: top;
}

.ekit-wid-con .elementskit-coundown-finish {
	height: auto !important;
	line-height: normal !important;
	padding: 15px;
}

.ekit-wid-con .ekit-countdown-inner {
	margin: 0 auto;
}

.ekit-wid-con .elementskit-flip-clock>.elementskit-time {
	border-radius: 0 0 30px 30px;
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	display: inline-block;
	position: relative;
	height: 140px;
	width: 150px;
	-webkit-perspective: 500px;
	perspective: 500px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ekit-wid-con .elementskit-flip-clock>.elementskit-time:not(:last-child) {
	margin-right: 30px;
}

.ekit-wid-con .elementskit-flip-clock .elementskit-count {
	color: #333;
	display: block;
	font-size: 48px;
	font-weight: 700;
	background-color: #fff;
	overflow: hidden;
	line-height: 140px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-style: flat;
	transform-style: flat;
}

.ekit-wid-con .elementskit-flip-clock .elementskit-count.elementskit-top {
	border-radius: 30px 30px 0 0;
	height: 50%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.ekit-wid-con .elementskit-flip-clock .elementskit-count.elementskit-bottom {
	border-radius: 0 0 30px 30px;
	line-height: 0;
	height: 50%;
	top: 50%;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.ekit-wid-con .elementskit-flip-clock .elementskit-count.elementskit-curr.elementskit-top {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	z-index: 3;
	border-bottom: 3px solid #e7e7e7;
}

.ekit-wid-con .elementskit-flip-clock .elementskit-count.elementskit-next.elementskit-bottom {
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	z-index: 2;
}

.ekit-wid-con .elementskit-flip-clock .elementskit-count.elementskit-next.elementskit-top {
	border-bottom: 3px solid #e7e7e7;
}

.ekit-wid-con .elementskit-flip-clock .elementskit-flip .elementskit-count.elementskit-curr.elementskit-top {
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.ekit-wid-con .elementskit-flip-clock .elementskit-flip .elementskit-count.elementskit-next.elementskit-bottom {
	-webkit-transition: all 250ms ease-in-out 250ms;
	transition: all 250ms ease-in-out 250ms;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.ekit-wid-con .elementskit-flip-clock .elementskit-label {
	background-color: #ff5657;
	position: relative;
	z-index: 10;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	-webkit-box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, .35);
	box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, .35);
	color: #fff;
	font-size: 14px;
	border-radius: 30px 30px 0 0;
	font-weight: 700;
	letter-spacing: .5px;
	top: -20px;
}

.ekit-wid-con .elementskit-pricing-tag {
	position: absolute;
	height: 100%;
	width: calc(100% + 30px);
	background-color: #666;
	top: 0;
	right: -30px;
	border-radius: 48px 0 0 48px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-pricing-tag+.elementskit-pricing-price {
	color: #fff;
}

.ekit-wid-con .elementskit-single-pricing {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.ekit-wid-con .elementskit-single-pricing.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ekit-wid-con .elementskit-single-pricing .pricing-bg {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
	height: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-title {
	font-size: 22px;
	margin-bottom: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-subtitle {
	color: #5a5a5a;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header {
	margin-bottom: 25px;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header svg {
	vertical-align: middle;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header>i {
	font-size: 40px;
	margin-bottom: 12px;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header>p {
	margin-top: 7px;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header>hr {
	border-top: 2px solid #fff;
	width: 30px;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-header>img {
	margin-bottom: 45px;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price-wraper {
	position: relative;
	margin-bottom: 15px;
	line-height: initial;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price {
	position: relative;
	z-index: 2;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -.4px;
	display: block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price>sub, .ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price>sup {
	font-size: 18px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price>sup {
	top: 0;
	left: 5px;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-price>sub {
	bottom: 0;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-content {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-content>p {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-btn {
	color: #fff;
	background-color: #666;
	border-radius: 25px;
	border-color: currentColor;
	font-size: 14px;
	font-weight: 700;
	padding: 11px 41px;
	display: inline-block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-btn.style-2 {
	border-color: #e7e7e7;
	color: #000;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-btn svg {
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .elementskit-single-pricing .btn-outline-primary {
	color: #2575fc;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-lists>li {
	color: #565656;
	font-size: 15px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-lists>li:hover>.ekit-pricing-list-info svg {
	fill: #81848d;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-lists>li::before {
	content: "";
	display: block;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-lists>li:not(:last-child) {
	margin-bottom: 3px;
}

.ekit-wid-con .elementskit-single-pricing .elementskit-pricing-lists>li svg {
	max-width: 15px;
	vertical-align: middle;
}

.ekit-wid-con .elementskit-single-pricing .title-divider {
	position: relative;
}

.ekit-wid-con .elementskit-single-pricing .title-divider::before {
	position: absolute;
	content: "";
	top: 50%;
	left: -30px;
	width: calc(100% + 60px);
	height: 1px;
	background-color: #e7e7e7;
}

.ekit-wid-con .elementskit-single-pricing .title-divider .elementskit-pricing-title {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 45px;
	background-color: #fff;
}

.ekit-wid-con .elementkit-pricing-icon {
	display: inline-block;
}

.ekit-pricing-list-info {
	display: inline-block;
	position: relative;
	z-index: 0;
	cursor: help;
}

.ekit-pricing-list-info:before {
	display: none;
}

.ekit-pricing-list-info>span {
	display: none;
	position: absolute;
	top: -13px;
	left: 0;
	border-style: solid;
	border-width: 7px;
	border-color: #021343 transparent transparent;
	z-index: 1;
}

.ekit-pricing-list-info.is-active>span {
	display: block;
}

.ekit-pricing-list-info-content {
	position: absolute;
	left: 0;
	bottom: calc(100% + 13px);
	max-width: 280px;
	margin: 0;
	padding: 11px 20px 13px;
	color: #fff;
	background-color: #021343;
	border-radius: 6px;
	-webkit-box-shadow: 0 20px 20px rgba(0, 10, 38, .16);
	box-shadow: 0 20px 20px rgba(0, 10, 38, .16);
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	z-index: 999;
}

.ekit-pricing-list-info>.ekit-pricing-list-info-content {
	display: none;
	position: fixed;
}

.ekit-wid-con .elementskit-single-testimonial-slider {
	background-color: #fff;
	-webkit-box-shadow: 9px 11px 14px 0 rgba(0, 0, 0, .1);
	box-shadow: 9px 11px 14px 0 rgba(0, 0, 0, .1);
	padding: 30px;
	padding-left: 60px;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 1;
}

.ekit-wid-con .elementskit-single-testimonial-slider .elementskit-commentor-content>p {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-single-testimonial-slider:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: inherit;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: -1;
}

.ekit-testimonial-fade .ekit-wid-con .elementskit-single-testimonial-slider:before {
	opacity: 0;
	-webkit-transform: none;
	transform: none;
}

.ekit-testimonial-fade .ekit-wid-con .elementskit-single-testimonial-slider:hover:before {
	opacity: 1;
}

.ekit-wid-con .elementskit-single-testimonial-slider:hover::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.ekit-wid-con .elementskit-single-testimonial-slider:hover .elementskit-client_logo .elementskit-testimonial-client-active-logo {
	opacity: 1;
}

.ekit-wid-con .elementskit-single-testimonial-slider:hover .elementskit-client_logo .elementskit-testimonial-client-active-logo+.elementskit-testimonial-client-logo {
	opacity: 0;
}

.ekit-wid-con .elementskit-single-testimonial-slider .tilte {
	font-size: 22px;
	margin-bottom: 22px;
}

.ekit-wid-con .elementskit-single-testimonial-slider .ekit-team-social-list>li>a {
	font-size: 16px;
}

.ekit-wid-con .elementskit-single-testimonial-slider.gradient {
	background: #f2709c;
	background: linear-gradient(45deg, #f2709c 0, #fe8f75 100%);
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style {
	padding: 55px 40px;
	-webkit-transition: border-bottom-color .5s ease;
	transition: border-bottom-color .5s ease;
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style .elementskit-commentor-content {
	padding-right: 0;
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style .elementskit-commentor-content>hr {
	width: 30px;
	border-top: 3px solid #e7e7e7;
	-webkit-transition: border-top-color .5s ease;
	transition: border-top-color .5s ease;
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style2 {
	border-radius: 10px;
	position: relative;
	padding: 40px 40px 80px;
	margin-bottom: 105px;
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style2:not(.white-v) .elementskit-commentor-content>i {
	color: rgba(37, 117, 252, .2);
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style2 .elementskit-commentor-bio {
	position: absolute;
	top: calc(100% - 35px);
	width: 100%;
	left: 0;
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style3 {
	border-radius: 10px;
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style3 .elementskit-commentor-content {
	margin-bottom: 30px;
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style4 {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style4 .elementskit-watermark-icon {
	left: inherit;
	right: 20px;
	top: 20px;
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style4 .elementskit-watermark-icon .quote {
	z-index: 1;
	position: relative;
	font-size: 28px;
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style4 .elementskit-commentor-image {
	margin-bottom: 30px;
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style4 .elementskit-commentor-bio {
	margin-bottom: 15px;
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style4 .elementskit-stars {
	margin-bottom: 25px;
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style4.white-v .elementskit-watermark-icon {
	line-height: 0;
}

.ekit-wid-con .elementskit-single-testimonial-slider.block-style4.white-v .elementskit-profile-info .elementskit-author-des, .ekit-wid-con .elementskit-single-testimonial-slider.block-style4.white-v .elementskit-profile-info .elementskit-author-name {
	color: #fff;
}

.ekit-wid-con .elementskit-single-testimonial-slider .commentor-header {
	margin-bottom: 15px;
}

.ekit-wid-con .elementskit-single-testimonial-slider .quote {
	font-size: 48px;
}

.ekit-wid-con .elementskit-single-testimonial-slider:not(.white-v) .quote {
	color: rgba(37, 117, 252, .2);
}

.ekit-wid-con .elementskit-single-testimonial-slider.ekit_testimonial_style_2 .elementskit-watermark-icon {
	position: absolute;
	top: 10px;
	left: 10px;
}

.ekit-wid-con .elementskit-single-testimonial-slider .elementskit-watermark-icon {
	position: static;
	color: rgba(0, 0, 0, .1);
	line-height: 1;
	display: inline-block;
}

.ekit-wid-con .elementskit-single-testimonial-slider .elementskit-watermark-icon>i {
	font-size: 48px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-single-testimonial-slider .elementskit-watermark-icon>svg {
	width: 48px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .elementskit-single-testimonial-slider .elementskit-watermark-icon.commentor-badge {
	line-height: 0;
}

.ekit-wid-con .elementskit-single-testimonial-slider .elementskit-watermark-icon.commentor-badge .quote {
	color: #fff;
}

.ekit-wid-con .elementskit-single-testimonial-slider .elementskit-watermark-icon.commentor-badge::before {
	position: absolute;
	content: "";
	top: -100px;
	left: -30px;
	background-color: #2575fc;
	width: 160px;
	height: 160px;
	border-radius: 50%;
}

.ekit-wid-con .elementskit-single-testimonial-slider .main-logo {
	display: none;
}

.ekit-wid-con .elementskit-single-testimonial-slider.style-2 {
	padding: 0;
	padding-left: 60px;
	border-left: 3px solid #2575fc;
}

.ekit-wid-con .elementskit-single-testimonial-slider.style-2 .elementskit-profile-image-card {
	margin-left: 20px;
}

.ekit-wid-con .elementskit-single-testimonial-slider.version-2 {
	background: #f2709c;
	background: linear-gradient(-35deg, #f2709c 0, #fe8f75 100%);
	padding: 40px 50px 80px;
	border-radius: 10px;
	position: relative;
}

.ekit-wid-con .elementskit-single-testimonial-slider.version-2 .elementskit-commentor-content {
	padding-right: 0;
}

.ekit-wid-con .elementskit-single-testimonial-slider.version-2 .elementskit-commentor-content>i {
	color: rgba(255, 255, 255, .5);
}

.ekit-wid-con .elementskit-single-testimonial-slider.version-2 .elementskit-commentor-content>p {
	margin-bottom: 25px;
}

.ekit-wid-con .elementskit-single-testimonial-slider.version-2 .elementskit-commentor-bio {
	position: absolute;
	top: calc(100% - 45px);
	left: 0;
	width: 100%;
}

.ekit-wid-con .elementskit-single-testimonial-slider.gradient-1 {
	background: #82e182;
	background: linear-gradient(-35deg, #82e182 0, #0acbf5 100%);
}

.ekit-wid-con .elementskit-single-testimonial-slider.gradient-2 {
	background: #f2709c;
	background: linear-gradient(-35deg, #f2709c 0, #fe8f75 100%);
}

.ekit-wid-con .elementskit-single-testimonial-slider.gradient-3 {
	background: #b18cfe;
	background: linear-gradient(-35deg, #b18cfe 0, #9460ff 100%);
}

.ekit-wid-con .elementskit-single-testimonial-slider.review-block {
	padding: 80px;
}

.ekit-wid-con .elementskit-single-testimonial-slider.review-block .elementskit-commentor-content>p {
	margin-bottom: 20px;
}

.ekit-wid-con .elementskit-single-testimonial-slider.review-block .elementskit-commentor-content .elementskit-author-name {
	font-size: 18px;
}

.ekit-wid-con .elementskit-single-testimonial-slider.review-block .elementskit-stars {
	margin-bottom: 25px;
}

.ekit-wid-con .elementskit-single-testimonial-slider.review-block .elementskit-watermark-icon {
	top: -40px;
	left: 0;
	font-size: 132px;
	color: rgba(0, 0, 0, .07);
}

.ekit-wid-con .elementskit-commentor-content {
	padding-right: 30px;
	position: relative;
}

.ekit-wid-con .elementskit-commentor-content .elementskit-client_logo {
	margin-bottom: 32px;
	min-height: 50px;
	display: inline-block;
	position: relative;
}

.ekit-wid-con .elementskit-commentor-content .elementskit-client_logo .elementskit-testimonial-client-active-logo {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-commentor-content .elementskit-client_logo .elementskit-testimonial-client-logo {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-commentor-content>i {
	font-size: 48px;
	margin-bottom: 23px;
	display: inline-block;
}

.ekit-wid-con .elementskit-commentor-content>p {
	margin-bottom: 35px;
	color: rgba(0, 0, 0, .5);
}

.ekit-wid-con .elementskit-commentor-content>.elementskit-border-hr {
	width: 40px;
	height: 2px;
	background-color: #2575fc;
	margin-top: 0;
	margin-bottom: 20px;
	display: inline-block;
}

.ekit-wid-con .elementskit-commentor-content .elementskit-profile-info {
	display: block;
}

.ekit-wid-con .elementskit-commentor-content .elementskit-author-name {
	font-size: 22px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-commentor-content .elementskit-author-des {
	font-size: 13px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-testimonial_card {
	position: relative;
	padding: 200px 170px 80px;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	display: block;
}

.ekit-wid-con .elementskit-testimonial_card .elementskit-stars {
	margin-bottom: 25px;
}

.ekit-wid-con .elementskit-testimonial_card .elementskit-stars>li>a, .ekit-wid-con .elementskit-testimonial_card .elementskit-stars>li>span {
	color: #fff;
}

.ekit-wid-con .elementskit-testimonial_card .video-popup {
	-webkit-box-shadow: 19.799px 19.799px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 19.799px 19.799px 40px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	color: #2575fc;
	font-size: 28px;
}

.ekit-wid-con .elementskit-testimonial_card>p {
	font-size: 22px;
	font-style: italic;
	color: #fff;
	margin-bottom: 35px;
}

.ekit-wid-con .elementskit-testimonial_card .xs-overlay {
	border-radius: inherit;
	z-index: -1;
}

.ekit-wid-con .elementskit-testimonial_card .elementskit-video-popup-content {
	margin-bottom: 30px;
}

.ekit-wid-con .elementskit-testimonial_card .elementskit-profile-info .elementskit-author-des, .ekit-wid-con .elementskit-testimonial_card .elementskit-profile-info .elementskit-author-name {
	color: #fff;
}

.ekit-wid-con .elementskit-testimonial_card .elementskit-profile-info .elementskit-author-name {
	font-size: 22px;
}

.ekit-wid-con .elementskit-testimonial_card .elementskit-profile-info .elementskit-author-des {
	font-size: 13px;
}

.ekit-wid-con .elementskit-tootltip-testimonial .elementskit-commentor-content {
	background-color: #2575fc;
	border-radius: 10px;
	padding: 40px 60px;
	color: #fff;
	margin-bottom: 50px;
}

.ekit-wid-con .elementskit-tootltip-testimonial .elementskit-commentor-content>p {
	margin-bottom: 0;
}

.ekit-wid-con .elementskit-tootltip-testimonial .elementskit-commentor-content .elementskit-watermark-icon {
	position: absolute;
	bottom: -50px;
	left: 20px;
	font-size: 80px;
	color: rgba(0, 0, 0, .1);
	line-height: 1;
}

.ekit-wid-con .elementskit-tootltip-testimonial .elementskit-commentor-content::before {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	width: 40px;
	height: 40px;
	background-color: #2575fc;
}

.ekit-wid-con .elementskit-tootltip-testimonial .elementskit-commentor-content .elementskit-stars>li>a, .ekit-wid-con .elementskit-tootltip-testimonial .elementskit-commentor-content .elementskit-stars>li>span {
	color: #fff;
}

.ekit-wid-con .elementskit-tootltip-testimonial.style-2 .elementskit-commentor-content {
	padding: 60px 50px;
	margin-bottom: 90px;
}

.ekit-wid-con .elementskit-tootltip-testimonial.style-2 .elementskit-commentor-content::before {
	-webkit-transform: none;
	transform: none;
	left: 50%;
	bottom: inherit;
	top: 100%;
	border-top: 65px solid #2575fc;
	border-right: 89px solid transparent;
	background-color: transparent;
}

.ekit-wid-con .elementskit-tootltip-testimonial.style-2 .elementskit-commentor-content .elementskit-watermark-icon {
	position: static;
	font-size: 48px;
	color: rgba(255, 255, 255, .1);
	padding-right: 30px;
}

.ekit-wid-con .elementskit-tootltip-testimonial.style-3 .elementskit-commentor-content {
	margin-bottom: 0;
	padding-top: 60px;
	padding-bottom: 80px;
}

.ekit-wid-con .elementskit-tootltip-testimonial.style-3 .elementskit-commentor-content::before {
	display: none;
}

.ekit-wid-con .elementskit-tootltip-testimonial.style-3 .elementskit-commentor-content .elementskit-commentor-text {
	position: relative;
}

.ekit-wid-con .elementskit-tootltip-testimonial.style-3 .elementskit-commentor-content .elementskit-commentor-text .elementskit-commentor-bio {
	position: absolute;
	top: calc(100% + 35px);
	left: 0;
}

.ekit-wid-con .elementskit-commentor-bio .elementskit-commentor-image>img {
	border-radius: 50%;
	height: 70px;
	width: 70px;
}

.ekit-wid-con .elementskit-commentor-bio .elementskit-author-name {
	font-size: 22px;
	line-height: 1;
}

.ekit-wid-con .elementskit-commentor-bio .elementskit-author-des {
	font-size: 13px;
}

.ekit-wid-con .elementskit-commentor-bio.style-2 .elementskit-commentor-image>img {
	border: 5px solid #fff;
	-webkit-box-shadow: 19.799px 19.799px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 19.799px 19.799px 40px 0 rgba(0, 0, 0, .1);
	width: 80px;
	height: 80px;
}

.ekit-wid-con .elementskit-commentor-bio.style-3 .elementskit-commentor-image>img {
	width: 120px;
	height: 120px;
}

.ekit-wid-con .elementskit-commentor-bio.media .elementskit-author-name {
	font-size: 18px;
}

.ekit-wid-con .elementskit-commentor-bio.media .elementskit-author-des {
	font-size: 13px;
}

.ekit-wid-con .testimonial-block-slider2 {
	padding-bottom: 100px;
}

.ekit-wid-con .testimonial-block-slider2.modern-nav .owl-nav {
	top: calc(50% - 30px);
}

.ekit-wid-con .testimonial-block-slider3 {
	margin-bottom: 70px;
}

.ekit-wid-con .testimonial-block-slider3 .owl-nav button>i {
	font-size: 36px;
	color: #2575fc;
}

.ekit-wid-con .elementskit-profile-info .elementskit-author-name {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.ekit-wid-con .elementskit-profile-info .elementskit-author-des {
	color: rgba(0, 0, 0, .5);
	font-weight: 400;
}

.ekit-wid-con .elementskit-profile-image-card {
	position: relative;
	overflow: hidden;
}

.ekit-wid-con .elementskit-profile-image-card::before {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	pointer-events: none;
}

.ekit-wid-con .elementskit-profile-image-card>img {
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ekit-wid-con .elementskit-profile-image-card:hover::before {
	background-color: rgba(17, 17, 17, .8);
	top: 0;
}

.ekit-wid-con .elementskit-testimonial-slider .swiper-wrapper {
	overflow: visible;
}

.ekit-wid-con .elementskit-testimonial-slider .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ekit-wid-con .elementskit-testimonial-slider .swiper-pagination span {
	padding: 0;
	margin: 0;
}

.ekit-wid-con .elementskit-testimonial-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
	max-width: calc(100% / var(--ekit_testimonial_slidetoshow, 1));
	margin-right: var(--ekit_testimonial_left_right_spacing, 15px);
	margin-left: var(--ekit_testimonial_left_right_spacing, 15px);
}

.ekit-wid-con .elementskit-testimonial_card .xs-overlay {
	opacity: 1;
	background-color: rgba(0, 0, 0, .5);
}

.ekit-wid-con .elementskit-commentor-bio {
	position: absolute;
	left: 0;
	width: 100%;
}

.ekit-wid-con .elementskit-commentor-bio.client_center {
	text-align: center;
}

.ekit-wid-con .elementskit-commentor-bio.client_center .elementskit-commentor-image>img {
	margin-left: auto;
	margin-right: auto;
}

.ekit-wid-con .elementskit-commentor-bio.client_right {
	text-align: right;
}

.ekit-wid-con .elementskit-commentor-bio.client_right .elementskit-commentor-image>img {
	margin-left: auto;
}

.ekit-wid-con .elementskit-commentor-bio.client_left {
	text-align: left;
}

.ekit-wid-con .elementskit-testimonial-slider .swiper-button-next, .ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev {
	font-size: 36px;
	color: #2575fc;
	width: auto;
	height: auto;
	z-index: 1;
}

.ekit-wid-con .elementskit-testimonial-slider .swiper-button-next::before, .ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev::before {
	display: none;
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-two .elementskit-commentor-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-two .elementskit-stars {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-two .elementskit-commentor-bio {
	position: static;
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-two .elementkit-commentor-details, .ekit-wid-con .elementskit-testimonial-slider-block-style-two .elementskit-commentor-bio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-two .elementkit-commentor-details {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-two .elementskit-icon-content {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.ekit-wid-con .elementskit-testimonial_card .xs-overlay {
	background-color: rgba(0, 0, 0, .5);
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-three {
	overflow: hidden;
	position: relative;
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-three .elementskit-commentor-bio {
	position: static;
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-three .elementskit-profile-info {
	text-align: center;
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-three .elementskit-commentor-content>p {
	margin-bottom: 30px;
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-three .elementskit-icon-content {
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 1;
	z-index: 1;
}

.ekit-wid-con .elementskit-testimonial-slider-block-style-three .elementskit-icon-content.commentor-badge::before {
	position: absolute;
	content: "";
	top: -100px;
	left: -30px;
	background-color: #2575fc;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	z-index: -1;
}

.ekit-wid-con .elementkit-commentor-details.client_center {
	margin: auto;
}

.ekit-wid-con .elementkit-commentor-details.client_left {
	margin-right: auto;
}

.ekit-wid-con .elementkit-commentor-details.client_right {
	margin-left: auto;
}

.ekit-wid-con .ekit_testimonial_style_2 {
	padding: 30px;
	border-bottom: 3px solid transparent;
	text-align: center;
}

.ekit-wid-con .ekit_testimonial_style_2:hover {
	border-bottom-color: #2575fc;
}

.ekit-wid-con .ekit_testimonial_style_2 .elementskit-commentor-content {
	padding-right: 0;
}

.ekit-wid-con .ekit-testimonia-style-4 {
	text-align: center;
}

.ekit-wid-con .ekit-testimonia-style-4 .elementskit-single-testimonial-slider {
	padding: 30px;
	padding-bottom: 50px;
	margin-bottom: 80px;
	display: block;
}

.ekit-wid-con .ekit-testimonia-style-4 .elementskit-single-testimonial-slider .elementskit-commentor-content {
	padding-right: 0;
}

.ekit-wid-con .ekit-testimonia-style-4 .elementskit-single-testimonial-slider .elementskit-commentor-image img {
	margin: auto;
}

.ekit-wid-con .ekit-testimonia-style-4 .elementskit-watermark-icon {
	margin-bottom: 23px;
	color: rgba(37, 117, 252, .2);
}

.ekit-wid-con .ekit-testimonia-style-4 .ekit-testimonial--avatar {
	margin-bottom: 20px;
}

.ekit-wid-con .ekit_testimonial_style_5 {
	text-align: left;
}

.ekit-wid-con .ekit_testimonial_style_5 .elementskit-commentor-header {
	display: block;
}

.ekit-wid-con .ekit_testimonial_style_5 .elementskit-single-testimonial-slider {
	padding: 30px;
	display: block;
}

.ekit-wid-con .ekit_testimonial_style_5 .elementskit-single-testimonial-slider .elementskit-commentor-content {
	padding-right: 0;
}

.ekit-wid-con .ekit_testimonial_style_5 .elementskit-single-testimonial-slider .elementskit-commentor-content>p {
	margin-top: 30px;
	margin-bottom: 30px;
}

.ekit-wid-con .ekit_testimonial_style_5 .elementskit-watermark-icon {
	position: absolute;
	color: rgba(37, 117, 252, .2);
}

.ekit-wid-con .ekit_testimonial_style_5 .ekit-testimonial--avatar {
	margin-right: 20px;
}

.ekit-wid-con .ekit_testimonial_style_6 {
	text-align: center;
}

.ekit-wid-con .ekit_testimonial_style_6 .elementskit-single-testimonial-slider {
	padding: 30px;
	display: block;
}

.ekit-wid-con .ekit_testimonial_style_6 .elementskit-single-testimonial-slider .elementskit-commentor-content {
	padding-right: 0;
}

.ekit-wid-con .ekit_testimonial_style_6 .elementskit-stars {
	margin-bottom: 20px;
}

.ekit-wid-con .ekit_testimonial_style_6 .elementskit-watermark-icon {
	color: #fff;
}

.ekit-wid-con .ekit_testimonial_style_6 .elementskit-watermark-icon>i {
	font-size: 30px;
}

.ekit-wid-con .ekit_testimonial_style_6 .elementskit-watermark-icon>svg {
	width: 30px;
}

.ekit-wid-con .ekit_testimonial_style_6 .elementskit-profile-info {
	margin-bottom: 15px;
}

.ekit-wid-con .ekit_testimonial_style_6 .elementskit-commentor-image>img {
	margin-left: auto;
	margin-right: auto;
}

.ekit-wid-con .ekit_testimonial_style_6 .ekit-testimonial--avatar {
	margin-bottom: 20px;
}

.ekit-wid-con .ekit_watermark_icon_custom_position {
	position: absolute;
}

.ekit-wid-con .elementskit-commentor-content>i, .ekit-wid-con .elementskit-icon-content>i {
	display: inline-block;
}

.ekit-wid-con .elementskit-stars {
	position: relative;
	z-index: 6;
}

.ekit-wid-con .elementskit-stars>li {
	display: inline-block;
}

.ekit-wid-con .elementskit-stars>li:not(:last-child) {
	margin-right: 5px;
}

.ekit-wid-con .elementskit-stars>li>a, .ekit-wid-con .elementskit-stars>li>span {
	display: block;
	pointer-events: none;
}

.ekit-wid-con .elementskit-stars.style-2>li>a {
	color: #fec42d;
}

.ekit-wid-con .elementskit-stars.style-3>li>a {
	color: #000;
}

.ekit-wid-con .ekit-testimonial--link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 0;
	z-index: 1;
}

.elementskit-commentor-content ol, .elementskit-commentor-content ul {
	padding-left: 18px;
}

.ekit-wid-con .elementkit-tab-wraper {
	line-height: 0;
}

.ekit-wid-con .elementkit-tab-wraper.vertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ekit-wid-con .elementkit-tab-wraper.vertical>ul {
	display: block;
	height: 100%;
}

.ekit-wid-con .elementkit-tab-wraper.vertical>.elementkit-tab-nav .elementkit-nav-item {
	display: block;
	width: 100%;
	margin-right: 0;
}

.ekit-wid-con .elementkit-tab-wraper.elementskit-fitcontent-tab:not(.vertical) .elementkit-tab-nav {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.ekit-wid-con .elementkit-tab-wraper.elementskit-fitcontent-tab .elementkit-tab-content {
	text-align: left;
	width: 100%;
	max-width: 100%;
}

.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link.right-pos {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link .elementskit-tab-icon {
	display: block;
}

.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link .elementskit-tab-icon svg {
	max-width: 30px;
	height: auto;
}

.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link.left-pos .elementskit-tab-icon {
	-ms-flex-item-align: center;
	align-self: center;
}

.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link.top-pos {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ekit-wid-con .elementkit-tab-wraper .elementkit-nav-link.bottom-pos {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.ekit-wid-con .elementkit-tab-nav {
	position: relative;
	border-bottom: 0 solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 1;
}

.ekit-wid-con .elementkit-tab-nav .elementkit-nav-item {
	margin-bottom: 0;
	float: none;
	display: inline-block;
}

.ekit-wid-con .elementkit-tab-nav .elementkit-nav-item:not(:last-child) {
	margin-right: 10px;
}

.ekit-wid-con .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link {
	font-weight: 700;
	padding: 14px 35px;
	border-radius: 0;
	position: relative;
	text-align: center;
	background-color: transparent;
	border: none;
	margin: 0;
}

.ekit-wid-con .elementkit-tab-nav.elementskit_tab_border_bottm .elementkit-nav-item .elementkit-nav-link::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #2575fc;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
}

.ekit-wid-con .elementkit-tab-nav.elementskit_tab_border_bottm .elementkit-nav-item .elementkit-nav-link.active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.ekit-wid-con .elementkit-tab-nav.elementskit_tooltip_style .elementkit-nav-item .elementkit-nav-link::before {
	position: absolute;
	content: "";
	bottom: -24px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	height: 24px;
	width: 24px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #4b3fe1), to(#4b3fe1));
	background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, #4b3fe1 50%, #4b3fe1 100%);
	z-index: -1;
}

.ekit-wid-con .elementkit-tab-nav.elementskit_tooltip_style .elementkit-nav-item .elementkit-nav-link.active::before {
	opacity: 1;
	visibility: visible;
}

.ekit-wid-con .elementkit-tab-nav.elementskit_heartbit_style .elementkit-nav-item .elementkit-nav-link::after, .ekit-wid-con .elementkit-tab-nav.elementskit_heartbit_style .elementkit-nav-item .elementkit-nav-link::before {
	position: absolute;
	content: "";
	left: 50%;
	opacity: 0;
	z-index: 1;
}

.ekit-wid-con .elementkit-tab-nav.elementskit_heartbit_style .elementkit-nav-item .elementkit-nav-link::before {
	bottom: -1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70px;
	height: 1px;
	background-color: #2575fc;
}

.ekit-wid-con .elementkit-tab-nav.elementskit_heartbit_style .elementkit-nav-item .elementkit-nav-link::after {
	bottom: -5px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	height: 10px;
	width: 10px;
	background-image: linear-gradient(136deg, rgba(0, 0, 0, 0) 50%, rgba(242, 41, 91, 0) 50%);
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color: #2575fc;
	z-index: 1;
}

.ekit-wid-con .elementkit-tab-nav.elementskit_heartbit_style .elementkit-nav-item .elementkit-nav-link.active::after, .ekit-wid-con .elementkit-tab-nav.elementskit_heartbit_style .elementkit-nav-item .elementkit-nav-link.active::before {
	opacity: 1;
}

.ekit-wid-con .elementkit-tab-nav.elementskit_pregress_style .elementkit-nav-item .elementkit-nav-link::before {
	position: absolute;
	content: "";
	bottom: -3px;
	left: 0;
	height: 3px;
	width: 100%;
	background-image: -webkit-gradient(linear, right top, left top, from(#07b787), to(#7ed500));
	background-image: linear-gradient(270deg, #07b787 0, #7ed500 100%);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 350ms ease 350ms;
	transition: -webkit-transform 350ms ease 350ms;
	transition: transform 350ms ease 350ms;
	transition: transform 350ms ease 350ms, -webkit-transform 350ms ease 350ms;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	z-index: 1;
}

.ekit-wid-con .elementkit-tab-nav.elementskit_pregress_style .elementkit-nav-item .elementkit-nav-link::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-image: -webkit-gradient(linear, right top, left top, from(#07b787), to(#7ed500));
	background-image: linear-gradient(270deg, #07b787 0, #7ed500 100%);
	border: 5px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 350ms ease 0s;
	transition: opacity 350ms ease 0s;
	z-index: 1;
}

.ekit-wid-con .elementkit-tab-nav.elementskit_pregress_style .elementkit-nav-item .elementkit-nav-link.active::after {
	opacity: 1;
	-webkit-transition: opacity 350ms ease 350ms;
	transition: opacity 350ms ease 350ms;
}

.ekit-wid-con .elementkit-tab-nav.elementskit_pregress_style .elementkit-nav-item .elementkit-nav-link.active::before {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: -webkit-transform 350ms ease 0s;
	transition: -webkit-transform 350ms ease 0s;
	transition: transform 350ms ease 0s;
	transition: transform 350ms ease 0s, -webkit-transform 350ms ease 0s;
}

.ekit-wid-con .elementkit-tab-nav.elementskit_ribbon_style .elementkit-nav-item .elementkit-nav-link .elementskit-tab-icon, .ekit-wid-con .elementkit-tab-nav.elementskit_ribbon_style .elementkit-nav-item .elementkit-nav-link .elementskit-tab-title {
	position: relative;
	z-index: 11;
}

.ekit-wid-con .elementkit-tab-nav.elementskit_ribbon_style .elementkit-nav-item .elementkit-nav-link::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: calc(100% + 20px);
	background-image: linear-gradient(60deg, #f2709c 0, #fe8f75 100%);
	z-index: 10;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: -webkit-transform .4s ease .4s;
	transition: -webkit-transform .4s ease .4s;
	transition: transform .4s ease .4s;
	transition: transform .4s ease .4s, -webkit-transform .4s ease .4s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-size: 101% auto;
}

.ekit-wid-con .elementkit-tab-nav.elementskit_ribbon_style .elementkit-nav-item .elementkit-nav-link::after {
	position: absolute;
	content: "";
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	z-index: 10;
	background-image: linear-gradient(-221deg, #174eac 50%, rgba(242, 41, 91, 0) 50%);
	opacity: 0;
	-webkit-transition: opacity .4s ease .4s;
	transition: opacity .4s ease .4s;
}

.ekit-wid-con .elementkit-tab-nav.elementskit_ribbon_style .elementkit-nav-item .elementkit-nav-link.active::after {
	opacity: 1;
	-webkit-transition: opacity .4s ease .4s;
	transition: opacity .4s ease .4s;
}

.ekit-wid-con .elementkit-tab-nav.elementskit_ribbon_style .elementkit-nav-item .elementkit-nav-link.active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: -webkit-transform .4s ease 0s;
	transition: -webkit-transform .4s ease 0s;
	transition: transform .4s ease 0s;
	transition: transform .4s ease 0s, -webkit-transform .4s ease 0s;
}

.ekit-wid-con .elementkit-tab-nav.elementskit-fullwidth-tab>.elementkit-nav-item {
	max-width: 100%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.ekit-wid-con .elementkit-tab-content {
	line-height: 1.5;
}

.ekit-wid-con .elementkit-tab-content .elementkit-tab-pane {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.ekit-wid-con .tab-nav-fluid {
	width: 100%;
	display: block !important;
	height: auto !important;
}

.ekit-wid-con .elementkit-nav-link {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .ekit-tab-title-group {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.elementkit-tab-pane>div>ol, .elementkit-tab-pane>div>ul {
	padding-left: 18px;
}

@media (min-width:768px) {
	.elementkit-tab-wraper:not(.vertical)>ul>li>a {
		white-space: nowrap;
	}
}

[data-elementor-device-mode=tablet] .elementkit-tab-wraper.vertical {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ekit-wid-con .ekit-sidebar-group .ekit-overlay {
	left: 100%;
	top: 0;
	position: fixed;
	z-index: 1002;
	height: 100%;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	-webkit-transition: all .4s ease-in var(--transition-duration);
	transition: all .4s ease-in var(--transition-duration);
	cursor: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/plugins/elementskit-lite/widgets/init/assets/img/cross-out.svg"), pointer;
	background-color: rgba(0, 0, 0, .9);
}

.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-group .ekit-overlay {
	left: auto;
	right: 100%;
}

.ekit-wid-con .ekit-sidebar-group .ekit_widget-heading {
	padding: 20px;
	float: right;
}

.ekit-wid-con .ekit-sidebar-group.ekit-fade .ekit-overlay {
	left: 0;
	right: 0;
}

.ekit-wid-con .ekit-sidebar-widget {
	position: fixed;
	right: -100%;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 360px;
	z-index: 999999;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	-webkit-transition: all var(--transition-duration) cubic-bezier(.9, .03, 0, .96) var(--transition-duration);
	transition: all var(--transition-duration) cubic-bezier(.9, .03, 0, .96) var(--transition-duration);
	visibility: hidden;
	opacity: 0;
}

.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-widget {
	left: -100%;
	right: auto;
}

.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-overlay {
	visibility: visible;
	-webkit-transition: all var(--transition-duration) ease-out 0s;
	transition: all var(--transition-duration) ease-out 0s;
	left: 0;
	opacity: 1;
}

.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-overlay {
	left: auto;
	right: 0;
}

.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-sidebar-widget {
	opacity: 1;
	visibility: visible;
	right: 0;
	-webkit-transition: all var(--transition-duration) cubic-bezier(.9, .03, 0, .96) .4s;
	transition: all var(--transition-duration) cubic-bezier(.9, .03, 0, .96) .4s;
}

.ekit-off-canvas-position-left .ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-sidebar-widget {
	left: 0;
	right: auto;
}

.ekit-wid-con .ekit_sidebar-textwidget {
	padding: 20px;
	padding-top: 60px;
}

.ekit-wid-con .ekit_close-side-widget {
	position: absolute;
	color: #1768dd;
	font-size: 15px;
	display: block;
	font-weight: 400;
	line-height: 1;
	padding: 4px 7px 5px 7px;
	border: 1px solid #ccc;
	z-index: 1;
	background-color: #fff;
	top: 15px;
	right: 15px;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ekit-wid-con .ekit_close-side-widget svg {
	width: 100%;
	max-width: 20px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .ekit_sidebar-widget-container {
	position: relative;
	top: 150px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in .3s;
	transition: all .3s ease-in .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit_sidebar-widget-container {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 1s ease-out 1.2s;
	transition: all 1s ease-out 1.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ekit-wid-con .ekit_navSidebar-button {
	display: inline-block;
	line-height: 1;
}

.ekit-wid-con .ekit_offcanvas-sidebar {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ekit-wid-con .ekit_offcanvas-sidebar svg {
	width: 100%;
	max-width: 20px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .ekit-dropcap-cotnent {
	margin-bottom: 0;
}

.ekit-wid-con .ekit-dropcap-cotnent:first-child::first-letter {
	color: #903;
	float: left;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.ekit-dropcap-wraper>ol, .ekit-dropcap-wraper>ul {
	padding-left: 28px;
}

.ekit-wid-con .ekit_double_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:480px) {
	.ekit-wid-con .ekit_double_button {
		display: block;
	}
}

.ekit-wid-con .ekit-double-btn {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	outline: 0;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	text-align: center;
	overflow: hidden;
	color: #fff;
	width: 100%;
	background-color: #3b3b3b;
	padding: 20px;
	z-index: 1;
}

.ekit-wid-con .ekit-double-btn svg {
	max-width: 14px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .ekit-double-btn:hover {
	background-color: #1a1919;
}

.ekit-wid-con .ekit-element-align-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.ekit-wid-con .ekit_button_middle_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	position: relative;
	-webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, .2);
	box-shadow: 0 0 0 6px rgba(255, 255, 255, .2);
	background: #fafaf8;
	color: #444;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
	z-index: 5;
}

.ekit-wid-con .ekit-double-btn-one {
	background-color: #2575fc;
}

.ekit-wid-con .ekit-double-btn-one:hover {
	background-color: #0359eb;
}

.ekit-wid-con .ekit_creative_icon_box {
	display: inline-block;
	padding: 20px;
	background-color: #333;
	color: #fff;
	font-size: 20px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.ekit-wid-con .ekit_hover_grow {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}

.ekit-wid-con .ekit_hover_grow:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.ekit-wid-con .ekit_hover_pulse:hover {
	-webkit-animation-name: ekit-hvr-pulse;
	animation-name: ekit-hvr-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes ekit-hvr-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	75% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@keyframes ekit-hvr-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	75% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

.ekit-wid-con .ekit_hover_pushe:hover {
	-webkit-animation-name: ekit-hvr-push;
	animation-name: ekit-hvr-push;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes ekit-hvr-push {
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ekit-hvr-push {
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.ekit-wid-con .ekit_hover_pop:hover {
	-webkit-animation-name: ekit-hvr-pop;
	animation-name: ekit-hvr-pop;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes ekit-hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes ekit-hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.ekit-wid-con .ekit_hover_rotate:hover {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

.ekit-wid-con .ekit_hover_float:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.ekit-wid-con .ekit_hover_sink:hover {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}

.ekit-wid-con .ekit_hover_skew:hover {
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
}

.ekit-wid-con .ekit_hover_wobble_horizontal:hover {
	-webkit-animation-name: ekit-hvr-wobble-horizontal;
	animation-name: ekit-hvr-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes ekit-hvr-wobble-horizontal {
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes ekit-hvr-wobble-horizontal {
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.ekit-wid-con .ekit_hover_wobble_vertical:hover {
	-webkit-animation-name: ekit-hvr-wobble-vertical;
	animation-name: ekit-hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes ekit-hvr-wobble-vertical {
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes ekit-hvr-wobble-vertical {
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.ekit-wid-con .ekit_hover_shadow {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	background-color: #e1e1e1;
	color: #666;
}

.ekit-wid-con .ekit_hover_shadow:hover {
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
}

.ekit-wid-con .ekit_hover_float_shadow::before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.ekit-wid-con .ekit_hover_float_shadow:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.ekit-wid-con .ekit_hover_float_shadow:hover::before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

.ekit-wid-con .ekit_hover_glow_out:hover {
	-webkit-transform: scale(.93);
	transform: scale(.93);
}

.ekit-wid-con .ekit_hover_glow_out:hover::before {
	-webkit-animation: ekit-hover-glow-out 1.3s ease-out 75ms;
	animation: ekit-hover-glow-out 1.3s ease-out 75ms;
}

.ekit-wid-con .ekit_hover_glow_out::before {
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-box-shadow: 0 0 0 2px rgba(51, 51, 51, .1);
	box-shadow: 0 0 0 2px rgba(51, 51, 51, .1);
	opacity: 0;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	content: "";
}

@-webkit-keyframes ekit-hover-glow-out {
	0% {
		opacity: .3;
	}
	
	40% {
		opacity: .5;
		-webkit-box-shadow: 0 0 0 2px rgba(51, 51, 51, .1), 0 0 10px 10px #333, 0 0 0 10px rgba(51, 51, 51, .5);
		box-shadow: 0 0 0 2px rgba(51, 51, 51, .1), 0 0 10px 10px #333, 0 0 0 10px rgba(51, 51, 51, .5);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 2px rgba(51, 51, 51, .1), 0 0 10px 10px #333, 0 0 0 10px rgba(51, 51, 51, .5);
		box-shadow: 0 0 0 2px rgba(51, 51, 51, .1), 0 0 10px 10px #333, 0 0 0 10px rgba(51, 51, 51, .5);
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes ekit-hover-glow-out {
	0% {
		opacity: .3;
	}
	
	40% {
		opacity: .5;
		-webkit-box-shadow: 0 0 0 2px rgba(51, 51, 51, .1), 0 0 10px 10px #333, 0 0 0 10px rgba(51, 51, 51, .5);
		box-shadow: 0 0 0 2px rgba(51, 51, 51, .1), 0 0 10px 10px #333, 0 0 0 10px rgba(51, 51, 51, .5);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 2px rgba(51, 51, 51, .1), 0 0 10px 10px #333, 0 0 0 10px rgba(51, 51, 51, .5);
		box-shadow: 0 0 0 2px rgba(51, 51, 51, .1), 0 0 10px 10px #333, 0 0 0 10px rgba(51, 51, 51, .5);
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

.ekit-wid-con .ekit_hover_border_spined, .ekit-wid-con .ekit_hover_dashed {
	background-color: #fff;
	color: #333;
	-webkit-transition: -webkit-box-shadow .2s ease;
	transition: -webkit-box-shadow .2s ease;
	transition: box-shadow .2s ease;
	transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
	-webkit-box-shadow: inset 0 0 0 4px #333;
	box-shadow: inset 0 0 0 4px #333;
}

.ekit-wid-con .ekit_hover_border_spined::before, .ekit-wid-con .ekit_hover_dashed::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	border: 4px dashed #333;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
	pointer-events: none;
	border-radius: inherit;
}

.ekit-wid-con .ekit_hover_border_spined:hover, .ekit-wid-con .ekit_hover_dashed:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ekit-wid-con .ekit_hover_border_spined:hover::before {
	-webkit-animation-name: ekit-hover-spined;
	animation-name: ekit-hover-spined;
	-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;
}

@-webkit-keyframes ekit-hover-spined {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes ekit-hover-spined {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ekit-wid-con .ekit_round_icon {
	height: 70px;
	width: 70px;
	border-radius: 50%;
}

.ekit-wid-con .ekit_hover_fill_with_shadow {
	color: #333;
	-webkit-box-shadow: 0 0 0 4px #333;
	box-shadow: 0 0 0 4px #333;
	background-color: transparent;
}

.ekit-wid-con .ekit_hover_fill_with_shadow:hover {
	-webkit-box-shadow: 0 0 0 8px rgba(51, 51, 51, .3);
	box-shadow: 0 0 0 8px rgba(51, 51, 51, .3);
	background-color: #333;
	color: #fff;
}

.ekit-wid-con .ekit_hover_fill_only {
	-webkit-box-shadow: 0 0 0 4px #333;
	box-shadow: 0 0 0 4px #333;
	color: #333;
	background-color: transparent;
}

.ekit-wid-con .ekit_hover_fill_only:hover {
	background-color: #333;
	color: #fff;
}

.ekit-wid-con .ekit_hover_fill_and_scale_border {
	background-color: rgba(0, 0, 0, .1);
	color: #000;
}

.ekit-wid-con .ekit_hover_fill_and_scale_border::before {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	content: "";
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	top: -7px;
	left: -7px;
	padding: 7px;
	-webkit-box-shadow: 0 0 0 4px #000;
	box-shadow: 0 0 0 4px #000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
	z-index: -1;
}

.ekit-wid-con .ekit_hover_fill_and_scale_border:hover {
	background-color: #000;
	color: #fff;
}

.ekit-wid-con .ekit_hover_fill_and_scale_border:hover::before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ekit-wid-con .ekit_hover_fill_and_scale_border_inset {
	-webkit-box-shadow: 0 0 0 3px #333;
	box-shadow: 0 0 0 3px #333;
	background-color: transparent;
}

.ekit-wid-con .ekit_hover_fill_and_scale_border_inset::before {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background-color: #333;
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, -webkit-transform .2s;
	transition: transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s, -webkit-transform .2s;
}

.ekit-wid-con .ekit_hover_fill_and_scale_border_inset:hover::before {
	-webkit-transform: scale(.85);
	transform: scale(.85);
}

.ekit-wid-con .ekit-video-popup {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	background-color: #da3175;
	color: #fff;
	border-radius: 50%;
	position: relative;
	z-index: 6;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .ekit-video-popup.ekit_icon_button {
	padding: 10px;
}

.ekit-wid-con .ekit-video-popup-btn {
	width: 60px;
	height: 60px;
	line-height: 45px;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	background-color: #da3175;
	color: #fff;
	border-radius: 50%;
	position: relative;
	z-index: 6;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.ekit-wid-con .ekit-video-popup svg {
	max-width: 40px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .ekit-video-popup.fill-btn {
	width: 100px;
	height: 100px;
	line-height: 104px;
	background-color: #fff;
	-webkit-box-shadow: 0 25px 25px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 25px 25px 0 rgba(0, 0, 0, .15);
}

.ekit-wid-con .ekit-video-popup.text-btn {
	width: auto;
	height: auto;
	border-radius: 0;
	background-color: transparent;
	text-decoration: underline;
}

.ekit-wid-con .ekit-video-popup.square-btn {
	height: 156px;
	line-height: 156px;
	width: 100%;
	border-radius: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
	padding: 0 69px;
}

.ekit-wid-con .ekit-video-popup.square-btn:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.ekit-wid-con .ekit-video-frame {
	position: relative;
}

.ekit-wid-con .ekit-video-frame .ekit_icon_button {
	padding: 10px;
}

.ekit-wid-con .ekit-video-frame .ekit-video-inline {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	background-color: #da3175;
	color: #fff;
	border-radius: 50%;
	position: relative;
	z-index: 6;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .ekit-video-frame .ekit-video-inline.ekit_icon_button {
	padding: 10px;
}

.ekit-wid-con .ekit-video-frame .ekit-video-inline-btn {
	width: 60px;
	height: 60px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	background-color: #da3175;
	color: #fff;
	border-radius: 50%;
	position: relative;
	z-index: 6;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ekit-wid-con .ekit-video-frame .ekit-video-inline svg {
	max-width: 40px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .ekit-video-frame .ekit-video-inline.fill-btn {
	width: 100px;
	height: 100px;
	line-height: 104px;
	background-color: #fff;
	-webkit-box-shadow: 0 25px 25px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 25px 25px 0 rgba(0, 0, 0, .15);
}

.ekit-wid-con .ekit-video-frame .ekit-video-inline.text-btn {
	width: auto;
	height: auto;
	border-radius: 0;
	background-color: transparent;
	text-decoration: underline;
}

.ekit-wid-con .ekit-video-frame .ekit-video-inline.square-btn {
	height: 156px;
	line-height: 156px;
	width: 100%;
	border-radius: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
	padding: 0 69px;
}

.ekit-wid-con .ekit-video-frame .ekit-video-inline.square-btn:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.ekit-wid-con .glow-ripple {
	position: relative;
}

.ekit-wid-con .glow-ripple::after, .ekit-wid-con .glow-ripple::before, .ekit-wid-con .glow-ripple>i::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: red;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 currentColor;
	box-shadow: 0 0 0 0 currentColor;
	-webkit-animation: button-ripple 3s infinite;
	animation: button-ripple 3s infinite;
	opacity: .6;
	z-index: -1;
}

.ekit-wid-con .glow-ripple::before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.ekit-wid-con .glow-ripple::after {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.ekit-wid-con .glow-radio_wave {
	position: relative;
	padding: 12px 24px;
	border-radius: 50px;
	color: #fff;
	background: linear-gradient(45deg, #f36, #ff6b6b);
	border: none;
	cursor: pointer;
	overflow: visible;
	z-index: 1;
}

.ekit-wid-con .glow-radio_wave::after, .ekit-wid-con .glow-radio_wave::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	border: 2px solid currentColor;
	-webkit-animation: radio-wave 1.5s cubic-bezier(.165, .84, .44, 1) infinite;
	animation: radio-wave 1.5s cubic-bezier(.165, .84, .44, 1) infinite;
	opacity: 0;
	z-index: -1;
}

.ekit-wid-con .glow-radio_wave::before {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.ekit-wid-con .glow-radio_wave::after {
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
}

.ekit-wid-con .ekit-video-inline-overlay-wrapper {
	position: relative;
}

.ekit-wid-con .ekit-video-inline-overlay-wrapper .ekit-inline-video-overlay-image img {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.ekit_self_video_wrap .mejs-video {
	margin: 0 auto;
	line-height: 0;
	width: 100%;
}

.ekit_self_video_wrap .mfp-close {
	position: fixed;
	outline: 0;
}

.ekit_self_video_wrap .mfp-close:hover {
	background: #000;
	border-color: #000;
}

.ekit_self_video_wrap_content .mfp-content {
	max-width: 900px;
}

.ekit-wid-con.ekit_wpForms_container .wpforms-submit {
	line-height: normal;
}

.ekit-wid-con.ekit_wpForms_container .wpforms-container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .ekit-wid-con.ekit_wpForms_container .wpforms-container .wpforms-field select, .ekit-wid-con.ekit_wpForms_container .wpforms-container .wpforms-field textarea {
	max-width: 100% !important;
}

.ekit-wid-con.ekit_wpForms_container .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row {
	max-width: 100%;
}

.ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=date], .ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=datetime-local], .ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=datetime], .ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=email], .ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=month], .ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=number], .ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=password], .ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=range], .ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=search], .ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=tel], .ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=text], .ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=time], .ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=url], .ekit-wid-con.ekit_wpForms_container .wpforms-form input[type=week], .ekit-wid-con.ekit_wpForms_container .wpforms-form select, .ekit-wid-con.ekit_wpForms_container .wpforms-form textarea {
	height: 100%;
}

.elementor-element div.wpforms-container-full, .elementor-element div.wpforms-container-full .wpforms-form * {
	visibility: inherit;
}

.ekit-wid-con .elementskit-btn {
	border-radius: 5px;
	font-size: 15px;
	padding: 15px 30px;
	display: inline-block;
	color: #fff;
	fill: #fff;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	background-color: #2575fc;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementskit-btn:hover {
	background-color: #0350d2;
}

.ekit-wid-con .elementskit-btn:hover::before {
	opacity: 1;
}

.ekit-wid-con .elementskit-btn::before {
	position: absolute;
	content: "";
	border-radius: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: 102% 102%;
	opacity: 0;
}

.ekit-wid-con .single-btn {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ekit-wid-con .single-btn:last-child {
	margin-bottom: 0;
}

.ekit-wid-con .btn.sm {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	padding-left: 16px;
	padding-right: 16px;
}

.ekit-wid-con .btn.sm.round {
	border-radius: 15px;
}

.ekit-wid-con .btn.md {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding-left: 22px;
	padding-right: 22px;
}

.ekit-wid-con .btn.md.round {
	border-radius: 20px;
}

.ekit-wid-con .btn.lg {
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	padding-left: 40px;
	padding-right: 40px;
}

.ekit-wid-con .btn.lg.round {
	border-radius: 25px;
}

.ekit-wid-con .btn.xl {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	padding-left: 36px;
	padding-right: 36px;
}

.ekit-wid-con .btn.xl.round {
	border-radius: 30px;
}

.ekit-wid-con .btn.border-gra-one, .ekit-wid-con .btn.gra-one {
	background: gradieintplate(gra-one, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-one, angle)), color-stop(0, gradieintplate(gra-one, bg-one)), to(gradieintplate(gra-one, bg-two)));
	background: linear-gradient(gradieintplate(gra-one, angle), gradieintplate(gra-one, bg-one) 0, gradieintplate(gra-one, bg-two));
}

.ekit-wid-con .btn.border-gra-two, .ekit-wid-con .btn.gra-two {
	background: gradieintplate(gra-two, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-two, angle)), color-stop(0, gradieintplate(gra-two, bg-one)), to(gradieintplate(gra-two, bg-two)));
	background: linear-gradient(gradieintplate(gra-two, angle), gradieintplate(gra-two, bg-one) 0, gradieintplate(gra-two, bg-two));
}

.ekit-wid-con .btn.border-gra-three, .ekit-wid-con .btn.gra-three {
	background: gradieintplate(gra-three, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-three, angle)), color-stop(0, gradieintplate(gra-three, bg-one)), to(gradieintplate(gra-three, bg-two)));
	background: linear-gradient(gradieintplate(gra-three, angle), gradieintplate(gra-three, bg-one) 0, gradieintplate(gra-three, bg-two));
}

.ekit-wid-con .btn.border-gra-four, .ekit-wid-con .btn.gra-four {
	background: gradieintplate(gra-four, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-four, angle)), color-stop(0, gradieintplate(gra-four, bg-one)), to(gradieintplate(gra-four, bg-two)));
	background: linear-gradient(gradieintplate(gra-four, angle), gradieintplate(gra-four, bg-one) 0, gradieintplate(gra-four, bg-two));
}

.ekit-wid-con .btn.border-gra-five, .ekit-wid-con .btn.gra-five {
	background: gradieintplate(gra-five, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-five, angle)), color-stop(0, gradieintplate(gra-five, bg-one)), to(gradieintplate(gra-five, bg-two)));
	background: linear-gradient(gradieintplate(gra-five, angle), gradieintplate(gra-five, bg-one) 0, gradieintplate(gra-five, bg-two));
}

.ekit-wid-con .btn.border-gra-six, .ekit-wid-con .btn.gra-six {
	background: gradieintplate(gra-six, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-six, angle)), color-stop(0, gradieintplate(gra-six, bg-one)), to(gradieintplate(gra-six, bg-two)));
	background: linear-gradient(gradieintplate(gra-six, angle), gradieintplate(gra-six, bg-one) 0, gradieintplate(gra-six, bg-two));
}

.ekit-wid-con .btn.border-gra-seven, .ekit-wid-con .btn.gra-seven {
	background: gradieintplate(gra-seven, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-seven, angle)), color-stop(0, gradieintplate(gra-seven, bg-one)), to(gradieintplate(gra-seven, bg-two)));
	background: linear-gradient(gradieintplate(gra-seven, angle), gradieintplate(gra-seven, bg-one) 0, gradieintplate(gra-seven, bg-two));
}

.ekit-wid-con .btn.border-gra-eight, .ekit-wid-con .btn.gra-eight {
	background: gradieintplate(gra-eight, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-eight, angle)), color-stop(0, gradieintplate(gra-eight, bg-one)), to(gradieintplate(gra-eight, bg-two)));
	background: linear-gradient(gradieintplate(gra-eight, angle), gradieintplate(gra-eight, bg-one) 0, gradieintplate(gra-eight, bg-two));
}

.ekit-wid-con .btn.border-gra-nine, .ekit-wid-con .btn.gra-nine {
	background: gradieintplate(gra-nine, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-nine, angle)), color-stop(0, gradieintplate(gra-nine, bg-one)), to(gradieintplate(gra-nine, bg-two)));
	background: linear-gradient(gradieintplate(gra-nine, angle), gradieintplate(gra-nine, bg-one) 0, gradieintplate(gra-nine, bg-two));
}

.ekit-wid-con .btn.border-gra-ten, .ekit-wid-con .btn.gra-ten {
	background: gradieintplate(gra-ten, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-ten, angle)), color-stop(0, gradieintplate(gra-ten, bg-one)), to(gradieintplate(gra-ten, bg-two)));
	background: linear-gradient(gradieintplate(gra-ten, angle), gradieintplate(gra-ten, bg-one) 0, gradieintplate(gra-ten, bg-two));
}

.ekit-wid-con .btn.border-gra-eleven, .ekit-wid-con .btn.gra-eleven {
	background: gradieintplate(gra-eleven, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(gradieintplate(gra-eleven, angle)), color-stop(0, gradieintplate(gra-eleven, bg-one)), to(gradieintplate(gra-eleven, bg-two)));
	background: linear-gradient(gradieintplate(gra-eleven, angle), gradieintplate(gra-eleven, bg-one) 0, gradieintplate(gra-eleven, bg-two));
}

.ekit-wid-con .btn.gra-one::before {
	background: hovergradieintplate(gra-one, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-one, angle)), color-stop(0, hovergradieintplate(gra-one, bg-one)), to(hovergradieintplate(gra-one, bg-two)));
	background: linear-gradient(hovergradieintplate(gra-one, angle), hovergradieintplate(gra-one, bg-one) 0, hovergradieintplate(gra-one, bg-two));
}

.ekit-wid-con .btn.gra-two::before {
	background: hovergradieintplate(gra-two, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-two, angle)), color-stop(0, hovergradieintplate(gra-two, bg-one)), to(hovergradieintplate(gra-two, bg-two)));
	background: linear-gradient(hovergradieintplate(gra-two, angle), hovergradieintplate(gra-two, bg-one) 0, hovergradieintplate(gra-two, bg-two));
}

.ekit-wid-con .btn.gra-three::before {
	background: hovergradieintplate(gra-three, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-three, angle)), color-stop(0, hovergradieintplate(gra-three, bg-one)), to(hovergradieintplate(gra-three, bg-two)));
	background: linear-gradient(hovergradieintplate(gra-three, angle), hovergradieintplate(gra-three, bg-one) 0, hovergradieintplate(gra-three, bg-two));
}

.ekit-wid-con .btn.gra-four::before {
	background: hovergradieintplate(gra-four, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-four, angle)), color-stop(0, hovergradieintplate(gra-four, bg-one)), to(hovergradieintplate(gra-four, bg-two)));
	background: linear-gradient(hovergradieintplate(gra-four, angle), hovergradieintplate(gra-four, bg-one) 0, hovergradieintplate(gra-four, bg-two));
}

.ekit-wid-con .btn.gra-five::before {
	background: hovergradieintplate(gra-five, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-five, angle)), color-stop(0, hovergradieintplate(gra-five, bg-one)), to(hovergradieintplate(gra-five, bg-two)));
	background: linear-gradient(hovergradieintplate(gra-five, angle), hovergradieintplate(gra-five, bg-one) 0, hovergradieintplate(gra-five, bg-two));
}

.ekit-wid-con .btn.gra-six::before {
	background: hovergradieintplate(gra-six, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-six, angle)), color-stop(0, hovergradieintplate(gra-six, bg-one)), to(hovergradieintplate(gra-six, bg-two)));
	background: linear-gradient(hovergradieintplate(gra-six, angle), hovergradieintplate(gra-six, bg-one) 0, hovergradieintplate(gra-six, bg-two));
}

.ekit-wid-con .btn.gra-seven::before {
	background: hovergradieintplate(gra-seven, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-seven, angle)), color-stop(0, hovergradieintplate(gra-seven, bg-one)), to(hovergradieintplate(gra-seven, bg-two)));
	background: linear-gradient(hovergradieintplate(gra-seven, angle), hovergradieintplate(gra-seven, bg-one) 0, hovergradieintplate(gra-seven, bg-two));
}

.ekit-wid-con .btn.gra-eight::before {
	background: hovergradieintplate(gra-eight, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-eight, angle)), color-stop(0, hovergradieintplate(gra-eight, bg-one)), to(hovergradieintplate(gra-eight, bg-two)));
	background: linear-gradient(hovergradieintplate(gra-eight, angle), hovergradieintplate(gra-eight, bg-one) 0, hovergradieintplate(gra-eight, bg-two));
}

.ekit-wid-con .btn.gra-nine::before {
	background: hovergradieintplate(gra-nine, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-nine, angle)), color-stop(0, hovergradieintplate(gra-nine, bg-one)), to(hovergradieintplate(gra-nine, bg-two)));
	background: linear-gradient(hovergradieintplate(gra-nine, angle), hovergradieintplate(gra-nine, bg-one) 0, hovergradieintplate(gra-nine, bg-two));
}

.ekit-wid-con .btn.gra-ten::before {
	background: hovergradieintplate(gra-ten, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-ten, angle)), color-stop(0, hovergradieintplate(gra-ten, bg-one)), to(hovergradieintplate(gra-ten, bg-two)));
	background: linear-gradient(hovergradieintplate(gra-ten, angle), hovergradieintplate(gra-ten, bg-one) 0, hovergradieintplate(gra-ten, bg-two));
}

.ekit-wid-con .btn.gra-eleven::before {
	background: hovergradieintplate(gra-eleven, bg-one);
	background: -webkit-gradient(linear, left top, left bottom, from(hovergradieintplate(gra-eleven, angle)), color-stop(0, hovergradieintplate(gra-eleven, bg-one)), to(hovergradieintplate(gra-eleven, bg-two)));
	background: linear-gradient(hovergradieintplate(gra-eleven, angle), hovergradieintplate(gra-eleven, bg-one) 0, hovergradieintplate(gra-eleven, bg-two));
}

.ekit-wid-con .btn.square {
	border-radius: 0;
}

.ekit-wid-con .btn-outline-primary {
	border-color: #f5f5f5;
	background-color: #fff;
}

.ekit-wid-con .btn-info {
	background-color: #f15;
}

.ekit-wid-con .btn.info-s2 {
	color: #f15;
	background-color: #fff;
	-webkit-box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, .07);
	box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, .07);
}

.ekit-wid-con .btn-outline-info {
	border-color: #f15;
	background-color: #fff;
	color: #000;
}

.ekit-wid-con .btn-outline-info.info-s2 {
	color: #000;
}

.ekit-wid-con .btn.border-gra, .ekit-wid-con .btn.btn-gra {
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 1;
}

.ekit-wid-con .btn.border-gra::before, .ekit-wid-con .btn.btn-gra::before {
	position: absolute;
	content: "";
	border-radius: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: -1;
}

.ekit-wid-con .btn.btn-gra::before {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: 101% 101%;
	opacity: 0;
}

.ekit-wid-con .btn.btn-gra:hover::before {
	opacity: 1;
}

.ekit-wid-con .btn.border-gra {
	background-size: 101% 101%;
	border: 0;
}

.ekit-wid-con .btn.border-gra::before {
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #fff;
}

.ekit-wid-con .btn.border-gra:hover::before {
	opacity: 0;
}

.ekit-wid-con .elementskit-btn i {
	display: inline-block;
	vertical-align: middle;
}

.ekit-wid-con .ekit-mailChimpForm .elementskit_input_label {
	display: inline-block;
	margin-bottom: .5rem;
}

.ekit-wid-con .ekit-mailChimpForm .elementskit_form_group {
	margin-bottom: 1rem;
	margin: 0;
}

.ekit-wid-con .ekit-mailChimpForm .ekit_form_control {
	display: block;
	width: 100%;
	height: auto;
	min-height: 42px;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.ekit-wid-con .ekit-mailChimpForm .ekit_form_control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.ekit-wid-con .ekit-mailChimpForm .ekit_form_control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.ekit-wid-con .ekit-mailChimpForm .ekit_form_control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.ekit-wid-con .ekit-mailChimpForm .ekit_form_control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.ekit-wid-con .ekit-mailChimpForm .ekit_form_control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.ekit-wid-con .ekit-mailChimpForm .ekit_form_control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.ekit-wid-con .ekit-mail-submit {
	position: relative;
	z-index: 1;
	font-size: 16px;
	padding: 15px 40px 15px 40px;
	-webkit-box-shadow: 0 7px 15px 0 rgba(55, 74, 94, .3);
	box-shadow: 0 7px 15px 0 rgba(55, 74, 94, .3);
	border-style: solid;
	border-width: 0;
	color: #fff;
	background-color: #374a5e;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 5px;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 26px;
}

.ekit-wid-con .ekit-mail-submit svg {
	max-width: 16px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .ekit-mail-submit::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: -1;
	opacity: 0;
	background-size: 101% 101%;
	border-radius: inherit;
}

.ekit-wid-con .ekit-mail-submit:hover::before {
	opacity: 1;
}

.ekit-wid-con .elementskit_input_group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.ekit-wid-con .elementskit_input_group .ekit_form_control {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
}

.ekit-wid-con .elementskit_input_group .ekit_form_control.ekit_append_input {
	border-radius: 5px 0 0 5px;
}

.ekit-wid-con .elementskit_input_group_prepend {
	margin-right: -1px;
}

.ekit-wid-con .elementskit_input_group_prepend+.ekit_form_control {
	border-radius: 0 5px 5px 0;
}

.ekit-wid-con .elementskit_input_group_append .elementskit_input_group_text {
	border-radius: 0 5px 5px 0;
	margin-left: -1px;
}

.ekit-wid-con .elementskit_input_group_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	height: 100%;
	padding: 15px;
	border-radius: 5px 0 0 5px;
}

.ekit-wid-con .elementskit_input_group_text svg {
	max-width: 20px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .elementskit_inline_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ekit-wid-con .elementskit_inline_form .elementskit_form_group {
	margin-bottom: 0;
}

.ekit-wid-con .elementskit_inline_form .elementskit_input_wraper:not(.ekit_submit_input_holder) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ekit-wid-con .elementskit_inline_form .ekit_submit_input_holder {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.ekit-wid-con .elementskit_inline_form .ekit-mail-submit {
	width: 100%;
}

@media screen and (max-width:767px) {
	.ekit-wid-con .elementskit_inline_form.has-extra-fields>div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0 !important;
	}
	
	.ekit-wid-con .elementskit_inline_form.has-extra-fields>div:not(:last-child) {
		margin-bottom: 20px;
	}
}

.ekit-wid-con .ekit-mail-submit {
	padding: 11.5px 40px;
}

.ekit-wid-con .ekit-mail-message {
	display: none;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.ekit-wid-con .ekit-mail-message.error {
	color: #721c24;
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
}

.ekit-wid-con .ekit-mail-message.success {
	color: #155724;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
}

.ekit-wid-con .ekit-single-day {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ekit-wid-con .ekit-single-day:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ekit-wid-con .ekit-single-day>span {
	display: inline-block;
}

.ekit-wid-con .ekit-single-day .ekit-business-day {
	font-size: 30px;
	color: #3b3b3b;
	font-weight: 500;
	padding-left: 5px;
	margin-right: auto;
}

.ekit-wid-con .ekit-single-day .ekit-business-time {
	font-size: 20px;
	color: #333;
	padding-right: 5px;
	margin-left: auto;
}

@media (max-width:480px) {
	.ekit-wid-con .ekit-single-day {
		display: block;
	}
	
	.ekit-wid-con .ekit-single-day>span {
		display: block;
	}
	
	.ekit-wid-con .ekit-single-day .ekit-business-time {
		padding-left: 5px;
	}
}

.ekit-wid-con .ekit-heading {
	position: relative;
}

.ekit-wid-con .ekit-heading__shadow-text {
	z-index: 0;
	font-size: 90px;
	position: absolute;
	font-weight: 700;
	line-height: 120px;
	white-space: nowrap;
	letter-spacing: -6px;
	font-family: Archivo, sans-serif;
	color: transparent;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(16, 16, 16, .1);
}

.ekit-wid-con .ekit-heading__shadow-text~* {
	z-index: 1;
	position: relative;
}

.ekit-wid-con .ekit-heading__title-has-border {
	position: relative;
}

.ekit-wid-con .ekit-heading__title-has-border::before {
	content: "";
	width: 4px;
	height: 100%;
	display: block;
	position: absolute;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff512f), to(#dd2476));
	background: linear-gradient(to bottom, #ff512f, #dd2476);
}

.ekit-wid-con .ekit-heading__title-has-border.start::before {
	left: 0;
}

.ekit-wid-con .ekit-heading__title-has-border.end::before {
	right: 0;
}

.ekit-wid-con .ekit-heading__title-has-border~.ekit-heading__description {
	display: block;
}

.ekit-wid-con .ekit-heading__title-in-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ekit-wid-con .ekit-heading__subtitle-has-border {
	border: 1px solid #fff;
	padding: .25rem 3rem;
	border-radius: 2rem;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.ekit-wid-con .ekit-heading .ekit_border_custom img {
	display: inline-block;
}

.ekit-wid-con .elementskit-border-divider {
	height: 4px;
	width: 30px;
	background: #2575fc;
	border-radius: 2px;
	position: relative;
	margin-left: 27px;
}

.ekit-wid-con .elementskit-border-divider::before {
	content: "";
	position: absolute;
	color: #0c5adb;
	left: -27px;
	top: 0;
	display: inline-block;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background-color: #0c5adb;
	-webkit-box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
	box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
}

.ekit-wid-con .elementskit-border-divider.elementskit-style-long {
	width: 150px;
	border-radius: 0;
	background: #2575fc;
	margin-left: 0;
}

.ekit-wid-con .elementskit-border-divider.elementskit-style-long::before {
	display: none;
}

.ekit-wid-con .elementskit-border-divider.elementskit-style-long.style-3 {
	width: 90px;
}

.ekit-wid-con .elementskit-border-divider.style-2 {
	background: #e7e7e7;
}

.ekit-wid-con .elementskit-border-divider.style-2::before {
	background-color: #e7e7e7;
	-webkit-box-shadow: 9px 0 0 0 #e7e7e7;
	box-shadow: 9px 0 0 0 #e7e7e7;
	left: -19px;
}

.ekit-wid-con .elementskit-border-star {
	width: 135px;
	color: #2575fc;
	background: #2575fc;
	background: -webkit-gradient(linear, left top, right top, from(currentColor), color-stop(38%, currentColor), color-stop(38%, rgba(255, 255, 255, 0)), color-stop(62%, rgba(255, 255, 255, 0)), color-stop(62%, currentColor), to(currentColor));
	background: linear-gradient(90deg, currentColor 0, currentColor 38%, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0) 62%, currentColor 62%, currentColor 100%);
	height: 2px;
	position: relative;
}

.ekit-wid-con .elementskit-border-star::after {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	width: 14.3px;
	height: 14.3px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	background-color: #2575fc;
	top: -7.15px;
}

.ekit-wid-con .elementskit-border-star.style-2 {
	background: #d7d7d7;
	background: -webkit-gradient(linear, left top, right top, from(#d7d7d7), color-stop(38%, #d7d7d7), color-stop(38%, rgba(255, 255, 255, 0)), color-stop(62%, rgba(255, 255, 255, 0)), color-stop(62%, #d7d7d7), to(#d7d7d7));
	background: linear-gradient(90deg, #d7d7d7 0, #d7d7d7 38%, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0) 62%, #d7d7d7 62%, #d7d7d7 100%);
}

.ekit-wid-con .elementskit-border-star.style-2::after {
	background-color: #d7d7d7;
}

.ekit-wid-con .elementskit-border-star.elementskit-bullet {
	height: 1px;
}

.ekit-wid-con .elementskit-border-star.elementskit-bullet::after {
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ekit-wid-con .elementskit-section-title {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin: 0;
	margin-bottom: 20px;
}

.ekit-wid-con .elementskit-section-title.medium {
	font-size: 36px;
}

.ekit-wid-con .elementskit-section-title em {
	font-family: "Playfair Display", serif;
}

.ekit-wid-con .elementskit-section-title.block span {
	background-color: #2575fc;
	color: #fff;
	padding: 5px;
}

.ekit-wid-con .elementskit-section-title a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.ekit-wid-con .elementskit-section-subtitle {
	font-weight: 700;
	color: rgba(0, 0, 0, .5);
}

.ekit-wid-con .elementskit-section-subtitle.primary-v {
	color: #2575fc;
}

.ekit-wid-con .elementskit-section-subtitle.elementskit-gradient-title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(-35deg, #2575fc 0, #6a11cb 100%);
	color: #2575fc;
	background-size: 50%;
}

.ekit-wid-con .elementskit-section-subtitle.elementskit-style-border {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.ekit-wid-con .elementskit-section-subtitle.elementskit-style-border::after, .ekit-wid-con .elementskit-section-subtitle.elementskit-style-border::before {
	content: "";
	width: 40px;
	height: 3px;
	background-color: #d7d7d7;
	display: inline-block;
	vertical-align: middle;
}

.ekit-wid-con .elementskit-section-subtitle.elementskit-style-border::before {
	margin-right: 15px;
}

.ekit-wid-con .elementskit-section-subtitle.elementskit-style-border::after {
	margin-left: 15px;
}

.ekit-wid-con .elementskitsection-title-wraper {
	position: relative;
	z-index: 2;
}

.ekit-wid-con .elementskitsection-title-wraper>p {
	margin-top: 21px;
	margin-bottom: 12px;
}

.ekit-wid-con .elementskitsection-title-wraper .section-title {
	margin-bottom: 5px;
}

.ekit-wid-con .elementskitsection-title-wraper.text-center, .ekit-wid-con .elementskitsection-title-wraper.text-right {
	margin-bottom: 40px;
}

.ekit-wid-con .elementskitsection-title-wraper.green-v .section-title {
	color: #53f995;
}

.ekit-wid-con .elementskitsection-title-wraper.green-v .elementskit-border-divider {
	background: #53f995;
}

.ekit-wid-con .elementskitsection-title-wraper.green-v .elementskit-border-divider::before {
	background-color: inherit;
	-webkit-box-shadow: 9px 0 0 0 #53f995, 18px 0 0 0 #53f995;
	box-shadow: 9px 0 0 0 #53f995, 18px 0 0 0 #53f995;
}

.ekit-wid-con .elementskitsection-title-wraper.white-v .section-title {
	color: #fff;
}

.ekit-wid-con .elementskitsection-title-wraper.white-v .elementskit-border-divider {
	background: #fff;
}

.ekit-wid-con .elementskitsection-title-wraper.white-v .elementskit-border-divider::before {
	background-color: inherit;
	-webkit-box-shadow: 9px 0 0 0 #fff, 18px 0 0 0 #fff;
	box-shadow: 9px 0 0 0 #fff, 18px 0 0 0 #fff;
}

.ekit-wid-con .elementskitsection-title-wraper.primary-v .section-title {
	color: #2575fc;
}

.ekit-wid-con .elementskitsection-title-wraper.primary-v .elementskit-border-divider {
	background: #2575fc;
}

.ekit-wid-con .elementskitsection-title-wraper.primary-v .elementskit-border-divider::before {
	background-color: inherit;
	-webkit-box-shadow: 9px 0 0 0 #2575fc, 18px 0 0 0 #2575fc;
	box-shadow: 9px 0 0 0 #2575fc, 18px 0 0 0 #2575fc;
}

.ekit-wid-con .elementskitsection-title-wraper.version-2.primary-v .section-title {
	color: #000;
}

.ekit-wid-con .elementskitsection-title-wraper.version-3>p {
	margin-top: 18px;
}

.ekit-wid-con .elementskitsection-title-wraper.version-4 .section-title {
	position: relative;
	margin-left: 52px;
}

.ekit-wid-con .elementskitsection-title-wraper.version-4 .section-title::before {
	position: absolute;
	content: "";
	top: calc(50% - 1.5px);
	left: 0;
	width: 70px;
	height: 3px;
	background-color: #2575fc;
}

.ekit-wid-con .elementskitsection-title-wraper.version-5 .mask-title {
	margin-bottom: 12px;
}

.ekit-wid-con .elementskitsection-title-wraper.version-5 .section-title {
	font-size: 22px;
	color: rgba(0, 0, 0, .5);
	letter-spacing: 5.8px;
	margin-bottom: 10px;
}

.ekit-wid-con .elementskitsection-title-wraper .shuffle-letter-title-wraper {
	position: absolute;
	top: -36px;
	left: 0;
	width: 100%;
	z-index: -1;
}

.ekit-wid-con .elementskit-section-title {
	font-weight: 500;
}

.ekit-wid-con .elementskit-section-title.text_fill>span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(-35deg, #2575fc 0, #6a11cb 100%);
	color: #2575fc;
}

.ekit-wid-con .elementskit-section-title span {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
	font-weight: 700;
}

.ekit-wid-con .text_fill>span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ekit-wid-con .elementskit-section-title-wraper.center, .ekit-wid-con .elementskit-section-title-wraper.text_center {
	text-align: center;
}

.ekit-wid-con .elementskit-section-title-wraper.center .elementskit-border-divider, .ekit-wid-con .elementskit-section-title-wraper.center .elementskit-border-star, .ekit-wid-con .elementskit-section-title-wraper.text_center .elementskit-border-divider, .ekit-wid-con .elementskit-section-title-wraper.text_center .elementskit-border-star {
	margin-left: auto;
	margin-right: auto;
}

.ekit-wid-con .elementskit-section-title-wraper.right, .ekit-wid-con .elementskit-section-title-wraper.text_right {
	text-align: right;
}

.ekit-wid-con .elementskit-section-title-wraper.right .elementskit-border-divider, .ekit-wid-con .elementskit-section-title-wraper.right .elementskit-border-star, .ekit-wid-con .elementskit-section-title-wraper.text_right .elementskit-border-divider, .ekit-wid-con .elementskit-section-title-wraper.text_right .elementskit-border-star {
	margin-left: auto;
}

.ekit-wid-con .elementskit-section-title-wraper.right .elementskit-border-divider, .ekit-wid-con .elementskit-section-title-wraper.text_right .elementskit-border-divider {
	left: 0;
}

.ekit-wid-con .elementskit-section-title-wraper.left, .ekit-wid-con .elementskit-section-title-wraper.text_left {
	text-align: left;
}

.ekit-wid-con .elementskit-section-title-wraper.left .elementskit-border-divider, .ekit-wid-con .elementskit-section-title-wraper.text_left .elementskit-border-divider {
	left: 0;
}

.ekit-heading--subtitle {
	margin-top: 8px;
	margin-bottom: 16px;
}

.ekit-heading__description {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
}

.ekit-heading__description>p:first-child {
	margin-top: 10px;
}

.ekit-wid-con .post--tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ekit-wid-con .post--tab .tabHeader {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
}

.ekit-wid-con .post--tab .tabHeader .tab__list {
	list-style: none;
	padding-left: 0;
}

.ekit-wid-con .post--tab .tabHeader .tab__list>.tab__list__item {
	font-size: 14px;
	color: #232323;
	border: none;
	padding: 14px 16px 14px 30px;
	cursor: pointer;
	background-color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: block;
	position: relative;
}

.ekit-wid-con .post--tab .tabHeader .tab__list>.tab__list__item.active, .ekit-wid-con .post--tab .tabHeader .tab__list>.tab__list__item:hover {
	color: #d72924;
	background-color: #f0f1f4;
	z-index: 2;
}

.ekit-wid-con .post--tab .tabContent {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 85%;
	flex: 0 0 85%;
}

.ekit-wid-con .ekit--tab__post__details {
	min-height: 100px;
}

.ekit-wid-con .ekit--tab__post__details .tabItem {
	display: none;
	-webkit-animation: hide-fadeout .6s ease-out;
	animation: hide-fadeout .6s ease-out;
}

.ekit-wid-con .ekit--tab__post__details .tabItem.active {
	display: block;
	-webkit-animation: show-fadein .6s ease-in;
	animation: show-fadein .6s ease-in;
}

.ekit-wid-con .ekit--tab__post__details .tab__post__single--item {
	border-top: 0;
	width: 33.3333333333%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.ekit-wid-con .ekit--tab__post__details .tab__post__single--item.ekit___column-2 {
	width: 50%;
}

.ekit-wid-con .ekit--tab__post__details .tab__post__single--item.ekit___column-4 {
	width: 25%;
}

.ekit-wid-con .ekit--tab__post__details .tab__post__single--item:hover .tab__post--header>img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.ekit-wid-con .ekit--tab__post__details .tab__post--header {
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}

.ekit-wid-con .ekit--tab__post__details .tab__post--header>img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 100%;
}

.ekit-wid-con .ekit--tab__post__details .tab__post--header .tab__post--icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
}

.ekit-wid-con .ekit--tab__post__details .tab__post--header .tab__post--icon>span {
	color: #fff;
	font-size: 48px;
}

.ekit-wid-con .ekit--tab__post__details .tab__post--title {
	font-size: 15px;
	font-weight: 500;
	color: #232323;
}

.ekit-wid-con .ekit--tab__post__details .tab__post--title>a {
	color: inherit;
	line-height: inherit;
	padding-left: 0;
	padding-right: 0;
}

.ekit-wid-con .ekit--tab__post__details .post_grid_img_thumb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.ekit-wid-con .ekit--tab__post__details .post_grid_img_thumb:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.ekit-wid-con .post--tab.disbale-hover img {
	-webkit-transform: inherit !important;
	transform: inherit !important;
}

.ekit-wid-con .clearfix::after {
	display: block;
	content: "";
	clear: both;
}

.ekit-wid-con .post--lists {
	list-style: none;
	padding-left: 0;
}

.ekit-wid-con .post--lists>li {
	border: none !important;
}

.ekit-wid-con .post--lists>li>a {
	padding: 8px 16px;
	line-height: normal;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .post--lists.vertical--list>li {
	float: left;
	margin-right: 16px;
}

.ekit-wid-con .post--lists.vertical--list>li>a {
	padding-left: 0;
	padding-right: 0;
}

.ekit-wid-con .ekit-post_grid-item {
	margin-bottom: 27px;
}

.ekit-wid-con .ekit-post_grid-title {
	margin-top: 0;
	margin-bottom: 0;
}

.ekit_modal-searchPanel .xs-serach {
	position: relative;
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit]) {
	padding: 0 20px;
	background-color: transparent;
	width: 100%;
	height: 44px;
	border-radius: 5px;
	border: 0;
	border: 1px solid #e7e7e7;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit])::-moz-placeholder {
	color: #777;
	font-size: 14px;
	opacity: 1;
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit])::-webkit-input-placeholder {
	color: #777;
	font-size: 14px;
	opacity: 1;
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit]):-ms-input-placeholder {
	color: #777;
	font-size: 14px;
	opacity: 1;
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit])::-ms-input-placeholder {
	color: #777;
	font-size: 14px;
	opacity: 1;
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit])::placeholder {
	color: #777;
	font-size: 14px;
	opacity: 1;
}

.ekit_modal-searchPanel .xs-serach input:not([type=submit]):focus {
	border-color: #2575fc;
}

.ekit_modal-searchPanel .xs-serach .search-btn {
	width: 62px;
	border: 0;
	font-size: 14px;
	color: #777;
	background-color: transparent;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit_modal-searchPanel .mfp-wrap.ekit-promo-popup::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, .87);
	padding-bottom: 100%;
	border-radius: 100%;
	overflow: hidden;
	-webkit-animation: menu-animation .8s ease-out forwards;
	animation: menu-animation .8s ease-out forwards;
}

.ekit_modal-searchPanel .mfp-wrap.ekit-promo-popup {
	height: 100vh;
	overflow: hidden;
}

.ekit_modal-searchPanel .mfp-bg.my-mfp-slide-bottom {
	display: none;
}

.ekit_modal-searchPanel .ekit-sidebar-widget {
	height: 100vh;
}

.ekit_modal-searchPanel .ekit-bg-black {
	height: 100vh !important;
}

.ekit_modal-searchPanel .ekit-search-group {
	position: relative;
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit]) {
	height: 70px;
	background-color: transparent;
	border-radius: 50px;
	border: 2px solid #fff;
	color: #fff;
	padding: 0 30px;
	width: 100%;
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit]):focus {
	outline: 0;
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit])::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit])::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit]):-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit])::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.ekit_modal-searchPanel .ekit-search-group input:not([type=submit])::placeholder {
	color: #fff;
	opacity: 1;
}

.ekit_modal-searchPanel .ekit-search-group .ekit_search-button {
	background-color: transparent;
	border: 0;
	padding: 0;
	color: #fff;
	fill: #fff;
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
	width: 70px;
	border-radius: 0 50px 50px 0;
}

.ekit_modal-searchPanel .ekit-search-group .ekit_search-button svg {
	width: 1em;
	height: 1em;
}

.ekit_modal-searchPanel .ekit-search-group input[type=search]::-webkit-search-cancel-button, .ekit_modal-searchPanel .ekit-search-group input[type=search]::-webkit-search-decoration, .ekit_modal-searchPanel .ekit-search-group input[type=search]::-webkit-search-results-button, .ekit_modal-searchPanel .ekit-search-group input[type=search]::-webkit-search-results-decoration {
	display: none;
}

.ekit_modal-searchPanel .ekit-search-panel {
	max-width: 800px;
	margin: 1.75rem auto;
}

.ekit_navsearch-button {
	display: inline-block;
}

.elementor-widget-elementskit-header-search .mfp-close {
	width: 44px;
}

.ekit-wid-con .fluentform .ff-el-ratings label {
	display: inline-block;
}

.ekit-wid-con .fluentform .ff-el-progress, .ekit-wid-con .fluentform .ff-el-progress-bar {
	height: 20px;
}

.ekit-wid-con .fluentform .ff-el-progress-status {
	font-size: 13px;
	display: none;
}

.ekit-wid-con .fluentform .ff-el-progress-bar span {
	font-size: 10px;
}

.ekit-wid-con .fluentform .ff-step-header {
	display: none;
}

.ekit-wid-con .fluentform .choices[data-type*=select-multiple] .choices__inner {
	padding: 0;
}

.ekit-wid-con .fluentform .ff-el-form-check-label .ff-el-form-check-input::after {
	display: none;
}

.ekit-wid-con .fluentform-widget-custom-radio-checkbox .ff-el-form-check-input:checked::before {
	display: none;
}

.ekit-wid-con .frm-fluent-form .choices__inner {
	border: none;
}

.ekit-wid-con .fluentform-widget-custom-radio-checkbox input[type=checkbox]:checked::after, .ekit-wid-con .fluentform-widget-custom-radio-checkbox input[type=radio]:checked::after {
	position: static;
	-webkit-transform: inherit;
	transform: inherit;
}

.ekit-fluent-form-widget-step-header-yes .ff-el-progress-status {
	display: block !important;
}

.ekit-fluent-form-widget-step-progressbar-yes .ff-step-header {
	display: block !important;
}

.ekit-wid-con .ekit-btt__button {
	padding: 0;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}

.ekit-wid-con .ekit-btt__button:focus, .ekit-wid-con .ekit-btt__button:hover {
	text-decoration: none;
}

.ekit-wid-con .ekit-btt__button .canvas {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	border-radius: inherit;
}

.ekit-wid-con .ekit-btt__button.ekit-tt-show {
	-webkit-animation: ekit-btt-fadein .5s;
	animation: ekit-btt-fadein .5s;
	opacity: 1;
}

.ekit-wid-con .ekit-btt__button.yes:not(.ekit-tt-show) {
	-webkit-animation: ekit-btt-fadeOut .5s;
	animation: ekit-btt-fadeOut .5s;
	opacity: 0;
}

.ekit-wid-con .ekit-btt.progress_indicator .ekit-btt__button {
	border: 0 !important;
	border-radius: 50% !important;
}

@-webkit-keyframes ekit-btt-fadein {
	from {
		opacity: 0;
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes ekit-btt-fadein {
	from {
		opacity: 0;
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes ekit-btt-fadeOut {
	from {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
	}
}

@keyframes ekit-btt-fadeOut {
	from {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
	}
}

@media (max-width:480px) {
	.ekit-wid-con .hotspot-following-line-style .ekit-hotspot-horizontal-line {
		width: 50px;
	}
	
	.ekit-wid-con .ekit-location_inner {
		left: 0;
		right: auto;
	}
}

@media (max-width:767px) {
	.ekit-wid-con .elementskit-image-accordion-wraper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (min-width:1025px) {
	.ekit-image-accordion-vertical .ekit-image-accordion {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.ekit-image-accordion-vertical .ekit-image-accordion-item {
		min-height: 0 !important;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.ekit-image-accordion-tablet-vertical .ekit-image-accordion, .ekit-image-accordion-vertical:not(.ekit-image-accordion-tablet-horizontal) .ekit-image-accordion {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.ekit-image-accordion-tablet-vertical .ekit-image-accordion-item, .ekit-image-accordion-vertical:not(.ekit-image-accordion-tablet-horizontal) .ekit-image-accordion-item {
		min-height: 0 !important;
	}
}

@media screen and (max-width:767px) {
	.ekit-image-accordion-mobile-vertical .ekit-image-accordion, .ekit-image-accordion-tablet-vertical:not(.ekit-image-accordion-mobile-horizontal) .ekit-image-accordion, .ekit-image-accordion-vertical:not(.ekit-image-accordion-mobile-horizontal) .ekit-image-accordion {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.ekit-image-accordion-mobile-vertical .ekit-image-accordion-item, .ekit-image-accordion-tablet-vertical:not(.ekit-image-accordion-mobile-horizontal) .ekit-image-accordion-item, .ekit-image-accordion-vertical:not(.ekit-image-accordion-mobile-horizontal) .ekit-image-accordion-item {
		min-height: 0 !important;
	}
}

@media (max-width:991px) {
	.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container, .ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container {
		width: 50%;
	}
	
	.ekit-wid-con .elementskit-flip-clock>.elementskit-time {
		margin-bottom: 40px;
	}
	
	.ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-title {
		max-width: 100%;
	}
	
	.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container, .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-container, .ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container {
		margin-bottom: 30px;
		margin-right: 30px;
	}
	
	.ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-count {
		font-size: 28px;
	}
	
	.ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-title {
		font-size: 14px;
	}
}

@media (max-width:480px) {
	.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container, .ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container {
		display: block;
		width: 100%;
	}
	
	.ekit-wid-con .elementskit-flip-clock>.elementskit-time {
		margin-bottom: 40px;
		width: 100%;
	}
	
	.ekit-wid-con .elementskit-flip-clock>.elementskit-time:not(:last-child) {
		margin-right: 0;
	}
	
	.ekit-wid-con .elementskit-countdown-timer-4::after, .ekit-wid-con .elementskit-countdown-timer-4::before {
		display: none;
	}
	
	.ekit-wid-con .elementskit-countdown-timer-4 {
		width: 100%;
		margin-left: 0;
		height: 100%;
		line-height: 1;
	}
	
	.ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-container {
		padding: 15px;
	}
	
	.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container, .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-container, .ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container, .ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-container {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container:not(:last-child), .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-container:not(:last-child), .ekit-wid-con .elementskit-countdown-timer-3 .elementskit-timer-container:not(:last-child), .ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-container:not(:last-child) {
		margin-bottom: 30px;
	}
	
	.ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-title {
		display: block;
	}
	
	.ekit-wid-con .elementskit-countdown-timer-4 .elementskit-timer-count {
		line-height: normal;
	}
	
	.ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-title {
		max-width: 100%;
	}
}

@media (max-width:991px) {
	.ekit-wid-con .ekit-video-gallery.ekit-column-tablet-1 .ekit-video-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-column-tablet-2 .ekit-video-item {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		-ms-flex: 1 0 45%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-column-tablet-3 .ekit-video-item {
		-webkit-box-flex: 0;
		flex: 0 0 33.33%;
		-ms-flex: 1 0 31%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-column-tablet-4 .ekit-video-item {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		-ms-flex: 1 0 20%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-column-tablet-5 .ekit-video-item {
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		-ms-flex: 1 0 18%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-column-tablet-6 .ekit-video-item {
		-webkit-box-flex: 0;
		flex: 0 0 16.66%;
		-ms-flex: 1 0 15%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-tablet-1 .ekit-video-item {
		width: 100%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-tablet-2 .ekit-video-item {
		width: 50%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-tablet-3 .ekit-video-item {
		width: 33.33%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-tablet-4 .ekit-video-item {
		width: 25%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-tablet-5 .ekit-video-item {
		width: 20%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-tablet-6 .ekit-video-item {
		width: 16.66%;
	}
}

@media (max-width:480px) {
	.ekit-wid-con .ekit-video-gallery.ekit-column-mobile-1 .ekit-video-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-column-mobile-2 .ekit-video-item {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		-ms-flex: 1 0 45%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-column-mobile-3 .ekit-video-item {
		-webkit-box-flex: 0;
		flex: 0 0 33.33%;
		-ms-flex: 1 0 31%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-column-mobile-4 .ekit-video-item {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		-ms-flex: 1 0 20%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-column-mobile-5 .ekit-video-item {
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		-ms-flex: 1 0 18%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-column-mobile-6 .ekit-video-item {
		-webkit-box-flex: 0;
		flex: 0 0 16.66%;
		-ms-flex: 1 0 15%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-mobile-1 .ekit-video-item {
		width: 100%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-mobile-2 .ekit-video-item {
		width: 50%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-mobile-3 .ekit-video-item {
		width: 33.33%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-mobile-4 .ekit-video-item {
		width: 25%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-mobile-5 .ekit-video-item {
		width: 20%;
	}
	
	.ekit-wid-con .ekit-video-gallery.ekit-masonry.ekit-column-mobile-6 .ekit-video-item {
		width: 16.66%;
	}
	
	.ekit-wid-con .ekit-video-gallery-wrapper .elementskit-main-filter>li {
		margin-bottom: 0;
	}
}

@media (max-width:991px) {
	.ekit-wid-con .profile-image-card-group>li {
		margin-bottom: 0;
	}
	
	.ekit-wid-con .fullwidth-profile-card .profile-entry-content {
		padding-left: 30px;
		padding-right: 25px;
	}
	
	.ekit-wid-con .fullwidth-profile-card .profile-img {
		display: block;
	}
	
	.ekit-wid-con .owl-carousel .owl-item .profile-header img {
		width: 100%;
	}
	
	.ekit-wid-con .team-slider-wraper {
		overflow: hidden;
		position: relative;
	}
	
	.ekit-wid-con .single-preview .entry-content {
		background-size: 100%;
	}
	
	.ekit-wid-con .team-sync-thumb {
		overflow: visible;
		margin-bottom: 30px;
	}
	
	.ekit-wid-con .team-sync-thumb .owl-item {
		-webkit-transform: none !important;
		transform: none !important;
	}
	
	.ekit-wid-con .team-sync-prev .owl-stage-outer {
		padding-bottom: 50px;
	}
}

@media (max-width:767px) {
	.ekit-wid-con .team-slider {
		padding: 0;
	}
	
	.ekit-wid-con .team-slider {
		overflow: visible;
	}
	
	.ekit-wid-con .team-slider .owl-stage-outer {
		padding: 50px 0;
	}
	
	.ekit-wid-con .profile-square-v.square-v4 .profile-card {
		max-height: 500px;
	}
	
	.ekit-wid-con .profile-square-v.square-v4 .profile-card .profile-header {
		max-height: 380px;
	}
	
	.ekit-wid-con .fullwidth-profile-card .profile-entry-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}
}

@media (max-width:480px) {
	.ekit-wid-con .profile-image-card-group.five-col>li, .ekit-wid-con .profile-image-card-group.four-col>li {
		width: 100%;
	}
	
	.ekit-wid-con .vintage-style-2 .vintage-profile-card .profile-group {
		padding: 62px 29px;
	}
	
	.ekit-wid-con .profile-info-text {
		padding-right: 0;
	}
	
	.ekit-wid-con .elementskit-team-popup .modal-body {
		display: block;
		padding: 60px 25px 40px;
	}
}

@media (max-width:991px) {
	.ekit-wid-con .timeline-item {
		padding: 20px;
	}
	
	.ekit-wid-con .timeline-area.reverse .single-timeline:nth-child(odd) .timeline-content {
		padding-left: 20px;
	}
	
	.ekit-wid-con .timeline-area.floating-style .single-timeline:nth-child(even) .timeline-content {
		padding-left: 20px;
	}
	
	.ekit-wid-con .timeline-content {
		padding-right: 20px;
	}
}

@media (max-width:767px) {
	.ekit-wid-con .timeline-item {
		padding: 10px;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.ekit-wid-con .timeline-area.reverse .single-timeline:nth-child(odd) .timeline-content {
		padding-left: 0;
	}
	
	.ekit-wid-con .timeline-area.floating-style .single-timeline:nth-child(even) .timeline-content {
		padding-left: 0;
	}
	
	.ekit-wid-con .timeline-content {
		padding-right: 0;
		margin-top: 20px;
	}
}

@media (max-width:480px) {
	.ekit-wid-con .single-timeline {
		display: block;
	}
	
	.ekit-wid-con .single-timeline .timeline-img {
		display: none;
	}
	
	.ekit-wid-con .timeline-item {
		width: 100%;
		margin-right: 0;
		padding: 20px;
	}
	
	.ekit-wid-con .timeline-info {
		width: 100%;
		margin-left: 0;
		text-align: right;
		padding: 10px;
	}
	
	.ekit-wid-con .timeline-area.floating-style .single-timeline:nth-child(even) .timeline-item {
		margin-right: 0;
		margin-left: 0;
	}
	
	.ekit-wid-con .timeline-area.floating-style .single-timeline:nth-child(even) .timeline-info {
		text-align: left;
	}
	
	.ekit-wid-con .timeline-area.reverse .single-timeline:nth-child(odd) .timeline-item {
		margin-right: 0;
		margin-left: 0;
	}
	
	.ekit-wid-con .timeline-area.reverse .single-timeline:nth-child(odd) .timeline-info {
		text-align: left;
	}
	
	.ekit-wid-con .timeline-classic .timeline-info {
		width: 100%;
		margin-left: 0;
	}
	
	.ekit-wid-con .timeline-slider-info .title {
		font-size: 18px;
	}
}

@media (max-width:320px) {
	.ekit-wid-con .timeline-slider-area {
		padding: 0;
	}
	
	.ekit-wid-con .horizantal-timeline .single-timeline {
		width: 100%;
	}
}

@media (max-width:1024px) {
	.ekit-wid-con .bothside .single-timeline:nth-child(2n) .timeline-info {
		text-align: left;
	}
	
	.ekit-wid-con .timeline-item .timeline-content {
		text-align: left;
	}
	
	.ekit-wid-con .timeline-area.vertical-timeline {
		padding-left: 35px;
	}
}

@media (max-width:991px) {
	.ekit-wid-con .horizantal-timeline .single-timeline {
		margin-right: 1%;
	}
}

@media (max-width:991px) and (min-width:568px) {
	.ekit-wid-con .horizantal-timeline .single-timeline {
		width: 49%;
	}
}

@media (max-width:1024px) {
	.ekit-wid-con .timeline-info {
		text-align: left;
	}
	
	.ekit-wid-con .timeline-pin-icon {
		left: -60px;
		-webkit-transform: translateX(0) translateY(-50%);
		transform: translateX(0) translateY(-50%);
	}
}

@media (max-width:480px) {
	.ekit-wid-con .timeline-pin-icon {
		width: 20px;
		height: 20px;
		line-height: 18px;
		left: -43px;
		-webkit-transform: translateX(0) translateY(-50%);
		transform: translateX(0) translateY(-50%);
		font-size: 10px;
	}
}

@media (max-width:1024px) {
	.ekit-wid-con .timeline-area.floating-style .single-timeline:nth-child(even) .timeline-content {
		padding-left: 0;
	}
}

@media (max-width:1024px) {
	.ekit-wid-con .timeline-area.floating-style .single-timeline:nth-child(even) .timeline-icon {
		margin-left: 30px;
	}
	
	.ekit-wid-con .vertical-timeline .single-timeline:nth-child(even) .timeline-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (max-width:480px) {
	.ekit-wid-con .timeline-area.floating-style .single-timeline:nth-child(even) .timeline-icon {
		margin-left: 0;
	}
}

@media (max-width:991px) {
	.ekit-wid-con .ekit--tab__post__details .tab__post__single--item.tablet-ekit___column-2 {
		width: 50%;
	}
	
	.ekit-wid-con .ekit--tab__post__details .tab__post__single--item.tablet-ekit___column-3 {
		width: 33.3333333333%;
	}
	
	.ekit-wid-con .ekit--tab__post__details .tab__post__single--item.tablet-ekit___column-4 {
		width: 25%;
	}
	
	.ekit-wid-con .post--tab .tabContent {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
	}
	
	.ekit-wid-con .post--tab .tabHeader {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	}
}

@media (max-width:480px) {
	.ekit-wid-con .ekit--tab__post__details .tab__post__single--item.mobile-ekit___column-2 {
		width: 50%;
	}
	
	.ekit-wid-con .ekit--tab__post__details .tab__post__single--item.mobile-ekit___column-3 {
		width: 33.3333333333%;
	}
	
	.ekit-wid-con .ekit--tab__post__details .tab__post__single--item.mobile-ekit___column-4 {
		width: 25%;
	}
	
	.ekit-wid-con .post--tab {
		display: block;
	}
	
	.ekit-wid-con .post--tab .tabHeader .tab__list {
		border: none;
		margin-bottom: 15px;
	}
	
	.ekit-wid-con .post--tab .tabHeader .tab__list>.tab__list__item {
		display: inline-block;
		position: relative;
		padding: 10px 15px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.ekit-wid-con .elementskit-single-testimonial-slider.block-style {
		padding: 30px;
	}
	
	.ekit-wid-con .elementskit-single-testimonial-slider.block-style3 .icon-content {
		display: none;
	}
	
	.ekit-wid-con .elementskit-testimonial-preset {
		overflow: hidden;
	}
	
	.ekit-wid-con .elementskit-single-testimonial-slider {
		-webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
	}
}

@media (max-width:991px) {
	.ekit-wid-con .elementskit-testimonial-preset {
		overflow: hidden;
		padding: 40px;
	}
	
	.ekit-wid-con .elementskit-testimonial-preset.testimonial-block-slider {
		padding-left: 0;
		padding-right: 0;
	}
	
	.ekit-wid-con .elementskit-single-testimonial-slider {
		-webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
		padding: 30px;
	}
	
	.ekit-wid-con .elementskit-single-testimonial-slider .elementskit-profile-image-card {
		margin-bottom: 0;
	}
	
	.ekit-wid-con .elementskit-single-testimonial-slider.style-2 {
		padding: 30px;
		border-left: 0 solid #2575fc;
	}
	
	.ekit-wid-con .elementskit-single-testimonial-slider.style-2 .elementskit-profile-image-card {
		margin-left: 0;
	}
	
	.ekit-wid-con .elementskit-single-testimonial-slider.block-style {
		padding: 30px;
	}
	
	.ekit-wid-con .elementskit-single-testimonial-slider.block-style3 .icon-content {
		display: none;
	}
	
	.ekit-wid-con .elementskit-commentor-content {
		padding-right: 0;
		margin-bottom: 30px;
	}
	
	.ekit-wid-con .elementskit-tootltip-testimonial {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:767px) {
	.ekit-wid-con .elementskit-testimonial_card {
		padding: 100px 60px 40px;
	}
	
	.ekit-wid-con .elementskit-testimonial-slider .swiper-button-next, .ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev {
		display: none !important;
	}
}

@media (max-width:320px) {
	.ekit-wid-con .elementskit-testimonial-preset {
		padding: 20px 10px;
	}
	
	.ekit-wid-con .elementskit-single-testimonial-slider.review-block {
		padding: 20px;
	}
	
	.ekit-wid-con .elementskit-testimonial_card {
		padding: 50px 30px 20px;
	}
	
	.ekit-wid-con .elementskit-testimonial_card>p {
		font-size: 15px;
	}
}

@media (max-width:1024px) {
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_left {
		text-align: left;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_left .elementskit-border-divider {
		margin: 0;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_left .ekit_heading_elementskit-border-divider.ekit-dotted .elementskit-border-divider {
		left: 26px;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_left .ekit_heading_elementskit-border-star .elementskit-border-star {
		margin: 0;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_right {
		text-align: right;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_right .elementskit-border-divider {
		margin-left: auto;
		margin-right: 0;
		left: 0;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_right .ekit_heading_elementskit-border-star .elementskit-border-star {
		margin-left: auto;
		margin-right: 0;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_center {
		text-align: center;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_center .elementskit-border-divider {
		margin-left: auto;
		margin-right: auto;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_center .ekit_heading_elementskit-border-divider.ekit-dotted .elementskit-border-divider {
		left: 13px;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_tablet-text_center .ekit_heading_elementskit-border-star .elementskit-border-star {
		margin: auto;
	}
}

@media (max-width:767px) {
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_left {
		text-align: left;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_left .elementskit-border-divider {
		margin: 0;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_left .ekit_heading_elementskit-border-divider.ekit-dotted .elementskit-border-divider {
		left: 26px;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_left .ekit_heading_elementskit-border-star .elementskit-border-star {
		margin: 0;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_right {
		text-align: right;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_right .elementskit-border-divider {
		margin-left: auto;
		margin-right: inherit;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_right .ekit_heading_elementskit-border-divider.ekit-dotted .elementskit-border-divider {
		left: 0;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_right .ekit_heading_elementskit-border-star .elementskit-border-star {
		margin-left: auto;
		margin-right: 0;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_center {
		text-align: center;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_center .elementskit-border-divider {
		margin-left: auto;
		margin-right: auto;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_center .ekit_heading_elementskit-border-divider.ekit-dotted .elementskit-border-divider {
		left: 13px;
	}
	
	.ekit-wid-con .elementskit-section-title-wraper.ekit_heading_mobile-text_center .ekit_heading_elementskit-border-star .elementskit-border-star {
		margin: auto;
	}
}

@media (max-width:991px) {
	body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-align-center .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title, body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-tablet-align-center .woocommerce ul.products .product-category .woocommerce-loop-category__title {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-align-left .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title, body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-tablet-align-left .woocommerce ul.products .product-category .woocommerce-loop-category__title {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-align-right .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title, body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-tablet-align-right .woocommerce ul.products .product-category .woocommerce-loop-category__title {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-vertical-align-bottom .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title, body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-tablet-vertical-align-bottom .woocommerce ul.products .product-category .woocommerce-loop-category__title {
		top: inherit;
		bottom: 0;
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-vertical-align-top .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title, body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-tablet-vertical-align-top .woocommerce ul.products .product-category .woocommerce-loop-category__title {
		top: 0;
		bottom: inherit;
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-tablet-vertical-align-center .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title, body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-tablet-vertical-align-center .woocommerce ul.products .product-category .woocommerce-loop-category__title {
		top: 50%;
		bottom: inherit;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-tablet-columns-1 ul.products .product-category {
		width: 100%;
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-tablet-columns-2 ul.products .product-category {
		width: 50%;
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-tablet-columns-3 ul.products .product-category {
		width: 33.33%;
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-tablet-columns-4 ul.products .product-category {
		width: 25%;
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-tablet-columns-5 ul.products .product-category {
		width: 20%;
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-tablet-columns-6 ul.products .product-category {
		width: 16.66%;
	}
}

@media (max-width:480px) {
	body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-align-center .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title, body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-mobile-align-center .woocommerce ul.products .product-category .woocommerce-loop-category__title {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-align-left .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title, body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-mobile-align-left .woocommerce ul.products .product-category .woocommerce-loop-category__title {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-align-right .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title, body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-mobile-align-right .woocommerce ul.products .product-category .woocommerce-loop-category__title {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-vertical-align-bottom .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title, body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-mobile-vertical-align-bottom .woocommerce ul.products .product-category .woocommerce-loop-category__title {
		top: inherit;
		bottom: 0;
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-vertical-align-top .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title, body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-mobile-vertical-align-top .woocommerce ul.products .product-category .woocommerce-loop-category__title {
		top: 0;
		bottom: inherit;
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container.ekit-featured-cat-title-mobile-vertical-align-center .ekit-woo-featured-cat .woocommerce ul.products .product-category .woocommerce-loop-category__title, body .ekit-wid-con .ekit-woo-category-list-container.ekit-woo-category-list-mobile-vertical-align-center .woocommerce ul.products .product-category .woocommerce-loop-category__title {
		top: 50%;
		bottom: inherit;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-mobile-columns-1 ul.products .product-category {
		width: 100%;
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-mobile-columns-2 ul.products .product-category {
		width: 50%;
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-mobile-columns-3 ul.products .product-category {
		width: 33.33%;
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-mobile-columns-4 ul.products .product-category {
		width: 25%;
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-mobile-columns-5 ul.products .product-category {
		width: 20%;
	}
	
	body .ekit-wid-con .ekit-woo-category-list-container .woocommerce.ekit-cat-list-mobile-columns-6 ul.products .product-category {
		width: 16.66%;
	}
}

@media (max-width:991px) {
	.ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-tablet-columns-1 ul.products .product {
		width: 100%;
		margin: 0;
	}
	
	.ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-tablet-columns-2 ul.products .product {
		width: 50%;
		margin: 0;
	}
	
	.ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-tablet-columns-3 ul.products .product {
		width: 33.33%;
		margin: 0;
	}
	
	.ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-tablet-columns-4 ul.products .product {
		width: 25%;
		margin: 0;
	}
	
	.ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-tablet-columns-5 ul.products .product {
		width: 20%;
		margin: 0;
	}
	
	.ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-tablet-columns-6 ul.products .product {
		width: 16.66%;
		margin: 0;
	}
}

@media (max-width:480px) {
	.ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-mobile-columns-1 ul.products .product {
		width: 100%;
		margin: 0;
	}
	
	.ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-mobile-columns-2 ul.products .product {
		width: 50%;
		margin: 0;
	}
	
	.ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-mobile-columns-3 ul.products .product {
		width: 33.33%;
		margin: 0;
	}
	
	.ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-mobile-columns-4 ul.products .product {
		width: 25%;
		margin: 0;
	}
	
	.ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-mobile-columns-5 ul.products .product {
		width: 20%;
		margin: 0;
	}
	
	.ekit-wid-con .ekit-wc-products .ekit-wc-products-wrapper.ekit-mobile-columns-6 ul.products .product {
		width: 16.66%;
		margin: 0;
	}
}

@media (max-width:991px) {
	.elementor-widget-elementskit-page-list.elementor-align-tablet-left .ekit-wid-con .elementor-icon-list-item, .elementor-widget-elementskit-page-list.elementor-align-tablet-left .ekit-wid-con .elementor-icon-list-items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget-elementskit-page-list.elementor-align-tablet-center .ekit-wid-con .elementor-icon-list-item, .elementor-widget-elementskit-page-list.elementor-align-tablet-center .ekit-wid-con .elementor-icon-list-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-elementskit-page-list.elementor-align-tablet-right .ekit-wid-con .elementor-icon-list-item, .elementor-widget-elementskit-page-list.elementor-align-tablet-right .ekit-wid-con .elementor-icon-list-items {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget-elementskit-page-list.elementor-align-tablet-center .ekit-wid-con .ekit_page_list_content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.elementor-widget-elementskit-page-list.elementor-align-tablet-left .ekit-wid-con .ekit_page_list_content {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.elementor-widget-elementskit-page-list.elementor-align-tablet-right .ekit-wid-con .ekit_page_list_content {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media (max-width:480px) {
	.elementor-widget-elementskit-page-list.elementor-align-mobile-left .ekit-wid-con .elementor-icon-list-item, .elementor-widget-elementskit-page-list.elementor-align-mobile-left .ekit-wid-con .elementor-icon-list-items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget-elementskit-page-list.elementor-align-mobile-center .ekit-wid-con .elementor-icon-list-item, .elementor-widget-elementskit-page-list.elementor-align-mobile-center .ekit-wid-con .elementor-icon-list-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-elementskit-page-list.elementor-align-mobile-right .ekit-wid-con .elementor-icon-list-item, .elementor-widget-elementskit-page-list.elementor-align-mobile-right .ekit-wid-con .elementor-icon-list-items {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget-elementskit-page-list.elementor-align-mobile-center .ekit-wid-con .ekit_page_list_content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.elementor-widget-elementskit-page-list.elementor-align-mobile-left .ekit-wid-con .ekit_page_list_content {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.elementor-widget-elementskit-page-list.elementor-align-mobile-right .ekit-wid-con .ekit_page_list_content {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

.ekit-template-content-header .elementor-section, .ekit-template-content-header .panel-row-style {
	-webkit-transform: none;
}

@media (max-width:767px) {
	.ekit-wid-con .column-count-1 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	
	.ekit-wid-con .column-count-3, .ekit-wid-con .column-count-4, .ekit-wid-con .column-count-5, .ekit-wid-con .column-count-6 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (max-width:480px) {
	.ekit-wid-con .column-count-1 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	
	.ekit-wid-con .column-count-2, .ekit-wid-con .column-count-3, .ekit-wid-con .column-count-4, .ekit-wid-con .column-count-5, .ekit-wid-con .column-count-6 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media (max-width:768px) {
	.ekit-wid-con .elementkit-tab-wraper.vertical {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

:root {
	--black-color: #000;
	/** var(--black-color) **/
	--white-color: #fff;
	/** var(--white-color) **/
	--primary-color: #0b1821;
	/** var(--primary-color) **/
	--secondary-color: #92429f;
	/** var(--secondary-color) **/
	--btn-hover-color: #773a86;
	/** var(--btn-hover-color) **/
	--text-color: #f5f6f6;
	/** var(--text-color) **/
	--primary-font: "PP Radio Grotesk", Sans-serif;
}

/*Slick Slider Css Start*/
.slick-slider {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-initialized .slick-slide {
	display: block;
	list-style: none;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	padding: 0;
	width: 48px !important;
	height: 36px;
	font-size: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	cursor: pointer;
	opacity: 1;
	transition: all .4s ease;
	background: #1f2a33 !important;
	border-radius: 8px !important;
	transform: translate(0, -50%);
	margin-top: -13px;
	outline: 0 !important;
}

.slick-arrow:before {
	content: "";
	background-position: center;
	background-repeat: no-repeat !important;
	background-size: 16px auto;
	transition: all .4s ease;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	transition: all .4s ease;
}

.slick-arrow.slick-prev:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/prev-icon.svg");
}

.slick-arrow.slick-next:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/next-icon.svg");
}

.slick-arrow.slick-prev {
	left: -93px;
}

.slick-arrow.slick-next {
	right: -93px;
}

.slick-arrow:hover {
	opacity: 1;
	background: #15212a !important;
}

.slick-dots {
	display: block;
	margin: 10px auto 0 auto !important;
	padding: 0;
	text-align: center;
}

.slick-dots li {
	margin: 0 2px !important;
	padding: 0 !important;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

.slick-dots li:before {
	display: none !important;
}

.slick-dots li button {
	background: none;
	display: block;
	width: 8px;
	height: 8px;
	font-size: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: var(--text-color) !important;
	border-radius: 100%;
	transition: all .4s ease;
	opacity: .4;
	outline: none !important;
}

.slick-dots li.slick-active button:hover, .slick-dots li.slick-active button {
	opacity: 1;
	background: var(--text-color) !important;
}

/*Slick Slider Css End*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	padding: 0;
	overflow-x: visible;
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: .5rem;
	margin-bottom: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: .9rem;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #c36;
}

a:active, a:hover {
	color: #336;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

details {
	display: block;
}

summary {
	display: list-item;
}

figcaption {
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	font-style: italic;
	font-weight: 400;
}

[hidden], template {
	display: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media print {
	*, :after, :before {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	
	blockquote, pre {
		page-break-inside: avoid;
		border: 1px solid #ccc;
	}
	
	thead {
		display: table-header-group;
	}
	
	img, tr {
		page-break-inside: avoid;
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
}

label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	width: 100%;
	border: 1px solid #666;
	border-radius: 3px;
	padding: .5rem 1rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
	border-color: #333;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	width: auto;
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type=button], [type=submit], button {
	display: inline-block;
	font-weight: 400;
	color: #c36;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #c36;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

[type=button]:focus, [type=submit]:focus, button:focus {
	outline: 5px auto -webkit-focus-ring-color;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
	color: #fff;
	background-color: #c36;
	text-decoration: none;
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

select {
	display: block;
}

table {
	background-color: transparent;
	width: 100%;
	margin-bottom: 15px;
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse;
}

table td, table th {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid hsla(0, 0%, 50.2%, .50196078431373);
}

table th {
	font-weight: 700;
}

table tfoot th, table thead th {
	font-size: 1em;
}

table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
	border-top: 1px solid hsla(0, 0%, 50.2%, .50196078431373);
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: hsla(0, 0%, 50.2%, .070588235294118);
}

table tbody tr:hover>td, table tbody tr:hover>th {
	background-color: hsla(0, 0%, 50.2%, .10196078431373);
}

table tbody+tbody {
	border-top: 2px solid hsla(0, 0%, 50.2%, .50196078431373);
}

@media (max-width:767px) {
	table table {
		font-size: .8em;
	}
	
	table table td, table table th {
		padding: 7px;
		line-height: 1.3;
	}
	
	table table th {
		font-weight: 400;
	}
}

dd, dl, dt, li, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.btn, .elementor-button {
	padding: 18px 20px;
	background: var(--secondary-color);
	display: inline-block !important;
	font-family: var(--primary-font) !important;
	color: var(--white-color) !important;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	line-height: 1;
	position: relative;
	width: auto !important;
	transition: all .4s ease;
	font-size: 20px;
	font-weight: 400 !important;
	border: 0;
	outline: none !important;
	text-decoration: none !important;
}

.btn:after {
	content: "";
	width: 20px;
	height: 12px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg") no-repeat center right;
	background-size: 24px 12px;
	margin-left: 8px;
	position: relative;
	left: 0;
	transition: all .4s ease;
	display: inline-block;
	top: 1px;
}

.btn:hover, .btn:focus, .btn:active, .elementor-button:hover, .elementor-button:focus, .elementor-button:active, .popup-button:hover a {
	background: var(--btn-hover-color);
	color: var(--white-color) !important;
}

.btn:hover:after, .btn:focus:after {
	width: 24px;
}

.elementor-button-icon {
	width: 1.5rem;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	align-items: center;
}

.elementor-button .elementor-align-icon-right {
	margin-left: 8px;
}

.elementor-button-icon svg {
	width: 1.5rem;
	margin-left: -4px;
	position: relative;
	transition: all .4s ease;
	overflow: hidden;
}

.elementor-button:hover .elementor-button-icon svg, .elementor-button:focus .elementor-button-icon svg, .elementor-button:active .elementor-button-icon svg, .popup-button:hover .elementor-button-icon svg {
	margin-left: 0;
}

.d-none {
	display: none !important;
}

.btn p, .elementor-button p {
	margin: 0;
}

/** Header Start **/
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 0;
	transition: all .4s ease;
}

.site-header .header-inner {
	max-width: 1386px;
	padding: 16px 20px;
	position: relative;
	top: 5px;
	transition: top .1s;
	transition-timing-function: cubic-bezier(.87, 0, .13, 1);
	opacity: 0;
}

.site-header .header-inner {
	top: 0;
	opacity: 1;
}

.site-header .header-inner .custom-logo-link {
	width: 92px;
}

.site-header .header-inner .custom-logo-link img {
	display: block;
}

.site-navigation ul.menu>li + li {
	margin-left: 16px;
}

.site-navigation ul.menu li a {
	color: var(--text-color);
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	background: #05272c;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 9px 16px;
	transition: all .4s ease;
}

.site-navigation ul.menu li.demo-menu a, body.page-template-solutions .site-navigation ul.menu li.demo-menu a, body.page-template-product-child .site-navigation ul.menu li.demo-menu a {
	background: var(--secondary-color) !important;
	color: var(--white-color) !important;
}

.site-navigation ul.menu>li.current_page_ancestor>a, .site-navigation ul.menu>li.current-menu-item>a, .site-navigation ul.menu li a:hover {
	background: #073439;
}

.site-navigation ul.menu li.menu-item-has-children:after {
	display: none;
}

.site-navigation ul.menu li.menu-item-has-children {
	padding-inline-end: 0;
}

.site-navigation ul.menu>li>ul.sub-menu {
	display: -webkit-flex;
	display: flex;
	min-width: 396px;
	padding: 4px;
	background: #b4cdd0;
	border-radius: 16px;
	left: 50%;
	transform: translate(-50%, 10px);
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;
	z-index: -999;
}

.site-navigation ul.menu>li:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

body.term-clm-navigator .site-navigation ul.menu>li>ul.sub-menu:before, .site-navigation ul.menu>li>ul.sub-menu:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 12px;
	display: block;
	left: 50%;
	transform: translate(-50%, 0);
	top: -4px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/sub-menu-arrow.svg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.site-navigation ul.menu>li>ul.sub-menu>li {
	width: 100%;
}

.site-navigation ul.menu>li>ul.sub-menu>li>a {
	background: #e7eff0;
	color: var(--primary-color);
	border-radius: 12px 4px 4px 12px;
	padding: 16px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 192px;
}

.site-navigation ul.menu>li>ul.sub-menu>li>a:before {
	content: "";
	display: block;
	order: 1;
	width: 40px;
	height: 40px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/product-hub-icon.svg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.site-navigation ul.menu>li>ul.sub-menu>li>a p {
	order: 2;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	max-width: 116px;
	width: 100%;
	margin-bottom: 0;
}

.site-navigation ul.menu>li>ul.sub-menu>li>a span {
	order: 3;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

body.term-clm-navigator .site-navigation ul.menu>li>ul.sub-menu>li>a span:after, .site-navigation ul.menu>li>ul.sub-menu>li>a span:after {
	content: "";
	margin-left: auto;
	margin-right: 12px;
	width: 24px;
	height: 12px;
	flex: 0 0 24px;
	display: block;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/icon-arrow-cta.svg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.site-navigation ul.menu>li>ul.sub-menu>li.current-menu-item>a, .site-navigation ul.menu>li>ul.sub-menu>li>a:hover {
	background: #fcfdfd;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu {
	display: block;
	position: static;
	width: 100%;
	background: #b4cdd0;
	padding-left: 4px;
	border-radius: 4px;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu li.menu-label {
	margin-bottom: 0;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu li.menu-label a {
	text-transform: uppercase;
	background: none !important;
	font-size: 11px !important;
	font-weight: 700;
	color: #0d5e68;
	padding: 10px 17px;
	letter-spacing: 1.1px;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu li.menu-label a:before {
	display: none;
}

.site-navigation ul.menu li ul li {
	border: 0;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu li.current-menu-item.page-menu>a {
	background: #e7eff0;
}

.site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor, .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a {
	background: #e7eff0;
	border-radius: 4px;
	color: var(--primary-color);
	font-size: 14px;
	line-height: 14px;
	padding: 13px 6px 13px 30px;
	position: relative;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu li {
	margin-bottom: 4px;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu li:last-child {
	margin-bottom: 0;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu li.current-menu-item.page-menu>a.mPS2id-highlight, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.current-menu-item.page-menu>a:hover, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.current-menu-item>a, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:hover {
	background: var(--white-color);
}

body.term-clm-navigator .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor:before, body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:before, .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:before {
	content: "";
	left: 13px;
	top: 15px;
	position: absolute;
	width: 12px;
	height: 12px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/blog-icon1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.rep-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.rep-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/repository-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.workflow-man-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.workflow-man-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/workflow-management-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.negotiation-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.negotiation-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/negotiation-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.term-management-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.term-management-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/term-management-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/ai-icon1.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.integrations-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.integrations-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/integrations-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.legal-ops-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.legal-ops-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/legal-ops-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.procurement-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.procurement-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/procurement-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sales-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sales-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/sales-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.finance-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.finance-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/finance-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.in-house-legal-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.in-house-legal-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/in-house-legal-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.case-studies-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.case-studies-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/case-studies-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.events-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.events-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/events-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/webinars-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-events-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-events-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/webinars-events-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.product-brochures-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.product-brochures-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/product-brochures-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.reports-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.reports-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/reports-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.university-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.university-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/source/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/university-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.about-us-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.about-us-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/about-us-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/sirion-stories-icon2.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.jeannique-swiegers-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.jeannique-swiegers-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/jeannique-swiegers-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.raviraj-prajapat-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.raviraj-prajapat-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/raviraj-prajapat-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.careers-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.careers-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/careers-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.press-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.press-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/press-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.partners-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.partners-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/partners-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contact-us-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contact-us-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/contact-us-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.smart-negotiations-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.smart-negotiations-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/smart-negotiations-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conformed-contracts-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conformed-contracts-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/conformed-contracts-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.security-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.security-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/security-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.open-ecosystem-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.open-ecosystem-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/open-ecosystem-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu>li>ul.sub-menu>li.solutions-overview-icon>a:before, .site-navigation ul.menu>li>ul.sub-menu>li.solutions-overview-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/solutions-overview-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu>li>ul.sub-menu>li.legal-library-icon>a:before, .site-navigation ul.menu>li>ul.sub-menu>li.legal-library-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/legal-library-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.financial-services-icon.label-menu-style>span.label-anchor:before, body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.financial-services-icon>a:before, .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.financial-services-icon.label-menu-style>span.label-anchor:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.financial-services-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/financial-services-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.energy-services-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.energy-services-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/energy-services-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.healthcare-services-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.healthcare-services-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/healthcare-services-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.it-services-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.it-services-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/it-services-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.pharma-and-life-sciences-services-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.pharma-and-life-sciences-services-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/pharma-and-life-sciences-services-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.public-sector-services-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.public-sector-services-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/public-sector-services-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.telecom-services-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.telecom-services-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/telecom-services-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.transportation-services-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.transportation-services-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/transportation-services-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.dora-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.dora-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/dora-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.insurance-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.insurance-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/insurance-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.oil-and-gas-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.oil-and-gas-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/oil-gas.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.automotive-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.automotive-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/source/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/automotive-icon.svg");
	top: 12px;
	width: 14px;
	height: 14px;
	left: 10px;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon ul.sub-menu, .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu>li>ul.sub-menu {
	position: absolute;
	left: calc(100% + 4px);
	top: 0px;
	background: #fcfdfd;
	padding: 10px 10px 10px 10px;
	display: block;
	transition: all .6s ease;
	opacity: 0;
	visibility: hidden;
	/*z-index:-1;*/
	border: 1px solid #90b5ba;
	width: 97%;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu li.insurance-icon li#menu-item-10846>a {
	display: none;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu li.insurance-icon ul.sub-menu {
	padding-bottom: 5px !important;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu>li>ul.sub-menu .sub-menu {
	border: 0;
	width: 100%;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu>li>ul.sub-menu li.menu-label a {
	padding: 9px 10px;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu>li>ul.sub-menu li.menu-label>a {
	padding-top: 13px;
	padding-bottom: 9px;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu>li>ul.sub-menu li.menu-label>a:after {
	display: none;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu>li>ul.sub-menu>li.menu-item-has-children>a {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon>a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu>li>ul.sub-menu>li.menu-item-has-children.label-menu-style>span:after, body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu>li>ul.sub-menu>li.menu-item-has-children>a:after, .site-navigation ul.menu li ul.sub-menu ul.sub-menu>li>ul.sub-menu>li.menu-item-has-children.label-menu-style>span:after, .site-navigation ul.menu li ul.sub-menu ul.sub-menu>li>ul.sub-menu>li.menu-item-has-children>a:after {
	content: "";
	display: block;
	transform: none;
	width: 8px;
	height: 8px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/sub-menu-arow-icon.svg") no-repeat center;
	background-size: 100% auto;
	transition: all .4s ease;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon:hover>a:after, .site-navigation ul.menu li ul.sub-menu ul.sub-menu>li>ul.sub-menu>li.menu-item-has-children.label-menu-style:hover>span:after, body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu>li>ul.sub-menu>li.menu-item-has-children:hover>a:after, body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu>li>ul.sub-menu>li.menu-item-has-children.label-menu-style:hover>span:after, .site-navigation ul.menu li ul.sub-menu ul.sub-menu>li>ul.sub-menu>li.menu-item-has-children:hover>a:after {
	transform: rotate(180deg);
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon:hover ul.sub-menu, .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu>li:hover>ul.sub-menu ul.sub-menu, .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu>li:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li {
	flex-wrap: wrap;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
	position: static;
	padding: 0;
	display: block;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li {
	margin-bottom: 8px;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li:last-child {
	margin-bottom: 0;
}

.site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li a:before {
	content: "";
	left: 8px;
	top: 10px;
	position: absolute;
	width: 10px;
	height: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a, body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li a, .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a, .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li a {
	text-transform: none;
	letter-spacing: 0;
	font-size: 14px !important;
	line-height: 1;
	font-weight: 400;
	background: #e7eff0 !important;
	color: #0b1821;
	padding-left: 23px;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li:last-child>a {
	border-radius: 4px;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon> ul.sub-menu li:hover>a, .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a:hover, .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li:hover>a, .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li.current_page_item>a {
	background: #b4cdd0 !important;
}

.site-navigation ul.menu li ul.sub-menu ul.sub-menu li.financial-services-icon>a, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.credit-agreements-icon>a {
	text-transform: none;
}

.site-navigation ul.menu li.menu-line {
	display: none !important;
}

.copyright, .social-icon {
	display: none !important;
}

.header-fixed .site-header {
	background: var(--primary-color);
}

.archive.header-fixed .site-header, .single-university.header-fixed .site-header, .single-resources.header-fixed .site-header, .page-template-resources.header-fixed .site-header, .page-template-product-child.header-fixed .site-header {
	background: #f3f3ff;
}

.page-template-solutions-no-dark-banner.header-fixed .site-header, .page-template-solutions.header-fixed .site-header {
	background: #e7eff0;
}

.site-navigation ul.menu>li.company-menu>ul.sub-menu>li.no-data-menu>a {
	display: none;
}

.site-navigation ul.menu>li.company-menu>ul.sub-menu {
	min-width: 200px;
}

.site-navigation ul.menu>li.company-menu ul.sub-menu ul.sub-menu {
	padding-left: 0;
	border-radius: 8px;
}

.site-navigation ul.menu>li.company-menu ul.sub-menu ul.sub-menu li:first-child>a {
	border-radius: 12px 12px 4px 4px;
}

.site-navigation ul.menu>li ul.sub-menu ul.sub-menu li:last-child>a {
	border-radius: 4px 4px 4px 4px;
}

.site-navigation ul.menu>li.platform-menu>ul.sub-menu {
	width: 788px;
	display: -webkit-flex !important;
	display: flex !important;
}

.site-navigation ul.menu>li.platform-menu>ul.sub-menu>li {
	width: 25%;
	max-width: 25%;
	flex-basis: 25%;
	min-width: 25%;
}

.site-navigation ul.menu>li.platform-menu>ul.sub-menu>li.menu-label {
	flex-wrap: wrap;
}

.site-navigation .label-anchor, .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li.menu-label>a {
	background: none !important;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	color: #0d5e68;
	font-weight: bold;
	padding: 10px 16px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.site-navigation-dropdown ul.menu li.menu-line>.label-anchor, .site-navigation-dropdown ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li.submissions-triage-label>.label-anchor, .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li.submissions-triage-label>.label-anchor {
	display: none;
}

body.term-clm-navigator .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li.menu-label>a:after, .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li.menu-label>a:after {
	content: "";
	margin-left: 10px;
	width: 24px;
	height: 12px;
	display: block;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/icon-arrow-cta.svg");
	background-size: 100% auto;
	background-position: -4px center;
	background-repeat: no-repeat;
	transition: all .4s ease;
}

.site-navigation ul.menu>li.platform-menu>ul.sub-menu>li.menu-label>a:hover:after {
	background-position: 0px center;
}

.site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a:before {
	display: none;
}

body.term-clm-navigator .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span:before, .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/platform-icon.svg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 9px;
}

.site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span {
	order: 2;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: 1.1px;
	color: #0d5e68;
}

.site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a p {
	order: 3;
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-extraction-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-extraction-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/contract-extraction-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.intelligent-repository-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.intelligent-repository-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/38609a28efe1da66fb338fe868fc4428.intelligent-repository-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conversational-search-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conversational-search-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/38609a28efe1da66fb338fe868fc4428.conversational-search-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-authoring-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-authoring-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/38609a28efe1da66fb338fe868fc4428.contract-authoring-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-review-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-review-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/5e1f15b6b06c4b6cc29ea86fae840200.ai-contract-review-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-redline-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-redline-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/38609a28efe1da66fb338fe868fc4428.ai-contract-redline-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-performance-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-performance-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/30f4134c5cdecb83795aead845bfba51.contract-performance-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-administration-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-administration-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/30f4134c5cdecb83795aead845bfba51.contract-administration-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-optimization-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-optimization-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/30f4134c5cdecb83795aead845bfba51.contract-optimization-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.isd-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.isd-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/isd-icon.svg");
	width: 8px !important;
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.credit-agreements-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.credit-agreements-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/credit-agreements-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li.procurement-icon>a:before, .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li.procurement-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/procurement-icon11.svg");
	top: 8px;
	width: 10px;
	height: 15px;
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li.capital-markets-and-credit-icon>a:before, .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li.capital-markets-and-credit-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/capital-markets-and-credit-icon.svg");
	top: 8px;
	width: 14px;
	height: 17px;
	left: 5px;
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.submissions-triage-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.submissions-triage-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/submissions-triage-icon.svg");
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.agentos-icon>a:before, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.agentos-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/agent-os-icon.svg");
}

.site-navigation-dropdown ul.menu>li>ul.sub-menu li a sup, .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.agentos-icon>a>sup {
	font-size: 50%;
	top: -4px;
	font-weight: 300;
}

.site-navigation-dropdown ul.menu>li>ul.sub-menu li a sup {
	top: -8px;
}

.site-navigation ul.menu ul.sub-menu li.platform-sub-menu ul.sub-menu {
	position: absolute;
	left: 0;
	top: 68px;
	background: none !important;
}

.site-navigation ul.menu ul.sub-menu li.platform-sub-menu ul.sub-menu li a {
	padding: 5px 8px 5px 33px;
	background: none !important;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

body.term-clm-navigator .site-navigation ul.menu ul.sub-menu li.platform-sub-menu ul.sub-menu li a:after, .site-navigation ul.menu ul.sub-menu li.platform-sub-menu ul.sub-menu li a:after {
	content: "";
	margin-left: 8px;
	width: 24px;
	height: 12px;
	display: block;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/icon-arrow-cta.svg");
	background-size: 100% auto;
	background-position: -4px center;
	background-repeat: no-repeat;
	transition: all .4s ease;
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.open-ecosystem-icon>a:before, body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.agentos-icon>a:before, .site-navigation ul.menu ul.sub-menu li.platform-sub-menu ul.sub-menu li a:before {
	top: 7px;
}

body.term-clm-navigator .site-navigation ul.menu ul.sub-menu li.platform-sub-menu ul.sub-menu li a:hover:after, .site-navigation ul.menu ul.sub-menu li.platform-sub-menu ul.sub-menu li a:hover:after {
	background-position: 0px center;
}

.d-empty-menu {
	opacity: 0;
	visibility: hidden;
}

body .site-navigation-toggle-holder .site-navigation-toggle-icon:after, body .site-navigation-toggle-holder .site-navigation-toggle-icon:before {
	display: none;
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
	box-shadow: none !important;
}

.site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu {
	display: -webkit-flex;
	display: flex;
}

.site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li {
	display: block;
}

body.term-clm-navigator .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor, body.term-clm-navigator .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a, .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor, .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
	background: #e7eff0 !important;
	font-size: 14px !important;
	text-transform: none;
	font-weight: 400;
	color: var(--primary-color);
	letter-spacing: 0;
	min-width: 192px;
}

.site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li:last-child>a {
	border-radius: 4px 4px 12px 12px;
}

.site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.current-menu-item>span.label-anchor, .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.current-menu-item>a, .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor:hover, .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
	background: var(--white-color) !important;
}

.site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:before {
	display: block;
}

.site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor {
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor:before {
	display: block !important;
}

span.submenu-toggle {
	display: none;
}

body.term-clm-navigator .site-navigation ul.menu>li>ul.sub-menu>li.clm-navigator1-icon>a:before, .site-navigation ul.menu>li>ul.sub-menu>li.clm-navigator1-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/clm-navigator1-icon.svg");
}

.site-navigation ul.menu>li.resources-menu>ul.sub-menu {
	min-width: 592px;
	display: -webkit-flex !important;
	display: flex !important;
}

.site-navigation ul.menu>li.resources-menu>ul.sub-menu>li>a:before {
	width: 24px;
	height: 24px;
}

.site-navigation ul.menu>li.resources-menu>ul.sub-menu li.legal-library-icon {
	height: 170px;
	width: 192px;
}

.site-navigation ul.menu>li.resources-menu>ul.sub-menu li.clm-navigator1-icon {
	position: static;
	min-width: 192px;
	width: 192px;
	margin-right: 5px;
}

.site-navigation ul.menu>li.resources-menu>ul.sub-menu li.clm-navigator1-icon>a {
	position: absolute;
	left: 4px;
	bottom: 4px;
	height: calc(50% - 6px);
	border-radius: 4px 4px 4px 14px;
}

.site-navigation ul.menu>li.resources-menu>ul.sub-menu li.legal-library-icon>a {
	border-radius: 14px 4px 4px 4px;
}

.site-navigation ul.menu>li.resources-menu>ul.sub-menu>li>a p {
	max-width: 140px;
}

.site-navigation ul.menu>li.resources-menu>ul.sub-menu li.conversational-contracting1-icon>a {
	background: #05272c !important;
	border-radius: 4px 14px 14px 4px;
}

.site-navigation ul.menu>li.resources-menu>ul.sub-menu li.conversational-contracting1-icon>a span, .site-navigation ul.menu>li.resources-menu>ul.sub-menu li.conversational-contracting1-icon>a p {
	color: #fcfdfd;
}

.site-navigation ul.menu>li.resources-menu>ul.sub-menu li.conversational-contracting1-icon>a span:after {
	filter: invert(1);
}

.site-navigation ul.menu>li.resources-menu>ul.sub-menu li.conversational-contracting1-icon>a:before {
	content: "";
	display: block;
	order: 1;
	width: 160px;
	height: 116px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/source/rev-a61ed5c/www.sirion.ai/wp-content/uploads/2026/02/Mock-up12.svg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
}

.site-navigation ul.menu>li.resources-menu>ul.sub-menu li.conversational-contracting-mobile {
	display: none;
}

span.submenu-toggle {
	display: none;
}

/** Hero Section Start **/
.home-section1 {
	padding: 170px 20px 140px 20px;
	position: relative;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/hero-dark-bg-3000.png") no-repeat bottom center;
	background-size: cover;
}

.home .home-section1 {
	background: none;
}

.home .home-section1:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/hero-dark-bg-3000.png") no-repeat bottom center;
	background-size: cover;
	opacity: 1;
	/*transition: all 0.4s ease;transform:rotate(-5deg);*/
	transition: opacity .4s;
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

body.home.animation .home-section1:before {
	opacity: 1;
}

.home-section1.nitro-lazy {
	background: none !important;
}

.hero-bottom-gradient:after, .home-section1:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 414px;
	bottom: -100%;
	background: linear-gradient(0deg, #0b1821 0%, rgba(11, 24, 33, 0) 100%);
	transition: bottom .4s;
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

.animation .hero-bottom-gradient:after, .animation .home-section1:after {
	bottom: 0;
}

.home-section1 .e-con-inner {
	flex-wrap: wrap !important;
	padding: 0;
	z-index: 1;
}

.home-section1 .hero-left-title {
	min-width: 54%;
	max-width: 54%;
	flex-basis: 54%;
	padding-right: 30px;
}

.home .home-section1 .elementor-button, .home .home-section1 .elementor-heading-title {
	position: relative;
	opacity: 0;
	top: 5px;
	transition: top, opacity .1s;
	transition-timing-function: cubic-bezier(.87, 0, .13, 1);
}

body.home.animation .home-section1 .elementor-button, body.home.animation .home-section1 .elementor-heading-title {
	top: 0;
	opacity: 1 !important;
}

.home-section1 .hero-content {
	min-width: 46%;
	max-width: 46%;
	flex-basis: 46%;
}

.home-section1 .hero-content .elementor-widget-container {
	max-width: 432px;
	width: 100%;
	margin-left: 70px;
	padding-top: 8px;
}

.home-hero-btn-wrapper .bdr-btn .elementor-widget-container {
	margin: 0 0 0 55px;
}

.home-section1 .hero-bottom-images {
	min-width: 100%;
	max-width: 100%;
	flex-basis: 100%;
	margin: 85px 0 0;
}

.home-section1 .hero-bottom-images .elementor-widget-container .e-hosted-video {
	height: 100%;
	width: 100%;
}

/*.home .hero-bottom-images:before {content: "";width: 4px;top: 0;bottom: 0;background: #E4E267;left: 0;z-index: 1;}*/
.home-section1 .hero-bottom-images .elementor-widget-container {
	height: 450px;
}

.home-section1 .hero-bottom-images img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	display: block;
	border-radius: 10px;
}

.home-section1 .hero-content .elementor-widget-button .elementor-widget-container {
	padding-top: 21px;
}

.small-btn3.bdr-btn .elementor-button {
	border: 1px solid var(--white-color);
	background: none;
	padding: 13px 16px 12px 16px !important;
}

.small-btn3.bdr-btn .elementor-button:hover, .small-btn3.bdr-btn .elementor-button:focus, .small-btn3.bdr-btn .elementor-button:active {
	background: var(--secondary-color);
}

/** Home Section 2 Start **/
.home-section2 {
	background-size: auto 100% !important;
}

.home-section2 h2 {
	margin-bottom: 24px;
}

.home-section2 h5 {
	max-width: 432px;
	width: 100%;
	margin: 0 auto;
}

.home-section2 .elementor-widget-button {
	margin-top: 32px;
}

/** Home Section 3 Start **/
.home-section3 figure.wp-caption {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

.home-section3 .e-con-inner>div .content-image-wrapper {
	top: 0;
	transition: top .4s;
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

.home-section3 .elementor-widget-theme-post-featured-image>.elementor-widget-container {
	padding: 26px 32px 32px 32px;
}

.home-section3 .elementor-widget-theme-post-featured-image .widget-image-caption {
	margin-bottom: 22px;
	min-height: 72px;
}

.home-section3 .elementor-widget-theme-post-featured-image .widget-image-caption small {
	display: block;
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	background: #e1e3fe;
	padding: 32px;
	border-radius: 0 0 16px 16px;
	box-shadow: -10px 0px 40px 0px rgba(25, 26, 51, .2);
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all .4s;
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	opacity: 0;
}

.home-section3 .elementor-widget-theme-post-featured-image .widget-image-caption small a {
	margin-left: auto;
	font-size: 16px;
	line-height: 1;
	color: #fcfdfd;
	font-weight: 400;
	background: var(--primary-color);
	border-radius: 8px;
	padding: 10px 16px;
	transition: all .4s ease;
	margin-left: 20px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.home-section3 .elementor-widget-theme-post-featured-image .widget-image-caption small a:after {
	content: "";
	display: inline-block;
	min-width: 24px;
	width: 24px;
	height: 12px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg") no-repeat center left;
	background-size: 24px 12px;
	position: relative;
	opacity: 1;
	transition: all .4s ease;
}

.home-section3 .elementor-widget-theme-post-featured-image .widget-image-caption small a:hover {
	background: #15212a;
}

.home-section3 .elementor-widget-theme-post-featured-image .widget-image-caption small a:hover:after {
	background-size: 24px 12px;
}

.home-section3 .e-con-inner>div .content-image-wrapper:hover {
	top: -5px;
}

.home-section3 .e-con-inner>div .content-image-wrapper:hover .widget-image-caption small {
	opacity: 1;
	bottom: 0;
}

.home-section3 .e-con-inner>div:nth-child(3) .widget-image-caption small {
	background: #09434a;
}

.home-section3 .e-con-inner>div:nth-child(4) .widget-image-caption small {
	background: #b0b6fc;
}

.home-section3 .e-con-inner>div:nth-child(5) .widget-image-caption small {
	background: #073439;
}

.home-section3 .e-con-inner>div:nth-child(6) .widget-image-caption small {
	background: #98a0fc;
}

.home-section3 .e-con-inner>div:nth-child(7) .widget-image-caption small {
	background: #05272c;
}

.home-section3 .elementor-widget-theme-post-featured-image img {
	height: 278px !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.home-section3 .content-image-wrapper {
	position: relative;
}

.home-section3 .content-image-wrapper .wp-caption a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}

.product-box-wrapper .elementor-widget-theme-post-featured-image {
	position: relative;
}

.product-box-wrapper .content-image-wrapper img {
	opacity: 0 !important;
}

.product-box-wrapper .widget-image-caption {
	max-width: 230px;
	width: 100%;
	position: relative;
	z-index: 1;
	max-height: 72px;
}

.product-box-wrapper .elementor-widget-button {
	position: absolute;
	bottom: 32px;
	left: 32px;
	z-index: 2;
}

.product-box-wrapper a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
}

.product-box-wrapper .content-image-wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: linear-gradient(213deg, rgba(58, 63, 113, .8) 37.68%, #0b1821 96.9%);
}

/*.home-section3 .product-box-wrapper .elementor-widget-theme-post-featured-image>.elementor-widget-container:hover{margin-top:0 !important;}*/

/** Home Section 4 Start **/
.home-section4 {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 8px;
}

.elementor.elementor .home-section4 .e-con.logo-list-wrapper>.elementor-widget {
	max-width: none;
}

.home-section4 .slick-track {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.home-section4 .content-list-wrapper-slider .slick-track {
	align-items: flex-start;
}

.logo-list-wrapper .elementor-widget-image {
	width: 114px !important;
	float: left;
	max-width: none;
	opacity: .3;
	transition: all .4s ease;
}

.logo-list-wrapper {
	margin: 0 0 18px 0 !important;
	flex-direction: row !important;
	position: relative;
}

.logo-list-wrapper .elementor-widget {
	padding: 0 20px;
}

.logo-list-wrapper .elementor-widget .elementor-widget-container {
	cursor: pointer;
	transform: none !important;
}

.logo-list-wrapper img {
	display: block !important;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
}

.logo-list-wrapper .elementor-element:hover {
	opacity: .7;
}

.logo-list-wrapper .slick-current {
	opacity: 1;
}

.content-list-wrapper .items {
	padding: 16px;
	display: -webkit-flex !important;
	display: flex !important;
}

.content-list-wrapper .right-image-block {
	position: relative;
}

.content-list-wrapper .right-image-block .image1 .elementor-widget-container {
	overflow: hidden;
	padding-bottom: 61%;
	height: 100%;
	position: relative;
	border-radius: 8px;
}

.content-list-wrapper .right-image-block .image1 .elementor-widget-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	opacity: .4;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.logo-image {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 43px;
}

.logo-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}

.single-testimonial-section .vodafone .logo-image {
	width: 168px;
}

.content-list-wrapper .left-content-block {
	padding: 16px;
}

.content-list-wrapper .elementor-widget-heading {
	max-width: 628px !important;
	width: 100% !important;
}

.content-list-wrapper .right-image-block .image1 {
	height: 100%;
}

.content-list-wrapper .bp .logo-image {
	height: 110px;
	width: 100% !important;
}

.home-section4 h6 {
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
}

.home-section4 h6 strong {
	font-weight: bold;
}

/*.content-list-wrapper .elementor-widget-heading h4{opacity: 0;}
.content-list-wrapper .elementor-widget-heading h4.selected{opacity: 1;}*/
.content-list-wrapper .elementor-widget-heading h4.selected span:first-child {
	position: absolute;
	left: -9px;
}

.content-list-wrapper .small-btn {
	margin-top: auto;
}

.home-section5 .small-btn, .content-list-wrapper .small-btn .elementor-button {
	background: var(--primary-color);
	font-size: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 16px;
}

.home-section5 .small-btn, .content-list-wrapper .small-btn .elementor-button .elementor-button-text {
	display: -webkit-flex;
	display: flex;
	align-content: center;
}

.home-section5 .small-btn:after, .content-list-wrapper .small-btn .elementor-button .elementor-button-text:after {
	content: "";
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg") no-repeat center left;
	background-size: 20px 12px;
	width: 24px;
	height: 12px;
	position: relative;
	display: block;
	top: 2px;
	margin-left: 10px;
	transition: all .4s ease;
}

.home-section5 .small-btn:hover:after, .home-section5 .small-btn:focus:after, .home-section5 .small-btn:active:after, .content-list-wrapper .small-btn .elementor-button:hover .elementor-button-text:after, .content-list-wrapper .small-btn .elementor-button:focus .elementor-button-text:after, .content-list-wrapper .small-btn .elementor-button:active .elementor-button-text:after {
	background-size: 24px 12px;
}

.home-section5 .small-btn:hover, .home-section5 .small-btn:focus, .home-section5 .small-btn:active, .content-list-wrapper .small-btn .elementor-button:hover, .content-list-wrapper .small-btn .elementor-button:focus, .content-list-wrapper .small-btn .elementor-button:active {
	background: #15212a;
}

.home-section4 .slick-arrow {
	margin: 0;
	transform: none;
	right: 0;
	left: auto;
	top: -52px;
}

.home-section4 .slick-arrow.slick-prev {
	right: 62px;
}

.logo-list-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 90px;
	width: 146px;
	background: linear-gradient(270deg, #0b1821 22.7%, rgba(11, 24, 33, 0) 100%);
}

.logo-list-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 90px;
	background: var(--primary-color);
	left: auto;
	z-index: 1;
}

.content-list-wrapper .right-image-block .image1 .elementor-widget-container:after {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	border-radius: 100%;
	right: -210px;
	top: 102px;
	opacity: .2;
	/*transition:all 0.1s;transition-timing-function:cubic-bezier( 1, 0, 0, 1 );*/
	transition: all .4s ease;
}

.content-list-wrapper .items:hover .right-image-block .image1 .elementor-widget-container:after {
	opacity: .5;
	width: 666px;
	height: 666px;
	top: 0;
	right: -343px;
}

.content-list-wrapper .items.vodafone .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #e60000 0%, rgba(230, 0, 0, 0) 100%);
}

.content-list-wrapper .items.rbi .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #f6ea00 0%, rgba(246, 234, 0, 0) 100%);
}

.content-list-wrapper .items.qantas .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #e91415 0%, rgba(233, 20, 21, 0) 100%);
}

.content-list-wrapper .items.delta-dental .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #41a928 0%, rgba(65, 169, 40, 0) 100%);
}

.content-list-wrapper .items.vanguard .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #96151d 0%, rgba(150, 21, 29, 0) 100%);
}

.content-list-wrapper .items.amgen .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #0063c3 0%, rgba(0, 99, 195, 0) 100%);
}

.content-list-wrapper .items.bp .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #090 0%, rgba(0, 153, 0, 0) 100%);
}

.content-list-wrapper .items.kpmg .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #022d88 0%, rgba(2, 45, 136, 0) 100%);
}

.content-list-wrapper .items.bny-mellon .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #00243d 0%, rgba(0, 36, 61, 0) 100%);
}

.content-list-wrapper .items.accenture .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #a100ff 0%, rgba(161, 0, 255, 0) 100%);
}

.content-list-wrapper .items.oaktree .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #008265 0%, rgba(0, 130, 101, 0) 100%);
}

.content-list-wrapper .items.dhl .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #ffcd05 0%, rgba(255, 205, 5, 0) 100%);
}

.content-list-wrapper .items.national-life-group .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #378640 0%, rgba(55, 134, 64, 0) 100%);
}

.content-list-wrapper .items.chemours .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #e43527 0%, rgba(128, 53, 39, 0) 100%);
}

.content-list-wrapper .items.goldman .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.content-list-wrapper .items.ing-bank .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #ff6200 0%, rgba(255, 98, 0, 0) 100%);
}

.content-list-wrapper .items.zalando .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #ff4c00 0%, rgba(255, 98, 0, 0) 100%);
}

.content-list-wrapper .items.paypal .right-image-block .image1 .elementor-widget-container:after {
	background: radial-gradient(50% 50% at 50% 50%, #515cd9 0%, rgba(23, 155, 215, 0) 100%);
}

.content-list-wrapper .items.goldman .logo-image, .content-list-wrapper .items.dhl .logo-image, .content-list-wrapper .items.oaktree .logo-image, .content-list-wrapper .items.chemours .logo-image, .content-list-wrapper .items.bny-mellon .logo-image {
	height: 60px;
}

.content-list-wrapper .items.accenture .logo-image {
	height: 60px;
}

.content-list-wrapper .items.national-life-group .logo-image {
	height: 80px;
}

.home-section4 .content-list-wrapper .small-btn .elementor-button {
	background: #303b42;
}

.home-section4 .content-list-wrapper .small-btn .elementor-button:hover, .home-section4 .content-list-wrapper .small-btn .elementor-button:focus, .home-section4 .content-list-wrapper .small-btn .elementor-button:active {
	background: #282f34;
}

.logo-list-wrapper .elementor-widget-image.dhl-logo, .logo-list-wrapper .elementor-widget-image.oaktree-logo, .logo-list-wrapper .elementor-widget-image.chemours-logo, .logo-list-wrapper .elementor-widget-image.nlg-logo, .logo-list-wrapper .elementor-widget-image.vodafone-logo, .logo-list-wrapper .elementor-widget-image.rbl-logo {
	width: 140px !important;
}

.static-badge-section *:last-child {
	margin-bottom: 0;
}

.static-badge-section .s6-logo-list-wrapper>div:nth-child(6), .static-badge-section .s6-logo-list-wrapper>div:nth-child(1) {
	min-width: 9.4%;
	max-width: 9.4%;
	flex-basis: 9.4%;
}

.static-badge-section .s6-logo-list-wrapper .elementor-widget-container, .static-badge-section .s6-logo-list-wrapper>div:nth-child(1) .elementor-widget-container {
	padding-bottom: 0 !important;
	height: 98px !important;
}

.static-badge-section .s6-logo-list-wrapper>div:nth-child(2) {
	min-width: 11.4%;
	max-width: 11.4% !important;
	flex-basis: 11.4%;
}

.static-badge-section .s6-logo-list-wrapper>div:nth-child(3) {
	min-width: 10%;
	max-width: 10% !important;
	flex-basis: 10%;
}

.static-badge-section .s6-logo-list-wrapper>div:nth-child(4) {
	min-width: 7.5%;
	max-width: 7.5% !important;
	flex-basis: 7.5%;
}

.static-badge-section .s6-logo-list-wrapper>div:nth-child(5) {
	min-width: 9%;
	max-width: 9% !important;
	flex-basis: 9%;
}

.static-badge-section .s6-logo-list-wrapper>div:nth-child(7) {
	min-width: 6.6%;
	max-width: 6.6% !important;
	flex-basis: 6.6%;
}

.static-badge-section .s6-logo-list-wrapper>div:nth-child(8) {
	min-width: 7.3%;
	max-width: 7.3% !important;
	flex-basis: 7.3%;
}

.static-badge-section a.elementor-button {
	font-size: 18px;
	padding: 13px 20px;
}

/** Home Section 5 Start **/
.home-section5 .right-content-block .elementor-widget-text-editor {
	max-width: 612px !important;
	margin-left: auto;
	padding-top: 34px;
}

.sub-title .elementor-heading-title {
	display: inline-block;
	background: #0d5e68;
	border-radius: 30px;
	padding: 1px 8px 1px 4px;
}

.sub-title .elementor-heading-title:before {
	content: "";
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/faster-contract-review-icon.svg") no-repeat center;
	background-size: 100% auto;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 4px;
	position: relative;
	top: 1px;
}

.home-section5 .small-btn {
	color: var(--white-color) !important;
	padding: 8px 16px;
	transition: all .4s ease;
}

.home-section5 .small-btn:after {
	top: 4px;
	position: relative;
}

.image-content-box {
	height: 100%;
	position: relative;
	top: 0;
	transition: top .4s;
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

.image-content-box .small-btn {
	position: absolute;
	bottom: 32px;
}

.image-content-box .elementor-widget-container {
	background: #0d5e68;
	padding: 82px 32px 100px 32px;
	position: relative;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.image-content-box .elementor-image-box-img>a {
	padding-bottom: 78%;
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.image-content-box .elementor-image-box-img>a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all .4s ease;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.image-content-box h5.elementor-image-box-title {
	position: absolute;
	top: 20px;
	letter-spacing: 0;
}

.image-content-box .elementor-image-box-content p {
	font-size: 16px;
	line-height: 20px;
	margin-top: 40px;
	font-family: var(--primary-font);
}

.image-content-box .elementor-image-box-img>a:hover img {
	transform: scale(1.05);
}

.image-content-box:hover {
	top: -5px;
}

.home-new-section5 .image-content-box h5.elementor-image-box-title {
	position: static;
	margin: 0;
}

.home-new-section5 .image-content-box .elementor-widget-container {
	background: #073439;
	padding: 0;
}

.home-new-section5 .image-content-box .elementor-image-box-content {
	padding: 38px 24px 20px 24px;
}

.home-new-section5 .image-content-box .elementor-image-box-img>a {
	padding-bottom: 80%;
	-webkit-border-radius: 16px 16px 0 0;
	-moz-border-radius: 16px 16px 0 0;
	border-radius: 16px 16px 0 0;
}

.home-new-section5 .image-content-box .elementor-image-box-img>a img {
	-webkit-border-radius: 16px 16px 0 0;
	-moz-border-radius: 16px 16px 0 0;
	border-radius: 16px 16px 0 0;
}

.home-new-section5 .image-content-box .elementor-image-box-content p {
	font-size: 14px;
	line-height: 16px;
	margin-top: 16px;
}

.home-new-section5 .image-content-box h5.elementor-image-box-title a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}

/** Home Section 6 Start **/
.home-section6 .e-con-inner {
	padding: 48px;
	background: #f2f3ff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
}

.s6-logo-list-wrapper .elementor-widget-image {
	width: 25%;
}

.s6-logo-list-wrapper .elementor-widget-container {
	padding-bottom: 92%;
	position: relative;
	height: auto !important;
}

.s6-logo-list-wrapper .elementor-widget-container a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.s6-logo-list-wrapper .elementor-widget-container img {
	width: 100% !important;
	height: 100% !important;
	object-fit: scale-down;
	object-position: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/** Home Section 7 Start **/
.home-section7 .e-con-inner {
	overflow: hidden;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.counter-wrapper .elementor-counter {
	display: -webkit-flex;
	display: flex;
}

.counter-wrapper .elementor-counter-number-wrapper {
	min-width: 192px;
}

.counter-wrapper .elementor-counter .elementor-counter-number-prefix {
	display: none;
}

.counter-wrapper .elementor-counter-title {
	margin: 7px 0 0;
	max-width: 160px;
	text-align: left !important;
}

.home-section7 .elementor-widget-button {
	margin-top: auto;
}

.s7-slider-wrapper .slick-list {
	padding-left: 64px;
	border-left: 4px solid #e4e267;
	height: 100%;
}

.s7-slider-wrapper .slick-track {
	height: 100%;
}

.s7-slider-wrapper .elementor-widget-container {
	padding-bottom: 50.8%;
	position: relative;
	height: 100%;
}

.s7-slider-wrapper .elementor-widget-container img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.s7-slider-wrapper .slick-dots {
	position: absolute;
	top: 0;
	right: 100%;
	left: auto;
	width: 60px;
	margin: 40px 40px 0 0 !important;
}

.home-section7 .elementor-slides .swiper-slide-bg {
	width: 49%;
	min-width: 49%;
	margin-left: auto;
	border-left: 4px solid #e4e267;
}

.home-section7 .elementor-slides-wrapper {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #05262b;
}

.home-section7 .swiper-slide-contents {
	display: -webkit-flex;
	display: flex;
	max-width: 410px !important;
}

.home-section7 .elementor-slide-heading {
	margin-right: 24px;
}

.home-section7 .swiper-slide-inner {
	align-items: flex-start !important;
	padding: 48px !important;
}

.home-section7 .swiper-slide-contents .elementor-button {
	position: absolute;
	bottom: 50px;
	background: var(--secondary-color) !important;
}

.home-section7 .swiper-slide-contents .elementor-button:after {
	content: "";
	width: 24px;
	height: 12px;
	margin-left: 10px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg") no-repeat left center;
	background-size: 20px 12px;
	display: inline-block;
	transition: all .4s ease;
}

.home-section7 .swiper-slide-contents .elementor-button:hover, .home-section7 .swiper-slide-contents .elementor-button:focus, .home-section7 .swiper-slide-contents .elementor-button:active {
	background: var(--btn-hover-color) !important;
}

.home-section7 .swiper-slide-contents .elementor-button:hover:after, .home-section7 .swiper-slide-contents .elementor-button:focus:after, .home-section7 .swiper-slide-contents .elementor-button:active:after {
	background-size: 24px 12px;
}

.home-section7 .swiper-pagination-bullet {
	margin: 0 2px !important;
}

.home-section7 .swiper-pagination {
	top: 39px;
	bottom: auto !important;
	width: 50%;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	right: auto;
	left: -36px;
}

/** Home Page New Section Start **/
.home-section3-new-inner .small-btn .elementor-button {
	font-size: 18px;
	color: #4a4f8f !important;
	background: #c9cdfd;
	padding: 13px 18px;
	border-radius: 12px;
}

.home-section5-new .position-static-box {
	z-index: 1;
}

.home-section5-new .position-static-box::before {
	z-index: -1;
}

.home-section5-new .position-static-box>div, .home-section5-new .elementor-widget-button {
	position: static;
}

.home-section5-new .elementor-button {
	background: #b4cdd0;
	color: var(--primary-color) !important;
	position: static;
}

.home-section5-new .dark-btn .elementor-button {
	background: var(--primary-color);
	color: var(--white-color) !important;
}

.home-section5-new .elementor-button:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 1;
}

.home-section5-new .dark-btn .elementor-button:hover, .home-section5-new .dark-btn .elementor-button:focus, .home-section5-new .dark-btn .elementor-button:active, .home-section5-new .elementor-button:hover, .home-section5-new .elementor-button:focus, .home-section5-new .elementor-button:active {
	background: var(--secondary-color);
	color: var(--white-color) !important;
}

.home-section5-new .elementor-button:hover svg path, .home-section5-new .elementor-button:focus svg path, .home-section5-new .elementor-button:active svg path {
	fill: var(--white-color);
}

.home-section5-new .right-image.elementor-widget-image img, .home-section5-new .right-image .elementor-widget-image img {
	transition: all .4s ease;
	opacity: 0;
}

.home-section5-new .position-static-box:hover .right-image.elementor-widget-image img, .home-section5-new .position-static-box:hover .right-image .elementor-widget-image img {
	opacity: 1;
}

/** Footer Start **/
.footer {
	background: #06141e;
}

.footer-nav-top-links {
	margin-bottom: 66px;
}

.link-text a.elementor-button {
	background: none;
}

.footer-nav h6 {
	margin: 0 0 25px 0;
	padding-top: 12px;
}

.footer-nav h6 a {
	font-weight: 700;
}

.footer-nav ul li + li {
	margin-top: 16px;
}

.footer-nav ul li:hover>a, .footer-nav ul li.current_page_item>a {
	text-decoration: underline;
}

.f-logo-col a {
	width: 147px;
	display: block;
}

.f-logo-col a img {
	width: 100% !important;
	display: block;
	height: auto;
}

.f-col-3 {
	margin-top: -24px;
}

.f-col-3 .elementor-widget-heading {
	margin-bottom: 40px !important;
}

.f-two-btns .elementor-button {
	padding: 14px 16px;
	font-size: 18px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.f-two-btns .elementor-button-icon svg {
	width: 16px;
	height: 13px;
}

.f-two-btns .elementor-widget-button + .elementor-widget-button .elementor-button {
	background: #1f2a33 !important;
}

.f-bottom-menu ul {
	width: 100%;
	flex-wrap: nowrap !important;
}

.f-bottom-menu ul li.menu-item {
	width: 100%;
}

.f-bottom-menu ul li.current_page_item>a, .f-bottom-menu ul li a:hover {
	text-decoration: underline;
}

.f-bottom-menu ul li.menu-item a {
	display: inline-block;
}

.f-bottom-menu ul li.menu-item:nth-child(2) {
	text-align: center;
}

.f-bottom-menu ul li.menu-item:nth-child(3) {
	text-align: right;
}

.copyright-text p {
	margin: 0 !important;
}

.copyright-text p a {
	color: #4d565d !important;
	transition: all .4s ease;
	font-weight: 400;
}

.copyright-text p a:hover {
	color: var(--text-color) !important;
	text-decoration: underline;
}

.elementor-widget-social-icons span.elementor-grid-item a {
	background: none;
}

.elementor-widget-social-icons span.elementor-grid-item a svg {
	transition: all .4s ease;
}

.elementor-widget-social-icons span.elementor-grid-item + .elementor-grid-item {
	margin-left: 18px !important;
}

.copyright-stip .e-con-inner {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

footer .menu-label.elementor-widget-heading a {
	font-weight: 700;
}

.footer-platform-menu .elementor-nav-menu--main ul.elementor-nav-menu>li.main-menu-hide>a {
	display: none;
}

.footer-platform-menu .elementor-nav-menu--main ul.elementor-nav-menu {
	padding-top: 13px;
}

.footer-platform-menu .elementor-nav-menu--main ul.elementor-nav-menu li + li {
	margin-top: 13px;
}

.footer-platform-menu .elementor-nav-menu--main ul.elementor-nav-menu>li>a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px !important;
	font-weight: 700 !important;
	color: #4d565d !important;
	letter-spacing: 1.2px;
	margin-bottom: 24px;
}

.footer-platform-menu .elementor-nav-menu--main ul.elementor-nav-menu ul.sub-menu {
	position: static !important;
	display: block !important;
	padding: 0;
	margin: -12px 0 37px 0 !important;
	width: 100% !important;
	min-width: 100% !important;
	background: none !important;
}

.footer-platform-menu .elementor-nav-menu--main ul.elementor-nav-menu ul.sub-menu li a {
	border: 0;
	padding: 0 !important;
	font-size: 14px;
	line-height: 1;
	color: #f5f6f6;
	font-weight: 400;
	background: none !important;
}

.footer-platform-menu .elementor-nav-menu--main ul.elementor-nav-menu li:last-child ul.sub-menu {
	margin-bottom: 0 !important;
}

.solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown ul.sub-menu {
	margin-top: 13px !important;
	margin-bottom: 37px !important;
	display: none !important;
	background: none;
	position: static;
	margin: 0;
	padding: 0 !important;
}

.solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown ul.sub-menu li.label>a {
	text-transform: uppercase;
	font-size: 12px !important;
	line-height: 16px;
	color: #4d565d !important;
	font-weight: 700 !important;
	letter-spacing: 1.2px;
}

.solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown ul.sub-menu li + li {
	margin-top: 6px;
}

.solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown ul.sub-menu li a {
	font-size: 12px !important;
	line-height: 16px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0;
	color: #fff;
	background: none !important;
}

.solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown.menu-item-has-children>a {
	text-decoration: none;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown.menu-item-has-children>span.label-anchor:after, .solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown.menu-item-has-children>a:after {
	content: "";
	width: 8px;
	height: 10px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/f-dropdown-icon.svg") no-repeat center;
	background-size: 100% auto;
	display: inline-block;
	margin-left: 8px;
	position: static !important;
	opacity: 1 !important;
}

.solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown:hover>ul.sub-menu {
	display: block !important;
}

.solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu span.sub-arrow {
	display: none;
}

/** Product Page Start **/
.product-hero-section.home-section1 {
	padding-top: 200px;
	padding-bottom: 144px;
	overflow: hidden;
}

.product-hero-section.home-section1 .hero-left-title {
	min-width: 66%;
	max-width: 66%;
	flex-basis: 66%;
	padding-right: 0;
}

.breadcrumbs-wrapper {
	margin-bottom: 12px !important;
}

.breadcrumbs-wrapper li.elementor-icon-list-item {
	border: 1px solid #6e76d5;
	padding: 4px 8px 3px 4px !important;
	display: -webkit-inline-flex !important;
	display: inline-flex;
	border-radius: 30px;
	margin: 0 !important;
}

.breadcrumbs-wrapper li.elementor-icon-list-item .elementor-icon-list-text {
	padding: 0 0 0 1px;
	line-height: 1 !important;
}

.breadcrumbs-wrapper li.elementor-icon-list-item span.elementor-icon-list-icon svg {
	width: 10px;
	height: 10px;
	position: relative;
}

.product-section3 .breadcrumbs-wrapper li.elementor-icon-list-item span.elementor-icon-list-icon svg {
	top: -1px;
}

.hero-content1 .elementor-widget-text-editor {
	max-width: 318px !important;
	width: 100%;
}

.hero-content1 .elementor-widget-button {
	margin-top: 8px;
}

.product-hero-section .hero-bottom-images img {
	width: auto;
	max-width: none;
}

.left-accordion-wrapper>div {
	min-height: 542px;
}

.left-accordion-wrapper .elementor-accordion-item {
	background: #09434a;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	transition: all .4s ease;
}

.left-accordion-wrapper .elementor-accordion-item:hover {
	background: #0c565f;
}

.left-accordion-wrapper .elementor-accordion-item .elementor-tab-content.elementor-active, .left-accordion-wrapper .elementor-accordion-item .elementor-tab-title.elementor-active {
	background: #09434a;
}

.left-accordion-wrapper .elementor-accordion-item:nth-child(2) {
	background: #073439;
}

.left-accordion-wrapper .elementor-accordion-item:nth-child(2):hover {
	background: #09434a;
}

.left-accordion-wrapper .elementor-accordion-item:nth-child(2) .elementor-tab-content.elementor-active, .left-accordion-wrapper .elementor-accordion-item:nth-child(2) .elementor-tab-title.elementor-active {
	background: #073439;
}

.left-accordion-wrapper .elementor-accordion-item:nth-child(3) {
	background: #05272c;
}

.left-accordion-wrapper .elementor-accordion-item:nth-child(3):hover {
	background: #073439;
}

.left-accordion-wrapper .elementor-accordion-item:nth-child(3) .elementor-tab-content.elementor-active, .left-accordion-wrapper .elementor-accordion-item:nth-child(3) .elementor-tab-title.elementor-active {
	background: #05272c;
}

.left-accordion-wrapper .elementor-accordion-item + .elementor-accordion-item {
	margin-top: 24px;
}

.left-accordion-wrapper .elementor-tab-title {
	padding: 21px 32px !important;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.left-accordion-wrapper .elementor-tab-title a {
	outline: none !important;
}

.left-accordion-wrapper .elementor-tab-title:before {
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/accordion-icon1-v1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	margin-right: 12px;
}

.left-accordion-wrapper .elementor-accordion-item:nth-child(2) .elementor-tab-title:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/accordion-icon2-v1.svg");
}

.left-accordion-wrapper .elementor-accordion-item:nth-child(3) .elementor-tab-title:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/accordion-icon3-v1.svg");
}

.left-accordion-wrapper .elementor-tab-content {
	position: relative;
}

.left-accordion-wrapper .elementor-tab-content>div {
	padding: 76px 32px 32px 32px !important;
}

.left-accordion-wrapper .elementor-tab-content *:last-child {
	margin-bottom: 0;
}

.left-accordion-wrapper .elementor-tab-content p {
	max-width: 495px;
	width: 100%;
	margin-bottom: 43px;
}

.left-accordion-wrapper .elementor-tab-content:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	background: #e4e267;
}

.left-accordion-wrapper .elementor-accordion-item.active-accord-item .elementor-tab-content:after {
	/*animation: lineH 6s 0s linear;*/
	animation: lineH 6s 0s linear both;
}

@keyframes lineH {
	0% {
		width: 0%;
	}
	
	100% {
		width: 100%;
	}
}

.left-accordion-wrapper .elementor-accordion-item:nth-child(2) .elementor-tab-content:after {
	background: #818bfb;
}

.left-accordion-wrapper .elementor-accordion-item:nth-child(3) .elementor-tab-content:after {
	background: #335dcb;
}

.right-accordion-images-wrapper>div {
	width: 100%;
	height: 100%;
}

.accordion-images {
	position: relative;
	width: 100%;
	height: 100%;
}

.accordion-images .image-items {
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.accordion-images .image-items video {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
	display: block;
}

.accordion-images .image-items img {
	transition: all .9s ease;
	transform: rotate(-120deg);
	margin-top: -120px;
}

.accordion-images .image-items.active {
	opacity: 1;
}

.accordion-images .image-items.active img {
	transform: rotate(0);
}

.product-section3 {
	background: linear-gradient(0deg, #0b1821 0%, rgba(11, 24, 33, 0) 100%);
	position: relative;
}

.product-section3:after {
	background: linear-gradient(-180deg, #0b1821 0%, rgba(11, 24, 33, 0) 100%);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 90px;
}

.product-section3>.e-con-inner {
	position: relative;
	z-index: 1;
}

.product-section3 .e-con-inner {
	position: relative;
}

.tabs-wrapper, .tabs-wrapper .elementor-widget-tabs {
	position: static;
}

.tabs-wrapper .elementor-tabs-wrapper {
	position: absolute;
	left: 0;
	top: 284px;
}

.tabs-wrapper .elementor-tab-title {
	padding: 8px 24px !important;
	background: #0c565f;
	display: block;
	border-radius: 36px;
	margin-bottom: 10px;
	overflow: hidden;
	transition: all .4s ease;
	opacity: .5;
}

.tabs-wrapper .elementor-tab-title:after {
	content: "" !important;
	position: absolute !important;
	right: 24px !important;
	top: 50% !important;
	width: 24px !important;
	height: 12px !important;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg") no-repeat center;
	background-size: 100% auto;
	transform: translate(0, -50%);
	transition: all .4s ease;
	opacity: 0;
}

.tabs-wrapper .elementor-tabs-wrapper {
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
}

.tabs-wrapper .elementor-tabs-wrapper .elementor-tab-title:nth-child(2) {
	background: #6e76d5;
}

.tabs-wrapper .elementor-tabs-wrapper .elementor-tab-title:nth-child(3) {
	background: #335dcb;
}

.tabs-wrapper .elementor-tab-title.elementor-active {
	padding: 14px 56px 14px 24px !important;
}

.tabs-wrapper .elementor-tab-title.elementor-active:after {
	opacity: 1;
}

.tabs-wrapper .elementor-tab-title.elementor-active, .tabs-wrapper .elementor-tab-title:hover {
	opacity: 1;
}

.product-section3 .small-btn {
	margin-top: 378px;
}

.product-section3 .small-btn .elementor-button {
	background: var(--primary-color);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 16px;
	line-height: 20px;
	padding: 8px 16px;
}

.product-section3 .small-btn .elementor-button .elementor-button-icon svg {
	width: 24px;
	height: 12px;
}

.product-section3 .small-btn .elementor-button:hover, .product-section3 .small-btn .elementor-button:focus, .product-section3 .small-btn .elementor-button:active {
	background: #15212a;
}

.product-hero-section.home-section1 .hero-bottom-images .elementor-widget-container {
	height: auto !important;
}

.product-hero-section .product-hero-images-wrapper {
	border-radius: 16px 0 0 16px !important;
	overflow: hidden;
}

.product-hero-section .product-hero-images-wrapper .elementor-widget-container:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #818bfb;
}

.hero-right-image-full {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.hero-right-image-full .product-hero-images-wrapper {
	position: absolute !important;
	right: 0 !important;
	width: 62%;
	left: auto;
}

.hero-right-image-full.home-section1 .hero-bottom-images, .hero-right-image-full .product-hero-images-wrapper .elementor-widget-container {
	height: 521px !important;
}

.hero-right-image-full .product-hero-images-wrapper .elementor-widget-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.product-hero-section.home-section1 .hero-bottom-images .product-hero-images-wrapper .elementor-widget-container {
	height: 521px !important;
}

@-moz-document url-prefix() {
	.product-child-section1:before, .product-section1:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -2px;
		height: 1px;
		background: var(--primary-color);
	}
	
	.product-child-section1:before {
		background: #f3f3ff;
	}
	
	.page-template-solutions .product-child-section1:before, .page-template-solutions-header-area-dark .product-child-section1:before {
		background: #e6eeef;
	}
}

.product-section1 .sub-title .elementor-heading-title:before {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/three-phases-icon.svg") no-repeat center;
	top: 2px;
}

.product-new-section .content-box-wrapper>div {
	top: 0;
	transition: top .4s;
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
	position: relative;
}

.image-content-box1 {
	background: #073439;
	border-radius: 16px;
	overflow: hidden;
}

.image-content-box1 .elementor-image-box-img {
	padding-bottom: 74%;
	position: relative;
	width: 100%;
}

.image-content-box1 .elementor-image-box-img a, .image-content-box1 .elementor-image-box-img a img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.image-content-box1 .elementor-image-box-img a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #073439;
	z-index: 1;
	opacity: .5;
}

.image-content-box1 .elementor-image-box-img a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
}

.image-content-box1 .elementor-image-box-content {
	padding: 24px;
	min-height: 104px;
}

.image-content-box1 h5.elementor-image-box-title {
	margin: 0;
}

.product-new-section .content-box-wrapper .icon {
	position: absolute;
	width: 96px;
	height: 96px;
	left: 50%;
	top: 22%;
	transform: translate(-50%, 0);
	z-index: 1;
}

.product-new-section .content-box-wrapper .icon img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
	display: block;
}

.product-new-section .sub-title .elementor-heading-title:before {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/file-icon.svg") no-repeat center;
}

.product-new-section .content-box-wrapper>div:hover {
	top: -5px;
}

.product-new-section .image-content-box1 .elementor-image-box-content {
	min-height: 1px;
	padding: 14px 24px 22px 24px;
}

.tabs-wrapper .elementor-widget-tabs .elementor-tabs-content-wrapper {
	position: relative;
}

.tabs-wrapper .elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-title:first-child + .elementor-tab-content {
	position: relative;
}

.tabs-wrapper .elementor-widget-tabs .elementor-tab-content {
	display: block !important;
	position: absolute;
	top: 0;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;
	padding-top: 0;
	padding-bottom: 0;
}

.tabs-wrapper .elementor-widget-tabs .elementor-tab-content p {
	margin: 0;
}

.tabs-wrapper .elementor-widget-tabs .elementor-tab-content.elementor-active {
	opacity: 1;
	visibility: visible;
}

/** Product Child Page Start **/
body.page-template-product-child {
	background: #f3f3ff;
}

body.page-template-partners .home-section1:after {
	background: linear-gradient(0deg, #e1e3fe 0%, rgba(225, 227, 254, 0) 100%);
}

body.page-template-product-child-header-area-dark .home-section1:after, body.page-template-product-child .home-section1:after {
	background: linear-gradient(0deg, #f2f3ff 0%, rgba(242, 243, 255, 0) 100%);
}

.home-section1.partners-hero-section, .page-template-product-child .home-section1 {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/www.sirion.ai/wp-content/uploads/2025/07/product-child-hero-bg-3000.webp") no-repeat bottom center;
	background-size: cover;
}

.home-section1.partners-hero-section.nitro-lazy, .page-template-product-child .home-section1.nitro-lazy {
	background: none !important;
}

.page-template-product-child .logo-list-wrapper img, .page-template-partners .site-header .custom-logo-link img, .page-template-product-child .site-header .custom-logo-link img {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.page-template-partners .site-navigation ul.menu li a, .page-template-product-child .site-navigation ul.menu li a {
	background: #fcfdfd;
	color: var(--primary-color);
}

.page-template-partners .site-navigation ul.menu>li.current_page_ancestor>a, .page-template-partners .site-navigation ul.menu li.current-menu-item>a, .page-template-partners .site-navigation ul.menu li a:hover, .page-template-partners .site-navigation ul.menu li a:focus, .page-template-partners .site-navigation ul.menu li a:active, .page-template-product-child .site-navigation ul.menu>li.current_page_ancestor>a, .page-template-product-child .site-navigation ul.menu>li.current-menu-ancestor>a, .page-template-product-child .site-navigation ul.menu li.current-menu-item>a, .page-template-product-child .site-navigation ul.menu li a:hover, .page-template-product-child .site-navigation ul.menu li a:focus, .page-template-product-child .site-navigation ul.menu li a:active {
	background: #e1e3fe;
}

.page-template-product-child .logo-list-wrapper:before {
	background: #f3f3ff;
}

.page-template-product-child .logo-list-wrapper:after {
	background: linear-gradient(270deg, #f2f3ff 22.7%, rgba(242, 243, 255, 0) 100%);
}

.page-template-product-child .slick-arrow {
	background: #e1e3fe !important;
}

.page-template-product-child .slick-arrow.slick-prev:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/prev-icon1.svg");
}

.page-template-product-child .slick-arrow.slick-next:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/next-icon1.svg");
}

.page-template-product-child .slick-arrow:hover {
	background: #e9ebff !important;
}

.page-template-product-child .content-list-wrapper .items {
	background: #e1e3fe !important;
}

.page-template-product-child .content-list-wrapper .items p, .page-template-product-child .content-list-wrapper .items h4, .page-template-product-child .content-list-wrapper .items h6 {
	color: var(--primary-color) !important;
}

.page-template-product-child .content-list-wrapper .small-btn .elementor-button {
	background: #c9cdfd;
	color: #4a4f8f !important;
}

.page-template-product-child .content-list-wrapper .small-btn .elementor-button:hover, .page-template-product-child .content-list-wrapper .small-btn .elementor-button:focus, .page-template-product-child .content-list-wrapper .small-btn .elementor-button:active {
	background: #d5d8fd;
}

.page-template-product-child .content-list-wrapper .small-btn .elementor-button .elementor-button-text:after {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon1.svg");
}

.page-template-product-child .content-list-wrapper .right-image-block .image1 .elementor-widget-container {
	background: #c9cdfd;
}

.breadcrumbs-group .elementor-icon-list-items {
	display: -webkit-flex;
	display: flex;
}

.breadcrumbs-group.breadcrumbs-wrapper li.elementor-icon-list-item {
	padding: 5px 8px 3px 8px !important;
	border-radius: 30px 0 0 30px;
}

.breadcrumbs-group.breadcrumbs-wrapper li.elementor-icon-list-item a span {
	line-height: 1;
}

.breadcrumbs-group.breadcrumbs-wrapper li.elementor-icon-list-item:last-child {
	background: #6e76d5;
	border-radius: 0 30px 30px 0;
}

.breadcrumbs-group.breadcrumbs-wrapper li.elementor-icon-list-item:last-child span {
	color: var(--white-color);
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu, .archive .site-navigation ul.menu>li>ul.sub-menu, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu, .page-template-resources .site-navigation ul.menu>li>ul.sub-menu, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu, .single-university .site-navigation ul.menu>li>ul.sub-menu, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu, .single-resources .site-navigation ul.menu>li>ul.sub-menu, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu, .page-template-resources-campaign .site-navigation ul.menu>li>ul.sub-menu, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu, .page-template-partners .site-navigation ul.menu>li>ul.sub-menu, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu, .page-template-product-child .site-navigation ul.menu>li>ul.sub-menu {
	background: #e1e3fe;
}

.archive .site-navigation ul.menu>li>ul.sub-menu>li>a, .page-template-resources .site-navigation ul.menu>li>ul.sub-menu>li>a, .single-university .site-navigation ul.menu>li>ul.sub-menu>li>a, .single-resources .site-navigation ul.menu>li>ul.sub-menu>li>a, .page-template-resources-campaign .site-navigation ul.menu>li>ul.sub-menu>li>a, .page-template-partners .site-navigation ul.menu>li>ul.sub-menu>li>a, .page-template-product-child .site-navigation ul.menu>li>ul.sub-menu>li>a {
	background: #f2f3ff;
}

.archive .site-navigation ul.menu>li>ul.sub-menu>li.current-menu-item>a, .page-template-resources .site-navigation ul.menu>li>ul.sub-menu>li.current-menu-item>a, .single-university .site-navigation ul.menu>li>ul.sub-menu>li.current-menu-item>a, .single-resources .site-navigation ul.menu>li>ul.sub-menu>li.current-menu-item>a, .page-template-resources-campaign .site-navigation ul.menu>li>ul.sub-menu>li.current-menu-item>a, .archive .site-navigation ul.menu>li>ul.sub-menu>li>a:hover, .page-template-resources .site-navigation ul.menu>li>ul.sub-menu>li>a:hover, .single-university .site-navigation ul.menu>li>ul.sub-menu>li>a:hover, .single-resources .site-navigation ul.menu>li>ul.sub-menu>li>a:hover, .page-template-resources-campaign .site-navigation ul.menu>li>ul.sub-menu>li>a:hover, .page-template-partners .site-navigation ul.menu>li>ul.sub-menu>li.current-menu-item>a, .page-template-partners .site-navigation ul.menu>li>ul.sub-menu>li>a:hover, .page-template-product-child .site-navigation ul.menu>li>ul.sub-menu>li.current-menu-item>a, .page-template-product-child .site-navigation ul.menu>li>ul.sub-menu>li>a:hover {
	background: #fcfdfd;
}

.archive .site-navigation ul.menu>li>ul.sub-menu>li>a:before, .page-template-resources .site-navigation ul.menu>li>ul.sub-menu>li>a:before, .single-university .site-navigation ul.menu>li>ul.sub-menu>li>a:before, .single-resources .site-navigation ul.menu>li>ul.sub-menu>li>a:before, .page-template-resources-campaign .site-navigation ul.menu>li>ul.sub-menu>li>a:before, .page-template-partners .site-navigation ul.menu>li>ul.sub-menu>li>a:before, .page-template-product-child .site-navigation ul.menu>li>ul.sub-menu>li>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/product-hub-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/blog-icon2.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.rep-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.rep-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.rep-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.rep-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.rep-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.rep-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.rep-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/repository-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.workflow-man-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.workflow-man-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.workflow-man-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.workflow-man-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.workflow-man-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.workflow-man-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.workflow-man-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/workflow-management-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.negotiation-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.negotiation-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.negotiation-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.negotiation-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.negotiation-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.negotiation-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.negotiation-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/negotiation-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.term-management-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.term-management-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.term-management-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.term-management-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.term-management-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.term-management-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.term-management-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/term-management-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/ai-icon2.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.integrations-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.integrations-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.integrations-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.integrations-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.integrations-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.integrations-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.integrations-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/integrations-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.legal-ops-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.legal-ops-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.legal-ops-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.legal-ops-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.legal-ops-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.legal-ops-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.legal-ops-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/legal-ops-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.procurement-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.procurement-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.procurement-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.procurement-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.procurement-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.procurement-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.procurement-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/procurement-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sales-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sales-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sales-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sales-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sales-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sales-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sales-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/sales-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.finance-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.finance-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.finance-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.finance-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.finance-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.finance-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.finance-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/finance-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.in-house-legal-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.in-house-legal-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.in-house-legal-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.in-house-legal-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.in-house-legal-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.in-house-legal-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.in-house-legal-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/in-house-legal-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.case-studies-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.case-studies-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.case-studies-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.case-studies-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.case-studies-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.case-studies-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.case-studies-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/case-studies-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.events-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.events-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.events-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.events-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.events-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.events-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.events-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/events-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/webinars-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-events-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-events-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-events-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-events-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-events-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-events-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.webinars-events-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/webinars-events-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.product-brochures-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.product-brochures-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.product-brochures-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.product-brochures-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.product-brochures-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.product-brochures-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.product-brochures-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/product-brochures-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.reports-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.reports-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.reports-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.reports-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.reports-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.reports-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.reports-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/reports-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.university-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.university-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.university-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.university-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.university-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.university-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.university-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/source/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/university-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.about-us-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.about-us-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.about-us-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.about-us-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.about-us-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.about-us-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.about-us-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/about-us-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/sirion-stories-icon22.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.jeannique-swiegers-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.jeannique-swiegers-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.jeannique-swiegers-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.jeannique-swiegers-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.jeannique-swiegers-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.jeannique-swiegers-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.jeannique-swiegers-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/jeannique-swiegers-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.raviraj-prajapat-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.raviraj-prajapat-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.raviraj-prajapat-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.raviraj-prajapat-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.raviraj-prajapat-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.raviraj-prajapat-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.raviraj-prajapat-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/raviraj-prajapat-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.careers-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.careers-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.careers-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.careers-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.careers-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.careers-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.careers-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/careers-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.press-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.press-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.press-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.press-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.press-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.press-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.press-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/press-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.partners-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.partners-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.partners-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.partners-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.partners-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.partners-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.partners-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/partners-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contact-us-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contact-us-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contact-us-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contact-us-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contact-us-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contact-us-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contact-us-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/contact-us-icon1.svg");
}

.archive .site-navigation ul.menu>li>ul.sub-menu>li.solutions-overview-icon>a:before, .page-template-resources .site-navigation ul.menu>li>ul.sub-menu>li.solutions-overview-icon>a:before, .single-university .site-navigation ul.menu>li>ul.sub-menu>li.solutions-overview-icon>a:before, .single-resources .site-navigation ul.menu>li>ul.sub-menu>li.solutions-overview-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu>li>ul.sub-menu>li.solutions-overview-icon>a:before, .page-template-partners .site-navigation ul.menu>li>ul.sub-menu>li.solutions-overview-icon>a:before, .page-template-product-child .site-navigation ul.menu>li>ul.sub-menu>li.solutions-overview-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/solutions-overview-icon1.svg");
}

.archive .site-navigation ul.menu>li>ul.sub-menu>li.legal-library-icon>a:before, .page-template-resources .site-navigation ul.menu>li>ul.sub-menu>li.legal-library-icon>a:before, .single-university .site-navigation ul.menu>li>ul.sub-menu>li.legal-library-icon>a:before, .single-resources .site-navigation ul.menu>li>ul.sub-menu>li.legal-library-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu>li>ul.sub-menu>li.legal-library-icon>a:before, .page-template-partners .site-navigation ul.menu>li>ul.sub-menu>li.legal-library-icon>a:before, .page-template-product-child .site-navigation ul.menu>li>ul.sub-menu>li.legal-library-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/legal-library-icon1.svg");
}

.archive .site-navigation ul.menu>li>ul.sub-menu>li.clm-navigator1-icon>a:before, .page-template-resources .site-navigation ul.menu>li>ul.sub-menu>li.clm-navigator1-icon>a:before, .single-university .site-navigation ul.menu>li>ul.sub-menu>li.clm-navigator1-icon>a:before, .single-resources .site-navigation ul.menu>li>ul.sub-menu>li.clm-navigator1-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu>li>ul.sub-menu>li.clm-navigator1-icon>a:before, .page-template-partners .site-navigation ul.menu>li>ul.sub-menu>li.clm-navigator1-icon>a:before, .page-template-product-child .site-navigation ul.menu>li>ul.sub-menu>li.clm-navigator1-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/clm-navigator1-icon1.svg");
}

.archive .site-navigation ul.menu>li>ul.sub-menu:before, .page-template-resources .site-navigation ul.menu>li>ul.sub-menu:before, .single-university .site-navigation ul.menu>li>ul.sub-menu:before, .single-resources .site-navigation ul.menu>li>ul.sub-menu:before, .page-template-resources-campaign .site-navigation ul.menu>li>ul.sub-menu:before, .page-template-partners .site-navigation ul.menu>li>ul.sub-menu:before, .page-template-product-child .site-navigation ul.menu>li>ul.sub-menu:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/sub-menu-arrow1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.financial-services-icon.financial-services-icon.label-menu-style>span.label-anchor:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.financial-services-icon.financial-services-icon.label-menu-style>span.label-anchor:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.financial-services-icon.financial-services-icon.label-menu-style>span.label-anchor:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.financial-services-icon.financial-services-icon.label-menu-style>span.label-anchor:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.financial-services-icon.financial-services-icon.label-menu-style>span.label-anchor:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.financial-services-icon.financial-services-icon.label-menu-style>span.label-anchor:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.financial-services-icon.financial-services-icon.label-menu-style>span.label-anchor:before, .archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.financial-services-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.financial-services-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.financial-services-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.financial-services-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.financial-services-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.financial-services-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.financial-services-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/financial-services-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.isd-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.isd-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.isd-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.isd-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.isd-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.isd-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.isd-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/isd-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.credit-agreements-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.credit-agreements-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.credit-agreements-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.credit-agreements-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.credit-agreements-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.credit-agreements-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.credit-agreements-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/credit-agreements-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.submissions-triage-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.submissions-triage-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.submissions-triage-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.submissions-triage-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.submissions-triage-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.submissions-triage-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.submissions-triage-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/submissions-triage-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.agentos-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.agentos-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.agentos-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.agentos-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.agentos-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.agentos-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.agentos-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/agent-os-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li.procurement-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li.procurement-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li.procurement-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li.procurement-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li.procurement-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li.procurement-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li.procurement-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/procurement-icon-1.svg");
	top: 8px;
	width: 10px;
	height: 15px;
}

.archive .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li.capital-markets-and-credit-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li.capital-markets-and-credit-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li.capital-markets-and-credit-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li.capital-markets-and-credit-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li.capital-markets-and-credit-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li.capital-markets-and-credit-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/capital-markets-and-credit-icon1.svg");
	top: 8px;
	width: 14px;
	height: 17px;
	left: 5px;
}

.page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-extraction-icon>a:before, .archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-extraction-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-extraction-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-extraction-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-extraction-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-extraction-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-extraction-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/contract-extraction-icon1.svg");
}

.page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-extraction-icon>a:before, .archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.intelligent-repository-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.intelligent-repository-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.intelligent-repository-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.intelligent-repository-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.intelligent-repository-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.intelligent-repository-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/38609a28efe1da66fb338fe868fc4428.intelligent-repository-icon1.svg");
}

.page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conversational-search-icon>a:before, .archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conversational-search-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conversational-search-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conversational-search-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conversational-search-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conversational-search-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conversational-search-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/38609a28efe1da66fb338fe868fc4428.conversational-search-icon1.svg");
}

.page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-authoring-icon>a:before, .archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-authoring-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-authoring-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-authoring-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-authoring-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-authoring-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-authoring-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/38609a28efe1da66fb338fe868fc4428.contract-authoring-icon1.svg");
}

.page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-review-icon>a:before, .archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-review-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-review-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-review-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-review-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-review-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-review-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/5e1f15b6b06c4b6cc29ea86fae840200.ai-contract-review-icon1.svg");
}

.page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-redline-icon>a:before, .archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-redline-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-redline-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-redline-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-redline-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-redline-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.ai-contract-redline-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/38609a28efe1da66fb338fe868fc4428.ai-contract-redline-icon1.svg");
}

.page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-performance-icon>a:before, .archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-performance-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-performance-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-performance-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-performance-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-performance-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-performance-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/5e1f15b6b06c4b6cc29ea86fae840200.contract-performance-icon1.svg");
}

.page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-administration-icon>a:before, .archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-administration-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-administration-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-administration-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-administration-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-administration-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-administration-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/5e1f15b6b06c4b6cc29ea86fae840200.contract-administration-icon1.svg");
}

.page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-optimization-icon>a:before, .archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-optimization-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-optimization-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-optimization-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-optimization-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-optimization-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.contract-optimization-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/5e1f15b6b06c4b6cc29ea86fae840200.contract-optimization-icon1.svg");
}

.page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.smart-negotiations-icon>a:before, .archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.smart-negotiations-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.smart-negotiations-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.smart-negotiations-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.smart-negotiations-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.smart-negotiations-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.smart-negotiations-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/smart-negotiations-icon1.svg");
}

.page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conformed-contracts-icon>a:before, .archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conformed-contracts-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conformed-contracts-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conformed-contracts-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conformed-contracts-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conformed-contracts-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.conformed-contracts-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/conformed-contracts-icon1.svg");
}

.page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.security-icon>a:before, .archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.security-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.security-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.security-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.security-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.security-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.security-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/security-icon1.svg");
}

.page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.open-ecosystem-icon>a:before, .archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.open-ecosystem-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.open-ecosystem-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.open-ecosystem-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.open-ecosystem-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.open-ecosystem-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.open-ecosystem-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/open-ecosystem-icon1.svg");
}

.page-template-partners .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span:before, .archive .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span:before, .page-template-resources .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span:before, .single-university .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span:before, .single-resources .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span:before, .page-template-resources-campaign .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span:before, .page-template-product-child .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/platform-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.energy-services-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.energy-services-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.energy-services-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.energy-services-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.energy-services-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.energy-services-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.energy-services-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/energy-services-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.healthcare-services-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.healthcare-services-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.healthcare-services-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.healthcare-services-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.healthcare-services-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.healthcare-services-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.healthcare-services-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/healthcare-services-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.it-services-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.it-services-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.it-services-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.it-services-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.it-services-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.it-services-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.it-services-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/it-services-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.pharma-and-life-sciences-services-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.pharma-and-life-sciences-services-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.pharma-and-life-sciences-services-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.pharma-and-life-sciences-services-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.pharma-and-life-sciences-services-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.pharma-and-life-sciences-services-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.pharma-and-life-sciences-services-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/pharma-and-life-sciences-services-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.public-sector-services-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.public-sector-services-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.public-sector-services-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.public-sector-services-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.public-sector-services-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.public-sector-services-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.public-sector-services-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/public-sector-services-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.telecom-services-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.telecom-services-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.telecom-services-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.telecom-services-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.telecom-services-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.telecom-services-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.telecom-services-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/telecom-services-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.transportation-services-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.transportation-services-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.transportation-services-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.transportation-services-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.transportation-services-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.transportation-services-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.transportation-services-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/transportation-services-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.dora-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.dora-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.dora-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.dora-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.dora-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.dora-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.dora-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/dora-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.insurance-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.insurance-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.insurance-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.insurance-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.insurance-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.insurance-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.insurance-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/insurance-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.automotive-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.automotive-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.automotive-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.automotive-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.automotive-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.automotive-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.automotive-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/source/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/automotive-icon1.svg");
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.oil-and-gas-icon>a:before, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.oil-and-gas-icon>a:before, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.oil-and-gas-icon>a:before, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.oil-and-gas-icon>a:before, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.oil-and-gas-icon>a:before, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.oil-and-gas-icon>a:before, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.oil-and-gas-icon>a:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/oil-gas1.svg");
}

.page-template-partners .site-navigation .label-anchor, .page-template-partners .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a, .archive .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a, .page-template-resources .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a, .single-university .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a, .single-resources .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a, .page-template-resources-campaign .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a, .page-template-product-child .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a, .page-template-partners .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span, .archive .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span, .page-template-resources .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span, .single-university .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span, .single-resources .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span, .page-template-resources-campaign .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span, .page-template-product-child .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span {
	color: #5c63b2;
}

.archive .announcement-strip-wrapper .announcement-strip, .page-template-resources .announcement-strip-wrapper .announcement-strip, .single-university .announcement-strip-wrapper .announcement-strip, .single-resources .announcement-strip-wrapper .announcement-strip, .page-template-resources-campaign .announcement-strip-wrapper .announcement-strip, .page-template-partners .announcement-strip-wrapper .announcement-strip, body.page-template-product-child.page-id-516 .announcement-strip-wrapper .announcement-strip, body.page-template-product-child.page-id-515 .announcement-strip-wrapper .announcement-strip {
	background: #c9cdfd !important;
	color: #0b1821;
}

body.page-template-solutions-no-dark-banner .announcement-strip-wrapper .announcement-strip, body.page-template-solutions-no-dark-banner .announcement-strip-wrapper .announcement-strip, body.page-template-solutions .announcement-strip-wrapper .announcement-strip {
	background: #b4cdd0 !important;
	color: #1f2a33 !important;
}

.archive .announcement-strip-wrapper .announcement-strip p, .page-template-resources .announcement-strip-wrapper .announcement-strip p, .single-university .announcement-strip-wrapper .announcement-strip p, .single-resources .announcement-strip-wrapper .announcement-strip p, .page-template-resources-campaign .announcement-strip-wrapper .announcement-strip p, .page-template-partners .announcement-strip-wrapper .announcement-strip p, body.page-template-product-child.page-id-516 .announcement-strip-wrapper .announcement-strip p, body.page-template-product-child.page-id-515 .announcement-strip-wrapper .announcement-strip p, body.page-template-solutions-no-dark-banner .announcement-strip-wrapper p, body.page-template-solutions .announcement-strip-wrapper p {
	color: #1f2a33 !important;
}

.archive .announcement-strip-wrapper .elementor-widget-button .elementor-button, .page-template-resources .announcement-strip-wrapper .elementor-widget-button .elementor-button, .single-university .announcement-strip-wrapper .elementor-widget-button .elementor-button, .single-resources .announcement-strip-wrapper .elementor-widget-button .elementor-button, .page-template-resources-campaign .announcement-strip-wrapper .elementor-widget-button .elementor-button, .page-template-partners .announcement-strip-wrapper .elementor-widget-button .elementor-button, body.page-template-product-child.page-id-516 .announcement-strip-wrapper .elementor-widget-button .elementor-button, body.page-template-product-child.page-id-515 .announcement-strip-wrapper .elementor-widget-button .elementor-button {
	color: #0b1821 !important;
	background: #c9cdfd !important;
	border-color: #0b1821 !important;
}

body.page-template-solutions-no-dark-banner .announcement-strip-wrapper .elementor-widget-button .elementor-button, body.page-template-solutions .announcement-strip-wrapper .elementor-widget-button .elementor-button {
	color: #09434a !important;
	background: transparent !important;
	border-color: #09434a !important;
}

.page-template-solutions-no-dark-banner .announcement-strip-wrapper .elementor-widget-button .elementor-button svg path, .page-template-solutions .announcement-strip-wrapper .elementor-widget-button .elementor-button svg path, .archive .announcement-strip-wrapper .elementor-widget-button .elementor-button svg path, .page-template-resources .announcement-strip-wrapper .elementor-widget-button .elementor-button svg path, .single-university .announcement-strip-wrapper .elementor-widget-button .elementor-button svg path, .single-resources .announcement-strip-wrapper .elementor-widget-button .elementor-button svg path, .page-template-resources-campaign .announcement-strip-wrapper .elementor-widget-button .elementor-button svg path, .page-template-partners .announcement-strip-wrapper .elementor-widget-button .elementor-button svg path, .page-template-product-child .announcement-strip-wrapper .elementor-widget-button .elementor-button svg path {
	fill: #0b1821;
}

.page-template-solutions-no-dark-banner .announcement-strip-wrapper .close-button, .page-template-solutions .announcement-strip-wrapper .close-button, .archive .announcement-strip-wrapper .close-button, .page-template-resources .announcement-strip-wrapper .close-button, .single-university .announcement-strip-wrapper .close-button, .single-resources .announcement-strip-wrapper .close-button, .page-template-resources-campaign .announcement-strip-wrapper .close-button, .page-template-partners .announcement-strip-wrapper .close-button, .page-template-product-child .announcement-strip-wrapper .close-button {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/close-icon2.svg");
}

.page-template-solutions-no-dark-banner .announcement-strip-wrapper .close-button.nitro-lazy, .page-template-solutions .announcement-strip-wrapper .close-button.nitro-lazy, .archive .announcement-strip-wrapper .close-button.nitro-lazy, .page-template-resources .announcement-strip-wrapper .close-button.nitro-lazy, .single-university .announcement-strip-wrapper .close-button.nitro-lazy, .single-resources .announcement-strip-wrapper .close-button.nitro-lazy, .page-template-resources-campaign .announcement-strip-wrapper .close-button.nitro-lazy, .page-template-partners .announcement-strip-wrapper .close-button.nitro-lazy, .page-template-product-child .announcement-strip-wrapper .close-button.nitro-lazy {
	background-image: none !important;
}

.archive .announcement-strip-wrapper .timer li, .archive .announcement-strip-wrapper .timer li span, .page-template-resources .announcement-strip-wrapper .announcement-strip .timer li, .page-template-resources .announcement-strip-wrapper .announcement-strip .timer li span, .single-university .announcement-strip-wrapper .announcement-strip .timer li, .single-university .announcement-strip-wrapper .announcement-strip .timer li span, .single-resources .announcement-strip-wrapper .announcement-strip .timer li, .single-resources .announcement-strip-wrapper .announcement-strip .timer li span, .page-template-resources-campaign .announcement-strip-wrapper .announcement-strip .timer li, .page-template-resources-campaign .announcement-strip-wrapper .announcement-strip .timer li span, .page-template-partners .announcement-strip-wrapper .announcement-strip .timer li, .page-template-partners .announcement-strip-wrapper .announcement-strip .timer li span, body.page-template-product-child.page-id-516 .announcement-strip-wrapper .announcement-strip .timer li, body.page-template-product-child.page-id-516 .announcement-strip-wrapper .announcement-strip .timer li span, body.page-template-product-child.page-id-515 .announcement-strip-wrapper .announcement-strip .timer li, body.page-template-product-child.page-id-515 .announcement-strip-wrapper .announcement-strip .timer li span, body.page-template-solutions-no-dark-banner .announcement-strip-wrapper .announcement-strip.announcement-strip2 p, body.page-template-solutions .announcement-strip-wrapper .announcement-strip.announcement-strip2 .register-btn.elementor-widget-button .elementor-button, body.page-template-solutions-no-dark-banner .announcement-strip-wrapper .announcement-strip.announcement-strip2 p, body.page-template-solutions .announcement-strip-wrapper .announcement-strip.announcement-strip2 .register-btn.elementor-widget-button .elementor-button {
	color: #1f2a33 !important;
}

body.page-template-product-child.page-id-516 .announcement-strip-wrapper .announcement-strip .timer li span, body.page-template-product-child.page-id-515 .announcement-strip-wrapper .announcement-strip .timer li span, .archive .announcement-strip-wrapper .timer li span, .page-template-partners .announcement-strip-wrapper .announcement-strip .timer li span, .page-template-resources .announcement-strip-wrapper .announcement-strip .timer li span, .single-university .announcement-strip-wrapper .announcement-strip .timer li span, .single-resources .announcement-strip-wrapper .announcement-strip .timer li span, .page-template-resources-campaign .announcement-strip-wrapper .announcement-strip .timer li span {
	background: linear-gradient(358.37deg, #818bfb -192.24%, rgba(131, 141, 251, .99) -133.25%, rgba(139, 149, 251, .95) -88.31%, rgba(153, 161, 251, .88) -46.17%, rgba(173, 180, 252, .79) -6.85%, rgba(199, 203, 253, .67) 29.67%, rgba(230, 232, 254, .52) 63.38%, rgba(255, 255, 255, .4) 88.66%);
}

body.page-template-solutions-no-dark-banner .announcement-strip-wrapper .register-btn.elementor-widget-button .elementor-button, body.page-template-solutions .announcement-strip-wrapper .register-btn.elementor-widget-button .elementor-button {
	color: #000 !important;
}

body.page-template-solutions-no-dark-banner .announcement-strip-wrapper .announcement-strip.announcement-strip2 .date-option .elementor-widget-container p, body.page-template-solutions .announcement-strip-wrapper .announcement-strip.announcement-strip2 .date-option .elementor-widget-container p {
	color: #fcfdfd !important;
}

body.page-template-solutions-no-dark-banner .announcement-strip-wrapper .announcement-strip .timer li span, body.page-template-solutions-no-dark-banner .announcement-strip-wrapper .announcement-strip .timer li, body.page-template-solutions .announcement-strip-wrapper .announcement-strip .timer li span, body.page-template-solutions .announcement-strip-wrapper .announcement-strip .timer li {
	color: #0b1821 !important;
}

body.page-template-solutions-no-dark-banner .announcement-strip-wrapper .announcement-strip .timer li span, body.page-template-solutions .announcement-strip-wrapper .announcement-strip .timer li span {
	background: linear-gradient(180deg, rgba(180, 205, 208, 0) -40%, #3d7e86 149%, rgba(165, 195, 199, .125) 230%);
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.menu-label a, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.menu-label a, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.menu-label a, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.menu-label a, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.menu-label a, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.menu-label a, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.menu-label a {
	color: #5c63b2;
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a {
	background-color: #f2f3ff;
}

.archive .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor, .page-template-resources .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor, .single-university .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor, .single-resources .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor, .page-template-resources-campaign .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor, .page-template-partners .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor, .page-template-product-child .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor, .archive .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a, .page-template-resources .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a, .single-university .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a, .single-resources .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a, .page-template-resources-campaign .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a, .page-template-partners .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a, .page-template-product-child .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
	background: #f2f3ff !important;
}

.archive .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor:hover, .page-template-resources .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor:hover, .single-university .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor:hover, .single-resources .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor:hover, .page-template-resources-campaign .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor:hover, .page-template-partners .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor:hover, .page-template-product-child .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor:hover, .archive .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover, .page-template-resources .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover, .single-university .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover, .single-resources .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover, .page-template-resources-campaign .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover, .page-template-partners .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover, .page-template-product-child .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
	background: #fcfdfd !important;
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.current-menu-item>a, .archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:hover, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.current-menu-item>a, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:hover, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.current-menu-item>a, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:hover, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.current-menu-item>a, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:hover, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.current-menu-item>a, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:hover, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.current-menu-item>a, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:hover, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.current-menu-item>a, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:hover {
	background: #fcfdfd;
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li a, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li a, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li a, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li a, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li a, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li a, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li a, .archive .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a, .page-template-resources .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a, .single-university .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a, .page-template-partners .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a, .page-template-product-child .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
	background: #f2f3ff !important;
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon> ul.sub-menu li:hover>a, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon> ul.sub-menu li:hover>a, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon> ul.sub-menu li:hover>a, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon> ul.sub-menu li:hover>a, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon> ul.sub-menu li:hover>a, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon> ul.sub-menu li:hover>a, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon> ul.sub-menu li:hover>a, .archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon> ul.sub-menu li:hover>a, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon> ul.sub-menu li:hover>a, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon> ul.sub-menu li:hover>a, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon> ul.sub-menu li:hover>a, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon> ul.sub-menu li:hover>a, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon> ul.sub-menu li:hover>a, .archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li:hover>a, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li:hover>a, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li:hover>a, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li:hover>a, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li:hover>a, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li:hover>a, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li:hover>a, .archive .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a:hover, .page-template-resources .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a:hover, .single-university .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a:hover, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a:hover, .page-template-partners .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a:hover, .page-template-product-child .site-navigation ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a:hover {
	background: #e1e3fe !important;
}

.archive .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu>li>ul.sub-menu, .page-template-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu>li>ul.sub-menu, .single-university .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu>li>ul.sub-menu, .single-resources .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu>li>ul.sub-menu, .page-template-resources-campaign .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu>li>ul.sub-menu, .page-template-partners .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu>li>ul.sub-menu, .page-template-product-child .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu>li>ul.sub-menu {
	border-color: #dcddef;
}

.archive .site-navigation ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.label-menu-style>span.label-anchor {
	transition: all .4s ease;
}

.accordion-style .elementor-accordion .elementor-accordion-item {
	border: 1px solid #c9cdfd !important;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #fcfdfd;
	overflow: hidden;
}

.accordion-style .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
	margin-top: 16px;
}

.accordion-style .elementor-accordion .elementor-tab-title {
	padding: 48px;
	display: -webkit-flex;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.accordion-style .elementor-accordion-title {
	max-width: 1010px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding-right: 24px;
}

.accordion-style .elementor-accordion-title small {
	min-width: 18%;
	max-width: 18%;
	flex-basis: 18%;
	padding-right: 24px;
	display: inline-block;
}

.acc-content-wrapper .acc-left-label {
	min-width: 16.9%;
	max-width: 16.9%;
	flex-basis: 16.9%;
	padding-right: 24px;
	display: inline-block;
}

.acc-left-label label, .acc-right-label, .accordion-style .elementor-accordion-title small label {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #a5503d;
	background: rgba(230, 157, 141, .3);
	border-radius: 24px;
	display: inline-block;
	padding: 8px 18px;
}

.accordion-style .elementor-accordion .elementor-accordion-icon {
	background: #f2f3ff;
	min-width: 48px;
	width: 48px !important;
	height: 36px;
	border-radius: 8px;
	display: -webkit-flex !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border: 1px solid #f2f3ff;
	transition: all .4s ease;
	float: none !important;
	margin-left: auto;
}

.accordion-style .elementor-accordion .elementor-accordion-icon svg {
	display: block;
}

.accordion-style .elementor-accordion .elementor-active .elementor-accordion-icon {
	background: none;
}

.accordion-style .elementor-accordion .elementor-tab-title:hover .elementor-accordion-icon {
	background: #e1e3fe;
}

.accordion-style .elementor-accordion .elementor-tab-content {
	padding: 0 48px;
	border: 0;
}

.acc-right-content, .acc-content-wrapper {
	display: -webkit-flex;
	display: flex;
}

.acc-content-wrapper {
	max-width: 1010px;
	width: 100%;
	padding-bottom: 45px;
}

.acc-right-content {
	align-items: flex-start;
	flex-wrap: wrap;
}

.acc-right-label {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #e69d8d;
	background: no-repeat;
	padding: 4px 8px 3px 8px;
	line-height: 1;
	border-radius: 4px;
}

.label-wrapper {
	min-width: 17%;
	max-width: 17%;
	flex-basis: 17%;
	padding-right: 15px;
}

.acc-right-content .right-content {
	min-width: 83%;
	flex-basis: 83%;
	max-width: 83%;
}

.acc-right-content p {
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: -.24px;
}

.acc-right-content p strong {
	font-weight: 400;
}

.acc-bg-content {
	background: var(--text-color);
	padding-top: 55px;
	position: relative;
	z-index: 1;
}

.acc-bg-content:before {
	content: "";
	position: absolute;
	left: -48px;
	right: -48px;
	top: 0;
	bottom: 0;
	background: var(--text-color);
	z-index: -1;
}

.acc-right-content h4 {
	margin: 0 0 36px 0;
}

.acc-top-content {
	margin: 0 0 36px 0;
}

.acc-right-content .acc-top-content h4 {
	margin: 0 0 16px 0;
}

.acc-bg-content .acc-right-content .acc-right-label {
	color: #0d5e68;
	border-color: #5d939a;
}

.acc-left-label label {
	background: #3d7e86;
	color: var(--white-color);
}

.product-child-section2 .breadcrumbs-wrapper li.elementor-icon-list-item {
	padding: 4px 8px 3px 4px !important;
}

.product-child-section2 .breadcrumbs-wrapper.no-icon li.elementor-icon-list-item {
	padding: 4px 8px 3px 8px !important;
}

.product-child-section2 .left-block-slider {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	/*border:1px solid #C9CDFD !important;*/
	overflow: hidden;
}

.product-child-section2 .swiper-slide-inner img {
	display: block;
}

.product-child-section2 .elementor-swiper-button {
	width: 48px;
	height: 36px;
	background: #e1e3fe;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-self: center;
	transition: all .4s ease;
}

.product-child-section2 .elementor-swiper-button svg {
	display: block;
	margin: 0 auto;
	width: 17px !important;
	height: 14px !important;
}

.product-child-section2 .elementor-swiper-button svg path {
	transition: all .4s ease;
}

.product-child-section2 .elementor-swiper-button:hover {
	background: #e9ebff;
}

.product-child-section2 .elementor-element .swiper .elementor-swiper-button-next {
	right: 15px;
}

.product-child-section2 .elementor-element .swiper .elementor-swiper-button-prev {
	left: 15px;
}

.product-child-section2 li, .product-child-section2 p {
	font-weight: 300;
	margin: 0;
}

.fifty-fifty-right-content ul {
	margin: 0;
	padding: 0;
}

.resource-content-wrapper ul li + li, .fifty-fifty-right-content li + li {
	margin-top: 16px;
}

.fifty-fifty-right-content li {
	list-style: none;
	padding: 0 0 0 9px;
	position: relative;
}

.fifty-fifty-right-content li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: var(--primary-color);
}

.fifty-fifty-right-content img.alignnone {
	margin-bottom: 13px;
}

.fifty-fifty-right-content strong {
	font-weight: 700;
}

.product-child-section2 .elementor-element.elementor-pagination-position-outside .swiper {
	margin: 0;
	padding: 0;
}

.product-child-section2 .swiper-pagination {
	position: absolute !important;
	bottom: 5px !important;
	display: none;
}

.product-child-section2 .swiper-pagination span.swiper-pagination-bullet {
	margin: 0 3px;
	width: 6px;
	height: 6px;
	background: var(--primary-color);
	opacity: .4;
}

.product-child-section2 .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.accordion-style .elementor-accordion .elementor-accordion-icon>span svg {
	display: none;
}

.accordion-style .elementor-accordion .elementor-accordion-icon>span {
	position: relative;
}

.accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-opened:before, .accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-closed:before {
	width: 24px;
	height: 24px;
	content: "";
	position: absolute;
	left: -50%;
	top: 50%;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/eye-icon.svg") no-repeat center;
	background-size: 100% auto;
	display: block;
	transform: translate(-50%, -50%);
}

.accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-opened:before {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/eye-close-icon.svg") no-repeat center;
	background-size: 100% auto;
}

.accordion-style .elementor-accordion .elementor-tab-title.elementor-active:hover .elementor-accordion-icon {
	background: #e1e3fe;
	border-color: #e1e3fe;
}

/** Solutions Page Start **/
body.page-template-solutions-header-area-dark, body.page-template-solutions {
	background: #e7eff0;
}

.page-template-solutions-header-area-dark .product-hero-section .product-hero-images-wrapper .elementor-widget-container:before, .page-template-solutions .product-hero-section .product-hero-images-wrapper .elementor-widget-container:before {
	background: #0d5e68;
}

.page-template-solutions .home-section1:after {
	background: linear-gradient(0deg, #e7eff0 0%, rgba(231, 239, 240, 0) 100%);
}

.page-template-solutions-header-area-dark .home-section1, .page-template-solutions .home-section1 {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/solutions-hero-bg-3000.png") no-repeat bottom center;
	background-size: cover;
}

.page-template-solutions-header-area-dark .home-section1.nitro-lazy, .page-template-solutions .home-section1.nitro-lazy {
	background: none !important;
}

.page-template-solutions-no-dark-banner .logo-list-wrapper img, .page-template-solutions-no-dark-banner .site-header .custom-logo-link img, .page-template-solutions .logo-list-wrapper img, .page-template-solutions .site-header .custom-logo-link img {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.page-template-solutions-no-dark-banner .site-navigation ul.menu li a, .page-template-solutions .site-navigation ul.menu li a {
	background: #fcfdfd;
	color: var(--primary-color);
}

.page-template-solutions-no-dark-banner .site-navigation ul.menu>li.current_page_ancestor>a, .page-template-solutions-no-dark-banner .site-navigation ul.menu li.current-menu-item>a, .page-template-solutions-no-dark-banner .site-navigation ul.menu li a:hover, .page-template-solutions-no-dark-banner .site-navigation ul.menu li a:focus, .page-template-solutions-no-dark-banner .site-navigation ul.menu li a:active, .page-template-solutions .site-navigation ul.menu>li.current_page_ancestor>a, .page-template-solutions .site-navigation ul.menu li.current-menu-item>a, .page-template-solutions .site-navigation ul.menu li a:hover, .page-template-solutions .site-navigation ul.menu li a:focus, .page-template-solutions .site-navigation ul.menu li a:active {
	background: #d5dedf;
}

.page-template-solutions-header-area-dark .logo-list-wrapper:before, .page-template-solutions .logo-list-wrapper:before {
	background: #e7eff0;
}

.page-template-solutions-header-area-dark .logo-list-wrapper:after, .page-template-solutions .logo-list-wrapper:after {
	background: linear-gradient(270deg, #e7eff0 22.7%, rgba(231, 239, 240, 0) 100%);
}

.page-template-solutions-header-area-dark .content-list-wrapper .items, .page-template-solutions .content-list-wrapper .items {
	background: #cedde0 !important;
}

.page-template-solutions-header-area-dark .content-list-wrapper .right-image-block .image1 .elementor-widget-container, .page-template-solutions-header-area-dark .content-list-wrapper .right-image-block .image1 .elementor-widget-container {
	background: #90b5ba;
}

.page-template-solutions-header-area-dark .content-list-wrapper .items p, .page-template-solutions-header-area-dark .content-list-wrapper .items h4, .page-template-solutions-header-area-dark .content-list-wrapper .items h6, .page-template-product-child-header-area-dark1 .content-list-wrapper .items p, .page-template-product-child-header-area-dark1 .content-list-wrapper .items h4, .page-template-product-child-header-area-dark1 .content-list-wrapper .items h6, .page-template-solutions .content-list-wrapper .items p, .page-template-solutions .content-list-wrapper .items h4, .page-template-solutions .content-list-wrapper .items h6 {
	color: var(--primary-color) !important;
}

.page-template-solutions-header-area-dark .slick-arrow, .page-template-solutions .slick-arrow {
	background: #b4cdd0 !important;
}

.page-template-solutions-header-area-dark .slick-arrow.slick-prev:before, .page-template-solutions .slick-arrow.slick-prev:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/prev-icon2.svg");
}

.page-template-solutions-header-area-dark .slick-arrow.slick-next:before, .page-template-solutions .slick-arrow.slick-next:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/next-icon2.svg");
}

.page-template-solutions-header-area-dark .slick-arrow:hover, .page-template-solutions .slick-arrow:hover {
	background: #cedee0 !important;
}

.page-template-solutions-header-area-dark .content-list-wrapper .small-btn .elementor-button, .page-template-solutions .content-list-wrapper .small-btn .elementor-button {
	background: #b4cdd0;
	color: #073439 !important;
}

.page-template-solutions-header-area-dark .accordion-style .elementor-accordion .elementor-accordion-item, .page-template-solutions .accordion-style .elementor-accordion .elementor-accordion-item {
	border-color: #90b5ba !important;
}

.page-template-solutions-header-area-dark .accordion-style .elementor-accordion .elementor-accordion-icon, .page-template-solutions .accordion-style .elementor-accordion .elementor-accordion-icon {
	background: #e7eff0;
	border-color: #e7eff0;
}

.page-template-solutions-header-area-dark .accordion-style .elementor-accordion .elementor-tab-title:hover .elementor-accordion-icon, .page-template-solutions .accordion-style .elementor-accordion .elementor-tab-title:hover .elementor-accordion-icon {
	background: #b4cdd0;
}

.page-template-solutions-header-area-dark .accordion-style .elementor-accordion .elementor-tab-title.elementor-active:hover .elementor-accordion-icon, .page-template-solutions .accordion-style .elementor-accordion .elementor-tab-title.elementor-active:hover .elementor-accordion-icon {
	background: #e7eff0;
	border-color: #b4cdd0;
}

.page-template-solutions-header-area-dark .accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-closed:before, .page-template-solutions .accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-closed:before {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/eye-icon1.svg") no-repeat center;
	background-size: 100% auto;
}

.page-template-solutions-header-area-dark .accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-opened:before, .page-template-solutions .accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-opened:before {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/eye-close-icon1.svg") no-repeat center;
	background-size: 100% auto;
}

.page-template-solutions-header-area-dark .accordion-style .elementor-accordion .elementor-accordion-icon svg path, .page-template-solutions .accordion-style .elementor-accordion .elementor-accordion-icon svg path {
	fill: #0c565f;
}

.page-template-solutions-header-area-dark .accordion-style .elementor-accordion .elementor-accordion-icon svg rect, .page-template-solutions .accordion-style .elementor-accordion .elementor-accordion-icon svg rect {
	fill: #90b5ba;
}

.page-template-solutions-header-area-dark .accordion-style .elementor-accordion .elementor-active .elementor-accordion-icon, .page-template-solutions .accordion-style .elementor-accordion .elementor-active .elementor-accordion-icon {
	background: none;
}

.page-template-solutions-header-area-dark .accordion-style .elementor-accordion .elementor-active .elementor-accordion-icon svg path, .page-template-solutions .accordion-style .elementor-accordion .elementor-active .elementor-accordion-icon svg path {
	fill: #90b5ba;
}

.image-with-text {
	width: 100%;
	position: relative;
	display: block;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	margin: 40px 0 15px 0;
}

.image-with-text:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #073439;
	opacity: .7;
	display: none;
}

.image-with-text br {
	display: none;
}

.image-with-text strong {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 266px;
	width: 100%;
	color: var(--white-color);
	text-transform: uppercase;
	font-family: var(--primary-font);
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 1.2px;
	z-index: 1;
	text-align: center;
}

.page-template-solutions-header-area-dark .conversational-search-accordion-section .breadcrumbs-wrapper li.elementor-icon-list-item, .page-template-solutions .breadcrumbs-wrapper li.elementor-icon-list-item {
	padding: 4px 8px 3px 4px !important;
	border-color: #0d5e68;
}

.page-template-solutions .home-section1 .breadcrumbs-wrapper li.elementor-icon-list-item {
	border-color: #0d5e68;
}

.page-template-solutions .home-section1 .breadcrumbs-wrapper li.elementor-icon-list-item a {
	color: #0d5e68;
}

.page-template-solutions .home-section1 .breadcrumbs-group.breadcrumbs-wrapper li.elementor-icon-list-item:last-child {
	background: #0d5e68;
}

.breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item {
	background: #b4cdd0;
	border-color: #b4cdd0 !important;
}

.breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item .elementor-icon-list-text {
	color: #073439 !important;
}

.page-template-product-child .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item {
	background: none;
	border-color: #818bfb !important;
}

.page-template-product-child .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item .elementor-icon-list-text {
	color: #818bfb !important;
}

/** Philosophy Page Start **/
.philosophy-design-section1 .breadcrumbs-wrapper li.elementor-icon-list-item {
	border-color: #0d5e68 !important;
}

.skip-btn .elementor-button-link {
	font-size: 14px;
	color: var(--text-color);
	background: #303b42;
	border-radius: 8px;
	padding: 11px 23px;
}

.skip-btn .elementor-button-link:hover, .skip-btn .elementor-button-link:focus, .skip-btn .elementor-button-link:active {
	background: #1e2932;
}

.content-slider .elementor-widget-heading {
	display: none;
	padding-left: 2px;
}

.philosophy-design-section1-inner .items {
	display: none;
	transition: none !important;
}

.philosophy-design-section1-inner .items:first-child, .philosophy-design-section1-inner .items.slick-slide, .content-slider .elementor-widget-heading.slick-slide, .content-slider .elementor-widget-heading:first-child {
	display: block;
}

.philosophy-design-section1 .slick-arrow {
	top: auto;
	bottom: 100px;
	transform: none;
	right: auto;
	left: 87px;
}

.philosophy-design-section1 .slick-arrow.slick-next {
	left: 143px;
}

.philosophy-design-section1 .elementor-widget-button {
	margin-top: auto;
}

.philosophy-left-sidebar {
	position: sticky;
	top: 80px;
}

.philosophy-left-sidebar ul li>a {
	padding-left: 21px;
	position: relative;
}

.philosophy-left-sidebar ul li>a:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #3d7e86;
	opacity: .5;
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	transition: all .4s ease;
}

.philosophy-left-sidebar ul li>a:after {
	content: "";
	width: 13px;
	height: 16px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/list-arrow-icon.svg") no-repeat center;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 1px;
	transition: all .4s ease;
	opacity: 0;
}

.philosophy-left-sidebar ul li>a.mPS2id-highlight:after, .philosophy-left-sidebar ul li>a.mPS2id-highlight:hover:after {
	opacity: 1;
}

.philosophy-left-sidebar ul li>a.mPS2id-highlight:hover:before, .philosophy-left-sidebar ul li>a.mPS2id-highlight:before {
	opacity: 0;
}

.philosophy-left-sidebar ul li>a:hover:before {
	background: #fcfdfd;
	opacity: 1;
}

.philosophy-left-sidebar ul li>a.mPS2id-highlight, .philosophy-left-sidebar ul li>a.mPS2id-highlight span, .philosophy-left-sidebar ul li>a:hover, .philosophy-left-sidebar ul li>a.mPS2id-highlight:hover {
	color: #fcfdfd !important;
}

.philosophy-section2 .content-items *:last-child {
	margin-bottom: 0;
}

.philosophy-section2 .content-items p:last-child {
	padding-bottom: 0;
}

.philosophy-section2 .content-items p {
	padding-bottom: 5px;
}

.elementor-blockquote--skin-boxed .elementor-blockquote {
	background: #05272c !important;
	padding: 24px !important;
}

.elementor-element .elementor-blockquote__content {
	padding-left: 24px;
	border-left: 1px solid #0d5e68;
}

.content-items ol {
	list-style-type: none;
	counter-reset: ordered;
	padding: 0;
	margin: 0 0 38px 0;
}

.content-items ol li {
	position: relative;
	padding: 0 0 0 40px;
}

.content-items ol li::before {
	border: 1px solid var(--text-color);
	border-radius: 50%;
	color: var(--text-color);
	content: counter(ordered);
	counter-increment: ordered;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	min-width: 24px;
	height: 24px;
	background: #0d5e68;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1.2px;
	text-align: center;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
}

.content-items ol li + li {
	margin-top: 12px;
}

.image-border .elementor-widget-image {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
}

.image-border .elementor-widget-container {
	height: 318px !important;
}

.image-border .elementor-widget-container img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.image-border .elementor-widget-container:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #818bfb;
}

.philosophy-design-section1 .elementor-wrapper {
	--video-aspect-ratio: 1.22 !important;
}

.content-slider h2.elementor-heading-title {
	font-size: 56px !important;
	line-height: 60px !important;
	letter-spacing: -1.12px !important;
}

/** Resources List Page Start **/
body.archive, body.page-template-resources-campaign, body.single-university, body.single-resources, body.page-template-resources {
	background: #f3f3ff;
}

body.archive .footer, .page-template-resources-campaign .footer, .single-university .footer, .single-resources .footer, .page-template-resources .footer {
	background: var(--primary-color);
}

.page-template-product-child .site-navigation-toggle-holder .site-navigation-toggle, .page-template-partners .site-navigation-toggle-holder .site-navigation-toggle, .page-template-solutions .site-navigation-toggle-holder .site-navigation-toggle, .archive .site-navigation-toggle-holder .site-navigation-toggle, .page-template-resources-campaign .site-navigation-toggle-holder .site-navigation-toggle, .single-university .site-navigation-toggle-holder .site-navigation-toggle, .single-resources .site-navigation-toggle-holder .site-navigation-toggle, .archive .site-header .custom-logo-link img, .page-template-resources-campaign .site-header .custom-logo-link img, .single-university .site-header .custom-logo-link img, .single-resources .site-header .custom-logo-link img, .archive .site-navigation-toggle-holder .site-navigation-toggle, .page-template-resources .site-navigation-toggle-holder .site-navigation-toggle, .page-template-resources .site-header .custom-logo-link img {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.archive .site-navigation ul.menu li a, .page-template-resources-campaign .site-navigation ul.menu li a, .single-resources .site-navigation ul.menu li a, .single-university .site-navigation ul.menu li a, .page-template-resources .site-navigation ul.menu li a {
	background: #fcfdfd;
	color: var(--primary-color);
}

.archive .site-navigation ul.menu>li.current_page_ancestor>a, .archive .site-navigation ul.menu li.current-menu-item>a, .archive .site-navigation ul.menu li a:hover, .archive .site-navigation ul.menu li a:focus, .archive .site-navigation ul.menu li a:active, .page-template-resources-campaign .site-navigation ul.menu>li.current_page_ancestor>a, .page-template-resources-campaign .site-navigation ul.menu li.current-menu-item>a, .page-template-resources-campaign .site-navigation ul.menu li a:hover, .page-template-resources-campaign .site-navigation ul.menu li a:focus, .page-template-resources-campaign .site-navigation ul.menu li a:active, .single-university .site-navigation ul.menu>li.current_page_ancestor>a, .single-university .site-navigation ul.menu li.current-menu-item>a, .single-university .site-navigation ul.menu li a:hover, .single-university .site-navigation ul.menu li a:focus, .single-university .site-navigation ul.menu li a:active, .single-resources .site-navigation ul.menu>li.current_page_ancestor>a, .single-resources .site-navigation ul.menu li.current-menu-item>a, .single-resources .site-navigation ul.menu li a:hover, .single-resources .site-navigation ul.menu li a:focus, .single-resources .site-navigation ul.menu li a:active, .page-template-resources .site-navigation ul.menu>li.current_page_ancestor>a, .page-template-resources .site-navigation ul.menu li.current-menu-item>a, .page-template-resources .site-navigation ul.menu li a:hover, .page-template-resources .site-navigation ul.menu li a:focus, .page-template-resources .site-navigation ul.menu li a:active {
	background: #e1e3fe;
}

.archive.tax-university_category .back-link a.elementor-button, .archive.post-type-archive-resources .back-link a.elementor-button, .back-link a.elementor-button {
	background: none;
	padding: 0;
	color: var(--secondary-color) !important;
	font-size: 16px;
}

.archive.tax-university_category .back-link .elementor-button-icon svg, .archive.post-type-archive-resources .back-link .elementor-button-icon svg, .back-link .elementor-button-icon svg {
	width: 14px;
	height: 9px;
	opacity: 1;
	right: 0;
	margin: 0;
}

/*.resources-section1{/*background-image:url(assets/images/resources-hero-bg.svg);*/

/* background-image:url(assets/images/single-resources-bg.svg); background-position: top center; background-size:100% auto; background-repeat: no-repeat;}*/
.details-left-block>div, .resources-left-block>div {
	position: sticky !important;
	top: 78px !important;
}

.gmq-ribbon-enable .details-left-block>div, .gmq-ribbon-enable .resources-left-block>div, .cs-live-webinar-enable .details-left-block>div, .cs-live-webinar-enable .resources-left-block>div {
	position: sticky !important;
	top: 150px !important;
}

.gmq-ribbon-enable.disabled-strip2 .details-left-block>div, .gmq-ribbon-enable.disabled-strip2 .resources-left-block>div, .cs-live-webinar-enable.disabled-strip2 .details-left-block>div, .cs-live-webinar-enable.disabled-strip2 .resources-left-block>div {
	position: sticky !important;
	top: 78px !important;
}

.resources-list-category {
	margin-top: 27px;
}

.resources-list-category1 h6, .resources-list-category h6 {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1.2px;
	line-height: 16px;
	color: var(--primary-color);
	margin: 0 0 14px 0;
}

.resources-list-category1 ul, .resources-list-category ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.resources-list-category ul li + li {
	margin-top: 8px;
}

.resources-list-category ul li a {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: var(--primary-color);
	position: relative;
	padding-right: 22px;
	transition: all .4s ease;
}

.resources-list-category ul li a:after {
	content: "";
	width: 14px;
	height: 9px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/cate-arrow.svg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	transition: all .4s ease;
	opacity: 0;
}

.resources-list-category ul li.active>a, .resources-list-category ul li a:hover {
	color: var(--secondary-color);
}

.resources-list-category ul li.active>a:after, .resources-list-category ul li a:hover:after {
	opacity: 1;
	right: 0;
}

.resources-list-category1 {
	margin: 142px 0;
}

.resources-list-category1 ul {
	margin: -8px -4px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.resources-list-category1 ul li {
	padding: 8px 4px;
}

.resources-list-category1 ul li a {
	display: block;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
	border-radius: 34px;
	padding: 2px 8px 1px 8px;
	letter-spacing: 1px;
	font-weight: 400;
	transition: all .4s ease;
}

.resources-list-category1 ul li.active>a, .resources-list-category1 ul li a:hover {
	background: var(--secondary-color);
	color: var(--white-color);
}

.search-box-wrapper {
	margin-top: 30px;
}

.search-box-wrapper .e-search {
	max-width: 230px;
	width: 100%;
	position: relative;
}

.search-box-wrapper label.e-search-label {
	position: absolute;
	right: 12px;
	top: 50%;
	margin: 0;
	width: 16px;
	height: 16px;
	transform: translate(0, -50%);
}

.search-box-wrapper label.e-search-label .icon {
	font-size: 16px;
	color: var(--primary-color);
	left: 0;
	top: 0;
	transform: none;
}

.search-box-wrapper .e-search-input {
	padding: 0 53px 0 16px;
	min-height: 38px;
	border: 0;
	border-radius: 8px !important;
	font-size: 16px;
	background: #fcfdfd;
	color: var(--primary-color);
}

.search-box-wrapper .e-search-input-wrapper svg {
	margin-right: 20px !important;
	fill: var(--primary-color) !important;
}

.search-box-wrapper .elementor-search-form__input {
	padding-left: 16px !important;
	padding-right: 0 !important;
}

.search-box-wrapper .elementor-search-form .e-font-icon-svg-container svg {
	display: none;
}

.search-box-wrapper .elementor-search-form .e-font-icon-svg-container {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/search-icon.svg") no-repeat center;
	background-size: auto;
}

.search-box-wrapper .elementor-search-form .e-font-icon-svg-container.nitro-lazy {
	background: none !important;
}

.search-box-wrapper ::-webkit-input-placeholder {
	color: var(--primary-color) !important;
	opacity: 1 !important;
}

.search-box-wrapper :-moz-placeholder {
	color: var(--primary-color) !important;
	opacity: 1 !important;
}

/* Firefox 18- */
.search-box-wrapper ::-moz-placeholder {
	color: var(--primary-color) !important;
	opacity: 1 !important;
}

/* Firefox 19+ */
.search-box-wrapper :-ms-input-placeholder {
	color: var(--primary-color) !important;
	opacity: 1 !important;
}

.resources-content-info {
	max-width: 318px;
	margin-left: auto;
}

.resources-post-full-wrapper {
	margin-top: 78px;
}

.resources-itmes {
	display: -webkit-flex;
	display: flex;
	background: #fcfdfd;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	top: 0;
	transition: top .4s;
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

.resources-itmes .img-cover {
	min-width: 54.5%;
	max-width: 54.5%;
	flex-basis: 54.5%;
	position: relative;
	padding-bottom: 36.4%;
	overflow: hidden;
}

.resources-itmes .img-cover img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-position: center;
	object-fit: cover;
	display: block;
	transition: all .4s ease;
}

.resources-itmes1 .read-btn, .resources-itmes .read-btn {
	position: absolute;
	font-size: clamp(16px, 1.26vw, 18px);
	font-weight: 400;
	line-height: 100%;
	background: var(--white-color);
	padding: 8px 16px;
	border-radius: 8px;
	border: solid 1px var(--white-color);
	color: var(--black-color);
	bottom: 20px;
	right: 20px;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}

.resources-itmes1:hover .read-btn, .resources-itmes:hover .read-btn {
	opacity: 1;
	visibility: visible;
}

.resources-itmes:hover .img-cover img, .resources-card-wrapper:hover .img-cover img {
	transform: scale(1.1);
}

.resources-post-content {
	padding: 24px 42px 36px 24px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

.post-cate-wrapper {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: -3px -3px 13px -3px;
}

.post-cate-wrapper .items {
	padding: 3px;
}

.post-cate-wrapper .items span {
	display: block;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
	border-radius: 34px;
	padding: 2px 8px 1px 8px;
	letter-spacing: 1px;
	font-weight: 400;
}

.resources-post-content h4 {
	margin: 0 0 13px 0;
}

.resources-post-content h4 a {
	color: var(--primary-color);
	font-weight: 400 !important;
}

.resources-post-content h4 a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}

.resources-post-content .resource-content {
	max-width: 390px;
	width: 100%;
	margin-top: auto;
}

.resources-post-content .resource-content p {
	font-size: 18px;
	line-height: 22px;
	color: var(--primary-color);
	margin: 0;
}

.resources-post-full-wrapper .resources-itmes:hover {
	top: 0px;
}

.resources-post-section-wrapper {
	margin-top: 144px;
}

.single-university .resources-post-section-wrapper, .single-resources .resources-post-section-wrapper {
	margin-top: 0;
}

.resources-post-wrapper {
	margin: -12px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.resources-post-wrapper .resources-itmes1 {
	padding: 12px;
	min-width: 33.333%;
	max-width: 33.333%;
	flex-basis: 33.333%;
}

.resources-card-wrapper {
	position: relative;
	overflow: hidden;
	background: #fcfdfd;
	border-radius: 16px;
	height: 100%;
	top: 0;
	transition: top .4s;
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

.resources-card-wrapper .resources-post-content {
	padding: 24px 24px 32px 24px;
}

.resources-card-wrapper .img-cover {
	width: 100%;
	overflow: hidden;
	padding-bottom: 70%;
	position: relative;
}

.resources-card-wrapper .img-cover img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-position: center;
	object-fit: cover;
	display: block;
	transition: all .4s ease;
}

.resources-card-wrapper .resources-post-content h3, .resources-card-wrapper .resources-post-content h4 {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
}

.resources-card-wrapper .resources-post-content h4, .resources-card-wrapper h3, .resources-card-wrapper h5 {
	margin: 0;
}

.resources-card-wrapper .resources-post-content h4 a, .resources-card-wrapper .resources-post-content h3 a, .resources-card-wrapper h5 a {
	color: var(--primary-color);
}

.resources-card-wrapper .resources-post-content h3 a:after, .resources-card-wrapper h5 a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
}

.resources-card-wrapper:hover {
	top: 0px;
}

.resources-post-content .webinar-event-timing {
	color: var(--primary-color);
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
}

.custom-pagination {
	margin-top: 82px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-pagination .page-numbers {
	min-width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #e1e3fe;
	border-radius: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #6e76d5;
	margin: 6px;
	transition: all .4s ease;
	position: relative;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-pagination .page-numbers svg {
	display: block;
}

.custom-pagination .page-numbers:hover, .custom-pagination .page-numbers.current {
	background: #c9cdfd;
}

.details-left-block .form-dark .legal-consent-container .hs-form-booleancheckbox-display p, .details-left-block .form-dark.form-style1 .field label span {
	color: var(--text-color);
}

.details-left-block .form-dark.form-style1 .legal-consent-container .hs-form-booleancheckbox-display>span:before {
	border-color: #28343c !important;
	background: #1f2a33;
}

.details-left-block .form-dark.form-style1 .field .input .hs-input {
	background: #fcfdfd;
	border: 1px solid #fcfdfd !important;
	color: #0b1821;
	height: 48px;
}

/*.details-left-block .form-dark.form-style1 .field .input .hs-input:placeholder {color: #0B1821;}*/
.form-dark p span em {
	color: #f5f6f6;
}

.webinar-event-title-wrapper {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 60%;
}

.webinar-or-event-text {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: var(--primary-font);
	line-height: normal;
	margin-bottom: 15px;
}

.webinar-event-title-wrapper h3, .webinar-event-title-wrapper h6, .webinar-event-title-wrapper h4 {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.webinar-event-title-wrapper h6 {
	font-size: 18px;
	line-height: 20px;
}

.resources-itmes1 .webinar-or-event-text {
	margin-bottom: 9px;
}

.resources-itmes1 .webinar-event-title-wrapper {
	left: 14px;
	bottom: 15px;
}

.resources-itmes1 .webinar-event-title-wrapper .webinar-or-event-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.feature-image-video-wrapper .webinar-event-title-wrapper {
	left: 47px;
	bottom: 62px;
	width: 60%;
	padding-right: 15px;
}

.feature-image-video-wrapper .webinar-event-title-wrapper h3 {
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.feature-image-video-wrapper .elementor-widget-video .e-hosted-video .elementor-video {
	object-fit: contain;
}

/*.webinar-feature-image .elementor-widget-shortcode.hide{display: block !important;}*/

/*.feature-image-video-wrapper .e-hosted-video.elementor-wrapper {--video-aspect-ratio: auto !important;}*/
.details-left-block .elementor-widget-image {
	margin-bottom: 32px !important;
}

.details-left-block .elementor-widget-image img {
	max-height: 100%;
	max-width: 100%;
}

/** Resource - Case Study Detail Page Start **/
body.page-template-resources, body.archive, body.single-university, body.page-template-resources-campaign, body.single-resources {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/www.sirion.ai/wp-content/uploads/2025/07/resources-hero-bg-3000.webp");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

body.page-template-resources.nitro-lazy, body.archive.nitro-lazy, body.single-university.nitro-lazy, body.page-template-resources-campaign.nitro-lazy, body.single-resources.nitro-lazy {
	background-image: none !important;
}

.single-university .page-header, .single-university header.page-header, .single-resources .page-header, .single-resources header.page-header {
	display: none;
}

.resources-right-block h1.elementor-heading-title, .resource-case-study-details-section1 h1.elementor-heading-title {
	font-size: 72px;
	font-weight: 300;
	line-height: 80px;
	letter-spacing: -1.44px;
}

.resource-case-study-details-section1 .breadcrumbs-wrapper li.elementor-icon-list-item {
	border-color: #0d5e68;
}

.resource-case-study-details-section1 .breadcrumbs-group.breadcrumbs-wrapper li.elementor-icon-list-item:last-child {
	background: #0d5e68;
}

.resource-case-study-details-section1 .breadcrumbs-wrapper li.elementor-icon-list-item span.elementor-icon-list-icon svg {
	top: -1px;
}

.faster-review-wrapper span.elementor-counter-number-prefix {
	text-align: left;
	flex-grow: initial;
}

.faster-review-wrapper .elementor-counter-title {
	text-align: left !important;
}

.faster-review-wrapper .elementor-widget-counter + .elementor-widget-counter {
	margin-top: 37px;
}

.faster-review-wrapper .elementor-counter .elementor-counter-title {
	justify-content: flex-start;
}

.feature-image-video-wrapper .elementor-widget-image, .feature-image-video-wrapper .elementor-widget-video {
	border-radius: 16px;
	overflow: hidden;
}

/*.feature-image-video-wrapper .elementor-widget-video .e-hosted-video:after,*/

/*.feature-image-video-wrapper .elementor-widget-image:after{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: linear-gradient(0deg, rgba(11, 24, 33, 0.20) 0%, rgba(11, 24, 33, 0.20) 100%);}*/
.feature-image-video-wrapper .elementor-custom-embed-play {
	z-index: 1;
}

.feature-image-video-wrapper .elementor-custom-embed-play svg {
	fill: none;
	opacity: 1;
}

.feature-image-video-wrapper .elementor-widget-image {
	width: 100%;
	position: relative;
	padding-bottom: 56.2%;
}

.feature-image-video-wrapper .elementor-widget-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.resource-content-wrapper h4, .resource-content-wrapper h2 {
	margin: 0 0 22px 0;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -.32px;
}

.resource-content-wrapper h3 {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0;
}

.resource-content-wrapper h4 {
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0;
}

.resource-content-wrapper h5 {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0;
}

.resource-content-wrapper h6 {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0;
}

.resource-content-wrapper *:last-child {
	margin-bottom: 0;
}

.resource-content-wrapper p {
	margin-bottom: 17px;
}

.resource-content-wrapper li b, .resource-content-wrapper li strong, .resource-content-wrapper p b, .resource-content-wrapper p strong {
	font-weight: 600;
}

.left-sidebar-unique h2:first-child {
	margin-top: 0 !important;
}

.left-sidebar-unique h2, .resource-content-wrapper .elementor-widget-blockquote + .elementor-widget-text-editor, .resource-content-wrapper .elementor-widget-text-editor + .elementor-widget-blockquote, .resource-content-wrapper .elementor-widget-text-editor + .elementor-widget-text-editor {
	margin-top: 70px;
}

.resource-content-wrapper .elementor-widget-blockquote.top-no-space, .resource-content-wrapper .elementor-widget-text-editor.top-no-space, .resource-content-wrapper .elementor-widget-text-editor.top-no-space {
	margin-top: 0 !important;
}

.resource-content-wrapper ul {
	padding-left: 0;
}

.resource-content-wrapper ul li {
	list-style: none;
	position: relative;
	padding-left: 27px;
}

.resource-content-wrapper ul li:before {
	content: "";
	left: 10px;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #000;
	position: absolute;
	border-radius: 100%;
}

.resource-content-wrapper .elementor-blockquote--skin-boxed .elementor-blockquote {
	background: #fcfdfd !important;
}

.resource-content-wrapper .elementor-element .elementor-blockquote__content {
	border-color: #818bfb;
}

.resource-case-study-details-section2 blockquote {
	padding: 24px;
	background: #fcfdfd !important;
	margin: 30px 0 0 0;
}

.resource-case-study-details-section2 blockquote p {
	font-size: 24px;
	line-height: 28px;
	padding-left: 24px;
	border-left: 1px solid #818bfb;
}

.resource-case-study-details-section2 blockquote:last-child {
	margin-bottom: -60px;
}

.details-left-block>div *:last-child {
	margin-bottom: 0;
}

.additional-resources-posts-wrapper h4, .additional-resources-posts-wrapper h2 {
	text-align: center;
	margin-bottom: 50px;
	color: var(--primary-color);
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -.32px;
}

.additional-resources-posts-wrapper .resources-post-wrapper {
	justify-content: center;
}

.additional-resources-posts-wrapper .resources-post-wrapper .resources-itmes1:first-child {
	display: block;
}

.additional-resources-posts-wrapper {
	margin-bottom: 144px;
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.newsletter-section h3 {
	margin-bottom: 24px;
}

.newsletter-section .elementor-field-type-email {
	margin-bottom: 32px !important;
}

.newsletter-section .e-form__buttons {
	width: auto;
}

.newsletter-section .e-form__buttons button.elementor-button {
	padding: 17px 21px;
}

.newsletter-section .elementor-field {
	padding: 10px 20px;
	height: 56px;
}

.newsletter-section ::-webkit-input-placeholder {
	color: #f0f1f2 !important;
	opacity: 1 !important;
}

.newsletter-section :-moz-placeholder {
	color: #f0f1f2 !important;
	opacity: 1 !important;
}

/* Firefox 18- */
.newsletter-section ::-moz-placeholder {
	color: #f0f1f2 !important;
	opacity: 1 !important;
}

/* Firefox 19+ */
.newsletter-section :-ms-input-placeholder {
	color: #f0f1f2 !important;
	opacity: 1 !important;
}

.elementor-widget-form .elementor-message:before {
	display: none;
}

.newsletter-section .elementor-message.elementor-message-success {
	color: var(--white-color);
}

.elementor-message.elementor-message-success {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -.24px;
	font-weight: 300;
	font-family: var(--primary-font);
	color: var(--primary-color);
}

.elementor-message.elementor-message-danger {
	font-size: 16px;
	line-height: 20px;
}

.newsletter-section .form-style1.form-dark .legal-consent-container p a, .newsletter-section .form-style1.form-dark .legal-consent-container p, .newsletter-section .form-style1.form-dark .field label span {
	color: var(--white-color);
}

.newsletter-section .form-style1.form-dark .field .input .hs-input {
	color: var(--white-color);
}

.newsletter-section .form-style1.form-dark .hs_submit.hs-submit .actions .hs-button {
	background-position: calc(100% - 18%) center;
	max-width: 164px;
	padding: 0 53px 0 21px;
	text-align: left;
}

.breadcrumb-wrapper {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.breadcrumb-wrapper ul {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	list-style: none;
	border: 1px solid #0d5e68;
	border-radius: 30px;
	overflow: hidden;
	padding: 0;
}

.breadcrumb-wrapper ul li {
	padding: 3px 8px 2px 8px;
	font-family: var(--primary-color);
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: 1px;
	color: #0d5e68;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.breadcrumb-wrapper ul li a {
	color: #0d5e68;
	font-weight: 400;
}

.breadcrumb-wrapper ul li.active {
	background: #0d5e68;
	color: var(--white-color);
}

.breadcrumb-wrapper ul li.active a {
	color: var(--white-color);
}

.breadcrumb-wrapper ul li.active:before {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/case-studies-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-right: 4px;
}

.events-demand .breadcrumb-wrapper ul li.active:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/events-demand.svg");
}

.reports .breadcrumb-wrapper ul li.active:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/report-icon.svg");
}

.blog-topic .breadcrumb-wrapper ul li.active:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/blog-topic-icon.svg");
}

.product-brief .breadcrumb-wrapper ul li.active:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/product-brief-icon.svg");
	width: 8px;
}

.hs-richtext p a, .hs-richtext p, .form-style1 p span a, .form-style1 p span {
	color: var(--text-color);
	font-family: var(--primary-font);
}

.hs-richtext p a, .form-style1 p span a {
	text-decoration: underline;
	transition: all .4s ease;
}

.hs-richtext p a:hover, .form-style1 p span a:hover {
	text-decoration: none;
}

.hs-richtext p {
	font-size: 16px;
	line-height: 20px;
}

/** Single Resource - Webinar Events Register Page Start **/
.form-style .elementor-field {
	box-shadow: none !important;
}

.form-style .elementor-field-option {
	padding-left: 0;
	position: relative;
}

.form-style .elementor-field-option input {
	position: absolute;
	opacity: 0;
}

.form-style .elementor-field-option label {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: var(--primary-color);
	position: relative;
	padding-left: 25px;
	display: block !important;
}

.form-style .elementor-field-option label:before {
	content: "";
	width: 16px;
	height: 16px;
	border: 1px solid #c2c5c8;
	position: absolute;
	left: 0;
	top: 1px;
	background: #fff;
	border-radius: 4px;
}

.form-style .elementor-field-option label:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 1px;
	left: 0;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/check-icon.png") no-repeat center;
	background-size: 11px auto;
	border-radius: 4px;
	transition: all .4s ease;
	opacity: 0;
}

.form-style .elementor-field-option input:checked+label:after {
	opacity: 1;
}

.form-style .elementor-field-type-acceptance {
	margin: 24px 0 32px 0 !important;
}

.form-style .e-form__buttons {
	width: auto;
}

.form-style .e-form__buttons button.elementor-button {
	padding: 12px 13px;
	font-size: 18px;
	border-radius: 12px;
}

.logo-list1-wrapper .elementor-widget-image {
	margin-right: 40px;
	margin-bottom: 15px !important;
}

.resource-content-wrapper>.e-con-inner, .feature-image-video-wrapper>.e-con-inner, .logo-list1-wrapper {
	gap: 20px 0;
}

.logo-list1-wrapper>.e-con-inner {
	margin: 0;
}

.logo-list1-wrapper .elementor-widget-image:last-child {
	margin-right: 0;
}

.logo-list1-wrapper .elementor-widget-container {
	height: 30px !important;
	display: block;
}

.logo-list1-wrapper .elementor-widget-container img {
	width: auto !important;
	height: 100%;
	object-fit: contain;
	object-position: left center;
	display: block;
}

.speakers-list-wrapper .elementor-widget-image-box {
	width: 50%;
}

.speakers-list-wrapper .elementor-image-box-img {
	width: 90px;
	min-width: 90px;
	height: 90px;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	margin-right: 24px !important;
}

.speakers-list-wrapper .elementor-image-box-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	object-position: center;
	display: block;
}

.speakers-list-wrapper h3.elementor-image-box-title {
	margin: 0 0 7px 0 !important;
}

.webinar-details-section .elementor-widget-text-editor {
	max-width: 774px !important;
	width: 100%;
}

.details-left-block h2.elementor-heading-title {
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -.32px;
}

#introduction h2 {
	display: none;
}

.single-resources .resource-case-study-details-section1 .elementor-widget-shortcode.events-demand.mt-0 {
	margin-top: 0;
}

.resource-case-study-details-section2 .logo-list1-wrapper .elementor-widget-image {
	margin-bottom: 0px !important;
}

.register-now-btn a.elementor-button {
	font-weight: 700 !important;
	padding: 15px 16px;
	border-radius: 12px !important;
}

.resource-case-study-details-section2 .details-left-block .details-block-left-form.e-con-full {
	border-radius: 16px;
	border: 1px solid #c9cdfd !important;
	background: var(--white-color);
}

.resource-case-study-details-section2 .animation-white-bdr.details-left-block .details-block-left-form.e-con-full {
	border: 0 !important;
	background: none;
}

.resource-case-study-details-section2 .details-left-block .e-con-full {
	border: 0 !important;
}

body.blur-active .resource-case-study-details-section2 .resource-case-study-details-section2-right {
	opacity: .3;
}

body.active .resource-case-study-details-section2 .details-left-block .details-block-left-form {
	box-shadow: 0 0 20px rgba(129, 139, 251, 40%);
	border: solid 1px #c9cdfd !important;
}

body.active .resource-case-study-details-section2 .details-left-block .details-block-left-form>div:after, body.active-bdr .resource-case-study-details-section2 .details-left-block .details-block-left-form>div:after {
	content: "";
	position: absolute;
	left: 40px;
	right: 40px;
	top: -20%;
	height: 140%;
	z-index: -1;
	filter: blur(20px);
	animation: border-rotate 12s linear infinite;
	background: conic-gradient(from 0deg, rgba(129, 139, 251, 0) 0deg, rgba(129, 139, 251, 1) 0deg, rgba(129, 139, 251, 1) 100deg, rgba(129, 139, 251, 1) 200deg, rgba(129, 139, 251, 0) 1320deg);
}

body .resource-case-study-details-section2 .details-left-block .details-block-left-form1>div:after {
	opacity: 0 !important;
	visibility: hidden !important;
}

body.active .resource-case-study-details-section2 .details-left-block .details-block-left-form1>div:after {
	opacity: 1 !important;
	visibility: visible !important;
}

body .resource-case-study-details-section2 .details-left-block.animation-white-bdr .details-block-left-form {
	box-shadow: none;
}

body .resource-case-study-details-section2 .details-left-block.animation-white-bdr .details-block-left-form>div {
	padding: 3px !important;
	background: var(--primary-color);
}

.details-block-left-form>div {
	padding: 2px !important;
	overflow: hidden;
	z-index: 1;
}

@keyframes border-rotate {
	to {
		transform: rotate(1turn);
	}
}

/** Single Resource - Webinar Events On demand Page Start **/
.speakers-list-wrapper {
	width: 858px;
}

.side-newsletter-form .elementor-field-group .elementor-field-textual {
	height: 48px;
}

.side-newsletter-form ::-webkit-input-placeholder {
	color: #c2c5c8 !important;
	opacity: 1 !important;
}

.side-newsletter-form :-moz-placeholder {
	color: #c2c5c8 !important;
	opacity: 1 !important;
}

/* Firefox 18- */
.side-newsletter-form ::-moz-placeholder {
	color: #c2c5c8 !important;
	opacity: 1 !important;
}

/* Firefox 19+ */
.side-newsletter-form :-ms-input-placeholder {
	color: #c2c5c8 !important;
	opacity: 1 !important;
}

/** Single Resource - Blog Topic Individual Page Start **/
.sidebarlist ul li>a {
	padding-left: 21px;
	position: relative;
}

.sidebarlist ul li>a:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #60696f;
	opacity: .5;
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	transition: all .4s ease;
}

.sidebarlist ul li>a:after {
	content: "";
	width: 12px;
	height: 8px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/list-arrow-1.svg") no-repeat center;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 4px;
	transition: all .4s ease;
	opacity: 0;
}

/*.sidebarlist ul li>a.mPS2id-highlight.mPS2id-clicked:after,*/
.sidebarlist ul li>a.mPS2id-highlight.mPS2id-highlight-first:after, .sidebarlist ul li>a.mPS2id-highlight.mPS2id-highlight-first:hover:after {
	opacity: 1;
}

.sidebarlist ul li>a.mPS2id-highlight.mPS2id-highlight-first:hover:before, .sidebarlist ul li>a.mPS2id-highlight.mPS2id-highlight-first:before {
	opacity: 0;
}

.sidebarlist ul li>a:hover:before {
	background: var(--secondary-color);
	opacity: 1;
}

.sidebarlist ul li>a.mPS2id-highlight.mPS2id-highlight-first, .sidebarlist ul li>a.mPS2id-highlight.mPS2id-highlight-first span, .sidebarlist ul li>a:hover, .sidebarlist ul li>a.mPS2id-highlight.mPS2id-highlight-first:hover {
	color: var(--secondary-color) !important;
}

.resource-content-wrapper li a, .resource-content-wrapper p a {
	color: var(--primary-color);
	text-decoration: underline;
}

.resource-content-wrapper li a:hover, .resource-content-wrapper p a:hover {
	text-decoration: none;
	color: var(--secondary-color);
}

.post-meta-wrapper ul {
	margin: -4px !important;
}

.post-meta-wrapper ul li {
	padding: 4px !important;
}

.post-meta-wrapper .elementor-icon-list-text {
	border-radius: 4px;
	border: 1px solid #90b5ba;
	padding: 0 8px;
}

.resource-content-wrapper ul, .resource-content-wrapper ol {
	margin-bottom: 17px;
}

.list-style-and-spacing ol li + li, .list-style-and-spacing ul li + li {
	margin-top: 17px;
}

.resource-content-wrapper ol {
	padding-left: 27px;
}

.table-of-contents-wrapper .elementor-heading-title {
	font-size: 12px;
	color: var(--primary-color) !important;
	line-height: 14px;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-family: var(--primary-font) !important;
	margin-bottom: 17px !important;
}

.table-of-contents-wrapper .elementor-widget-icon-list .elementor-icon-list-item + .elementor-icon-list-item {
	margin-top: 14px;
}

.table-of-contents-wrapper .elementor-widget-icon-list .elementor-icon-list-item a {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #60696f;
	font-family: var(--primary-font);
	display: block;
}

.form-style1 .hs-richtext p a, .form-style1 .hs-richtext p, .form-style1 * {
	color: var(--primary-color);
}

.details-left-block .form-style1.form-dark .hs-richtext p a, .details-left-block .form-style1.form-dark .hs-richtext p, .details-left-block .form-style1.form-dark * {
	color: var(--white-color);
}

.form-style1 .form-columns-2>.field, .form-style1 fieldset.form-columns-2>.field {
	width: 100% !important;
}

.form-style1 .field, .form-style1 fieldset>.field {
	margin-bottom: 15px;
}

.form-style1 .field .input, .form-style1 fieldset>.field .input {
	margin: 0 !important;
}

.form-style1 .field label, .form-style1 fieldset>.field label {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .025em;
	display: block;
	margin-bottom: 3px;
	font-family: var(--primary-font);
}

.form-style1 .field label span.hs-form-required, .form-style1 fieldset>.field label span.hs-form-required {
	color: #f2545b;
}

.form-style1 .field .input .hs-input, .form-style1 fieldset>.field .input .hs-input {
	height: 40px;
	border-radius: 8px 8px 8px 8px;
	background: #f0f1f2;
	border: 1px solid #dadcde !important;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	font-family: var(--primary-font);
	color: var(--primary-color);
	padding: .5rem 1rem;
	outline: none !important;
	box-shadow: none !important;
	width: 100% !important;
}

.form-style1 fieldset>.field .input textarea.hs-input {
	height: 100px;
	resize: none;
	display: block;
}

.form-style1 .legal-consent-container .input {
	margin: 0 !important;
}

.form-style1 .legal-consent-container .input ul.inputs-list {
	padding: 0;
	margin: 17px 0 0 0;
	list-style: none;
}

.form-style1 .legal-consent-container .hs-form-booleancheckbox-display>span {
	font-family: var(--primary-font);
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	color: var(--primary-color);
	position: relative;
	padding-left: 25px;
	display: block !important;
	margin: 0;
	cursor: pointer;
}

.form-style1 .legal-consent-container .hs-form-booleancheckbox-display>span a {
	text-decoration: underline;
	transition: all .4s ease;
}

.form-style1 .legal-consent-container .hs-form-booleancheckbox-display>span a:hover {
	text-decoration: none;
	color: var(--secondary-color);
}

.form-style1 .legal-consent-container .hs-form-booleancheckbox-display>span:before {
	content: "";
	width: 16px;
	height: 16px;
	border: 1px solid #c2c5c8;
	position: absolute;
	left: 0;
	top: 1px;
	background: #fff;
	border-radius: 4px;
}

.form-style1 .legal-consent-container .hs-form-booleancheckbox-display>span:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 1px;
	left: 0;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/check-icon.png") no-repeat center;
	background-size: 11px auto;
	border-radius: 4px;
	transition: all .4s ease;
	opacity: 0;
}

.form-style1 .legal-consent-container .hs-form-booleancheckbox-display input:checked+span:after {
	opacity: 1;
}

.form-style1 .legal-consent-container .hs-form-booleancheckbox-display input {
	position: absolute;
	opacity: 0;
}

.form-style1 .no-list {
	list-style: none;
	padding: 0;
	font-size: 14px;
	font-weight: 300;
	margin: 2px 0 0 0;
	line-height: 1;
	font-family: var(--primary-font);
}

.form-style1 .no-list li label.hs-error-msg {
	text-transform: none;
	letter-spacing: 0;
	color: #f2545b;
}

.form-style1 .hs_submit.hs-submit {
	margin-top: 24px;
}

.resource-case-study-details-section2 .form-style1 .field {
	margin-bottom: 24px;
}

.form-style1 .hs_submit.hs-submit .actions .hs-button {
	background-color: var(--secondary-color);
	border: 0;
	color: var(--white-color);
	font-size: 18px;
	line-height: 1;
	border-radius: 12px;
	padding: 12px 44px 12px 13px;
	font-family: var(--primary-font);
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg");
	background-position: calc(100% - 15px) center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	box-shadow: none;
	outline: none;
}

.form-style1 .hs_submit.hs-submit .actions .hs-button.nitro-lazy {
	background-image: none !important;
}

.form-style1 .hs_submit.hs-submit .actions .hs-button:hover, .form-style1 .hs_submit.hs-submit .actions .hs-button:focus, .form-style1 .hs_submit.hs-submit .actions .hs-button:active {
	background-color: var(--btn-hover-color) !important;
	background-size: 24px auto;
}

.download-btn .elementor-button {
	padding: 13px 16px;
	font-size: 18px;
	border-radius: 12px;
}

/** Single Resource - Product Brief Page Start **/
.feature-image-large.feature-image-video-wrapper .elementor-widget-image {
	padding-bottom: 66.7%;
}

/** Resource - Campaign Page Start **/
.page-template-resources-campaign .resource-content-wrapper .elementor-widget-text-editor + .elementor-widget-text-editor {
	margin-top: 53px;
}

/** Archive Page Start **/
.archive .back-link .elementor-button-icon svg {
	opacity: 0;
	right: 10px;
	position: relative;
}

.archive .back-link .elementor-button:hover .elementor-button-icon svg {
	right: 0;
	opacity: 1;
}

.archive .back-link .elementor-button:hover {
	color: var(--secondary-color) !important;
}

.archive .back-link a.elementor-button {
	color: var(--primary-color) !important;
}

/** No Search Result Page Start **/
.search-result-library .search-page-title, .search-results .search-page-title, .search-no-results .search-page-title {
	width: 100%;
	margin-bottom: 80px;
}

.search-result-library .search-page-title+div, .search-results .search-page-title+div, .search-no-results .search-page-title+div {
	display: none;
}

.additional-text {
	color: var(--primary-color);
	margin-bottom: 80px;
	margin-top: -7px !important;
}

.search-result-library .resources-post-section-wrapper {
	margin-top: 0 !important;
}

/** Solutions Hub Page Start **/
.page-template-solutions .home-section1.solutions-hub-hero-section {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/www.sirion.ai/wp-content/uploads/2025/07/solutions-hero-bg-3000.webp") no-repeat right center;
	background-size: cover;
}

.page-template-solutions .home-section1.solutions-hub-hero-section.nitro-lazy {
	background: none !important;
}

.tabs-styling {
	margin-top: 39px;
}

.tabs-styling .elementor-tabs-wrapper {
	display: -webkit-flex !important;
	display: flex !important;
	margin: 0 -4px;
}

.tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
	min-width: calc(20% - 8px);
	max-width: calc(20% - 8px);
	flex-basis: calc(20% - 8px);
	margin: 0 4px;
	padding: 16px 16px 20px 16px;
	border-radius: 0 0 16px 16px;
	background: var(--text-color);
	border-top: 1px solid var(--text-color) !important;
	text-align: center;
	position: relative;
	transition: all .4s ease;
}

.tabs-styling .elementor-tabs-wrapper .elementor-tab-title:hover, .tabs-styling .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
	border-color: rgba(13, 94, 104, .3) !important;
	background: rgba(180, 205, 208, .5);
}

.tabs-styling .elementor-tabs-wrapper .elementor-tab-title:before {
	content: "";
	width: 10px !important;
	height: 10px !important;
	display: block !important;
	margin: 0 auto 3px auto;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/tab-icon1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: static !important;
	transition: all .4s ease;
}

.tabs-styling .elementor-tabs-wrapper .elementor-tab-title:nth-child(2):before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/tab-icon2.svg");
}

.tabs-styling .elementor-tabs-wrapper .elementor-tab-title:nth-child(3):before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/tab-icon3.svg");
}

.tabs-styling .elementor-tabs-wrapper .elementor-tab-title:nth-child(4):before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/tab-icon4.svg");
}

.tabs-styling .elementor-tabs-wrapper .elementor-tab-title:nth-child(5):before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/tab-icon5.svg");
}

.tabs-styling .elementor-tabs-wrapper .elementor-tab-title:after {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	top: -1px;
	height: 1px !important;
	background: #0d5e68;
}

.elementor-widget-tabs.tabs-styling .elementor-tabs-wrapper .elementor-tab-title.elementor-active:after {
	width: 0;
}

.tabs-styling .elementor-tabs-wrapper .elementor-tab-title.elementor-active.active-tab-item:after {
	animation: lineH 18s 0s linear both;
}

.home-section2-new .tabs-styling .elementor-tabs-wrapper .elementor-tab-title.elementor-active.active-tab-item.anim-pause::after, .tabs-styling .elementor-tabs-wrapper .elementor-tab-title.elementor-active.active-tab-item.anim-pause::after {
	animation-play-state: paused;
}

.tabs-styling .elementor-tab-content {
	padding: 0 !important;
}

.tab-content-wrapper {
	display: -webkit-flex;
	display: flex;
	margin-top: 48px;
}

.tab-bottom-content-wrapper strong, .tab-content-wrapper strong {
	font-weight: bold;
}

.tab-content-wrapper .image-box {
	min-width: 57.55%;
	max-width: 57.55%;
	flex-basis: 57.55%;
	height: 521px;
	overflow: hidden;
	border-radius: 16px;
	position: relative;
}

.tab-content-wrapper .image-box:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #0d5e68;
}

.tab-content-wrapper .image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.tab-content-wrapper .image-box img + img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 192px;
	height: 192px;
	object-fit: scale-down;
	transform: translate(-50%, -50%);
	display: none;
}

.tab-content {
	padding: 75px 0;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

.tab-content h2 {
	margin: 0 0 10px 0;
}

.tab-content-inner {
	max-width: 436px;
	width: 100%;
}

.tab-content .btn {
	max-width: 156px;
	min-width: 156px;
	margin-top: auto;
}

.tab-content>p {
	margin: auto 0 0 0;
}

.s7-slider-wrapper1>div {
	height: 100%;
}

.page-template-solutions-no-dark-banner .site-navigation ul.menu li ul.sub-menu ul.sub-menu, .page-template-solutions-no-dark-banner .site-navigation ul.menu>li>ul.sub-menu, .page-template-solutions .site-navigation ul.menu li ul.sub-menu ul.sub-menu, .page-template-solutions .site-navigation ul.menu>li>ul.sub-menu {
	background: #d1dddf;
}

.page-template-solutions-no-dark-banner .site-navigation ul.menu>li>ul.sub-menu:before, .page-template-solutions .site-navigation ul.menu>li>ul.sub-menu:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/sub-menu-arrow3.svg");
}

/** About Us Page Start **/

/*.page-template-product-child.page-id-516 .home-section1 {background: url(assets/images/about-us-hero-image.svg) no-repeat bottom center; background-size:cover;}*/
.about-hero-section.product-hero-section .product-hero-images-wrapper .elementor-widget-container:before {
	background: #335dcb;
}

.about-hero-section.home-section1 .hero-bottom-images {
	margin: 28px 0 0;
}

.about-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
	height: 281px !important;
}

.about-hero-section .hero-content1, .about-hero-section.product-hero-section.home-section1 .hero-left-title {
	min-width: 49% !important;
	max-width: 49% !important;
	flex-basis: 49% !important;
}

.about-hero-section .hero-content1 .elementor-widget-text-editor {
	max-width: 543px !important;
	margin: 0;
}

.about-hero-section .product-hero-images-wrapper {
	min-width: 50.5%;
	max-width: 50.5%;
	flex-basis: 50.5%;
	margin-top: -240px;
}

.about-hero-section.hero-right-image-full.home-section1 .hero-bottom-images>div {
	padding: 0;
}

.about-three-col-wrapper {
	margin: -12px;
	width: auto;
}

.about-three-col-wrapper>div {
	padding: 12px !important;
	position: relative;
}

.about-three-col-wrapper .elementor-widget-image-box {
	background: #e1e3fe;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
}

.about-three-col-wrapper .elementor-image-box-img {
	position: relative;
	padding-bottom: 100%;
	width: 100%;
}

.team-list-wrapper .elementor-image-box-img img, .about-three-col-wrapper .box-icon .elementor-widget-image .elementor-widget-container img, .about-three-col-wrapper .elementor-image-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.about-three-col-wrapper .elementor-image-box-content {
	text-align: left;
	padding: 38px 24px 43px 24px;
}

.about-three-col-wrapper h3 {
	margin: 0 0 17px 0;
}

.about-three-col-wrapper p {
	font-size: 24px;
	font-weight: 300 !important;
	line-height: 28px;
	letter-spacing: -.24px;
}

.about-three-col-wrapper .box-icon .elementor-widget-image .elementor-widget-container {
	position: absolute;
	z-index: 1;
	width: 100%;
	padding-bottom: 100%;
}

.about-three-col-wrapper .box-icon .elementor-widget-image .elementor-widget-container img {
	object-fit: scale-down;
}

.team-list-wrapper {
	margin: -22px -12px;
	width: auto;
}

.team-list-wrapper>div {
	padding: 22px 12px;
}

.team-list-wrapper .elementor-image-box-img {
	padding-bottom: 126%;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}

.team-list-wrapper .elementor-image-box-content {
	text-align: left;
	padding: 12px 0 0 0;
}

.team-list-wrapper .elementor-image-box-content h4 {
	margin: 0;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -.64px;
}

.team-list-wrapper .elementor-image-box-description {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold !important;
	letter-spacing: 1.2px;
	line-height: 16px;
	display: block;
	margin: 7px 0 0 !important;
}

.team-list-wrapper .overlay .elementor-image-box-img:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #92429f;
	opacity: .9;
}

.team-list-wrapper .elementor-image-box-wrapper {
	max-width: 318px;
	width: 100%;
}

.team-list-wrapper .center .elementor-image-box-wrapper {
	margin: 0 auto;
}

.team-list-wrapper .right .elementor-image-box-wrapper {
	margin-left: auto;
}

/** Demo Page Start **/
.demo-section1 .elementor-widget-image .elementor-widget-container {
	overflow: hidden;
	height: 368px;
	position: relative;
	border-radius: 16px;
	margin-bottom: -146px !important;
}

.demo-section1 .elementor-widget-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
}

.demo-section1 .elementor-widget-image .elementor-widget-container:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #818bfb;
}

.demo-section1 input.elementor-field {
	padding: 0 15px;
	height: 54px;
}

.demo-section1 .elementor-field-type-acceptance .elementor-field-option {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.demo-section1 .elementor-field-type-acceptance input {
	position: absolute;
	opacity: 0;
}

.demo-section1 .elementor-field-type-acceptance label {
	padding-left: 25px;
	position: relative;
	cursor: pointer;
}

.demo-section1 .elementor-field-type-acceptance label:before {
	content: "";
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px solid #0c565f;
	background: #073439;
}

.demo-section1 .elementor-field-type-acceptance label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/check-icon.png") no-repeat center;
	background-size: 10px auto;
	transition: all .4s ease;
	opacity: 0;
}

.demo-section1 .elementor-field-type-acceptance input:checked + label:after {
	opacity: 1;
}

.demo-section1 .elementor-field-type-acceptance {
	margin: 24px 0 32px 0 !important;
}

.demo-section1 .elementor-button {
	height: 56px;
}

.demo-section1 .form-style1.form-dark .field label span {
	color: var(--white-color);
}

.demo-section1 .form-style1.form-dark .field label span.hs-form-required {
	color: #f2545b;
}

.demo-section1 .form-style1 .hs-richtext p a, .demo-section1 .form-style1 .hs-richtext p, .demo-section1 .form-style1 * {
	color: var(--white-color);
}

.demo-section1 .form-style1.form-dark .field .input .hs-input {
	color: var(--white-color);
}

.demo-section1 .form-style1.form-dark .field .input textarea.hs-input {
	height: 100px;
}

.form-style1.form-dark ::-webkit-input-placeholder {
	color: #5d939a !important;
	opacity: 1 !important;
}

.form-style1.form-dark :-moz-placeholder {
	color: #5d939a !important;
	opacity: 1 !important;
}

/* Firefox 18- */
.form-style1.form-dark ::-moz-placeholder {
	color: #5d939a !important;
	opacity: 1 !important;
}

/* Firefox 19+ */
.form-style1.form-dark :-ms-input-placeholder {
	color: #5d939a !important;
	opacity: 1 !important;
}

.demo-section2 h3 {
	margin-bottom: 32px;
}

.logo-list-wrapper1 {
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	justify-content: space-between;
	margin: -10px !important;
}

.logo-list-wrapper1 .elementor-widget-container {
	height: 64px !important;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding: 0 10px;
	margin: 10px 0;
}

.logo-list-wrapper1 .elementor-widget-container img {
	max-height: 100%;
	object-fit: scale-down;
}

.demo-section3 h3 {
	margin-bottom: 39px;
}

.demo-color.breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item {
	background: #5c63b2;
	border-color: #5c63b2 !important;
}

.demo-color.breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item .elementor-icon-list-text {
	color: var(--text-color) !important;
}

.demo-s3-three-col-wrapper {
	width: calc(100% + 24px) !important;
	margin: -12px;
}

.demo-s3-three-col-wrapper>div {
	padding: 12px !important;
}

.image-icon-box-wrapper {
	position: relative;
}

.image-icon-box-wrapper .elementor-widget-image:nth-child(1) {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-icon-box-wrapper .elementor-widget-image:nth-child(1)>div {
	height: auto;
}

.image-icon-box-wrapper .elementor-widget-image + .elementor-widget-image .elementor-widget-container {
	padding-bottom: 68.6%;
	position: relative;
}

.image-icon-box-wrapper .elementor-widget-image + .elementor-widget-image .elementor-widget-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.demo-s3-three-col-wrapper .elementor-heading-title {
	padding: 18px 32px;
}

.demo-s3-three-col-wrapper p.elementor-heading-title {
	padding: 26px 32px;
}

.demo-section4 {
	overflow: hidden;
}

.demo-section4 .content-list-wrapper-slider2 .slick-list {
	overflow: visible;
}

.demo-section4 .slick-list:after {
	content: "";
	position: absolute;
	right: -22%;
	top: 0;
	bottom: 0;
	width: 264px;
	background: linear-gradient(270deg, #0b1821 21.34%, rgba(11, 24, 33, 0) 100%);
}

.demo-section4 .content-list-wrapper .items.slick-active:after {
	display: none;
}

.demo-section4 .content-list-wrapper .items {
	padding: 0;
	width: 546px;
}

.demo-section4 .content-list-wrapper .items + .items {
	margin-left: 24px;
}

.demo-section4 .content-list-wrapper .left-content-block {
	padding: 24px 24px 24px 4px;
}

.demo-section4 .content-list-wrapper .right-image-block .image1 .elementor-widget-container:after {
	display: none;
}

.demo-section4 .content-list-wrapper .right-image-block .image1 {
	height: 100%;
}

.demo-section4 .content-list-wrapper .right-image-block {
	height: auto;
}

.demo-section4 .content-list-wrapper .right-image-block .image1 .elementor-widget-container img {
	border-radius: 0;
	opacity: 1;
}

.demo-section4 .content-list-wrapper .right-image-block .image1 .elementor-widget-container {
	border-radius: 16px 0 0 16px;
}

.demo-section4 .content-list-wrapper p {
	margin-bottom: 21px;
}

.demo-section4 .content-list-wrapper p:last-child {
	margin-bottom: 0;
}

.demo-section4 .content-list-wrapper p small {
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
}

.demo-section4 .logo-list-wrapper .elementor-widget {
	padding: 0 24px 0 0;
}

.demo-section5>.e-con-inner>.elementor-element {
	width: calc(100% + 24px);
}

.rev-logo-image {
	margin-bottom: 24px !important;
}

.demo-section5 h3 {
	margin-bottom: 5px;
}

.demo-section5 h2 {
	margin-bottom: 12px;
}

.demo-section5 p.elementor-heading-title {
	margin-top: -8px;
}

.demo-section5 #rating-widget-container {
	margin-bottom: -5px;
}

.demo-section5 [id^=gartner-pi-widget][data-size=line] {
	background: none !important;
	border: 0;
	width: 100%;
}

.demo-section5 [id^=gartner-pi-widget][data-size=line] .gartner-pi-link {
	padding: 0;
	margin: 0;
	text-align: center;
}

.demo-section5 [id^=gartner-pi-widget][data-size=line] .gartner-pi-as-of-date {
	display: none;
}

.demo-section5 [id^=gartner-pi-widget][data-size=line] .gartner-pi-reviews-link {
	font-size: 0;
	margin: 0;
}

.demo-section5 [id^=gartner-pi-widget][data-size=line] .gartner-pi-reviews-link span {
	display: block;
	width: 100%;
	font-family: var(--primary-font);
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	color: var(--text-color);
	margin-top: 11px;
}

.demo-section5 [id^=gartner-pi-widget][data-size=line] .gartner-pi-star-rating {
	display: block;
	width: 122px;
	transform: scale(1);
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/star-rate1.svg") repeat-x left center;
	height: 24px;
	background-size: 25px auto;
	text-align: left;
}

.demo-section5 [id^=gartner-pi-widget][data-size=line] .gartner-pi-star-rating.nitro-lazy {
	background: none !important;
}

.demo-section5 [id^=gartner-pi-widget][data-size=line] .gartner-pi-card .gartner-pi-stats {
	margin: 0;
	padding: 0;
}

.demo-section5 [id^=gartner-pi-widget] .gartner-pi-star-rating-score {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/star-rate.svg") repeat-x left center;
	height: 24px;
	background-size: 25px auto;
}

.demo-section5 [id^=gartner-pi-widget] .gartner-pi-star-rating-score.nitro-lazy {
	background: none !important;
}

.demo-section5 [id^=gartner-pi-widget][data-size=line] .gartner-pi-score {
	width: 100%;
	color: var(--white-color);
	font-family: var(--primary-font);
	font-size: 96px;
	font-weight: 300;
	line-height: 96px;
	letter-spacing: -2.88px;
	margin-bottom: 48px;
}

.demo-section5 [id^=gartner-pi-widget][data-size=line] .gartner-pi-translate {
	transform: none;
}

.demo-section5 [id^=gartner-pi-widget][data-size=line] .gartner-pi-stats {
	justify-content: center;
}

.demo-section5 [id^=gartner-pi-widget][data-size=line] .market-name, .demo-section5 [id^=gartner-pi-widget][data-size=line] span.gartner-pi-chevron, .demo-section5 [id^=gartner-pi-widget][data-size=line] .gartner-pi-logo-line-widget, .demo-section5 [id^=gartner-pi-widget][data-size=line] span.gartner-pi-separator {
	display: none !important;
}

.demo-section5 [id^=gartner-pi-widget][data-size=line] .gartner-pi-reviews-link {
	margin-top: 18px;
}

.demo-section5 [id^=gartner-pi-widget][data-size=line] .gartner-pi-reviews-link a {
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	color: #fff !important;
}

.p-left-image {
	width: 15.3% !important;
	z-index: 1;
}

.demo-section6 .p-right-block {
	width: 84.7%;
	padding: 56px 56px 0 56px;
	z-index: 1;
}

.p-right-block .elementor-image-box-wrapper .elementor-image-box-img {
	width: 67px;
	height: 67px;
	min-width: 67px;
	margin: 0 20px 0 0 !important;
	border-radius: 100%;
	overflow: hidden;
}

.p-right-block .elementor-image-box-wrapper .elementor-image-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.p-right-block .elementor-image-box-wrapper h4.elementor-image-box-title {
	margin: 0 0 4px 0 !important;
}

.p-right-block .p-title-block {
	margin-top: 79px;
	margin-bottom: 85px;
}

.p-right-block .p-title-block h3 {
	max-width: 848px;
	width: 100%;
}

.partners-block:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/partner-bg.svg") no-repeat center;
	background-size: cover;
}

.form-style1 fieldset {
	max-width: 100% !important;
}

.form-style1.form-dark .field label span {
	color: #5d939a;
}

.form-style1.form-dark .field .input .hs-input {
	height: 54px;
	border-color: #0c565f !important;
	background: #073439;
	color: var(--text-color);
	font-weight: 300;
}

.form-style1.form-dark .legal-consent-container .hs-form-booleancheckbox-display>span:before {
	border-color: #0c565f !important;
	background: #073439;
}

.details-left-block .form-style1 .legal-consent-container .hs-form-booleancheckbox-display>span:before, .details-left-block .form-style1.form-dark .legal-consent-container .hs-form-booleancheckbox-display>span p a, .form-style1.form-dark .legal-consent-container .hs-form-booleancheckbox-display>span p a, .form-style1.form-dark .legal-consent-container .hs-form-booleancheckbox-display>span p {
	color: var(--text-color);
}

.form-style1.form-dark .field label span.hs-form-required {
	color: #f2545b;
}

.form-style1.form-dark .hs_submit.hs-submit .actions .hs-button {
	width: 100%;
	height: 44px;
	text-align: center;
	background-position: calc(100% - 30%) center;
	font-size: 18px;
}

.demo-section1 .form-style1.form-dark .hs_submit.hs-submit .actions .hs-button {
	background-position: calc(100% - 25%) center;
}

/** Partners Page Start **/
.page-template-partners.header-fixed .site-header {
	background: #e1e3fe;
}

body.page-template-partners {
	background: #e1e3fe;
}

/*.home-section1.partners-hero-section {background: url(assets/images/partners-hero-bg.svg) no-repeat bottom center !important;background-size: cover !important;}*/
.partners-hero-section.about-hero-section .product-hero-images-wrapper {
	min-width: 49%;
	max-width: 49%;
	flex-basis: 49%;
	margin-top: -162px;
}

.partners-hero-section.about-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
	height: 360px !important;
}

.partners-hero-section.about-hero-section.product-hero-section .product-hero-images-wrapper .elementor-widget-container:before {
	background: #818bfb;
}

.partners-hero-section.about-hero-section.product-hero-section.partners-hero-section1 .product-hero-images-wrapper .elementor-widget-container:before {
	background: #335dcb;
}

.tech-partners-list-wrapper>.e-con-inner {
	margin: -15px;
	width: auto;
}

.tech-partners-list-wrapper .elementor-widget-image {
	padding: 15px;
	min-width: 20%;
	max-width: 20% !important;
	flex-basis: 20%;
}

.tech-partners-list-wrapper .elementor-widget-image .elementor-widget-container {
	background: #fff;
	border-radius: 16px;
	position: relative;
	padding: 19px 24px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	overflow: hidden;
	transition: all .4s ease;
	border: 3px solid #fff;
}

.tech-partners-list-wrapper .elementor-widget-image a {
	display: block;
	width: 100%;
	height: 66px;
}

.tech-partners-list-wrapper .elementor-widget-image img, .tech-partners-list-wrapper .elementor-widget-image a img {
	width: 100% !important;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
}

.tech-partners-list-wrapper .elementor-widget-image.img-contain img, .tech-partners-list-wrapper .elementor-widget-image.img-contain a img {
	object-fit: contain;
}

.tech-partners-list-wrapper .elementor-widget-image a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}

.page-template-partners .s7-slider-wrapper1 .elementor-widget-container:before {
	display: none;
}

.tech-partners-list-wrapper.card-hover-effect .elementor-widget-image .elementor-widget-container:hover {
	border-color: #818bfb;
}

.popup-style2, .popup-style1, .popup-style {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(11, 24, 33, 80%);
	overflow: auto;
	padding: 48px 20px !important;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;
	z-index: -999;
	min-height: 100vh;
	max-height: 100vh;
}

.popup-style2>div, .popup-style1>div, .popup-style>div {
	display: block !important;
	text-align: center;
}

.popup-style2>div>div, .popup-style1>div>div, .popup-style>div>div {
	margin: 0 auto;
}

.popup-close-button {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 9;
}

.popup-close-button img {
	display: block;
	width: 100%;
}

.popup-style2 .elementor-field-type-acceptance, .popup-style1 .elementor-field-type-acceptance, .popup-style .elementor-field-type-acceptance {
	margin: 24px 0 32px 0 !important;
}

.popup-style2 .elementor-field-type-acceptance .elementor-field-option, .popup-style1 .elementor-field-type-acceptance .elementor-field-option, .popup-style .elementor-field-type-acceptance .elementor-field-option {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup-style2 input.elementor-field, .popup-style1 input.elementor-field, .popup-style input.elementor-field {
	padding: 0 15px;
	height: 54px;
	box-shadow: none !important;
}

.popup-style2 textarea.elementor-field, .popup-style1 textarea.elementor-field, .popup-style textarea.elementor-field {
	padding: 15px;
	height: 112px;
	box-shadow: none !important;
	resize: none;
}

.popup-style2 .elementor-field-type-acceptance input, .popup-style1 .elementor-field-type-acceptance input, .popup-style .elementor-field-type-acceptance input {
	position: absolute;
	opacity: 0;
}

.popup-style2 .elementor-field-type-acceptance label, .popup-style1 .elementor-field-type-acceptance label, .popup-style .elementor-field-type-acceptance label {
	padding-left: 25px;
	position: relative;
	cursor: pointer;
	color: #0b1821;
}

.popup-style2 .elementor-field-type-acceptance label:before, .popup-style1 .elementor-field-type-acceptance label:before, .popup-style .elementor-field-type-acceptance label:before {
	content: "";
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px solid #dadcde;
	background: #f0f1f2;
}

.popup-style2 .elementor-field-type-acceptance label:after, .popup-style1 .elementor-field-type-acceptance label:after, .popup-style .elementor-field-type-acceptance label:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/check-icon.png") no-repeat center;
	background-size: 11px auto;
	border-radius: 4px;
	transition: all .4s ease;
	opacity: 0;
}

.popup-style2 .elementor-field-type-acceptance input:checked + label:after, .popup-style1 .elementor-field-type-acceptance input:checked + label:after, .popup-style .elementor-field-type-acceptance input:checked + label:after {
	opacity: 1;
}

.popup-style1 .elementor-field-type-acceptance, .popup-style1 .elementor-field-type-acceptance, .popup-style .elementor-field-type-acceptance {
	margin: 24px 0 32px 0 !important;
}

.popup-style2 .elementor-button, .popup-style1 .elementor-button, .popup-style .elementor-button {
	height: 56px;
}

.popup-open2 .popup-style2, .popup-open1 .popup-style1, .popup-open .popup-style {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.popup-button2 .elementor-button-wrapper, .popup-button1 .elementor-button-wrapper, .popup-button .elementor-button-wrapper {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.popup-button2 .elementor-button-wrapper:after, .popup-button1 .elementor-button-wrapper:after, .popup-button .elementor-button-wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.popup-open2, .popup-open1, .popup-open {
	overflow: hidden;
}

.popup-style2 .form-style1 .field, .popup-style1 .form-style1 .field, .popup-style .form-style1 .field {
	margin-bottom: 8px !important;
}

.popup-style2 .form-style1 .field .input .hs-input, .popup-style2 .form-style1 fieldset>.field .input .hs-input, .popup-style1 .form-style1 .field .input .hs-input, .popup-style1 .form-style1 fieldset>.field .input .hs-input, .popup-style .form-style1 .field .input .hs-input, .popup-style .form-style1 fieldset>.field .input .hs-input {
	border-radius: 12px 12px 12px 12px;
	height: 54px;
	padding: 0 15px;
}

.popup-style2 .form-style1 .field label {
	display: none !important;
}

.popup-style2 .form-style1 .field .input textarea.hs-input, .popup-style1 .form-style1 .field .input textarea.hs-input, .popup-style .form-style1 .field .input textarea.hs-input {
	padding: 15px;
	height: 82px;
	resize: none;
	width: calc(100% - 30px) !important;
	display: block;
}

.popup-style2 .form-style1 .hs_submit.hs-submit .actions, .popup-style1 .form-style1 .hs_submit.hs-submit .actions, .popup-style .form-style1 .hs_submit.hs-submit .actions {
	margin: 0;
	padding: 0;
}

.popup-style2 .form-style1 .hs_submit.hs-submit .actions .hs-button, .popup-style1 .form-style1 .hs_submit.hs-submit .actions .hs-button, .popup-style .form-style1 .hs_submit.hs-submit .actions .hs-button {
	font-family: "PP Radio Grotesk", Sans-serif !important;
	text-shadow: none;
	width: auto;
	height: 44px;
	font-size: 18px;
	font-weight: 400;
	border-radius: 12px;
	transition: all .4s ease;
	padding: 0 15px;
}

.popup-style2 .form-style1 .field ul.inputs-list li label, .popup-style1 .form-style1 .field ul.inputs-list li label, .popup-style .form-style1 .field ul.inputs-list li label {
	display: block !important;
	margin: 0;
}

.popup-style2 .form-style1 .legal-consent-container .hs-form-booleancheckbox-display>span a, .popup-style1 .form-style1 .legal-consent-container .hs-form-booleancheckbox-display>span a, .popup-style .form-style1 .legal-consent-container .hs-form-booleancheckbox-display>span a {
	color: var(--primary-color);
}

.popup-style2 .hs_error_rollup ul li label, .popup-style1 .hs_error_rollup ul li label, .popup-style .hs_error_rollup ul li label {
	color: #f2545b;
	font-family: var(--primary-font);
}

.popup-style2 .form-style1 .field.hs-message .input textarea, .popup-style1 .form-style1 .field.hs-message .input textarea, .popup-style .form-style1 .field.hs-message .input textarea {
	width: 100% !important;
}

.popup-style .form-style1 .hs-richtext img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 8px;
}

.form-style1 .field .input ul.inputs-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.form-style1 .field .input ul.inputs-list label.hs-form-checkbox-display, .form-style1 .field .input ul.inputs-list label.hs-form-radio-display {
	display: -webkit-flex !important;
	display: flex !important;
	align-items: center;
	position: relative;
}

.form-style1 .field .input ul.inputs-list label.hs-form-checkbox-display input, .form-style1 .field .input ul.inputs-list label.hs-form-radio-display input {
	width: auto !important;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	height: auto !important;
}

.form-style1 .field .input ul.inputs-list label.hs-form-checkbox-display span, .form-style1 .field .input ul.inputs-list label.hs-form-radio-display span {
	position: relative;
	font-size: 16px;
	line-height: normal;
	padding-left: 28px;
	cursor: pointer;
	font-family: var(--primary-font);
}

.form-style1 .field .input ul.inputs-list label.hs-form-checkbox-display span:before, .form-style1 .field .input ul.inputs-list label.hs-form-radio-display span:before {
	width: 18px;
	height: 18px;
	border: 1px solid #0c565f;
	position: absolute;
	left: 0;
	content: "";
	border-radius: 100%;
	top: 1px;
}

.form-style1 .field .input ul.inputs-list label.hs-form-radio-display span:after {
	content: "";
	background: #0c565f;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 5px;
	top: 6px;
	border-radius: 100%;
	transition: all .4s ease;
	opacity: 0;
}

.form-style1 .field .input ul.inputs-list label.hs-form-checkbox-display span:after {
	content: "";
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/check-icon-dark.png") no-repeat center;
	background-size: 12px auto;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .4s ease;
	opacity: 0;
}

.form-style1 .field .input ul.inputs-list label.hs-form-checkbox-display input:checked+span:after, .form-style1 .field .input ul.inputs-list label.hs-form-radio-display input:checked+span:after {
	opacity: 1;
}

.engage-section3 + .popup-style .form-style1 .field .input textarea.hs-input {
	width: 100% !important;
}

.engage-section3 + .popup-style .form-style1 .hs_submit.hs-submit .actions .hs-button {
	background-position: calc(50% + 101px) center !important;
}

.form-style1 .field .input ul.inputs-list label.hs-form-checkbox-display span:before {
	border-radius: 0;
}

/** Integrations Page Start **/
.integrations-hero-section.partners-hero-section.about-hero-section.product-hero-section .product-hero-images-wrapper .elementor-widget-container:before {
	background: #335dcb;
	display: block;
}

.four-col-logo-wrapper.tech-partners-list-wrapper .elementor-widget-image {
	min-width: 25%;
	max-width: 25% !important;
	flex-basis: 25%;
	height: 136px;
}

.four-col-logo-wrapper.tech-partners-list-wrapper .elementor-widget-image img {
	object-position: center;
}

.four-col-logo-wrapper.tech-partners-list-wrapper .elementor-widget-image a:before {
	display: none;
}

/** Careers Page Start **/

/*.page-template-product-child .careers-hero-section.home-section1 {background: url(assets/images/about-us-hero-image.svg) no-repeat bottom center !important;background-size: cover !important; position: relative;}*/
.page-template-product-child .home-section1::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	background: linear-gradient(0deg, #f2f3ff 0%, rgba(242, 243, 255, 0) 100%);
	top: auto;
}

.careers-hero-section.partners-hero-section.about-hero-section.product-hero-section .product-hero-images-wrapper .elementor-widget-container:before {
	background: #335dcb;
	display: block;
}

.careers-hero-section.partners-hero-section.about-hero-section .product-hero-images-wrapper {
	margin-top: -241px;
}

.careers-hero-section.partners-hero-section.about-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
	height: 280px !important;
}

.jobs-openings-wrapper iframe {
	height: 600px !important;
}

.page-template-product-child .careers-section1 .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item .elementor-icon-list-text {
	color: #4a4f8f !important;
}

/** 404 Page Start **/
body.error404 {
	background: #0b1821 url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/404-bg.svg") no-repeat top center !important;
	background-size: cover !important;
}

body.error404.nitro-lazy {
	background: none !important;
}

/** Press Page Start **/
.press-hero-section .elementor-widget-text-editor *:last-child {
	margin-bottom: 0;
}

.press-section1 .items {
	position: relative;
	padding: 31px 24px;
	top: 0;
	transition: top .4s;
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

.press-section1 .date-text {
	min-width: 16.5%;
	max-width: 16.5%;
	flex-basis: 16.5%;
	padding-right: 20px;
}

.press-section1 .title-text {
	min-width: 61.7%;
	max-width: 61.7% !important;
	flex-basis: 61.7%;
	padding-right: 68px;
	position: static;
}

.press-section1 .title-text a {
	font-weight: 400;
}

.press-section1 .title-text a:after {
	content: "";
	position: absolute;
	right: 24px;
	top: 30px;
	width: 20px;
	height: 16px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/link-arrow.svg") no-repeat center;
	background-size: 100% auto;
}

.press-section1 .title-text a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
}

.press-section1 .press-logo {
	max-width: 11%;
	min-width: 11%;
	flex-basis: 11%;
}

.press-section1 .press-logo img {
	width: 100%;
	height: auto;
	display: block;
}

.press-section1 .items:hover {
	top: -5px;
}

/** Terms & Policies Page Start **/
body.page-template-solutions-campaign-header-dark, body.page-template-solutions-no-dark-banner, body.page-template-solutions.page-id-9506, body.page-template-solutions.page-id-5895, body.page-template-solutions.page-id-3721, body.page-template-solutions.page-id-4253, body.page-template-solutions.page-id-3494, body.page-template-solutions.page-id-3206, body.page-template-solutions.page-id-4176, body.page-template-solutions.page-id-4228, body.page-template-solutions.page-id-4248, body.page-template-solutions.page-id-3688 {
	background: #e7eff1 url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/www.sirion.ai/wp-content/uploads/2025/07/terms-policies-bg-30002.webp") no-repeat top center;
	background-size: 100% auto;
}

body.page-template-solutions-campaign-header-dark.nitro-lazy, body.page-template-solutions-no-dark-banner.nitro-lazy, body.page-template-solutions.page-id-9506.nitro-lazy, body.page-template-solutions.page-id-5895.nitro-lazy, body.page-template-solutions.page-id-3721.nitro-lazy, body.page-template-solutions.page-id-4253.nitro-lazy, body.page-template-solutions.page-id-3494.nitro-lazy, body.page-template-solutions.page-id-3206.nitro-lazy, body.page-template-solutions.page-id-4176.nitro-lazy, body.page-template-solutions.page-id-4228.nitro-lazy, body.page-template-solutions.page-id-4248.nitro-lazy, body.page-template-solutions.page-id-3688.nitro-lazy {
	background: none !important;
}

.terms-policies-section .resource-content-wrapper h2 {
	font-size: 44px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -.44px;
	margin-bottom: 33px;
}

.terms-policies-section .resource-content-wrapper h4 {
	margin-top: 40px;
	margin-bottom: 27px;
}

.terms-policies-section table {
	margin: 40px 0 23px 0;
}

.terms-policies-section table th:first-child, .terms-policies-section table td:first-child {
	width: 222px;
}

.terms-policies-section table th, .terms-policies-section table td {
	background: none !important;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	padding: 6px 10px;
	border-color: #91979b;
	text-align: left;
}

.terms-policies-section table th {
	font-weight: bold;
}

.terms-policies-section .table-same-col table th, .terms-policies-section .table-same-col table td {
	font-size: 14px;
	line-height: 18px;
}

.terms-policies-section .table-same-col table td, .terms-policies-section .table-same-col table th {
	width: 20% !important;
}

.terms-policies-section .table-same-col table td a {
	color: #0b1821;
	text-decoration: underline;
	word-break: break-all;
}

.terms-policies-section .table-same-col table td a:hover {
	color: var(--secondary-color);
	text-decoration: none;
}

.list-style-and-spacing .list-no-space ol li + li {
	margin: 0;
}

.dropdown select {
	border-radius: 12px;
	border: 1px solid #0d5e68;
	background: #f0f1f2 url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/dropdown-icon1.svg") no-repeat calc(100% - 16px) center;
	font-size: 16px;
	font-weight: 300;
	color: var(--primary-color);
	height: 56px;
	padding: 0 50px 0 16px;
	max-width: 230px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	box-shadow: none !important;
	outline: none;
}

.dropdown select.nitro-lazy {
	background: none !important;
}

.resource-content-wrapper .elementor-widget-text-editor + .elementor-widget-text-editor.saastermsbx {
	margin-top: 43px !important;
}

/** Get Real Demo Page Start **/
body.page-id-5180, body.page-id-3840 {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/get-real-demo-body-bg.svg");
	background-size: 100% auto;
	background-position: top right;
	background-repeat: no-repeat;
}

body.page-id-5180.nitro-lazy, body.page-id-3840.nitro-lazy {
	background-image: none !important;
}

.get-real-demo-section1 .hero-bottom-images:before {
	content: "";
	width: 4px;
	top: 0;
	bottom: 0;
	background: #818bfb;
	left: 0;
	z-index: 1;
}

.get-real-demo-section1.home-section1.home-section1 {
	/*background:url(assets/images/real-demo-hero-bg-image.svg) no-repeat bottom center; background-size:cover; */
	padding: 92px 20px 140px 20px;
}

.get-real-demo-section1.home-section1 .hero-bottom-images {
	margin-top: 128px;
}

.get-real-demo-section3 .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item, .get-real-demo-section2 .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item {
	background: #e1e3fe;
	border-color: #e1e3fe !important;
}

.get-real-demo-section3 .about-three-col-wrapper {
	width: calc(100% + 24px);
}

.get-real-demo-section3 .elementor-widget-image-box .elementor-image-box-description span {
	display: block;
}

.get-real-demo-section3 .elementor-widget-image-box .elementor-image-box-description span + span {
	margin-top: 18px;
}

.get-real-demo-section3 .elementor-widget-image-box .elementor-image-box-description .btn {
	margin-bottom: -10px;
	margin-top: 26px;
	padding: 13px 16px;
	font-size: 18px;
}

.get-real-demo-section3 .about-three-col-wrapper .elementor-widget-image-box {
	background: #073439;
}

.get-real-demo-section4 .breadcrumbs-wrapper li.elementor-icon-list-item {
	background: #0d5e68;
	border-color: #0d5e68 !important;
}

.get-real-demo-section4 .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item .elementor-icon-list-text {
	color: #fcfdfd !important;
}

/** Terms And Policies Page Start **/
.terms-and-policies-section .elementor-button {
	min-width: 100%;
	max-width: 100%;
	flex-basis: 100%;
	text-align: left;
	background: #fcfdfd;
	font-size: 32px;
	color: #000 !important;
	letter-spacing: -.32px;
	padding: 31px 24px;
	border-radius: 16px;
}

/** AI Native Product Page Start **/
.product-child-section1-new .left-block .e-con-inner {
	margin: 0;
}

.left-block-sticky {
	position: sticky;
	top: 70px;
}

.product-child-section1-new .accordion-style .elementor-accordion .elementor-tab-title {
	padding: 36px 48px;
}

.product-child-section1-new .accordion-style .elementor-accordion .elementor-accordion-icon {
	min-width: 56px;
	width: 56px !important;
	height: 48px;
}

.product-child-section1-new .accordion-style .elementor-accordion .elementor-accordion-item {
	border: 0 !important;
}

.accordion-content-row {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -38px;
}

.accordion-content-row>div {
	padding: 0 38px 28px 38px;
	min-width: 50%;
	max-width: 50%;
	flex-basis: 50%;
}

.sub-title1, .sub-title2 {
	display: block;
	font-family: var(--primary-font);
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 11px;
}

.sub-title1 {
	color: #818bfb;
	position: relative;
	padding-left: 20px;
}

.sub-title1:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/ai-icon.svg") no-repeat center;
	background-size: 100% auto;
}

.small-btn1 .elementor-button {
	font-size: 18px;
	padding: 13px 16px;
	border-radius: 12px;
}

.content-box-card {
	top: 0;
	transition: top .4s;
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

.content-box-card .e-con-boxed, .content-box-card .e-con-inner, .content-box-card .elementor-widget-heading, .content-box-card .elementor-widget-heading * {
	position: static;
}

.content-box-card h4 a {
	font-weight: 400;
}

.content-box-card h4 a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
}

.content-box-card .small-btn1 .elementor-button {
	z-index: 2;
}

.content-box-card:hover {
	top: -5px;
}

.product-content-block *:last-child {
	margin-bottom: 0;
}

.product-content-block h5 {
	font-weight: 400;
	margin-bottom: 25px;
	padding-top: 35px;
}

.product-content-block h5:first-child {
	padding-top: 0;
}

.product-content-block p strong {
	font-weight: bold;
}

.feature-items-1 {
	position: relative;
	padding: 40px 30px 48px 58px;
}

.feature-items-1:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 8px 8px 15px 15px;
	background: linear-gradient(-103deg, rgba(129, 139, 251, .6) -.67%, rgba(129, 139, 251, .15) 93.52%);
	opacity: .5;
}

.feature-items-1:after {
	content: "";
	position: absolute;
	left: 29px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/dots-line.svg");
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.feature-items-1 h4:before {
	content: "";
	position: absolute;
	left: -31px;
	width: 6px;
	height: 6px;
	background: #818bfb;
	border-radius: 100%;
	top: 50%;
	transform: translate(0, -50%);
}

.feature-tag-btn {
	right: 30px !important;
	top: -16px !important;
}

.feature-tag-btn .elementor-widget-container {
	box-shadow: 0px 15px 20px -7px rgba(5, 39, 44, .15);
}

.feature-list-wrapper ul.elementor-icon-list-items li {
	margin: 12px 12px 0 0 !important;
	background: #fff;
	border-radius: 50px;
	border: 1px solid #6e76d5;
	padding: 7px 15px;
}

.feature-list-wrapper ul.elementor-icon-list-items li .elementor-icon-list-text {
	font-size: 14px !important;
	line-height: 16px !important;
	letter-spacing: 1.1px !important;
}

.feature-list-wrapper ul.elementor-icon-list-items li .elementor-icon-list-icon {
	min-width: 14px;
	width: 14px;
	height: 18px;
}

.feature-list-wrapper ul.elementor-icon-list-items li .elementor-icon-list-icon svg {
	width: 100%;
	height: 100%;
	margin: 0;
}

.feature-items-1.last + .feature-items-1.second-colour:after, .feature-items-1:first-child:after {
	top: 48px;
}

.feature-items-1.last:after {
	bottom: -61px;
}

.feature-items-1:last-child:after {
	bottom: auto;
	height: 52px;
}

.feature-items-1.second-colour h4:before {
	background: #0c565f;
}

.feature-items-1.second-colour:before {
	background: linear-gradient(-288deg, rgba(61, 126, 134, .15) 9.11%, rgba(61, 126, 134, .4) 125.35%);
}

.feature-items-1.second-colour:after {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/dots-line1.svg");
}

.second-colour .feature-list-wrapper ul.elementor-icon-list-items li {
	border-color: #0c565f;
}

.site-header {
	top: 70px;
}

.page-id-10489 .site-header {
	top: 65px;
}

.announcement-strip-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
}

.announcement-strip-wrapper>.e-con-inner, .announcement-strip-wrapper>.e-con-inner>div {
	max-width: 100%;
	width: 100%;
	margin: 0;
}

.announcement-strip-wrapper .close-button {
	width: 13px;
	height: 13px;
	border: 0;
	padding: 0;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/close-icon1.svg") !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-right: 0px;
	cursor: pointer;
	outline: none;
	box-shadow: none;
	background-color: transparent !important;
}

.announcement-strip-wrapper .close-button.nitro-lazy {
	background-image: none !important;
}

.announcement-strip-wrapper .close-button.close-button1 {
	margin-right: 32px;
}

.cs-live-webinar-enable .announcement-strip-wrapper .close-button.close-button1 {
	margin-right: 0px;
}

.page-template-solutions-no-dark-banner.cs-live-webinar-enable .announcement-strip-wrapper .close-button.close-button1, .page-template-solutions.cs-live-webinar-enable .announcement-strip-wrapper .close-button.close-button1 {
	filter: brightness(0);
}

.archive.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 .close-button.close-button1, .page-template-resources.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 .close-button.close-button1, .single-university.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 .close-button.close-button1, .single-resources.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 .close-button.close-button1, .page-template-resources-campaign.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 .close-button.close-button1, .page-template-partners.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 .close-button.close-button1, body.page-template-product-child.page-id-516.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 .close-button.close-button1, body.page-template-product-child.page-id-515.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 .close-button.close-button1 {
	filter: brightness(0);
}

.announcement-strip-wrapper .announcement-strip-main .close-button.close-button1 {
	position: static !important;
}

.announcement-strip-wrapper .elementor-widget-button .elementor-button {
	padding: 10px 16px;
	font-size: 16px;
	border-radius: 8px;
	background: transparent;
}

.announcement-strip-wrapper .timer {
	display: flex;
	gap: 8px;
}

.announcement-strip-wrapper .timer li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	list-style: none;
	font-family: var(--primary-font);
	font-weight: 300;
	font-size: 11px;
	line-height: 150%;
	color: #fcfdfd;
	min-width: 28px;
}

.announcement-strip-wrapper .timer li span {
	font-family: var(--primary-font);
	font-weight: 700;
	font-size: 16px;
	line-height: 125%;
	text-align: center;
	vertical-align: middle;
	background: #0b1821;
	background: #09434a;
	border-radius: 3.69231px;
	display: block !important;
	min-width: 28px;
	padding: 0 5px;
	color: #fcfdfd;
}

.announcement-strip-wrapper .live-webinar a {
	font-weight: 400 !important;
	transition: all .3s !important;
}

.announcement-strip-wrapper .elementor-button {
	color: #fcfdfd !important;
}

.archive .announcement-strip-wrapper .announcement-strip-wrapper .timer li {
	color: #0b1821 !important;
}

.archive .announcement-strip-wrapper .announcement-strip-wrapper .timer li span {
	background: linear-gradient(358.37deg, #818bfb -192.24%, rgba(131, 141, 251, .99) -133.25%, rgba(139, 149, 251, .95) -88.31%, rgba(153, 161, 251, .88) -46.17%, rgba(173, 180, 252, .79) -6.85%, rgba(199, 203, 253, .67) 29.67%, rgba(230, 232, 254, .52) 63.38%, rgba(255, 255, 255, .4) 88.66%);
	color: #0b1821 !important;
}

.archive .announcement-strip-wrapper .announcement-strip-wrapper .elementor-widget-button .elementor-button {
	color: #000 !important;
	border-color: #000 !important;
}

.page-template-resources .announcement-strip-wrapper .announcement-strip p, .archive .announcement-strip-wrapper .announcement-strip-wrapper .announcement-strip.announcement-strip2 p, .archive .announcement-strip-wrapper .announcement-strip-wrapper .register-btn.elementor-widget-button .elementor-button {
	color: #0b1821 !important;
}

.page-template-resources .announcement-strip-wrapper .announcement-strip.announcement-strip2 .date-option .elementor-widget-container p, .archive .announcement-strip-wrapper .announcement-strip.announcement-strip2 .date-option .elementor-widget-container p {
	color: #fcfdfd !important;
}

.page-template-resources .announcement-strip-wrapper .announcement-strip.announcement-strip2 .date-option .elementor-widget-container p, .page-template-partners .announcement-strip-wrapper .announcement-strip.announcement-strip2 .date-option .elementor-widget-container p {
	color: #fcfdfd !important;
}

.archive .announcement-strip-wrapper .announcement-strip.announcement-strip2 .date-option .elementor-widget-container, .page-template-resources .announcement-strip-wrapper .announcement-strip.announcement-strip2 .date-option .elementor-widget-container, .page-template-partners .announcement-strip-wrapper .announcement-strip.announcement-strip2 .date-option .elementor-widget-container {
	background: #335dcb !important;
}

.disabled-strip2.cs-live-webinar-enable .announcement-strip.announcement-strip1, .cs-live-webinar-enable .announcement-strip.announcement-strip-main, .announcement-strip.announcement-strip1 {
	display: none;
}

.cs-live-webinar-enable .announcement-strip.announcement-strip1 {
	display: block;
}

body.page-template-product-child .announcement-strip-wrapper .elementor-widget-button .elementor-button, body.page-template-product-child .announcement-strip-wrapper .announcement-strip {
	background: #042328 !important;
}

.announcement-strip-wrapper .date-option p {
	font-family: var(--primary-font) !important;
}

.announcement-strip {
	padding: 14px 20px;
}

.announcement-strip-wrapper p {
	margin: 0;
}

.announcement-strip-main p {
	position: relative;
	padding-left: 46px;
}

.announcement-strip-wrapper .announcement-strip-main p .close-button.close-button1 {
	position: absolute !important;
	margin: 0;
	left: 0;
	top: 5px;
}

.disabled-strip2 .site-header {
	top: 0 !important;
}

.cs-live-webinar-enable .site-header {
	top: 68px !important;
}

.cs-live-webinar-enable.disabled-strip2 .site-header {
	top: 0 !important;
}

.disabled-strip2 .announcement-strip-wrapper {
	display: none !important;
}

.single-university .resource-case-study-details-section1 .elementor-widget-shortcode, .single-resources .resource-case-study-details-section1 .elementor-widget-shortcode, .home-section1 .breadcrumbs-wrapper {
	margin-top: 64px;
	transition: all .4s ease;
}

.disabled-strip2.single-university .resource-case-study-details-section1 .elementor-widget-shortcode, .disabled-strip2.single-resources .resource-case-study-details-section1 .elementor-widget-shortcode, .disabled-strip2 .home-section1 .breadcrumbs-wrapper {
	margin-top: 64px;
}

.disabled-strip2 .home-section1 .hero-content {
	transition: all .4s ease !important;
}

.disabled-strip2 .home-section1 .hero-content {
	margin-top: 56px !important;
}

.campaign-breadcrumb-section, .terms-policies-section-title-section, .philosophy-design-section1-inner, .demo-section1 {
	padding-top: 64px;
	transition: all .4s ease;
}

.disabled-strip2 .campaign-breadcrumb-section, .disabled-strip2 .terms-policies-section-title-section, .disabled-strip2 .philosophy-design-section1-inner, .disabled-strip2 .demo-section1 {
	padding-top: 0;
}

.campaign-breadcrumb-section + .demo-section1 {
	padding-top: 0 !important;
}

.announcement-strip-main.announcement-strip {
	padding: 9px 20px;
}

.close-btn-wrapper .close-button.close-button1 {
	font-size: 0;
	line-height: 0;
}

.close-btn-wrapper p {
	padding-left: 20px;
}

.gmq-ribbon-enable .close-btn-wrapper p {
	padding-left: 0;
}

.cs-live-webinar-enable .close-btn-wrapper p {
	padding-left: 0;
	vertical-align: baseline;
	display: flex;
	align-items: center;
}

.announcement-strip-wrapper .announcement-strip-main .close-btn-wrapper p .close-button.close-button1 {
	top: -5px;
}

.right-btn-wrapper .elementor-button {
	white-space: nowrap;
}

.right-btn-wrapper .elementor-button-content-wrapper {
	gap: 10px;
}

.announcement-strip-main p strong {
	font-weight: bold;
}

.announcement-strip-main .text-wrapper p {
	padding-left: 20px;
}

.announcement-strip-main .live-webinar, .announcement-strip-main .live-webinar .elementor-button {
	min-width: 110px;
}

.gmq-ribbon-disable .site-header, .cs-live-webinar-disable .site-header {
	top: 0;
}

/** Platform Page Start **/
.platform-hero-section.hero-right-image-full.home-section1 .hero-bottom-images, .platform-hero-section.hero-right-image-full .product-hero-images-wrapper .elementor-widget-container {
	height: auto !important;
}

.platform-hero-section.hero-right-image-full .product-hero-images-wrapper {
	position: static !important;
	width: calc(66% - 20px) !important;
}

.platform-hero-section.product-hero-section.home-section1 .hero-bottom-images .product-hero-images-wrapper .elementor-widget-container {
	height: auto !important;
}

.platform-hero-section.product-hero-section .product-hero-images-wrapper .elementor-widget-container:before {
	display: none;
}

.platform-hero-section.product-hero-section .product-hero-images-wrapper, .platform-hero-section.hero-right-image-full .product-hero-images-wrapper .elementor-widget-container img {
	border-radius: 0 !important;
}

.platform-section4-inner {
	padding: 40px 86px 75px 86px !important;
}

.platform-section4-inner .fifty-fifty-right-content li:before {
	background: #f5f6f6;
}

.platform-section4-inner .fifty-fifty-right-content h5 {
	width: 110%;
}

.platform-section4-card-wrapper .elementor-button {
	background: var(--black-color);
	padding: 12px 16px;
	border-radius: 8px;
}

.platform-section4-card-wrapper .elementor-button .elementor-align-icon-left {
	margin: 0;
}

.tesimonials-platform-section .content-list-wrapper .items {
	background: #4d565d !important;
}

.tesimonials-platform-section .content-list-wrapper .right-image-block .image1 .elementor-widget-container img {
	opacity: .4;
}

.tesimonials-platform-section .content-list-wrapper .small-btn .elementor-button {
	background: #303b42;
}

.tesimonials-platform-section .content-list-wrapper .small-btn .elementor-button:hover, .tesimonials-platform-section .content-list-wrapper .small-btn .elementor-button:focus, .tesimonials-platform-section .content-list-wrapper .small-btn .elementor-button:active {
	background: #282f34;
}

/** Create Page Start **/
.create-section1:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/create-page-bg.png") no-repeat bottom right;
	background-size: cover;
	height: 1356px;
}

.create-section-testimonials .logo-list-wrapper:after, .create-section-testimonials .logo-list-wrapper:before {
	display: none;
}

.create-section2 .fifty-fifty-right-content li {
	padding-left: 16px;
}

.create-section2 .fifty-fifty-right-content li:before {
	background: #f5f6f6;
	top: 11px;
}

/** Conversational Search Page Start **/
.breadcrumbs-wrapper.key-benefit1 li.elementor-icon-list-item {
	background: #5c63b2;
	border-color: #5c63b2;
}

.conversational-search-strip-tablet .e-con-full.e-flex.e-con.e-child {
	--align-self: none !important;
	align-items: center;
}

.conversational-search-section3 .breadcrumbs-wrapper li.elementor-icon-list-item {
	background: #e1e3fe;
	border-color: #e1e3fe;
}

.conversational-search-section4 .about-three-col-wrapper .elementor-image-box-content {
	padding: 27px 32px;
	margin: -5px 0 0;
}

.conversational-search-section4 .about-three-col-wrapper .elementor-image-box-wrapper {
	padding-top: 136px;
}

.conversational-search-section4 .about-three-col-wrapper .box-icon .elementor-widget-image .elementor-widget-container {
	margin-top: 136px;
}

.conversational-search-section4 .about-three-col-wrapper h2 {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 28px 0;
}

.conversational-search-section4 .elementor-widget-image-box .elementor-image-box-description {
	font-weight: 400 !important;
}

.cookies-settings-btn {
	margin-top: auto !important;
}

#hs_show_banner_button {
	background: none !important;
}

/** Contact Page Start **/
.location-section .breadcrumbs-wrapper.key-benefit1 li.elementor-icon-list-item {
	background: #cfd2f5;
	border-color: #cfd2f5;
}

.location-section .elementor-widget-image-box .elementor-image-box-wrapper {
	background: #e1e3fe;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
}

.location-section .about-three-col-wrapper {
	margin: -12px !important;
	min-width: calc(100% + 24px);
	width: calc(100% + 24px) !important;
}

.location-section .about-three-col-wrapper>div {
	padding: 12px !important;
}

.location-section .about-three-col-wrapper .elementor-image-box-img {
	padding-bottom: 79.05%;
}

.location-section .about-three-col-wrapper p {
	font-size: 18px;
	line-height: 22px;
}

.location-section .about-three-col-wrapper h3 {
	margin-bottom: 11px;
}

.location-section .about-three-col-wrapper .elementor-image-box-content {
	padding: 24px 24px 28px 24px;
}

.feature-image-video-wrapper .e-hosted-video.elementor-wrapper {
	--video-aspect-ratio: auto !important;
}

.single-resources .feature-image-video-wrapper .disable-vid-control .e-hosted-video.elementor-wrapper::after {
	content: "";
	width: 100%;
	height: 80px;
	display: block;
	position: absolute;
	bottom: 0;
}

.signup-popup-open.single-resources .feature-image-video-wrapper .disable-vid-control .e-hosted-video.elementor-wrapper::after {
	display: none;
}

.disabled-strip2 .genairesource-title-section {
	margin-top: 0 !important;
}

.genairesource-title-section {
	margin-top: 50px !important;
}

.genairesource-title-section:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1805px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/terms-policies-bg-3000.png") no-repeat right top;
	background-size: 100% auto;
}

.page-template-solutions .genairesource-title-section .breadcrumbs-wrapper li.elementor-icon-list-item {
	background: #0d5e68 !important;
	border-color: #0d5e68 !important;
}

.genairesource-section1 .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item {
	background: none;
	border-color: #6e76d5 !important;
}

.genairesource-section1 .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item .elementor-icon-list-text {
	color: #6e76d5 !important;
}

.genairesource-section1 .about-three-col-wrapper .elementor-widget-image-box {
	background: #fcfdfd;
}

.genairesource-section1 .about-three-col-wrapper.report-full-col-wrapper {
	width: 100%;
	margin: 0;
}

.genairesource-section1 .about-three-col-wrapper.report-full-col-wrapper>div {
	padding: 0 !important;
}

.genairesource-section1 .about-three-col-wrapper.report-full-col-wrapper .elementor-image-box-img {
	min-width: 54.5%;
	max-width: 54.5%;
	flex-basis: 54.5%;
	padding-bottom: 36.5%;
}

.genairesource-section1 .about-three-col-wrapper h5 small, .genairesource-section1 .about-three-col-wrapper h3 small {
	display: table;
	border: 1px solid #92429f;
	font-size: 10px;
	line-height: 1;
	border-radius: 30px;
	color: #92429f;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 2px 8px 1px 8px;
	margin-bottom: 18px;
}

.genairesource-section1 .about-three-col-wrapper h5 a, .genairesource-section1 .about-three-col-wrapper h3 a {
	font-weight: 400;
}

.genairesource-section1 .about-three-col-wrapper.report-full-col-wrapper .elementor-image-box-content {
	padding: 22px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

.genairesource-section1 .about-three-col-wrapper.report-full-col-wrapper .elementor-image-box-wrapper {
	align-items: inherit;
}

.genairesource-section1 .elementor-widget-image-box .elementor-image-box-description {
	margin-top: auto;
}

.about-three-col-wrapper.genairesource-three-col-wrapper {
	width: calc(100% + 24px);
}

.about-three-col-wrapper.genairesource-three-col-wrapper>div {
	padding: 0 !important;
}

.about-three-col-wrapper.genairesource-three-col-wrapper>div>div {
	padding: 12px;
}

.about-three-col-wrapper.genairesource-three-col-wrapper .elementor-image-box-img {
	padding-bottom: 66.8%;
}

.about-three-col-wrapper.genairesource-three-col-wrapper .elementor-image-box-content {
	padding: 12px 25px 25px 25px;
	min-height: 300px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

/** EcoSystem Landing Page Start **/
.page-template-solutions .home-section1.ecosystem-hero-section .breadcrumbs-wrapper li.elementor-icon-list-item {
	border-color: #6e76d5;
}

.partners-hero-section.about-hero-section.ecosystem-hero-section .product-hero-images-wrapper {
	margin-top: -262px;
}

.partners-hero-section.about-hero-section.hero-right-image-full.home-section1.ecosystem-hero-section .hero-bottom-images {
	height: 242px !important;
}

.ecosystem-section1 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/procurement-icon2.svg");
}

.ecosystem-section1 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:nth-child(2):before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/productivity-icon.svg");
}

.ecosystem-section1 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:nth-child(3):before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/cloud-storage-icon.svg");
}

.ecosystem-section1 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:nth-child(4):before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/sales-icon2.svg");
}

.ecosystem-section1 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:nth-child(5):before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/e-signature-icon.svg");
}

.ecosystem-section1 .tab-content-inner h4 {
	max-width: 319px;
	width: 100%;
}

.ecosystem-section1 .tab-content {
	padding: 0 !important;
}

.ecosystem-section1 .tab-content-wrapper {
	align-items: flex-start;
}

.logos-wrapper {
	min-width: 57.55%;
	max-width: 57.55%;
	flex-basis: 57.55%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: -12px;
}

.logos-wrapper .item {
	padding: 12px;
	min-width: 33.333%;
	max-width: 33.333%;
	flex-basis: 33.333%;
}

.logos-wrapper .logo-box {
	background: rgba(255, 255, 255, .45);
	border-radius: 16px;
	padding-bottom: 32.1%;
	position: relative;
}

.logos-wrapper .logo-box img {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	object-fit: scale-down;
	object-position: center;
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 0;
}

.ecosystem-section1.ecosystem-section4 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/consulting-services-partner-icon.svg");
}

.ecosystem-section1.ecosystem-section4 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:nth-child(2):before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/technology-partners-icon.svg");
}

.ecosystem-section4 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
	min-width: calc(50% - 8px);
	max-width: calc(50% - 8px);
	flex-basis: calc(50% - 8px);
}

.ecosystem-section4 .tab-content-wrapper {
	max-width: 1118px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.ecosystem-section4 .logos-wrapper {
	min-width: calc(100% + 58px);
	max-width: calc(100% + 58px);
	flex-basis: calc(100% + 58px);
	margin: -12px -29px;
}

.ecosystem-section4 .logos-wrapper .item {
	min-width: 25%;
	max-width: 25%;
	flex-basis: 25%;
	padding: 12px 29px;
}

/** Campaign Landing Page Start **/
.campaign-landing-section1.demo-section1 .elementor-widget-image .elementor-widget-container {
	margin: -20px 0 0 0 !important;
	border-radius: 0;
	max-width: 596px;
	width: 100%;
	height: auto !important;
	overflow: visible;
}

.campaign-landing-section1.demo-section1 .elementor-widget-image .elementor-widget-container:before {
	display: none;
}

.campaign-landing-section2 .elementor-widget-text-editor {
	max-width: 921px !important;
	width: 100%;
}

.campaign-landing-section2 .resource-content-wrapper ul li {
	padding-left: 10px;
}

.campaign-landing-section2 .resource-content-wrapper ul li:before {
	left: 0;
}

/** Engage 2024 Page Start **/
.home-section1.engage-section1 {
	padding-top: 76px;
}

.home-section1.engage-section1 .hero-bottom-images {
	margin-top: 60px;
}

.home-section1.engage-section1 .hero-bottom-images .elementor-widget-container {
	height: 472px;
}

.home-section1.engage-section1 .hero-bottom-images img {
	border-radius: 0;
}

.home-section1.engage-section1 .hero-bottom-images .elementor-widget-image:before {
	content: "";
	position: absolute;
	width: 4px;
	background: #818bfb;
	top: 0;
	bottom: 0;
	left: 0;
}

.engage-section1 .hero-bottom-images .elementor-widget-video:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .7) 100%);
}

.engage-section1 .video-caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.engage-section1 .video-caption .elementor-widget-container {
	height: auto !important;
}

.engage-section1 .video-caption *:last-child {
	margin-bottom: 0;
}

.engage-section1 .video-caption p {
	margin: 0 0 13px 0;
}

.engage-section1 .play-btn {
	position: absolute;
	bottom: 46px;
	left: 65px;
}

.engage-section1 .play-btn:before {
	display: none;
}

.engage-section1 .play-btn .elementor-widget-container {
	width: 64px;
	height: 64px !important;
}

.engage-section1 .play-btn .elementor-widget-container a {
	width: 100%;
	display: block;
}

.engage-section1 .play-btn .elementor-widget-container a img {
	width: 100%;
	height: auto;
	display: block;
}

.engage-section1.home-section1 .hero-content .elementor-widget-container {
	max-width: 320px;
	margin-left: 200px;
}

.engage-section3 .elementor-button, .engage-section1 .elementor-button {
	min-width: 236px;
}

.engage-section3 .elementor-button span.elementor-button-text, .engage-section1 .elementor-button span.elementor-button-text {
	flex-grow: inherit;
}

.engage-section2 {
	position: relative;
}

.engage-section3:before, .engage-section2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -910px;
	background: url("https://sirion.tech/wp-content/themes/hello-elementor-child/assets/images/engage-section1-bg.svg") no-repeat right bottom;
	background-size: cover;
	height: auto;
}

.engage-logo-list-wrapper .items {
	padding: 10px 7px;
}

.engage-logo-list-wrapper .slick-slide>div:nth-child(1) {
	position: relative;
	left: -120px;
}

.engage-logo-list-wrapper .slick-slide>div+div {
	position: relative;
	left: 120px;
}

.engage-logo-list-wrapper .elementor-widget-image {
	background: #e7eff0;
	border-radius: 16px;
	padding: 24px 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.engage-logo-list-wrapper .elementor-widget-image .elementor-widget-container {
	padding-bottom: 0;
	height: 50px;
	position: relative;
	width: 100%;
	transform: none !important;
}

.engage-logo-list-wrapper .logo_1 .elementor-widget-image .elementor-widget-container {
	height: 50px;
}

.engage-logo-list-wrapper .logo_2 .elementor-widget-image .elementor-widget-container {
	height: 36px;
}

.engage-logo-list-wrapper .logo_3 .elementor-widget-image .elementor-widget-container {
	height: 86px;
}

.engage-logo-list-wrapper .logo_4 .elementor-widget-image .elementor-widget-container {
	height: 77px;
}

.engage-logo-list-wrapper .logo_5 .elementor-widget-image .elementor-widget-container {
	height: 32px;
}

.engage-logo-list-wrapper .logo_6 .elementor-widget-image .elementor-widget-container {
	height: 22px;
}

.engage-logo-list-wrapper .logo_7 .elementor-widget-image .elementor-widget-container {
	height: 20x;
}

.engage-logo-list-wrapper .logo_8 .elementor-widget-image .elementor-widget-container {
	height: 31px;
}

.engage-logo-list-wrapper .logo_9 .elementor-widget-image .elementor-widget-container {
	height: 75px;
}

.engage-logo-list-wrapper .logo_10 .elementor-widget-image .elementor-widget-container {
	height: 34px;
}

.engage-logo-list-wrapper .slick-track {
	display: flex !important;
	align-items: stretch;
}

.engage-logo-list-wrapper .slick-slide {
	height: auto !important;
	display: flex !important;
	align-items: stretch;
}

.engage-logo-list-wrapper .elementor-widget-image .elementor-widget-container img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
	display: block;
}

.engage-section3 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
	background: #3d7e86;
	min-width: calc(25% - 8px);
	max-width: calc(25% - 8px);
	flex-basis: calc(25% - 8px);
	border-color: #3d7e86 !important;
	padding: 14px 10px;
}

.engage-logo-list-wrapper + .engage-logo-list-wrapper {
	margin: -15px 0 0;
}

.engage-logo-list-wrapper + .engage-logo-list-wrapper .slick-slide {
	left: -120px;
}

.engage-section3 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:before {
	display: none !important;
}

.engage-section3 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:hover, .engage-section3 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
	border-color: rgba(143, 148, 251, .3) !important;
	background: var(--white-color);
	color: #28343c !important;
	font-weight: 700;
}

.engage-section3 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:after {
	background: #8f94fb;
}

.engage-section3 .elementor-tab-content {
	padding-top: 58px !important;
}

.engage-section3 .sub-title {
	color: #4a4f8f;
	font-size: 10px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #e1e3fe;
	border-radius: 30px;
	display: inline-block;
	padding: 0 5px;
	margin-bottom: clamp(30px, 2.51vw, 48px);
}

.engage-section3 .sub-title img {
	margin-right: 4px;
	position: relative;
	top: 2px;
}

.engage-section3 .elementor-tab-content h3 {
	margin: 42px 0 0 0;
}

.engage-section3 .elementor-tab-content h4 {
	margin: 0 0 35px 0;
}

.engage-section3 .tab-content-inner {
	max-width: 620px;
}

.engage-section3 .tab-content {
	padding: 0;
	width: 50%;
	min-width: 50%;
	max-width: 50%;
	flex-basis: 50%;
}

.images-wrapper {
	min-width: 50%;
	max-width: 50%;
	flex-basis: 50%;
}

.engage-section3 .tab-content-wrapper {
	align-items: flex-start;
}

.images-wrapper.single-image, .images-wrapper .slick-list {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.images-wrapper.single-image:before, .images-wrapper .slick-list:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #e4e267;
	z-index: 1;
}

.images-wrapper .image-box1 {
	width: 100%;
	position: relative;
	padding-bottom: 62.8%;
}

.images-wrapper .image-box1 img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.images-wrapper .items {
	display: none;
	width: 100%;
}

.images-wrapper .items.slick-slide, .images-wrapper .items:first-child {
	display: block;
}

.images-wrapper .slick-arrow {
	left: auto;
	right: 0;
	top: -28px;
	background: #818bfb !important;
}

.images-wrapper .slick-prev.slick-arrow {
	margin-right: 64px;
}

.images-wrapper .slick-arrow.slick-prev:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/prev-icon3.svg");
}

.images-wrapper .slick-arrow.slick-next:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/next-icon3.svg");
}

.engage-section3 .tab-content-wrapper + .tab-content-wrapper {
	margin-top: 126px;
}

.tab-bottom-content-wrapper {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: -25px;
	padding-top: 115px;
}

.tab-bottom-content-wrapper .items {
	min-width: 50%;
	max-width: 50%;
	flex-basis: 50%;
	padding: 25px;
}

.tab-bottom-content {
	background: #05272c;
	padding: 24px 24px 24px 48px;
	position: relative;
	height: 100%;
}

.tab-bottom-content:before {
	content: "";
	position: absolute;
	left: 24px;
	top: 24px;
	bottom: 24px;
	width: 1px;
	background: #0d5e68;
}

.tab-bottom-content *:last-child {
	margin-bottom: 0;
}

.engage-section3 .elementor-tab-content .tab-bottom-content h4 {
	margin-bottom: 20px;
}

.tab-bottom-content ul {
	padding: 0;
	margin: 0;
}

.tab-bottom-content ul li {
	list-style: none;
	padding: 0 0 0 37px;
	margin: 0 0 12px 0;
	position: relative;
	line-height: 28px;
}

.tab-bottom-content ul li:before {
	content: "";
	position: absolute;
	left: 16px;
	top: 12px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: var(--white-color);
}

.engage-section3 .elementor-button {
	margin-top: 65px;
}

.mt-0 {
	margin-top: 0 !important;
}

.engage-section3 .col1 {
	min-width: 39%;
	max-width: 39%;
	flex-basis: 39%;
}

.engage-section3 .elementor-tab-content h3, .engage-section3 .col1 h3 {
	margin-bottom: 30px;
	margin-top: 0;
}

.engage-section3 .text-yellow {
	color: #e4e267;
}

.engage-section3 .col2 {
	min-width: 34.32%;
	max-width: 34.32%;
	flex-basis: 34.32%;
	padding: 0 75px 0 126px;
}

.engage-section3 .col2-new {
	padding: 0 0 0 126px;
}

.col2-new-inner {
	margin-top: 42px;
}

.col2-new-content *:last-child {
	margin-bottom: 0;
}

.col2-new-content p {
	margin-bottom: 34px;
}

.col2-new-content h3, .col2-new-content p a {
	color: #e4e267 !important;
}

.col2-new-content p strong a {
	font-weight: bold;
}

.col2-new-content h3 {
	font-weight: 300;
	margin: 0 !important;
}

.tab-content-wrapper .col2-new-content ul li {
	padding-left: 25px;
}

.tab-content-wrapper .col2-new-content ul li + li {
	margin-top: 12px;
}

.tab-content-wrapper .col2-new-content ul li:before {
	left: 0;
}

.engage-section3 .elementor-tab-content .col2-new-content a:hover, .engage-section3 .elementor-tab-content .col2-new-content a {
	color: #e4e267;
}

.col2-new-inner .item {
	display: -webkit-flex;
	display: flex;
}

.col2-new-inner .item + .item {
	margin-top: 24px;
}

.col2-new-inner .item>h3 {
	min-width: 42.6%;
	flex-basis: 42.6%;
	max-width: 42.6%;
	margin: 0 !important;
	font-weight: 300;
	padding-right: 15px;
}

.engage-section3 .col3 {
	min-width: 26.68%;
	max-width: 26.68%;
	flex-basis: 26.68%;
}

.engage-section3 .col2 h3, .engage-section3 .col3 h3 {
	font-weight: 300;
	line-height: 46px;
	margin: 0 0 5px 0;
}

.engage-section3 .day-text {
	color: #b3b9fd;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2.1px;
	margin-bottom: 11px;
}

.tab-content-height {
	min-height: 600px;
}

.images-wrapper.single-image:before {
	background: #0d5e68;
}

.tab-content .btn.small-btn {
	background: #303b42;
	font-size: 16px;
	border-radius: 8px;
	padding: 10px 16px;
	max-width: none;
	min-width: 138px;
	margin-top: 26px;
}

.tab-content .btn.small-btn:hover {
	background: #282f34;
}

.engage-section3 .elementor-tab-content a {
	color: var(--white-color);
	text-decoration: underline;
}

.engage-section3 .elementor-tab-content a:hover {
	color: var(--white-color);
	text-decoration: none;
}

.engage-section3 .tab-content-inner .btn:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg") no-repeat center right;
}

.agenda-wrapper {
	max-width: 1200px;
	margin: auto;
	background: transparent;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(13, 94, 104, .4);
}

.agenda-header, .agenda-row {
	display: grid;
	grid-template-columns: 2fr 3fr 2fr;
	gap: 16px;
}

.agenda-header {
	background: #3c7f86;
	padding: 22px 45px;
	font-weight: 600;
	font-size: 16px;
}

.agenda-header h3 {
	margin: 0 !important;
	font-size: clamp(20px, 1.68vw, 32px) !important;
	font-weight: 700;
}

.agenda-row {
	padding: 22px 45px;
	border-bottom: 1px solid rgba(13, 94, 104, .4);
	font-size: clamp(16px, 1.21vw, 23px);
	line-height: 1.5;
}

.agenda-row:last-child {
	border-bottom: none;
}

.time {
	font-weight: 600;
	white-space: nowrap;
}

.topic {
	color: #fff;
	width: 100%;
	max-width: 200px;
}

.session, .presenter {
	font-size: clamp(16px, 1.4vw, 20px);
}

.session strong, .presenter strong {
	font-weight: 600;
	font-size: clamp(18px, 1.61vw, 23px);
}

.highlight .session {
	color: #e4e267;
	font-weight: 400;
}

.cab-section4 .content-block>.e-con-inner:before {
	content: "";
	position: absolute;
	width: 1px;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	height: calc(100% - 100px);
	background: #000;
}

.cab-logo-video-section .hero-vide-firame-wrapper video {
	border-radius: 12px;
}

.images-wrapper .image-box1.image-box11 {
	padding-bottom: 90.8%;
}

/** Cab 2024 Page Start **/
.cab-section1 .video-caption p img {
	max-width: 440px;
	margin: 0 auto;
}

.cab-section3 .tab-bottom-content-wrapper {
	padding-top: 67px;
}

.cab-section3 .tab-bottom-content-wrapper + p {
	margin-top: 35px;
}

.engage-section3 .tab-content-wrapper.top-space {
	margin-top: 214px;
}

.engage-section3 .elementor-tab-content .tab-bottom-content h3 {
	margin: 0 0 30px 0;
}

.engage-section3 .tab-content-wrapper p a {
	color: var(--white-color);
	text-decoration: underline;
}

.engage-section3 .tab-content-wrapper p a:hover {
	color: var(--white-color);
	text-decoration: none;
}

.tab-bottom-content-wrapper.tab-bottom-content-full-width {
	margin: 0;
}

.tab-bottom-content-wrapper.tab-bottom-content-full-width .items {
	padding: 0;
}

.tab-bottom-content-full-width .tab-bottom-content {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.tab-bottom-content-full-width .tab-bottom-content p {
	max-width: 416px;
}

.icons-list-wrapper {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
	padding-top: 80px;
}

.icons-list-wrapper .icon-text {
	min-width: 50%;
	max-width: 50%;
	flex-basis: 50%;
	padding: 20px;
}

.icons-list-wrapper .icon-text i, .icons-list-wrapper .icon-text img {
	display: block;
}

.icons-list-wrapper .icon-text i {
	margin-bottom: 12px;
}

.engage-section3 .col1 h6 {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -.24px;
	color: #b0cfc8;
	font-weight: bold;
	margin-top: 60px;
}

.tab-content-wrapper ul {
	padding: 0;
	margin: 0;
}

.tab-content-wrapper ul li {
	padding: 0 0 0 40px;
	margin: 0;
	list-style: none;
	position: relative;
}

.tab-content-wrapper ul li strong {
	font-weight: bold;
}

.tab-content-wrapper ul li:before {
	content: "";
	position: absolute;
	left: 16px;
	top: 13px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: var(--white-color);
}

.bottom-content-info {
	margin-top: 94px;
}

.engage-section3 .tab-content-wrapper.h4-spacing h4 {
	margin-bottom: 15px;
}

.attendees-quote-section .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item {
	background: #5c63b2;
	border-color: #5c63b2 !important;
}

.attendees-quote-section .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item .elementor-icon-list-text {
	color: #f5f6f6 !important;
}

.quote-list-wrapper {
	margin-left: -14px !important;
	margin-right: -14px !important;
	width: calc(100% + 14px);
}

.quote-list-wrapper .items {
	padding: 0 14px;
	width: 574px;
	float: left;
	height: auto;
}

.quote-list-wrapper .items .elementor-widget-container {
	background: #05272c;
	border-radius: 16px;
	padding: 50px 40px;
	height: 100%;
}

.quote-list-wrapper .items .elementor-widget-container *:last-child {
	margin-bottom: 0;
}

.quote-list-wrapper .slick-track {
	display: -webkit-flex;
	display: flex;
}

.quote-list-wrapper .slick-arrow {
	transform: none;
	top: -40px;
	left: auto;
	right: 0;
}

.quote-list-wrapper .slick-arrow.slick-prev {
	right: 64px;
}

.quote-list-wrapper .slick-list:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 200px;
	background: linear-gradient(to right, rgba(11, 24, 33, 0) 0%, rgba(11, 24, 33, 1) 100%);
}

.hero-right-image-full .product-hero-images-wrapper.video-wrapper {
	position: relative !important;
}

.product-hero-images-wrapper .e-hosted-video:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(30, 30, 30, .4) 100%);
}

.play-btn-wrapper {
	position: absolute;
	left: 64px;
	bottom: 36px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-btn-wrapper a {
	width: 64px;
	height: 64px;
	display: block;
}

.mfp-iframe-holder .mfp-close {
	width: auto;
	height: auto;
	line-height: 1;
	opacity: 1;
	font-size: 38px;
	background: none !important;
	outline: none !important;
	border: 0 !important;
}

body .mfp-iframe-holder .mfp-content {
	max-width: 1344px;
}

.event-title-block {
	display: block !important;
}

.open-tab-text {
	cursor: pointer;
}

.engage-section1>div {
	padding-top: 67px !important;
	transition: all .4s ease;
}

.disabled-strip2 .engage-section1>div {
	padding-top: 0 !important;
}

.engage-section3 .agenda-tab-content-wrapper .col1 {
	min-width: 22%;
	max-width: 22%;
	flex-basis: 22%;
	padding-right: 80px;
}

.engage-section3 .agenda-tab-content-wrapper .col2 {
	min-width: 78%;
	max-width: 78%;
	flex-basis: 78%;
	padding: 0;
}

.agenda-tab-content-wrapper h2 {
	font-weight: 300;
	color: #818bfb;
	margin-bottom: 36px;
}

.items1-inner *:last-child {
	margin-bottom: 0;
}

.items1-inner {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.items1-inner>div:nth-child(1) {
	min-width: 17.2%;
	max-width: 17.2%;
	flex-basis: 17.2%;
	padding-right: 20px;
}

.items1-inner>div:nth-child(2) {
	min-width: 63.6%;
	max-width: 63.6%;
	flex-basis: 63.6%;
	padding-right: 20px;
}

.items1-inner>div:nth-child(3) {
	min-width: 19.2%;
	flex-basis: 19.2%;
	max-width: 19.2%;
}

.items1-inner>div.two-col-w {
	min-width: 68%;
	max-width: 68%;
	flex-basis: 68%;
	padding-right: 0;
}

.items1-inner + .items1-inner {
	margin-top: 28px;
}

.items1-inner strong {
	font-weight: bold;
}

.items1-inner p {
	margin-bottom: 5px;
}

.items1-inner li, .items1-inner p {
	font-size: 20px;
	line-height: 28px;
}

.items1-inner p + p {
	padding-top: 10px;
}

.agenda-tab-content-wrapper .items1 + .items1 {
	border-top: 1px solid #b0cfc8;
	margin-top: 35px;
	padding-top: 20px;
}

.engage-section3:before {
	bottom: 930px;
}

.items1-inner.border-text {
	padding: 11px 0;
	z-index: 1;
}

.items1-inner.border-text p {
	font-weight: bold;
	color: #b0cfc8;
}

.items1-inner.border-text:before {
	content: "";
	position: absolute;
	left: -24px;
	right: -24px;
	top: 0;
	bottom: 0;
	border: 1px solid #b0cfc8;
	border-radius: 50px;
	z-index: -1;
}

/** Conversational Search Page Start **/
.conversational-search-hero-section.product-hero-section.home-section1 .hero-left-title {
	min-width: 75%;
	max-width: 75%;
	flex-basis: 75%;
}

.conversational-search-hero-section.home-section1 .hero-bottom-images {
	margin-top: 58px;
}

.conversational-search-hero-section .hero-content1 .elementor-widget-button {
	margin-top: 23px;
}

.p-list-style p, .conversational-search-fifty-fifty-section .fifty-fifty-right-content li {
	padding-left: 28px;
}

.conversational-search-fifty-fifty-section .fifty-fifty-right-content li:before {
	left: 12px;
}

.p-list-style p {
	position: relative;
	margin: 0;
}

.p-list-style p:before {
	content: "";
	position: absolute;
	left: 12px;
	top: 9px;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: var(--primary-color);
}

.p-list-style p + p {
	margin-top: 8px;
}

.p-list-style p {
	padding-left: 23px;
}

.p-list-style p:before {
	left: 10px;
}

.conversational-search-fifty-fifty-section .fifty-fifty-right-content p a, .conversational-search-fifty-fifty-section .fifty-fifty-right-content li a {
	color: var(--primary-color);
	text-decoration: underline;
}

.conversational-search-fifty-fifty-section .fifty-fifty-right-content p a:hover, .conversational-search-fifty-fifty-section .fifty-fifty-right-content li a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

.conversational-search-tab-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
	min-width: calc(33.333% - 8px);
	max-width: calc(33.333% - 8px);
	flex-basis: calc(33.333% - 8px);
	border: 0 !important;
	background: #fcfdfd;
	font-size: 24px;
}

.conversational-search-tab-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:hover, .conversational-search-tab-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
	background: #e1e3fe !important;
}

.conversational-search-tab-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:before {
	background-image: url("https://sirion.tech/wp-content/themes/hello-elementor-child/assets/images/tab-search-icon.svg");
	width: 12px !important;
	height: 12px !important;
	display: none !important;
}

.conversational-search-tab-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:nth-child(2):before {
	background-image: url("https://sirion.tech/wp-content/themes/hello-elementor-child/assets/images/tab-analyse-icon.svg");
}

.conversational-search-tab-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:nth-child(3):before {
	background-image: url("https://sirion.tech/wp-content/themes/hello-elementor-child/assets/images/tab-act-icon.svg");
	width: 15px !important;
}

.conversational-search-tab-section .tab-content {
	padding: 0;
}

.conversational-search-tab-section .tab-content-wrapper .image-box {
	border-radius: 0;
	height: auto;
}

.conversational-search-tab-section .tab-content-wrapper .image-box:after {
	display: none;
}

.conversational-search-tab-section .tab-content-wrapper .image-box img {
	height: auto;
	object-fit: contain;
}

.conversational-search-accordion-section .accordion-style .elementor-accordion .elementor-tab-title {
	padding: 42px 48px;
}

.conversational-search-accordion-section .accordion-style .elementor-accordion .elementor-tab-content {
	max-width: 610px;
	margin-top: -7px;
	padding-bottom: 62px;
}

.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1 .hero-left-title {
	min-width: 37%;
	max-width: 37%;
	flex-basis: 37%;
}

.cs-option2-hero-section1.conversational-search-hero-section.home-section1 .hero-bottom-images {
	margin-top: 26px;
}

.cs-option2-hero-section1.platform-hero-section.hero-right-image-full .product-hero-images-wrapper {
	width: 52% !important;
	margin-top: -173px;
	margin-left: auto;
}

.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.title-col-increase .hero-left-title {
	min-width: 46%;
	max-width: 46%;
	flex-basis: 46%;
}

.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-three-line .product-hero-images-wrapper {
	margin-top: -254px;
}

.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-three-line.ln3 .product-hero-images-wrapper {
	margin-top: -474px;
}

.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-three-line.ln4 .product-hero-images-wrapper {
	margin-top: -550px;
}

.page-id-8337 .cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-three-line .product-hero-images-wrapper, .page-id-7777 .cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-three-line .product-hero-images-wrapper {
	margin-top: -165px;
}

.cs-option2-hero-section1 .hero-content1 .elementor-widget-text-editor {
	max-width: 100% !important;
}

.cs-option2-hero-section1.conversational-search-hero-section .hero-content1 .elementor-widget-button {
	margin-top: 8px;
}

.cs-option2-search-work-section .content-box-card:hover {
	top: 0;
}

.three-col-wrapper>div, .three-col-wrapper>div>div {
	height: 100%;
}

.conversational-search-accordion-section .accordion-style .elementor-accordion .elementor-accordion-item {
	border: 0 !important;
}

.cs-option2-search-work-section .three-col-wrapper .elementor-widget-image a {
	position: relative;
}

.cs-option2-search-work-section .three-col-wrapper .elementor-widget-image a:after {
	content: "";
	position: absolute;
	left: 8px;
	right: 8px;
	top: 8px;
	bottom: 10px;
	border-radius: 6px;
	background: linear-gradient(to bottom, rgba(11, 24, 33, 1) 0%, rgba(9, 67, 74, 1) 100%);
	opacity: 0;
	transition: all .4s ease;
}

.cs-option2-search-work-section .three-col-wrapper .elementor-widget-image a:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 44px;
	height: 44px;
	background-image: url("https://sirion.tech/wp-content/themes/hello-elementor-child/assets/images/zoom-icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: all .4s ease;
	opacity: 0;
}

.cs-option2-search-work-section .three-col-wrapper .expand-icon .elementor-widget-image a:after {
	background: linear-gradient(to bottom, rgba(11, 24, 33, 1) 0%, rgba(13, 94, 104, 1) 100%);
}

.cs-option2-search-work-section .three-col-wrapper .expand-icon .elementor-widget-image a:before {
	background-image: url("https://sirion.tech/wp-content/themes/hello-elementor-child/assets/images/expand-icon.svg");
}

.cs-option2-search-work-section .three-col-wrapper .elementor-widget-image a:hover:after {
	opacity: .5;
}

.cs-option2-search-work-section .three-col-wrapper .expand-icon .elementor-widget-image a:hover:after {
	opacity: .6;
}

.cs-option2-search-work-section .three-col-wrapper .elementor-widget-image a:hover:before {
	opacity: 1;
}

.page-template-product-child .elementor-lightbox .elementor-lightbox-image {
	box-shadow: none;
	max-width: 940px;
}

.conversational-search-fifty-fifty-section .elementor-widget-image-carousel {
	max-width: 595px !important;
	margin-left: 0;
}

.icon-card-box .elementor-widget-image img {
	height: 65px;
	width: 68px;
	object-fit: scale-down;
}

.store-testimonials .logo-list-wrapper:before, .store-testimonials .logo-list-wrapper:after {
	display: none;
}

.product-hero-images-wrapper .remove-overlay .e-hosted-video:after {
	display: none !important;
}

.play-btn-wrapper.icon-center {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.play-btn-wrapper.icon-center a {
	width: 80px;
	height: 80px;
}

.cs-option2-hero-section1 .elementor-custom-embed-play svg {
	height: 80px;
	width: 80px;
	fill: none;
	filter: none;
	box-shadow: none;
	opacity: 1 !important;
}

.key-use-cases-section p:last-child {
	margin-bottom: 0;
}

.key-use-cases-section p a {
	color: var(--primary-color);
	text-decoration: underline;
}

.key-use-cases-section p a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

/** Testimonials Section Option 1 Start **/
.testimonials-section-option1 .content-list-wrapper .items, .tesimonials-platform-section .testimonials-section-option1 .content-list-wrapper .items {
	background: var(--white-color) !important;
}

.testimonials-section-option1 .content-list-wrapper .items p, .tesimonials-platform-section .testimonials-section-option1 .content-list-wrapper .items p {
	color: var(--primary-color);
	/*font-size: 32px;line-height: 36px;*/
	margin-bottom: 16px;
}

.testimonials-section-option1.home-section4 h6 {
	color: var(--primary-color);
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 20px;
}

.testimonials-section-option1.home-section4 h6 strong {
	font-weight: bold;
}

.testimonials-section-option1.home-section4 .content-list-wrapper .small-btn .elementor-button {
	background: var(--secondary-color);
	color: var(--white-color) !important;
}

.testimonials-section-option1 .content-list-wrapper .small-btn .elementor-button:hover, .testimonials-section-option1 .content-list-wrapper .small-btn .elementor-button:focus, .testimonials-section-option1 .content-list-wrapper .small-btn .elementor-button:active, .tesimonials-platform-section .testimonials-section-option1 .content-list-wrapper .small-btn .elementor-button:hover, .tesimonials-platform-section .testimonials-section-option1 .content-list-wrapper .small-btn .elementor-button:focus, .tesimonials-platform-section .testimonials-section-option1 .content-list-wrapper .small-btn .elementor-button:active {
	background: var(--btn-hover-color);
}

.testimonials-section-option1 .left-content-block {
	gap: 0;
}

.testimonials-section-option1 .content-list-wrapper .elementor-widget-heading {
	max-width: 660px !important;
}

.testimonials-section-option1 .content-list-wrapper .right-image-block .image1 .elementor-widget-container img, .tesimonials-platform-section .testimonials-section-option1 .content-list-wrapper .right-image-block .image1 .elementor-widget-container img {
	opacity: .75;
	transition: all .4s ease;
}

.testimonials-section-option1 .content-list-wrapper .right-image-block .image1 .elementor-widget-container {
	background: var(--black-color);
}

.testimonials-section-option1 .content-list-wrapper .items:hover .right-image-block .image1 .elementor-widget-container img {
	opacity: .6 !important;
}

.testimonials-section-option1 .logo-list-wrapper .elementor-element:hover, .testimonials-section-option1 .logo-list-wrapper .elementor-widget-image {
	opacity: 1;
	transition: all .4s ease;
}

.testimonials-section-option1.home-section4 .slick-arrow {
	background: #90b5ba !important;
	top: -62px;
}

.testimonials-section-option1.home-section4 .slick-arrow:hover {
	background: #3d7e86 !important;
}

.testimonials-section-option1.lilac-option1 .slick-arrow.slick-prev:hover:before, .testimonials-section-option1 .slick-arrow.slick-prev:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/prev-icon3.svg");
}

.testimonials-section-option1.lilac-option1 .slick-arrow.slick-next:hover:before, .testimonials-section-option1 .slick-arrow.slick-next:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/next-icon3.svg");
}

.testimonials-section-option1.home-section4.lilac-option1.mint-option1.mint-option2 .slick-arrow.slick-prev:hover:before, .testimonials-section-option1.lilac-option1 .slick-arrow.slick-prev:before, .testimonials-section-option1 .slick-arrow.slick-prev:hover:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/prev-icon1-hover.svg");
}

.testimonials-section-option1.home-section4.lilac-option1.mint-option1.mint-option2 .slick-arrow.slick-next:hover:before, .testimonials-section-option1.lilac-option1 .slick-arrow.slick-next:before, .testimonials-section-option1 .slick-arrow.slick-next:hover:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/next-icon1-hover.svg");
}

.testimonials-section-option1 .logo-list-wrapper .logo-items {
	padding: 0 30px !important;
	position: relative;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .7;
	transition: all .4s ease;
}

.testimonials-section-option1 .logo-list-wrapper .elementor-widget-image {
	width: 100% !important;
}

.testimonials-section-option1 .logo-list-wrapper .elementor-widget {
	padding: 0;
}

.testimonials-section-option1 .logo-list-wrapper .syntax-logo {
	width: 200px !important;
}

.testimonials-section-option1 .logo-list-wrapper .rbl-logo {
	width: 160px !important;
}

.testimonials-section-option1 .logo-list-wrapper .oaktree-logo1, .testimonials-section-option1 .logo-list-wrapper .chemours-logo1, .testimonials-section-option1 .logo-list-wrapper .dhl-logo1, .testimonials-section-option1 .logo-list-wrapper .nlg-logo1, .testimonials-section-option1 .logo-list-wrapper .vodafone-logo {
	width: 162px !important;
}

.testimonials-section-option1 .logo-list-wrapper .kpmg-logo, .testimonials-section-option1 .logo-list-wrapper .amegen-logo {
	width: 134px !important;
}

.testimonials-section-option1 .logo-list-wrapper .ing-bank-logo {
	width: 192px !important;
}

.testimonials-section-option1 .logo-list-wrapper .goldman-logo {
	width: 151px !important;
}

.testimonials-section-option1 .logo-list-wrapper .logo-items .elementor-widget-image + .elementor-widget-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	opacity: 0;
}

.testimonials-section-option1 .logo-list-wrapper .logo-items.slick-current .elementor-widget-image:nth-child(1), .testimonials-section-option1 .logo-list-wrapper .logo-items:hover .elementor-widget-image:nth-child(1) {
	opacity: 0;
}

.testimonials-section-option1.lilac-option1 .logo-list-wrapper .logo-items:hover, .testimonials-section-option1.lilac-option1 .logo-list-wrapper .logo-items.slick-current, .testimonials-section-option1 .logo-list-wrapper .logo-items:hover, .testimonials-section-option1 .logo-list-wrapper .logo-items.slick-current, .testimonials-section-option1 .logo-list-wrapper .logo-items.slick-current .elementor-widget-image + .elementor-widget-image, .testimonials-section-option1 .logo-list-wrapper .logo-items:hover .elementor-widget-image + .elementor-widget-image {
	opacity: 1;
}

.testimonials-section-option1.home-section4 .content-list-wrapper-slider-option1 .slick-track {
	align-items: inherit;
}

.testimonials-section-option1 .content-list-wrapper .items {
	height: inherit;
}

.page-template-solutions .testimonials-section-option1 .logo-list-wrapper img, .testimonials-section-option1 .page-template-solutions .site-header .custom-logo-link img, .page-template-product-child .testimonials-section-option1 .logo-list-wrapper img {
	-webkit-filter: inherit;
	filter: inherit;
}

.testimonials-section-option1.lilac-option1 .logo-list-wrapper .logo-items {
	opacity: .3;
}

.testimonials-section-option1.home-section4.lilac-option1 .slick-arrow {
	background: #5c63b2 !important;
}

.testimonials-section-option1.home-section4.lilac-option1 .slick-arrow:hover {
	background: #c9cdfd !important;
}

.page-template-solutions .lilac-option1 .content-list-wrapper .small-btn .elementor-button .elementor-button-text:after, .page-template-product-child .lilac-option1 .content-list-wrapper .small-btn .elementor-button .elementor-button-text:after {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg");
}

.testimonials-section-option1.lilac-option1 .content-list-wrapper .right-image-block .image1 .elementor-widget-container {
	background: var(--black-color);
}

.testimonials-section-option1.lilac-option1 .content-list-wrapper .items:hover .right-image-block .image1 .elementor-widget-container {
	background: #818bfb;
}

.testimonials-section-option1.lilac-option1 .content-list-wrapper .right-image-block .image1 .elementor-widget-container img {
	opacity: .75;
}

.testimonials-section-option1.lilac-option1.mint-option1 .content-list-wrapper .right-image-block .image1 .elementor-widget-container {
	background: var(--black-color);
}

.testimonials-section-option1.lilac-option1.mint-option1 .content-list-wrapper .items:hover .right-image-block .image1 .elementor-widget-container {
	background: #0c3a40;
}

.testimonials-section-option1.mint-option1 .content-list-wrapper .right-image-block .image1 .elementor-widget-container img {
	opacity: .7;
}

.page-template-solutions .testimonials-section-option1.home-section4.lilac-option1 .slick-arrow, .testimonials-section-option1.home-section4.lilac-option1.mint-option1 .slick-arrow {
	background: #3d7e86 !important;
}

.page-template-solutions .testimonials-section-option1.home-section4.lilac-option1 .slick-arrow:hover, .testimonials-section-option1.home-section4.lilac-option1.mint-option1 .slick-arrow:hover {
	background: #b4cdd0 !important;
}

.testimonials-section-option1.lilac-option1.lilac-option2 .content-list-wrapper .right-image-block .image1 .elementor-widget-container {
	background: #6571fc;
}

.testimonials-section-option1.lilac-option1.lilac-option2 .content-list-wrapper .right-image-block .image1 .elementor-widget-container img {
	opacity: .6;
}

.testimonials-section-option1.lilac-option1.lilac-option2 .content-list-wrapper .right-image-block .image1 .elementor-widget-container:after {
	opacity: 0;
}

.testimonials-section-option1.lilac-option1.lilac-option2 .content-list-wrapper .items:hover .right-image-block .image1 .elementor-widget-container img {
	opacity: .5 !important;
}

.testimonials-section-option1.lilac-option1.lilac-option2 .content-list-wrapper .items:hover .right-image-block .image1 .elementor-widget-container:after {
	opacity: .5;
}

.testimonials-section-option1.option2.home-section4 .slick-arrow {
	top: -70px;
}

.testimonials-section-option1.option2.home-section4 .slick-arrow.slick-prev {
	right: auto;
	left: 0;
}

.testimonials-section-option1.option2 .content-list-wrapper .right-image-block .image1 .elementor-widget-container img, .tesimonials-platform-section .testimonials-section-option1.option2 .content-list-wrapper .right-image-block .image1 .elementor-widget-container img {
	opacity: .72;
}

.elementor.elementor .home-section4 .e-con.logo-list-wrapper-option2>.elementor-widget {
	max-width: none;
}

.home-section4 .slick-track {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.home-section4 .content-list-wrapper-slider-option2 .slick-track {
	align-items: inherit;
	gap: 2px;
}

.logo-list-wrapper-option2 {
	margin: 0 0 18px 0 !important;
	flex-direction: row !important;
}

.logo-list-wrapper-option2 .elementor-widget .elementor-widget-container {
	cursor: pointer;
	transform: none !important;
	position: relative;
}

.logo-list-wrapper-option2 {
	padding: 0 50px;
}

.logo-list-wrapper-option2 .img-items {
	position: relative;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px !important;
	height: 70px;
}

.logo-list-wrapper-option2 .elementor-widget-image {
	max-width: none;
	position: relative;
	transition: all .4s ease;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-list-wrapper-option2 .elementor-widget-image img {
	width: 100%;
	height: 44px;
	object-fit: contain;
	display: block;
	transition: all .4s ease;
	opacity: .7;
}

.logo-list-wrapper-option2 .elementor-widget-image.kpmg-logo-option2 img, .logo-list-wrapper-option2 .elementor-widget-image.vodafone-logo-option2 img {
	height: 38px;
}

.logo-list-wrapper-option2 .elementor-widget-image.amgen-logo-option2 img {
	height: 31px;
}

.logo-list-wrapper-option2 .img-items>div {
	position: relative;
}

.logo-list-wrapper-option2 .img-items .elementor-widget-image>div:before {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 1px;
	width: 0;
	background: #fcfdfd;
	bottom: -13px;
	transition: all .4s ease;
}

.logo-list-wrapper-option2 .img-items.slick-current>div .elementor-widget-image img, .logo-list-wrapper-option2 .img-items>div:hover .elementor-widget-image img, .logo-list-wrapper-option2 .elementor-widget-image.slick-current>div img, .logo-list-wrapper-option2 .elementor-widget-image>div:hover img {
	opacity: 1;
}

.logo-list-wrapper-option2 .img-items.slick-current .elementor-widget-image>div:before, .logo-list-wrapper-option2 .img-items .elementor-widget-image>div:hover:before {
	width: 100%;
}

.logo-list-wrapper-option2 .img-items>div .elementor-widget-image + .elementor-widget-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}

.logo-list-wrapper-option2 .img-items.slick-current .elementor-widget-image:nth-child(1), .logo-list-wrapper-option2 .img-items>div:hover .elementor-widget-image:nth-child(1) {
	opacity: 0;
}

.logo-list-wrapper-option2 .img-items.slick-current .elementor-widget-image + .elementor-widget-image, .logo-list-wrapper-option2 .img-items>div:hover .elementor-widget-image + .elementor-widget-image {
	opacity: 1;
}

.testimonials-section-option1.home-section4.lilac-option1.lilac-option2 .slick-arrow {
	background: #6e76d5 !important;
}

.testimonials-section-option1.home-section4.lilac-option1.lilac-option2 .slick-arrow:hover {
	background: #c9cdfd !important;
}

.page-template-solutions .testimonials-section-option1.home-section4.lilac-option1 .slick-arrow.slick-prev:hover:before, .testimonials-section-option1.home-section4.lilac-option1.mint-option1 .slick-arrow.slick-prev:hover:before, .testimonials-section-option1.lilac-option2 .slick-arrow.slick-prev:hover:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/prev-icon3.svg");
}

.page-template-solutions .testimonials-section-option1.home-section4.lilac-option1 .slick-arrow.slick-next:hover:before, .testimonials-section-option1.home-section4.lilac-option1.mint-option1 .slick-arrow.slick-next:hover:before, .testimonials-section-option1.lilac-option2 .slick-arrow.slick-next:hover:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/next-icon3.svg");
}

.lilac-option2 .logo-list-wrapper-option2 .img-items .elementor-widget-image>div:before {
	background: #0b1821;
}

.testimonials-section-option1.lilac-option1.mint-option1.mint-option2 .content-list-wrapper .right-image-block .image1 .elementor-widget-container {
	background: #2b4d51;
}

.testimonials-section-option1.home-section4.lilac-option1.lilac-option2.mint-option2 .slick-arrow {
	background: #0c565f !important;
}

.testimonials-section-option1.home-section4.lilac-option1.lilac-option2.mint-option2 .slick-arrow:hover {
	background: #5d939a !important;
}

.testimonials-section-option1.lilac-option1.mint-option1.mint-option2 .content-list-wrapper .items:hover .right-image-block .image1 .elementor-widget-container {
	background: #0d4950;
}

.press-details-section1 {
	padding-top: 60px;
	transition: all .4s ease;
}

.disabled-strip2 .press-details-section1 {
	padding-top: 0;
}

/** Cab LP Post Event Page Start **/
.home-section1.engage-section1.cab-event-section1 {
	padding-bottom: 78px;
}

.cab-event-section3>div {
	padding-top: 123px !important;
	padding-bottom: 104px !important;
}

.cab-event-section3 h3 {
	margin-bottom: 34px;
}

.cab-event-section3 .elementor-button.elementor-button-link {
	min-width: 202px;
}

.cab-event-section3 .elementor-button.elementor-button-link span.elementor-button-icon {
	margin-left: 6px;
}

.cab-event-section4 .tab-content-wrapper {
	margin-top: 38px;
}

.cab-event-section4.engage-section3 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
	min-width: calc(50% - 8px);
	max-width: calc(50% - 8px);
	flex-basis: calc(50% - 8px);
}

.cab-event-section4.engage-section3 .elementor-tab-content {
	padding-top: 42px !important;
}

.cab-event-section4.engage-section3 .elementor-tab-content h3 {
	margin: 42px 0 -13px 0 !important;
}

.cab-event-section4.engage-section3 .tab-content-wrapper {
	flex-wrap: wrap;
}

.cab-event-section4.engage-section3 .tab-content {
	padding: 0;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	flex-basis: 100%;
}

.cab-event-section4 .images-wrapper {
	min-width: 100%;
	max-width: 100%;
	flex-basis: 100%;
	margin-top: 36px;
}

.cab-event-section4.engage-section3 .tab-content-inner {
	max-width: 100%;
}

.cab-event-section4 .tab-content .btn {
	max-width: none;
	min-width: auto;
}

.cab-event-section4 .images-wrapper .image-box1 {
	padding-bottom: 40.45%;
}

.cab-event-section4.engage-section3:before {
	display: none;
}

.tab-bottom-content-wrapper .items.full-width {
	min-width: 100%;
	max-width: 100%;
	flex-basis: 100%;
}

.cab-event-section4 .tab-bottom-content-wrapper {
	margin-top: 5px;
	margin-bottom: -10px;
}

.cab-event-section4 .tab-bottom-content-wrapper .items {
	padding-top: 15px;
	padding-bottom: 15px;
}

.cab-event-section4 .tab-bottom-content-wrapper ul {
	padding-bottom: 12px;
}

.cab-event-section4 .tab-bottom-content-wrapper .btn {
	margin-top: 15px;
}

.cab-event-section4 .tabs-styling>div {
	height: auto !important;
}

/** ISDA Solution Page Start **/
.isda-solution-section4 .breadcrumbs-wrapper li.elementor-icon-list-item span.elementor-icon-list-icon svg, .isda-solution-section2 .breadcrumbs-wrapper li.elementor-icon-list-item span.elementor-icon-list-icon svg {
	fill: none;
}

.isda-solution-section3 .content-box-card:hover {
	top: 0;
}

.conversational-search-fifty-fifty-section.isda-solution-section4 .elementor-widget-image-carousel {
	max-width: 700px !important;
}

.isda-solution-section5 .logo-image {
	height: 54px;
}

.isda-solution-section6 .btn.text-link {
	margin-top: 35px;
}

.btn.text-link {
	background: none;
	border-radius: 0;
	color: var(--primary-color) !important;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
}

.btn.text-link:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon1.svg") no-repeat center right;
	background-size: 24px 12px;
}

.btn.text-link:hover {
	color: #92429f !important;
}

.btn.text-link:hover:after, .btn.text-link:focus:after, .btn.text-link:active:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon1.svg") no-repeat center right;
	background-size: 24px 12px;
}

.isda-solution-section5 .elementor-shortcode {
	margin-left: -20px;
	margin-right: -20px;
}

/** Resources Details New Page Start **/
.resource-hero-section-new {
	padding-top: 54px;
	transition: all .4s ease;
	background-position: center -100px !important;
	z-index: 1;
}

.disabled-strip2 .resource-hero-section-new {
	padding-top: 0;
}

.resource-hero-section-new h1 strong {
	display: inline-block;
	font-weight: bold;
	background: linear-gradient(to right, #828cfb, #d3d6fd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.resource-hero-section-new p strong {
	font-weight: bold;
}

.resource-hero-section-new:after {
	content: "";
	position: absolute;
	left: -60px;
	right: 0;
	bottom: -30px;
	width: 346px;
	height: 233px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/three-x-image.svg") no-repeat center;
	background-size: 100% auto;
	margin: 0 auto;
	z-index: -1;
}

.resource-hero-section-new>div:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -180px;
	width: 100%;
	height: 414px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/bottom-shape.svg") no-repeat top center;
	background-size: cover;
	z-index: 0;
}

.resource-hero-section-new>div>div {
	z-index: 1;
}

.resource-hero-section-new1.resource-hero-section-new>div:after, .resource-hero-section-new1.resource-hero-section-new:after {
	display: none;
}

.resource-hero-section-new1.resource-hero-section-new {
	background-position: right bottom !important;
}

.social-share-wrapper .elementor-grid {
	display: -webkit-flex;
	display: flex;
	gap: 20px;
}

.social-share-wrapper .elementor-grid .elementor-grid-item {
	margin: 0;
}

.social-share-wrapper .elementor-grid .elementor-grid-item .elementor-share-btn {
	width: 24px;
	height: 24px;
	background: none;
	padding: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}

.social-share-wrapper .elementor-grid .elementor-grid-item .elementor-share-btn svg {
	display: none;
}

.social-share-wrapper .elementor-grid .elementor-grid-item .elementor-share-btn.elementor-share-btn_linkedin {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/linkedin-icon3.svg");
}

.social-share-wrapper .elementor-grid .elementor-grid-item .elementor-share-btn.elementor-share-btn_linkedin.nitro-lazy {
	background-image: none !important;
}

.social-share-wrapper .elementor-grid .elementor-grid-item .elementor-share-btn.elementor-share-btn_twitter {
	background-color: var(--black-color);
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/twitter-icon3.svg");
	background-size: 14px;
	border-radius: 100%;
}

.social-share-wrapper .elementor-grid .elementor-grid-item .elementor-share-btn.elementor-share-btn_twitter.nitro-lazy {
	background-image: none !important;
}

.social-share-wrapper .elementor-grid .elementor-grid-item .elementor-share-btn.elementor-share-btn_facebook {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/facebook-icon3.svg");
}

.social-share-wrapper .elementor-grid .elementor-grid-item .elementor-share-btn.elementor-share-btn_facebook.nitro-lazy {
	background-image: none !important;
}

.platform-hero-new-section.product-hero-section.home-section1 .hero-left-title {
	min-width: 68%;
	max-width: 68%;
	flex-basis: 68%;
}

.platform-hero-new-section.home-section1 .hero-content {
	min-width: 32%;
	max-width: 32%;
	flex-basis: 32%;
}

.platform-hero-new-section.home-section1 .hero-content .elementor-widget-container {
	margin: 0;
	max-width: none;
}

.platform-section4-card-wrapper .elementor-button {
	padding: 10px 17px;
}

.platform-section4-card-wrapper span.elementor-button-text {
	font-size: 16px;
}

.platform-section4-card-wrapper span.elementor-button-icon {
	margin-left: 3px;
}

.product-hero-section.home-section1.platform-new-hero-section {
	padding-bottom: 0 !important;
	background: none !important;
}

.home-section1.platform-new-hero-section:after {
	display: none;
}

#animation_container * {
	width: 100% !important;
	height: auto !important;
}

#animation_container {
	max-width: 1300px;
	width: 100% !important;
	height: 683px !important;
	position: relative;
	margin: 0 auto;
}

/** Industry Page Start **/

/*.product-hero-section.home-section1.industry-hero-section {padding-bottom: 75px;}*/
.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.industry-hero-section .hero-left-title {
	min-width: 40%;
	max-width: 40%;
	flex-basis: 40%;
}

.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-four-line .product-hero-images-wrapper {
	margin-top: -294px;
}

.product-hero-section.home-section1.industry-hero-section .product-hero-images-wrapper>div {
	margin-top: -18px !important;
}

.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.industry-hero-section .product-hero-images-wrapper {
	width: 57.6% !important;
}

.cs-option2-hero-section1.industry-hero-section .hero-content1 .elementor-widget-text-editor {
	max-width: 421px !important;
}

.min-height-title {
	min-height: 92px;
}

.industry-logo-list>div {
	width: calc(20% - 48px);
}

.industry-logo-list .elementor-widget-image .elementor-widget-container {
	transform: none;
	height: 40px;
	margin: 0 !important;
	padding: 0 !important;
}

.industry-logo-list .elementor-widget-image .elementor-widget-container img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
	display: block;
}

.social-share-wrapper .elementor-grid {
	display: -webkit-flex;
	display: flex;
	gap: 20px;
}

.social-share-wrapper .elementor-grid .elementor-grid-item {
	margin: 0;
}

.social-share-wrapper .elementor-grid .elementor-grid-item .elementor-share-btn {
	width: 24px;
	height: 24px;
	background: none;
	padding: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}

.social-share-wrapper .elementor-grid .elementor-grid-item .elementor-share-btn svg {
	display: none;
}

.social-share-wrapper .elementor-grid .elementor-grid-item .elementor-share-btn.elementor-share-btn_linkedin {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/linkedin-icon3.svg");
}

.social-share-wrapper .elementor-grid .elementor-grid-item .elementor-share-btn.elementor-share-btn_linkedin.nitro-lazy {
	background-image: none !important;
}

.social-share-wrapper .elementor-grid .elementor-grid-item .elementor-share-btn.elementor-share-btn_twitter {
	background-color: var(--black-color);
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/twitter-icon3.svg");
	background-size: 14px;
	border-radius: 100%;
}

.social-share-wrapper .elementor-grid .elementor-grid-item .elementor-share-btn.elementor-share-btn_twitter.nitro-lazy {
	background-image: none !important;
}

.social-share-wrapper .elementor-grid .elementor-grid-item .elementor-share-btn.elementor-share-btn_facebook {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/facebook-icon3.svg");
}

.social-share-wrapper .elementor-grid .elementor-grid-item .elementor-share-btn.elementor-share-btn_facebook.nitro-lazy {
	background-image: none !important;
}

/** New Home Page Start **/
@property --angle {
	syntax: "<angle>";
	inherits: true;
	initial-value: 0deg;
}

.hero-bottom-content {
	--angle: 0deg;
	background: linear-gradient(#0b1821, #0b1821) padding-box, conic-gradient(from var(--angle), #0b1821, #0b1821, #acb3ff, #0b1821, #0b1821) border-box;
	border: 1px solid transparent;
	animation: rotate-gradient 12s infinite linear;
}

@keyframes rotate-gradient {
	from {
		--angle: 0deg;
	}
	
	to {
		--angle: 360deg;
	}
}

.mobile-video {
	display: none;
}

.home-section1.home-section1-new {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/hero-new-hero-bg1.svg") no-repeat center;
	background-size: cover;
	padding-bottom: 0;
}

.home-section1.home-section1-new.nitro-lazy {
	background: none !important;
}

.home-section1.home-section1-new .hero-bottom-images {
	margin-top: 60px;
	margin-bottom: -207px;
}

.home-section1.home-section1-new:after {
	display: none;
}

.home-section1-new .bdr-btn .elementor-button {
	border: 1px solid var(--secondary-color);
}

.home-section1-new .bdr-btn .elementor-button:hover, .bdr-btn .elementor-button:focus, .bdr-btn .elementor-button:active {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}

.home-section1-new .home-hero-btn-wrapper .bdr-btn .elementor-widget-container {
	margin: 0 0 0 16px;
}

.home-s2-logo-list, .home-section1-new .hero-bottom-content {
	max-width: 1256px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.home-section1-new .hero-bottom-content .elementor-widget-icon-list li.elementor-inline-item {
	border: 1px solid #818bfb;
	padding: 8px 13px;
	border-radius: 40px;
}

.home .home-s2-logo-list {
	max-width: 100%;
	display: flex;
	flex-wrap: nowrap !important;
	flex-direction: row;
}

.ironclad-campaign-hero-section .home-s2-logo-list {
	max-width: 100%;
}

.marquee-row1 .js-marquee {
	display: -webkit-flex;
	display: flex;
}

.marquee-row1, .home-s2-logo-list {
	overflow: hidden;
}

.home-s2-logo-list-slider {
	width: 100%;
}

.home-s2-logo-list .slick-track {
	display: -webkit-flex;
	display: flex;
	gap: 48px;
	align-items: center;
	justify-content: center;
}

.new-logo1 {
	min-width: 48px;
	max-width: 48px;
	flex-basis: 48px;
}

.new-logo2 {
	min-width: 199px;
	max-width: 199px;
	flex-basis: 199px;
}

.new-logo3 {
	min-width: 41px;
	max-width: 41px;
	flex-basis: 41px;
}

.new-logo4 {
	min-width: 84px;
	max-width: 84px;
	flex-basis: 84px;
}

.new-logo5 {
	min-width: 114px;
	max-width: 114px;
	flex-basis: 114px;
}

.new-logo6 {
	min-width: 40px;
	max-width: 40px;
	flex-basis: 40px;
}

.new-logo7 {
	min-width: 136px;
	max-width: 136px;
	flex-basis: 136px;
}

.new-logo8 {
	min-width: 101px;
	max-width: 101px;
	flex-basis: 101px;
}

.new-logo9 {
	min-width: 98px;
	max-width: 98px;
	flex-basis: 98px;
}

.new-logo10 {
	min-width: 182px;
	max-width: 182px;
	flex-basis: 182px;
}

.new-logo11 {
	min-width: 160px;
	max-width: 160px;
	flex-basis: 160px;
}

.new-logo12 {
	min-width: 78px;
	max-width: 78px;
	flex-basis: 78px;
}

.new-logo13 {
	min-width: 148px;
	max-width: 148px;
	flex-basis: 148px;
}

.new-logo14 {
	min-width: 125px;
	max-width: 125px;
	flex-basis: 125px;
}

.new-logo15 {
	min-width: 96px;
	max-width: 96px;
	flex-basis: 96px;
}

.new-logo16 {
	min-width: 176px;
	max-width: 176px;
	flex-basis: 176px;
}

.new-logo17 {
	min-width: 229px;
	max-width: 229px;
	flex-basis: 229px;
}

.new-logo18 {
	min-width: 192px;
	max-width: 192px;
	flex-basis: 192px;
}

.home-section3-new .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item, .home-section2-new .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item {
	background: #0d5e68;
	border-color: #0d5e68 !important;
}

.home-section3-new .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item .elementor-icon-list-text, .home-section2-new .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item .elementor-icon-list-text {
	color: #fcfdfd !important;
}

.home-section2-new .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:before {
	display: none !important;
}

.home-section2-new .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
	background: #1f2a33;
	border-color: #1f2a33 !important;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-section2-new .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:hover {
	background: #28343c;
	border-color: #28343c !important;
}

.home-section2-new .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:after {
	background: #e4e267;
}

.home-section2-new .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:hover, .home-section2-new .tabs-styling .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
	border-color: rgba(93, 147, 154, .3) !important;
	background: #0d5e68;
}

.home-section2-new .tabs-styling .elementor-tabs-wrapper .elementor-tab-title.elementor-active.active-tab-item:after {
	animation: lineH 21s 0s linear both;
}

.home-section2-new .tabs-styling.animation-continue .elementor-tabs-wrapper .elementor-tab-title.elementor-active.active-tab-item:after {
	animation-iteration-count: infinite;
}

.home-section2-new .tabs-styling {
	max-width: 1116px !important;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.product-tab-content-wrapper {
	display: -webkit-flex;
	display: flex;
	margin-top: 48px;
	flex-direction: row-reverse;
	align-items: center;
}

.product-tab-content-wrapper>h4, .product-tab-content-wrapper>h3 {
	display: none;
}

.product-image-box {
	position: relative;
	padding-bottom: 48.5%;
	border-radius: 16px;
	overflow: hidden;
	min-width: 65%;
	max-width: 65%;
	flex-basis: 65%;
	/*margin-left: 26px;*/
	margin-right: 26px;
}

.product-image-box video, .product-image-box iframe, .product-image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.product-tab-content *:last-child {
	margin-bottom: 0;
}

.product-tab-content {
	background: #05272c;
	border-radius: 16px 0 0 16px;
	padding: 25px 30px 30px 30px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

.product-tab-content-wrapper h3 {
	color: #b4cdd0;
	margin-top: 0;
}

.product-tab-content ul {
	margin: 0 0 55px 0;
	padding: 0;
}

.product-tab-content ul li {
	list-style: none;
	padding: 0 0 0 13px;
	margin: 0;
	position: relative;
}

.product-tab-content ul li + li {
	margin-top: 16px;
}

.product-tab-content ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 3px;
	height: 3px;
	background: var(--white-color);
	border-radius: 100%;
}

.product-tab-content .btn {
	font-size: 18px;
	padding: 13px 16px;
	min-width: 151px;
}

.home-new-section5 .image-content-box .elementor-image-box-content a.btn {
	display: block;
}

.home-new-section5 .image-content-box .elementor-image-box-content a.btn, .product-tab-content .btn.text-link {
	color: var(--white-color) !important;
}

.home-new-section5 .image-content-box .elementor-image-box-content a.btn:after, .product-tab-content .btn.text-link:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg") no-repeat center right;
}

.home-new-section5 .image-content-box .elementor-image-box-content a.btn:hover, .product-tab-content .btn.text-link:hover {
	color: var(--white-color) !important;
}

.home-new-section5 .with-link .image-content-box .elementor-image-box-content p {
	padding-bottom: 46px;
}

.home-new-section5 .with-link .elementor-image-box-content .btn {
	position: absolute;
	bottom: 28px;
	left: 24px;
}

.home-section5.home-new-section5 .right-content-block>div {
	max-width: 612px;
	margin-left: auto;
}

.home-section5.home-new-section5 .right-content-block .elementor-widget-text-editor {
	max-width: 100% !important;
	margin-left: 0;
	padding-top: 0;
}

/** Eigen Page Start **/
.eigen-hero-section {
	background: none !important;
}

.eigen-hero-section.product-hero-section.home-section1 {
	overflow: inherit !important;
}

.eigen-hero-section:after {
	display: none !important;
}

.eigen-hero-section:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: -460px !important;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/eigen-hero-img.svg") no-repeat top center;
	background-size: cover;
	height: auto;
}

.eigen-section1 .elementor-button {
	background: var(--primary-color);
	font-size: 16px;
	border-radius: 8px;
	padding: 10px 18px;
}

.eigen-section2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -450px;
	bottom: -330px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/eigen-s2-img.svg") no-repeat bottom right;
	background-size: cover;
	height: auto;
}

.eigen-s6-logo-list {
	gap: 40px 91px;
}

.eigen-s6-logo-list .elementor-widget-image {
	min-width: calc(14.2% - 91px);
	max-width: calc(14.2% - 91px) !important;
	flex-basis: calc(14.2% - 91px);
}

.eigen-s6-logo-list .elementor-widget-image:nth-child(5) {
	min-width: calc(18.7% - 91px);
	max-width: calc(18.7% - 91px) !important;
	flex-basis: calc(18.7% - 91px);
}

.eigen-s6-logo-list .elementor-widget-image:nth-child(7), .eigen-s6-logo-list .elementor-widget-image:nth-child(8) {
	min-width: calc(17.7% - 91px);
	max-width: calc(17.7% - 91px) !important;
	flex-basis: calc(17.7% - 91px);
}

/** Eigen - Platform Page Start **/
.page-template-solutions-header-area-dark .home-section1.eigen-platform-hero-section:after, .page-template-solutions .home-section1.eigen-platform-hero-section:after {
	display: none !important;
}

.product-hero-section.home-section1.eigen-platform-hero-section .hero-left-title {
	min-width: 49%;
	max-width: 49%;
	flex-basis: 49%;
}

.eigen-platform-hero-section .hero-content1 .elementor-widget-text-editor {
	max-width: 543px !important;
}

.page-template-solutions-header-area-dark .product-hero-section.eigen-platform-hero-section .product-hero-images-wrapper .elementor-widget-container:before, .page-template-solutions .product-hero-section.eigen-platform-hero-section .product-hero-images-wrapper .elementor-widget-container:before {
	background: #335dcb;
}

.eigen-platform-hero-section.hero-right-image-full .product-hero-images-wrapper {
	width: 49.3%;
	margin-top: -223px;
}

.eigen-platform-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
	height: 298px !important;
}

.eigen-platform-hero-section.hero-right-image-full.home-section1.eigen-platform-hero-section1 .hero-bottom-images {
	height: 165px !important;
}

.page-template-solutions .home-section1.eigen-platform-hero-section .breadcrumbs-wrapper li.elementor-icon-list-item {
	border-color: #6e76d5;
}

.page-template-solutions .home-section1.eigen-platform-hero-section .breadcrumbs-group.breadcrumbs-wrapper li.elementor-icon-list-item:last-child {
	background: #6e76d5;
}

.home-section1.eigen-platform-hero-section .hero-bottom-images {
	margin-top: 28px;
}

.product-hero-section.home-section1.eigen-platform-hero-section {
	padding-bottom: 120px;
}

.page-template-solutions .breadcrumbs-wrapper.feature-tag1 li.elementor-icon-list-item {
	border-color: #818bfb;
}

.eigen-platform-hero-section.hero-right-image-full.home-section1.title-four-line .hero-bottom-images {
	height: 142px !important;
}

.key-use-cases-section .small-btn .elementor-button {
	font-size: 18px;
	border-radius: 8px;
	padding: 13px 18px;
}

.page-template-solutions .home-section1.eigen-platform-hero-section .breadcrumbs-wrapper.breadcrumbs-color1 li.elementor-icon-list-item {
	border-color: #0d5e68;
}

.page-template-solutions .home-section1.eigen-platform-hero-section .breadcrumbs-group.breadcrumbs-wrapper.breadcrumbs-color1 li.elementor-icon-list-item:last-child {
	background: #0d5e68;
}

/** Smart Negotiation Page Start **/
.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.smart-negotiation-hero-section1 {
	padding-bottom: 137px;
	padding-top: 186px;
}

.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.smart-negotiation-hero-section1 .product-hero-images-wrapper {
	margin-top: -250px;
	width: 53.6% !important;
}

.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-three-line.smart-negotiation-hero-section1 .product-hero-images-wrapper {
	margin-top: -285px;
}

.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-one-line.smart-negotiation-hero-section1 .product-hero-images-wrapper {
	margin-top: -182px;
}

.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.smart-negotiation-hero-section1 .hero-left-title {
	min-width: 47%;
	max-width: 47%;
	flex-basis: 47%;
}

.smart-negotiation-hero-section1 .bdr-btn .elementor-button {
	border-color: var(--secondary-color);
}

.smart-negotiation-hero-section1 .bdr-btn .elementor-button:hover, .smart-negotiation-hero-section1 .bdr-btn .elementor-button:focus, .smart-negotiation-hero-section1 .bdr-btn .elementor-button:active {
	background: var(--secondary-color);
}

.smart-negotiation-section2 strong {
	font-weight: bold;
}

.smart-negotiation-section2 p small {
	line-height: 1.32;
	font-size: 14px;
}

.smart-negotiation-section2 p small em {
	font-style: normal;
	font-size: 12px;
}

.smart-negotiation-section2 .p-list-style p {
	font-size: 16px;
}

.fifty-fifty-right-content-inner {
	max-width: 474px;
	width: 100%;
}

.additional-resources-section1 .resources-post-section-wrapper {
	margin-top: 65px;
	margin-bottom: 98px;
}

.agentos-additional-resources .resources-post-section-wrapper {
	margin-top: 125px;
	margin-bottom: 150px;
}

.agentos-additional-resources .additional-resources-posts-wrapper h4, .agentos-additional-resources .additional-resources-posts-wrapper h2 {
	margin-bottom: 60px;
	color: #f5f6f6;
}

.agentos-additional-resources .resources-card-wrapper {
	background: #05272c;
}

.agentos-additional-resources .resources-card-wrapper .resources-post-content h4 a, .agentos-additional-resources .resources-card-wrapper .resources-post-content h3 a, .agentos-additional-resources .resources-card-wrapper h5 a {
	color: #f5f6f6 !important;
}

.agentos-additional-resources .post-cate-wrapper .items span {
	color: #e4e267;
	border: 1px solid #e4e267;
}

/** Financial Services Page Start **/
.white-bg-testimonials .testimonials-section-option1.home-section4.lilac-option1 .slick-arrow {
	background: #5c63b2 !important;
}

.white-bg-testimonials .testimonials-section-option1.home-section4.lilac-option1 .slick-arrow:hover {
	background: #c9cdfd !important;
}

.white-bg-testimonials .testimonials-section-option1.lilac-option1 .slick-arrow.slick-prev:hover:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/prev-icon3.svg");
}

.white-bg-testimonials .testimonials-section-option1.lilac-option1 .slick-arrow.slick-next:hover:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/next-icon3.svg");
}

.page-template-solutions-header-area-dark .white-bg-testimonials .logo-list-wrapper:before, .page-template-solutions .white-bg-testimonials .logo-list-wrapper:before {
	background: #f3f3ff;
}

.page-template-solutions-header-area-dark .white-bg-testimonials .logo-list-wrapper:after, .page-template-solutions .white-bg-testimonials .logo-list-wrapper:after {
	background: linear-gradient(270deg, #f2f3ff 22.7%, rgba(242, 243, 255, 0) 100%);
}

.page-template-product-child-header-area-dark1 .white-bg-testimonials .content-list-wrapper .items, .page-template-solutions-header-area-dark .white-bg-testimonials .content-list-wrapper .items, .page-template-solutions .white-bg-testimonials .content-list-wrapper .items {
	background: var(--white-color) !important;
}

.page-template-product-child-header-area-dark1 .white-bg-testimonials .content-list-wrapper .right-image-block .image1 .elementor-widget-container, .page-template-solutions-header-area-dark .white-bg-testimonials .content-list-wrapper .right-image-block .image1 .elementor-widget-container, .page-template-solutions .white-bg-testimonials .content-list-wrapper .right-image-block .image1 .elementor-widget-container {
	background: var(--black-color);
}

.white-bg-testimonials .content-list-wrapper .right-image-block .image1 .elementor-widget-container img {
	opacity: .7;
}

.page-template-product-child-header-area-dark1 .financial-services-section5 .breadcrumbs-wrapper li.elementor-icon-list-item, .page-template-product-child-header-area-dark1 .usecase-section .breadcrumbs-wrapper li.elementor-icon-list-item, .page-template-solutions-header-area-dark .financial-services-section5 .breadcrumbs-wrapper li.elementor-icon-list-item, .page-template-solutions-header-area-dark .usecase-section .breadcrumbs-wrapper li.elementor-icon-list-item, .page-template-solutions .financial-services-section5 .breadcrumbs-wrapper li.elementor-icon-list-item, .page-template-solutions .usecase-section .breadcrumbs-wrapper li.elementor-icon-list-item {
	background: #818bfb;
	border-color: #818bfb !important;
}

.financial-services-section5 .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item .elementor-icon-list-text, .usecase-section .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item .elementor-icon-list-text {
	color: var(--text-color) !important;
}

.financial-services-section5 .key-benefit ul li svg, .usecase-section .key-benefit ul li svg {
	fill: none !important;
}

.usecase-section .btn.text-link {
	margin-top: 28px;
	display: block !important;
}

.usecase-section .btn.text-link:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/arrow-icon2.svg") no-repeat center right;
	background-size: 20px 12px;
	width: 16px;
}

.usecase-section .btn.text-link:hover:after {
	width: 20px;
}

.usecase-list-wrapper .elementor-widget-image {
	padding-bottom: 50.3% !important;
	position: relative;
}

.usecase-list-wrapper .elementor-widget-image:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #073439;
	opacity: .3;
}

.usecase-list-wrapper .elementor-widget-image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.hero-full-width-image {
	position: absolute;
	width: 53.85%;
	right: 0;
	top: 206px;
}

.financial-services-hero-section .hero-left-title1 {
	margin-bottom: 60px;
}

.no-logo-band.financial-services-hero-section .hero-left-title1 {
	margin-bottom: 0px;
}

.page-template-solutions .content-list-wrapper .small-btn.small-btn2 .elementor-button {
	background: var(--secondary-color);
	color: var(--white-color) !important;
}

.usecase-list-wrapper1>div {
	display: none;
}

.show-boxes.usecase-list-wrapper1>div.show-more-btn-wrapper {
	display: none !important;
}

.usecase-list-wrapper1>div.show-more-btn-wrapper, .usecase-list-wrapper1>div:nth-child(1), .usecase-list-wrapper1>div:nth-child(2), .usecase-list-wrapper1>div:nth-child(3), .usecase-list-wrapper1>div:nth-child(4), .show-boxes.usecase-list-wrapper1>div {
	display: -webkit-flex;
	display: flex;
}

.show-more-btn-wrapper .btn.bdr-btn1 {
	font-size: 20px;
	padding: 16px 14px;
	min-width: 158px;
	border-radius: 16px;
}

.show-more-btn-wrapper .btn.bdr-btn1:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/down-arrow1.svg") no-repeat center right;
	background-size: 12px 14px;
	width: 12px;
}

.show-more-btn-wrapper .btn.bdr-btn1:hover:after, .show-more-btn-wrapper .btn.bdr-btn1:focus:after, .show-more-btn-wrapper .btn.bdr-btn1:active:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/down-arrow-white.svg") no-repeat center right;
	background-size: 12px 14px;
}

.usecase-list-wrapper1 figure.elementor-image-box-img {
	margin-top: 14px !important;
}

.financial-services-hero-section.title-three-line .hero-left-title1 {
	margin-bottom: 4px;
}

.financial-services-hero-section.title-four-line .hero-left-title1 {
	margin-bottom: 0;
}

.financial-services-hero-section .home-section2-new {
	background: none !important;
}

.financial-services-hero-section.title-three-line1 .hero-left-title1 {
	margin-bottom: -10px;
}

.elementor-widget-button.bdr-btn2 .elementor-button, .bdr-btn1 {
	font-size: 18px;
	padding: 12px 20px;
	min-width: 160px;
	text-align: center;
	border-radius: 12px;
	background: none;
	border: 1px solid var(--secondary-color);
	color: var(--secondary-color) !important;
}

.elementor-widget-button.bdr-btn2 .elementor-button:hover, .elementor-widget-button.bdr-btn2 .elementor-button:focus, .elementor-widget-button.bdr-btn2 .elementor-button:active, .bdr-btn1:hover, .bdr-btn1:focus, .bdr-btn1:active {
	background: var(--secondary-color);
	color: var(--white-color) !important;
}

.btn:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow.svg") no-repeat center right;
	background-size: 24px 12px;
}

.btn:hover:after, .btn:focus:after, .btn:active:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg") no-repeat center right;
	background-size: 24px 12px;
}

.elementor-widget-button.bdr-btn2 .elementor-button svg path {
	transition: all .4s ease;
	fill: var(--secondary-color);
}

.elementor-widget-button.bdr-btn2 .elementor-button:hover svg path, .elementor-widget-button.bdr-btn2 .elementor-button:focus svg path, .elementor-widget-button.bdr-btn2 .elementor-button:active svg path {
	fill: var(--white-color);
}

.university-post-list-wrapper .img-cover:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(58, 63, 113, .4) 0%, rgba(11, 24, 33, .5) 100%);
}

.university-sub-cate-with-post-list-wrapper .cate-with-post-items + .cate-with-post-items {
	margin-top: 238px;
}

.elementor-widget-button.bdr-btn2 .elementor-button {
	padding: 17px 20px;
	font-size: 18px;
}

/** Manage Contract Performance Page Start **/
.home-section1.manage-hero-section {
	padding-bottom: 120px;
	transition: all .4s ease;
}

.disabled-strip2 .home-section1.manage-hero-section {
	padding-top: 110px;
}

.home-section1.manage-hero-section.home-section1:after {
	bottom: 0 !important;
}

.home-section1.manage-hero-section .hero-left-title {
	min-width: 46%;
	max-width: 46%;
	flex-basis: 46%;
}

.home-section1.manage-hero-section .breadcrumbs-wrapper {
	margin: 0;
}

.page-template-product-child .breadcrumbs-wrapper.key-benefit.breadcrumbs-bg li.elementor-icon-list-item {
	background: #5c63b2;
	border-color: #5c63b2 !important;
}

.page-template-product-child .breadcrumbs-wrapper.key-benefit.breadcrumbs-bg li.elementor-icon-list-item .elementor-icon-list-text {
	color: var(--white-color) !important;
}

/** Ironclad Campaign Page Start **/
.ironclad-campaign-hero-section .form-style1 .hs-richtext p a, .ironclad-campaign-hero-section .form-style1 .hs-richtext p, .ironclad-campaign-hero-section .form-style1 * {
	color: var(--white-color);
}

.ironclad-campaign-hero-section.home-section1.manage-hero-section .hero-left-title {
	min-width: 65%;
	max-width: 65%;
	flex-basis: 65%;
	padding-right: 187px;
}

.ironclad-campaign-hero-section.home-section1:after {
	display: none;
}

.ironclad-campaign-hero-section.home-section1.manage-hero-section {
	padding-bottom: 75px;
	padding-top: 140px;
	transition: all .4s ease;
}

.disabled-strip2 .ironclad-campaign-hero-section.home-section1.manage-hero-section {
	padding-top: 90px;
}

.ironclad-campaign-section2 li.elementor-icon-list-item {
	padding-right: 70px;
}

.ironclad-campaign-section2 .icon-link .elementor-heading-title a {
	border: 1px solid var(--white-color);
	border-radius: 16px;
	padding: 12px 16px;
	display: inline-block;
	text-align: center;
	transition: all .4s ease;
	font-size: 22px;
}

.ironclad-campaign-section2 .icon-link .elementor-heading-title a:hover {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}

.ironclad-campaign-section2 .icon-link .elementor-heading-title a:after {
	content: "";
	width: 24px;
	height: 13px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-white.svg");
	background-repeat: no-repeat;
	background-position: -4px center;
	background-size: 25px auto;
	display: inline-block;
	margin-left: 8px;
	transition: all .4s ease;
}

.ironclad-campaign-section2 .icon-link .elementor-heading-title a:hover:after {
	background-position: 0 center;
}

.ironclad-campaign-section3 #rating-widget-container [id^=gartner-pi-widget] {
	width: auto;
	border: 0;
	background: none !important;
}

.ironclad-campaign-section3 #rating-widget-container .gartner-pi-overall-rating {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.ironclad-campaign-section3 #rating-widget-container span.gartner-pi-score {
	color: #f5f6f6;
	font-size: 60px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -2.88px;
	font-family: var(--primary-font);
	margin: 0 22px 0 0;
}

.ironclad-campaign-section3 #rating-widget-container .gartner-pi-link {
	padding: 0;
}

.ironclad-campaign-section3 #rating-widget-container .gartner-pi-stats {
	margin: 0;
	padding: 0;
}

.ironclad-campaign-section3 #rating-widget-container .gartner-pi-as-of-date, .ironclad-campaign-section3 #rating-widget-container .gartner-pi-reviews-link {
	display: none;
}

.ironclad-campaign-section3 [id^=gartner-pi-widget][data-size=line] {
	background: none !important;
	border: 0;
	width: 100%;
}

.ironclad-campaign-section3 [id^=gartner-pi-widget][data-size=line] .gartner-pi-link {
	padding: 0;
	margin: 0;
	text-align: center;
}

.ironclad-campaign-section3 [id^=gartner-pi-widget][data-size=line] .gartner-pi-as-of-date {
	display: none;
}

.ironclad-campaign-section3 [id^=gartner-pi-widget][data-size=line] .gartner-pi-reviews-link {
	font-size: 0;
	margin: 0;
}

.ironclad-campaign-section3 [id^=gartner-pi-widget][data-size=line] .gartner-pi-reviews-link span {
	display: block;
	width: 100%;
	font-family: var(--primary-font);
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	color: var(--text-color);
	margin-top: 11px;
}

.ironclad-campaign-section3 [id^=gartner-pi-widget][data-size=line] .gartner-pi-star-rating {
	display: block;
	width: 122px;
	transform: scale(1);
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/star-rate1.svg") repeat-x left center;
	height: 24px;
	background-size: 25px auto;
	text-align: left;
	margin: 0;
}

.ironclad-campaign-section3 [id^=gartner-pi-widget][data-size=line] .gartner-pi-star-rating.nitro-lazy {
	background: none !important;
}

.ironclad-campaign-section3 [id^=gartner-pi-widget][data-size=line] .gartner-pi-card .gartner-pi-stats {
	margin: 0;
	padding: 0;
}

.ironclad-campaign-section3 [id^=gartner-pi-widget] .gartner-pi-star-rating-score {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/star-rate.svg") repeat-x left center;
	height: 24px;
	background-size: 25px auto;
}

.ironclad-campaign-section3 [id^=gartner-pi-widget] .gartner-pi-star-rating-score.nitro-lazy {
	background: none !important;
}

.ironclad-campaign-section3 [id^=gartner-pi-widget][data-size=line] .gartner-pi-translate {
	transform: none;
	height: 24px;
}

.ironclad-campaign-section4.home-section6 .e-con-inner {
	background: var(--white-color);
}

.two-logos-space>div:nth-child(2), .two-logos-space>div:nth-child(3) {
	margin-right: -20px;
}

.popup-style.dark-from>div {
	display: -webkit-flex !important;
	display: flex !important;
}

.popup-style.dark-from .hs-richtext p a, .popup-style.dark-from .hs-richtext p, .popup-style.dark-from * {
	color: var(--white-color);
}

.popup-style.dark-from .form-style1 .hs_submit.hs-submit .actions {
	text-align: center;
}

.some-fields-hide .hs_firstname, .some-fields-hide .hs_lastname, .some-fields-hide .hs_company, .some-fields-hide .hs_jobtitle {
	display: none !important;
}

/** Sirion University Page Start **/
.single-university .search-box-wrapper, .sirion-university-section1 .search-box-wrapper {
	margin-top: 11px;
	margin-bottom: 15px !important;
}

.university-list-category h6 {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	color: var(--primary-color);
	letter-spacing: 1px;
	font-weight: 700;
	padding-bottom: 2px;
}

.university-list-category ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.university-list-category ul li {
	margin-top: 11px;
	position: relative;
}

.university-list-category ul li span {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.university-list-category ul li span:after {
	content: "";
	min-width: 9px;
	height: 4px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/down-arrow.svg") no-repeat center;
	background-size: 100% auto;
	margin-left: 8px;
	transition: all .4s ease;
}

.university-list-category ul li a {
	font-size: 16px;
	line-height: 22px;
	color: var(--primary-color);
	font-weight: 700;
}

.university-list-category ul ul {
	margin-left: 15px;
	display: none;
}

.university-list-category ul ul li a {
	font-weight: 400;
}

.university-list-category ul li.active>ul {
	display: block;
}

.university-list-category ul li.active>span:after {
	transform: rotate(-185deg);
}

.sirion-university-section1 .resources-content-info {
	max-width: 287px;
	width: 100%;
}

.university-overview-section .elementor-widget-image {
	height: 100%;
}

.university-overview-section .elementor-widget-video, .university-overview-section .elementor-wrapper {
	width: 100%;
	height: 100%;
}

.university-overview-section .elementor-custom-embed-play svg {
	display: none;
}

.university-overview-section .elementor-custom-embed-play {
	width: 45px;
	height: 45px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/play-icon.svg") no-repeat center;
	background-size: 100% auto;
}

.university-overview-section .elementor-custom-embed-play.nitro-lazy {
	background: none !important;
}

.university-list-category-wrapper {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: -12px;
}

.university-list-category-wrapper h2 {
	width: 100%;
	color: var(--primary-color);
	margin: 0 0 16px 0;
	padding: 0 12px;
}

.university-list-category-wrapper .items {
	min-width: 50%;
	flex-basis: 50%;
	max-width: 50%;
	padding: 12px;
}

.university-cate-card-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	background: var(--white-color);
	height: 100%;
}

.university-cate-card-wrapper .img-cover {
	display: block;
	position: relative;
	padding-bottom: 43.5%;
	overflow: hidden;
}

.university-cate-card-wrapper .img-cover:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(11, 24, 33, .3);
	z-index: 1;
}

.university-cate-card-wrapper .img-cover img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transform: scale(1.02);
	transition: all .4s ease;
}

.university-cate-card-wrapper:hover .img-cover img {
	transform: scale(1.1);
}

.modules-text {
	display: inline-block;
	border: 1px solid #92429f;
	border-radius: 16px;
	color: #92429f;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	padding: 3px 8px 2px 8px;
	margin-bottom: 18px;
}

.university-cate-info-wrapper *:last-child {
	margin-bottom: 0;
}

.university-cate-info-wrapper {
	padding: 24px 24px 48px 24px;
}

.university-cate-info-wrapper .tag-text-wrapper {
	position: absolute;
	bottom: 30px;
	right: 24px;
}

.university-cate-info-wrapper h4 {
	font-size: 24px;
	letter-spacing: 0;
	line-height: 28px;
	color: var(--primary-color);
	font-weight: 400;
	margin: 0 0 15px 0;
}

.university-cate-info-wrapper h4 a {
	color: var(--primary-color);
}

.university-cate-info-wrapper p {
	color: var(--primary-color);
	font-size: 18px;
	margin-bottom: 21px;
}

.tag-text-wrapper {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.university-post-list-wrapper .tag, .tag-text-wrapper .tag {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	background: #e1e3fe;
	border-radius: 16px;
	line-height: 16px;
	font-size: 10px;
	color: #4a4f8f;
	padding: 1px 6px;
	letter-spacing: 1px;
}

.university-post-list-wrapper .tag svg, .tag-text-wrapper .tag svg {
	margin-right: 4px;
}

.university-video-play-btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.university-video-play-btn .video-content, .university-video-play-btn .ekit-wid-con {
	width: 100%;
	height: 100%;
}

.university-video-play-btn a.ekit-video-popup {
	width: 100% !important;
	height: 100% !important;
	border-radius: 0;
	opacity: 0;
}

.page-template-resources .mfp-container .video_class {
	border-radius: 20px;
	overflow: hidden;
}

/** Sirion University Cate Page **/
.sirion-university-section1>.e-con-inner {
	align-items: inherit !important;
}

.sirion-university-section1 .resources-left-block {
	align-items: flex-start;
}

.single-university .resources-right-block h1.elementor-heading-title {
	color: var(--primary-color);
}

.uni-cate-feature-image {
	height: 100%;
	width: 100%;
}

.university-overview-section .elementor-widget-image .elementor-widget-container, .uni-cate-feature-image .elementor-shortcode {
	padding-bottom: 50.4%;
	position: relative;
	height: 100%;
}

.university-overview-section .elementor-widget-image .elementor-widget-container img, .uni-cate-feature-image .elementor-shortcode img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
}

.sub-cate-header {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 88px;
}

.sub-cate-header h2 {
	margin: 0;
}

.university-sub-cate-with-post-list-wrapper h2, .university-sub-cate-with-post-list-wrapper p {
	color: var(--primary-color);
}

.sub-cate-header p {
	max-width: 318px;
	width: 100%;
	margin: 0;
}

.university-post-list-wrapper .items {
	background: #fcfdfd;
	border-radius: 16px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
}

.university-post-list-wrapper .items + .items {
	margin-top: 20px;
}

.university-post-content-wrapper {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 30px 50px 25px 30px;
}

.university-post-list-wrapper .tag {
	color: var(--primary-color);
	background: #fcfdfd;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}

.university-post-list-wrapper .img-cover {
	min-width: 27.1%;
	max-width: 27.1%;
	flex-basis: 27.1%;
	position: relative;
	padding-bottom: 16.4%;
}

.university-post-list-wrapper .img-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.university-post-content-wrapper p {
	color: var(--primary-color);
	margin: -10px 0 14px 0;
}

.modules-text-wrapper {
	display: -webkit-flex;
	display: flex;
	gap: 10px;
	margin-bottom: 18px;
}

.university-post-content-wrapper h4 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 23px 0;
}

.university-post-content-wrapper h4 a {
	font-weight: 400;
	color: var(--primary-color);
}

.post-read-time p {
	margin: 0;
	color: var(--primary-color);
}

.modules-text-wrapper .modules-text {
	margin: 0;
}

.modules-text-wrapper .modules-text.new {
	color: #335dcb;
	border-color: #335dcb;
}

.elementor-widget-button.bdr-btn2 .elementor-button, .bdr-btn1 {
	font-size: 18px;
	padding: 12px 20px;
	min-width: 170px;
	text-align: center;
	border-radius: 12px;
	background: none;
	border: 1px solid var(--secondary-color);
	color: var(--secondary-color) !important;
}

.elementor-widget-button.bdr-btn2 .elementor-button:hover, .elementor-widget-button.bdr-btn2 .elementor-button:focus, .elementor-widget-button.bdr-btn2 .elementor-button:active, .bdr-btn1:hover, .bdr-btn1:focus, .bdr-btn1:active {
	background: var(--secondary-color);
	color: var(--white-color) !important;
}

.btn:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow.svg") no-repeat center right;
	background-size: 24px 12px;
}

.btn:hover:after, .btn:focus:after, .btn:active:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg") no-repeat center right;
	background-size: 24px 12px;
}

.elementor-widget-button.bdr-btn2 .elementor-button svg path {
	transition: all .4s ease;
	fill: var(--secondary-color);
}

.elementor-widget-button.bdr-btn2 .elementor-button:hover svg path, .elementor-widget-button.bdr-btn2 .elementor-button:focus svg path, .elementor-widget-button.bdr-btn2 .elementor-button:active svg path {
	fill: var(--white-color);
}

.university-post-list-wrapper .img-cover:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(58, 63, 113, .4) 0%, rgba(11, 24, 33, .5) 100%);
}

.university-sub-cate-with-post-list-wrapper .cate-with-post-items + .cate-with-post-items {
	margin-top: 238px;
}

.elementor-widget-button.bdr-btn2 .elementor-button {
	padding: 17px 20px;
	font-size: 18px;
}

.university-post-content-wrapper .btn-wrapper {
	margin-left: 20px;
}

/** Sirion University Details Page **/
.breadcrumb-wrapper ul li {
	margin: 0 !important;
}

.university-icon .breadcrumb-wrapper ul li:before {
	display: none;
}

.university-icon .breadcrumb-wrapper ul li.active:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/chat-icon.svg");
}

.resource-content-wrapper.resource-text h4, .resource-content-wrapper.resource-text h2 {
	margin-bottom: 4px;
}

.df-container .df-bg {
	background: var(--white-color) !important;
	border-radius: 16px;
}

.df-ui-prev, .df-ui-next {
	display: block !important;
}

.df-sidemenu-wrapper {
	display: none;
}

.df-app {
	overflow: visible !important;
}

.df-ui-nav.df-ui-prev {
	left: -80px !important;
}

.df-ui-nav.df-ui-next {
	right: -80px !important;
}

.df-ui-nav.df-ui-prev, .df-ui-nav.df-ui-next, .df-ui-nav .df-ui-btn {
	padding: 0 !important;
	width: 48px !important;
	height: 36px !important;
	background: #e1e3fe !important;
	border-radius: 8px !important;
	opacity: 1 !important;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.df-ui-nav.df-ui-prev .df-ui-btn {
	left: 0 !important;
}

.df-ui-nav.df-ui-next .df-ui-btn {
	right: 0 !important;
}

.df-ui-nav.df-ui-prev .df-ui-btn:before, .df-ui-nav.df-ui-next .df-ui-btn:before {
	content: "";
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/next-icon3.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 17px;
	height: 13px;
	display: block;
	filter: none !important;
}

.df-ui-nav.df-ui-prev .df-ui-btn:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/prev-icon3.svg");
}

.single-university .additional-resources-posts-wrapper .resources-card-wrapper h4, .single-university .additional-resources-posts-wrapper .resources-card-wrapper h2 {
	text-align: left;
}

/** Sirion University Sign-In Page Start **/
.login-block-wrapper *:last-child {
	margin-bottom: 0;
}

.login-block-wrapper p a {
	color: var(--secondary-color);
}

.login-block-wrapper p a:hover {
	text-decoration: underline;
}

.material-box-card-wrapper .elementor-widget-image .elementor-widget-container {
	width: 100%;
	padding-bottom: 67%;
	position: relative;
}

.material-box-card-wrapper .elementor-widget-image .elementor-widget-container a {
	display: block;
	width: 100%;
	height: 100% !important;
	position: absolute;
	z-index: 1;
}

.material-box-card-wrapper .elementor-widget-image .elementor-widget-container a:after, .material-box-card-wrapper .elementor-widget-image .elementor-widget-container:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(11, 24, 33, .3);
}

.material-box-card-wrapper .elementor-widget-image .elementor-widget-container a {
	display: block;
	width: 100%;
	height: 100%;
}

.material-box-card-wrapper .elementor-widget-image .elementor-widget-container img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.material-box-card-wrapper .elementor-icon-list-items {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.material-box-card-wrapper .elementor-icon-list-items li.elementor-icon-list-item {
	border: 1px solid var(--secondary-color);
	border-radius: 10px;
	padding: 2px 7px 1px 7px;
	line-height: 1;
}

.material-box-card-wrapper .elementor-icon-list-items li.elementor-icon-list-item span {
	line-height: 1 !important;
}

.material-box-card-wrapper h3.elementor-heading-title {
	min-height: 56px;
}

.login-block-wrapper .popup-button a {
	color: var(--primary-color);
	text-decoration: underline;
}

.login-block-wrapper .popup-button a:hover {
	color: var(--secondary-color);
	text-decoration: underline;
}

.login-block-wrapper .popup-button:hover a {
	background: transparent;
	color: var(--btn-hover-color) !important;
}

/** Submission Triage Page Start **/
.submission-triage-hero-section .hero-full-width-image {
	width: 50%;
}

.submission-triage-section1 .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item {
	background: #818bfb;
	border-color: #818bfb !important;
}

.submission-triage-section1 .breadcrumbs-wrapper.key-benefit li.elementor-icon-list-item .elementor-icon-list-text {
	color: #fcfdfd !important;
}

.page-template-solutions-header-area-dark .submission-triage-section1 .accordion-style .elementor-accordion .elementor-tab-title:hover .elementor-accordion-icon, .page-template-solutions .submission-triage-section1 .accordion-style .elementor-accordion .elementor-tab-title:hover .elementor-accordion-icon, .page-template-solutions-header-area-dark .submission-triage-section1 .accordion-style .elementor-accordion .elementor-accordion-icon, .page-template-solutions .submission-triage-section1 .accordion-style .elementor-accordion .elementor-accordion-icon {
	background: #f2f3ff;
	border-color: #e1e3fe;
}

.page-template-solutions-header-area-dark .submission-triage-section1 .accordion-style .elementor-accordion .elementor-tab-title:hover .elementor-accordion-icon, .page-template-solutions .submission-triage-section1 .accordion-style .elementor-accordion .elementor-tab-title:hover .elementor-accordion-icon {
	background: #e1e3fe;
	border-color: #e1e3fe;
}

.page-template-solutions-header-area-dark .submission-triage-section1 .accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-opened:before, .page-template-solutions .submission-triage-section1 .accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-opened:before {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/eye-close-icon.svg") no-repeat center;
	background-size: 100% auto;
}

.page-template-solutions-header-area-dark .submission-triage-section1 .accordion-style .elementor-accordion .elementor-accordion-icon svg path, .page-template-solutions-header-area-dark .submission-triage-section1 .accordion-style .elementor-accordion .elementor-accordion-icon svg rect, .page-template-solutions .submission-triage-section1 .accordion-style .elementor-accordion .elementor-accordion-icon svg path, .page-template-solutions .submission-triage-section1 .accordion-style .elementor-accordion .elementor-accordion-icon svg rect {
	fill: #c9cdfd;
}

.page-template-solutions-header-area-dark .submission-triage-section1 .accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-closed:before, .page-template-solutions .submission-triage-section1 .accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-closed:before {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/eye-icon.svg") no-repeat center;
	background-size: 100% auto;
}

.page-template-solutions-header-area-dark .submission-triage-section1 .elementor-accordion .elementor-active .elementor-accordion-icon, .page-template-solutions .submission-triage-section1 .elementor-accordion .elementor-active .elementor-accordion-icon {
	background: none;
}

/** Faq's Section Start **/
.faq-section .accordion-style .elementor-accordion .elementor-accordion-item {
	border: 0 !important;
	border-radius: 0;
	border-bottom: 1px solid #c9cdfd !important;
	background: none;
}

.faq-section .accordion-style .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
	margin: 0;
}

.faq-section .accordion-style .elementor-accordion .elementor-tab-title {
	padding: 32px 0;
}

.faq-section .accordion-style .elementor-accordion .elementor-tab-content {
	padding: 5px 0 50px 0;
	max-width: 78.05%;
	width: 100%;
}

.faq-section .accordion-style .elementor-accordion .elementor-accordion-icon {
	width: 41px !important;
	min-width: 41px;
	height: 40px;
	border: 0;
	border-radius: 0;
	background-color: transparent !important;
	margin-right: 45px;
}

.faq-section .accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-opened:before, .faq-section .accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-closed:before {
	width: 41px;
	height: 40px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/acc-arrow.svg") no-repeat center;
	background-size: 100% auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: none;
	transition: all .4s ease;
}

.faq-section .accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-opened:before {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/acc-arrow1.svg") no-repeat center;
	background-size: 100% auto;
}

.faq-section .accordion-style .elementor-accordion .elementor-accordion-icon>span+span {
	display: none !important;
}

.faq-section .accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-closed {
	display: block !important;
	transition: all .4s ease;
}

.faq-section .accordion-style .elementor-accordion .elementor-active .elementor-accordion-icon>span.elementor-accordion-icon-closed {
	transform: rotate(-180deg);
}

.faq-section .accordion-style .elementor-accordion .elementor-accordion-icon>span {
	width: 100%;
	height: 100%;
}

.pdf-arrow-remove .df-ui-nav.df-hidden {
	display: none !important;
}

/** What Customers Are Saying Section Start **/
.customers-review-card-wrapper .bdr-btn .elementor-button {
	border-color: var(--secondary-color);
	background: none;
	color: var(--secondary-color) !important;
	padding: 12px 17px;
	border-radius: 12px;
	font-size: 18px;
}

.customers-review-card-wrapper .bdr-btn .elementor-button svg path {
	fill: var(--secondary-color);
	transition: all .4s ease;
}

.customers-review-card-wrapper .bdr-btn .elementor-button:hover, .customers-review-card-wrapper .bdr-btn .elementor-button:focus, .customers-review-card-wrapper .bdr-btn .elementor-button:active {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
	color: var(--white-color) !important;
}

.customers-review-card-wrapper .bdr-btn .elementor-button:hover svg path, .customers-review-card-wrapper .bdr-btn .elementor-button:focus svg path, .customers-review-card-wrapper .bdr-btn .elementor-button:active svg path {
	fill: var(--white-color);
}

.customers-review-slider .customers-review-card-wrapper {
	width: 580px;
	height: auto;
}

.customers-review-slider .customers-review-card-wrapper>div {
	display: block;
}

.customers-review-slider .slick-arrow {
	transform: none;
	top: -80px;
	left: auto;
	right: 0;
	background-color: #5c63b2 !important;
}

.customers-review-slider .slick-list {
	overflow: visible;
}

.customers-review-slider .slick-arrow.slick-prev {
	margin-right: 64px;
}

.customers-review-slider .slick-arrow:hover {
	background: #c9cdfd !important;
}

.customers-review-slider .slick-arrow.slick-next:hover:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/next-icon3.svg");
}

.customers-review-slider .slick-arrow.slick-prev:hover:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/prev-icon3.svg");
}

.slider-overlay:before {
	content: "";
	position: absolute;
	top: 88px;
	bottom: 0;
	width: 222px;
	z-index: 1;
	right: 0;
	left: auto;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(242, 243, 255, 1) 100%);
}

.customers-review-slider .slick-track {
	display: -webkit-flex;
	display: flex;
}

.customers-review-slider .customers-review-name>div {
	min-height: 1px !important;
}

.customers-review-slider .customers-review-name {
	margin-bottom: -7px;
}

/** Compliance Page Start **/
.bdr-btn3 .elementor-button {
	border: 1px solid var(--secondary-color);
	color: var(--secondary-color) !important;
	background: none;
}

.bdr-btn3 .elementor-button svg path {
	fill: var(--secondary-color) !important;
}

.bdr-btn3 .elementor-button:hover, .bdr-btn3 .elementor-button:focus, .bdr-btn3 .elementor-button:active {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
	color: var(--white-color) !important;
}

.bdr-btn3 .elementor-button:hover svg path, .bdr-btn3 .elementor-button:focus svg path, .bdr-btn3 .elementor-button:active svg path {
	fill: var(--white-color) !important;
}

.resource-content-wrapper .popup-button:hover .elementor-button-icon svg, .resource-content-wrapper .popup-button1:hover .elementor-button-icon svg {
	margin-left: 0;
}

/** Integration Page Start **/
.integration-hero-section.home-section1:after {
	display: none;
}

.product-hero-section.home-section1.integration-hero-section {
	padding-bottom: 76px;
	padding-top: 188px;
	transition: all .4s ease;
}

.disabled-strip2 .product-hero-section.home-section1.integration-hero-section {
	padding-top: 124px;
}

.integration-hero-section.home-section1 .breadcrumbs-wrapper {
	margin-top: 0;
	margin-bottom: 2px !important;
}

.integration-right-video video {
	--video-aspect-ratio: 0 !important;
}

.integration-right-video .elementor-widget-video .elementor-wrapper {
	aspect-ratio: 0;
}

.top-arrow-text {
	position: absolute;
	top: 49px;
	left: 50%;
	transform: translate(-50%, 0);
}

.small-logo-wrapper {
	margin-bottom: 38px;
}

.arrow-with-icon {
	position: relative;
	z-index: 1;
}

.arrow-with-icon:after {
	content: "";
	width: 8px;
	height: 35px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/top-arrow.svg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: -34px;
	transform: translate(-50%, 0);
	display: block;
	z-index: -1;
}

.top-arrow-text.left, .top-arrow-text.right {
	transform: none;
}

.top-arrow-text.icon-text-2 {
	top: 21%;
	left: 22.5%;
}

.right .small-logo-wrapper {
	margin: 0;
}

.right .arrow-with-icon {
	margin-right: 48px;
	margin-top: auto;
	min-width: 56px;
	margin-bottom: -10px;
}

.right .arrow-with-icon:after {
	width: 35px;
	height: 8px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/right-arrow3.svg");
	left: 56px;
	top: 50%;
	transform: translate(0, -50%);
}

.top-arrow-text.icon-text-3 {
	top: 35%;
	left: 27.2%;
}

.top-arrow-text.icon-text-4 {
	top: 51%;
	left: 32%;
}

.top-arrow-text.icon-text-5 {
	top: 67%;
	left: 23.2%;
}

.top-arrow-text.bottom {
	top: auto;
	bottom: -12px;
}

.bottom .arrow-with-icon:after {
	width: 8px;
	height: 35px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/bottom-arrow.svg");
	left: 50%;
	top: 52px;
	transform: translate(-50%, 0);
}

.bottom .small-logo-wrapper {
	margin-bottom: 0;
	margin-top: 38px;
}

.top-arrow-text.left {
	left: auto;
}

.top-arrow-text.icon-text-7 {
	top: 67%;
	right: 23.2%;
}

.left .small-logo-wrapper {
	margin: 0;
}

.left .arrow-with-icon {
	margin-left: 48px;
	margin-top: auto;
	min-width: 56px;
	margin-bottom: -10px;
}

.left .arrow-with-icon:after {
	width: 35px;
	height: 8px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/left-arrow.svg");
	left: -34px;
	top: 50%;
	transform: translate(0, -50%);
}

.top-arrow-text.icon-text-8 {
	top: 51%;
	right: 28.5%;
}

.top-arrow-text.icon-text-9 {
	top: 35%;
	right: 30%;
}

.top-arrow-text.icon-text-10 {
	top: 21%;
	right: 21.5%;
}

.wheel-image-wrapper {
	width: 100%;
}

.video-code {
	display: block;
	width: 100%;
}

#animation_container1 {
	width: 100% !important;
	height: auto !important;
	padding-bottom: 84%;
	position: relative;
}

#animation_container1 canvas {
	width: 100% !important;
	height: 100% !important;
	object-fit: scale-down;
	object-position: center;
}

/** Agiloft Campaign Landing Page Start **/
.agiloft-alternative-section3.home-section6 .e-con-inner {
	background: var(--white-color);
}

body .static-badge-section .s6-logo-list-wrapper.s6-logo-list-wrapper1>div:nth-child(6), body .static-badge-section .s6-logo-list-wrapper.s6-logo-list-wrapper.s6-logo-list-wrapper1>div:nth-child(1) {
	min-width: 9.4%;
	max-width: 9.4%;
	flex-basis: 9.4%;
}

body .static-badge-section .s6-logo-list-wrapper.s6-logo-list-wrapper1>div:nth-child(2) {
	min-width: 11.5%;
}

.ironclad-campaign-section3.customers-small-strip #rating-widget-container span.gartner-pi-score {
	font-size: 32px;
	letter-spacing: -1px;
	color: #90b5ba;
	line-height: 1;
	margin-right: 18px;
}

.dark-small-btn .elementor-button {
	padding: 10px 16px;
	font-size: 16px;
	border-radius: 8px;
	min-width: 190px;
	background: #0b1821;
}

.dark-small-btn .elementor-button:hover, .dark-small-btn .elementor-button:focus, .dark-small-btn .elementor-button:active {
	background: var(--btn-hover-color);
}

.ironclad-campaign-section3 #rating-widget-container .market-name, .ironclad-campaign-section3 #rating-widget-container .gartner-pi-logo-line-widget, .ironclad-campaign-section3 #rating-widget-container span.gartner-pi-separator {
	display: none !important;
}

.ironclad-campaign-section3 #rating-widget-container .gartner-pi-info-conatiner>div {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.agiloft-alternative-section1-inner .e-n-accordion-item {
	width: 50%;
	position: relative;
}

.agiloft-alternative-section1-inner .e-n-accordion-item-title-header {
	padding-right: 110px;
}

.agiloft-alternative-section1-inner .elementor-widget-n-accordion .e-n-accordion-item-title {
	border: 0;
	border-bottom: 1px solid #b0cfc8;
	padding: 31px 40px 31px 28px;
	position: relative;
	transition: all .4s ease !important;
}

.agiloft-alternative-section1-inner .elementor-widget-n-accordion .e-n-accordion-item-title:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	height: 1px;
	background: #f6f6f6;
	transition: all .4s ease;
	opacity: 0;
}

.agiloft-alternative-section1-inner .elementor-widget-n-accordion .e-n-accordion-item:last-child .e-n-accordion-item-title {
	border-bottom: 0;
}

.agiloft-alternative-section1-inner .elementor-widget-n-accordion .e-n-accordion-item-title+div {
	border: 0;
	background: var(--white-color);
	border-radius: 0 0 0 16px;
	position: static;
	padding: 0 32px 40px 28px;
}

.agiloft-alternative-section1-inner .elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded="true"] {
	border-color: transparent;
}

.agiloft-alternative-section1-inner .e-n-accordion-item-title-text {
	font-size: 32px;
	line-height: 40px;
	color: #0b1821;
	font-weight: 400;
}

.agiloft-alternative-section1-inner span.e-n-accordion-item-title-icon {
	min-width: 40px;
	height: 35px;
	border-radius: 8px;
	background: #e7eff0;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e7eff0;
	transition: all .4s ease;
}

.agiloft-alternative-section1-inner .e-n-accordion-item-title[aria-expanded="true"] {
	background: var(--white-color);
	border-radius: 16px 0 0 0;
}

.agiloft-alternative-section1-inner .elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded="true"]:before {
	opacity: 1;
}

.agiloft-alternative-section1-inner .e-n-accordion-item-title:hover span.e-n-accordion-item-title-icon, .agiloft-alternative-section1-inner .e-n-accordion-item-title[aria-expanded="true"] span.e-n-accordion-item-title-icon {
	border-color: #0d5e68;
	background: none;
}

.agiloft-alternative-section1-inner .e-n-accordion {
	position: relative;
}

.agiloft-alternative-section1-inner .e-n-accordion-item {
	width: 50%;
	position: static;
}

.agiloft-alternative-section1-inner p {
	font-weight: 300;
}

.agiloft-alternative-section1-inner blockquote {
	padding: 0 0 22px 0;
	margin: 0;
}

.agiloft-alternative-section1-inner blockquote p:after, .agiloft-alternative-section1-inner blockquote:before {
	content: "";
	width: 36px;
	height: 26px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/start-quote-icon.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-bottom: 6px;
}

.agiloft-alternative-section1-inner blockquote p:after {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/end-quote-icon.png");
	margin: 0 0 -22px 12px;
	vertical-align: bottom;
}

.agiloft-alternative-section1-inner blockquote p {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}

.aas-accordion-right-block {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 50%;
	background: var(--white-color);
	padding: 35px 0;
	border-radius: 16px;
}

.aas-accordion-right-block>div {
	padding: 0 50px !important;
	display: block !important;
	max-height: 100%;
	overflow: auto;
}

.aas-accordion-right-block .elementor-heading-title {
	margin-bottom: 17px;
}

.aas-accordion-right-block .elementor-widget-image {
	margin-top: 46px;
}

.aas-accordion-right-block .elementor-widget-button {
	margin-top: 40px;
}

.agiloft-alternative-section1-inner .elementor-widget-n-accordion .e-n-accordion-item:last-child .aas-accordion-right-block {
	border-radius: 16px 16px 16px 0;
}

.agiloft-alternative-section1-inner .elementor-widget-n-accordion .e-n-accordion-item:first-child .aas-accordion-right-block {
	border-radius: 0 16px 16px 16px;
}

.tab-style2 .tabs-styling {
	margin-top: 12px;
}

.tab-style2 .elementor-tabs-wrapper {
	border: 1px solid #0c565f;
	border-radius: 50px;
	padding: 5px;
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}

.tab-style2 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
	font-size: 18px;
	line-height: normal;
	color: #0b1821 !important;
	padding: 10px clamp(10px, 2.08vw, 40px) 12px clamp(10px, 2.08vw, 40px);
	margin: 0 2px;
	width: 100% !important;
	border-radius: 30px;
	overflow: hidden;
	border: 0 !important;
	min-width: calc(20% - 4px);
	max-width: calc(20% - 4px);
	flex-basis: calc(20% - 4px);
}

.agiloft-alternative-section1 .tab-style2 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
	min-width: calc(25% - 4px);
	max-width: calc(25% - 4px);
	flex-basis: calc(25% - 4px);
}

.tab-style2 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:after {
	top: 0;
	background: #e4e267;
	height: 2px !important;
}

.tab-style2 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:before {
	display: block !important;
	height: 2px !important;
	top: 0;
	position: absolute !important;
	left: 0;
	right: 0;
	background: #e4e267;
	width: 100% !important;
	opacity: 0;
	transition: all .4s ease;
}

.tab-style2 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title.elementor-active:before {
	opacity: .3;
}

.tab-style2 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title.elementor-active, .tab-style2 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:hover {
	background: #0d5e68;
	color: var(--white-color) !important;
}

.tab-content-wrapper1 {
	display: -webkit-flex;
	display: flex;
	border-radius: 16px;
	background: var(--white-color);
	margin-top: 35px;
}

.tab-content-wrapper1 .tab-content-left-block * {
	color: var(--black-color);
}

.tab-content-wrapper1 .tab-content-left-block {
	background: #b0d0c9;
	border-radius: 16px 0 0 16px;
	min-width: 31.45%;
	max-width: 31.45%;
	flex-basis: 31.45%;
	padding: 64px 36px 52px 48px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

.tab-content-wrapper1 .tab-content-left-block h3, .tab-content-wrapper1 .tab-content-left-block h4 {
	margin: 0 0 47px 0;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -.16px !important;
}

.tab-content-wrapper1 .tab-content-left-block blockquote p, .tab-content-wrapper1 .tab-content-left-block blockquote {
	font-size: 15px;
	line-height: 22px;
	font-style: italic;
	font-weight: 300 !important;
	padding: 0;
	margin: 0;
	position: relative;
}

.tab-content-wrapper1 .tab-content-left-block blockquote:before {
	content: "";
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/tab-quote.svg") no-repeat center right;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -24px;
	display: block;
	font-size: 70px;
	line-height: 38px;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 0px;
	width: 20px;
	height: 18px;
}

.quote-oneline blockquote {
	margin-right: -6px !important;
}

.small-text {
	display: block;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -.16px;
	padding-top: 35px;
	margin-top: auto;
}

.tab-content-right-block {
	display: -webkit-flex;
	display: flex;
	padding: 62px 44px 55px 57px;
}

.tab-content-right-inner {
	min-width: 41%;
	max-width: 41%;
	flex-basis: 41%;
}

.tab-content-right-block .image-box {
	padding-left: 31px;
}

.tab-content-right-inner p {
	font-size: 16px;
	line-height: 18px;
}

.tab-content-right-inner h3 {
	margin-bottom: 22px;
	margin-top: 0;
}

.tab-content-right-block a.btn {
	margin-top: 18px;
	font-size: 16px;
	border-radius: 12px;
	padding: 11px 48px 11px 20px;
}

.tab-content-right-block a.btn:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg") no-repeat center right;
	background-size: 24px 12px;
	position: absolute;
	left: calc(100% - 50px);
	top: 50%;
	transform: translate(0, -50%);
}

.tab-content-right-block a.btn:hover:after, .tab-content-right-block a.btn:focus:after, .tab-content-right-block a.btn:active:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg") no-repeat center right;
	background-size: 24px 12px;
}

body .static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper.s6-logo-list-wrapper.s6-logo-list-wrapper1>div:nth-child(1) {
	min-width: 11.6%;
	max-width: 11.6%;
	flex-basis: 11.6%;
}

body .static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper.s6-logo-list-wrapper1>div:nth-child(2) {
	min-width: 10.2%;
	max-width: 10.2% !important;
	flex-basis: 10.2%;
}

.static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper>div:nth-child(3) {
	min-width: 11.85%;
	max-width: 11.85% !important;
	flex-basis: 11.85%;
}

.static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper>div:nth-child(4) {
	min-width: 11.2%;
	max-width: 11.2% !important;
	flex-basis: 11.2%;
}

.static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper>div:nth-child(5) {
	min-width: 7.5%;
	max-width: 7.5% !important;
	flex-basis: 7.5%;
}

body .static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper.s6-logo-list-wrapper1>div:nth-child(6) {
	min-width: 9%;
	max-width: 9% !important;
	flex-basis: 9%;
}

.static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper .elementor-widget-container, .static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper>div:nth-child(1) .elementor-widget-container {
	height: 111px !important;
}

body .static-badge-section.agiloft-alternative-section3.five-logos-same-size .s6-logo-list-wrapper.s6-logo-list-wrapper1>div:nth-child(2) {
	min-width: 16%;
	max-width: 16% !important;
	flex-basis: 16%;
}

body .static-badge-section.agiloft-alternative-section3.five-logos-same-size .s6-logo-list-wrapper.s6-logo-list-wrapper1>div:nth-child(3) {
	min-width: 10.6%;
	max-width: 10.6% !important;
	flex-basis: 10.6%;
}

body .static-badge-section.agiloft-alternative-section3.five-logos-same-size .s6-logo-list-wrapper.s6-logo-list-wrapper1>div:nth-child(4) {
	min-width: 12.6%;
	max-width: 12.6% !important;
	flex-basis: 12.6%;
}

body .static-badge-section.agiloft-alternative-section3.five-logos-same-size .s6-logo-list-wrapper.s6-logo-list-wrapper1>div:nth-child(5) {
	min-width: 8.6%;
	max-width: 8.6% !important;
	flex-basis: 8.6%;
}

.comments-area a, .page-content a {
	text-decoration: none;
}

.home-section2 a, .home-section2 .elementor-widget-heading, .home-section2 p {
	z-index: 1;
}

.meet-sirion-agents-section:before {
	content: "";
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/tab-round-bg.svg") no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -520px;
	bottom: 0;
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	height: 1200px;
}

.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper {
	max-width: 1012px;
	width: auto;
	margin: 0 auto;
	background: #1f2a33;
	border-radius: 40px;
	padding: 6px;
	gap: 6px;
	justify-content: space-between;
}

.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
	width: auto;
	min-width: auto;
	max-width: none;
	flex-basis: inherit;
	padding: 10px clamp(10px, 2.08vw, 40px) 12px clamp(10px, 2.08vw, 40px);
	margin: 0 !important;
	border-radius: 40px;
	overflow: hidden;
	border-top: 0 !important;
}

.usecase-section-new .meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
	padding: 10px clamp(5px, 2.51vw, 36px) 12px clamp(5px, 2.51vw, 36px);
	min-width: auto !important;
}

.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:before {
	content: "";
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	top: -1px;
	height: 2.5px !important;
	opacity: 0;
	background: rgba(228, 226, 103, 30%);
	transition: all .4s ease;
	display: block !important;
	width: 100% !important;
}

.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:after {
	height: 2.5px !important;
	opacity: 0;
}

.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title.active-tab-item:before, .meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title.active-tab-item:after {
	opacity: 1;
}

.meet-sirion-agents-section .product-tab-content-wrapper {
	margin-top: 18px;
	flex-direction: row;
	background: #05272c;
	border-radius: 16px;
	align-items: inherit;
}

.meet-sirion-agents-section .product-image-box {
	border-radius: 0;
	margin: 0;
	padding: 15px clamp(20px, 2.6vw, 50px) 15px clamp(20px, 3.65vw, 70px);
}

.meet-sirion-agents-section .product-image-box img {
	position: static;
	height: auto;
}

.meet-sirion-agents-section .btn {
	border-radius: 12px;
	color: #fcfdfd !important;
}

.meet-sirion-agents-section .btn:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg") no-repeat center right;
}

.meet-sirion-agents-section .product-tab-content-wrapper h4 {
	font-size: 24px;
	line-height: 30px;
	color: var(--white-color) !important;
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%;
}

.meet-sirion-agents-section .product-tab-content-wrapper *:not(.btn) {
	color: var(--white-color);
}

.logo-list1-wrapper .logo-h-40 .elementor-widget-container {
	height: 40px !important;
}

.meet-sirion-agents-section .product-tab-content {
	background: #073439;
	padding: 39px 36px 44px 40px;
}

.meet-sirion-agents-section .product-tab-content ul li::before {
	background: var(--white-color);
}

/** Resources New List Page Start **/
.resources-library-sliders-wrapper .slider-items {
	margin-top: 80px;
}

.title-btn-wrapper {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 44px;
}

.title-btn-wrapper h2 {
	margin: 0;
	color: var(--primary-color);
}

.title-btn-wrapper .btn:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg") no-repeat calc(100% - 4px) center;
	background-size: 24px 12px;
	width: 24px;
}

.title-btn-wrapper .btn:hover:after, .title-btn-wrapper .btn:focus:after, .title-btn-wrapper .btn:active:after {
	background-position: calc(100% - 0px) center;
}

.resources-library-sliders-wrapper .resources-post-wrapper .resources-itmes1 {
	min-width: auto;
	max-width: none;
	flex-basis: auto;
	height: inherit;
}

.resources-library-sliders-wrapper .slick-track {
	display: -webkit-flex;
	display: flex;
	min-width: 100%;
}

.resources-library-sliders-wrapper .slick-list {
	min-width: calc(100% + 80px);
	width: calc(100% + 80px);
	padding-right: 80px;
}

.resources-library-sliders-wrapper .slick-track>.items, .resources-library-sliders-wrapper>.items {
	padding: 12px;
	height: inherit;
}

.resources-library-sliders-wrapper .university-cate-card-wrapper .img-cover {
	padding-bottom: 70%;
}

.resources-library-sliders-wrapper .university-cate-card-wrapper {
	top: 0;
	transition: top .4s;
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

.resources-library-sliders-wrapper .university-cate-card-wrapper:hover {
	top: 0px;
}

/** Author Block Start **/
.author-card *:last-child {
	margin-bottom: 0;
}

.author-card {
	max-width: 100%;
	background: var(--white-color);
	border-radius: 12px;
	padding: 24px;
	margin-top: 75px;
}

.author-card .card-title {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 35px;
	color: #09434a;
}

.author-card .author-text {
	width: 100%;
}

.author-card .author-content {
	display: flex;
	align-items: flex-start;
	gap: 25px;
}

.author-card .author-image {
	min-width: 80px;
	max-width: 80px;
	flex-basis: 80px;
	height: 80px;
	border-radius: 16px;
	overflow: hidden;
}

.author-card .author-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.author-card .author-header {
	display: flex;
	justify-content: space-between;
}

.author-card .author-info h4 {
	margin: 0 0 4px 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #0b1821;
	letter-spacing: 0;
}

.author-card .author-info p {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #0b1821;
}

.author-card .linkedin-icon img, .author-card .linkedin-icon svg {
	width: 24px;
	height: 24px;
}

.author-card .author-description {
	margin-top: 15px;
}

.author-card .author-description p {
	font-size: 14px;
	line-height: 16px;
	color: #0b1821;
	font-weight: 300;
}

body .mobile-content-show, body .mobile-content-show1, body .mobile-content-show2, body .mobile-content-show1199, body.tax-university_category .resources-right-block .elementor-hidden-mobile_extra.elementor-widget-shortcode {
	display: none !important;
}

body .desktop-content-show, body .desktop-content-show1, body .desktop-content-show2, body .desktop-content-show1199, body.tax-university_category .resources-left-block {
	display: block !important;
}

/* Og checklist start */
.additional-resources-og .additional-resources-posts-wrapper h4, .additional-resources-og .additional-resources-posts-wrapper h2 {
	font-size: clamp(32px, 2.3vw, 44px) !important;
	margin-bottom: clamp(20px, 3.14vw, 60px);
}

.og-section2 .tab-style2 .elementor-tabs-wrapper {
	margin-bottom: clamp(30px, 2.3vw, 44px);
}

.og-section2 .tab-style2 .elementor-tabs-wrapper {
	max-width: 630px;
}

.og-section2 .tab-style2 .tab-content-inner {
	max-width: 100%;
	width: 100%;
}

.og-section2 .tab-style2 .tab-content {
	padding: 0;
}

.og-section2 .tab-style2 .product-tab-content-wrapper {
	margin: 0 !important;
	flex-wrap: wrap;
	flex-direction: row;
}

.og-section2 .tab-style2 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
	font-size: 24px !important;
	min-width: calc(33.33% - 4px);
	max-width: calc(33.33% - 4px);
	flex-basis: calc(33.33% - 4px);
}

.og-section2 h3 {
	color: #0b1821 !important;
	font-weight: 700;
	font-size: clamp(18px, 1.26vw, 24px);
	flex-basis: 50%;
	min-width: 50%;
	max-width: 50%;
	background: #f2f3ff;
	display: inline-block;
	margin: 0;
	padding: 20px 20px 20px 100px;
	position: relative;
	border-radius: 6px 0 0 0;
}

.og-section2 h3 br {
	display: none;
}

.og-section2 h3:nth-child(2) {
	background: #e7eff0;
	border-radius: 0 6px 0 0;
}

.og-section2 h3:before {
	content: "";
	position: absolute;
	top: 15px;
	left: clamp(20px, 2.3vw, 44px);
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/og-title-icon1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

.og-section2  h3:nth-child(2):before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/og-title-icon2.svg");
}

.og-section2 ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
	width: 100%;
	order: 1;
}

.og-section2 ul li {
	display: flex !important;
	align-content: center !important;
	align-items: center !important;
	color: #0b1821 !important;
	background: #fff;
	width: 100%;
	max-width: 50%;
	padding: 20px 20px 20px clamp(60px, 4.18vw, 80px) !important;
	list-style: none;
	position: relative;
}

.og-section2 ul li:before {
	content: "";
	position: absolute;
	top: 50% !important;
	transform: translateY(-50%) !important;
	left: clamp(20px, 2.3vw, 44px) !important;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/og-tab-icon1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px !important;
	height: 20px !important;
}

.og-section2 ul li:nth-child(2n+2):before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/og-tab-icon2.svg");
}

.og-section2 ul li:last-child {
	border-radius: 0 0 6px 0;
}

.og-section2 ul li:nth-last-child(2) {
	border-radius: 0 0 0 6px;
}

/* Og checklist end */
.logo_marquee_bg {
	position: absolute;
	inset: 0%;
}

.logo_marquee_bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: -18px;
	width: 60%;
	height: 100%;
	background: #2a5760;
	background: linear-gradient(90deg, rgba(42, 87, 96, 1) 29%, rgba(255, 255, 255, 1) 61%);
	mix-blend-mode: darken;
}

.logo_marquee_bg:after {
	content: "";
	position: absolute;
	top: 0;
	right: -18px;
	width: 60%;
	height: 100%;
	background: #fff;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgba(42, 87, 96, 1) 70%);
	mix-blend-mode: darken;
}

.logo-strip-internal .logo_marquee_bg:after {
	width: 40%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0%) 30%, rgba(13, 43, 53, 60%) 70%);
}

.logo-strip-internal .logo_marquee_bg:before {
	width: 45%;
	background: linear-gradient(90deg, rgba(10, 29, 39, 60%) 29%, rgba(255, 255, 255, 0%) 61%);
}

/* blog band ribben css start */
.blog-band-ribben {
	position: relative;
	overflow: hidden;
}

.blog-band-ribben:before {
	content: "";
	position: absolute;
	bottom: -25px;
	right: -110px;
	padding: 10px 50px;
	border: solid 2px #0d5e68;
	border-radius: 50px;
	height: 50px;
	width: 290px;
	margin: auto 0 0 auto;
}

.blog-band-ribben2:before {
	display: none;
}

.blog-band-ribben2 ul li {
	font-size: 14px;
	line-height: 122%;
	font-weight: 300;
}

.blog-band-ribben2 strong {
	font-weight: 400 !important;
	font-size: 18px;
	line-height: 122%;
	color: #0d5e68;
}

.blog-band-ribben2 ul li + li {
	margin-top: 17px !important;
}

.resource-content-wrapper .blog-band-ribben2 ul li:before {
	top: 4px;
	border-radius: 0;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/blog-ribbon-check-icon.svg");
	width: 13px;
	height: 13px;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
}

.blog-band-ribben a:hover, .blog-band-ribben p a:hover, .blog-band-ribben p a:hover span {
	text-decoration: none !important;
	color: var(--secondary-color) !important;
}

.blog-band-ribben-btn span, .blog-band-ribben-btn a, .blog-band-ribben-btn a:hover span, .blog-band-ribben-btn a:hover {
	color: #fcfdfd !important;
}

/* blog band ribben css end */

/*demo page css*/
.demo-section1 .form-columns-1 .hs-richtext a {
	color: #fff !important;
	text-decoration: underline !important;
}

.demo-section1 .form-columns-1 .hs-richtext a:hover {
	text-decoration: none !important;
}

/** Home 3 Page Start **/
.small-btn3 a.elementor-button {
	padding: 14px 16px 13px 16px !important;
	border-radius: 12px;
	font-size: 18px;
}

.small-bdr-btn a.elementor-button {
	padding: 13px 16px 12px 16px !important;
	border-radius: 12px;
	font-size: 18px;
}

.home-3-section1 .elementor-custom-embed-play svg {
	fill: none;
	opacity: 1;
	filter: none;
	width: 112px;
	height: auto;
}

.home-3-section2 .e-n-tabs-heading {
	gap: 40px;
}

.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title {
	padding: 0;
	min-width: 164px;
}

.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
	border: 1px solid #5d939a;
	border-radius: 9.33px;
	padding: 20px;
	transition: all .4s ease;
	box-shadow: 0px 0px 20px 0px transparent;
}

.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all .4s ease;
	opacity: 0;
	z-index: -1;
}

.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title:hover .e-n-tab-icon:before, .home-3-section2 .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon:before {
	opacity: 1;
}

.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title:hover .e-n-tab-icon, .home-3-section2 .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon {
	box-shadow: 0px 0px 20px 0px rgba(13, 94, 104, 1);
}

.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title:after {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	margin-top: -20px;
	opacity: 0;
	transition: all .4s ease;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/dot-icon.svg") no-repeat center;
	background-size: 100% auto;
}

.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title:hover:after, .home-3-section2 .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true]::after {
	opacity: 1;
}

.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg path {
	transition: all .4s ease;
}

.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title:hover .e-n-tab-icon svg path {
	fill: var(--white-color);
}

.home-3-section2 .e-n-tabs-heading {
	align-items: flex-start;
}

.home-3-section2 .e-n-tab-title-text {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0;
}

.home-3-section2 .e-n-tabs-content {
	margin-top: 20px;
}

.home-3-section2 .e-n-tabs-content *:last-child {
	margin-bottom: 0;
}

.home-3-section2 .e-n-tabs-content h3 {
	margin-bottom: 12px;
}

.home-3-section2 .e-n-tabs-content p {
	font-weight: 300;
	margin-bottom: 31px;
}

.home-3-section2 .e-n-tabs-content p strong {
	font-weight: bold;
}

.home-3-section2 .e-n-tabs-content .elementor-widget-button {
	margin-top: 50px;
}

.customer-play-btn .ekit-wid-con svg {
	width: auto;
	height: auto;
}

.card-slider .items, .home3-customers-slider .items {
	display: none !important;
}

.card-slider .items.slick-slide, .card-slider .items:first-child, .home3-customers-slider .items.slick-slide, .home3-customers-slider .items:first-child {
	display: -webkit-flex !important;
	display: flex !important;
}

.home3-customers-slider .items.slick-slide.slick-active {
	z-index: 2;
}

.custom-pagination-wrapper {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 34px;
}

.slick-custom-arrows {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 20px;
}

.custom-dots-list {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.slick-custom-arrows .slick-arrow {
	position: relative;
	width: 21px !important;
	height: 12px !important;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/h3-next-arrow.svg") no-repeat center !important;
	background-size: 100% auto !important;
	transform: none;
	top: 0;
	border-radius: 0 !important;
	margin: 0;
}

.slick-custom-arrows .slick-arrow.nitro-lazy {
	background: none !important;
}

.slick-custom-arrows .slick-arrow:before {
	display: none;
}

.slick-custom-arrows .slick-arrow.custom-prev {
	transform: rotate(180deg);
}

.custom-dots-list li {
	width: 18px;
	height: 18px;
	font-size: 0;
	position: relative;
	margin: 0 4px;
}

.custom-dots-list li:before {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	background: #e7eff0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: .5;
	transition: all .4s ease;
}

.custom-dots-list li.slick-active:before {
	width: 18px;
	height: 18px;
	background: linear-gradient(348.75deg, #fff -.24%, #818bfb 90.61%);
	opacity: 1;
}

/* icon code Start*/
.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
	display: none !important;
}

.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
	width: clamp(30px, 4.87vw, 70px);
	height: clamp(30px, 4.87vw, 70px);
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title:hover .e-n-tab-icon, .home-3-section2 .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon {
	box-shadow: 0px 0px 20px 0px rgba(13, 94, 104, 1);
	background: linear-gradient(180deg, #0d5e68 18.75%, #4dafbb 125%);
}

.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:after, .home-3-section2 .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .4s ease;
	opacity: 1;
	z-index: 1;
	width: clamp(16px, 2.44vw, 35px);
	height: clamp(16px, 2.44vw, 35px);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title:hover .e-n-tab-icon:after, .home-3-section2 .elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-icon:after {
	opacity: 0 !important;
}

.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title[aria-selected="false"] .e-n-tab-icon:after {
	opacity: 1;
}

.home-3-section2 .home-3-section2-inner .e-n-tabs-heading button:nth-child(1) .e-n-tab-icon:before, .home-3-section2 .elementor-widget-n-tabs .e-n-tab-title#e-n-tab-title-15350941971 .e-n-tab-icon:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/source/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/Cloud___Centralize%20Contractsv.svg");
}

.home-3-section2 .home-3-section2-inner .e-n-tabs-heading button:nth-child(1) .e-n-tab-icon:after, .home-3-section2 .elementor-widget-n-tabs .e-n-tab-title#e-n-tab-title-15350941971 .e-n-tab-icon:after {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/source/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/Teal__Centralize%20Contracts.svg");
}

.home-3-section2 .home-3-section2-inner .e-n-tabs-heading button:nth-child(2) .e-n-tab-icon:before, .home-3-section2 .elementor-widget-n-tabs .e-n-tab-title#e-n-tab-title-15350941972 .e-n-tab-icon:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/source/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/Cloud___Find%20Answers-07.svg");
}

.home-3-section2 .home-3-section2-inner .e-n-tabs-heading button:nth-child(2) .e-n-tab-icon:after, .home-3-section2 .elementor-widget-n-tabs .e-n-tab-title#e-n-tab-title-15350941972 .e-n-tab-icon:after {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/source/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/Teal__Find%20Answers-02.svg");
}

.home-3-section2 .home-3-section2-inner .e-n-tabs-heading button:nth-child(3) .e-n-tab-icon:before, .home-3-section2 .elementor-widget-n-tabs .e-n-tab-title#e-n-tab-title-15350941973 .e-n-tab-icon:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/source/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/Cloud__Create_Agreements-01.svg");
}

.home-3-section2 .home-3-section2-inner .e-n-tabs-heading button:nth-child(3) .e-n-tab-icon:after, .home-3-section2 .elementor-widget-n-tabs .e-n-tab-title#e-n-tab-title-15350941973 .e-n-tab-icon:after {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/source/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/Teal__Create_Agreements-02.svg");
}

.home-3-section2 .home-3-section2-inner .e-n-tabs-heading button:nth-child(4) .e-n-tab-icon:before, .home-3-section2 .elementor-widget-n-tabs .e-n-tab-title#e-n-tab-title-15350941974 .e-n-tab-icon:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/source/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/Cloud___Negotiate%20Terms-09.svg");
	width: clamp(20px, 2.79vw, 40px);
	height: clamp(20px, 2.79vw, 40px);
}

.home-3-section2 .home-3-section2-inner .e-n-tabs-heading button:nth-child(4) .e-n-tab-icon:after, .home-3-section2 .elementor-widget-n-tabs .e-n-tab-title#e-n-tab-title-15350941974 .e-n-tab-icon:after {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/source/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/Teal__Negotiate%20Terms-04.svg");
	width: clamp(20px, 2.79vw, 40px);
	height: clamp(20px, 2.79vw, 40px);
}

.home-3-section2 .home-3-section2-inner .e-n-tabs-heading button:nth-child(5) .e-n-tab-icon:before, .home-3-section2 .elementor-widget-n-tabs .e-n-tab-title#e-n-tab-title-15350941975 .e-n-tab-icon:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/source/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/Cloud__Build_Agents-01.svg");
	width: clamp(20px, 2.79vw, 40px);
	height: clamp(20px, 2.79vw, 40px);
}

.home-3-section2 .home-3-section2-inner .e-n-tabs-heading button:nth-child(5) .e-n-tab-icon:after, .home-3-section2 .elementor-widget-n-tabs .e-n-tab-title#e-n-tab-title-15350941975 .e-n-tab-icon:after {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/source/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/Teal__Build_Agents-02.svg");
	width: clamp(20px, 2.79vw, 40px);
	height: clamp(20px, 2.79vw, 40px);
}

/* icon code End*/
.home-3-section2-inner .e-n-tab-title, .home-3-section2-inner .e-n-tab-title-text {
	flex-direction: column;
	gap: 18px;
}

.home-3-section2 .home-3-section2-inner .e-n-tabs-heading button .e-n-tab-icon {
	position: relative;
}

.home-3-section4 .s6-logo-list-wrapper .elementor-widget-container {
	padding-bottom: 78%;
}

.home-3-section4.home-section6 .e-con-inner {
	background: #e7eff0;
}

.home-3-section5 .elementor-image-box-title a {
	color: #f5f6f6 !important;
}

.home-3-section6 .h3-s6-bg-d {
	height: 100%;
}

.home-3-section6 .slick-list {
	overflow: visible;
}

.home-3-section6 .card-slider .items {
	box-shadow: 0 0 30px transparent;
	transition: all .4s ease;
	filter: blur(3px);
}

.card-slider .items:nth-child(1) {
	opacity: 1 !important;
	transform: scaleX(1.5) scaleY(.4);
}

.card-slider .items:nth-child(2) {
	opacity: 1 !important;
	transform: scaleX(1.25) scaleY(.7);
}

.card-slider .items.slick-current.slick-active {
	transform: scaleX(1) scaleY(1);
	box-shadow: 0 0 30px rgba(13, 94, 104, .3);
	filter: blur(0);
}

p.gartner-rating {
	margin-bottom: 0;
}

/* Carousel Styles */
#carousel3d .carousel-wrapper {
	width: 100%;
	padding: 0 1rem;
	min-width: 350px;
	max-width: 100%;
	margin: 0 auto;
}

#carousel3d .carousel {
	position: relative;
	overflow: hidden;
	height: 520px;
}

#carousel3d .carousel-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#carousel3d .carousel-item {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 800px;
	transition: all .6s cubic-bezier(.5, 0, .1, 1);
	will-change: transform, opacity, filter;
}

/* Testimonial Card Styles */
#carousel3d .testimonial-card {
	display: flex;
	width: 100%;
	color: #fff;
	border-radius: 44px;
	overflow: hidden;
	height: 440px;
	margin: 25px 0;
	box-shadow: 0px 0px 30px 0px rgba(13, 94, 104, .3);
}

#carousel3d .testimonial-left {
	background-color: #e7eff0;
	padding: 0 40px;
	width: 35%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border-radius: 44px 0 0 44px;
}

#carousel3d .testimonial-left img {
	max-width: 100%;
	height: auto;
}

#carousel3d .rating {
	font-size: 29px;
	color: #032024;
	margin-top: 13px;
	align-items: center;
	display: flex;
}

#carousel3d .rating span {
	font-size: 22px;
	margin-left: 6px;
	color: #f1d548;
}

#carousel3d .rating span span {
	margin: 0;
	position: relative;
}

#carousel3d .rating span span:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #e7eff0;
	opacity: .5;
}

#carousel3d .rating span span.start-one:after {
	width: 30%;
}

#carousel3d .rating span span.start-half:after {
	width: 50%;
}

#carousel3d .g2-rating {
	margin-top: 28px;
	padding-top: 25px;
	border-top: 1px solid rgba(0, 0, 0, .14);
	width: 100%;
}

#carousel3d .g2-rating img {
	max-width: 80px;
	height: auto;
}

#carousel3d .testimonial-right {
	padding: 30px;
	width: 65%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #0b1821;
	background: linear-gradient(40deg, rgba(11, 24, 33, 1) 0%, rgba(38, 79, 87, 1) 100%);
	height: 100%;
}

#carousel3d .testimonial-stars {
	color: #ffc107;
	font-size: 30px;
	margin-bottom: 19px;
	letter-spacing: 5px;
}

#carousel3d .testimonial-text {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 35px;
	font-weight: 300;
}

#carousel3d .testimonial-author {
	font-size: 16px;
	color: #f5f6f6;
}

#carousel3d .scale-100 {
	transform: scale(1) translateX(0);
	opacity: 1;
	z-index: 20;
	filter: blur(0);
}

#carousel3d .translate-x-40 {
	transform: translateX(30%) scale(.75);
	opacity: 1;
	z-index: 10;
	filter: blur(2px);
}

#carousel3d .translate-x-neg40 {
	transform: translateX(-30%) scale(.75);
	opacity: 1;
	z-index: 10;
	filter: blur(2px);
}

#carousel3d .translate-x-70 {
	transform: translateX(50%) scale(.6);
	opacity: 1;
	z-index: 5;
	filter: blur(3px);
}

#carousel3d .translate-x-neg70 {
	transform: translateX(-50%) scale(.6);
	opacity: 1;
	z-index: 5;
	filter: blur(3px);
}

#carousel3d .scale-90 {
	transform: scale(.9) translateX(0);
	opacity: 0;
	filter: blur(0);
}

/* Slider control styles */
#carousel3d .slider-control {
	position: absolute;
	bottom: -1rem;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	z-index: 30;
}

#carousel3d .slider-arrow {
	background: none;
	border: none;
	color: white;
	font-size: 1.5rem;
	cursor: pointer;
	padding: .5rem;
	opacity: .7;
	transition: opacity .3s;
}

#carousel3d .slider-arrow:hover {
	opacity: 1;
}

#carousel3d .slider-dots {
	display: flex;
	gap: .5rem;
	align-items: center;
}

#carousel3d .slider-dot {
	padding: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
	transition: all .3s;
	border: none;
	cursor: pointer;
}

#carousel3d .slider-dot.active {
	background: linear-gradient(348.75deg, #fff -.24%, #818bfb 90.61%);
	width: 12px;
	height: 12px;
}

#carousel3d button:focus {
	outline: 0px auto -webkit-focus-ring-color;
}

.home-3-section6 #carousel3d .slider-dots .slider-dot, .home-3-section6 #carousel3d .slider-arrow:focus {
	border-width: 0;
	outline: none;
}

.strip-spacing1 {
	padding-top: 126px;
	transition: all .4s;
}

.disabled-strip2 .strip-spacing1 {
	padding-top: 128px;
}

.conic-border-button {
	padding: 5px 25px !important;
	font-weight: 300 !important;
}

.video-content video.elementor-video {
	border-radius: 12px;
}

.video-content2 video.elementor-video {
	border-radius: 6px;
}

.home3-customers-slider .h3-customer-left-block:before {
	z-index: 1 !important;
	backdrop-filter: blur(5px);
}

.h3-customer-left-block .elementor-widget-video, .h3-customer-left-block .e-hosted-video {
	height: 100%;
}

.learn-more span {
	color: #0b1821 !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
}

.learn-more svg {
	margin-left: 8px;
}

.certified-section a:hover span {
	color: #818bfb !important;
}

.certified-section a:hover svg path {
	fill: #818bfb;
}

.term-case-study .resources-section1 {
	padding-top: 60px;
}

/*.single-resources .resource-case-study-details-section1,
.single-resources .resource-case-study-details-section2 .details-left-block.rael-particle-no {padding-top: 100px;}*/
.rewrite-block {
	margin: 10px 0 35px 0;
	font-weight: 300;
	height: 60px;
	background: #fff;
	color: #000;
	border-radius: 100px;
	padding: 18px 40px;
	width: 100%;
	max-width: 660px;
	border: solid 2px #818bfb;
	border-bottom: none;
	box-shadow: 0px 0px 25px 0px rgba(129, 139, 251, .6);
}

.rewrite-block .rewrite {
	display: inline-block;
	width: max-content;
	opacity: 1;
	transition: opacity .8s ease;
}

.rewrite-block .cursor {
	display: inline-block;
	margin-left: 2px;
}

.agentos-hero-section.home-section1 {
	overflow: hidden;
}

.cs-live-webinar-enable .agentos-hero-section.home-section1 {
	padding-top: 194px !important;
	padding-bottom: 0 !important;
}

.cs-live-webinar-enable.disabled-strip2 .agentos-hero-section.home-section1 {
	padding-top: 120px !important;
}

.cs-live-webinar-disable .home-sectio1-top.asksirion-hero-section, .cs-live-webinar-enable .home-sectio1-top.asksirion-hero-section {
	padding-top: 210px !important;
}

.cs-live-webinar-disable.disabled-strip2 .home-sectio1-top.asksirion-hero-section, .cs-live-webinar-enable.disabled-strip2 .home-sectio1-top.asksirion-hero-section {
	padding-top: 138px !important;
}

.disabled-strip2 .announcement-strip-wrapper {
	display: none;
}

.home-section1.agentos-hero-section {
	padding-bottom: 0 !important;
}

.logo-marque-over-hidden {
	overflow: hidden !important;
}

/* use-cases tab section start */
.explore-sirion-use-cases.meet-sirion-agents-section:before {
	display: none;
}

.explore-sirion-use-cases .tabs-styling {
	margin-top: 0;
}

.explore-sirion-use-cases.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper {
	max-width: 1300px;
	width: auto;
	margin: 0 auto;
	background: transparent;
	border-radius: 40px;
	padding: 6px;
	gap: 6px;
	justify-content: center;
	margin-bottom: clamp(20px, 2.93vw, 42px);
}

.explore-sirion-use-cases.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
	border: solid 1px #818bfb !important;
	background: transparent !important;
	font-size: clamp(16px, 1.26vw, 18px);
	color: #0b1821;
	line-height: 122%;
	font-weight: 300;
}

.elementor-9655 .explore-sirion-use-cases.meet-sirion-agents-section .elementor-element.elementor-element-0b82e8f .elementor-tab-title.elementor-active, .elementor-9655 .explore-sirion-use-cases.meet-sirion-agents-section .elementor-element.elementor-element-0b82e8f .elementor-tab-title.elementor-active a {
	color: var(--white-color) !important;
	background: #818bfb !important;
	padding-top: 12px !important;
	padding-bottom: 8px !important;
}

.explore-sirion-use-cases.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:after {
	background: #0b1821;
}

.explore-sirion-use-cases.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:before {
	background: rgba(11, 24, 33, 30%);
	height: 4px !important;
}

.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title:after {
	height: 4px !important;
}

.explore-sirion-use-cases.meet-sirion-agents-section .tabs-styling .elementor-tab-content .title {
	text-align: center;
}

.explore-sirion-use-cases.meet-sirion-agents-section .tabs-styling .elementor-tab-content h3 {
	color: #0b1821;
	border-radius: 50px;
	font-size: clamp(16px, 1.68vw, 24px);
	font-weight: 400;
	line-height: 116%;
	display: inline-block;
	text-align: center;
	margin: 0;
}

.explore-sirion-use-cases.meet-sirion-agents-section .content-block {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	margin-top: clamp(20px, 2.93vw, 42px);
}

.explore-sirion-use-cases.meet-sirion-agents-section .content-block .items {
	width: 100%;
	max-width: calc(33.33% - 22px);
	border-radius: 16px;
	padding: clamp(20px, 2.23vw, 32px);
	background: #fcfdfd;
}

.explore-sirion-use-cases.meet-sirion-agents-section .content-block .items h4 {
	font-size: clamp(20px, 2.23vw, 32px);
	line-height: 112%;
	color: #0b1821;
	font-weight: 300;
	letter-spacing: -.32px;
	margin-bottom: clamp(20px, 2.09vw, 30px);
	margin-top: 0;
}

.explore-sirion-use-cases.meet-sirion-agents-section .content-block .items p {
	font-size: 16px;
	font-weight: 300;
	line-height: 125%;
	color: #0b1821;
	margin-bottom: 0;
}

/* use-cases tab section end */
.insurance-resources-section1.additional-resources-section1 .resources-post-section-wrapper {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.home .s6-logo-list-wrapper {
	justify-content: flex-end;
}

.home .s6-logo-list-wrapper .elementor-widget-container {
	padding-bottom: 0;
	height: 85px !important;
}

.home .s6-logo-list-wrapper .elementor-widget-image:nth-child(1) {
	width: auto;
	max-width: 14.8%;
	flex-basis: 14.8%;
	min-width: 14.8%;
}

.home .s6-logo-list-wrapper .elementor-widget-image:nth-child(2) {
	width: auto;
	min-width: 20%;
	max-width: 20%;
	flex-basis: 20%;
}

.home .s6-logo-list-wrapper .elementor-widget-image:nth-child(3) {
	width: auto;
	min-width: 13.5%;
	max-width: 13.5%;
	flex-basis: 13.5%;
}

.home .s6-logo-list-wrapper .elementor-widget-image:nth-child(4) {
	width: auto;
	min-width: 15.6%;
	max-width: 15.6%;
	flex-basis: 15.6%;
}

.home .s6-logo-list-wrapper .elementor-widget-image:nth-child(5) {
	width: auto;
	min-width: 10.8%;
	max-width: 10.8%;
	flex-basis: 10.8%;
}

/*.home .site-header,*/
.home-3-hero-section-new {
	margin-top: 0;
	transition: all .4s ease;
}

.strip-enable .home-3-hero-section-new {
	margin-top: -12px;
}

.cs-live-webinar-disable.disabled-strip2 .home-3-hero-section-new, .disabled-strip2 .home-3-hero-section-new, .disabled-strip2 .home-3-hero-section-new {
	margin-top: -68px;
}

.postid-14912 .site-header, .postid-14891 .site-header, .page-id-14068 .site-header, .page-id-13570 .site-header {
	background: #073439;
}

.h3-hero-right-block-inner {
	display: block;
	width: 942px;
}

.h3-hero-right-block-inner .elementor-widget-container {
	padding-bottom: 100%;
	position: relative;
}

/*body.disabled-strip2 .h3-hero-right-block-inner .elementor-widget-container {padding-bottom: 53.5%;}*/
.h3-hero-right-block-inner .elementor-widget-container img, .h3-hero-right-block-inner .elementor-widget-container video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	object-position: center;
	display: block;
	width: 100%;
	height: 100%;
}

.h3-hero-left-block:after {
	content: "";
	position: absolute;
	width: 456px;
	height: 455px;
	left: 105%;
	top: -115%;
	background: #0d5e68;
	filter: blur(130.9px);
	z-index: -1;
}

.h3-hero-left-block:before {
	content: "";
	position: absolute;
	width: 301px;
	height: 300px;
	left: -316px;
	background: #0d5e68;
	filter: blur(130.9px);
	top: 70%;
}

.home-section7 .swiper-slide-inner .elementor-slide-description {
	width: 90%;
}

/*body.disabled-strip2 .h3-hero-right-block-inner {padding: 90px 0;}*/
.vedio-block {
	width: 87.2% !important;
	margin: 0 auto !important;
}

.home-3-hero-section-new .bdr-btn a.elementor-button {
	background: none !important;
}

.home-3-hero-section-new .bdr-btn a.elementor-button:hover, .home-3-hero-section-new .bdr-btn a.elementor-button:focus, .home-3-hero-section-new .bdr-btn a.elementor-button:active {
	background: var(--secondary-color) !important;
}

.right-image-bg:before {
	content: "";
	position: absolute;
	left: 380px;
	top: 40px;
	width: 235px;
	height: 597px;
	background: #3d7e86;
	filter: blur(76.1389px);
	transform: rotate(90deg);
}

/** Asksirion Page Start **/
.conic-border-button {
	position: relative;
	padding: 10px 25px;
	font-size: 18px;
	color: var(--text-color);
	border: none;
	background: transparent;
	border-radius: 50px;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
	cursor: default;
}

.conic-border-button::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border-radius: 30px;
	background: conic-gradient(from var(--angle, 0deg), #818bfb 0deg, #fff 90deg, #818bfb 180deg, #fff 270deg, #818bfb 360deg);
	z-index: -2;
	animation: rotateBorder 3s linear infinite;
}

.conic-border-button::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background-color: #0d5e68;
	border-radius: 28px;
	z-index: -1;
}

@keyframes rotateBorder {
	0% {
		--angle: 0deg;
	}
	
	100% {
		--angle: 360deg;
	}
}

.asksirion-video-and-slider-section .slick-list {
	overflow: inherit;
}

.asksirion-video-and-slider-section .slick-track {
	gap: 24px;
	display: -webkit-flex;
	display: flex;
}

.asksirion-content-box-slider .slick-slide {
	min-height: 356px;
	display: -webkit-flex;
	display: flex;
}

.asksirion-video-and-slider-section:before, .asksirion-video-and-slider-section:after {
	content: "";
	position: absolute;
	right: -3px;
	bottom: 310px;
	height: 420px;
	width: 226px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(11, 24, 33, 1) 94%);
	z-index: 2;
}

.asksirion-video-and-slider-section:before {
	right: auto;
	left: 0;
	top: auto;
	background: linear-gradient(to right, rgba(11, 24, 33, 1) 6%, rgba(0, 0, 0, 0) 100%);
	display: none !important;
}

.asksirion-video-and-slider-section .custom-pagination-wrapper {
	margin-top: 56px;
}

.asksirion-video-and-slider-section .custom-dots-list li:before {
	width: 12px;
	height: 12px;
	background: #0c565f;
}

.asksirion-video-and-slider-section .custom-dots-list li.slick-active:before {
	width: 24px;
	border-radius: 10px;
	height: 12px;
	background: #3d7e86;
}

.asksirion-video-and-slider-section .slick-custom-arrows .slick-arrow {
	width: 9px !important;
	height: 14px !important;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/asksirion-prev-icon.svg") no-repeat center !important;
	background-size: 100% auto !important;
	transform: rotate(180deg);
}

.asksirion-video-and-slider-section .slick-custom-arrows .slick-arrow.nitro-lazy {
	background: none !important;
}

.asksirion-video-and-slider-section .slick-custom-arrows .slick-arrow.custom-prev {
	transform: rotate(0);
}

.asksirion-video-and-slider-section .slick-dots {
	margin: 46px 0 0 0 !important;
	text-align: left;
}

.asksirion-video-and-slider-section .slick-dots li {
	margin: 0 16px 0 0 !important;
}

.asksirion-video-and-slider-section .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: linear-gradient(180deg, #0d5e68 0%, #1abace 100%) !important;
	opacity: 1;
	transition: all .4s ease;
}

.asksirion-video-and-slider-section .slick-dots li.slick-active button {
	width: 24px;
	background: linear-gradient(180deg, #0d5e68 0%, #1abace 100%) !important;
}

.asksirion-video-and-slider-section .slick-dots li button:hover {
	background: #e7eff0 !important;
}

.asksirion-video-and-slider-section .slick-arrow {
	left: auto;
	right: 0;
	top: auto;
	bottom: -10px;
	transform: none;
	border: 1px solid #338d98 !important;
	background: none !important;
	transition: all .4s ease;
}

.asksirion-video-and-slider-section .slick-arrow:hover {
	background: linear-gradient(180deg, #0d5e68 0%, #4dafbb 105.56%) !important;
	border: 0 !important;
}

.asksirion-video-and-slider-section .slick-arrow.slick-prev:not(:hover):before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/ask-prev-icon.svg");
}

.asksirion-video-and-slider-section .slick-arrow.slick-next:not(:hover):before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/ask-next-icon.svg");
}

.asksirion-video-and-slider-section .slick-arrow.slick-prev {
	right: 64px;
}

.asksirion-video-and-slider-section .bx-shadow {
	box-shadow: 0px 0px 50px 0px #0d5e68;
}

.agentos-section #animation_container {
	height: 404px !important;
	width: 100% !important;
}

.sup-style sup {
	font-size: 28%;
	letter-spacing: 0;
	vertical-align: top;
	line-height: 1;
	top: 0;
}

.home-section1.asksirion-hero-section {
	background: none;
}

.video-popup-link {
	left: 0 !important;
	right: 0;
	top: 0 !important;
	bottom: 0;
}

.video-popup-link * {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	opacity: 0;
	font-size: 0;
}

.video-popup-styling>.e-con-inner>div {
	width: 100%;
	border-radius: 0;
	padding: 0;
}

.video-popup-styling>.e-con-inner>div {
	width: 100%;
	border-radius: 0;
	padding: 0;
}

.video-popup-styling .elementor-video {
	object-fit: scale-down !important;
}

.over-hidden {
	overflow: hidden;
}

/* GMG page css start */
body.cs-live-webinar-enable .resource-gmq-new {
	padding-top: 70px;
}

body.cs-live-webinar-disable.disabled-strip2 .resource-gmq-new, body.cs-live-webinar-enable.disabled-strip2 .resource-gmq-new {
	padding-top: 0px;
}

.resource-gmq-new .top-title-sub:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	z-index: 1;
	border: 2px solid transparent;
	background: linear-gradient(260deg, #818bfb 0%, #fff 50%, #818bfb 100%) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

.resource-gmq-new a.elementor-button.elementor-button-link {
	border: solid 2px var(--white-color);
	background: #7f208f;
	padding: 15px 21px;
	font-weight: 400 !important;
}

.resource-section1-gmq-new .resource-content-wrapper h4 {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -.16px;
}

.resource-section1-gmq-new .details-block-left-form>div {
	border-radius: 16px;
}

/* GMG page css end */
.logo-marquee-bg-inner1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -18px;
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg, rgba(42, 87, 96, 1) 29%, rgba(255, 255, 255, 1) 61%);
	mix-blend-mode: darken;
}

.logo-marquee-bg-inner2 {
	position: absolute;
	top: 0;
	right: -18px;
	bottom: 0;
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgba(42, 87, 96, 1) 70%);
	mix-blend-mode: darken;
}

.logo-strip-internal .logo-marquee-bg-inner1, .logo-strip-internal .logo-marquee-bg-inner2 {
	display: none;
}

.logo-strip-internal .home-logo-strip .logo_marquee_bg.d-none {
	display: block !important;
}

.logo-strip-internal .logo-list-wrapper .img-cover img {
	-webkit-filter: inherit;
	filter: inherit;
}

.home-logo-strip {
	overflow: hidden;
	position: relative;
}

.logo-list-wrapper .img-cover {
	height: 47px;
}

.logo-list-wrapper .img-cover img {
	object-fit: scale-down;
	object-position: center;
	display: block;
	width: 100%;
	height: 100%;
}

.logo-list-wrapper .js-marquee {
	display: -webkit-flex;
	display: flex;
	gap: 0 100px;
}

/*.logo-list-wrapper>.items{margin:0 50px;}*/
.logo-list-wrapper .items {
	float: left;
}

/*.logo-list-wrapper .items:nth-child(1){width:48px;}
.logo-list-wrapper .items:nth-child(2){width:41px;}
.logo-list-wrapper .items:nth-child(11),
.logo-list-wrapper .items:nth-child(10),
.logo-list-wrapper .items:nth-child(4),
.logo-list-wrapper .items:nth-child(3){width:84px;}
.logo-list-wrapper .items:nth-child(20),
.logo-list-wrapper .items:nth-child(5){width:114px;}
.logo-list-wrapper .items:nth-child(6){width:40px;}
.logo-list-wrapper .items:nth-child(19),
.logo-list-wrapper .items:nth-child(12),
.logo-list-wrapper .items:nth-child(15),
.logo-list-wrapper .items:nth-child(21),
.logo-list-wrapper .items:nth-child(17),
.logo-list-wrapper .items:nth-child(7){width:136px;}
.logo-list-wrapper .items:nth-child(9),
.logo-list-wrapper .items:nth-child(8){width:101px;}
.logo-list-wrapper .items:nth-child(18),
.logo-list-wrapper .items:nth-child(16),
.logo-list-wrapper .items:nth-child(13),
.logo-list-wrapper .items:nth-child(14){width:98px;}*/
.logo-list-wrapper2 .items.scroll-logo1 {
	width: 48px;
}

.logo-list-wrapper2 .items.scroll-logo2 {
	width: 41px;
}

.logo-list-wrapper2 .items.scroll-logo11, .logo-list-wrapper2 .items.scroll-logo10, .logo-list-wrapper2 .items.scroll-logo4, .logo-list-wrapper2 .items.scroll-logo3 {
	width: 84px;
}

.logo-list-wrapper2 .items.scroll-logo20, .logo-list-wrapper2 .items.scroll-logo5 {
	width: 114px;
}

.logo-list-wrapper2 .items.scroll-logo6 {
	width: 40px;
}

.logo-list-wrapper2 .items.scroll-logo19, .logo-list-wrapper2 .items.scroll-logo13, .logo-list-wrapper2 .items.scroll-logo15, .logo-list-wrapper2 .items.scroll-logo21, .logo-list-wrapper2 .items.scroll-logo17, .logo-list-wrapper2 .items.scroll-logo7 {
	width: 136px;
}

.logo-list-wrapper2 .items.scroll-logo22, .logo-list-wrapper2 .items.scroll-logo12 {
	width: 150px;
}

.logo-list-wrapper2 .items.scroll-logo9, .logo-list-wrapper2 .items.scroll-logo8, .logo-list-wrapper2 .items.scroll-logo23 {
	width: 101px;
}

.logo-list-wrapper2 .items.scroll-logo24 {
	width: 170px;
}

.logo-list-wrapper2 .items.scroll-logo18, .logo-list-wrapper2 .items.scroll-logo16, .logo-list-wrapper2 .items.scroll-logo13, .logo-list-wrapper2 .items.scroll-logo14 {
	width: 98px;
}

.swiper.marquee-swiper {
	mask-image: linear-gradient(to right, transparent 0%, white 50%, white 50%, transparent 120%);
	height: 47px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.swiper-wrapper.marquee-swiper {
	transition-timing-function: linear;
	align-items: center;
}

.logo-list-wrapper2 {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.logo-list-wrapper2 .img-cover {
	height: 47px;
}

.logo-list-wrapper2 .img-cover img {
	display: block !important;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center;
}

/** Home - Hero Section **/
.home-hero-section-v1:before {
	content: "";
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	width: 616px;
	height: 614px;
	background: #0d5e68;
	filter: blur(173.5px);
}

/*.hero-vide-firame-wrapper>.elementor-element {padding: 35px 2px 12px 2px;}*/
.hero-vide-firame-wrapper .elementor-widget-html>div {
	position: relative;
	padding-bottom: 56.3%;
	border-radius: 8px;
	overflow: hidden;
}

.hero-vide-firame-wrapper .elementor-widget-html video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.home-video-section .e-hosted-video.elementor-wrapper {
	--video-aspect-ratio: 2.099 !important;
	border-radius: 8px;
	overflow: hidden;
}

.home-video-section:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -100%;
	z-index: -1;
	transform: translate(-50%, -47px);
	width: 848.59px;
	height: 847.88px;
	background: #0d5e68;
	filter: blur(50.05px);
	border-radius: 100%;
}

/** Announcement Strip New Start **/
.announcement-strip2-new-styling {
	padding: 21px 20px;
	background: linear-gradient(90deg, #0f3fbb -97.03%, #7f208f 102.03%) !important;
}

.strip-right-link a {
	font-weight: bold !important;
	color: var(--text-color) !important;
}

.strip-right-link a:hover {
	color: var(--text-color) !important;
}

body .announcement-strip-wrapper .announcement-strip2-new-styling .close-button, .announcement-strip-wrapper .announcement-strip2-new-styling .close-button {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/close-icon.svg") !important;
	width: 14px !important;
	height: 14px !important;
	min-width: 14px;
}

body .announcement-strip-wrapper .announcement-strip2-new-styling .close-button.nitro-lazy, .announcement-strip-wrapper .announcement-strip2-new-styling .close-button.nitro-lazy {
	background-image: none !important;
}

.page-template-resources .announcement-strip-wrapper .announcement-strip.announcement-strip2-new-styling .close-button, .archive .announcement-strip-wrapper .announcement-strip-wrapper .announcement-strip.announcement-strip2.announcement-strip2-new-styling .close-button, .archive .announcement-strip-wrapper .announcement-strip-wrapper .register-btn.elementor-widget-button .elementor-button {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/close-icon1.svg") !important;
	width: 10px !important;
	height: 10px !important;
}

.page-template-resources .announcement-strip-wrapper .announcement-strip.announcement-strip2-new-styling .close-button.nitro-lazy, .archive .announcement-strip-wrapper .announcement-strip-wrapper .announcement-strip.announcement-strip2.announcement-strip2-new-styling .close-button.nitro-lazy, .archive .announcement-strip-wrapper .announcement-strip-wrapper .register-btn.elementor-widget-button .elementor-button.nitro-lazy {
	background-image: none !important;
}

.page-template-solutions-no-dark-banner .announcement-strip-wrapper .announcement-strip2-new-styling .close-button, .page-template-solutions-no-dark-banner .announcement-strip-wrapper .announcement-strip2-new-styling .close-button, .page-template-solutions .announcement-strip-wrapper .announcement-strip2-new-styling .close-button, .archive .announcement-strip-wrapper .announcement-strip2-new-styling .close-button, .page-template-resources .announcement-strip-wrapper .announcement-strip2-new-styling .close-button, .single-university .announcement-strip-wrapper .announcement-strip2-new-styling .close-button, .single-resources .announcement-strip-wrapper .announcement-strip2-new-styling .close-button, .page-template-resources-campaign .announcement-strip-wrapper .announcement-strip2-new-styling .close-button, .page-template-partners .announcement-strip-wrapper .announcement-strip2-new-styling .close-button, .page-template-product-child .announcement-strip-wrapper .announcement-strip2-new-styling .close-button {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/close-icon2.svg") !important;
	width: 10px !important;
	height: 10px !important;
}

.page-template-solutions-no-dark-banner .announcement-strip-wrapper .announcement-strip2-new-styling .close-button.nitro-lazy, .page-template-solutions-no-dark-banner .announcement-strip-wrapper .announcement-strip2-new-styling .close-button.nitro-lazy, .page-template-solutions .announcement-strip-wrapper .announcement-strip2-new-styling .close-button.nitro-lazy, .archive .announcement-strip-wrapper .announcement-strip2-new-styling .close-button.nitro-lazy, .page-template-resources .announcement-strip-wrapper .announcement-strip2-new-styling .close-button.nitro-lazy, .single-university .announcement-strip-wrapper .announcement-strip2-new-styling .close-button.nitro-lazy, .single-resources .announcement-strip-wrapper .announcement-strip2-new-styling .close-button.nitro-lazy, .page-template-resources-campaign .announcement-strip-wrapper .announcement-strip2-new-styling .close-button.nitro-lazy, .page-template-partners .announcement-strip-wrapper .announcement-strip2-new-styling .close-button.nitro-lazy, .page-template-product-child .announcement-strip-wrapper .announcement-strip2-new-styling .close-button.nitro-lazy {
	background-image: none !important;
}

.gmq-ribbon-enable .announcement-strip2, .announcement-strip2.announcement-strip2-new-styling {
	display: none !important;
}

.announcement-strip2-new-styling .close-button {
	margin: 0 !important;
	display: block;
}

.gmq-ribbon-enable .announcement-strip2.announcement-strip2-new-styling {
	display: block !important;
}

.gmq-ribbon-enable.disabled-strip2 .announcement-strip2.announcement-strip2-new-styling {
	display: none !important;
}

.gmq-ribbon-enable .site-header {
	top: 64px;
}

.gmq-ribbon-enable.disabled-strip2 .site-header {
	top: 0;
}

.page-template-partners .announcement-strip-wrapper .announcement-strip2-new-styling p a, .page-template-resources-campaign .announcement-strip-wrapper .announcement-strip2-new-styling p a, .single-resources .announcement-strip-wrapper .announcement-strip2-new-styling p a, .single-university .announcement-strip-wrapper .announcement-strip2-new-styling p a, .page-template-resources .announcement-strip-wrapper .announcement-strip2-new-styling p a, .template-solutions .announcement-strip-wrapper .announcement-strip2-new-styling p a, body.archive .announcement-strip-wrapper .announcement-strip2-new-styling p a, body.page-template-solutions-no-dark-banner .announcement-strip-wrapper .announcement-strip.announcement-strip2 p, body.page-template-solutions-no-dark-banner .announcement-strip-wrapper .announcement-strip.announcement-strip2 p strong, body.page-template-solutions-no-dark-banner .announcement-strip-wrapper .announcement-strip2-new-styling p, body.page-template-solutions-no-dark-banner .announcement-strip-wrapper .announcement-strip2-new-styling p a {
	color: #0b1821 !important;
}

/* worldcc page css start */
.worldcc-hero-section .top-title-sub:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	z-index: 1;
	border: 2px solid transparent;
	background: linear-gradient(270deg, #92429f 0%, #335dcb 100%) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

.worldcc-hero-section .register-now-btn1 .elementor-button {
	font-size: 25px;
	color: #fcfdfd !important;
	padding: 15px 28px !important;
}

.sub-title.reveals-title .elementor-heading-title:before {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/reveals-icon.svg") no-repeat center;
}

/* worldcc page css end */

/* Gartner Critical page start */
.gartner-critical-hero-section .top-title-sub {
	background: linear-gradient(90deg, #0d5e68 10%, #4dafbb 90%);
	padding: 2px 26px 0px 26px !important;
	border-radius: 100px;
	box-shadow: 0 0 15px 0 #0d5e68;
}

.gartner-critical-hero-section .register-now-btn1 .elementor-button {
	font-size: 20px;
	color: #fcfdfd !important;
	padding: 15px 28px !important;
}

/* Gartner Critical page end */
body .tab-content-show, body .tab-m-content-show {
	display: none !important;
}

body .desktop-mobile-content-show, body .desktop-tab-content-show {
	display: block !important;
}

.signup-popup-style, .popup-style2, .popup-style1, .popup-style {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(11, 24, 33, 80%);
	overflow: auto;
	padding: 48px 20px !important;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;
	z-index: -999;
	min-height: 100vh;
	max-height: 100vh;
}

.signup-popup-style>div, .popup-style2>div, .popup-style1>div, .popup-style>div {
	display: block !important;
	text-align: center;
}

.signup-popup-style>div>div, .popup-style2>div>div, .popup-style1>div>div, .popup-style>div>div {
	margin: 0 auto;
}

.popup-close-button {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.popup-close-button img {
	display: block;
	width: 100%;
}

.signup-popup-style .elementor-field-type-acceptance, .popup-style2 .elementor-field-type-acceptance, .popup-style1 .elementor-field-type-acceptance, .popup-style .elementor-field-type-acceptance {
	margin: 24px 0 32px 0 !important;
}

.signup-popup-style .elementor-field-type-acceptance .elementor-field-option, .popup-style2 .elementor-field-type-acceptance .elementor-field-option, .popup-style1 .elementor-field-type-acceptance .elementor-field-option, .popup-style .elementor-field-type-acceptance .elementor-field-option {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.signup-popup-style  input.elementor-field, .popup-style2 input.elementor-field, .popup-style1 input.elementor-field, .popup-style input.elementor-field {
	padding: 0 15px;
	height: 54px;
	box-shadow: none !important;
}

.signup-popup-style textarea.elementor-field, .popup-style2 textarea.elementor-field, .popup-style1 textarea.elementor-field, .popup-style textarea.elementor-field {
	padding: 15px;
	height: 112px;
	box-shadow: none !important;
	resize: none;
}

.signup-popup-style .elementor-field-type-acceptance input, .popup-style2 .elementor-field-type-acceptance input, .popup-style1 .elementor-field-type-acceptance input, .popup-style .elementor-field-type-acceptance input {
	position: absolute;
	opacity: 0;
}

.signup-popup-style .elementor-field-type-acceptance label, .popup-style2 .elementor-field-type-acceptance label, .popup-style1 .elementor-field-type-acceptance label, .popup-style .elementor-field-type-acceptance label {
	padding-left: 25px;
	position: relative;
	cursor: pointer;
	color: #0b1821;
}

.signup-popup-style .elementor-field-type-acceptance label:before, .popup-style2 .elementor-field-type-acceptance label:before, .popup-style1 .elementor-field-type-acceptance label:before, .popup-style .elementor-field-type-acceptance label:before {
	content: "";
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px solid #dadcde;
	background: #f0f1f2;
}

.signup-popup-style .elementor-field-type-acceptance label:after, .popup-style2 .elementor-field-type-acceptance label:after, .popup-style1 .elementor-field-type-acceptance label:after, .popup-style .elementor-field-type-acceptance label:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/check-icon.png") no-repeat center;
	background-size: 11px auto;
	border-radius: 4px;
	transition: all .4s ease;
	opacity: 0;
}

.signup-popup-style .elementor-field-type-acceptance input:checked + label:after, .popup-style2 .elementor-field-type-acceptance input:checked + label:after, .popup-style1 .elementor-field-type-acceptance input:checked + label:after, .popup-style .elementor-field-type-acceptance input:checked + label:after {
	opacity: 1;
}

.signup-popup-style .elementor-field-type-acceptance, .popup-style1 .elementor-field-type-acceptance, .popup-style1 .elementor-field-type-acceptance, .popup-style .elementor-field-type-acceptance {
	margin: 24px 0 32px 0 !important;
}

.signup-popup-style .elementor-button, .popup-style2 .elementor-button, .popup-style1 .elementor-button, .popup-style .elementor-button {
	height: 56px;
}

.signup-popup-open .signup-popup-style, .popup-open2 .popup-style2, .popup-open1 .popup-style1, .popup-open .popup-style {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.signup-popup-open .elementor-button-wrapper, .popup-button2 .elementor-button-wrapper, .popup-button1 .elementor-button-wrapper, .popup-button .elementor-button-wrapper {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.signup-popup-open .elementor-button-wrapper:after, .popup-button2 .elementor-button-wrapper:after, .popup-button1 .elementor-button-wrapper:after, .popup-button .elementor-button-wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.signup-popup-open, .popup-open2, .popup-open1, .popup-open {
	overflow: hidden;
}

.signup-popup-style .form-style1 .field, .popup-style2 .form-style1 .field, .popup-style1 .form-style1 .field, .popup-style .form-style1 .field {
	margin-bottom: 20px !important;
}

.signup-popup-style .form-style1 .field .input .hs-input, .signup-popup-style .form-style1 fieldset>.field .input .hs-input, .popup-style2 .form-style1 .field .input .hs-input, .popup-style2 .form-style1 fieldset>.field .input .hs-input, .popup-style1 .form-style1 .field .input .hs-input, .popup-style1 .form-style1 fieldset>.field .input .hs-input, .popup-style .form-style1 .field .input .hs-input, .popup-style .form-style1 fieldset>.field .input .hs-input {
	border-radius: 12px 12px 12px 12px;
	height: 54px;
	padding: 0 15px;
}

.popup-style2 .form-style1 .field label {
	display: none !important;
}

.signup-popup-style .form-style1 .field .input textarea.hs-input, .popup-style2 .form-style1 .field .input textarea.hs-input, .popup-style1 .form-style1 .field .input textarea.hs-input, .popup-style .form-style1 .field .input textarea.hs-input {
	padding: 15px;
	height: 82px;
	resize: none;
	width: calc(100% - 30px) !important;
	display: block;
}

.signup-popup-style .form-style1 .hs_submit.hs-submit .actions, .popup-style2 .form-style1 .hs_submit.hs-submit .actions, .popup-style1 .form-style1 .hs_submit.hs-submit .actions, .popup-style .form-style1 .hs_submit.hs-submit .actions {
	margin: 0;
	padding: 0;
}

.signup-popup-style .form-style1 .hs_submit.hs-submit .actions .hs-button, .popup-style2 .form-style1 .hs_submit.hs-submit .actions .hs-button, .popup-style1 .form-style1 .hs_submit.hs-submit .actions .hs-button, .popup-style .form-style1 .hs_submit.hs-submit .actions .hs-button {
	font-family: "PP Radio Grotesk", Sans-serif !important;
	text-shadow: none;
	width: auto;
	height: 44px;
	font-size: 18px;
	font-weight: 400;
	border-radius: 12px;
	transition: all .4s ease;
	padding: 0 45px 0 15px;
}

.popup-style.popup-style-btn .form-style1 .hs_submit.hs-submit .actions .hs-button {
	background-position: calc(50% + 70px) center !important;
}

.signup-popup-style .form-style1 .field ul.inputs-list li label, .popup-style2 .form-style1 .field ul.inputs-list li label, .popup-style1 .form-style1 .field ul.inputs-list li label, .popup-style .form-style1 .field ul.inputs-list li label {
	display: block !important;
	margin: 0;
}

.signup-popup-style .form-style1 .legal-consent-container .hs-form-booleancheckbox-display>span a, .popup-style2 .form-style1 .legal-consent-container .hs-form-booleancheckbox-display>span a, .popup-style1 .form-style1 .legal-consent-container .hs-form-booleancheckbox-display>span a, .popup-style .form-style1 .legal-consent-container .hs-form-booleancheckbox-display>span a {
	color: var(--primary-color);
}

.signup-popup-style .hs_error_rollup ul li label, .popup-style2 .hs_error_rollup ul li label, .popup-style1 .hs_error_rollup ul li label, .popup-style .hs_error_rollup ul li label {
	color: #f2545b;
	font-family: var(--primary-font);
}

.signup-popup-style .form-style1 .field.hs-message .input textarea, .popup-style2 .form-style1 .field.hs-message .input textarea, .popup-style1 .form-style1 .field.hs-message .input textarea, .popup-style .form-style1 .field.hs-message .input textarea {
	width: 100% !important;
}

.signup-popup-style .form-style1 .hs-richtext img, .popup-style .form-style1 .hs-richtext img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 8px;
}

.form-style1 .field .input ul.inputs-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.form-style1 .field .input ul.inputs-list label.hs-form-checkbox-display, .form-style1 .field .input ul.inputs-list label.hs-form-radio-display {
	display: -webkit-flex !important;
	display: flex !important;
	align-items: center;
	position: relative;
}

.form-style1 .field .input ul.inputs-list label.hs-form-checkbox-display input, .form-style1 .field .input ul.inputs-list label.hs-form-radio-display input {
	width: auto !important;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	height: auto !important;
}

.form-style1 .field .input ul.inputs-list label.hs-form-checkbox-display span, .form-style1 .field .input ul.inputs-list label.hs-form-radio-display span {
	position: relative;
	font-size: 16px;
	line-height: normal;
	padding-left: 28px;
	cursor: pointer;
	font-family: var(--primary-font);
}

.form-style1 .field .input ul.inputs-list label.hs-form-checkbox-display span:before, .form-style1 .field .input ul.inputs-list label.hs-form-radio-display span:before {
	width: 18px;
	height: 18px;
	border: 1px solid #0c565f;
	position: absolute;
	left: 0;
	content: "";
	border-radius: 100%;
	top: 1px;
}

.form-style1 .field .input ul.inputs-list label.hs-form-radio-display span:after {
	content: "";
	background: #0c565f;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 5px;
	top: 6px;
	border-radius: 100%;
	transition: all .4s ease;
	opacity: 0;
}

.form-style1 .field .input ul.inputs-list label.hs-form-checkbox-display span:after {
	content: "";
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/check-icon-dark.png") no-repeat center;
	background-size: 12px auto;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .4s ease;
	opacity: 0;
}

.form-style1 .field .input ul.inputs-list label.hs-form-checkbox-display input:checked+span:after, .form-style1 .field .input ul.inputs-list label.hs-form-radio-display input:checked+span:after {
	opacity: 1;
}

.engage-section3 + .popup-style .form-style1 .field .input textarea.hs-input {
	width: 100% !important;
}

.engage-section3 + .popup-style .form-style1 .hs_submit.hs-submit .actions .hs-button {
	background-position: calc(50% + 101px) center !important;
}

.form-style1 .field .input ul.inputs-list label.hs-form-checkbox-display span:before {
	border-radius: 0;
}

/** Product Child - Header Area Dark Page Start **/
body.page-template-product-child-header-area-dark {
	background: #f6f6f6;
}

body.page-template-product-child-header-area-dark .home-section1::before {
	display: none;
}

body.page-template-product-child-header-area-dark .logo-list-wrapper:after {
	background: linear-gradient(270deg, #f6f6f6 22.7%, rgba(242, 243, 255, 0) 100%);
}

body.page-template-product-child-header-area-dark .logo-list-wrapper:before {
	background: #f6f6f6;
}

body.page-template-product-child-header-area-dark .testimonials-section-option1.home-section4.lilac-option1 .slick-arrow {
	background: #c9cdfd !important;
}

body.page-template-product-child-header-area-dark .testimonials-section-option1.home-section4.lilac-option1 .slick-arrow:hover {
	background: #5c63b2 !important;
}

body.page-template-product-child-header-area-dark .testimonials-section-option1.lilac-option1 .slick-arrow.slick-prev:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/prev-icon3.svg");
}

body.page-template-product-child-header-area-dark .testimonials-section-option1.lilac-option1 .slick-arrow.slick-next:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/next-icon3.svg");
}

body.page-template-product-child-header-area-dark .testimonials-section-option1.lilac-option1 .slick-arrow.slick-prev:hover:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/prev-icon1-hover.svg");
}

body.page-template-product-child-header-area-dark .testimonials-section-option1.lilac-option1 .slick-arrow.slick-next:hover:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/next-icon1-hover.svg");
}

body.page-template-product-child-header-area-dark1 {
	background: #f3f3ff !important;
}

body.page-template-product-child-header-area-dark1 .home-section1:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(11, 24, 33, 1) 100%) !important;
}

body.page-template-product-child-header-area-dark1 .logo-list-wrapper:before {
	background: #f3f3ff;
}

body.page-template-product-child-header-area-dark1 .logo-list-wrapper:after {
	background: linear-gradient(270deg, #f2f3ff 22.7%, rgba(242, 243, 255, 0) 100%);
}

body.page-template-product-child-header-area-dark1 .acc-left-label label {
	background: #98a0fc;
}

/** Solutions - Header Area Dark Page Start **/
.page-template-solutions-header-area-dark .breadcrumbs-wrapper li.elementor-icon-list-item {
	padding: 4px 8px 3px 4px !important;
}

.video-with-gif-img img, .video-with-gif-img video {
	width: 100%;
	display: block;
}

/* language switcher */
.language-menu li {
	list-style: none;
}

.language-menu {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 40px;
	height: 100%;
}

.language-menu li a {
	padding: 5px 16px 5px 16px;
	color: #05272c;
	font-size: 14px;
	font-weight: 400;
	background: var(--white-color);
	border-radius: 4px;
}

.language-menu li.wpml-ls-current-language a {
	background: #e7eff0;
}

.language-menu li img {
	width: 25px;
}

.language-menu:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/glob-icon2.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border-radius: 100%;
	cursor: pointer;
}

.language-menu ul {
	position: absolute;
	right: 0px;
	top: calc(100% - 8px);
	opacity: 0;
	visibility: hidden;
	background: #b4cdd0;
	padding: 2px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.language-menu.active ul {
	opacity: 1;
	visibility: visible;
}

/* Faq Section Css start */
.accordian-block .e-n-accordion {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.accordian-block .e-n-accordion-item-title {
	padding: 28px 32px;
	border-width: 0;
	background-color: var(--white-color);
	border-radius: 16px;
	gap: 20px;
	transition: all .3s;
}

.accordian-block .e-n-accordion-item-title+.elementor-element {
	background-color: var(--white-color);
	border-width: 0;
	border-radius: 0 0 16px 16px;
	padding: 0 32px 28px 32px;
}

.accordian-block .e-n-accordion-item-title+.elementor-element p {
	margin: 0;
	padding: 0;
	font-family: "PP Radio Grotesk", Sans-serif !important;
}

.accordian-block .e-n-accordion-item-title+.elementor-element strong {
	font-weight: 700;
}

.accordian-block .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-text {
	color: #0d5e68;
}

.accordian-block .e-n-accordion-item-title[aria-expanded="true"] {
	border-radius: 16px 16px 0 0;
	padding-bottom: 20px;
}

.accordian-block .e-n-accordion-item {
	background-color: var(--white-color);
	border-radius: 16px;
}

/* Faq Section Css End */

/* Impressum Section Css start */
.impressum-hero strong {
	font-weight: 700;
}

.impressum-hero p {
	margin-bottom: 18px;
}

/* Impressum Section Css End */
.border-btn .elementor-button {
	background: transparent !important;
	border: solid 1px var(--secondary-color) !important;
	color: var(--secondary-color) !important;
}

.border-btn .elementor-button:hover {
	background: var(--secondary-color) !important;
	color: var(--white-color) !important;
}

.border-btn .elementor-button:hover path {
	fill: var(--white-color);
}

#playWebinar:hover {
	background-color: var(--btn-hover-color) !important;
}

.additional-resources-section.additional-resources-show .hide {
	display: block !important;
}

/* enterprise intelligence system start */
body.gmq-ribbon-enable .enterprise-hero-section {
	padding-top: 64px;
}

body.gmq-ribbon-enable.disabled-strip2 .enterprise-hero-section {
	padding-top: 0px;
}

body.cs-live-webinar-enable .enterprise-hero-section {
	padding-top: 72px;
}

body.cs-live-webinar-enable.disabled-strip2 .enterprise-hero-section {
	padding-top: 0px;
}

.enterprise-hero-section .top-title-sub:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	z-index: 1;
	border: 2px solid transparent;
	background: linear-gradient(260deg, #818bfb 0%, #fff 50%, #818bfb 100%) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

.enterprise-section1 .left-content ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 70px;
}

.enterprise-section1 .left-content ul li {
	position: relative;
	padding-left: 40px;
	width: calc(50% - 35px);
	list-style: none;
}

.enterprise-section1 .left-content ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/enterprise-check-icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.enterprise-section2 .clm-navigator-slider .slick-track {
	display: flex !important;
	align-items: stretch;
}

.enterprise-section2 .clm-navigator-slider .slick-slide {
	height: auto !important;
	display: flex !important;
	align-items: stretch;
	padding: 0 7px;
}

.enterprise-section2 .clm-navigator-slider .slick-slide>div {
	height: 100%;
	cursor: pointer;
}

.enterprise-section2 .clm-navigator-slider .slick-dots {
	margin: 30px auto 0 auto !important;
	padding: 0;
}

.enterprise-section2 .clm-navigator-slider .slick-dots li button {
	width: 12px;
	height: 12px;
	background: #0d5e68 !important;
}

.enterprise-section2 .clm-navigator-slider .slick-dots li.slick-active button:hover, .enterprise-section2 .clm-navigator-slider .slick-dots li.slick-active button {
	opacity: 1;
	background: #0d5e68 !important;
	width: 16px;
	height: 16px;
}

.enterprise-section2 .clm-navigator-slider .slick-arrow {
	background: transparent !important;
}

.enterprise-section2 .clm-navigator-slider .slick-prev {
	left: calc(50% - 100px);
	bottom: -26px;
	top: auto;
}

.enterprise-section2 .clm-navigator-slider .slick-next {
	right: calc(50% - 100px);
	bottom: -26px;
	top: auto;
}

.enterprise-section2 .clm-navigator-arrow-lg .slick-prev {
	left: calc(50% - 130px);
	bottom: -26px;
	top: auto;
}

.enterprise-section2 .clm-navigator-arrow-lg .slick-next {
	right: calc(50% - 130px);
	bottom: -26px;
	top: auto;
}

.enterprise-section2 .clm-navigator-slider .slick-prev:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/clm-prev-icon.svg");
	background-size: 20px auto;
}

.enterprise-section2 .clm-navigator-slider .slick-next:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/clm-next-icon1.svg");
	background-size: 20px auto;
}

.enterprise-section2 .clm-navigator-slider .slick-list:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	background: linear-gradient(260deg, rgba(231, 239, 240, 1) 0%, rgba(5, 3, 3, 0) 100%);
	z-index: 1;
	pointer-events: none;
}

.enterprise-section2 .clm-navigator-slider .image-block .elementor-widget-container {
	text-align: left;
}

.enterprise-section2 strong {
	font-weight: 700;
}

.enterprise-section2 ul {
	padding-left: 0px;
	margin: 0;
}

.enterprise-hero-section .date-author-block .elementor-icon-list-item > .elementor-icon-list-text {
	font-size: 18px !important;
	font-weight: 300 !important;
	text-transform: inherit !important;
	line-height: 100% !important;
	border-width: 0 !important;
	color: var(--white-color) !important;
}

.enterprise-hero-section .date-author-block  ul.elementor-icon-list-items {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 20px;
}

.enterprise-hero-section .date-author-block .elementor-widget-container {
	margin: 0 !important;
}

.enterprise-hero-section .date-author-block ul.elementor-icon-list-items .elementor-icon-list-item:nth-child(2):before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	border-radius: 100px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/watch-icon.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s;
}

.enterprise-hero-section .date-author-block ul.elementor-icon-list-items .elementor-icon-list-item:nth-child(3) .elementor-icon-list-text {
	font-weight: 700 !important;
}

.transcript-header {
	cursor: pointer;
	display: flex;
	margin: 0 0 16px 0;
}

.transcript-header:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	background-color: #92429f;
	border-radius: 100px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/transcript-arrow-icon.svg");
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 24px;
	transition: all .3s;
}

.transcript-wrapper.active .transcript-header:before {
	transform: rotate(180deg);
}

.transcript-wrapper .transcript-content, .transcript-wrapper .transcript-preview {
	padding-left: 50px;
}

.transcript-wrapper .transcript-content {
	display: none;
}

.back-btn a {
	font-size: 16px;
	line-height: 100%;
	color: #0b1821 !important;
	font-weight: 400 !important;
	background: transparent !important;
	padding: 0;
	margin: 0 !important;
	display: flex !important;
	gap: 5px;
}

.back-btn a:after {
	content: "";
	margin-right: 9px;
	width: 24px;
	height: 18px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/back-arrow.svg");
	background-position: 4px center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: inline-block;
	transition: all .4s ease;
}

.back-btn a:hover:after {
	width: 28px;
}

.back-btn a:hover {
	color: #0b1821 !important;
}

.cate-span-title span {
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
	border-radius: 34px;
	padding: 2px 8px 1px 8px;
	letter-spacing: 1px;
	font-weight: 700 !important;
}

.enterprise-section5-faq .accordian-block .e-n-accordion {
	gap: 0;
}

.enterprise-section5-faq .accordian-block .e-n-accordion-item-title {
	padding: 30px 0;
	border-width: 0;
	background-color: transparent;
	border-radius: 0;
	transition: all .3s;
	justify-content: space-between;
}

.enterprise-section5-faq .accordian-block .e-n-accordion-item-title+.elementor-element {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	margin-bottom: 50px;
}

.enterprise-section5-faq .elementor-widget-n-accordion .e-n-accordion-item {
	border-bottom: solid 1px #90b5ba;
}

.enterprise-section5-faq .elementor-widget-n-accordion .e-n-accordion-item:last-child {
	border-width: 0;
}

.enterprise-section5-faq .accordian-block .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-text {
	color: inherit;
}

.video-icon-key {
	transform: translate(-50%, -50%);
}

/* enterprise intelligence system end */

/* CAB saection */
.hotel-information-faq {
	display: none !important;
}

body.hotel-information-tab .hotel-information-faq {
	display: block !important;
}

.cab-section-faq .accordian-block .e-n-accordion {
	gap: 0;
}

.cab-section-faq .accordian-block .e-n-accordion-item-title {
	padding: 30px 0;
	border-width: 0;
	background-color: transparent;
	border-radius: 0;
	transition: all .3s;
	justify-content: space-between;
	padding-right: clamp(10px, 2.2vw, 42px);
}

.cab-section-faq .accordian-block .e-n-accordion-item-title+.elementor-element {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	margin-bottom: 50px;
	width: 100%;
	max-width: 1050px;
}

.cab-section-faq .elementor-widget-n-accordion .e-n-accordion-item {
	border-bottom: solid 1px var(--white-color);
}

.cab-section-faq .elementor-widget-n-accordion .e-n-accordion-item:last-child {
	border-width: 0;
}

.cab-section-faq .accordian-block .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-text {
	color: inherit;
}

.cab-section-faq .accordian-block .e-n-accordion-item-title+.elementor-element p, .cab-section-faq .accordian-block .e-n-accordion-item-title+.elementor-element ul {
	margin-bottom: 20px;
}

.enterprise-section5-faq strong, .cab-section-faq .accordian-block .e-n-accordion-item-title+.elementor-element strong {
	font-weight: 700;
}

/* CAB saection end*/

/* campaign hub page start */
body.page-template-solutions-campaign-header-dark {
	background: #e7eff1 url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/www.sirion.ai/wp-content/uploads/2026/02/Background-Blur-Frame-2-scaled.png") no-repeat top center;
	background-size: 100% auto;
}

body.page-template-solutions-campaign-header-dark.nitro-lazy {
	background: none !important;
}

.ebook-title span {
	border: solid 2px #0d5e68;
	padding: 2px 16px 2px 19px;
	border-radius: 50px;
}

body.gmq-ribbon-enable .campaign-hub-hero-section {
	padding-top: 64px;
}

body.gmq-ribbon-enable.disabled-strip2 .campaign-hub-hero-section {
	padding-top: 0px;
}

.campaign-hub-section2 .clm-excellence-slider-none .items a {
	padding: 8px 18px;
	border-radius: 8px;
	position: static;
}

.campaign-hub-section2 .clm-excellence-slider-none .slick-track {
	display: flex !important;
	align-items: stretch;
}

.campaign-hub-section2 .clm-excellence-slider-none .items {
	height: auto !important;
	display: flex !important;
	align-items: stretch;
	flex-direction: column !important;
}

.campaign-hub-section2 .clm-excellence-slider-none .items>div {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.campaign-hub-section2 .clm-excellence-slider-none .slick-dots {
	margin: 44px auto 0 auto !important;
	padding: 0;
}

.campaign-hub-section2 .clm-excellence-slider-none .slick-dots li {
	margin: 0 5px !important;
}

.campaign-hub-section2 .clm-excellence-slider-none .slick-dots li button {
	width: 13px;
	height: 13px;
	background: #0d5e68 !important;
}

.campaign-hub-section2 .clm-excellence-slider-none .slick-dots li.slick-active button:hover, .campaign-hub-section2 .clm-excellence-slider-none .slick-dots li.slick-active button {
	opacity: 1;
	background: #0d5e68 !important;
	width: 17px;
	height: 17px;
}

.campaign-hub-section2 .clm-excellence-slider-none .slick-arrow {
	background: transparent !important;
}

.campaign-hub-section2 .clm-excellence-slider-none .slick-prev {
	left: calc(50% - 125px);
	bottom: -26px;
	top: auto;
}

.campaign-hub-section2 .clm-excellence-slider-none .slick-next {
	right: calc(50% - 125px);
	bottom: -26px;
	top: auto;
}

.campaign-hub-section2 .clm-excellence-slider-none .slick-prev:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/clm-prev-icon.svg");
	background-size: 20px auto;
}

.campaign-hub-section2 .clm-excellence-slider-none .slick-next:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/clm-next-icon1.svg");
	background-size: 20px auto;
}

.campaign-hub-section2 .clm-excellence-slider-none .items>div div {
	position: static;
}

.campaign-hub-section2 .clm-excellence-slider-none .items a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 18px;
}

.campaign-hub-section2 .clm-excellence-slider-none .items.video-block a:before {
	display: none;
}

.campaign-hub-section2 .clm-excellence-slider-none .items.video-block .elementor-open-lightbox, .campaign-hub-section2 .clm-excellence-slider-none .items.video-block .elementor-custom-embed-image-overlay, .campaign-hub-section2 .clm-excellence-slider-none .items.video-block .elementor-widget-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.campaign-hub-section2 .clm-excellence-slider-none .items.video-block .elementor-widget-video img {
	opacity: 0 !important;
}

.campaign-hub-section2 .clm-excellence-slider-none .image-block {
	overflow: hidden;
	border-radius: 18px 18px 0px 0px;
}

.campaign-hub-section2 .clm-excellence-slider-none .image-block img {
	transform: scale(1.01);
	transition: all .4s;
}

.campaign-hub-section2 .clm-excellence-slider-none .items.video-block .elementor-widget-video:hover, .campaign-hub-section2 .clm-excellence-slider-none .items>div:hover .image-block img {
	transform: scale(1.1);
}

.campaign-hub-section2 .clm-excellence-slider-none .items.border-active {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	padding: 2px;
	border: 1px solid #c9cdfd !important;
	box-shadow: 0px 0px 5px #c9cdfd;
	transition-duration: .3s;
	transition-property: transform;
}

.campaign-hub-section2 .clm-excellence-slider-none .items.border-active:after {
	content: "";
	position: absolute;
	left: 40px;
	right: 40px;
	top: -20%;
	height: 140%;
	z-index: -1;
	filter: blur(20px);
	animation: border-rotate 12s linear infinite;
	background: conic-gradient(from 0deg, rgba(129, 139, 251, 0) 0deg, rgba(129, 139, 251, 1) 0deg, rgba(129, 139, 251, 1) 100deg, rgba(129, 139, 251, 1) 200deg, rgba(129, 139, 251, 0) 1320deg);
}

.blur-section .top-content, .blur-section .clm-excellence-slider-none .items {
	opacity: .3;
	pointer-events: none;
	user-select: none;
}

.blur-section .clm-excellence-slider-none .items.border-active {
	opacity: 1;
	pointer-events: auto;
	user-select: auto;
}

.campaign-hub-section2 .clm-excellence-slider-none .items.border-active:hover {
	transform: scale(1.05);
}

.campaign-hub-section4 .form-block .option {
	margin-bottom: 16px;
	position: relative;
}

.campaign-hub-section4 .form-block .option input[type="checkbox"] {
	display: none;
}

.campaign-hub-section4 .form-block .option label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 15px clamp(10px, 3.48vw, 50px);
	border-radius: 10px;
	border: 1px solid #5d939a;
	background: transparent;
	cursor: pointer;
	transition: .3s ease;
	font-size: clamp(16px, 1.26vw, 18px);
	color: #5d939a;
	line-height: 100%;
	font-weight: 300;
}

.campaign-hub-section2 .clm-excellence-slider-none .video-icon {
	position: absolute !important;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	z-index: 2 !important;
}

.campaign-hub-section2 .clm-excellence-slider-none .video-thumnail {
	position: relative !important;
}

.campaign-hub-section2 .clm-excellence-slider-none .video-thumnail .thumbnail-tile {
	position: absolute;
	z-index: 1;
}

/* Checkbox square */
.campaign-hub-section4 .form-block .option label::after {
	content: "";
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	border-radius: 4px;
	border: 1px solid #5d939a;
	background: transparent;
	transition: .3s;
	background-position: 68% 50%;
	background-repeat: no-repeat;
	background-size: 70%;
}

/* Selected state */
.campaign-hub-section4 .form-block .option input[type="checkbox"]:checked + label {
	background: #fff;
	border-left: 5px solid #0d5e68;
	color: #0b1821;
	box-shadow: -1px 7px 15px rgba(13, 94, 104, .2);
}

.campaign-hub-section4 .form-block .option input[type="checkbox"]:checked + label::after {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/survay-checkbox.svg");
	border: 1px solid #0d5e68;
}

/* Button & Result */
.campaign-hub-section4 .form-block .btn-container {
	text-align: center;
	margin-top: clamp(20px, 3.07vw, 44px);
}

.campaign-hub-section4 .form-block .result h4, .campaign-hub-section4 .form-block .result {
	margin-top: 30px;
	text-align: center;
	font-size: 18px !important;
	color: #0b1821;
	font-weight: 400;
	line-height: 100%;
}

.campaign-hub-section4 .form-block .result h4 {
	font-weight: 700;
}

.campaign-hub-section4 .form-block .btn-container .btn:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg") no-repeat center right;
}

.download-guide-btn a.btn {
	margin-top: 16px;
	background: transparent;
	color: var(--secondary-color) !important;
	font-weight: 700 !important;
	padding: 0 !important;
	font-size: 18px;
	line-height: 122%;
}

.download-guide-btn a.btn:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow.svg") no-repeat center right;
	background-size: 24px 12px;
}

.campaign-hub-section6 .s7-slider-wrapper1 .elementor-widget-container:before {
	background: #92429f !important;
}

.popup-style-new .form-style1 {
	text-align: left !important;
}

.popup-style-new h4 {
	margin-bottom: 20px !important;
}

.banner-popup-open .banner-popup, .popup-open1 .popup-1, .popup-open2 .popup-2, .popup-open3 .popup-3, .popup-open4 .popup-4, .popup-open5 .popup-5, .popup-open6 .popup-6, .popup-open7 .popup-7, .popup-open8 .popup-8, .popup-open9 .popup-9, .popup-open10 .popup-10 {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

/* campaign hub page end */

/* Customer Stories start */
.customer-stories-hero-section .top-title-sub:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	z-index: 1;
	border: 2px solid transparent;
	background: linear-gradient(260deg, #818bfb 0%, #fff 50%, #818bfb 100%) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

body.gmq-ribbon-enable .customer-stories-hero-section {
	padding-top: 64px;
}

body.gmq-ribbon-enable.disabled-strip2 .customer-stories-hero-section {
	padding-top: 0;
}

.customer-stories-hero-section>.e-con-inner>div {
	position: static;
}

.customer-stories-hero-section .video-block {
	width: 50%;
	height: calc(100% - 120px);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

body.gmq-ribbon-enable.disabled-strip2 .customer-stories-hero-section .video-block {
	height: calc(100% - 50px);
}

.customer-stories-hero-section .video-block .e-hosted-video {
	display: contents !important;
}

.customer-stories-hero-section .video-block>div {
	height: 100%;
}

.customer-stories-hero-section .video-block .elementor-widget-video .e-hosted-video .elementor-video {
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center;
}

.customer-stories-section3 .image-block .logo {
	transform: translate(-50%, -50%);
}

.customer-stories-section3>.e-con-inner {
	width: 100%;
	max-width: 100%;
}

.customer-stories-section3 .title-block, .top-section .home-3-section3 {
	max-width: 1346px !important;
	margin: 0 auto;
	width: 100%;
}

.customer-stories-section3 .social-speak-slider {
	padding-bottom: 0;
}

.customer-stories-section3 .social-speak-slider .slick-track {
	display: flex !important;
	align-items: stretch;
}

.customer-stories-section3 .social-speak-slider .slick-slide {
	height: auto !important;
	display: flex !important;
	align-items: stretch;
	margin: 0 12px;
	flex-direction: column !important;
	opacity: .3;
	transition: all .5s !important;
	user-select: none;
}

.customer-stories-section3 .social-speak-slider .slick-slide.slick-center {
	opacity: 1;
	user-select: auto;
}

.customer-stories-section3 .social-speak-slider .slick-slide>div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.customer-stories-section3 .social-speak-slider .slick-prev {
	left: calc(24% + 8px);
	bottom: -16px;
	top: auto;
	background: #90b5ba !important;
}

.customer-stories-section3 .social-speak-slider .slick-next {
	right: calc(24% + 8px);
	bottom: -16px;
	top: auto;
	background: #90b5ba !important;
}

.customer-stories-section3 .social-speak-slider .slick-arrow:before {
	filter: invert(1);
}

.customer-stories-section3 .social-speak-slider p {
	margin-bottom: 12px;
}

.customer-stories-section3 .social-speak-slider p:last-child {
	margin-bottom: 0;
}

.customer-stories-section3 .social-speak-slider a {
	color: #0967c2 !important;
	font-weight: 400;
}

.customer-stories-section3 .social-speak-slider a:hover {
	text-decoration: underline !important;
}

.customer-stories-section4 #carousel3d button:focus {
	outline: none;
}

.case-study-post-slider.resources-post-wrapper .slick-track {
	display: flex !important;
	align-items: stretch;
}

.case-study-post-slider.resources-post-wrapper .slick-slide {
	height: auto !important;
	display: flex !important;
	align-items: stretch;
	flex-direction: column !important;
	padding: 0 16px;
	min-width: inherit !important;
	max-width: inherit !important;
	flex-basis: inherit !important;
}

.case-study-post-slider.resources-post-wrapper .resources-post-content {
	background: #fcfdfd;
}

.case-study-post-slider.resources-post-wrapper .slick-slide>div {
	height: 100%;
	display: flex;
	flex-direction: column;
	background: transparent;
}

.case-study-post-slider.resources-post-wrapper .resources-card-wrapper:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background: #fcfdfd;
	border-radius: 16px;
	z-index: -1;
}

.customer-stories-section3 .social-speak-slider .slick-dots, .case-study-post-slider.resources-post-wrapper .slick-dots {
	margin: 44px auto 0 auto !important;
	padding: 0;
}

.customer-stories-section3 .social-speak-slider .slick-dots li, .case-study-post-slider.resources-post-wrapper .slick-dots li {
	margin: 0 5px !important;
}

.customer-stories-section3 .social-speak-slider .slick-dots li button, .case-study-post-slider.resources-post-wrapper .slick-dots li button {
	width: 13px;
	height: 13px;
	background: #fff !important;
}

.customer-stories-section3 .social-speak-slider .slick-dots li.slick-active button:hover, .customer-stories-section3 .social-speak-slider .slick-dots li.slick-active button, .case-study-post-slider.resources-post-wrapper .slick-dots li.slick-active button:hover, .case-study-post-slider.resources-post-wrapper .slick-dots li.slick-active button {
	opacity: 1;
	background: #fff !important;
	width: 17px;
	height: 17px;
}

.customer-stories-section3 .social-speak-slider .slick-arrow, .case-study-post-slider.resources-post-wrapper .slick-arrow {
	background: transparent !important;
}

.customer-stories-section3 .social-speak-slider .slick-prev, .case-study-post-slider.resources-post-wrapper .slick-prev {
	left: calc(50% - 125px);
	bottom: -26px;
	top: auto;
}

.customer-stories-section3 .social-speak-slider .slick-next, .case-study-post-slider.resources-post-wrapper .slick-next {
	right: calc(50% - 125px);
	bottom: -26px;
	top: auto;
}

.customer-stories-section3 .social-speak-slider .slick-prev:before, .case-study-post-slider.resources-post-wrapper .slick-prev:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/clm-prev-icon.svg");
	background-size: 20px auto;
}

.customer-stories-section3 .social-speak-slider .slick-next:before, .case-study-post-slider.resources-post-wrapper .slick-next:before {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/clm-next-icon1.svg");
	background-size: 20px auto;
}

.customer-stories-section3 .social-speak-slider .slick-arrow:before, .case-study-post-slider.resources-post-wrapper .slick-arrow:before {
	filter: brightness(20);
}

.case-study-resources-section.additional-resources-posts-wrapper {
	margin: 120px auto !important;
	max-width: 100%;
	width: 100%;
}

.case-study-resources-section.additional-resources-posts-wrapper h4, .case-study-resources-section.additional-resources-posts-wrapper h2 {
	text-align: center;
	margin-bottom: clamp(40px, 5.57vw, 80px);
	margin-top: 0;
	color: var(--white-color);
	font-size: clamp(32px, 3.07vw, 44px);
	line-height: 100%;
	letter-spacing: -.32px;
}

/* Customer Stories end */
.home3-customers-slider.slick-slider .slick-track {
	display: flex !important;
	align-items: stretch;
}

/* piller-layaout-popup start */
.piller-layaout-popup .main-block {
	display: flex !important;
	gap: 20px !important;
}

.piller-layaout-popup .main-block .form-block>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.piller-layaout-popup .main-block .left-content {
	width: 100%;
	height: auto;
	max-width: 320px;
	padding: 40px 35px;
	text-align: left;
	background: #e7eff0;
	border-radius: 17px 0 0 17px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.piller-layaout-popup .main-block .form-block {
	padding: 40px 20px;
}

.popup-style-new .form-style1 .submitted-message a, .piller-layaout-popup .main-block .form-block .submitted-message a {
	padding: 12px 20px;
	background: var(--secondary-color);
	display: inline-block !important;
	font-family: var(--primary-font) !important;
	color: var(--white-color) !important;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 12px;
	line-height: 1;
	position: relative;
	width: auto !important;
	transition: all .4s ease;
	font-size: 18px;
	font-weight: 400 !important;
	border: 0;
	outline: none !important;
	text-decoration: none !important;
}

.popup-style-new .form-style1 .submitted-message a span, .piller-layaout-popup .main-block .form-block .submitted-message a span {
	color: var(--white-color) !important;
}

.popup-style-new .form-style1 .submitted-message a:after, .piller-layaout-popup .main-block .form-block .submitted-message a:after {
	content: "";
	width: 20px;
	height: 12px;
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg") no-repeat center right;
	background-size: 30px 12px;
	margin-left: 8px;
	position: relative;
	left: 0;
	transition: all .4s ease;
	display: inline-block;
	top: 1px;
}

.popup-style-new .form-style1 .submitted-message a:hover, .piller-layaout-popup .main-block .form-block .submitted-message a:hover {
	background: var(--btn-hover-color);
	color: var(--white-color) !important;
}

.popup-style-new .form-style1 .submitted-message a:hover:after, .piller-layaout-popup .main-block .form-block .submitted-message a:hover:after {
	background-color: var(--btn-hover-color) !important;
	background-size: 24px auto;
}

.piller-layaout-popup2 .main-block .left-content {
	max-width: 100%;
	padding: 40px 50px 0px 50px;
	background: transparent;
	border-radius: 17px 17px 0 0;
	text-align: center;
}

.piller-layaout-popup2 .main-block .form-block {
	padding: 0 60px 40px 60px;
}

.piller-layaout-popup2 .main-block .form-block .submitted-message a, .piller-layaout-popup2 .main-block .form-block .submitted-message p {
	color: var(--primary-color);
	text-align: center;
}

.form-style1 p span {
	color: var(--black-color) !important;
}

.form-style1 p em {
	font-style: normal !important;
}

.popup-style-top>div {
	position: absolute !important;
	top: 0;
	z-index: 99999;
}

/* piller-layaout-popup end */

/* tab-new-style */
.tab-new-style .tab-content-right-block {
	padding: 20px 94px 20px 72px;
	align-items: center;
}

.tab-new-style .tab-content-right-block .image-box1, .tab-new-style .tab-content-right-block .image-box4 {
	padding: 53px 0 53px 31px;
}

.tab-new-style .tab-content-right-inner p {
	font-size: 18px;
	line-height: 122%;
}

.tab-new-style .tab-content-right-inner {
	padding-right: 40px;
}

/* Sirion stories page start */
body.gmq-ribbon-enable .sirion-stories-top-section {
	padding-top: 64px;
}

body.cs-live-webinar-enable .sirion-stories-top-section {
	padding-top: 72px;
}

body.cs-live-webinar-enable.disabled-strip2 .sirion-stories-top-section, body.gmq-ribbon-enable.disabled-strip2 .sirion-stories-top-section {
	padding-top: 0;
}

.sirion-stories-items .img-cover {
	position: relative;
	padding-bottom: 27.6%;
	overflow: hidden;
	border-radius: clamp(16px, 1.68vw, 24px);
}

.sirion-stories-items .img-cover video, .sirion-stories-items .img-cover iframe, .sirion-stories-items .img-cover img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-position: center;
	object-fit: cover;
	display: block;
	transition: all .4s ease;
}

.sirion-stories-items .img-cover:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(4.64deg, rgba(11, 24, 33, .6) 13.65%, rgba(0, 0, 0, .12) 50.31%);
	mix-blend-mode: normal;
	opacity: .75;
	border-radius: clamp(16px, 1.68vw, 24px);
	z-index: 1;
}

.sirion-stories-wrapper .sirion-stories-items {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	position: relative;
}

.sirion-stories-wrapper .sirion-stories-items .img-cover {
	width: 100%;
	max-width: calc(50% - 12px);
}

.sirion-stories-wrapper .sirion-stories-items .content-wrapper {
	width: 100%;
	max-width: calc(50% - 12px);
	position: relative;
}

.sirion-stories-wrapper .content-bottom, .sirion-stories-wrapper .content-top {
	padding: clamp(24px, 2.23vw, 32px);
	background: var(--white-color);
	border-radius: clamp(16px, 1.68vw, 24px);
}

.sirion-stories-wrapper .sirion-stories-items .content-wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: var(--white-color);
	border-radius: clamp(16px, 1.68vw, 24px);
	z-index: -1;
}

.sirion-stories-wrapper .content-top {
	margin-bottom: 12px;
}

.sirion-stories-wrapper .content-top strong {
	font-size: clamp(20px, 1.68vw, 24px);
	font-weight: 700;
	line-height: 100%;
	color: #0b1821;
}

.sirion-stories-wrapper .content-bottom p, .sirion-stories-wrapper .content-top p {
	font-size: clamp(16px, 1.26vw, 18px);
	font-weight: 300;
	line-height: 122%;
	color: #0b1821;
	margin: 10px 0 0 0;
}

.sirion-stories-items .content-bottom h3 {
	font-size: clamp(24px, 2.23vw, 32px);
	line-height: 113%;
	color: #0b1821;
	margin: 0 0 clamp(10px, 1.4vw, 20px) 0;
	letter-spacing: -.16px;
}

.sirion-stories-wrapper .content-bottom p {
	margin: 0;
}

.sirion-stories-items .img-cover img {
	transform: scale(1.01);
	transition: all .3s;
}

.sirion-stories-items:hover .img-cover img {
	transform: scale(1.03);
}

.sirion-stories-items .btn-wrapper {
	position: absolute;
	left: clamp(15px, 2.09vw, 30px);
	bottom: clamp(15px, 2.09vw, 30px);
	z-index: 2;
	cursor: pointer;
}

.sirion-stories-items .btn {
	font-size: 18px;
	line-height: 100%;
	padding: 10px 13px;
	color: #0b1821 !important;
	background: #fcfdfd;
	border-radius: 8px;
}

.sirion-stories-items .btn:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg") no-repeat center right;
	width: 20px;
	background-size: 18px 15px !important;
	filter: invert(1);
}

.sirion-stories-items:hover .btn:after {
	background-size: 24px 12px !important;
}

.sirion-stories-items .btn-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.sirion-stories-wrapper2 {
	margin-top: 90px;
	display: flex;
	gap: 50px 24px;
	flex-wrap: wrap;
}

.sirion-stories-wrapper2 .sirion-stories-items {
	width: 100%;
	max-width: calc(50% - 12px);
	position: relative;
}

.sirion-stories-wrapper2 .sirion-stories-items h3 {
	font-size: clamp(24px, 2.23vw, 32px);
	line-height: 113%;
	color: #fcfdfd;
	letter-spacing: -.16px;
	position: absolute;
	left: clamp(15px, 2.09vw, 30px);
	bottom: clamp(15px, 2.09vw, 30px);
	right: clamp(15px, 2.09vw, 30px);
	margin: 0;
	padding: 0;
	z-index: 1;
	pointer-events: none;
	width: calc(100% - 70px);
	max-width: 440px;
}

.sirion-stories-wrapper2 .sirion-stories-items .img-cover {
	padding-bottom: 56.13%;
}

.sirion-stories-wrapper2 .sirion-stories-items .img-cover:before {
	background: linear-gradient(4.64deg, #0b1821 31.09%, rgba(0, 0, 0, .2) 78.88%);
	mix-blend-mode: normal;
	opacity: .75;
	border-radius: clamp(16px, 1.68vw, 24px);
	z-index: 1;
}

.sirion-stories-wrapper2 .icon:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/sirion-stories-arrow.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s;
}

.sirion-stories-wrapper2 .btn-wrapper {
	position: absolute;
	right: 27px;
	bottom: clamp(24px, 2.79vw, 40px);
	left: auto;
}

.sirion-stories-items:hover .icon:before {
	transform: rotate(45deg);
}

.sirion-stories-wrapper2 .content-top span, .sirion-stories-wrapper2 .content-top strong {
	font-size: clamp(16px, 1.68vw, 24px);
	font-weight: 300;
	line-height: 100%;
	color: #0b1821;
}

.sirion-stories-wrapper2 .content-top strong {
	font-weight: 700;
}

.sirion-stories-wrapper2 .content-top {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: clamp(16px, 1.68vw, 24px);
	flex-wrap: wrap;
}

/* Sirion stories page End */

/* CLM Navigator template start */
body.term-clm-navigator {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/www.sirion.ai/wp-content/uploads/2026/03/clm-navigator-bg-scaled-1.webp") !important;
	background-size: cover !important;
	background-position: top center;
	background-repeat: no-repeat;
}

body.term-clm-navigator.nitro-lazy {
	background-image: none !important;
}

body.term-clm-navigator .site-navigation-toggle-holder .site-navigation-toggle, body.term-clm-navigator .site-header .custom-logo-link img {
	-webkit-filter: inherit !important;
	filter: inherit !important;
}

body.term-clm-navigator .announcement-strip-wrapper .elementor-widget-button .elementor-button, body.term-clm-navigator .announcement-strip-wrapper .elementor-widget-button .elementor-button, body.term-clm-navigator .announcement-strip-wrapper .announcement-strip {
	background: #042328 !important;
}

body.term-clm-navigator .announcement-strip-wrapper .announcement-strip2-new-styling p a {
	color: var(--text-color) !important;
}

body.term-clm-navigator .announcement-strip-wrapper .announcement-strip2-new-styling .close-button {
	background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/www.sirion.ai/wp-content/themes/hello-elementor-child/assets/images/close-icon.svg") !important;
	width: 14px !important;
	height: 14px !important;
}

body.term-clm-navigator .announcement-strip-wrapper .announcement-strip2-new-styling .close-button.nitro-lazy {
	background-image: none !important;
}

body.term-clm-navigator .announcement-strip-wrapper .announcement-strip strong, body.term-clm-navigator .announcement-strip-wrapper .elementor-widget-button .elementor-button, body.term-clm-navigator .announcement-strip-wrapper .announcement-strip p {
	color: #f5f6f6 !important;
	border-color: #fcfdfd !important;
}

body.term-clm-navigator .announcement-strip-wrapper .elementor-widget-button .elementor-button svg path {
	fill: #f5f6f6 !important;
}

body.term-clm-navigator.header-fixed .site-header {
	background: var(--primary-color);
}

body.term-clm-navigator .site-navigation ul.menu li a {
	background: #05272c !important;
	color: #f5f6f6 !important;
}

body.term-clm-navigator .site-navigation ul.menu li.demo-menu a {
	background: var(--secondary-color) !important;
	color: var(--white-color) !important;
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu, body.term-clm-navigator .site-navigation ul.menu>li>ul.sub-menu {
	background: #b4cdd0;
}

body.term-clm-navigator .site-navigation ul.menu>li>ul.sub-menu>li>a {
	background: #e7eff0 !important;
}

body.term-clm-navigator .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a, body.term-clm-navigator .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a span {
	color: #0d5e68 !important;
}

/*.elementor-6048 .elementor-element.elementor-element-eab6cd8 .elementor-button,
body.term-clm-navigator .announcement-strip-wrapper .elementor-widget-button .elementor-button {border-color: #fcfdfd !important;}*/
body.term-clm-navigator .announcement-strip-wrapper .announcement-strip.announcement-strip1 .timer li {
	color: #fcfdfd !important;
}

body.term-clm-navigator .announcement-strip-wrapper .announcement-strip.announcement-strip1 .timer li span {
	background: #09434a !important;
	color: #fcfdfd !important;
}

body.term-clm-navigator .site-navigation ul.menu>li.solutions-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a, body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a {
	background: #e7eff0 !important;
	color: var(--primary-color) !important;
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.current-menu-item.page-menu>a.mPS2id-highlight, body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.current-menu-item.page-menu>a:hover, body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.current-menu-item>a, body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li a:hover {
	background: var(--white-color) !important;
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu>li.platform-sub-menu>ul.sub-menu>li.current-menu-item>a, body.term-clm-navigator .site-navigation ul.menu>li.platform-menu>ul.sub-menu>li.platform-sub-menu>ul.sub-menu>li a:hover {
	background: #e7eff0 !important;
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu li.menu-label>a {
	background: none !important;
}

body.term-clm-navigator .site-navigation ul.menu>li>ul.sub-menu>li>a span, body.term-clm-navigator .site-navigation ul.menu>li>ul.sub-menu>li>a p {
	color: var(--primary-color);
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li a {
	background: #e7eff0 !important;
}

body.term-clm-navigator .site-navigation ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li:hover>a {
	background: #b4cdd0 !important;
}

body.term-clm-navigator .site-header {
	background: #073439 !important;
}

body.term-clm-navigator .announcement-strip-wrapper .announcement-strip2-new-styling .elementor-widget-button .elementor-button, body.term-clm-navigator .announcement-strip-wrapper .announcement-strip2-new-styling .elementor-widget-button .elementor-button, body.term-clm-navigator .announcement-strip-wrapper .announcement-strip2-new-styling {
	background: linear-gradient(90deg, #0f3fbb -97.03%, #7f208f 102.03%) !important;
}

body.cs-live-webinar-enable .clm-categories-section1, body.gmq-ribbon-enable .clm-categories-section1 {
	padding-top: 64px;
}

body.cs-live-webinar-enable.disabled-strip2 .clm-categories-section1, body.gmq-ribbon-enable.disabled-strip2 .clm-categories-section1 {
	padding-top: 0;
}

.clm-categories-section1 .clm-category-title {
	font-size: clamp(40px, 4.32vw, 62px);
	font-weight: 300;
	line-height: 106%;
	color: #0b1821;
	text-align: center;
	margin-top: 0;
}

.clm-categories-section1 .clm-category-description {
	font-size: clamp(18px, 1.68vw, 24px);
	font-weight: 300;
	line-height: 116%;
	color: #0b1821;
	text-align: center;
	letter-spacing: -.16px;
}

.clm-categories-section2 .clm-post-items {
	width: 100%;
	max-width: calc(100% - clamp(50px, 13.9vw, 200px));
	margin: 0 auto;
	position: relative;
}

.clm-categories-section2 .clm-post-items h3 {
	font-size: clamp(30px, 3.07vw, 44px);
	font-weight: 400;
	line-height: 106%;
	color: var(--white-color);
	margin: 25px 0 10px 0;
	letter-spacing: -.16px;
}

.clm-categories-section2 .clm-post-items p {
	font-size: 16px;
	font-weight: 300;
	line-height: 125%;
	color: var(--white-color);
	margin: 0;
}

.clm-post-items .img-cover {
	position: relative;
	padding-bottom: 55.15%;
	overflow: hidden;
	border: solid 4px #e7eff0;
	border-radius: 13px;
}

.clm-post-items .img-cover video, .clm-post-items .img-cover iframe, .clm-post-items .img-cover img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-position: center;
	object-fit: cover;
	display: block;
	transition: all .4s ease;
}

.clm-post-items .img-cover:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.15%, #000 85.52%);
	mix-blend-mode: multiply;
	opacity: .7;
	border-radius: 13px;
	z-index: 1;
}

.clm-post-items .content-wrapper .content {
	width: 100%;
	max-width: 50%;
	position: absolute;
	left: 50px;
	bottom: 50px;
	right: 50px;
	z-index: 2;
}

.clm-post-items .ep-title {
	font-size: 14px;
	font-weight: 300;
	line-height: 100%;
	background: var(--white-color);
	padding: 4px 12px;
	border-radius: 100px;
	border: solid 1px var(--white-color);
	color: #0b1821;
	transition: all .3s;
}

.clm-post-items .clm-post-cta {
	position: absolute;
	right: 50px;
	bottom: 50px;
	z-index: 2;
	cursor: pointer;
}

.clm-post-items .btn {
	font-size: 18px;
	line-height: 100%;
	padding: 16px 18px;
}

.clm-post-items .btn:after {
	background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/btn-arrow-icon.svg") no-repeat center right;
	width: 24px;
	background-size: 20px 12px !important;
}

.clm-post-items:hover .btn:after {
	background-size: 24px 12px !important;
}

.clm-post-items .btn-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.clm-categories-section3 .top-title {
	text-align: center;
	padding-bottom: 100px;
}

.clm-categories-section3 .top-title h2 {
	font-size: clamp(30px, 3.07vw, 44px);
	font-weight: 400;
	line-height: 106%;
	color: #0b1821;
	margin: 0 0 20px 0;
	letter-spacing: -.16px;
}

.clm-categories-section3 .top-title p {
	font-size: clamp(18px, 1.68vw, 24px);
	font-weight: 300;
	line-height: 116%;
	color: #0b1821;
	text-align: center;
	letter-spacing: -.16px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.clm-categories-section3 .clm-post-items .clm-post-cta {
	position: static;
}

.clm-categories-section3 .clm-post-items .content-wrapper .content {
	width: 100%;
	max-width: 35%;
	position: static;
}

.clm-categories-section3 .clm-post-items .content-wrapper {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}

.clm-categories-section3 .clm-post-items .video-wrapper {
	width: 100%;
	max-width: 50%;
	padding: clamp(5px, .7vw, 10px);
	position: relative;
}

.clm-categories-section3 .clm-post-items .img-cover {
	position: relative;
	padding-bottom: 56.1%;
	overflow: hidden;
	border-width: 0;
	border-radius: 13px;
	z-index: 2;
}

.clm-categories-section3 .clm-post-items .video-wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("https://sirion.tech/wp-content/themes/hello-elementor-child/assets/images/bg-layer-video.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 13px;
	z-index: 1;
}

.clm-categories-section3 .clm-post-items {
	padding: clamp(20px, 2.65vw, 38px);
	border-radius: clamp(10px, 1.4vw, 20px);
}

.clm-post-items h3 {
	font-weight: 400;
	margin: 30px 0 25px 0;
	letter-spacing: -.16px;
	font-size: clamp(26px, 2.23vw, 32px);
	color: #0b1821;
	line-height: 112%;
}

.clm-post-items p {
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	color: #0b1821;
	margin: 25px 0 35px;
}

.clm-categories-section3 .clm-post-items .ep-title {
	background: transparent;
	border: solid 1px #92429f;
	color: #92429f;
}

.clm-categories-section3 .clm-post-items .img-cover:before {
	display: none;
}

.clm-post-items .video-btn:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 75px;
	height: 75px;
	background-image: url("https://sirion.tech/wp-content/themes/hello-elementor-child/assets/images/video-play-btn-clm.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 3;
	pointer-events: none;
}

.clm-post-items .is-playing .video-btn:before {
	opacity: 0;
	visibility: hidden;
}

.clm-post-items .is-paused .video-btn:before {
	opacity: 1;
	visibility: visible;
}

.clm-categories-section3 .clm-post-version2 .clm-post-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(50px, 6.95vw, 100px) 24px;
	width: 100%;
}

.clm-categories-section3 .clm-post-version2 .clm-post-items .content-wrapper {
	display: block;
}

.clm-categories-section3 .clm-post-version2 .clm-post-items {
	position: relative;
	padding: 0;
	border-width: 0;
	border-radius: 0;
	width: 100%;
	max-width: calc(33.33% - 16px);
}

.clm-categories-section3 .clm-post-version2 .clm-post-items .img-cover {
	padding-bottom: 107.2%;
}

.clm-categories-section3 .clm-post-version2 .clm-post-items .content-wrapper .content {
	max-width: 100%;
}

.clm-categories-section3 .clm-post-version2 .clm-post-items .btn {
	font-size: 16px;
	line-height: 100%;
	padding: 13px 15px;
	border-radius: 12px;
}

.clm-categories-section3 .clm-post-version2 .clm-post-items .btn:after {
	width: 16px;
	background-size: 20px 12px !important;
}

.clm-categories-section3 .clm-post-version2 .clm-post-items:hover .btn:after, .clm-categories-section3 .clm-post-version2 .clm-post-items .btn:hover:after {
	background-size: 24px 12px !important;
}

.clm-categories-section3 .clm-post-version2 .clm-post-items .ep-title {
	background: var(--white-color);
	border: solid 1px var(--white-color);
	color: #0b1821;
	position: absolute;
	top: 18px;
	left: 18px;
	pointer-events: none;
}

.clm-categories-section3 .clm-post-version1 .clm-post-items {
	background-color: var(--white-color);
	margin-bottom: clamp(50px, 6.95vw, 100px);
}

.clm-categories-section3 .clm-post-version1 .clm-post-items:last-child {
	margin-bottom: 0;
}

.archive.term-clm-navigator .announcement-strip-wrapper .timer li {
	color: #fcfdfd !important;
}

.archive.term-clm-navigator .announcement-strip-wrapper .timer li span {
	background: #09434a;
	color: #fcfdfd !important;
}

.archive.term-clm-navigator.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 .close-button.close-button1 {
	filter: inherit !important;
}

/* CLM Navigator template End */
.press-logo>.elementor-widget-container {
	display: flex;
	align-items: center;
}

/* Velocity 27 Page start */
.velocity-video-section:before {
	background-size: 100% 100% !important;
}

.velocity-section-tab .tab-content-wrapper {
	justify-content: space-between;
	gap: 20px;
	margin: 0;
}

.hotel-wrapper .tab-content h2, .velocity-section-tab .tab-content-inner p {
	margin-bottom: clamp(20px, 2.09vw, 30px);
}

.velocity-section-tab .tab-content-inner strong {
	color: #e4e267;
	font-weight: 400;
}

.velocity-section-tab .v-image-wrapper .image-box11 {
	padding-bottom: 68.8%;
}

.velocity-section-tab .v-content {
	padding: 0;
	width: 38%;
	min-width: 38%;
	max-width: 38%;
	flex-basis: 38%;
}

.velocity-section-tab .images-wrapper.single-image:before {
	background: #e4e267;
}

.velocity-section-tab .images-wrapper.v-image-wrapper {
	min-width: 57%;
	max-width: 57%;
	flex-basis: 57%;
}

.velocity-section-tab .tab-content .btn {
	max-width: 100%;
	min-width: auto;
	margin-top: auto;
	background: #303b42;
	padding: 12px 20px;
	border-radius: 8px;
}

.velocity-section-tab .elementor-tab-content {
	padding-top: 58px !important;
}

.velocity-section-tab .inner-tabs {
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	background: transparent;
	margin-bottom: 40px;
}

.velocity-section-tab .inner-tabs button {
	padding: clamp(10px, .98vw, 14px) 10px;
	background: transparent;
	cursor: pointer;
	font-size: clamp(13px, 1.4vw, 20px);
	font-weight: 400;
	color: #f5f6f6;
	width: 100%;
	max-width: 33.333%;
	line-height: 100%;
	border: solid 1px #0d5e68;
	border-radius: 0;
}

.velocity-section-tab .inner-tabs button:first-child {
	border-radius: 8px 0 0 8px;
	border-right-width: 0;
}

.velocity-section-tab .inner-tabs button:last-child {
	border-radius: 0 8px 8px 0;
	border-left-width: 0;
}

.velocity-section-tab .inner-tabs button:hover, .velocity-section-tab .inner-tabs button:focus, .velocity-section-tab .inner-tabs button.active {
	background: #0d5e68;
	color: #f5f6f6;
	outline: none;
}

.velocity-section-tab .inner-tab-content {
	display: none;
}

.velocity-section-tab .inner-tab-content.active {
	display: block;
}

.velocity-section-tab .time {
	font-weight: 300;
}

.velocity-section-tab .session {
	font-size: clamp(16px, 1.21vw, 23px);
}

.velocity-section-tab .time, .velocity-section-tab .session, .velocity-section-tab .presenter {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.velocity-section-tab .time br, .velocity-section-tab .presenter br {
	display: none;
}

.agenda-new-block {
	border-bottom: 1px solid rgba(13, 94, 104, .4);
	position: relative;
}

.agenda-new-block .time {
	padding-left: 55%;
}

.agenda-new-block .time-new {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #0b1821;
	height: 100%;
	display: flex;
	align-items: center;
	border-right: 1px solid rgba(13, 94, 104, .4);
	padding: 10px 30px;
	width: 13%;
}

.velocity-section-tab .agenda-header {
	padding: 12px 70px;
}

.velocity-section-tab .agenda-row {
	padding: 22px 70px;
}

.velocity-section-tab .tab-content .btn:after {
	width: 30px;
	background-size: 24px 10px;
	background-position: left;
}

.velocity-section-tab .tab-content .btn:hover:after {
	width: 30px;
	background-size: 24px 12px !important;
}

.agenda-row.br-block strong>br {
	display: block;
}

.velocity-section-tab .agenda-header, .velocity-section-tab .agenda-row {
	grid-template-columns: 2fr 3fr 1.5fr;
	gap: clamp(20px, 2.79vw, 40px);
}

/* Velocity 27 Page End */
.single-university .left-sidebar-box, .single-resources .left-sidebar-box {
	position: relative;
	flex-direction: column;
	padding-right: 0;
}

.single-university .left-sidebar-box:before, .single-resources .left-sidebar-box:before {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: auto;
	width: 8px;
	height: calc(100% - 6px);
	background-color: #dadcde;
	border-radius: 0px 16px 16px 0px;
}

.single-university .left-sidebar-box .sidebarlist, .single-resources .left-sidebar-box .sidebarlist {
	overflow: hidden;
	max-height: 90px;
	overflow-y: scroll;
	position: relative;
}

.single-university .left-sidebar-box .sidebarlist::-webkit-scrollbar, .single-resources .left-sidebar-box .sidebarlist::-webkit-scrollbar {
	width: 8px;
}

.single-university .left-sidebar-box .sidebarlist::-webkit-scrollbar-track, .single-resources .left-sidebar-box .sidebarlist::-webkit-scrollbar-track {
	background: #dadcde;
	border-radius: 0px 16px 16px 0px;
}

.single-university .left-sidebar-box .sidebarlist::-webkit-scrollbar-thumb, .single-resources .left-sidebar-box .sidebarlist::-webkit-scrollbar-thumb {
	background: #91979b;
	border-radius: 16px;
}

.single-university .left-sidebar-box .sidebarlist, .single-resources .left-sidebar-box .sidebarlist {
	--border-radius: 16px 8px 8px 16px !important;
	padding-right: 32px;
}

.single-university .left-sidebar-box .elementor-widget-shortcode .elementor-widget-container
.single-resources .left-sidebar-box .elementor-widget-shortcode .elementor-widget-container {
	height: auto !important;
}

.single-university .left-sidebar-box .elementor-widget-shortcode>.elementor-widget-container, .single-resources .left-sidebar-box .elementor-widget-shortcode>.elementor-widget-container {
	display: none;
}

.resources-list-category.topics-cate-list-wrapper ul li:nth-child(1) {
	display: none;
}

.resources-list-category ul li:nth-child(1) {
	display: block;
}

@media screen and (min-width:2000px) {
	.demo-section4 .slick-list:after {
		right: -43%;
	}
}

@media screen and (min-width:1200px) {
	body.hotel-information-tab .cab-section4>.e-con-inner {
		padding-top: 0;
	}
}

@media screen and (max-width:1739px) {
	.demo-section4 .slick-list:after {
		right: -15%;
	}
	
	/** Resources Details New Page Start **/
	.resource-hero-section-new {
		background-position: center -25px !important;
	}
	
	.h3-hero-right-block-inner {
		width: 859px;
	}
}

@media screen and (max-width:1699px) {
	.hero-right-image-full .product-hero-images-wrapper {
		width: 66%;
	}
	
	.demo-section4 .slick-list:after {
		right: -10%;
	}
	
	/** Resources Details New Page Start **/
	.resource-hero-section-new {
		padding-top: 20px;
		background-position: center 30px !important;
	}
	
	/** Smart Negotiation Page Start **/
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.smart-negotiation-hero-section1 {
		padding-bottom: 117px;
		padding-top: 166px;
	}
	
	.logo_marquee_bg:before {
		width: 50%;
		background: linear-gradient(90deg, #1d434d 29%, rgba(255, 255, 255, 0%) 61%);
	}
	
	.logo_marquee_bg:after {
		width: 50%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0%) 20%, #224852 80%);
	}
	
	.logo-strip-internal .logo_marquee_bg:after {
		width: 30%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0%) 30%, rgba(13, 36, 46, 50%) 70%);
	}
	
	.h3-hero-right-block-inner {
		width: 792px;
	}
	
	.logo-marquee-bg-inner1 {
		width: 50%;
		background: linear-gradient(90deg, #1d434d 29%, rgba(255, 255, 255, 0%) 61%);
	}
	
	.logo-marquee-bg-inner2 {
		width: 50%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0%) 20%, #224852 80%);
	}
	
	.logo-strip-internal .logo-marquee-bg-inner2 {
		width: 30%;
		background: linear-gradient(-90deg, rgba(255, 255, 255, 0%) 30%, rgba(13, 36, 46, 50%) 70%);
	}
	
	.site-navigation ul.menu li ul.sub-menu ul.sub-menu li.sirion-stories-icon ul.sub-menu {
		left: auto;
		right: calc(100% + 4px);
	}
}

@media screen and (max-width:1549px) {
	.h3-hero-right-block-inner {
		width: 759px;
	}
	
	/*.h3-hero-right-block-inner .elementor-widget-container {padding-bottom: 43.7%;}
body.disabled-strip2 .h3-hero-right-block-inner .elementor-widget-container {padding-bottom: 54.6%;}*/
	.vedio-block {
		width: 84% !important;
		margin: 0 auto !important;
	}
}

@media screen and (max-width:1509px) {
	.h3-hero-right-block-inner {
		width: 741px;
	}
	
	/* header css*/
	body.home .site-navigation ul#menu-main-navigation-de, body.home .site-navigation ul#menu-main-navigation {
		margin-right: 60px;
	}
}

@media screen and (max-width:1449px) {
	.home-section1 {
		background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/hero-dark-bg-1440.png") no-repeat bottom center;
		background-size: cover;
	}
	
	.home .home-section1:before {
		background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/hero-dark-bg-1440.png") no-repeat bottom center;
		background-size: cover;
	}
	
	.page-template-product-child .home-section1 {
		background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/product-child-hero-bg-1440.png") no-repeat bottom center;
		background-size: cover;
	}
	
	.page-template-product-child .home-section1.nitro-lazy {
		background: none !important;
	}
	
	.page-template-solutions .home-section1.solutions-hub-hero-section {
		background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/solutions-hero-bg-1440.png") no-repeat right center;
		background-size: cover;
	}
	
	.page-template-solutions .home-section1.solutions-hub-hero-section.nitro-lazy {
		background: none !important;
	}
	
	.page-template-solutions .home-section1 {
		background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/solutions-hero-bg-1440.png") no-repeat bottom center;
		background-size: cover;
	}
	
	.page-template-solutions .home-section1.nitro-lazy {
		background: none !important;
	}
	
	body.page-template-resources, body.archive, body.single-university, body.page-template-resources-campaign, body.single-resources {
		background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/resources-hero-bg-1440.png");
		background-size: 100% auto;
		background-position: top center;
		background-repeat: no-repeat;
	}
	
	body.page-template-resources.nitro-lazy, body.archive.nitro-lazy, body.single-university.nitro-lazy, body.page-template-resources-campaign.nitro-lazy, body.single-resources.nitro-lazy {
		background-image: none !important;
	}
	
	body.page-template-solutions.page-id-3721, body.page-template-solutions.page-id-4253, body.page-template-solutions.page-id-3494, body.page-template-solutions.page-id-3206, body.page-template-solutions.page-id-4176, body.page-template-solutions.page-id-4228, body.page-template-solutions.page-id-4248, body.page-template-solutions.page-id-9506, body.page-template-solutions.page-id-3688 {
		background: #e7eff1 url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/terms-policies-bg-1440.png") no-repeat top center;
		background-size: 100% auto;
	}
	
	body.page-template-solutions.page-id-3721.nitro-lazy, body.page-template-solutions.page-id-4253.nitro-lazy, body.page-template-solutions.page-id-3494.nitro-lazy, body.page-template-solutions.page-id-3206.nitro-lazy, body.page-template-solutions.page-id-4176.nitro-lazy, body.page-template-solutions.page-id-4228.nitro-lazy, body.page-template-solutions.page-id-4248.nitro-lazy, body.page-template-solutions.page-id-9506.nitro-lazy, body.page-template-solutions.page-id-3688.nitro-lazy {
		background: none !important;
	}
	
	.demo-section4 .slick-list:after {
		right: -4%;
	}
	
	.page-template-solutions .home-section1.solutions-hub-hero-section.impressum-hero {
		background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/solutions-hero-bg-1440.png") no-repeat right top;
		background-size: contain;
	}
	
	.page-template-solutions .home-section1.solutions-hub-hero-section.impressum-hero.nitro-lazy {
		background: none !important;
	}
	
	/** Create Page Start **/
	.create-section1:before {
		height: 1040px;
	}
	
	/** Conversational Search Page Start **/
	.conversational-search-hero-section.home-section1 .hero-bottom-images {
		margin-top: 50px;
	}
	
	.conversational-search-hero-section .hero-content1 .elementor-widget-button {
		margin-top: 15px;
	}
	
	/** Conversational Search Beta Page Start **/
	.conversational-search-beta-hero-section .right-form-block {
		padding-left: 76px;
		padding-right: 76px;
	}
	
	/** Resources Details New Page Start **/
	.resource-hero-section-new {
		background-position: center 105px !important;
	}
	
	.resource-hero-section-new>div:after {
		height: 340px;
	}
	
	/** Industry Page Start **/
	.home-section1.industry-hero-section .hero-bottom-images {
		margin-top: 48px;
	}
	
	/** Resources New List Page Start **/
	.resources-library-sliders-wrapper .slick-list {
		min-width: 100%;
		width: 100%;
		padding-right: 0;
	}
	
	/* Og checklist start */
	.og-section2 h3 {
		padding: 20px 20px 20px 85px;
	}
	
	.h3-hero-right-block-inner {
		width: 712px;
	}
	
	.home-section1.nitro-lazy {
		background: none !important;
	}
}

@media screen and (max-width:1399px) {
	/** Product Page Start **/
	.product-hero-section .hero-bottom-images .product-hero-images-wrapper {
		position: relative;
		right: -20px;
		overflow: hidden;
	}
	
	.product-hero-section .hero-bottom-images img {
		width: 100%;
		max-width: 100%;
	}
	
	.product-hero-section.home-section1 .hero-left-title, .hero-right-image-full.home-section1 .hero-bottom-images {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.hero-right-image-full .product-hero-images-wrapper {
		width: 72%;
	}
	
	/** About Us Page Start **/
	.about-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.solutions-hub-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	/** Demo Page Start **/
	.form-style1.form-dark .hs_submit.hs-submit .actions .hs-button {
		background-position: calc(100% - 20%) center;
		font-size: 18px;
	}
	
	.demo-section4 .slick-list:after {
		right: -20px;
	}
	
	/** Conversational Search Page Start **/
	.conversational-search-testimonials-section .elementor-widget-container {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.cs-option2-hero-section1.conversational-search-hero-section .hero-content1 .elementor-widget-button {
		margin-top: 0;
	}
	
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1 .hero-left-title {
		min-width: 40%;
		max-width: 40%;
		flex-basis: 40%;
	}
	
	/** Cab 2024 Page Start **/
	.items1-inner.border-text:before {
		right: 0;
	}
	
	.items1-inner>div:nth-child(1) {
		min-width: 17.5%;
		max-width: 17.5%;
		flex-basis: 17.5%;
	}
	
	.items1-inner>div:nth-child(2) {
		min-width: 63.3%;
		max-width: 63.3%;
		flex-basis: 63.3%;
	}
	
	/** ISDA Solution Page Start **/
	.isda-solution-section5 .elementor-shortcode {
		margin-left: 0;
		margin-right: 0;
	}
	
	/** Resources Details New Page Start **/
	.resource-hero-section-new {
		padding-top: 10px;
		background-position: center 120px !important;
	}
	
	.resource-hero-section-new>div {
		padding-bottom: 40px !important;
	}
	
	.resource-hero-section-new:after {
		width: 280px;
		height: 194px;
	}
	
	/** New Home Page Start **/
	.review-number p {
		font-size: 56px !important;
	}
	
	.review-number1 p {
		font-size: 18px !important;
	}
	
	.h3-hero-right-block-inner {
		width: 100%;
		padding: 0px 0;
	}
	
	/*.h3-hero-right-block-inner .elementor-widget-container {padding-bottom:100%;}*/
	body.disabled-strip2 .h3-hero-right-block-inner {
		padding: 0 0;
	}
	
	.enterprise-section2 ul {
		padding-left: 10px;
	}
}

@media screen and (max-width:1299px) {
	.site-navigation ul.menu li.menu-item-has-children:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 16px;
		height: 32px;
		z-index: 1;
		display: block;
		border-radius: 8px;
	}
	
	/** Hero Section Start **/
	.home-section1 {
		padding: 170px 20px 100px 20px;
	}
	
	.home-section1 .hero-left-title {
		min-width: 60%;
		max-width: 60%;
		flex-basis: 60%;
	}
	
	.home-section1 .hero-content {
		min-width: 40%;
		max-width: 40%;
		flex-basis: 40%;
	}
	
	.home-section1 .hero-bottom-images {
		margin: 60px 0 0;
	}
	
	.home-section1 .hero-content .elementor-widget-container {
		margin-left: 0;
	}
	
	.home-hero-btn-wrapper .bdr-btn .elementor-widget-container {
		margin: 0 0 0 40px;
	}
	
	/** Home Section 3 Start **/
	.home-section3 .elementor-widget-theme-post-featured-image img {
		height: 254px !important;
	}
	
	/** Home Section 7 Start **/
	.home-section7 .swiper-slide-inner, .counter-col-wrapper {
		padding: 32px !important;
	}
	
	.s7-slider-wrapper .slick-dots {
		margin: 25px 25px 0 0 !important;
	}
	
	/** Philosophy Page Start **/
	.philosophy-design-section1 .elementor-widget-image img {
		max-width: 550px;
		width: 100%;
	}
	
	.content-slider .slick-arrow {
		bottom: -86px;
	}
	
	/** Single Resource - Webinar Events On demand Page Start **/
	.speakers-list-wrapper {
		width: 738px;
	}
	
	/** Partners Page Start **/
	.partners-hero-section.about-hero-section .product-hero-images-wrapper {
		margin-top: -242px;
	}
	
	.partners-hero-section.about-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
		height: 280px !important;
	}
	
	/** Demo Page Start **/
	.form-style1.form-dark .hs_submit.hs-submit .actions .hs-button {
		background-position: calc(100% - 17%) center;
	}
	
	/** Get Real Demo Page Start **/
	.get-real-demo-section1.home-section1.home-section1 {
		padding: 92px 20px 100px 20px;
	}
	
	/** Engage 2024 Page Start **/
	.engage-section1.home-section1 .hero-content .elementor-widget-container {
		margin-left: 60px;
	}
	
	.items1-inner>div:nth-child(1) {
		min-width: 19%;
		max-width: 19%;
		flex-basis: 19%;
	}
	
	.items1-inner>div:nth-child(2) {
		min-width: 61.8%;
		max-width: 61.8%;
		flex-basis: 61.8%;
	}
	
	.engage-section3 .agenda-tab-content-wrapper .col1 {
		padding-right: 50px;
	}
	
	/** Conversational Search Page Start **/
	.conversational-search-hero-section.product-hero-section.home-section1 .hero-left-title {
		min-width: 80%;
		max-width: 80%;
		flex-basis: 80%;
	}
	
	.conversational-search-hero-section.home-section1 .hero-bottom-images {
		margin-top: 40px;
	}
	
	.conversational-search-hero-section .hero-content1 .elementor-widget-button {
		margin-top: 5px;
	}
	
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1 .hero-left-title {
		min-width: 42%;
		max-width: 42%;
		flex-basis: 42%;
	}
	
	.disabled-strip2 .home-section1.cs-option2-hero-section1 .breadcrumbs-wrapper {
		margin-top: -20px !important;
	}
	
	.cs-option2-hero-section1 .breadcrumbs-wrapper.breadcrumbs-group {
		margin: 50px 0 0 0 !important;
	}
	
	/** Conversational Search Beta Page Start **/
	.conversational-search-beta-hero-section .right-form-block {
		padding-left: 58px;
		padding-right: 58px;
	}
	
	/** New Home Page Start **/
	.review-number p {
		font-size: 36px !important;
	}
	
	#animation_container {
		width: 1160px !important;
		height: 609px !important;
		margin: 0 auto;
	}
	
	/** Industry Page Start **/
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.industry-hero-section .hero-left-title {
		min-width: 43%;
		max-width: 43%;
		flex-basis: 43%;
	}
	
	/** Smart Negotiation Page Start **/
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.smart-negotiation-hero-section1 {
		padding-bottom: 93px;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.smart-negotiation-hero-section1 .product-hero-images-wrapper {
		margin-top: -238px;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-one-line.smart-negotiation-hero-section1 .product-hero-images-wrapper {
		margin-top: -169px;
	}
	
	/** Financial Services Page Start **/
	.right-hero-image1>div {
		margin-top: -25px;
	}
	
	.hero-full-width-image {
		top: 192px;
	}
	
	.financial-services-hero-section .hero-left-title1 {
		margin-bottom: -12px;
	}
	
	.financial-services-hero-section.title-three-line .hero-left-title1 {
		margin-bottom: 0;
	}
	
	/** Ironclad Campaign Page Start **/
	.ironclad-campaign-section2>.e-con-inner>.elementor-element>div {
		padding-left: 50px;
		padding-right: 58px;
	}
	
	.ironclad-campaign-section2 .icon-link .elementor-heading-title a {
		font-size: 20px;
	}
	
	/** Integration Page Start **/
	.integration-section2-inner {
		position: relative;
		left: -15px;
		max-width: 1160px;
		width: 100%;
		margin: 0 auto;
	}
	
	.integration-section2-inner .round-image img {
		width: 80% !important;
	}
	
	/** Agiloft Campaign Landing Page Start **/
	.agiloft-alternative-section1-inner .e-n-accordion-item-title-header {
		padding-right: 50px;
	}
	
	/** Asksirion Page Start **/
	.asksirion-video-and-slider-section:before, .asksirion-video-and-slider-section:after {
		width: 70px;
	}
	
	.demo-section1 .form-style1.form-dark .hs_submit.hs-submit .actions .hs-button {
		background-position: calc(100% - 18%) center;
	}
	
	/** Announcement Strip New Start **/
	body.gmq-ribbon-enable .site-header {
		top: 64px;
	}
}

@media screen and (max-width:1199px) {
	/** Hero Section Start **/
	.home-section1 {
		padding: 170px 20px 60px 20px;
	}
	
	.home-section1 .hero-left-title {
		min-width: 71%;
		max-width: 71%;
		flex-basis: 71%;
		padding-right: 20px;
	}
	
	.home-section1 .hero-content {
		min-width: 29%;
		max-width: 29%;
		flex-basis: 29%;
	}
	
	.home-section1 .hero-content .elementor-widget-container {
		padding-top: 0;
	}
	
	.home-section1 .hero-content .elementor-widget-button .elementor-widget-container {
		padding-top: 10px;
	}
	
	.home-section1 .hero-bottom-images {
		margin: 50px 0 0;
	}
	
	.home-section1 .hero-bottom-images .elementor-widget-container {
		height: 355px;
	}
	
	.home-hero-btn-wrapper .bdr-btn .elementor-widget-container {
		margin: 0;
	}
	
	/** Home Section 2 Start **/
	.home-section2 h2 {
		margin-bottom: 8px;
	}
	
	.home-section2 .elementor-widget-button {
		margin-top: 16px;
	}
	
	.home-section2 h5 {
		max-width: 328px;
	}
	
	/** Home Section 3 Start **/
	.home-section3 .elementor-widget-theme-post-featured-image img {
		height: 198px !important;
	}
	
	.home-section3 .e-con-inner>div:nth-child(3) figure.wp-caption img {
		object-fit: scale-down;
	}
	
	.home-section3 .elementor-widget-theme-post-featured-image .widget-image-caption {
		margin-bottom: 15px;
		min-height: 56px;
	}
	
	.product-box-wrapper .widget-image-caption {
		max-height: 56px;
	}
	
	.home-section3 h3 {
		max-width: 370px;
	}
	
	/** Home Section 4 Start **/
	.home-section4 p, .home-section4 h4 {
		font-size: 24px !important;
		line-height: 28px !important;
		letter-spacing: -.24px !important;
	}
	
	.home-section4 {
		padding-left: 0;
		padding-right: 0;
	}
	
	/** Home Section 6 Start **/
	.home-section6 .e-con-inner {
		padding: 32px;
	}
	
	.static-badge-section .s6-logo-list-wrapper .elementor-widget-container, .static-badge-section .s6-logo-list-wrapper>div:nth-child(1) .elementor-widget-container {
		height: 70px !important;
	}
	
	/** Product Page Start **/
	.left-accordion-wrapper>div {
		min-height: 412px;
	}
	
	.product-hero-section.home-section1 .hero-left-title {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		padding-right: 0;
	}
	
	.product-hero-section.home-section1 .hero-bottom-images {
		margin: 32px 0 0;
	}
	
	.left-accordion-wrapper .elementor-tab-title {
		padding: 19px 24px !important;
	}
	
	.left-accordion-wrapper .elementor-tab-title:before {
		min-width: 32px;
		width: 32px;
		height: 32px;
		background-size: 100% auto;
	}
	
	.left-accordion-wrapper .elementor-tab-content>div {
		padding: 36px 24px 24px 24px !important;
	}
	
	.left-accordion-wrapper .elementor-tab-content:after {
		max-width: 113px;
	}
	
	.left-accordion-wrapper .elementor-accordion-item + .elementor-accordion-item {
		margin-top: 16px;
	}
	
	.hero-right-image-full .product-hero-images-wrapper {
		width: 64%;
	}
	
	.hero-right-image-full.home-section1 .hero-bottom-images, .hero-right-image-full .product-hero-images-wrapper .elementor-widget-container, .product-hero-section.home-section1 .hero-bottom-images .product-hero-images-wrapper .elementor-widget-container {
		height: 352px !important;
	}
	
	.product-new-section .content-box-wrapper .icon {
		top: 30%;
	}
	
	.product-section3 .small-btn {
		margin-top: 300px;
	}
	
	.accordion-images .image-items img {
		margin-top: -100px;
	}
	
	/** Product Child Page Start **/
	.accordion-style .elementor-accordion-title {
		padding-right: 16px;
	}
	
	.acc-content-wrapper .acc-left-label {
		min-width: 26.2%;
		max-width: 26.2%;
		flex-basis: 26.2%;
		padding-right: 16px;
	}
	
	.accordion-style .elementor-accordion-title small {
		min-width: 27.7%;
		max-width: 27.7%;
		flex-basis: 27.7%;
		padding-right: 16px;
	}
	
	.accordion-style .elementor-accordion .elementor-tab-title {
		font-size: 24px;
		line-height: 28px;
	}
	
	.acc-right-content p {
		font-size: 18px;
		line-height: 22px;
	}
	
	.label-wrapper {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		padding-right: 0;
		margin-bottom: 18px;
	}
	
	.acc-right-content .right-content {
		min-width: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	
	/** Single Resource - Webinar Events On demand Page Start **/
	.speakers-list-wrapper {
		width: 668px;
	}
	
	.logo-list1-wrapper .elementor-widget-image {
		margin-right: 26px;
	}
	
	.feature-image-video-wrapper .webinar-event-title-wrapper h3 {
		font-size: 32px;
		line-height: 36px;
	}
	
	.feature-image-video-wrapper .webinar-event-title-wrapper {
		left: 24px;
		width: 62%;
	}
	
	/** Solutions Hub Page Start **/
	.tab-content {
		padding: 65px 0;
	}
	
	/** About Us Page Start **/
	.about-hero-section .product-hero-images-wrapper {
		margin-top: -180px;
	}
	
	.about-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
		height: 172px !important;
	}
	
	.about-hero-section .hero-content1 .elementor-widget-text-editor {
		max-width: 413px !important;
	}
	
	.about-three-col-wrapper .elementor-image-box-img, .about-three-col-wrapper .box-icon .elementor-widget-image .elementor-widget-container {
		padding-bottom: 59.4%;
	}
	
	.about-three-col-wrapper>div:hover {
		top: 0;
	}
	
	/** Demo Page Start **/
	.demo-section1 .elementor-widget-image .elementor-widget-container {
		height: 300px;
	}
	
	.form-style1.form-dark .hs_submit.hs-submit .actions .hs-button {
		background-position: calc(100% - 19%) center;
	}
	
	.demo-section1 .form-style1.form-dark .hs_submit.hs-submit .actions .hs-button {
		background-position: calc(100% - 23%) center;
	}
	
	.demo-section5 #rating-widget-container {
		margin-bottom: -3px;
	}
	
	.demo-section5 [id^=gartner-pi-widget][data-size=line] .gartner-pi-score {
		font-size: 72px;
		line-height: 80px;
		letter-spacing: -1.44px;
		margin-top: -3px;
	}
	
	/** Partners Page Start **/
	.partners-hero-section.about-hero-section .product-hero-images-wrapper {
		margin-top: -134px;
	}
	
	.partners-hero-section.about-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
		height: 218px !important;
	}
	
	.tech-partners-list-wrapper>.e-con-inner {
		margin: -8px;
	}
	
	.tech-partners-list-wrapper .elementor-widget-image {
		padding: 8px;
	}
	
	/** Careers Page Start **/
	.careers-hero-section.partners-hero-section.about-hero-section .product-hero-images-wrapper {
		margin-top: -181px;
	}
	
	.careers-hero-section.partners-hero-section.about-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
		height: 170px !important;
	}
	
	/** Get Real Demo Page Start **/
	.get-real-demo-section1.home-section1.home-section1 {
		padding: 92px 20px 60px 20px;
	}
	
	/** AI Native Product Page Start **/
	.accordion-content-row {
		margin: 0 -8px;
	}
	
	.accordion-content-row>div {
		padding: 0 8px 20px 8px;
	}
	
	.product-child-section1-new .accordion-style .elementor-accordion .elementor-tab-title {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -.32px;
		padding: 36px;
	}
	
	.product-child-section1-new .accordion-style .elementor-accordion .elementor-tab-content {
		padding: 0 36px;
	}
	
	.feature-list-wrapper ul.elementor-icon-list-items li .elementor-icon-list-text {
		font-size: 13px !important;
		letter-spacing: 1px !important;
	}
	
	/** Our Philosophy Page Start **/
	.content-slider h2.elementor-heading-title {
		font-size: 36px !important;
		line-height: 40px !important;
		letter-spacing: -1.12px !important;
	}
	
	.announcement-strip-wrapper .close-button {
		margin-right: 10px;
	}
	
	.announcement-strip {
		padding: 10px 20px;
	}
	
	.site-header {
		top: 56px;
	}
	
	.single-university .resource-case-study-details-section1 .elementor-widget-shortcode, .single-resources .resource-case-study-details-section1 .elementor-widget-shortcode, .home-section1 .breadcrumbs-wrapper {
		margin-top: 56px;
	}
	
	.campaign-breadcrumb-section, .terms-policies-section-title-section, .philosophy-design-section1-inner, .demo-section1 {
		padding-top: 56px;
	}
	
	body.page-template-solutions .home-section1 .breadcrumbs-wrapper {
		margin-top: 0px !important;
		transition: all .3s !important;
	}
	
	/** Platform Page Start **/
	
	/*.platform-hero-section.hero-right-image-full.home-section1 .hero-bottom-images, 
.platform-hero-section.hero-right-image-full .product-hero-images-wrapper .elementor-widget-container {height: 382px !important;}*/
	.platform-section4-inner {
		padding: 24px !important;
	}
	
	.platform-section4-inner .fifty-fifty-right-content h5 {
		width: 100%;
	}
	
	.platform-section2 .e-con-inner>.elementor-element:nth-child(2) h3.elementor-heading-title {
		max-width: 185px;
		width: 100%;
	}
	
	/** Create Page Start **/
	.create-section1:before {
		display: none;
	}
	
	.create-section-testimonials .logo-list-wrapper:after, .create-section-testimonials .logo-list-wrapper:before {
		display: block;
	}
	
	.create-section1 h5.elementor-heading-title {
		min-height: 44px;
	}
	
	.h5-min-height-remove.create-section1 h5.elementor-heading-title {
		min-height: 1px;
	}
	
	.manage-section1.create-section1 h5.elementor-heading-title {
		min-height: 56px;
	}
	
	/** EcoSystem Landing Page Start **/
	.partners-hero-section.about-hero-section.ecosystem-hero-section .product-hero-images-wrapper {
		margin-top: -234px;
	}
	
	.partners-hero-section.about-hero-section.hero-right-image-full.home-section1.ecosystem-hero-section .hero-bottom-images {
		height: 80px !important;
	}
	
	.logos-wrapper {
		margin: -8px;
	}
	
	.logos-wrapper .item {
		padding: 8px;
	}
	
	.logos-wrapper .logo-box {
		border-radius: 10px;
	}
	
	/** Engage 2024 Page Start **/
	.engage-section1.home-section1 .hero-content .elementor-widget-container {
		margin-left: 0;
	}
	
	.home-section1.engage-section1 .hero-bottom-images .video-caption img {
		max-width: 500px;
		margin: 0 auto;
	}
	
	.engage-logo-list-wrapper .elementor-widget-image .elementor-widget-container {
		height: 40px;
	}
	
	.engage-logo-list-wrapper + .engage-logo-list-wrapper .slick-slide, .engage-logo-list-wrapper .slick-slide>div:nth-child(1) {
		left: -60px;
	}
	
	.engage-section3 .elementor-tab-content {
		padding-top: 48px !important;
	}
	
	.engage-section3 .elementor-tab-content h3 {
		margin-top: 24px;
	}
	
	.engage-section3 .tab-content-wrapper {
		margin-top: 16px;
	}
	
	.engage-section3 .tab-content-inner {
		max-width: 436px;
	}
	
	.engage-section3 .tab-content-wrapper + .tab-content-wrapper {
		margin-top: 106px;
	}
	
	.tab-bottom-content-wrapper {
		padding-top: 95px;
	}
	
	.engage-section3 .col2 {
		padding: 0 55px;
	}
	
	.tab-content-wrapper ul li {
		padding-left: 24px;
	}
	
	.tab-content-wrapper ul li:before {
		left: 10px;
		top: 9px;
		width: 3px;
		height: 3px;
	}
	
	.tab-content-height {
		min-height: 350px;
	}
	
	.quote-list-wrapper .items .elementor-widget-container {
		padding: 36px 24px;
	}
	
	.quote-list-wrapper .items {
		width: 450px;
	}
	
	.col2-new-inner {
		margin-top: 24px;
	}
	
	.col2-new-inner .item + .item {
		margin-top: 14px;
	}
	
	.col2-new-inner .item>h3 {
		min-width: 44.6%;
		flex-basis: 44.6%;
		max-width: 44.6%;
	}
	
	.engage-section3 .col2-new {
		padding: 0 0 0 55px;
	}
	
	.items1-inner li, .items1-inner p {
		font-size: 16px;
		line-height: 22px;
	}
	
	.items1-inner>div:nth-child(1) {
		min-width: 21%;
		max-width: 21%;
		flex-basis: 21%;
	}
	
	.items1-inner>div:nth-child(2) {
		min-width: 59.8%;
		max-width: 59.8%;
		flex-basis: 59.8%;
	}
	
	.engage-section3 .agenda-tab-content-wrapper .col1 {
		padding-right: 30px;
		min-width: 25%;
		max-width: 25%;
		flex-basis: 25%;
	}
	
	.engage-section3 .agenda-tab-content-wrapper .col2 {
		min-width: 75%;
		max-width: 75%;
		flex-basis: 75%;
	}
	
	/** Conversational Search Page Start **/
	.conversational-search-hero-section.product-hero-section.home-section1 .hero-left-title {
		min-width: 65%;
		max-width: 65%;
		flex-basis: 65%;
	}
	
	.conversational-search-hero-section .hero-content1 .elementor-widget-button {
		margin-top: 0;
	}
	
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1 .hero-left-title {
		min-width: 34%;
		max-width: 34%;
		flex-basis: 34%;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full .product-hero-images-wrapper {
		margin-top: -116px;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-three-line .product-hero-images-wrapper {
		margin-top: -164px;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-three-line.ln3 .product-hero-images-wrapper {
		margin-top: -380px;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-three-line.ln4 .product-hero-images-wrapper {
		margin-top: -470px;
	}
	
	.conversational-search-tab-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		font-size: 18px;
	}
	
	.cs-option2-hero-section1 .breadcrumbs-wrapper.breadcrumbs-group {
		margin: 40px 0 0 0 !important;
	}
	
	.store-testimonials .logo-list-wrapper:before, .store-testimonials .logo-list-wrapper:after {
		display: block;
	}
	
	.cs-option2-hero-section1 .elementor-custom-embed-play svg, .play-btn-wrapper.icon-center a {
		width: 60px;
		height: 60px;
	}
	
	/** Resources List Page Start **/
	.term-webinars .resources-post-content h4, .page-template-resources .resources-post-content h4, .webinar-event-title-wrapper h4 {
		font-size: 24px;
		line-height: 30px;
	}
	
	/** Conversational Search Beta Page Start **/
	.conversational-search-beta-hero-section .right-form-block {
		padding-left: 32px;
		padding-right: 32px;
	}
	
	/** Testimonials Section Option 1 Start **/
	.testimonials-section-option1 .content-list-wrapper .items p, .tesimonials-platform-section .testimonials-section-option1 .content-list-wrapper .items p {
		/*font-size: 28px !important;line-height: 32px !important;*/
		margin-bottom: 12px;
	}
	
	.testimonials-section-option1.home-section4 h6 {
		/*font-size: 20px !important;line-height: 24px !important; */
		margin-bottom: 15px;
	}
	
	.testimonials-section-option1 .logo-list-wrapper .syntax-logo {
		width: 180px !important;
	}
	
	.testimonials-section-option1 .logo-list-wrapper .rbl-logo, .testimonials-section-option1 .logo-list-wrapper .oaktree-logo1, .testimonials-section-option1 .logo-list-wrapper .chemours-logo1, .testimonials-section-option1 .logo-list-wrapper .dhl-logo1, .testimonials-section-option1 .logo-list-wrapper .nlg-logo1, .testimonials-section-option1 .logo-list-wrapper .vodafone-logo {
		width: 140px !important;
	}
	
	.testimonials-section-option1 .logo-list-wrapper .kpmg-logo, .testimonials-section-option1 .logo-list-wrapper .amegen-logo {
		width: 114px !important;
	}
	
	.testimonials-section-option1.home-section4 .slick-arrow {
		top: -59px;
	}
	
	/** Cab LP Post Event Page Start **/
	.home-section1.engage-section1.cab-event-section1 {
		padding-bottom: 30px;
	}
	
	/** Resources Details New Page Start **/
	.resource-hero-section-new:after {
		left: -210px;
		bottom: -20px;
		width: 246px;
		height: 183px;
	}
	
	.resource-hero-section-new>div:after {
		height: 260px;
	}
	
	/** Industry Page Start **/
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.industry-hero-section .hero-left-title {
		min-width: 35%;
		max-width: 35%;
		flex-basis: 35%;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-four-line .product-hero-images-wrapper {
		margin-top: -212px;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.industry-hero-section .product-hero-images-wrapper {
		width: 57.5% !important;
	}
	
	/** New Home Page Start **/
	.cs-option2-hero-section1 .home-hero-btn-wrapper .bdr-btn .elementor-widget-container {
		margin: 0 0 0 20px;
	}
	
	.review-number p {
		font-size: 69px !important;
	}
	
	.review-number1 p {
		font-size: 20px !important;
	}
	
	.home-section1.home-section1-new {
		padding: 230px 20px 0 20px;
	}
	
	.home-section1.home-section1-new .hero-bottom-images {
		margin-top: 50px;
		margin-bottom: -178px;
	}
	
	#animation_container {
		width: 952px !important;
		height: 500px !important;
	}
	
	/** Eigen Page Start **/
	.eigen-s6-logo-list {
		gap: 30px 50px;
	}
	
	.eigen-s6-logo-list .elementor-widget-image {
		min-width: calc(13.8% - 50px);
		max-width: calc(13.8% - 50px) !important;
		flex-basis: calc(13.8% - 50px);
	}
	
	.eigen-s6-logo-list .elementor-widget-image:nth-child(5) {
		min-width: calc(18.7% - 50px);
		max-width: calc(18.7% - 50px) !important;
		flex-basis: calc(18.7% - 50px);
	}
	
	.eigen-s6-logo-list .elementor-widget-image:nth-child(7), .eigen-s6-logo-list .elementor-widget-image:nth-child(8) {
		min-width: calc(17.7% - 50px);
		max-width: calc(17.7% - 50px) !important;
		flex-basis: calc(17.7% - 50px);
	}
	
	/** Eigen - Platform Page Start **/
	.product-hero-section.home-section1.eigen-platform-hero-section {
		padding-bottom: 96px;
	}
	
	.eigen-platform-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
		height: 186px !important;
	}
	
	.eigen-platform-hero-section.hero-right-image-full .product-hero-images-wrapper {
		margin-top: -297px;
	}
	
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.title-four-line.eigen-platform-hero-section .hero-left-title {
		min-width: 42%;
		max-width: 42%;
		flex-basis: 42%;
	}
	
	/** Smart Negotiation Page Start **/
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.smart-negotiation-hero-section1 {
		padding-bottom: 52px;
		padding-top: 110px;
	}
	
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.smart-negotiation-hero-section1 {
		padding-bottom: 52px;
		padding-top: 200px;
	}
	
	.product-hero-section.platform-hero-section.conversational-search-hero-section.cs-option2-hero-section1.eigen-platform-hero-section.smart-negotiation-hero-section1 {
		padding-top: 110px;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.smart-negotiation-hero-section1 .product-hero-images-wrapper {
		margin-top: -157px;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.smart-negotiation-hero-section1 .product-hero-images-wrapper.collaboration-hero-image {
		margin-top: -175px;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.smart-negotiation-hero-section1 .product-hero-images-wrapper.extraction-hero-image, .cs-option2-hero-section1.platform-hero-section.hero-right-image-full.smart-negotiation-hero-section1 .product-hero-images-wrapper.drafting-hero-image {
		margin-top: -166px;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.smart-negotiation-hero-section1 .product-hero-images-wrapper.repository-hero-image {
		margin-top: -171px;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-three-line.smart-negotiation-hero-section1 .product-hero-images-wrapper {
		margin-top: -215px;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-one-line.smart-negotiation-hero-section1 .product-hero-images-wrapper {
		margin-top: -144px;
	}
	
	.additional-resources-section1 .resources-post-section-wrapper {
		margin-top: 29px;
		margin-bottom: 62px;
	}
	
	/** Financial Services Page Start **/
	.right-hero-image1>div {
		margin-top: 0;
	}
	
	.hero-full-width-image {
		top: 193px;
		width: 50%;
	}
	
	.financial-services-hero-section .hero-left-title1 {
		margin-bottom: 20px;
	}
	
	/** Manage Contract Performance Page Start **/
	.home-section1.manage-hero-section {
		padding-bottom: 70px;
		padding-top: 110px;
	}
	
	.disabled-strip2 .home-section1.manage-hero-section {
		padding-top: 110px;
	}
	
	/** Ironclad Campaign Page Start **/
	.ironclad-campaign-hero-section.home-section1.manage-hero-section .hero-left-title {
		min-width: 60%;
		max-width: 60%;
		flex-basis: 60%;
		padding-right: 70px;
	}
	
	.ironclad-campaign-section2 li.elementor-icon-list-item {
		padding-right: 0;
	}
	
	.ironclad-campaign-section3 #rating-widget-container span.gartner-pi-score {
		font-size: 50px;
		letter-spacing: -1.44px;
	}
	
	/** Sirion University Cate Page **/
	.sub-cate-header {
		margin-bottom: 40px;
	}
	
	.university-sub-cate-with-post-list-wrapper .cate-with-post-items + .cate-with-post-items {
		margin-top: 100px;
	}
	
	.sirion-university-section1 .resources-left-block .elementor-button {
		font-size: 18px;
		padding: 18px 16px;
	}
	
	/** Sirion University Details Page **/
	.df-ui-nav.df-ui-prev {
		left: -60px !important;
	}
	
	.df-ui-nav.df-ui-next {
		right: -60px !important;
	}
	
	/** Faq's Section Start **/
	.faq-section .accordion-style .elementor-accordion .elementor-tab-content {
		max-width: 96%;
	}
	
	.financial-services-hero-section.title-three-line1 .hero-left-title1 {
		margin-bottom: 10px;
	}
	
	/** Contact Page Start **/
	.location-section .about-three-col-wrapper p {
		font-size: 15px;
		line-height: 20px;
	}
	
	/** What Customers Are Saying Section Start **/
	.customers-review-slider .slick-arrow {
		right: 15px;
	}
	
	/** Integration Page Start **/
	.integration-section2-inner {
		max-width: 952px;
		left: -18px;
	}
	
	.top-arrow-text p {
		font-size: 15px !important;
		line-height: 18px !important;
	}
	
	.top-arrow-text .elementor-widget-heading {
		width: 140px !important;
	}
	
	.top-arrow-text .elementor-widget-heading>div {
		margin-bottom: 5px !important;
	}
	
	.small-logo-wrapper>.elementor-element {
		padding: 5px;
	}
	
	.small-logo-wrapper>.elementor-element>.elementor-element {
		padding: 0 5px;
		height: 18px;
	}
	
	.left .arrow-with-icon {
		margin-left: 38px;
	}
	
	.right .arrow-with-icon {
		margin-right: 38px;
	}
	
	.top-arrow-text {
		top: 76px;
	}
	
	.top-arrow-text.icon-text-10, .top-arrow-text.icon-text-2 {
		top: 24%;
	}
	
	.top-arrow-text.icon-text-3 {
		left: 30.3%;
	}
	
	.top-arrow-text.icon-text-4 {
		left: 36.5%;
	}
	
	.top-arrow-text.icon-text-5 {
		left: 26.5%;
	}
	
	.top-arrow-text.bottom {
		top: auto;
		bottom: 6px;
	}
	
	.top-arrow-text.icon-text-7 {
		right: 28.2%;
	}
	
	.top-arrow-text.icon-text-8 {
		right: 33%;
	}
	
	.top-arrow-text.icon-text-9 {
		right: 33%;
	}
	
	/** Agiloft Campaign Landing Page Start **/
	.agiloft-alternative-section1-inner .e-n-accordion-item-title-header {
		padding-right: 0;
	}
	
	.tab-style2 .tabs-styling {
		margin-top: 0;
	}
	
	.tab-style2 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		font-size: 22px;
	}
	
	.tab-content-wrapper1 {
		margin-top: 30px;
	}
	
	.tab-content-wrapper1 .tab-content-left-block {
		padding: 32px 24px 32px 32px;
	}
	
	.tab-content-wrapper1 .tab-content-left-block h4, .tab-content-wrapper1 .tab-content-left-block h3 {
		margin: 0 0 30px 0;
	}
	
	.small-text {
		padding-top: 30px;
	}
	
	.tab-content-right-block {
		padding: 48px 18px 48px 32px;
	}
	
	.tab-content-right-block .image-box {
		padding-left: 10px;
	}
	
	.tab-content-right-inner {
		min-width: 47%;
		max-width: 47%;
		flex-basis: 47%;
	}
	
	.tab-content-right-inner h3 {
		margin-bottom: 10px;
	}
	
	.tab-content-right-block a.btn {
		margin-top: 24px;
	}
	
	.static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper .elementor-widget-container, .static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper>div:nth-child(1) .elementor-widget-container {
		height: 81px !important;
	}
	
	.quote-oneline blockquote {
		margin-right: 0 !important;
	}
	
	.meet-sirion-agents-section:before {
		top: -460px;
	}
	
	/** Resources New List Page Start **/
	.resources-library-sliders-wrapper .slick-track>.items, .resources-library-sliders-wrapper>.items, .resources-library-sliders-wrapper .resources-post-wrapper .resources-itmes1 {
		width: 318px !important;
	}
	
	.page-id-10489 .site-header {
		top: 58px;
	}
	
	body .mobile-content-show1199 {
		display: block !important;
	}
	
	body .desktop-content-show1199 {
		display: none !important;
	}
	
	.announcement-strip-main .live-webinar, .announcement-strip-main .live-webinar .elementor-button {
		min-width: 100px;
	}
	
	.announcement-strip-main .text-wrapper p {
		padding-left: 15px;
	}
	
	.cs-live-webinar-disable .site-header {
		top: 0;
	}
	
	.cs-live-webinar-enable .site-header {
		top: 60px !important;
	}
	
	.cs-live-webinar-enable.disabled-strip2 .site-header {
		top: 0 !important;
	}
	
	.logo-strip-internal .logo_marquee_bg:before {
		width: 20%;
		background: linear-gradient(90deg, rgba(10, 29, 39, 50%) 29%, rgba(255, 255, 255, 0%) 80%);
	}
	
	.logo-strip-internal .logo_marquee_bg:after {
		width: 30%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0%) 30%, rgba(10, 29, 39, 40%) 90%);
	}
	
	/** Home 3 Page Start **/
	#carousel3d .carousel {
		height: 450px;
	}
	
	#carousel3d .testimonial-card {
		height: 315px;
	}
	
	#carousel3d .testimonial-stars {
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	#carousel3d .testimonial-text {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	
	#carousel3d .testimonial-author {
		font-size: 14px;
	}
	
	#carousel3d .rating {
		font-size: 24px;
	}
	
	#carousel3d .rating span {
		font-size: 18px;
	}
	
	.h3-hero-left-block:after {
		left: 95%;
		top: -95%;
	}
	
	.h3-hero-right-block-inner .elementor-widget-container {
		padding-bottom: 100%;
	}
	
	/** Asksirion Page Start **/
	.asksirion-video-and-slider-section:before, .asksirion-video-and-slider-section:after {
		bottom: 264px;
		height: 490px;
	}
	
	.asksirion-video-and-slider-section .custom-dots-list li.slick-active {
		width: 24px;
		height: 12px;
	}
	
	/** Home - Hero Section **/
	
	/*.hero-vide-firame-wrapper>.elementor-element {padding: 28px 2px 10px 2px;}*/
	.home-video-section:after {
		transform: translate(-50%, 93px);
	}
	
	/** Announcement Strip New Start **/
	.announcement-strip2-new-styling {
		padding: 17px 20px;
	}
	
	body.gmq-ribbon-enable .site-header {
		top: 75px;
	}
	
	body.gmq-ribbon-enable .announcement-strip-wrapper p {
		margin: 0;
		width: 100%;
		max-width: 500px !important;
	}
	
	body .desktop-tab-content-show.d-img1 {
		top: 43% !important;
	}
	
	body .desktop-tab-content-show.d-img2 {
		bottom: 19% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	/** Home 3 Page Start **/
	#carousel3d .slider-control {
		bottom: 3rem !important;
	}
	
	#carousel3d .carousel-item {
		max-width: 585px !important;
	}
}

@media screen and (max-width:991px) {
	/** Header Start **/
	.site-header:not(.header-stacked) .header-inner .site-navigation {
		max-width: 74%;
	}
	
	.site-navigation ul.menu>li + li {
		margin-left: 8px;
	}
	
	.site-navigation ul.menu li a {
		padding: 6px 14px;
	}
	
	.site-navigation ul.menu>li.platform-menu>ul.sub-menu {
		width: 728px;
		left: -196px;
		transform: translate(0, 10px);
	}
	
	.site-navigation ul.menu>li.platform-menu>ul.sub-menu>li>a {
		min-width: 100%;
	}
	
	.site-navigation ul.menu>li.platform-menu>ul.sub-menu:before {
		left: 32%;
	}
	
	span.submenu-toggle, .site-navigation ul.menu>li.resources-menu>ul.sub-menu li.conversational-contracting-mobile {
		display: block;
	}
	
	.site-navigation-dropdown ul.menu>li.resources-menu>ul.sub-menu li.conversational-contracting1-icon {
		display: none;
	}
	
	/** Header Start **/
	.site-header .site-branding {
		z-index: 99999;
	}
	
	.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -56px;
		height: 80px;
		background: var(--primary-color);
		width: 100%;
	}
	
	.site-navigation-toggle-holder {
		padding: 0;
		margin-right: 0px;
	}
	
	body.home .site-navigation-toggle-holder {
		padding: 0;
		margin-right: 60px;
	}
	
	.site-navigation-toggle-holder .site-navigation-toggle {
		background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/toggle-btn.svg") no-repeat center;
		background-size: 100% auto;
		width: 24px;
		height: 24px;
		padding: 0;
		transition: all .4s ease;
		z-index: 99999;
	}
	
	.site-navigation-toggle-holder .site-navigation-toggle.nitro-lazy {
		background: none !important;
	}
	
	.site-navigation-toggle-holder.elementor-active .site-navigation-toggle {
		background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/close-icon.svg") no-repeat center;
		background-size: 100% auto;
	}
	
	.site-navigation-toggle-holder.elementor-active .site-navigation-toggle.nitro-lazy {
		background: none !important;
	}
	
	.site-navigation-toggle-holder.elementor-active .site-navigation-toggle i {
		display: none;
	}
	
	.site-navigation-dropdown ul.menu {
		padding: 16px 20px 20px 20px;
		background: var(--primary-color);
		max-height: calc(100vh - 130px);
		overflow: auto;
	}
	
	.disabled-strip2 .site-navigation-dropdown ul.menu {
		max-height: calc(100vh - 40px);
	}
	
	.site-navigation-dropdown ul.menu>li>a {
		padding: 14px 14px;
		background: #05272c;
		color: var(--white-color);
		font-size: 18px;
		line-height: 20px;
		border-radius: 14px;
		text-align: center;
	}
	
	.site-navigation-dropdown ul.menu>li a {
		box-shadow: none;
	}
	
	.site-navigation-dropdown ul.menu>li.menu-item-has-children:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 55px;
		border-radius: 16px;
		opacity: 0;
		z-index: 1;
	}
	
	.site-navigation-dropdown ul.menu>li+li {
		margin-top: 14px;
	}
	
	.site-navigation-dropdown ul.menu>li.current-menu-item>a {
		color: #fff;
		background: #073439;
	}
	
	.site-navigation-dropdown ul.menu>li li {
		transition: max-height .3s, transform .3s;
		transform-origin: top;
		transform: scaleY(100%);
		max-height: none;
	}
	
	.site-navigation-dropdown ul.menu .menu-item-description {
		display: none;
	}
	
	.site-navigation-dropdown ul.menu>li>ul.sub-menu {
		margin-top: 16px;
		display: none;
	}
	
	.site-navigation-dropdown ul.menu>li.active>ul.sub-menu {
		display: block;
	}
	
	.site-navigation-dropdown .label-anchor {
		display: block;
	}
	
	.site-navigation-dropdown .label-anchor, .site-navigation-dropdown ul.menu>li>ul.sub-menu li a {
		background: none;
		color: var(--text-color);
		text-align: center;
		font-size: 18px;
		line-height: 18px;
		padding: 6px 0;
	}
	
	.site-navigation-dropdown ul.menu>li li.dropdown-submenu>ul.sub-menu li a {
		font-size: 16px;
	}
	
	.site-navigation-dropdown ul.menu>li li.dropdown-submenu>ul.sub-menu {
		display: none;
	}
	
	.site-navigation-dropdown ul.menu>li li.dropdown-submenu.active>ul.sub-menu {
		display: block;
		margin-bottom: 30px;
	}
	
	.site-navigation-dropdown ul.menu>li li.dropdown-submenu {
		text-align: center;
	}
	
	.site-navigation-dropdown ul.menu>li li.dropdown-submenu>span.label-anchor, .site-navigation-dropdown ul.menu>li li.dropdown-submenu>a {
		display: inline-block;
	}
	
	.site-navigation-dropdown ul.menu>li li.dropdown-submenu .submenu-toggle {
		cursor: pointer;
		vertical-align: middle;
		margin-bottom: 0px;
		overflow: hidden;
		width: 20px;
		height: 20px;
		background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/f-dropdown-icon.svg");
		background-size: 45% auto;
		background-repeat: no-repeat;
		background-position: center;
		display: inline-block;
		margin-left: 8px;
		position: static !important;
		opacity: 1 !important;
	}
	
	.site-navigation-dropdown ul.menu>li li.dropdown-submenu .submenu-toggle.nitro-lazy {
		background-image: none !important;
	}
	
	.site-navigation-dropdown ul.menu>li li.dropdown-submenu.active .submenu-toggle {
		transform: rotate(180deg);
	}
	
	.site-navigation-dropdown ul.menu>li li.insurance-icon {
		margin-top: 0px !important;
	}
	
	.site-navigation-dropdown ul.menu>li.active>ul.sub-menu, .site-navigation-dropdown ul.menu>li li.sub-menu-items.legal-library-icon>a, .site-navigation-dropdown ul.menu>li li.sub-menu-items:last-of-type {
		margin-bottom: 30px !important;
	}
	
	.site-navigation-dropdown ul.menu>li li.sub-menu-items>a, .site-navigation-dropdown ul.menu>li li.sub-menu-items>.label-anchor {
		font-weight: 700;
		color: #3d7e86 !important;
		font-size: 18px !important;
	}
	
	.site-navigation-dropdown ul.menu>li li.sub-menu-items {
		margin-top: 24px;
	}
	
	.site-navigation-dropdown ul.menu li ul.sub-menu ul.sub-menu li.menu-label {
		margin-bottom: 0;
		display: none;
	}
	
	#menu-main-navigation a[href="https://www.sirion.ai/demo/"], .site-navigation-dropdown ul.menu>li.demo-menu>a {
		background: var(--secondary-color) !important;
		color: var(--white-color) !important;
	}
	
	.site-navigation-dropdown ul.menu>li>ul.sub-menu li.current-menu-item.page-menu>a {
		color: var(--white-color);
	}
	
	.site-navigation-dropdown ul.menu>li.demo-menu>a:after {
		content: "";
		width: 24px;
		height: 12px;
		background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/icon-arrow-cta1.svg");
		background-size: 100% auto;
		background-position: center;
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: 8px;
	}
	
	.site-navigation-dropdown ul.menu>li.demo-menu>a:hover {
		background: var(--btn-hover-color) !important;
	}
	
	.site-navigation-dropdown ul.menu>li>ul.sub-menu li.current-menu-item.page-menu>a.mPS2id-highlight, .site-navigation-dropdown ul.menu>li>ul.sub-menu li.current-menu-item.page-menu>a:hover, .site-navigation-dropdown ul.menu>li>ul.sub-menu li.current-menu-item>a {
		color: var(--secondary-color);
	}
	
	.site-navigation-dropdown ul.menu>li.menu-line>span, .site-navigation-dropdown ul.menu>li.menu-line>a {
		display: flex;
		font-size: 0 !important;
		border-radius: 0 !important;
		padding: 0;
		height: 1px;
		background: #1f2a33 !important;
		margin-top: 24px;
		margin-bottom: 20px;
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon {
		display: block !important;
		margin: 0;
		width: 16px;
		float: left;
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon+li.social-icon {
		margin-left: 16px;
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon>a {
		font-size: 0;
		padding: 0;
		width: 16px;
		height: 16px;
		border-radius: 0;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center;
		background-color: transparent !important;
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon.linkedin-icon>a {
		background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/linkedin-icon.svg");
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon.linkedin-icon>a.nitro-lazy {
		background-image: none !important;
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon.linkedin-icon>a:hover {
		background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/linkedin-hover-icon.svg");
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon.linkedin-icon>a:hover.nitro-lazy {
		background-image: none !important;
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon.twitter-icon>a {
		background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/twitter-icon.svg");
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon.twitter-icon>a.nitro-lazy {
		background-image: none !important;
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon.twitter-icon>a:hover {
		background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/twitter-hover-icon.svg");
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon.twitter-icon>a:hover.nitro-lazy {
		background-image: none !important;
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon.youtube-icon>a {
		background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/youtube-icon.svg");
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon.youtube-icon>a.nitro-lazy {
		background-image: none !important;
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon.youtube-icon>a:hover {
		background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/youtube-hover-icon.svg");
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon.youtube-icon>a:hover.nitro-lazy {
		background-image: none !important;
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon.facebook-icon>a {
		background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/facebook-icon.svg");
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon.facebook-icon>a.nitro-lazy {
		background-image: none !important;
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon.facebook-icon>a:hover {
		background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/facebook-hover-icon.svg");
	}
	
	.site-navigation-dropdown ul.menu>li.social-icon.facebook-icon>a:hover.nitro-lazy {
		background-image: none !important;
	}
	
	.site-navigation-dropdown ul.menu>li.copyright {
		display: block !important;
		margin: 0;
		float: right;
		width: 40%;
	}
	
	.site-navigation-dropdown ul.menu li.copyright>.label-anchor, .site-navigation-dropdown ul.menu>li.copyright>a {
		border-radius: 0;
		padding: 0;
		font-size: 12px;
		background: none !important;
		line-height: 16px;
		color: #4d565d;
		text-align: left;
	}
	
	.site-navigation-dropdown ul.menu>li>ul.sub-menu li.no-data-menu>a {
		display: none;
	}
	
	.d-empty-menu {
		display: none !important;
	}
	
	.page-template-partners .site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown:before, .page-template-partners .site-navigation-dropdown ul.menu, .page-template-product-child .site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown:before, .page-template-product-child .site-navigation-dropdown ul.menu {
		background: #f3f3ff;
	}
	
	.page-template-product-child .site-navigation-dropdown ul.menu li a, .page-template-product-child .site-navigation-dropdown ul.menu li a {
		background: #fff;
		color: var(--primary-color);
		box-shadow: none;
	}
	
	.page-template-partners .site-navigation-dropdown ul.menu>li.current-menu-item>a, .page-template-partners .site-navigation-dropdown ul.menu>li.current_page_ancestor>a, .page-template-product-child .site-navigation-dropdown ul.menu>li.current-menu-item>a, .page-template-product-child .site-navigation-dropdown ul.menu>li.current_page_ancestor>a {
		background: #e1e3fe;
	}
	
	.page-template-partners .site-navigation-dropdown ul.menu>li>ul.sub-menu li a, .page-template-product-child .site-navigation-dropdown ul.menu>li>ul.sub-menu li a {
		color: var(--primary-color);
	}
	
	.page-template-partners .site-navigation-dropdown ul.menu>li>ul.sub-menu li.current-menu-item>a, .page-template-product-child .site-navigation-dropdown ul.menu>li>ul.sub-menu li.current-menu-item>a {
		color: var(--secondary-color);
	}
	
	.page-template-solutions-no-dark-banner .site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown:before, .page-template-solutions-no-dark-banner .site-navigation-dropdown ul.menu, .page-template-solutions .site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown:before, .page-template-solutions .site-navigation-dropdown ul.menu {
		background: #e7eff0;
	}
	
	.page-template-solutions-no-dark-banner .site-navigation-dropdown ul.menu>li>a, .page-template-solutions .site-navigation-dropdown ul.menu>li>a {
		background: #fff;
		color: var(--primary-color);
	}
	
	.page-template-solutions-no-dark-banner .site-navigation-dropdown ul.menu>li.current-menu-ancestor>a, .page-template-solutions-no-dark-banner .site-navigation-dropdown ul.menu>li.current_page_ancestor>a, .page-template-solutions-no-dark-banner .site-navigation-dropdown ul.menu>li.current-menu-item>span.label-anchor, .page-template-solutions-no-dark-banner .site-navigation-dropdown ul.menu>li.current-menu-item>a, .page-template-solutions .site-navigation-dropdown ul.menu>li.current-menu-ancestor>a, .page-template-solutions .site-navigation-dropdown ul.menu>li.current_page_ancestor>a, .page-template-solutions .site-navigation-dropdown ul.menu>li.current-menu-item>span.label-anchor, .page-template-solutions .site-navigation-dropdown ul.menu>li.current-menu-item>a {
		color: var(--primary-color);
		background: #b4cdd0 !important;
	}
	
	.page-template-solutions-no-dark-banner .site-navigation-dropdown ul.menu>li>ul.sub-menu li span.label-anchor, .page-template-solutions-no-dark-banner .site-navigation-dropdown ul.menu>li>ul.sub-menu li a, .page-template-solutions .site-navigation-dropdown ul.menu>li>ul.sub-menu li span.label-anchor, .page-template-solutions .site-navigation-dropdown ul.menu>li>ul.sub-menu li a {
		color: var(--primary-color);
	}
	
	.page-template-solutions-no-dark-banner .site-navigation-dropdown ul.menu>li>ul.sub-menu li.current-menu-item>a, .page-template-solutions .site-navigation-dropdown ul.menu>li>ul.sub-menu li.current-menu-item>a {
		color: var(--secondary-color);
	}
	
	.archive .site-navigation-dropdown ul.menu>li>ul.sub-menu li span.label-anchor, .archive .site-navigation-dropdown ul.menu>li>ul.sub-menu li a, .page-template-resources .site-navigation-dropdown ul.menu>li>ul.sub-menu li span.label-anchor, .page-template-resources .site-navigation-dropdown ul.menu>li>ul.sub-menu li a, .single-university .site-navigation-dropdown ul.menu>li>ul.sub-menu li span.label-anchor, .single-university .site-navigation-dropdown ul.menu>li>ul.sub-menu li a, .single-resources .site-navigation-dropdown ul.menu>li>ul.sub-menu li span.label-anchor, .single-resources .site-navigation-dropdown ul.menu>li>ul.sub-menu li a, .page-template-resources-campaign .site-navigation-dropdown ul.menu>li>ul.sub-menu li span.label-anchor, .page-template-resources-campaign .site-navigation-dropdown ul.menu>li>ul.sub-menu li a, .page-template-partners .site-navigation-dropdown ul.menu>li>ul.sub-menu li span.label-anchor, .page-template-partners .site-navigation-dropdown ul.menu>li>ul.sub-menu li a, .page-template-product-child .site-navigation-dropdown ul.menu>li>ul.sub-menu li span.label-anchor, .page-template-product-child .site-navigation-dropdown ul.menu>li>ul.sub-menu li a {
		color: var(--primary-color);
	}
	
	.page-template-product-child .site-navigation-dropdown ul.menu>li li.dropdown-submenu .submenu-toggle, .page-template-partners .site-navigation-dropdown ul.menu>li li.dropdown-submenu .submenu-toggle, .page-template-resources-campaign .site-navigation-dropdown ul.menu>li li.dropdown-submenu .submenu-toggle, .single-university .site-navigation-dropdown ul.menu>li li.dropdown-submenu .submenu-toggle, .single-resources .site-navigation-dropdown ul.menu>li li.dropdown-submenu .submenu-toggle, .archive .site-navigation-dropdown ul.menu>li li.dropdown-submenu .submenu-toggle, .page-template-solutions-no-dark-banner .site-navigation-dropdown ul.menu>li li.dropdown-submenu .submenu-toggle, .page-template-solutions .site-navigation-dropdown ul.menu>li li.dropdown-submenu .submenu-toggle, .page-template-resources .site-navigation-dropdown ul.menu>li li.dropdown-submenu .submenu-toggle {
		filter: brightness(0);
	}
	
	.archive .site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown:before, .archive .site-navigation-dropdown ul.menu, .single-university .site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown:before, .single-university .site-navigation-dropdown ul.menu, .single-resources .site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown:before, .single-resources .site-navigation-dropdown ul.menu, .page-template-resources .site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown:before, .page-template-resources .site-navigation-dropdown ul.menu {
		background: #f3f3ff;
	}
	
	.archive .site-navigation-dropdown ul.menu>li>a, .single-university .site-navigation-dropdown ul.menu>li>a, .single-resources .site-navigation-dropdown ul.menu>li>a, .page-template-resources .site-navigation-dropdown ul.menu>li>a {
		background: #fff;
		color: var(--primary-color);
	}
	
	.archive .site-navigation-dropdown ul.menu>li.current_page_ancestor>a, .archive .site-navigation-dropdown ul.menu>li.current-menu-item a, .single-university .site-navigation-dropdown ul.menu>li.current_page_ancestor>a, .single-university .site-navigation-dropdown ul.menu>li.current-menu-item a, .single-resources .site-navigation-dropdown ul.menu>li.current_page_ancestor>a, .single-resources .site-navigation-dropdown ul.menu>li.current-menu-item a, .page-template-resources .site-navigation-dropdown ul.menu>li.current_page_ancestor>a, .page-template-resources .site-navigation-dropdown ul.menu>li.current-menu-item>a {
		color: var(--primary-color);
		background: #e1e3fe !important;
	}
	
	.archive .site-navigation-dropdown ul.menu>li>ul.sub-menu li span.label-anchor, .archive .site-navigation-dropdown ul.menu>li>ul.sub-menu li a, .single-university .site-navigation-dropdown ul.menu>li>ul.sub-menu li span.label-anchor, .single-university .site-navigation-dropdown ul.menu>li>ul.sub-menu li a, .single-resources .site-navigation-dropdown ul.menu>li>ul.sub-menu li span.label-anchor, .single-resources .site-navigation-dropdown ul.menu>li>ul.sub-menu li a, .page-template-resources .site-navigation-dropdown ul.menu>li>ul.sub-menu li span.label-anchor, .page-template-resources .site-navigation-dropdown ul.menu>li>ul.sub-menu li a {
		color: var(--primary-color);
	}
	
	.archive .site-navigation-dropdown ul.menu>li>ul.sub-menu li.current-menu-item>a, .single-university .site-navigation-dropdown ul.menu>li>ul.sub-menu li.current-menu-item>a, .single-resources .site-navigation-dropdown ul.menu>li>ul.sub-menu li.current-menu-item>a, .page-template-resources .site-navigation-dropdown ul.menu>li>ul.sub-menu li.current-menu-item>a {
		color: var(--secondary-color);
	}
	
	.single-university .site-navigation-toggle-holder .site-navigation-toggle, .single-resources .site-navigation-toggle-holder .site-navigation-toggle, .archive .site-navigation-toggle-holder .site-navigation-toggle, .page-template-partners .site-navigation-toggle-holder .site-navigation-toggle, .page-template-solutions-no-dark-banner .site-navigation-toggle-holder .site-navigation-toggle, .page-template-solutions .site-navigation-toggle-holder .site-navigation-toggle, .page-template-product-child .site-navigation-toggle-holder .site-navigation-toggle {
		-webkit-filter: invert(100%);
		filter: invert(100%);
	}
	
	.site-navigation-dropdown ul.menu li.solutions-menu ul.sub-menu ul.sub-menu li.menu-label {
		display: block;
	}
	
	/** Hero Section Start **/
	.home-section1 {
		padding: 174px 20px 30px 20px;
	}
	
	.hero-bottom-gradient:after, .home-section1:after {
		height: 385px;
	}
	
	.home-section1 .hero-left-title {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		padding-right: 0;
	}
	
	.home-section1 .hero-content .elementor-widget-container {
		padding-top: 20px;
	}
	
	.home-section1 .hero-left-title h1 {
		max-width: 662px;
		width: 100%;
	}
	
	.home-section1 .hero-content {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-top: 12px;
	}
	
	.home-section1 .hero-content .elementor-widget-container {
		margin-left: 0;
		max-width: 350px;
	}
	
	.home-section1 .hero-content .elementor-widget-button .elementor-widget-container {
		padding-top: 25px;
	}
	
	.home-hero-btn-wrapper .bdr-btn .elementor-widget-container {
		margin: 0 0 0 20px;
	}
	
	/** Home Section 2 Start **/
	.home-section2 {
		background-position: center !important;
	}
	
	/** Home Section 3 Start **/
	.home-section3 .elementor-widget-theme-post-featured-image img {
		height: 138px !important;
	}
	
	.home-section3 .elementor-widget-theme-post-featured-image .widget-image-caption br {
		display: none;
	}
	
	.home-section3 .elementor-widget-theme-post-featured-image .widget-image-caption {
		padding-right: 22px;
		position: relative;
		margin-bottom: 28px;
		min-height: 109px;
	}
	
	.home-section3 .elementor-widget-theme-post-featured-image .widget-image-caption:after {
		content: "";
		position: absolute;
		top: 6px;
		right: 0;
		width: 16px;
		height: 12px;
		background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/right-arrow.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	
	.home-section3 .elementor-widget-theme-post-featured-image.white-arrow .widget-image-caption:after {
		background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/right-arrow-white.svg");
	}
	
	.home-section3 .elementor-widget-theme-post-featured-image .widget-image-caption small {
		display: block;
		margin-top: 13px;
		margin-right: -22px;
		position: relative;
		bottom: 0 !important;
		background: none !important;
		padding: 0;
		border-radius: 0;
		box-shadow: none !important;
		opacity: 1;
	}
	
	.home-section3 .elementor-widget-theme-post-featured-image .widget-image-caption small a {
		display: none;
	}
	
	.home-section3 .e-con-inner>div .content-image-wrapper:hover {
		top: 0;
	}
	
	.home-section3 .e-con-inner>div:nth-child(6)>div, .home-section3 .e-con-inner>div:nth-child(3)>div {
		min-height: 337px;
	}
	
	.home-section3 .e-con-inner>div:nth-child(6) figure.wp-caption img, .home-section3 .e-con-inner>div:nth-child(3) figure.wp-caption img {
		display: none;
	}
	
	.home-section3 .product-box-wrapper .widget-image-caption:after {
		display: none !important;
	}
	
	.image-content-box .elementor-image-box-img>a:hover img {
		transform: scale(1);
	}
	
	.image-content-box:hover {
		top: 0;
	}
	
	/** Home Section 4 Start **/
	.content-list-wrapper .right-image-block .image1 .elementor-widget-container {
		padding-bottom: 105.7%;
	}
	
	.logo-list-wrapper .elementor-widget {
		padding: 0 16px;
	}
	
	.logo-list-wrapper {
		margin-left: -16px !important;
		width: calc(100% + 16px);
	}
	
	.content-list-wrapper .right-image-block .image1 .elementor-widget-container:after {
		display: none;
	}
	
	.content-list-wrapper {
		margin-left: -24px !important;
		width: calc(100% + 24px);
	}
	
	.single-testimonilas .content-list-wrapper {
		margin-left: 0 !important;
		width: 100%;
	}
	
	.content-list-wrapper .items {
		margin-left: 24px;
	}
	
	.single-testimonilas .content-list-wrapper .items {
		margin-left: 0px;
	}
	
	.content-list-wrapper .elementor-widget-heading h4.selected span:first-child {
		left: -7px;
	}
	
	.logo-list-wrapper .elementor-widget-image.dhl-logo, .logo-list-wrapper .elementor-widget-image.oaktree-logo, .logo-list-wrapper .elementor-widget-image.chemours-logo, .logo-list-wrapper .elementor-widget-image.nlg-logo, .logo-list-wrapper .elementor-widget-image.vodafone-logo, .logo-list-wrapper .elementor-widget-image.rbl-logo {
		width: 120px !important;
	}
	
	/** Home Section 5 Start **/
	.home-section6 h3.elementor-heading-title, .home-section5 h2.elementor-heading-title {
		max-width: 444px;
		width: 100%;
	}
	
	.home-section5 .right-content-block .elementor-widget-text-editor {
		max-width: 444px !important;
		margin-left: 0;
		padding-top: 14px;
	}
	
	/** Home Section 6 Start **/
	.home-section6 .e-con-inner {
		padding: 32px;
	}
	
	.s6-logo-list-wrapper {
		max-width: 536px;
	}
	
	.static-badge-section .s6-logo-list-wrapper {
		max-width: 100%;
	}
	
	/** Home Section 7 Start **/
	.s7-slider-wrapper .slick-list {
		padding-left: 197px;
		border-left: 4px solid #0e626d;
	}
	
	.home-section7 .elementor-widget-button {
		margin-top: 0;
		white-space: nowrap;
	}
	
	.s7-slider-wrapper .elementor-widget-container {
		padding-bottom: 61%;
	}
	
	.s7-slider-wrapper1 .elementor-widget-container:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 4px;
		background: #0d5e68;
	}
	
	/** Home Page New Section Start **/
	.home-section3-new-inner .small-btn .elementor-button {
		font-size: 16px;
		padding: 11px 14px;
		border-radius: 10px;
	}
	
	/** Footer Start **/
	.footer .f-logo-col {
		width: 39.5%;
	}
	
	.f-col-3 .elementor-widget-heading {
		margin-bottom: 0 !important;
	}
	
	.f-logo-col a {
		width: 110px;
	}
	
	.footer-nav-top-links {
		margin-bottom: 30px;
	}
	
	.footer-nav .elementor-widget-container {
		border: 0 !important;
	}
	
	.footer-nav h6 {
		margin: 0 0 10px 0;
		padding-top: 0;
	}
	
	.footer-nav ul {
		padding-right: 40px;
	}
	
	.footer-nav ul li + li {
		margin-top: 8px;
	}
	
	.f-bottom-menu ul li.menu-item {
		width: auto;
	}
	
	.f-bottom-menu ul li.menu-item + li.menu-item {
		margin-left: 14px;
	}
	
	.f-bottom-menu ul li.menu-item:nth-child(3), .f-bottom-menu ul li.menu-item:nth-child(2) {
		text-align: left;
	}
	
	.footer-platform-menu .elementor-nav-menu--main ul.elementor-nav-menu ul.sub-menu {
		margin: 0 0 39px 0 !important;
	}
	
	.footer-platform-menu .elementor-nav-menu--main ul.elementor-nav-menu {
		padding-top: 0;
		border-top: 0;
	}
	
	.footer-platform-menu .elementor-nav-menu--main ul.elementor-nav-menu>li>a {
		font-size: 10px !important;
		margin-bottom: 14px;
	}
	
	.footer-platform-menu .elementor-nav-menu--main ul.elementor-nav-menu ul.sub-menu li a {
		font-size: 12px;
	}
	
	.footer-platform-menu .elementor-nav-menu--main ul.elementor-nav-menu li + li {
		margin-top: 10px;
	}
	
	.t-none {
		display: none !important;
	}
	
	.f-col-2 {
		padding-bottom: 71px;
	}
	
	.f-col-2 {
		padding-bottom: 27px;
	}
	
	.f-col-2 .elementor-widget-nav-menu + .elementor-widget-heading {
		margin-top: 39px;
	}
	
	.solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown ul.sub-menu li.label>a {
		font-size: 10px !important;
		line-height: 14px;
	}
	
	.solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 16px;
		opacity: 0;
		cursor: pointer;
		z-index: 1;
	}
	
	.solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown ul.sub-menu {
		margin-top: 7px !important;
		margin-bottom: 25px !important;
	}
	
	.solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown:hover>ul.sub-menu {
		display: none !important;
	}
	
	.solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown.active>ul.sub-menu {
		display: block !important;
	}
	
	.footer-nav .solutions-overview-label h6, .footer-nav .platform-overview-label h6 {
		margin-bottom: 24px;
	}
	
	#hs_show_banner_button {
		margin-bottom: 10px !important;
	}
	
	/** Product Page Start **/
	.left-accordion-wrapper>div {
		min-height: 478px;
	}
	
	.tabs-wrapper .elementor-tabs {
		flex-direction: column;
	}
	
	.tabs-wrapper .elementor-tabs-wrapper {
		position: static;
		margin-top: 26px;
		width: 100% !important;
		justify-content: center;
		align-items: center;
		flex-direction: row !important;
		margin-bottom: 25px;
		flex-wrap: wrap;
	}
	
	.tabs-wrapper .elementor-tab-title {
		padding: 10px 20px !important;
		margin: 0 8px;
	}
	
	.tabs-wrapper .elementor-tab-title.elementor-active {
		padding: 10px 53px 10px 20px !important;
	}
	
	.hero-right-image-full .product-hero-images-wrapper {
		width: 52%;
	}
	
	.product-new-section .content-box-wrapper>div:hover {
		top: 0;
	}
	
	.product-new-section .content-box-wrapper .icon {
		top: 24%;
	}
	
	.acc-content-wrapper .acc-left-label {
		min-width: 24.9%;
		max-width: 24.9%;
		flex-basis: 24.9%;
	}
	
	.product-section3 .small-btn {
		margin-top: -24px;
	}
	
	.accordion-images .image-items img {
		margin-top: -60px;
	}
	
	/** Solutions Page Start **/
	.image-with-text {
		display: none;
	}
	
	/** Philosophy Page Start **/
	.philosophy-section2 {
		background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/hero-dark-bg-1440.png") no-repeat top center;
		background-size: 100% auto;
	}
	
	.philosophy-section2.nitro-lazy {
		background: none !important;
	}
	
	.philosophy-section2 h4 {
		font-size: 32px !important;
		line-height: 36px !important;
		letter-spacing: -.32px;
	}
	
	/** Resources List Page Start **/
	
	/*.resources-section1{background-image:url(assets/images/resources-hero-bg.svg); background-position: top center; background-size:100% auto; background-repeat: no-repeat;}*/
	.resources-content-info {
		max-width: 318px;
		margin-left: 0;
		margin-top: 5px;
	}
	
	.resources-post-full-wrapper {
		margin-top: 28px;
	}
	
	.resources-itmes .img-cover {
		min-width: 38.5%;
		max-width: 38.5%;
		flex-basis: 38.5%;
		padding-bottom: 33.3%;
	}
	
	.term-webinars .resources-itmes .img-cover, .page-template-resources .resources-itmes .img-cover {
		min-width: 50%;
		max-width: 50%;
		flex-basis: 50%;
	}
	
	.term-webinars .resources-post-content h4, .page-template-resources .resources-post-content h4, .webinar-event-title-wrapper h4 {
		font-size: 20px;
		line-height: 24px;
	}
	
	.page-template-resources .resources-post-content .resource-content p, .term-webinars .resources-post-content .resource-content p {
		font-size: 16px;
		line-height: 20px;
	}
	
	.page-template-resources .resources-post-content, .term-webinars .resources-post-content {
		padding: 24px 14px 24px 24px;
	}
	
	.page-template-resources .webinar-or-event-text, .term-webinars .webinar-or-event-text {
		margin-bottom: 10px;
	}
	
	.resources-post-content {
		padding: 24px 14px 30px 36px;
	}
	
	.resources-post-section-wrapper {
		margin-top: 0;
	}
	
	.resources-post-wrapper {
		margin: -8px;
	}
	
	.resources-post-wrapper .resources-itmes1 {
		padding: 8px;
		min-width: 50%;
		max-width: 50%;
		flex-basis: 50%;
	}
	
	.resources-list-category1 h6 {
		margin-bottom: 20px;
	}
	
	.resources-card-wrapper:hover, .resources-post-full-wrapper .resources-itmes:hover {
		top: 0;
	}
	
	.resources-card-wrapper:hover .img-cover img, .resources-post-full-wrapper .resources-itmes:hover .img-cover img {
		transform: scale(1);
	}
	
	.custom-pagination {
		margin-top: 138px;
	}
	
	/** Resource - Case Study Detail Page Start **/
	.resources-right-block h1.elementor-heading-title, .resource-case-study-details-section1 h1.elementor-heading-title {
		font-size: 44px;
		font-weight: 400;
		line-height: 48px;
		letter-spacing: -.44px;
	}
	
	.feature-image-video-wrapper .elementor-widget-image, .feature-image-video-wrapper .elementor-widget-video {
		border-radius: 14px;
	}
	
	.faster-review-wrapper .elementor-widget-counter + .elementor-widget-counter {
		margin-top: 20px;
	}
	
	.faster-review-wrapper .elementor-widget-counter:nth-child(2) {
		margin-top: 0 !important;
	}
	
	.faster-review-wrapper .elementor-widget-counter {
		width: 50%;
	}
	
	.additional-resources-posts-wrapper {
		margin-bottom: 160px;
	}
	
	.additional-resources-posts-wrapper .resources-post-wrapper .resources-itmes1:nth-child(3) {
		display: none;
	}
	
	.newsletter-section .e-form__buttons button.elementor-button {
		font-size: 18px;
		padding: 12px 16px;
		border-radius: 12px;
	}
	
	.newsletter-section .form-style1.form-dark .hs_submit.hs-submit .actions .hs-button {
		background-position: calc(100% - 15%) center;
		max-width: 143px;
		padding: 0 48px 0 16px;
		text-align: left;
		height: 42px;
	}
	
	/** Single Resource - Webinar Events Register Page Start **/
	.details-left-block .form-style {
		background: var(--text-color) !important;
	}
	
	.form-style .elementor-field-type-acceptance {
		margin: 13px 0 20px 0 !important;
	}
	
	.resource-content-wrapper h4, .resource-content-wrapper h2 {
		margin-bottom: 25px;
	}
	
	.speakers-list-wrapper .elementor-widget-image-box .elementor-widget-container {
		padding: 12px 8px !important;
	}
	
	/** Single Resource - Webinar Events On demand Page Start **/
	.speakers-list-wrapper {
		width: 100%;
	}
	
	/** No Search Result Page Start **/
	.search-result-library .search-page-title, .search-results .search-page-title, .search-no-results .search-page-title {
		margin-bottom: 0;
	}
	
	.additional-text {
		margin-bottom: 0;
		margin-top: 8px !important;
	}
	
	/** Solutions Hub Page Start **/
	.tab-content-wrapper {
		padding: 0;
		flex-wrap: wrap;
	}
	
	.tab-content-inner {
		max-width: 100%;
		padding-right: 50px;
	}
	
	.tab-content-wrapper .image-box {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		height: 484px;
	}
	
	.tab-content {
		padding: 0 0 25px 0;
		flex-direction: row;
		align-items: flex-start;
	}
	
	.tab-content h2 {
		margin: 0 0 19px 0;
	}
	
	.tab-content .btn, .tab-content>p {
		margin: 0 0 0 0;
	}
	
	.tab-content-wrapper .image-box img + img {
		display: block;
	}
	
	/** About Us Page Start **/
	.about-hero-section.product-hero-section.home-section1 .hero-left-title {
		min-width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
	}
	
	.about-hero-section .product-hero-images-wrapper {
		margin-top: 0;
	}
	
	.about-hero-section .hero-content1 .elementor-widget-text-editor {
		max-width: 318px !important;
	}
	
	.about-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
		height: 352px !important;
	}
	
	.about-three-col-wrapper>div+div {
		margin-top: 24px;
	}
	
	.team-list-wrapper .center .elementor-image-box-wrapper {
		margin-left: auto;
	}
	
	.team-list-wrapper .right .elementor-image-box-wrapper {
		margin-left: 0;
	}
	
	.team-list-wrapper .elementor-image-box-wrapper {
		max-width: 100%;
	}
	
	/** Demo Page Start **/
	.demo-section1 .elementor-widget-image .elementor-widget-container {
		height: 216px;
		margin-bottom: 0 !important;
	}
	
	.demo-section2 h3 {
		margin-bottom: 38px;
	}
	
	.logo-list-wrapper1 .elementor-widget-container {
		height: 52px !important;
	}
	
	.demo-s3-three-col-wrapper {
		width: calc(100% + 18px) !important;
		margin: -9px;
	}
	
	.demo-s3-three-col-wrapper>div {
		padding: 9px !important;
	}
	
	.demo-s3-three-col-wrapper .elementor-heading-title {
		padding: 24px 32px;
	}
	
	.p-left-image {
		width: 6.1% !important;
	}
	
	.demo-section6 .p-right-block {
		width: 93.9%;
		padding: 55px 0 0 48px;
	}
	
	.p-top-block {
		padding-right: 77px;
	}
	
	.p-right-block .p-title-block {
		margin-top: 78px;
		margin-bottom: 61px;
		padding-right: 72px;
	}
	
	.form-style1.form-dark .hs_submit.hs-submit .actions .hs-button {
		background-position: calc(100% - 35%) center;
	}
	
	.demo-section1 .form-style1.form-dark .hs_submit.hs-submit .actions .hs-button {
		background-position: calc(100% - 35%) center;
	}
	
	.demo-section5 #rating-widget-container {
		margin-bottom: -5px;
	}
	
	.demo-section5 [id^=gartner-pi-widget][data-size=line] .gartner-pi-score {
		margin-top: 0;
	}
	
	/** Partners Page Start **/
	.partners-hero-section.about-hero-section .product-hero-images-wrapper {
		margin-top: 0;
	}
	
	.partners-hero-section.about-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
		height: 352px !important;
	}
	
	.tech-partners-list-wrapper .elementor-widget-image {
		min-width: 33.333%;
		max-width: 33.333% !important;
		flex-basis: 33.333%;
	}
	
	/** Integrations Page Start **/
	.integrations-hero-section.partners-hero-section.product-hero-section {
		padding-bottom: 96px;
	}
	
	.integrations-hero-section.partners-hero-section.about-hero-section.product-hero-section .product-hero-images-wrapper .elementor-widget-container:before {
		display: none;
	}
	
	.four-col-logo-wrapper.tech-partners-list-wrapper .elementor-widget-image {
		min-width: 50%;
		max-width: 50% !important;
		flex-basis: 50%;
	}
	
	/** Careers Page Start **/
	.careers-hero-section.partners-hero-section.about-hero-section .product-hero-images-wrapper {
		margin-top: 0;
	}
	
	.careers-hero-section.partners-hero-section.about-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
		height: 352px !important;
	}
	
	/** Press Page Start **/
	.press-hero-section.product-hero-section.home-section1 {
		padding-bottom: 90px;
	}
	
	.press-section1 .press-logo {
		display: none;
	}
	
	.press-section1 .date-text {
		min-width: 30.4%;
		max-width: 30.4%;
		flex-basis: 30.4%;
	}
	
	.press-section1 .title-text {
		min-width: 66.7%;
		max-width: 66.7% !important;
		flex-basis: 66.7%;
	}
	
	.press-section1 .items:hover {
		top: 0;
	}
	
	/** Terms & Policies Page Start **/
	.terms-policies-section .resource-content-wrapper h2 {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -.32px;
	}
	
	.terms-policies-section .resource-content-wrapper h4 {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0px;
	}
	
	.terms-policies-section table {
		margin: 30px 0 10px 0;
	}
	
	.terms-policies-section table th, .terms-policies-section table td {
		font-size: 16px;
		line-height: 20px;
	}
	
	/** Get Real Demo Page Start **/
	.get-real-demo-section1.home-section1.home-section1 {
		padding: 92px 20px 30px 20px;
	}
	
	.get-real-demo-section1.home-section1 .hero-bottom-images {
		margin-top: 50px;
	}
	
	/** Terms And Policies Page Start **/
	.terms-and-policies-section .elementor-button {
		font-size: 28px;
		padding: 28px 24px;
		border-radius: 14px;
	}
	
	/** Platform Page Start **/
	
	/*.platform-hero-section.hero-right-image-full.home-section1 .hero-bottom-images, 
.platform-hero-section.hero-right-image-full .product-hero-images-wrapper .elementor-widget-container {height: 352px !important;}*/
	.platform-section-last .s7-slider-wrapper1 .elementor-widget-container:before {
		background: #92429f !important;
	}
	
	.platform-hero-section.product-hero-section.home-section1 {
		padding-bottom: 82px;
		padding-top: 90px;
	}
	
	.platform-section4-inner {
		padding: 24px 24px 36px 24px !important;
	}
	
	.platform-section4-card-wrapper h4.elementor-heading-title {
		font-size: 19px;
		line-height: 21px;
		letter-spacing: -.191px;
	}
	
	.platform-section4-card-wrapper .e-con-full {
		padding: 17px;
		border-radius: 10px;
		min-height: 174px;
	}
	
	.platform-section4-card-wrapper p {
		font-size: 11px;
		line-height: 13px;
	}
	
	.platform-section4-card-wrapper .elementor-button {
		padding: 8px 10px;
		border-radius: 4px;
	}
	
	.platform-section4-card-wrapper .elementor-widget-button {
		margin-top: -12px;
	}
	
	.platform-hero-section.hero-right-image-full .product-hero-images-wrapper {
		width: 100% !important;
	}
	
	.platform-section2 .e-con-inner>.elementor-element:nth-child(2) h3.elementor-heading-title {
		max-width: 135px;
	}
	
	.single-testimonial-section .vodafone .logo-image {
		width: 136px;
	}
	
	/** Conversational Search Page Start **/
	.conversational-search-section4 .about-three-col-wrapper .elementor-image-box-content {
		padding: 42px 24px;
	}
	
	.conversational-search-section4 .about-three-col-wrapper .elementor-image-box-wrapper {
		padding-top: 0;
	}
	
	.conversational-search-section4 .about-three-col-wrapper .box-icon .elementor-widget-image .elementor-widget-container {
		margin-top: 0;
	}
	
	.conversational-search-section4 .about-three-col-wrapper h2 {
		position: static;
		padding: 0;
		margin-bottom: 16px;
	}
	
	.conversational-search-section4 .about-three-col-wrapper>div+div {
		margin-top: 82px;
	}
	
	.h5-min-height-remove.create-section1 h5.elementor-heading-title {
		min-height: 56px;
	}
	
	/** Contact Page Start **/
	.location-section .elementor-widget-image-box .elementor-image-box-description br {
		display: none;
	}
	
	.location-section .about-three-col-wrapper p {
		font-size: 18px;
		line-height: 22px;
	}
	
	.genairesource-title-section {
		margin-top: 30px !important;
	}
	
	.genairesource-section1 .about-three-col-wrapper.report-full-col-wrapper .elementor-image-box-img {
		min-width: 38.5%;
		max-width: 38.5%;
		flex-basis: 38.5%;
		padding-bottom: 42.4%;
		background: #0c353e;
	}
	
	.genairesource-section1 .about-three-col-wrapper.report-full-col-wrapper .elementor-image-box-img img {
		object-fit: scale-down;
		object-position: bottom center;
	}
	
	.about-three-col-wrapper.genairesource-three-col-wrapper {
		width: calc(100% + 16px);
		margin: -8px;
	}
	
	.about-three-col-wrapper.genairesource-three-col-wrapper>div>div {
		padding: 8px;
	}
	
	/** EcoSystem Landing Page Start **/
	.integrations-hero-section.partners-hero-section.product-hero-section.ecosystem-hero-section {
		padding-bottom: 64px;
	}
	
	.partners-hero-section.about-hero-section.ecosystem-hero-section .product-hero-images-wrapper {
		margin-top: 0;
	}
	
	.partners-hero-section.about-hero-section.hero-right-image-full.home-section1.ecosystem-hero-section .hero-bottom-images {
		height: 352px !important;
	}
	
	.integrations-hero-section.partners-hero-section.about-hero-section.product-hero-section.ecosystem-hero-section .product-hero-images-wrapper .elementor-widget-container:before {
		display: block;
	}
	
	.logos-wrapper {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	
	.logos-wrapper .item {
		min-width: 50%;
		max-width: 50%;
		flex-basis: 50%;
	}
	
	.logos-wrapper .logo-box {
		padding-bottom: 22%;
	}
	
	.ecosystem-section1 .tab-content-inner h4 {
		max-width: 100%;
		text-align: center;
	}
	
	.ecosystem-section1 .tabs-styling {
		margin-top: 20px;
	}
	
	.ecosystem-section1 .tab-content-wrapper {
		margin-top: 14px;
	}
	
	.ecosystem-section1 .tab-content-inner h4 {
		margin-bottom: 24px;
	}
	
	.ecosystem-section1.ecosystem-section4 .tab-content-wrapper {
		margin-top: 30px;
	}
	
	.ecosystem-section4 .logos-wrapper .item {
		min-width: 50%;
		max-width: 50%;
		flex-basis: 50%;
	}
	
	/** Campaign Landing Page Start **/
	.campaign-landing-section1.demo-section1 .elementor-widget-image .elementor-widget-container {
		margin: 40px 0 0 0 !important;
	}
	
	.campaign-landing-section2 .resource-content-wrapper h4, .campaign-landing-section2 .resource-content-wrapper h2 {
		margin-bottom: 15px;
	}
	
	.campaign-landing-section2 .resource-content-wrapper h2 {
		font-size: 24px;
		line-height: 28px;
		font-weight: 300;
		letter-spacing: -1px;
	}
	
	.announcement-strip-wrapper .elementor-widget-button .elementor-button {
		padding: 0;
	}
	
	.announcement-strip-wrapper p {
		font-size: 17px;
	}
	
	.cs-live-webinar-enable .announcement-strip-wrapper p {
		font-size: 14px;
	}
	
	/*.cs-live-webinar-enable .announcement-strip-wrapper p br {display: none;}*/
	.announcement-strip-main p {
		padding-left: 24px;
	}
	
	.announcement-strip-main .elementor-button .elementor-button-text {
		white-space: nowrap;
		margin-right: 4px;
	}
	
	/** Engage 2024 Page Start **/
	.home-section1.engage-section1 {
		padding-top: 120px;
	}
	
	.engage-section1.home-section1 .hero-left-title h1
.engage-section3 .elementor-button, .engage-section1 .elementor-button {
		min-width: 1px;
	}
	
	.home-section1.engage-section1 .hero-bottom-images {
		margin-top: 40px;
	}
	
	.home-section1.engage-section1 .hero-bottom-images .elementor-widget-container {
		height: 355px;
	}
	
	.home-section1.engage-section1 .hero-bottom-images img {
		object-position: -50px center;
	}
	
	.home-section1.engage-section1 .hero-bottom-images .video-caption img {
		max-width: 440px;
		margin: 0 auto;
		object-position: center !important;
	}
	
	.home-section1.engage-section1 .hero-bottom-images .video-caption p + p {
		max-width: 305px;
		width: 100%;
		margin: 0 auto;
	}
	
	.engage-section1 .video-caption p {
		margin: 0 0 8px 0;
	}
	
	.engage-section1 .play-btn .elementor-widget-container img {
		object-position: center !important;
	}
	
	.engage-section1 .play-btn {
		bottom: 20px;
		left: 20px;
	}
	
	.engage-section1 .play-btn .elementor-widget-container {
		width: 48px;
		height: 48px !important;
	}
	
	.engage-section2:before {
		display: none;
	}
	
	.engage-logo-list-wrapper .elementor-widget-image .elementor-widget-container {
		height: 30px;
	}
	
	.engage-logo-list-wrapper .elementor-widget-image {
		padding: 25px;
	}
	
	.engage-section3 .tab-content-inner {
		max-width: 100%;
	}
	
	.engage-section3 .tab-content {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	
	.images-wrapper {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-top: 4px;
		padding-bottom: 48px;
	}
	
	.engage-section3 .elementor-tab-content h4 {
		margin: 0 0 20px 0;
	}
	
	.images-wrapper .slick-list:before {
		width: 7px;
	}
	
	.images-wrapper .slick-arrow {
		left: 50%;
		top: auto;
		bottom: -36px;
		transform: translate(-50%, 0);
	}
	
	.images-wrapper .slick-prev.slick-arrow {
		margin-left: -32px;
		margin-right: 0;
	}
	
	.images-wrapper .slick-next.slick-arrow {
		margin-left: 32px;
	}
	
	.engage-section3 .tab-content-wrapper + .tab-content-wrapper {
		margin-top: 82px;
	}
	
	.tab-bottom-content-wrapper {
		padding-top: 82px;
	}
	
	.tab-bottom-content-wrapper {
		margin: -17px;
	}
	
	.tab-bottom-content-wrapper .items {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		padding: 17px;
	}
	
	.tab-bottom-content ul li {
		padding: 0 0 0 25px;
		margin: 0;
	}
	
	.tab-bottom-content ul li:before {
		left: 10px;
	}
	
	.engage-section3 .elementor-button {
		margin-top: 60px;
	}
	
	.engage-section3 .col1, .engage-section3 .col2, .engage-section3 .col3 {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		padding: 0;
	}
	
	.engage-section3 .col2, .engage-section3 .col3 {
		margin-top: 24px;
	}
	
	.engage-section3 h3 {
		font-size: 20px;
		line-height: 36px;
		letter-spacing: -.32px;
	}
	
	.engage-section3 .elementor-tab-content h3, .engage-section3 .col1 h3 {
		margin-bottom: 20px;
	}
	
	.engage-section3 .col2 h3, .engage-section3 .col3 h3 {
		margin-top: 10px;
		margin-bottom: 9px;
	}
	
	.engage-section3 .text-yellow br {
		display: none;
	}
	
	.engage-section3 .day-text {
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 1.2px;
		margin-bottom: 0;
	}
	
	.tab-content-height {
		min-height: 1px;
	}
	
	.images-wrapper.single-image {
		padding-bottom: 0;
	}
	
	.tab-content .btn.small-btn {
		margin-top: 13px;
		margin-bottom: 20px;
	}
	
	.tab-content-wrapper .col2-new-content ul li + li {
		margin-top: 0;
	}
	
	.tab-content-wrapper .col2-new-content ul li {
		padding-left: 15px;
	}
	
	.agenda-header {
		display: none;
	}
	
	.agenda-row {
		grid-template-columns: 1fr;
	}
	
	.agenda-row > div {
		margin-bottom: 6px;
	}
	
	/** Cab 2024 Page Start **/
	.home-section1.engage-section1.cab-section1 .hero-bottom-images .video-caption img, .cab-section1 .video-caption p img {
		max-width: 334px;
	}
	
	.cab-section3 .tab-bottom-content-wrapper {
		padding-top: 84px;
	}
	
	.cab-section3 .tab-bottom-content-wrapper + p {
		margin-top: 46px;
	}
	
	.engage-section3 .tab-content-wrapper.top-space {
		margin-top: 104px;
	}
	
	.tab-bottom-content-full-width .tab-bottom-content p {
		max-width: 100%;
	}
	
	.engage-section3 .elementor-tab-content .tab-bottom-content h3 {
		margin: 0 0 24px 0;
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0;
	}
	
	.icons-list-wrapper {
		padding-top: 45px;
	}
	
	.engage-section3 .col1 h6 {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0;
		margin-top: 55px;
	}
	
	.cab-section3.engage-section3 .col2 h3, .cab-section3.engage-section3 .col3 h3 {
		margin-bottom: 0;
	}
	
	.engage-section3 .tab-content-wrapper.h4-spacing h4 {
		margin-bottom: 22px;
	}
	
	.engage-section3 .tab-content-wrapper.h4-spacing ul {
		margin-bottom: .9rem;
	}
	
	.bottom-content-info {
		margin-top: 87px;
	}
	
	.quote-list-wrapper .items .elementor-widget-container {
		padding: 24px;
	}
	
	.quote-list-wrapper .items {
		width: 400px;
	}
	
	.engage-section3 .col2-new {
		padding: 24px 0 0;
	}
	
	.col2-new-inner {
		margin-top: 10px;
	}
	
	.engage-section3:before {
		display: none;
	}
	
	.engage-section3 .agenda-tab-content-wrapper .col2, .engage-section3 .agenda-tab-content-wrapper .col1 {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		padding-right: 0;
	}
	
	.agenda-tab-content-wrapper h2 {
		margin-bottom: 20px;
	}
	
	.items1-inner + .items1-inner {
		margin-top: 18px;
	}
	
	.agenda-tab-content-wrapper .items1 + .items1 {
		margin-top: 25px;
		padding-top: 10px;
	}
	
	.items1-inner.border-text:before {
		left: 0;
		right: 0;
	}
	
	.items1-inner.border-text {
		padding: 10px 20px;
	}
	
	.items1-inner>div:nth-child(1) {
		min-width: 23%;
		max-width: 23%;
		flex-basis: 23%;
	}
	
	.items1-inner>div:nth-child(2) {
		min-width: 57.8%;
		max-width: 57.8%;
		flex-basis: 57.8%;
	}
	
	/** Conversational Search Page Start **/
	.conversational-search-accordion-section .accordion-style .elementor-accordion .elementor-tab-title {
		padding: 42px 22px;
		font-size: 32px;
	}
	
	.conversational-search-accordion-section .accordion-style .elementor-accordion .elementor-tab-content {
		padding-left: 22px;
		max-width: 584px;
		padding-bottom: 58px;
	}
	
	.conversational-search-hero-section.product-hero-section.home-section1 .hero-left-title {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	
	.conversational-search-tab-section .tab-content {
		padding: 0 0 40px 0;
	}
	
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.title-col-increase .hero-left-title, .cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1 .hero-left-title {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full .product-hero-images-wrapper {
		margin-top: 0;
		width: 54.5% !important;
	}
	
	.page-id-8337 .cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-three-line .product-hero-images-wrapper, .page-id-7777 .cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-three-line .product-hero-images-wrapper, .cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-three-line.ln3 .product-hero-images-wrapper, .cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-three-line.ln4 .product-hero-images-wrapper, .cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-three-line .product-hero-images-wrapper {
		margin-top: 0;
	}
	
	.cs-option2-hero-section1.conversational-search-hero-section.home-section1 .hero-bottom-images {
		margin-top: 18px;
	}
	
	.cs-option2-hero-section1.platform-hero-section.product-hero-section.home-section1 {
		padding-bottom: 46px;
	}
	
	.cs-option2-search-work-section>div>div {
		background: none !important;
	}
	
	.cs-option2-search-work-section h2 {
		color: var(--primary-color) !important;
	}
	
	.cs-option2-search-work-section .three-col-wrapper>div+div {
		margin-top: 106px;
	}
	
	.cs-option2-search-work-section .mobile-content {
		background: #e1e3fe;
		padding: 45px 25px 35px 25px;
		border-radius: 16px;
		margin: 38px 0 0 0;
	}
	
	.cs-option2-search-work-section .mobile-content p {
		margin: 0;
		max-width: 633px;
		width: 100%;
	}
	
	.cs-option2-search-work-section .mobile-content h3 {
		margin-bottom: -16px;
	}
	
	.cs-option2-search-work-section .mobile-content h5 {
		margin-bottom: 17px;
	}
	
	.conversational-search-accordion-section p br {
		display: none;
	}
	
	.cs-option2-search-work-section .three-col-wrapper .elementor-widget-image a:after {
		left: 16px;
		right: 16px;
		top: 16px;
		bottom: 16px;
		border-radius: 14px;
	}
	
	.conversational-search-fifty-fifty-section .elementor-widget-image-carousel {
		max-width: 100% !important;
		margin-left: 0;
	}
	
	/** Testimonials Section Option 1 Start **/
	
	/*.testimonials-section-option1 .content-list-wrapper .items p,
.tesimonials-platform-section .testimonials-section-option1 .content-list-wrapper .items p {font-size: 24px !important;line-height:28px !important;}*/
	
	/*.testimonials-section-option1.home-section4 h6 {font-size: 16px !important;line-height: 20px !important;}*/
	.testimonials-section-option1 .logo-list-wrapper .logo-items {
		padding: 0 15px !important;
	}
	
	/*.testimonials-section-option1 .logo-list-wrapper .rbl-logo {width:208px !important;}*/
	.testimonials-section-option1 .logo-list-wrapper .oaktree-logo1, .testimonials-section-option1 .logo-list-wrapper .chemours-logo1, .testimonials-section-option1 .logo-list-wrapper .dhl-logo1, .testimonials-section-option1 .logo-list-wrapper .nlg-logo1, .testimonials-section-option1 .logo-list-wrapper .vodafone-logo {
		width: 118px !important;
	}
	
	.testimonials-section-option1 .logo-list-wrapper .kpmg-logo, .testimonials-section-option1 .logo-list-wrapper .amegen-logo {
		width: 112px !important;
	}
	
	.testimonials-section-option1.option2.home-section4 .slick-arrow.slick-prev {
		left: 25px;
	}
	
	.logo-list-wrapper-option2 {
		margin: 0 0 15px 0 !important;
	}
	
	.logo-list-wrapper-option2 .elementor-widget-image img {
		height: 44px;
	}
	
	.logo-list-wrapper-option2 .elementor-widget-image.kpmg-logo-option2 img, .logo-list-wrapper-option2 .elementor-widget-image.vodafone-logo-option2 img {
		height: 34px;
	}
	
	.logo-list-wrapper-option2 .elementor-widget-image.amgen-logo-option2 img {
		height: 26px;
	}
	
	.logo-list-wrapper-option2 .img-items .elementor-widget-image>div:before {
		bottom: -13px;
	}
	
	.testimonials-section-option1.home-section4 .slick-arrow {
		top: -57px;
	}
	
	/** Cab LP Post Event Page Start **/
	.cab-event-section1 p {
		max-width: 230px;
		width: 100%;
	}
	
	.cab-event-section3 h3 {
		margin-bottom: 24px;
		font-size: 24px;
		line-height: 20px;
		font-weight: 300;
		margin: 20px 0 24px 0;
	}
	
	.cab-event-section3>div {
		padding-top: 96px !important;
		padding-bottom: 36px !important;
	}
	
	.cab-event-section4.engage-section3 .elementor-tab-content {
		padding-top: 46px !important;
	}
	
	.cab-event-section4.engage-section3 .elementor-tab-content h3 {
		margin: 25px 0 3px 0 !important;
	}
	
	.engage-section3 .elementor-tab-content h4 {
		font-weight: 300;
		margin-bottom: 27px;
	}
	
	.cab-event-section4 .elementor-widget-tabs {
		margin-top: 63px;
	}
	
	.cab-event-section4 .images-wrapper {
		margin-top: 10px;
	}
	
	.cab-event-section4 .images-wrapper .image-box1 {
		padding-bottom: 66.7%;
	}
	
	.cab-event-section4 .cab-section3 .tab-bottom-content-wrapper {
		padding-top: 32px;
	}
	
	.cab-event-section4 .tab-bottom-content-wrapper {
		margin-top: -10px;
		margin-bottom: -10px;
		padding-top: 35px;
		padding-bottom: 90px;
	}
	
	.cab-event-section4 .tab-bottom-content-wrapper .items {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.cab-event-section4 .tab-bottom-content-wrapper ul {
		padding-bottom: 0;
	}
	
	.cab-event-section4 .tab-bottom-content-wrapper ul li br {
		display: none;
	}
	
	.cab-event-section2 h3.elementor-heading-title {
		margin-bottom: 28px;
	}
	
	/** ISDA Solution Page Start **/
	.product-hero-section.home-section1.isda-solution-section1 {
		padding-bottom: 96px;
	}
	
	.conversational-search-fifty-fifty-section.isda-solution-section4 .elementor-widget-image-carousel {
		max-width: 100% !important;
	}
	
	.isda-solution-section5 .logo-image {
		height: 42px;
	}
	
	.isda-solution-section6.conversational-search-accordion-section p br {
		display: inline-block;
	}
	
	/** Resources Details New Page Start **/
	.resource-hero-section-new {
		padding-top: 0;
	}
	
	.resource-hero-section-new:after {
		left: -190px;
		width: 196px;
		height: 133px;
		bottom: -10px;
	}
	
	.resource-hero-section-new>div:after {
		height: 180px;
	}
	
	.platform-hero-new-section.product-hero-section.home-section1 .hero-left-title, .platform-hero-new-section.home-section1 .hero-content {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	
	.platform-hero-new-section.home-section1 .hero-content {
		padding-left: 10px;
	}
	
	/** Industry Page Start **/
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.industry-hero-section .hero-left-title {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.industry-hero-section .product-hero-images-wrapper {
		width: 54.5% !important;
	}
	
	.min-height-title {
		min-height: 88px;
	}
	
	/** New Home Page Start **/
	.home-section1.home-section1-new {
		padding: 180px 20px 0 20px;
	}
	
	.home-section1-new .hero-bottom-content .elementor-widget-icon-list li.elementor-inline-item {
		font-size: 16px;
		height: 36px;
		margin-bottom: 8px;
	}
	
	.home-section1-new .hero-bottom-content>div:nth-child(2) {
		width: 47%;
	}
	
	.home-section1-new .hero-bottom-content {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.home-section2-new {
		background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/home-s2-bg-tab.svg") !important;
	}
	
	.home-section2-new.nitro-lazy {
		background-image: none !important;
	}
	
	.marquee-block, .home-s2-logo-list .slick-track {
		gap: 58px;
	}
	
	.product-tab-content-wrapper {
		margin-top: 25px;
	}
	
	.product-tab-content {
		padding: 15px 20px 20px 20px;
	}
	
	.product-tab-content-wrapper h3 {
		font-size: 24px;
		line-height: 28px;
	}
	
	.product-tab-content ul {
		margin: 0 0 33px 0;
	}
	
	.product-tab-content ul li {
		font-size: 14px;
		line-height: 16px;
	}
	
	.product-tab-content ul li + li {
		margin-top: 10px;
	}
	
	.product-image-box {
		min-width: 62%;
		max-width: 62%;
		flex-basis: 62%;
		/*margin-left: 16px;*/
		margin-right: 16px;
	}
	
	.home-section4-new.home-section6 h3.elementor-heading-title {
		max-width: 100%;
	}
	
	.home-section5.home-new-section5 .right-content-block>div {
		max-width: 444px;
	}
	
	.platform-hero-new-section.product-hero-section.home-section1 .hero-left-title, .platform-hero-new-section.home-section1 .hero-content {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	
	.platform-hero-new-section.home-section1 .hero-content {
		padding-left: 10px;
	}
	
	#animation_container {
		width: 728px !important;
		height: 382px !important;
	}
	
	/** Eigen Page Start **/
	.eigen-s6-logo-list {
		gap: 10px 30px;
	}
	
	.eigen-s6-logo-list .elementor-widget-image, .eigen-s6-logo-list .elementor-widget-image:nth-child(5), .eigen-s6-logo-list .elementor-widget-image:nth-child(7), .eigen-s6-logo-list .elementor-widget-image:nth-child(8) {
		min-width: calc(20% - 30px);
		max-width: calc(20% - 30px) !important;
		flex-basis: calc(20% - 30px);
	}
	
	/** Eigen - Platform Page Start **/
	.product-hero-section.home-section1.eigen-platform-hero-section {
		padding-bottom: 65px;
	}
	
	.product-hero-section.home-section1.eigen-platform-hero-section .hero-left-title {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	
	.eigen-platform-hero-section.hero-right-image-full .product-hero-images-wrapper {
		margin-top: 0;
	}
	
	.eigen-platform-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
		height: 352px !important;
	}
	
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.title-four-line.eigen-platform-hero-section .hero-left-title {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	
	.eigen-platform-hero-section.hero-right-image-full.home-section1.title-four-line .hero-bottom-images {
		height: 220px !important;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-four-line .product-hero-images-wrapper {
		margin-top: 0;
	}
	
	/** Smart Negotiation Page Start **/
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.smart-negotiation-hero-section1 .hero-left-title {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	
	.eigen-platform-hero-section.smart-negotiation-hero-section1 .hero-content1 .elementor-widget-text-editor {
		max-width: 610px !important;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.smart-negotiation-hero-section1 .product-hero-images-wrapper {
		width: 100% !important;
	}
	
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.smart-negotiation-hero-section1 {
		padding-bottom: 37px;
		padding-bottom: 62px;
	}
	
	.product-hero-section.platform-hero-section.conversational-search-hero-section.cs-option2-hero-section1.eigen-platform-hero-section.smart-negotiation-hero-section1 {
		padding-top: 62px;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.smart-negotiation-hero-section1 .product-hero-images-wrapper.extraction-hero-image, .cs-option2-hero-section1.platform-hero-section.hero-right-image-full.smart-negotiation-hero-section1 .product-hero-images-wrapper.repository-hero-image, .cs-option2-hero-section1.platform-hero-section.hero-right-image-full.smart-negotiation-hero-section1 .product-hero-images-wrapper.drafting-hero-image, .cs-option2-hero-section1.platform-hero-section.hero-right-image-full.smart-negotiation-hero-section1 .product-hero-images-wrapper.collaboration-hero-image, .cs-option2-hero-section1.platform-hero-section.hero-right-image-full.smart-negotiation-hero-section1 .product-hero-images-wrapper, .cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-one-line.smart-negotiation-hero-section1 .product-hero-images-wrapper, .cs-option2-hero-section1.platform-hero-section.hero-right-image-full.title-three-line.smart-negotiation-hero-section1 .product-hero-images-wrapper {
		margin-top: 0;
	}
	
	.fifty-fifty-right-content-inner {
		max-width: 100%;
	}
	
	.additional-resources-section1 .resources-post-section-wrapper {
		margin-top: 20px;
		margin-bottom: 62px;
	}
	
	.agentos-additional-resources .resources-post-section-wrapper {
		margin-top: 40px;
		margin-bottom: 80px;
	}
	
	.additional-resources-section1 .additional-resources-posts-wrapper h2 {
		margin-bottom: 30px;
	}
	
	/** Financial Services Page Start **/
	.hero-full-width-image {
		width: 100%;
		position: static;
		padding-left: 20px;
		padding-right: 20px;
		transform: none;
	}
	
	.hero-full-width-image .elementor-widget-image {
		border-radius: 16px !important;
		overflow: hidden;
	}
	
	.usecase-section .btn.text-link {
		margin-top: 18px;
	}
	
	.financial-services-hero-section.title-four-line .hero-left-title1, .financial-services-hero-section.title-three-line .hero-left-title1, .financial-services-hero-section .hero-left-title1, .no-logo-band.financial-services-hero-section .hero-left-title1 {
		margin-bottom: 32px;
	}
	
	/** Manage Contract Performance Page Start **/
	.home-section1.manage-hero-section .hero-left-title {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	
	/** Ironclad Campaign Page Start **/
	.ironclad-campaign-hero-section.home-section1.manage-hero-section .hero-left-title {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		padding-right: 0;
	}
	
	.ironclad-campaign-hero-section .home-section2-new {
		background: none !important;
	}
	
	.ironclad-campaign-hero-section.home-section1.manage-hero-section {
		padding-bottom: 45px;
	}
	
	.ironclad-campaign-section2>.e-con-inner>.elementor-element>div {
		padding-left: 32px;
		padding-right: 32px;
	}
	
	.two-logos-space>div:nth-child(2), .two-logos-space>div:nth-child(3) {
		margin-right: 0;
	}
	
	.tab-content-wrapper1 .tab-content-left-block blockquote p, .tab-content-wrapper1 .tab-content-left-block blockquote, .small-text, .tab-content-right-inner p {
		font-size: 14px;
	}
	
	/** Submission Triage Page Start **/
	.submission-triage-hero-section h2 br {
		display: none;
	}
	
	.submission-triage-hero-section .hero-full-width-image {
		width: 69%;
		margin-left: auto;
		margin-top: -88px;
	}
	
	.cs-option2-hero-section1.platform-hero-section.product-hero-section.home-section1.submission-triage-hero-section {
		padding-bottom: 37px;
	}
	
	/** Faq's Section Start **/
	.faq-section .accordion-style .elementor-accordion .elementor-tab-title {
		padding: 20px 0;
	}
	
	.faq-section .accordion-style .elementor-accordion .elementor-tab-content {
		padding: 0 50px 30px 0;
	}
	
	.faq-section .accordion-style .elementor-accordion .elementor-accordion-icon {
		width: 31px !important;
		min-width: 31px;
		height: 30px;
		margin-right: 20px;
	}
	
	.faq-section .accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-opened:before, .faq-section .accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-closed:before {
		width: 31px;
		height: 30px;
	}
	
	.financial-services-hero-section.title-three-line1 .hero-left-title1 {
		margin-bottom: 32px;
	}
	
	/** What Customers Are Saying Section Start **/
	.customers-review-slider .slick-arrow {
		top: -51px;
	}
	
	.slider-overlay:before {
		top: 68px;
	}
	
	/** Integration Page Start **/
	.integration-section2-inner {
		max-width: 728px;
		left: -3px;
	}
	
	.integration-section2-inner .round-image img {
		width: 60% !important;
	}
	
	.top-arrow-text p {
		font-size: 13px !important;
		line-height: 16px !important;
	}
	
	.arrow-with-icon:after {
		width: 6px;
		height: 22px;
		background-size: auto;
		background-position: top center;
		top: -22px;
	}
	
	.right .arrow-with-icon:after {
		width: 22px;
		height: 6px;
		background-position: right center;
		left: 55px;
	}
	
	.left .arrow-with-icon:after {
		width: 22px;
		height: 6px;
		background-position: left center;
		left: -21px;
	}
	
	.right .arrow-with-icon {
		margin-right: -11px;
	}
	
	.arrow-with-icon {
		transform: scale(.7);
	}
	
	.small-logo-wrapper {
		margin-bottom: 7px;
		transform: scale(.8);
	}
	
	.integration-section2-inner>.e-con-inner {
		padding-top: 100px;
		padding-bottom: 90px;
		margin-top: 30px;
		position: relative;
	}
	
	.top-arrow-text {
		top: 0;
	}
	
	.bottom .small-logo-wrapper {
		margin-bottom: 0;
		margin-top: 7px;
	}
	
	.icon-text-3.right .arrow-with-icon {
		margin-right: -8px;
	}
	
	.icon-text-4.right .arrow-with-icon {
		margin-right: -13px;
	}
	
	.icon-text-5.right .arrow-with-icon {
		margin-right: -6px;
	}
	
	.left .arrow-with-icon {
		margin-left: -8px;
	}
	
	.icon-text-9.left .arrow-with-icon, .icon-text-10.left .arrow-with-icon {
		margin-left: -13px;
	}
	
	.top-arrow-text.icon-text-10, .top-arrow-text.icon-text-2 {
		top: 19%;
	}
	
	.top-arrow-text.icon-text-2 {
		left: 26%;
	}
	
	.top-arrow-text.icon-text-3 {
		left: 32.3%;
	}
	
	.top-arrow-text.icon-text-5 {
		left: 21.5%;
	}
	
	.top-arrow-text.icon-text-7 {
		right: 23.2%;
	}
	
	.top-arrow-text.icon-text-8 {
		right: 31%;
	}
	
	.top-arrow-text.icon-text-4, .top-arrow-text.icon-text-8 {
		top: 51%;
	}
	
	.top-arrow-text.icon-text-9 {
		right: 36%;
	}
	
	.top-arrow-text.icon-text-10 {
		right: 27%;
	}
	
	/** Agiloft Campaign Landing Page Start **/
	.agiloft-alternative-section1-inner .e-n-accordion-item {
		width: 100%;
	}
	
	.aas-accordion-right-block {
		position: relative;
		left: 0;
		padding: 28px;
		border-top: 1px solid #b0cfc8;
		border-radius: 0 !important;
		margin: 0 -32px;
		width: auto;
	}
	
	.aas-accordion-right-block>div {
		padding: 0 !important;
		max-height: none;
		overflow: inherit;
	}
	
	.agiloft-alternative-section1-inner .elementor-widget-n-accordion .e-n-accordion-item-title+div, .agiloft-alternative-section1-inner .elementor-widget-n-accordion .e-n-accordion-item-title {
		border-radius: 0 !important;
	}
	
	.agiloft-alternative-section2 .ironclad-campaign-section3.customers-small-strip #rating-widget-container span.gartner-pi-score {
		margin-right: 10px;
	}
	
	.agiloft-alternative-section2 .dark-small-btn .elementor-button {
		padding: 10px 10px;
		min-width: 169px;
	}
	
	.agiloft-alternative-section2 div#rating-widget-container {
		font-size: 0;
		line-height: 0;
	}
	
	.tab-style2 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		font-size: 16px;
	}
	
	.tab-content-wrapper1 {
		margin-top: 24px;
	}
	
	.tab-content-wrapper1 {
		flex-wrap: wrap;
	}
	
	.tab-content-wrapper1 .tab-content-left-block {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		border-radius: 16px 16px 0 0;
	}
	
	.tab-content-wrapper1 .tab-content-left-block h4, .tab-content-wrapper1 .tab-content-left-block h3 {
		margin: 0 0 40px 0;
	}
	
	.small-text {
		padding-top: 24px;
	}
	
	.tab-content-right-block {
		padding: 24px 18px 24px 24px;
	}
	
	.tab-content-right-inner {
		min-width: 44%;
		max-width: 44%;
		flex-basis: 44%;
		padding-right: 20px;
	}
	
	.tab-content-right-block .image-box {
		padding-left: 0;
	}
	
	.tab-content-wrapper1 .tab-content-inner {
		padding: 0;
	}
	
	.tab-content-wrapper1 .tab-content-left-block blockquote p, .tab-content-wrapper1 .tab-content-left-block blockquote, .small-text, .tab-content-right-inner p {
		font-size: 14px;
	}
	
	.meet-sirion-agents-section:before {
		top: -320px;
	}
	
	.meet-sirion-agents-section .product-tab-content-wrapper h4 {
		margin-bottom: 20px;
	}
	
	.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper {
		max-width: none;
		margin: 0 -4px;
	}
	
	.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		font-size: 16px;
	}
	
	.meet-sirion-agents-section .product-tab-content {
		padding: 15px 20px 20px 20px;
	}
	
	.meet-sirion-agents-section .product-image-box {
		padding: 10px 20px;
	}
	
	/** Resources New List Page Start **/
	.resources-library-sliders-wrapper .slider-items {
		margin-top: 60px;
	}
	
	.title-btn-wrapper .btn {
		font-size: 18px;
		padding: 14px 16px;
		border-radius: 12px;
	}
	
	.resources-library-sliders-wrapper .slick-track>.items, .resources-library-sliders-wrapper>.items {
		padding: 8px;
	}
	
	.resources-library-sliders-wrapper .university-cate-card-wrapper:hover {
		top: 0;
	}
	
	.resources-itmes1 .webinar-event-title-wrapper {
		width: 55%;
		left: 24px;
	}
	
	.announcement-strip-wrapper .timer {
		padding-left: 4px;
	}
	
	.announcement-strip.announcement-strip2 .close-button {
		position: absolute;
		left: 0;
		top: 7px;
	}
	
	.page-id-10489 .site-header {
		top: 110px;
	}
	
	/*.cs-live-webinar-enable .site-header {top: 70px;}*/
	.image-zoom-in img {
		transform: scale(1.2);
	}
	
	.disabled-strip2.cs-live-webinar-enable .site-header {
		top: 0px;
	}
	
	.single-university .resource-case-study-details-section1 .elementor-widget-shortcode, .single-resources .resource-case-study-details-section1 .elementor-widget-shortcode, .home-section1 .breadcrumbs-wrapper, .cs-option2-hero-section1 .breadcrumbs-wrapper.breadcrumbs-group, .hero-bottom-gradient, .resources-section1 {
		margin-top: 120px !important;
		transition: all .3s !important;
	}
	
	.hero-bottom-gradient {
		margin-top: 0 !important;
	}
	
	body.page-template-solutions .home-section1 .breadcrumbs-wrapper {
		margin-top: 0px !important;
		transition: all .3s !important;
	}
	
	.disabled-strip2.single-university .resource-case-study-details-section1 .elementor-widget-shortcode, .disabled-strip2.single-resources .resource-case-study-details-section1 .elementor-widget-shortcode, .disabled-strip2 .home-section1 .breadcrumbs-wrapper, .disabled-strip2 .cs-option2-hero-section1 .breadcrumbs-wrapper.breadcrumbs-group, .disabled-strip2 .hero-bottom-gradient, .disabled-strip2 .resources-section1 {
		margin-top: 0 !important;
	}
	
	.cs-live-webinar-disable .site-header {
		top: 0;
	}
	
	.disabled-strip2 .site-header {
		top: 0 !important;
	}
	
	.cs-live-webinar-enable .site-header {
		top: 124px !important;
	}
	
	.cs-live-webinar-enable.disabled-strip2 .site-header {
		top: 0 !important;
	}
	
	body .mobile-content-show2, body.tax-university_category .resources-right-block .elementor-hidden-mobile_extra.elementor-widget-shortcode {
		display: block !important;
	}
	
	body .desktop-content-show2, body.tax-university_category .resources-left-block {
		display: none !important;
	}
	
	/* Og checklist start */
	.og-section2 .tab-style2 .tabs-styling .elementor-tabs .elementor-tabs-wrapper {
		margin: 0 auto 40px auto;
	}
	
	.og-section2 h3 {
		font-size: 24px;
		padding: 10px 0 7px 80px;
		border-radius: 6px 6px 0 0;
		display: inline-flex !important;
		height: 90px;
		line-height: 1.5;
	}
	
	.og-section2 h3 br {
		display: block;
	}
	
	.og-section2 h3:before {
		top: 24px;
	}
	
	.og-section2 h3:nth-child(2), .og-section2 ul li:nth-last-child(2) {
		border-radius: 0 0 0 0;
	}
	
	.og-section2 .tab-style2 .tab-content-inner {
		padding-right: 0;
	}
	
	.og-section2 ul li:last-child {
		border-radius: 0 0 6px 6px;
	}
	
	.home-section7 .swiper-slide-contents {
		flex-wrap: wrap;
	}
	
	.logo-strip-internal .logo_marquee_bg:before {
		width: 20%;
		background: linear-gradient(90deg, rgba(22, 46, 54, 30%) 29%, rgba(255, 255, 255, 0%) 80%);
	}
	
	.logo-strip-internal .logo_marquee_bg:after {
		width: 20%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0%) 30%, rgba(20, 43, 51, 40%) 90%);
	}
	
	/** Home 3 Page Start **/
	.home-3-section1 .elementor-custom-embed-play svg {
		width: 74px;
	}
	
	.home-3-section2 .elementor-widget-n-tabs .e-n-tab-icon svg {
		width: 18px !important;
	}
	
	.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
		border-radius: 6px;
		padding: 9px 13px;
	}
	
	.home-3-section2 .e-n-tab-title-text {
		font-size: 16px;
		line-height: 20px;
	}
	
	.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title:after {
		width: 25px;
		height: 25px;
		margin-top: -13px;
	}
	
	.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title {
		min-width: 87px;
		max-width: 87px;
	}
	
	.home-3-section2 .e-n-tabs-content {
		margin-top: 26px;
	}
	
	.custom-pagination-wrapper {
		margin-top: 30px;
	}
	
	.slick-custom-arrows {
		gap: 14px;
	}
	
	.slick-custom-arrows .slick-arrow {
		width: 14px !important;
		height: 7px !important;
	}
	
	.custom-dots-list li {
		width: 10px;
		height: 10px;
	}
	
	.custom-dots-list li:before {
		width: 9px;
		height: 9px;
	}
	
	.custom-dots-list li.slick-active:before {
		width: 11px;
		height: 11px;
	}
	
	.home-3-section3 {
		overflow: hidden;
	}
	
	.home-section5.home-3-section5 h3.elementor-heading-title {
		max-width: 514px;
	}
	
	.home-section5.home-3-section5.home-new-section5 .right-content-block>div {
		max-width: 590px;
		margin-left: 0;
	}
	
	#carousel3d {
		margin: -30px 0;
	}
	
	#carousel3d .carousel {
		height: 407px;
	}
	
	#carousel3d .testimonial-card {
		flex-direction: row;
		min-height: 270px;
		height: 270px;
		border-radius: 26px;
	}
	
	#carousel3d .testimonial-left {
		width: 31.5%;
		min-width: 31.5%;
		padding: 26px 30px 26px 26px;
		border-radius: 26px 0 0 26px;
		align-items: flex-start;
		text-align: left;
	}
	
	#carousel3d .testimonial-right {
		width: 100%;
		padding: 24px 58px 24px 26px;
	}
	
	#carousel3d .g2-rating {
		text-align: left;
		margin-top: 15px;
	}
	
	#carousel3d .testimonial-right {
		padding: 20px;
	}
	
	#carousel3d .testimonial-text {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 20px;
	}
	
	#carousel3d .testimonial-author {
		font-size: 14px;
	}
	
	#carousel3d .slider-control {
		bottom: 3rem;
	}
	
	#carousel3d .carousel-item {
		max-width: 540px !important;
	}
	
	#carousel3d .translate-x-40 {
		transform: translateX(27%) scale(.75);
	}
	
	#carousel3d .translate-x-neg40 {
		transform: translateX(-27%) scale(.75);
	}
	
	#carousel3d .translate-x-70 {
		transform: translateX(0%) scale(.6);
	}
	
	#carousel3d .translate-x-neg70 {
		transform: translateX(0) scale(.6);
	}
	
	#carousel3d .rating {
		font-size: 17px;
		margin-top: 2px;
	}
	
	#carousel3d .rating span {
		font-size: 12px;
	}
	
	#carousel3d .g2-rating img {
		max-width: 30px;
	}
	
	#carousel3d .g2-rating {
		margin-top: 12px;
		padding-top: 15px;
	}
	
	#carousel3d .testimonial-stars {
		font-size: 18px;
		margin-bottom: 7px;
		letter-spacing: 2px;
	}
	
	#carousel3d .testimonial-author {
		font-size: 10px;
		letter-spacing: 0;
		line-height: 15px;
	}
	
	.strip-spacing1 {
		padding-top: 90px;
	}
	
	.disabled-strip2 .strip-spacing1 {
		padding-top: 0px;
	}
	
	.cs-live-webinar-enable .strip-spacing1 {
		padding-top: 128px !important;
	}
	
	.cs-live-webinar-enable .disabled-strip2 .strip-spacing1 {
		padding-top: 0px !important;
	}
	
	.announcement-strip-main.announcement-strip2 {
		padding: 14px 20px;
	}
	
	.announcement-strip-main.announcement-strip2 p {
		width: 100%;
		max-width: 400px;
	}
	
	.announcement-strip-main.announcement-strip2 .right-btn-wrapper {
		margin-left: -20%;
	}
	
	.video-content video.elementor-video {
		border-radius: 7px;
	}
	
	.video-content2 video.elementor-video {
		border-radius: 4px;
	}
	
	.cs-live-webinar-enable .agentos-hero-section.home-section1 {
		padding-top: 290px !important;
		padding-bottom: 0 !important;
	}
	
	.cs-live-webinar-enable.disabled-strip2 .agentos-hero-section.home-section1 {
		padding-top: 160px !important;
	}
	
	.cs-live-webinar-disable .home-sectio1-top.asksirion-hero-section, .cs-live-webinar-enable .home-sectio1-top.asksirion-hero-section {
		padding-top: 280px !important;
	}
	
	.cs-live-webinar-disable.disabled-strip2 .home-sectio1-top.asksirion-hero-section, .cs-live-webinar-enable.disabled-strip2 .home-sectio1-top.asksirion-hero-section {
		padding-top: 150px !important;
	}
	
	/* use-cases tab section start */
	.explore-sirion-use-cases.meet-sirion-agents-section .content-block {
		display: flex;
		gap: 20px;
	}
	
	.explore-sirion-use-cases.meet-sirion-agents-section .content-block .items {
		max-width: calc(33.33% - 14px);
	}
	
	/* use-cases tab section end */
	.home .s6-logo-list-wrapper {
		justify-content: flex-start;
	}
	
	.h3-hero-left-block:after {
		width: 335px;
		height: 334px;
		top: -50%;
		filter: blur(130.9px);
		left: 66%;
	}
	
	.h3-hero-left-block:before {
		width: 199px;
		height: 199px;
		left: -160px;
		filter: blur(88px);
		top: 52%;
	}
	
	.cs-live-webinar-disable.disabled-strip2 .home-3-hero-section-new, .strip-enable .home-3-hero-section-new {
		margin-top: -68px;
	}
	
	.disabled-strip2 .home-3-hero-section-new, .disabled-strip2 .home-3-hero-section-new {
		margin-top: -132px;
	}
	
	.strip-enable.cs-live-webinar-enable .home-3-hero-section-new {
		margin-top: 0px;
	}
	
	.strip-enable.cs-live-webinar-enable.disabled-strip2 .home-3-hero-section-new {
		margin-top: -132px;
	}
	
	.right-image-bg:before {
		left: 37%;
		top: 110px;
		width: 200.89px;
		height: 510.36px;
		filter: blur(65.0885px);
		transform: rotate(90deg);
	}
	
	/** Asksirion Page Start **/
	.asksirion-video-and-slider-section:before, .asksirion-video-and-slider-section:after {
		bottom: 268px;
	}
	
	/** Home - Hero Section **/
	.home-hero-section-v1:before {
		width: 502.63px;
		height: 501px;
		top: 15px;
		filter: blur(141.569px);
	}
	
	/*.hero-vide-firame-wrapper>.elementor-element {padding:18px 4px 6px 4px;}*/
	.hero-vide-firame-wrapper .elementor-widget-html>div {
		border-radius: 4px;
	}
	
	.home-video-section:after {
		transform: translate(-50%, -41px);
		width: 453.17px;
		height: 452.79px;
		filter: blur(25px);
	}
	
	.home-hero-section-v1 h1 br {
		display: none;
	}
	
	.home-video-section .e-hosted-video.elementor-wrapper {
		border-radius: 5px;
	}
	
	/** Announcement Strip New Start **/
	.announcement-strip2-new-styling {
		padding: 15px 20px;
	}
	
	.announcement-strip2-new-styling .close-button {
		position: relative !important;
		top: 0 !important;
	}
	
	.announcement-strip2-new-styling .announcement-strip-wrapper p {
		font-size: 16px;
	}
	
	body.gmq-ribbon-enable .site-header {
		top: 68px;
	}
	
	.gmq-ribbon-enable .home-3-hero-section-new {
		top: 6px;
		transition: all .4s ease;
	}
	
	.gmq-ribbon-enable.disabled-strip2 .home-3-hero-section-new {
		top: 0;
	}
	
	.single-resources .resource-case-study-details-section1 {
		padding-top: 0px;
	}
	
	.single-resources .resource-case-study-details-section2 .details-left-block.rael-particle-no {
		padding-top: 50px;
	}
	
	.single-resources .resource-case-study-details-section2 .details-left-block.elementor-hidden-tablet.elementor-hidden-mobile {
		display: none !important;
	}
	
	.single-resources .resource-case-study-details-section2 .details-left-block.rael-particle-no .rael-particle-no {
		margin-bottom: 0 !important;
	}
	
	.swiper.marquee-swiper {
		mask-image: linear-gradient(to right, transparent 0%, white 40%, white 40%, transparent 100%);
	}
	
	body .tab-content-show, body .tab-m-content-show {
		display: block !important;
	}
	
	body .desktop-mobile-content-show, body .desktop-tab-content-show {
		display: none !important;
	}
	
	.gartner-critical-hero-section .register-now-btn1 .elementor-button {
		padding: 13px 18px !important;
		font-size: 18px;
		border-radius: 12px;
	}
	
	.details-left-block>div>div {
		border-radius: 16px !important;
	}
	
	.hero-left-title .button-style-new .elementor-button {
		font-size: 18px !important;
		padding: 13px 20px !important;
		border-radius: 12px !important;
	}
	
	/* Customer Stories start */
	.customer-stories-hero-section .video-block {
		width: 100%;
		height: auto !important;
		position: static;
	}
	
	.popup-style-top>div {
		top: 20px;
		width: calc(100% - 40px);
	}
	
	.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 .right-content {
		position: absolute;
		bottom: 10px;
		right: 11.1%;
	}
	
	.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 p {
		font-size: 18px;
		line-height: 120%;
	}
	
	.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 #mobile-close-btn {
		position: absolute;
		right: 10px;
		top: 0;
	}
	
	.cs-live-webinar-enable .campaign-breadcrumb-section, .cs-live-webinar-enable .terms-policies-section-title-section, .cs-live-webinar-enable .philosophy-design-section1-inner, .cs-live-webinar-enable .home-section1 {
		padding-top: 150px !important;
	}
	
	.cs-live-webinar-enable.disabled-strip .home-section1 {
		padding-top: 130px !important;
	}
	
	.cs-live-webinar-enable.single-resources .resource-case-study-details-section1 {
		padding-top: 30px;
	}
	
	.cs-live-webinar-enable .home-3-hero-section-new {
		padding-top: 50px;
	}
	
	.cs-live-webinar-enable .hero-bottom-gradient, .cs-live-webinar-enable .campaign-hub-hero-section {
		padding-top: 80px;
	}
	
	.cs-live-webinar-enable.disabled-strip2 .hero-bottom-gradient, .cs-live-webinar-enable.disabled-strip2 .campaign-hub-hero-section, .cs-live-webinar-enable.disabled-strip2 .home-3-hero-section-new {
		padding-top: 0px;
	}
	
	/* tab-new-style */
	.tab-new-style .tab-content-right-inner {
		padding: 0;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	
	.tab-new-style .tab-content-right-block {
		padding: 40px;
		display: block !important;
	}
	
	.tab-new-style .tab-content-right-block .image-box {
		padding-left: 0;
	}
	
	.tab-new-style .tab-content-right-block .image-box1, .tab-new-style .tab-content-right-block .image-box4 {
		padding: 40px 0 0 0;
	}
	
	/* CLM Navigator template start */
	body.term-clm-navigator .site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown:before {
		background: var(--primary-color);
	}
	
	body.term-clm-navigator .site-navigation-dropdown ul.menu {}
	
	body.term-clm-navigator .site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown:before, body.term-clm-navigator .site-navigation-dropdown ul.menu {
		background: var(--primary-color);
	}
	
	body.term-clm-navigator .site-navigation-dropdown ul.menu>li>a {
		background: #05272c;
		color: var(--white-color);
	}
	
	body.term-clm-navigator .site-navigation-dropdown ul.menu>li>ul.sub-menu li a {
		color: var(--text-color);
	}
	
	body.term-clm-navigator .site-navigation-dropdown ul.menu>li>ul.sub-menu li.current-menu-item>a {
		color: var(--secondary-color);
	}
	
	body.term-clm-navigator .site-navigation-dropdown ul.menu>li.copyright>a {
		color: #4d565d;
	}
	
	.clm-categories-section3 .clm-post-version2 .clm-post-items {
		max-width: calc(50% - 12px);
	}
	
	/* enterprise intelligence system start */
	body.cs-live-webinar-enable .enterprise-hero-section {
		padding-top: 124px;
	}
	
	body.cs-live-webinar-enable.disabled-strip2 .enterprise-hero-section {
		padding-top: 0px;
	}
	
	/* Velocity 27 Page start */
	.agenda-new-block .time {
		padding-left: 0;
	}
	
	.agenda-new .agenda-row {
		padding-left: 35% !important;
	}
	
	.agenda-new-block .time-new {
		padding: 10px 20px;
		width: 25%;
	}
	
	.velocity-section-tab .agenda-header {
		padding: 12px 45px;
	}
	
	.velocity-section-tab .agenda-row {
		padding: 22px 45px;
	}
	
	.velocity-section-tab .agenda-header, .velocity-section-tab .agenda-row {
		grid-template-columns: 1fr;
	}
	
	.velocity-section-tab .images-wrapper.v-image-wrapper {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
}

@media screen and (max-width:903px) {
	.cs-live-webinar-disable .site-header {
		top: 0;
	}
	
	.disabled-strip2 .site-header {
		top: 0px !important;
	}
	
	.cs-live-webinar-enable .site-header {
		top: 124px !important;
	}
	
	.cs-live-webinar-enable.disabled-strip2 .site-header {
		top: 0 !important;
	}
}

@media screen and (max-width:880px) {
	.announcement-strip-wrapper .timer {
		padding: 0 !important;
	}
	
	.announcement-strip-wrapper .close-button {
		position: absolute;
		left: 0;
		top: 7px;
	}
	
	.disabled-strip2 .site-header {
		top: 0px;
	}
	
	/* .site-header {top: 95px;} */
	.announcement-strip-wrapper .date-timer {
		position: static !important;
	}
	
	.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 .date-timer {
		position: absolute !important;
	}
	
	body .mobile-content-show1 {
		display: block !important;
	}
	
	body .desktop-content-show1 {
		display: none !important;
	}
}

@media screen and (max-width:767px) {
	.site-header {
		top: 90px;
	}
	
	/** Hero Section Start **/
	.home-section1 {
		padding: 150px 20px 80px 20px;
	}
	
	.home-section1 {
		padding: 100px 20px 80px 20px;
	}
	
	.agentos-hero-section.home-section1, .agentos-hero-section.home-section1 {}
	
	.hero-bottom-gradient:after, .home-section1:after {
		height: 309px;
	}
	
	.home-section1 .hero-left-title h1 {
		max-width: 420px;
	}
	
	.home-section1 .hero-content {
		margin-top: 15px;
	}
	
	.home-section1 .hero-content .elementor-widget-button .elementor-widget-container {
		padding-top: 21px;
	}
	
	.home-section1 .hero-bottom-images .elementor-widget-container {
		height: 229px;
	}
	
	.home-hero-btn-wrapper .bdr-btn .elementor-widget-container {
		margin: 0;
	}
	
	.home-hero-btn-wrapper .elementor-element:first-child {
		margin-right: 15px;
	}
	
	/** Home Section 2 Start **/
	.home-section2 h2 br {
		display: none !important;
	}
	
	/** Home Section 3 Start **/
	.home-section3>div {
		padding-bottom: 90px !important;
	}
	
	.home-section3 .elementor-widget-theme-post-featured-image>.elementor-widget-container {
		padding: 20px 24px 24px 24px;
	}
	
	.home-section3 .elementor-widget-theme-post-featured-image img {
		height: auto !important;
	}
	
	.product-box-wrapper .elementor-widget-button {
		bottom: 24px;
		left: 24px;
	}
	
	.home-section3 .e-con-inner>div:nth-child(6)>div, .home-section3 .e-con-inner>div:nth-child(3)>div {
		min-height: 1px;
	}
	
	.home-section3 .e-con-inner>div:nth-child(6) figure.wp-caption img, .home-section3 .e-con-inner>div:nth-child(3) figure.wp-caption img {
		display: block;
	}
	
	.home-section3 .e-con-inner>div:nth-child(1) {
		order: 1;
	}
	
	.home-section3 .e-con-inner>div:nth-child(2) {
		order: 2;
	}
	
	.home-section3 .e-con-inner>div:nth-child(4) {
		order: 3;
	}
	
	.home-section3 .e-con-inner>div:nth-child(6) {
		order: 4;
	}
	
	.home-section3 .e-con-inner>div:nth-child(3) {
		order: 5;
	}
	
	.home-section3 .e-con-inner>div:nth-child(5) {
		order: 6;
	}
	
	.home-section3 .e-con-inner>div:nth-child(7) {
		order: 7;
	}
	
	.home-section3 .e-con-inner>div:nth-child(8) {
		order: 8;
	}
	
	.home-section3 .e-con-inner>div:nth-child(4) .elementor-widget-theme-post-featured-image img, .home-section3 .e-con-inner>div:nth-child(5) .elementor-widget-theme-post-featured-image img, .home-section3 .e-con-inner>div:nth-child(7) .elementor-widget-theme-post-featured-image img {
		height: auto !important;
	}
	
	.home-section3 .product-box-wrapper .elementor-widget-theme-post-featured-image .widget-image-caption {
		min-height: 128px;
	}
	
	.image-content-box .elementor-widget-container {
		height: auto !important;
	}
	
	.home-section5 .content-box-wrapper>.elementor-element {
		display: block;
	}
	
	/** Home Section 4 Start **/
	.content-list-wrapper .right-image-block .image1 .elementor-widget-container, .content-list-wrapper .right-image-block .image1 {
		padding-bottom: 50.5%;
	}
	
	.logo-list-wrapper .elementor-widget {
		padding: 0 10px;
	}
	
	.home-section4 p, .home-section4 h4 {}
	
	.logo-list-wrapper {
		margin-left: 0 !important;
		width: 100%;
		position: relative;
	}
	
	.logo-list-wrapper img {
		object-position: left center;
	}
	
	.content-list-wrapper .left-content-block {
		padding: 0;
	}
	
	.content-list-wrapper .items {
		padding: 24px;
		flex-direction: column-reverse;
	}
	
	.content-list-wrapper .small-btn {
		margin-top: 24px;
	}
	
	.image-content-box .elementor-widget-container {
		padding: 82px 32px 32px 32px;
	}
	
	.image-content-box .small-btn {
		position: static;
		margin-top: 18px;
		width: 135px;
	}
	
	/** Home Section 5 Start **/
	.home-new-section5 .image-content-box .elementor-image-box-content {
		padding: 20px;
	}
	
	/** Home Section 6 Start **/
	.s6-logo-list-wrapper .elementor-widget-image {
		width: 46%;
	}
	
	.s6-logo-list-wrapper {
		max-width: 262px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content-list-wrapper .elementor-widget-heading h4.selected span:first-child {
		left: -6px;
		top: -1px;
	}
	
	.static-badge-section .s6-logo-list-wrapper>div:nth-child(6), .static-badge-section .s6-logo-list-wrapper>div:nth-child(1) {
		min-width: 15.4%;
		max-width: 15.4%;
		flex-basis: 15.4%;
	}
	
	.static-badge-section .s6-logo-list-wrapper>div:nth-child(2) {
		min-width: 17.4%;
		max-width: 17.4% !important;
		flex-basis: 17.4%;
	}
	
	.static-badge-section .s6-logo-list-wrapper>div:nth-child(3) {
		min-width: 16%;
		max-width: 16% !important;
		flex-basis: 16%;
	}
	
	.static-badge-section .s6-logo-list-wrapper>div:nth-child(4) {
		min-width: 13.5%;
		max-width: 13.5% !important;
		flex-basis: 13.5%;
	}
	
	.static-badge-section .s6-logo-list-wrapper>div:nth-child(5) {
		min-width: 15%;
		max-width: 15% !important;
		flex-basis: 15%;
	}
	
	.static-badge-section .s6-logo-list-wrapper>div:nth-child(7) {
		min-width: 12.6%;
		max-width: 12.6% !important;
		flex-basis: 12.6%;
	}
	
	.static-badge-section .s6-logo-list-wrapper>div:nth-child(8) {
		min-width: 13.3%;
		max-width: 13.3% !important;
		flex-basis: 13.3%;
	}
	
	.static-badge-section .s6-logo-list-wrapper .elementor-widget-container, .static-badge-section .s6-logo-list-wrapper>div:nth-child(1) .elementor-widget-container {
		height: 57px !important;
	}
	
	/** Home Section 7 Start **/
	.s7-slider-wrapper .slick-list {
		padding-left: 66px;
	}
	
	.s7-slider-wrapper .elementor-widget-container {
		padding-bottom: 59%;
	}
	
	.home-section7 .elementor-widget-button {
		margin-top: 25px;
	}
	
	.logo-list-wrapper .elementor-widget-image {
		width: 110px !important;
	}
	
	/** Footer Start **/
	.f-logo-col a {
		width: 129px;
	}
	
	.footer .f-logo-col {
		width: 100%;
	}
	
	.footer .f-col-3 {
		width: 64.8%;
	}
	
	.f-col-3 .elementor-widget-heading {
		margin-bottom: 42px !important;
	}
	
	.elementor-widget-social-icons {
		margin-top: 0;
	}
	
	.footer-nav-top-links {
		margin-bottom: 0;
		margin-top: 37px;
	}
	
	.footer-nav h6 {
		margin: 0 0 11px 0;
	}
	
	.footer-nav ul li + li {
		margin-top: 12px;
	}
	
	.f-bottom-menu ul {
		flex-wrap: wrap !important;
		margin-top: -3px;
	}
	
	.f-bottom-menu ul li.menu-item + li.menu-item {
		margin-left: 0;
		margin-top: 8px;
	}
	
	.f-col-2 {
		padding-bottom: 18px;
	}
	
	.footer .f-col-2>div:nth-child(1) {
		order: 1;
	}
	
	.footer .f-col-2>div:nth-child(2) {
		order: 2;
	}
	
	.footer .f-col-2>div:nth-child(3) {
		order: 3;
		padding-left: 0;
		padding-right: 10px;
	}
	
	.footer .f-col-2>div:nth-child(4) {
		order: 4;
	}
	
	.footer .f-col-2>div:nth-child(5) {
		order: 5;
		padding-left: 0;
	}
	
	.footer-platform-menu {
		margin-top: -2px;
	}
	
	.footer .f-col-2 h6.elementor-heading-title, .footer-platform-menu .elementor-nav-menu--main ul.elementor-nav-menu>li>a {
		font-size: 14px !important;
		/* color:var(--white-color) !important; text-transform: none !important;*/
		letter-spacing: 0 !important;
	}
	
	.footer-platform-menu .elementor-nav-menu--main ul.elementor-nav-menu>li>a {
		margin-bottom: 16px;
	}
	
	.footer .f-col-2 h6.elementor-heading-title, .footer-platform-menu .elementor-nav-menu--main ul.elementor-nav-menu>li:first-child>a {
		text-transform: uppercase !important;
		color: #4d565d !important;
	}
	
	.footer .f-col-2 h6.elementor-heading-title {
		margin-bottom: 13px;
	}
	
	.footer-nav .platform-overview-label h6 {
		margin-bottom: 30px !important;
	}
	
	.footer-nav .solutions-overview-label h6 {
		margin-bottom: 25px !important;
	}
	
	.solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown ul.sub-menu li + li {
		margin-top: 12px !important;
	}
	
	#hs_show_banner_button {
		margin-bottom: 0px !important;
	}
	
	.footer-platform-menu .elementor-nav-menu--main ul.elementor-nav-menu ul.sub-menu li a {
		font-size: 14px;
		line-height: 20px;
	}
	
	.footer .elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
		font-size: 14px !important;
		line-height: 20px !important;
	}
	
	.footer-platform-menu .elementor-nav-menu--main ul.elementor-nav-menu ul.sub-menu {
		margin: -5px 0 44px 0 !important;
	}
	
	.t-none {
		display: block !important;
	}
	
	.platform-overview-label h6 {
		max-width: 140px;
	}
	
	.solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown ul.sub-menu li.label>a {
		font-size: 14px !important;
		letter-spacing: 0;
		color: #fff !important;
		text-transform: none;
	}
	
	.solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown ul.sub-menu {
		display: block !important;
		margin-top: 12px !important;
	}
	
	body .solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown>ul.sub-menu, body .solutions-menu .elementor-nav-menu--main ul.elementor-nav-menu li.footer-dropdown:hover>ul.sub-menu {
		display: block !important;
	}
	
	footer #hs_show_banner_button {
		padding-left: 0;
	}
	
	/** Product Page Start **/
	.left-accordion-wrapper>div {
		min-height: 434px;
	}
	
	.product-hero-section.home-section1 {
		padding-top: 200px;
		padding-bottom: 120px;
	}
	
	.breadcrumbs-wrapper {
		margin-bottom: -2px !important;
	}
	
	.product-hero-section .hero-bottom-images .product-hero-images-wrapper {
		right: 0;
	}
	
	.tabs-wrapper .elementor-tab-title {
		margin: 0 0 10px 0;
	}
	
	.tabs-wrapper .elementor-tabs .elementor-tabs-wrapper {
		display: -webkit-flex !important;
		display: flex !important;
		flex-direction: column !important;
		margin: 22px 0;
		justify-self: flex-start;
		align-items: flex-start;
	}
	
	.tabs-wrapper .elementor-tabs-content-wrapper .elementor-tab-mobile-title {
		display: none;
	}
	
	.hero-right-image-full .product-hero-images-wrapper {
		width: 100%;
		position: relative !important;
	}
	
	.hero-right-image-full.home-section1 .hero-bottom-images, .hero-right-image-full .product-hero-images-wrapper .elementor-widget-container {
		height: auto !important;
	}
	
	.product-hero-section.home-section1 .hero-bottom-images .product-hero-images-wrapper .elementor-widget-container {
		height: 230px !important;
	}
	
	.product-hero-section .product-hero-images-wrapper {
		border-radius: 8px !important;
	}
	
	.product-section1 .title-block h3 br {
		display: none;
	}
	
	.product-new-section .content-box-wrapper .elementor-widget-container {
		height: auto;
		display: block;
	}
	
	.product-new-section .content-box-wrapper>div {
		height: inherit;
		display: block;
	}
	
	.product-new-section .content-box-wrapper .icon {
		top: 29%;
	}
	
	.product-new-section .content-box-wrapper>div>div {
		display: block !important;
	}
	
	.image-content-box1 .elementor-image-box-content {
		min-height: 1px;
	}
	
	/** Product Child Page Start **/
	.accordion-style .elementor-accordion .elementor-tab-title {
		padding: 24px;
	}
	
	.acc-content-wrapper, .accordion-style .elementor-accordion-title {
		flex-wrap: wrap;
	}
	
	.acc-content-wrapper .acc-left-label, .accordion-style .elementor-accordion-title small {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		padding-right: 0;
		margin-bottom: 17px;
	}
	
	.accordion-style .elementor-accordion .elementor-accordion-icon {
		min-width: 32px;
		width: 32px !important;
		height: 32px;
	}
	
	.accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-opened:before, .accordion-style .elementor-accordion .elementor-accordion-icon>span.elementor-accordion-icon-closed:before {
		width: 16px;
		height: 16px;
	}
	
	.accordion-style .elementor-accordion .elementor-accordion-icon svg {
		width: 16px !important;
	}
	
	.accordion-style .elementor-accordion .elementor-tab-content {
		padding: 0 24px;
		margin-top: -13px;
	}
	
	.acc-bg-content {
		padding-top: 65px;
	}
	
	.acc-bg-content:before {
		left: -24px;
		right: -24px;
	}
	
	.product-child-section2 .swiper-pagination {
		display: block;
	}
	
	.product-child-section2 .elementor-swiper-button {
		display: none !important;
	}
	
	/** Solutions Page Start **/
	.page-template-solutions .product-hero-section.home-section1 {
		padding-bottom: 85px;
	}
	
	/** Philosophy Page Start **/
	.content-items .elementor-icon-box-title {
		margin-top: 0 !important;
	}
	
	.content-items .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
		align-items: center;
	}
	
	.philosophy-section2 h4 {
		font-size: 24px !important;
		line-height: 28px !important;
		letter-spacing: 0;
	}
	
	/** Resources List Page Start **/
	.resources-content-info {
		margin-top: 13px;
	}
	
	.resources-itmes {
		flex-wrap: wrap;
	}
	
	.page-template-resources .resources-itmes .img-cover, .term-webinars .resources-itmes .img-cover, .resources-itmes .img-cover {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		padding-bottom: 65.3%;
	}
	
	.page-template-resources .resources-post-content, .term-webinars .resources-post-content, .resources-post-content {
		padding: 24px 24px 30px 24px;
	}
	
	.resources-list-category1 {
		margin: 95px 0;
	}
	
	.resources-post-wrapper .resources-itmes1 {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	
	.custom-pagination {
		margin-top: 90px;
		margin-left: -8px;
		margin-right: -8px;
	}
	
	.custom-pagination .page-numbers {
		display: none;
	}
	
	.custom-pagination .page-numbers.next, .custom-pagination .page-numbers.prev {
		display: -webkit-flex;
		display: flex;
		width: 50%;
		margin: 0 8px;
	}
	
	/*.term-webinars .resources-post-content h4, .page-template-resources .resources-post-content h4, .webinar-event-title-wrapper h4 {font-size: 24px;line-height: 28px;}
.page-template-resources .resources-post-content .resource-content p,
.term-webinars .resources-post-content .resource-content p {font-size: 18px;line-height: 22px;}*/
	.webinar-event-title-wrapper h4 {
		line-height: 22px;
	}
	
	.resource-case-study-details-section2 blockquote p {
		font-size: 16px;
		line-height: 20px;
	}
	
	/** Resource - Case Study Detail Page Start **/
	.resources-right-block h1.elementor-heading-title, .resource-case-study-details-section1 h1.elementor-heading-title {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -.32px;
	}
	
	.feature-image-video-wrapper .elementor-widget-image, .feature-image-video-wrapper .elementor-widget-video {
		border-radius: 6px;
	}
	
	.faster-review-wrapper .elementor-widget-counter:nth-child(2), .faster-review-wrapper .elementor-widget-counter + .elementor-widget-counter {
		margin-top: 38px !important;
	}
	
	.faster-review-wrapper .elementor-widget-counter {
		width: 100%;
	}
	
	.resource-content-wrapper h4, .resource-content-wrapper h2 {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0;
	}
	
	.resource-content-wrapper h3 {
		font-size: 20px;
		line-height: 24px;
	}
	
	.resource-content-wrapper h4 {
		font-size: 18px;
		line-height: 22px;
	}
	
	.resource-content-wrapper h5 {
		font-size: 16px;
		line-height: 20px;
	}
	
	.resource-content-wrapper h6 {
		font-size: 14px;
		line-height: 18px;
	}
	
	.additional-resources-posts-wrapper .resources-post-wrapper .resources-itmes1:nth-child(3) {
		display: block;
	}
	
	.additional-resources-posts-wrapper {
		margin-bottom: 96px;
	}
	
	.newsletter-section .image-block {
		border-color: #0d5e68 !important;
	}
	
	/** Single Resource - Webinar Events Register Page Start **/
	.details-left-block .form-style {
		background: #fcfdfd !important;
	}
	
	.form-style .elementor-field-type-acceptance {
		margin: 24px 0 32px 0 !important;
	}
	
	.logo-list1-wrapper .elementor-widget-image {
		margin-bottom: 35px !important;
	}
	
	.speakers-list-wrapper .elementor-widget-image-box {
		width: 100%;
	}
	
	.speakers-list-wrapper .elementor-widget-image-box .elementor-image-box-wrapper {
		display: -webkit-flex;
		display: flex;
		text-align: left;
	}
	
	body .speakers-list-wrapper .elementor-image-box-img {
		margin-right: 24px !important;
	}
	
	.feature-image-video-wrapper .webinar-event-title-wrapper {
		left: 15px;
		bottom: 15px;
		width: 62%;
	}
	
	.feature-image-video-wrapper .webinar-event-title-wrapper h3 {
		font-size: 24px;
		line-height: 28px;
	}
	
	.feature-image-video-wrapper.feature-new-title .webinar-event-title-wrapper h3 {
		font-size: 16px;
		line-height: 18px;
		-webkit-line-clamp: 4;
	}
	
	.feature-image-video-wrapper .webinar-or-event-text {
		margin-bottom: 10px;
	}
	
	.resources-section1 {
		padding-top: 92px;
		transition: all .4s ease;
	}
	
	.disabled-strip2 .resources-section1 {
		padding-top: 0;
	}
	
	/** Single Resource - Blog Topic Individual Page Start **/
	.list-style-and-spacing ol li + li, .list-style-and-spacing ul li + li {
		margin-top: 0;
	}
	
	/** Solutions Hub Page Start **/
	.tabs-styling .elementor-tabs {
		overflow: auto;
	}
	
	.tabs-styling .elementor-tabs .elementor-tabs-wrapper {
		display: block;
		width: 380px;
	}
	
	.tabs-styling .elementor-tabs-wrapper {
		margin: 0;
	}
	
	.tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		background: none;
		border-color: rgba(13, 94, 104, .3) !important;
		margin: 0;
		min-width: 1px;
		max-width: none;
		flex-basis: auto;
		padding: 12px 8px;
	}
	
	.tabs-styling .elementor-tab-mobile-title {
		display: none !important;
	}
	
	.tab-content {
		display: block;
	}
	
	.tab-content-wrapper {
		margin-top: 39px;
	}
	
	.tab-content .btn {
		margin: 42px 0 0 0;
	}
	
	.tab-content-wrapper .image-box {
		height: auto;
	}
	
	.tab-content-wrapper .image-box img + img {
		width: 96px;
		height: 96px;
	}
	
	/** About Us Page Start **/
	.about-hero-section.product-hero-section.home-section1 {
		padding-bottom: 96px;
	}
	
	.about-hero-section .hero-content1 .elementor-widget-text-editor {
		max-width: 100% !important;
		margin-bottom: 30px;
	}
	
	.about-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
		height: auto !important;
		margin: 33px 0 0;
	}
	
	.about-hero-section .product-hero-images-wrapper, .about-hero-section .hero-content1, .about-hero-section.product-hero-section.home-section1 .hero-left-title {
		min-width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
	}
	
	.about-three-col-wrapper .elementor-image-box-img, .about-three-col-wrapper .box-icon .elementor-widget-image .elementor-widget-container {
		padding-bottom: 100%;
	}
	
	.about-three-col-wrapper .box-icon .elementor-widget-image .elementor-widget-container img {
		width: 128px;
		margin: 0 auto;
	}
	
	.about-three-col-wrapper .elementor-image-box-content {
		padding: 21px 24px 27px 24px;
	}
	
	.about-three-col-wrapper h3 {
		margin: 0 0 19px 0;
	}
	
	.about-three-col-wrapper p {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 0;
	}
	
	.about-three-col-wrapper>div+div {
		margin-top: 0;
	}
	
	.about-three-col-wrapper {
		margin: -8px;
	}
	
	.about-three-col-wrapper>div {
		padding: 8px !important;
	}
	
	.team-list-wrapper {
		margin: -16px 0;
		width: 100%;
		display: block !important;
	}
	
	.team-list-wrapper>div {
		padding: 16px 0;
		display: block;
	}
	
	/** Demo Page Start **/
	.logo-list-wrapper1 {
		flex-wrap: wrap !important;
		justify-content: flex-start;
		margin: -20px -10px !important;
	}
	
	.logo-list-wrapper1 .elementor-widget-container {
		margin: 5px 0;
	}
	
	.demo-s3-three-col-wrapper {
		width: 100% !important;
		margin: -8px 0;
		display: block;
	}
	
	.demo-s3-three-col-wrapper>div {
		padding: 8px 0 !important;
		display: block;
	}
	
	.demo-s3-three-col-wrapper .elementor-element {
		display: block;
	}
	
	.demo-s3-three-col-wrapper .elementor-heading-title {
		padding: 33px 32px;
	}
	
	.image-icon-box-wrapper .elementor-widget-image + .elementor-widget-image .elementor-widget-container {
		padding-bottom: 88.9%;
	}
	
	.demo-section4 .slick-list:after {
		display: none;
	}
	
	.demo-section4 .content-list-wrapper .items {
		flex-direction: inherit;
	}
	
	.demo-section4 .content-list-wrapper .right-image-block .image1 .elementor-widget-container {
		border-radius: 16px 16px 0 0;
	}
	
	.demo-section4 .content-list-wrapper .right-image-block .image1 .elementor-widget-container, .demo-section4 .content-list-wrapper .right-image-block .image1 {
		padding-bottom: 68.6%;
	}
	
	.demo-section4 .content-list-wrapper .left-content-block {
		padding: 0 24px 20px 24px;
	}
	
	.p-left-image {
		width: 6px !important;
	}
	
	.demo-section6 .p-right-block {
		width: calc(100% - 6px);
		padding: 38px 0 0 24px;
	}
	
	.p-top-block {
		padding-right: 24px;
		flex-direction: column-reverse !important;
		align-items: flex-start;
	}
	
	.p-top-block .elementor-widget-image-box .elementor-image-box-wrapper {
		text-align: left;
		display: -webkit-flex;
		display: flex;
		margin: 48px 0 0 0;
	}
	
	.p-top-block .elementor-widget.elementor-widget-image {
		max-width: 90px !important;
	}
	
	.p-right-block .p-title-block {
		margin-top: 48px;
		margin-bottom: 56px;
		padding-right: 24px;
	}
	
	.border-line-img img, .border-line-img, .border-line-img>div {
		height: 30px;
		width: 640px;
	}
	
	.demo-section6 .s7-slider-wrapper1 {
		display: block;
	}
	
	.form-style1.form-dark .hs_submit.hs-submit .actions .hs-button {
		background-position: calc(100% - 14%) center;
		font-size: 16px;
	}
	
	.demo-section1 .form-style1.form-dark .hs_submit.hs-submit .actions .hs-button {
		background-position: calc(100% - 14%) center;
	}
	
	.demo-section4 .logo-list-wrapper .elementor-widget {
		padding: 0 20px 0 0;
		width: 100px !important;
	}
	
	/** Partners Page Start **/
	.partners-hero-section.about-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
		height: auto !important;
	}
	
	.partners-hero-section.about-hero-section.product-hero-section.home-section1 {
		padding-bottom: 186px;
	}
	
	.tech-partners-list-wrapper>.e-con-inner {
		margin: -8px 0;
	}
	
	.tech-partners-list-wrapper .elementor-widget-image {
		padding: 8px 0;
		min-width: 100%;
		max-width: 100% !important;
		flex-basis: 100%;
	}
	
	.popup-style2, .popup-style1, .popup-style {
		padding: 20px !important;
	}
	
	.popup-style2 .elementor-field-type-acceptance, .popup-style1 .elementor-field-type-acceptance, .popup-style .elementor-field-type-acceptance {
		margin: 14px 0 22px 0 !important;
	}
	
	/** Integrations Page Start **/
	.integrations-hero-section.partners-hero-section.about-hero-section.product-hero-section.home-section1 {
		padding-bottom: 90px;
	}
	
	.four-col-logo-wrapper.tech-partners-list-wrapper .elementor-widget-image {
		min-width: 100%;
		max-width: 100% !important;
		flex-basis: 100%;
	}
	
	/** Careers Page Start **/
	.careers-hero-section.partners-hero-section.about-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
		height: auto !important;
	}
	
	.careers-hero-section.partners-hero-section.about-hero-section.product-hero-section.home-section1 {
		padding-bottom: 96px;
	}
	
	/** Press Page Start **/
	.press-section1 .items {
		position: relative;
		padding: 20px 24px;
	}
	
	.press-section1 .date-text {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		padding: 0;
		margin-bottom: 13px !important;
	}
	
	.press-section1 .title-text {
		min-width: 100%;
		max-width: 100% !important;
		flex-basis: 100%;
		padding-right: 0;
	}
	
	.press-section1 .title-text h5 {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0;
	}
	
	.press-section1 .title-text a:after {
		position: static;
		display: block;
		margin-top: 16px;
	}
	
	/** Terms & Policies Page Start **/
	.terms-policies-section .resource-content-wrapper h2 {
		margin-bottom: 15px;
	}
	
	.terms-policies-section .resource-content-wrapper h4 {
		margin-top: 25px;
		margin-bottom: 12px;
	}
	
	.terms-policies-section table th:first-child, .terms-policies-section table td:first-child {
		width: 130px;
	}
	
	.resource-content-wrapper .elementor-widget-text-editor + .elementor-widget-text-editor.saastermsbx {
		margin-top: 23px !important;
	}
	
	/** Get Real Demo Page Start **/
	.get-real-demo-section1.home-section1.home-section1 {
		padding: 74px 20px 80px 20px;
	}
	
	.get-real-demo-section1.home-section1 .hero-bottom-images {
		margin-top: 50px;
	}
	
	.get-real-demo-section3 .about-three-col-wrapper .e-con-full, .get-real-demo-section3 .about-three-col-wrapper .box-icon {
		display: block;
	}
	
	.get-real-demo-section3 .elementor-widget-image-box .elementor-image-box-description .btn {
		margin-bottom: -5px;
		margin-top: 20px;
	}
	
	.get-real-demo-section3 .elementor-widget-image-box .elementor-image-box-description span + span {
		margin-top: 10px;
	}
	
	/** Terms And Policies Page Start **/
	.terms-and-policies-section .elementor-button {
		font-size: 24px;
		padding: 24px 20px;
		border-radius: 12px;
	}
	
	/** AI Native Product Page Start **/
	.accordion-content-row {
		margin: 37px 0 0;
	}
	
	.accordion-content-row>div {
		padding: 0 0 28px 0;
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	
	.sub-title1, .sub-title2 {
		margin-bottom: 20px;
	}
	
	.product-child-section1-new .accordion-style .elementor-accordion .elementor-tab-title {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0;
		padding: 16px 24px;
	}
	
	.product-child-section1-new .accordion-style .elementor-accordion .elementor-tab-content {
		padding: 0 24px;
	}
	
	.product-child-section1-new .accordion-style .elementor-accordion .elementor-accordion-icon {
		min-width: 32px;
		width: 32px !important;
		height: 32px;
	}
	
	.feature-list-wrapper ul.elementor-icon-list-items li .elementor-icon-list-text {
		font-size: 12px !important;
	}
	
	.feature-items-1 {
		padding: 40px 20px 48px 58px;
	}
	
	.feature-tag-btn {
		right: 20px !important;
	}
	
	.announcement-strip-wrapper p {
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	
	.announcement-strip-wrapper .elementor-widget-button .elementor-button {
		padding: 6px 10px;
		font-size: 14px;
	}
	
	.single-university .resource-case-study-details-section1 .elementor-widget-shortcode, .single-resources .resource-case-study-details-section1 .elementor-widget-shortcode, .home-section1 .breadcrumbs-wrapper {
		margin-top: 92px;
	}
	
	.campaign-breadcrumb-section, .terms-policies-section-title-section, .philosophy-design-section1-inner, .demo-section1 {
		padding-top: 92px;
	}
	
	/** Platform Page Start **/
	.platform-hero-section.hero-right-image-full.home-section1 .hero-bottom-images, .platform-hero-section.hero-right-image-full .product-hero-images-wrapper .elementor-widget-container {
		height: auto !important;
	}
	
	.platform-section4-inner {
		padding: 16px !important;
	}
	
	.platform-hero-section.product-hero-section.home-section1 {
		padding-bottom: 70px;
		padding-top: 90px;
	}
	
	.br-remove br {
		display: none;
	}
	
	.platform-section4-inner {
		padding: 0 !important;
		background: none !important;
	}
	
	.platform-section4-card-wrapper .e-con-full {
		padding: 25px;
		border-radius: 16px;
		min-height: 263px;
	}
	
	.platform-section4-card-wrapper h4.elementor-heading-title {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0;
	}
	
	.platform-section4-card-wrapper p {
		font-size: 18px;
		line-height: 22px;
	}
	
	.platform-section4-card-wrapper .elementor-button {
		padding: 16px 25px;
		border-radius: 10px;
	}
	
	.platform-section4-card-wrapper .elementor-widget-button {
		margin-top: -4px;
	}
	
	.platform-section2 .e-con-inner>.elementor-element:nth-child(2) h3.elementor-heading-title {
		max-width: 295px;
	}
	
	.platform-section4-inner .elementor-button {
		padding: 14px 18px;
		font-size: 18px;
		border-radius: 10px;
	}
	
	/** Conversational Search Page Start **/
	.conversational-search-strip-tablet .e-con-full.e-flex.e-con.e-child {
		align-items: flex-start;
	}
	
	.conversational-search-section4 .about-three-col-wrapper .elementor-image-box-content {
		padding: 30px 24px;
	}
	
	.conversational-search-section4 .about-three-col-wrapper h2 {
		margin-bottom: 19px;
	}
	
	.conversational-search-section4 .about-three-col-wrapper>div+div {
		margin-top: 0;
	}
	
	.h5-space-remove h5 br {
		display: none;
	}
	
	.manage-section1.create-section1 h5.elementor-heading-title, .h5-min-height-remove.create-section1 h5.elementor-heading-title, .create-section1 h5.elementor-heading-title {
		min-height: 1px;
	}
	
	/** Contact Page Start **/
	.location-section .about-three-col-wrapper {
		margin: -12px !important;
	}
	
	.location-section .about-three-col-wrapper>div {
		padding: 12px !important;
		display: block;
	}
	
	.location-section .elementor-widget-image-box .elementor-image-box-description br {
		display: block;
	}
	
	.genairesource-title-section {
		margin-top: 50px !important;
	}
	
	.genairesource-section1 .about-three-col-wrapper.report-full-col-wrapper .elementor-image-box-img {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		padding-bottom: 66.7%;
	}
	
	.genairesource-section1 .about-three-col-wrapper.report-full-col-wrapper .elementor-image-box-content {
		padding: 12px 25px 25px 25px;
	}
	
	.about-three-col-wrapper.genairesource-three-col-wrapper .elementor-image-box-content {
		min-height: 1px;
	}
	
	.genairesource-section1 .about-three-col-wrapper h5 {
		margin-bottom: 0 !important;
	}
	
	.about-three-col-wrapper.genairesource-three-col-wrapper .elementor-image-box-content .elementor-image-box-description {
		display: none;
	}
	
	/** EcoSystem Landing Page Start **/
	.integrations-hero-section.partners-hero-section.about-hero-section.product-hero-section.home-section1.ecosystem-hero-section {
		padding-bottom: 76px;
	}
	
	.partners-hero-section.about-hero-section.hero-right-image-full.home-section1.ecosystem-hero-section .hero-bottom-images {
		height: auto !important;
	}
	
	.logos-wrapper {
		margin: -8px 0;
	}
	
	.logos-wrapper .item {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		padding: 8px 0;
	}
	
	.logos-wrapper .logo-box {
		padding-bottom: 0px;
		height: 100px;
	}
	
	.logos-wrapper .logo-box img {
		width: calc(100% - 100px);
		left: 50px;
		right: 50px;
	}
	
	.ecosystem-section1 .tab-content-inner h4 {
		text-align: left;
	}
	
	.ecosystem-section1 .tab-content-inner {
		padding-right: 0;
	}
	
	.ecosystem-section1 .tab-content-wrapper {
		align-items: flex-start;
		margin-top: 10px;
	}
	
	.ecosystem-section1 .tabs-styling {
		margin-top: 38px;
	}
	
	.ecosystem-section1 .tab-content-wrapper {
		margin-top: 18px;
	}
	
	.ecosystem-section1.ecosystem-section4 .tab-content-wrapper {
		margin-top: 30px;
	}
	
	.ecosystem-section4 .logos-wrapper {
		max-width: 100%;
		min-width: 100%;
		flex-basis: 100%;
		margin: -8px 0;
	}
	
	.ecosystem-section4 .logos-wrapper .item {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		padding: 8px 0;
	}
	
	.ecosystem-section1 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		min-width: inherit;
		max-width: none;
		flex-basis: inherit;
	}
	
	.ecosystem-section4 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		min-width: 50%;
		max-width: 50%;
		flex-basis: 50%;
		margin: 0;
	}
	
	.ecosystem-section5.home-section7 .e-con-inner {
		border-radius: 0;
	}
	
	.ecosystem-section4 .tabs-styling .elementor-tabs .elementor-tabs-wrapper {
		width: 100%;
	}
	
	.ecosystem-section4 .tabs-styling .elementor-tabs {
		overflow: inherit;
	}
	
	/** Campaign Landing Page Start **/
	.campaign-landing-section2 .resource-content-wrapper h2 {
		font-size: 18px;
		line-height: 18px;
		letter-spacing: 0;
	}
	
	.campaign-landing-section2 .resource-content-wrapper h4, .campaign-landing-section2 .resource-content-wrapper h2 {
		margin-bottom: 18px;
	}
	
	.campaign-landing-section2 .resource-content-wrapper ul li + li {
		margin-top: 20px;
	}
	
	/** Engage 2024 Page Start **/
	.home-section1.engage-section1 {
		padding-top: 110px;
	}
	
	.home-section1.engage-section1 .hero-bottom-images .elementor-widget-container {
		height: 230px;
	}
	
	.home-section1.engage-section1 .hero-bottom-images img {
		object-position: -20px center;
	}
	
	.home-section1.engage-section1 .hero-bottom-images .video-caption img {
		max-width: 160px;
	}
	
	.engage-section1 .play-btn .elementor-widget-container {
		width: 33px;
		height: 33px !important;
	}
	
	.home-section1.engage-section1 .hero-bottom-images .video-caption p + p {
		max-width: 135px;
	}
	
	.engage-section1.home-section1 .hero-content .elementor-widget-container {
		max-width: 308px;
	}
	
	.engage-logo-list-wrapper .elementor-widget-image .elementor-widget-container {
		height: 35px;
	}
	
	.engage-logo-list-wrapper .elementor-widget-image {
		padding: 18px 30px;
	}
	
	.engage-logo-list-wrapper + .engage-logo-list-wrapper .slick-slide, .engage-logo-list-wrapper .slick-slide>div:nth-child(1) {
		left: -210px;
	}
	
	.engage-logo-list-wrapper .slick-slide>div+div {
		left: -30px;
	}
	
	.engage-logo-list-wrapper .items {
		padding: 5px 4px;
	}
	
	.engage-section3 .tabs-styling .elementor-tabs-wrapper {
		gap: 5px;
	}
	
	.engage-section3 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		padding: 12px 8px;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 1px;
		max-width: none;
		flex-basis: inherit;
		width: 100%;
		border-radius: 0 0 8px 8px;
	}
	
	.engage-section3 .tabs-styling .elementor-tabs {
		overflow: inherit;
	}
	
	.engage-section3 .tabs-styling .elementor-tabs .elementor-tabs-wrapper {
		width: 100%;
	}
	
	.engage-section3 .elementor-tab-content {
		padding-top: 75px !important;
	}
	
	.engage-section3 .elementor-tab-content h3 {
		margin: 17px 0 20px 0;
	}
	
	.engage-section3 .tab-content-inner {
		padding: 0;
	}
	
	.images-wrapper {
		margin-top: 6px;
	}
	
	.images-wrapper .slick-list:before {
		width: 4px;
	}
	
	.engage-section3 .elementor-tab-content .col1 h3 {
		margin-bottom: 20px;
		margin-top: 15px;
	}
	
	.engage-section3 .elementor-tab-content .col2 h3, .engage-section3 .elementor-tab-content .col3 h3 {
		margin: 10px 0 11px 0;
	}
	
	/** Cab 2024 Page Start **/
	.home-section1.engage-section1.cab-section1 .hero-bottom-images .video-caption img, .cab-section1 .video-caption p img {
		max-width: 115px;
	}
	
	.tab-bottom-content ul li {
		line-height: 22px;
	}
	
	.cab-section3 .tab-bottom-content-wrapper + p {
		margin-top: 25px;
	}
	
	.engage-section3 .tab-content-wrapper.top-space {
		margin-top: 76px;
	}
	
	.cab-section3 .tab-bottom-content-wrapper {
		padding-top: 76px;
	}
	
	.engage-section3 .elementor-tab-content .tab-bottom-content h3 {
		margin: 0 0 20px 0;
		font-size: 18px;
		line-height: 22px;
	}
	
	.icons-list-wrapper {
		padding-top: 45px;
	}
	
	.icons-list-wrapper .icon-text {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	
	.icons-list-wrapper .icon-text i {
		margin-bottom: 15px;
	}
	
	.cab-section3.engage-section3 .col2 h3, .cab-section3.engage-section3 .col3 h3 {
		margin-bottom: 2px;
		margin-top: 2px;
	}
	
	.play-btn-wrapper {
		left: 30px;
		bottom: 30px;
	}
	
	.play-btn-wrapper a {
		width: 50px;
		height: 50px;
	}
	
	.quote-list-wrapper .slick-list:after {
		display: none;
	}
	
	.quote-list-wrapper {
		width: calc(100% + 24px);
	}
	
	.quote-list-wrapper .slick-arrow {
		margin-right: 15px;
	}
	
	.items1-inner>div:nth-child(3), .items1-inner>div:nth-child(2), .items1-inner>div:nth-child(1) {
		min-width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
		padding-right: 0;
		margin-bottom: 10px;
	}
	
	.items1-inner.border-text>div {
		margin-bottom: 0;
	}
	
	/** Conversational Search Page Start **/
	.conversational-search-tab-section .tab-content {
		padding: 0 0 25px 0;
	}
	
	.conversational-search-accordion-section .accordion-style .elementor-accordion .elementor-tab-title {
		padding: 24px 22px;
		font-size: 24px;
	}
	
	.conversational-search-accordion-section .accordion-style .elementor-accordion .elementor-tab-content {
		padding-bottom: 20px;
	}
	
	.three-col-wrapper>div, .three-col-wrapper>div>div {
		height: auto;
	}
	
	.conversational-search-tab-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		font-size: 14px;
	}
	
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full .product-hero-images-wrapper {
		width: 100% !important;
	}
	
	.cs-option2-search-work-section .three-col-wrapper>div+div {
		margin-top: 40px;
	}
	
	.cs-option2-search-work-section .mobile-content {
		padding: 30px 20px 25px 20px;
		margin: 25px 0 0 0;
	}
	
	.cs-option2-search-work-section .mobile-content h3 {
		margin-bottom: -10px;
	}
	
	.cs-option2-search-work-section .mobile-content h5 {
		margin-bottom: 10px;
	}
	
	.cs-option2-search-work-section .three-col-wrapper .elementor-widget-image a:after {
		left: 10px;
		right: 10px;
		top: 10px;
		bottom: 10px;
		border-radius: 8px;
	}
	
	.icon-card-box .elementor-widget-image img {
		height: 55px;
		width: 58px;
	}
	
	.disabled-strip2 .home-section1.cs-option2-hero-section1 .breadcrumbs-wrapper {
		margin-top: 0 !important;
	}
	
	.cs-option2-hero-section1 .breadcrumbs-wrapper.breadcrumbs-group {
		margin: 92px 0 0 0 !important;
	}
	
	.cs-option2-hero-section1 .elementor-custom-embed-play svg, .play-btn-wrapper.icon-center a {
		width: 50px;
		height: 50px;
	}
	
	body.page-template-solutions .home-section1 .breadcrumbs-wrapper {
		margin-top: 30px !important;
		transition: all .3s !important;
	}
	
	body.page-template-solutions.disabled-strip2 .home-section1.cs-option2-hero-section1 .breadcrumbs-wrapper {
		margin-top: 0 !important;
	}
	
	/** Testimonials Section Option 1 Start **/
	.testimonials-section-option1 .logo-list-wrapper .rbl-logo {
		width: 158px !important;
	}
	
	.testimonials-section-option1 .logo-list-wrapper .oaktree-logo1, .testimonials-section-option1 .logo-list-wrapper .chemours-logo1, .testimonials-section-option1 .logo-list-wrapper .dhl-logo1, .testimonials-section-option1 .logo-list-wrapper .nlg-logo1, .testimonials-section-option1 .logo-list-wrapper .vodafone-logo {
		width: 130px !important;
	}
	
	.testimonials-section-option1 .logo-list-wrapper .kpmg-logo, .testimonials-section-option1 .logo-list-wrapper .amegen-logo {
		width: 120px !important;
	}
	
	.testimonials-section-option1 .content-list-wrapper .items {
		justify-content: flex-end;
	}
	
	.press-details-section1 {
		padding-top: 90px;
	}
	
	/** Cab LP Post Event Page Start **/
	.cab-event-section1.engage-section1>div {
		padding-top: 75px !important;
	}
	
	.disabled-strip2 .cab-event-section1.engage-section1>div {
		padding-top: 0 !important;
	}
	
	.cab-event-section1 p {
		margin-top: -12px;
	}
	
	.home-section1.engage-section1 .hero-bottom-images {
		margin-top: 22px;
	}
	
	.home-section1.engage-section1.cab-event-section1 {
		padding-bottom: 60px;
	}
	
	.cab-event-section2 h3.elementor-heading-title {
		margin-bottom: -20px;
	}
	
	.cab-event-section3>div {
		padding-top: 61px !important;
		padding-bottom: 2px !important;
	}
	
	.cab-event-section3 h3 {
		margin-bottom: 21px;
		font-size: 20px;
		line-height: 23px;
		margin: -4px 0 24px 0;
	}
	
	.cab-event-section4.engage-section3 .elementor-tab-content {
		padding-top: 75px !important;
	}
	
	.engage-section3 .elementor-tab-content h4 {
		margin-bottom: 0;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0;
	}
	
	.cab-event-section4 .elementor-widget-tabs {
		margin-top: 40px;
	}
	
	.cab-event-section4.engage-section3 .tab-content-wrapper {
		margin-top: 19px;
	}
	
	.cab-event-section4 .tab-content .btn {
		max-width: 241px;
		min-width: 241px;
		margin: 18px 0 0;
	}
	
	.cab-event-section4.engage-section3 .elementor-tab-content h3 {
		margin: 17px 0 6px 0 !important;
	}
	
	.cab-event-section4.cab-section3 .tab-bottom-content-wrapper {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.cab-event-section4 .tab-bottom-content-wrapper {
		margin-top: -25px;
		margin-bottom: -15px;
	}
	
	.cab-event-section4 .tab-bottom-content-wrapper .items {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	/** ISDA Solution Page Start **/
	.page-template-solutions .product-hero-section.home-section1.isda-solution-section1 {
		padding-bottom: 72px;
	}
	
	.isda-solution-section2 h2 br {
		display: none;
	}
	
	.isda-solution-section3 .change-mobile-bg {
		background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/s3-isda-solution-bg-img.svg") !important;
		background-position: right center !important;
		background-size: auto !important;
	}
	
	.isda-solution-section3 .change-mobile-bg.nitro-lazy {
		background-image: none !important;
	}
	
	.isda-solution-section6 .btn.text-link {
		margin-top: 30px;
	}
	
	/** Resources Details New Page Start **/
	.resource-hero-section-new {
		padding-top: 80px;
		background-image: none !important;
	}
	
	.resource-hero-section-new.nitro-lazy {
		background-image: none !important;
	}
	
	.resource-hero-section-new>div {
		padding-bottom: 48px !important;
	}
	
	.resource-hero-section-new.resource-case-study-details-section1 h1.elementor-heading-title {
		font-size: 44px;
		line-height: 48px;
	}
	
	.resource-hero-section-new:after {
		left: 201px;
		width: 142px;
		height: 133px;
		bottom: auto;
		top: 412px;
		right: auto;
		transition: all .4s ease;
		background: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/three-x-image-mobile.svg") no-repeat center;
		background-size: 100% auto;
		z-index: 0;
	}
	
	.disabled-strip2 .resource-hero-section-new:after {
		top: 332px;
	}
	
	/** Third Party Vendor Landing Page Start **/
	.disabled-strip2 .thirdparty-vendor-section1>div {
		padding-top: 96px !important;
		transition: all .4s ease;
	}
	
	/** Industry Page Start **/
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.industry-hero-section .product-hero-images-wrapper {
		width: 100% !important;
	}
	
	.min-height-title {
		min-height: 1px;
	}
	
	.industry-logo-list>div {
		width: calc(33.333% - 24px);
	}
	
	.industry-logo-list .elementor-widget-image .elementor-widget-container {
		height: 30px;
	}
	
	/** New Home Page Start **/
	.mobile-video {
		display: block;
	}
	
	.home-section1-new .home-hero-btn-wrapper .bdr-btn .elementor-widget-container {
		margin: 0;
	}
	
	.home-section1-new .hero-bottom-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.home-section1-new .home-hero-btn-wrapper .elementor-element:first-child {
		margin-right: 8px;
		margin-bottom: 8px;
	}
	
	.home-section2-new {
		background-image: url("https://cdn-ilekamg.nitrocdn.com/sihJSJpwRfvDZZCGahCVfWRpuoIDvuhw/assets/images/optimized/rev-a61ed5c/sirion.tech/wp-content/themes/hello-elementor-child/assets/images/home-s2-bg-mobile.svg") !important;
	}
	
	.home-section2-new.nitro-lazy {
		background-image: none !important;
	}
	
	.product-tab-content-wrapper {
		flex-wrap: wrap;
	}
	
	.product-tab-content-wrapper>h4, .product-tab-content-wrapper>h3 {
		display: block;
		order: 1;
	}
	
	.product-tab-content {
		order: 3;
		margin-top: 24px;
		border-radius: 10px;
		padding: 27px 20px;
	}
	
	.product-image-box {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		/*margin-left: 0;*/
		margin-right: 0;
		order: 2;
		padding-bottom: 77.2%;
		border-radius: 8px;
	}
	
	.product-tab-content h3 {
		display: none;
	}
	
	/*.home-section2-new .tabs-styling .elementor-tabs .elementor-tabs-wrapper {width: 510px;}*/
	.home-section2-new .tabs-styling .elementor-tabs-wrapper {
		margin: 0 auto;
		justify-content: space-between;
	}
	
	.home-section2-new .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		margin: 0 4px;
	}
	
	.home-section3-new h3 br {
		display: none;
	}
	
	.home-section5.home-new-section5 .right-content-block>div {
		max-width: 100%;
	}
	
	#animation_container {
		width: 440px !important;
		height: 231px !important;
	}
	
	/** Eigen Page Start **/
	.eigen-s6-logo-list {
		gap: 20px 30px;
		justify-content: space-between;
	}
	
	.eigen-s6-logo-list .elementor-widget-image, .eigen-s6-logo-list .elementor-widget-image:nth-child(5), .eigen-s6-logo-list .elementor-widget-image:nth-child(7), .eigen-s6-logo-list .elementor-widget-image:nth-child(8) {
		min-width: calc(25% - 30px);
		max-width: calc(25% - 30px) !important;
		flex-basis: calc(25% - 30px);
	}
	
	/** Eigen - Platform Page Start **/
	.eigen-platform-hero-section.hero-right-image-full .product-hero-images-wrapper {
		margin-top: 48px;
		width: 100%;
	}
	
	.eigen-platform-hero-section.hero-right-image-full.home-section1.eigen-platform-hero-section1 .hero-bottom-images, .eigen-platform-hero-section.hero-right-image-full.home-section1 .hero-bottom-images {
		height: auto !important;
	}
	
	.product-hero-section.home-section1.eigen-platform-hero-section {
		padding-bottom: 65px;
	}
	
	.eigen-platform-hero-section.hero-right-image-full.home-section1.title-four-line .hero-bottom-images {
		height: auto !important;
	}
	
	.testimonials-section-option1 .logo-list-wrapper .goldman-logo {
		width: 131px !important;
	}
	
	.testimonials-section-option1 .logo-list-wrapper .ing-bank-logo {
		width: 172px !important;
	}
	
	.product-hero-section.home-section1.eigen-platform-hero-section .hero-bottom-images .product-hero-images-wrapper .elementor-widget-container {
		height: auto !important;
	}
	
	/** Smart Negotiation Page Start **/
	.cs-option2-hero-section1.platform-hero-section.hero-right-image-full.smart-negotiation-hero-section1 .product-hero-images-wrapper {
		display: block;
	}
	
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.smart-negotiation-hero-section1 {
		padding-bottom: 52px;
		padding-top: 87px;
	}
	
	.product-hero-section.platform-hero-section.conversational-search-hero-section.cs-option2-hero-section1.eigen-platform-hero-section.smart-negotiation-hero-section1 {
		padding-top: 90px;
	}
	
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1.smart-negotiation-hero-section1 {
		padding-bottom: 52px;
		padding-top: 200px;
	}
	
	.additional-resources-section1 .resources-post-section-wrapper {
		margin-top: 38px;
		margin-bottom: 50px;
	}
	
	.agentos-additional-resources .resources-post-section-wrapper {
		margin-top: 40px;
		margin-bottom: 80px;
	}
	
	.additional-resources-section1 .additional-resources-posts-wrapper h2 {
		margin-bottom: 20px;
	}
	
	/** Financial Services Page Start **/
	.usecase-list-wrapper1 figure.elementor-image-box-img {
		margin-top: 0 !important;
	}
	
	/** Manage Contract Performance Page Start **/
	.home-section1.manage-hero-section {
		padding-bottom: 48px;
	}
	
	.disabled-strip2 .home-section1.manage-hero-section {
		padding-top: 59px;
	}
	
	/** Ironclad Campaign Page Start **/
	.disabled-strip2 .ironclad-campaign-hero-section.home-section1.manage-hero-section {
		padding-top: 48px;
	}
	
	.ironclad-campaign-section3 #rating-widget-container span.gartner-pi-score {
		font-size: 40px;
		margin-right: 16px;
	}
	
	.ironclad-campaign-section2>.e-con-inner>.elementor-element>div {
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.ironclad-campaign-section2 .icon-link .elementor-heading-title a {
		font-size: 18px;
		line-height: normal;
	}
	
	/** Sirion University Page Start **/
	.university-list-category-wrapper .items {
		min-width: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	
	/** Sirion University Cate Page **/
	.sub-cate-header {
		margin-bottom: 30px;
		flex-wrap: wrap;
	}
	
	.sub-cate-header h2 {
		margin: 0 0 7px 0;
		width: 100%;
	}
	
	.sub-cate-header p {
		max-width: 100%;
	}
	
	.university-post-list-wrapper .items {
		flex-wrap: wrap;
	}
	
	.university-post-list-wrapper .img-cover {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		position: relative;
		padding-bottom: 50.4%;
	}
	
	.university-post-content-wrapper {
		padding: 30px;
		flex-wrap: wrap;
	}
	
	.university-post-content-wrapper .btn-wrapper {
		margin-left: 0;
		margin-top: 24px;
	}
	
	.university-sub-cate-with-post-list-wrapper .cate-with-post-items + .cate-with-post-items {
		margin-top: 60px;
	}
	
	/** Sirion University Details Page **/
	.university-icon .breadcrumb-wrapper ul li {
		line-height: 1;
		padding: 6px 8px 5px 8px;
	}
	
	.df-ui-nav.df-ui-prev {
		left: 15px !important;
	}
	
	.df-ui-nav.df-ui-next {
		right: 15px !important;
	}
	
	/** Sirion University Sign-In Page Start **/
	.university-overview-section .e-con-full {
		display: block;
	}
	
	.material-box-card-wrapper>.e-con-full {
		height: auto;
		display: block;
	}
	
	.material-box-card-wrapper h3.elementor-heading-title {
		min-height: 1px;
	}
	
	/** Submission Triage Page Start **/
	.submission-triage-hero-section .hero-full-width-image {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}
	
	.cs-option2-hero-section1.platform-hero-section.product-hero-section.home-section1.submission-triage-hero-section {
		padding-bottom: 49px;
	}
	
	body #hs-banner-parent #hs-eu-cookie-confirmation {
		border: 1px solid #c9cdfd !important;
		box-shadow: none;
		max-width: calc(100% + -19px) !important;
		bottom: 10px !important;
	}
	
	body #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
		padding: 20px 15px;
		border: 0 !important;
	}
	
	body #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner p {
		font-size: 12px;
		line-height: 18px;
		color: #0b1821;
		margin-bottom: 9px;
		display: block;
	}
	
	body #hs-eu-cookie-confirmation #hs-eu-confirmation-button, body #hs-eu-cookie-confirmation #hs-eu-decline-button {
		font-size: 12px;
		height: 28px;
		line-height: 26px;
		max-width: 92px;
		min-width: 92px;
	}
	
	body #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-buttons-area {
		justify-content: flex-start;
		margin-top: -5px;
	}
	
	body #hs-eu-cookie-confirmation #hs-eu-opt-in-buttons {
		width: 100%;
		justify-content: flex-start;
		min-width: 100%;
	}
	
	body #hs-eu-cookie-confirmation #hs-eu-confirmation-button-group {
		position: relative;
		gap: 0;
	}
	
	body #hs-eu-cookie-confirmation #hs-eu-cookie-settings-button {
		position: absolute;
		left: 187px;
		font-size: 12px;
		bottom: -4px;
	}
	
	/** Faq's Section Start **/
	.faq-section .accordion-style .elementor-accordion .elementor-tab-title {
		padding: 15px 0;
	}
	
	.faq-section .accordion-style .elementor-accordion .elementor-tab-content {
		padding: 0 50px 20px 0;
		margin-top: 0 !important;
		max-width: 96%;
	}
	
	.faq-section .accordion-style .elementor-accordion .elementor-accordion-icon {
		margin-right: 10px;
	}
	
	/** What Customers Are Saying Section Start **/
	.slider-overlay:before {
		display: none;
	}
	
	.customers-review-slider {
		padding-bottom: 57px;
	}
	
	.customers-review-slider .slick-arrow {
		top: auto;
		bottom: 0;
		right: 0;
	}
	
	.customers-review-slider .customers-review-card-wrapper {
		width: 100%;
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	
	.customers-review-slider .slick-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.customers-review-card-wrapper .bdr-btn .elementor-button {
		padding: 12px 15px;
		font-size: 16px;
	}
	
	.customers-review-slider .customers-review-name {
		margin-bottom: 0;
	}
	
	.about-hero-section.hero-right-image-full.home-section1 .hero-bottom-images>div.image-left-right-space {
		margin: 0 10px;
		width: calc(100% - 20px) !important;
		max-width: calc(100% - 20px) !important;
		min-width: calc(100% - 20px) !important;
	}
	
	/** Integration Page Start **/
	.product-hero-section.home-section1.integration-hero-section {
		padding-top: 175px;
		padding-bottom: 80px !important;
	}
	
	.disabled-strip2 .product-hero-section.home-section1.integration-hero-section {
		padding-top: 84px;
	}
	
	.integration-hero-section.home-section1 .breadcrumbs-wrapper {
		margin-bottom: -2px !important;
	}
	
	.integration-section2-inner {
		max-width: 440px;
		left: -7px;
	}
	
	.integration-section2-inner .round-image img {
		width: 176px !important;
	}
	
	.top-arrow-text p {
		font-size: 8px !important;
		line-height: 9px !important;
	}
	
	.top-arrow-text .elementor-widget-heading>div {
		margin-bottom: 0 !important;
	}
	
	.arrow-with-icon {
		transform: scale(.35);
	}
	
	.small-logo-wrapper {
		margin-bottom: -17px;
		transform: scale(.4);
		margin-top: -6px;
	}
	
	.top-arrow-text .elementor-widget-heading {
		width: 70px !important;
	}
	
	.integration-section2-inner>.e-con-inner {
		padding-top: 50px;
		padding-bottom: 50px;
		margin-top: 28px;
	}
	
	.bottom .small-logo-wrapper {
		margin-bottom: -8px;
		margin-top: -16px;
	}
	
	.small-logo-wrapper>.elementor-element>.elementor-element {
		min-height: 18px;
	}
	
	.small-logo-wrapper .elementor-widget-image, .small-logo-wrapper>.elementor-element>.elementor-element img {
		height: 18px !important;
	}
	
	.small-logo-wrapper>.elementor-element>.elementor-element img {
		vertical-align: inherit;
	}
	
	.left.top-arrow-text p, .right.top-arrow-text p {
		font-size: 13px !important;
		line-height: 16px !important;
	}
	
	.left .small-logo-wrapper, .right .small-logo-wrapper {
		transform: scale(1);
	}
	
	.right.top-arrow-text .elementor-widget-heading, .left.top-arrow-text .elementor-widget-heading {
		width: 120px !important;
	}
	
	.left.top-arrow-text>div>div:nth-child(1), .right.top-arrow-text>div>div:nth-child(2) {
		transform: scale(.5);
		margin-left: -62px;
	}
	
	.right .arrow-with-icon:after {
		left: 97px;
	}
	
	.right.icon-text-3 .arrow-with-icon:after {
		left: 89px;
	}
	
	.right.icon-text-4 .arrow-with-icon:after {
		left: 119px;
	}
	
	.right.icon-text-5 .arrow-with-icon:after {
		left: 99px;
	}
	
	.right.icon-text-2.top-arrow-text>div>div:nth-child(2) {
		margin-left: -72px;
	}
	
	.right.icon-text-4.top-arrow-text>div>div:nth-child(2) {
		margin-left: -102px;
	}
	
	.right.icon-text-5.top-arrow-text>div>div:nth-child(2) {
		margin-left: -81px;
		margin-bottom: -4px;
	}
	
	.top-arrow-text.icon-text-10, .top-arrow-text.icon-text-2 {
		top: 15%;
	}
	
	.top-arrow-text.icon-text-2 {
		left: 19%;
	}
	
	.top-arrow-text.icon-text-3 {
		left: 25.3%;
	}
	
	.top-arrow-text.icon-text-4 {
		left: 26.5%;
	}
	
	.top-arrow-text.icon-text-5, .top-arrow-text.icon-text-7 {
		top: 64%;
	}
	
	.top-arrow-text.icon-text-5 {
		left: 16.5%;
	}
	
	.left .arrow-with-icon:after {
		left: 12px;
	}
	
	.left.icon-text-9 .arrow-with-icon:after {
		left: 30px;
	}
	
	.left.icon-text-10 .arrow-with-icon:after {
		left: 24px;
	}
	
	.left.top-arrow-text.icon-text-7>div>div:nth-child(1) {
		margin-left: 0;
		margin-right: -66px;
		margin-bottom: -3px;
	}
	
	.left.top-arrow-text.icon-text-8>div>div:nth-child(1) {
		margin-left: 0;
		margin-bottom: -3px;
		margin-right: -66px;
	}
	
	.left.top-arrow-text.icon-text-9>div>div:nth-child(1) {
		margin-left: 0;
		margin-bottom: -3px;
		margin-right: -84px;
	}
	
	.left.top-arrow-text.icon-text-10>div>div:nth-child(1) {
		margin-left: 0;
		margin-right: -78px;
	}
	
	.top-arrow-text.icon-text-7 {
		right: 15%;
	}
	
	.top-arrow-text.icon-text-3, .top-arrow-text.icon-text-9 {
		top: 33%;
	}
	
	.top-arrow-text.icon-text-4, .top-arrow-text.icon-text-8 {
		top: 49%;
	}
	
	.top-arrow-text.icon-text-8 {
		right: 24%;
	}
	
	.top-arrow-text.icon-text-9 {
		right: 26%;
		top: 29%;
	}
	
	.top-arrow-text.icon-text-10 {
		right: 19%;
	}
	
	/** Agiloft Campaign Landing Page Start **/
	.agiloft-alternative-section1-inner .e-n-accordion-item-title-text {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0;
	}
	
	.agiloft-alternative-section1-inner .elementor-widget-n-accordion .e-n-accordion-item-title {
		padding: 17px 28px 17px 24px;
	}
	
	.agiloft-alternative-section1-inner .e-n-accordion-item-title[aria-expanded="true"] {
		background: #fcfdfd;
	}
	
	.agiloft-alternative-section1-inner .elementor-widget-n-accordion .e-n-accordion-item-title+div {
		background: #fcfdfd;
		padding: 0 24px 24px 24px;
	}
	
	.aas-accordion-right-block {
		padding: 20px 24px 0 24px;
		margin: 10px -24px 0 -24px;
		background: #fcfdfd;
	}
	
	.aas-accordion-right-block h3.elementor-heading-title {
		margin-bottom: 17px;
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0;
	}
	
	.agiloft-alternative-section1-inner p {
		font-size: 16px;
		line-height: 20px;
		font-weight: 400;
	}
	
	.aas-accordion-right-block .elementor-widget-image {
		margin-top: 23px;
	}
	
	.aas-accordion-right-block .elementor-widget-button {
		margin-top: 29px;
	}
	
	.aas-accordion-right-block .elementor-widget-button a {
		font-size: 18px;
		padding: 13px 16px;
		border-radius: 12px;
	}
	
	.agiloft-alternative-section1-inner div.elementor-heading-title.elementor-size-default {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	
	.agiloft-alternative-section1-inner blockquote p {
		font-size: 18px;
		line-height: 22px;
		margin: 0;
		font-weight: 300;
	}
	
	.agiloft-alternative-section1-inner blockquote p:after, .agiloft-alternative-section1-inner blockquote:before {
		width: 22px;
		height: 16px;
		margin-bottom: 3px;
	}
	
	.agiloft-alternative-section1-inner blockquote p:after {
		margin: 0 0 -22px -1px;
	}
	
	.agiloft-alternative-section1-inner blockquote {
		padding: 0 0 15px 0;
	}
	
	.agiloft-alternative-section1-inner span.e-n-accordion-item-title-icon {
		min-width: 30px;
		height: 25px;
	}
	
	.agiloft-alternative-section1-inner span.e-n-accordion-item-title-icon svg {
		width: 13px;
	}
	
	.agiloft-alternative-section2 .ironclad-campaign-section3 [id^=gartner-pi-widget] .gartner-pi-star-rating-score {
		height: 18px;
		background-size: 18px auto;
	}
	
	.agiloft-alternative-section2 .ironclad-campaign-section3 [id^=gartner-pi-widget][data-size=line] .gartner-pi-star-rating {
		width: 90px;
		height: 18px;
		background-size: 18px auto;
		padding-right: 5px;
	}
	
	.agiloft-alternative-section2 .ironclad-campaign-section3 [id^=gartner-pi-widget][data-size=line] .gartner-pi-translate {
		height: 18px;
	}
	
	.agiloft-alternative-section2 .ironclad-campaign-section3.customers-small-strip #rating-widget-container span.gartner-pi-score {
		font-size: 26px;
		margin-right: 12px;
	}
	
	.agiloft-alternative-section3 .s6-logo-list-wrapper .elementor-widget-image {
		min-width: calc(50% - 10px) !important;
		max-width: calc(50% - 10px) !important;
		flex-basis: calc(50% - 10px) !important;
	}
	
	.agiloft-alternative-section3 .s6-logo-list-wrapper .elementor-widget-image>div.elementor-widget-container {
		height: 107px !important;
	}
	
	.tab-style2 .tabs-styling .elementor-tabs .elementor-tabs-wrapper {
		width: 100%;
	}
	
	.tab-style2 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		font-size: 12px;
	}
	
	.tab-content-wrapper1 .tab-content-left-block {
		padding: 24px;
	}
	
	.tab-content-wrapper1 .tab-content-left-block h4, .tab-content-wrapper1 .tab-content-left-block h3 {
		margin: 0 0 32px 0;
	}
	
	.tab-content-right-block {
		padding: 24px;
	}
	
	.tab-content-right-inner {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		padding-right: 0;
	}
	
	.tab-content-right-block {
		flex-wrap: wrap;
		gap: 24px;
	}
	
	.small-text {
		padding-top: 36px;
	}
	
	.tab-content-right-block a.btn {
		font-size: 14px;
		padding: 11px 45px 11px 15px;
	}
	
	.tab-content-right-block a.btn:after {
		left: calc(100% - 45px);
	}
	
	body .static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper.s6-logo-list-wrapper.s6-logo-list-wrapper1>div:nth-child(1), body .static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper.s6-logo-list-wrapper1>div:nth-child(2), .static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper>div:nth-child(3), .static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper>div:nth-child(4), .static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper>div:nth-child(5), body .static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper.s6-logo-list-wrapper1>div:nth-child(6) {
		min-width: calc(50% - 20px) !important;
		max-width: calc(50% - 20px) !important;
		flex-basis: calc(50% - 20px) !important;
	}
	
	.static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper .elementor-widget-image>div.elementor-widget-container, .static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper .elementor-widget-container, .static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper>div:nth-child(1) .elementor-widget-container {
		height: 107px !important;
	}
	
	.meet-sirion-agents-section:before {
		background-size: cover;
		top: -330px;
		height: 660px;
	}
	
	.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper {
		padding: 3px;
		gap: 3px;
	}
	
	.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		width: auto;
		min-width: 68px;
		padding: 12px 8px;
		font-size: 14px;
		line-height: 16px;
	}
	
	.meet-sirion-agents-section .tabs-styling .elementor-tabs .elementor-tabs-wrapper {
		width: auto;
		gap: 3px;
	}
	
	.meet-sirion-agents-section .product-tab-content {
		order: 1;
		margin: 0 0 24px 0;
	}
	
	.meet-sirion-agents-section .product-tab-content-wrapper>h4 {
		display: none;
	}
	
	.meet-sirion-agents-section .product-image-box {
		padding: 10px;
	}
	
	/** Resources New List Page Start **/
	.resources-library-sliders-wrapper .slider-items {
		margin-top: 80px;
	}
	
	.title-btn-wrapper {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
		gap: 22px;
	}
	
	.resources-library-sliders-wrapper .slick-track>.items, .resources-library-sliders-wrapper>.items, .resources-library-sliders-wrapper .resources-post-wrapper .resources-itmes1 {
		width: 282px !important;
	}
	
	.announcement-strip-wrapper .close-button {
		position: absolute;
		left: 0;
		top: 8px;
	}
	
	.announcement-strip-main .elementor-widget-button {
		margin: 8px 0 0 13px;
	}
	
	.disabled-strip2.cs-live-webinar-enable .site-header {
		top: 0;
	}
	
	.cs-live-webinar-enable .site-header {
		top: 140px !important;
	}
	
	.cs-live-webinar-enable.disabled-strip2 .site-header {
		top: 0 !important;
	}
	
	.announcement-strip-wrapper .timer li {
		gap: 1px;
	}
	
	.announcement-strip-wrapper .timer li span {
		font-size: 12px;
		padding-top: 1px;
	}
	
	.announcement-strip-wrapper p {
		font-size: 12px;
	}
	
	.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 p {
		font-size: 14px;
		line-height: 145%;
		width: 100%;
		max-width: 100%;
	}
	
	.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 p br {
		display: block;
	}
	
	.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 .close-btn-wrapper {
		position: absolute;
		top: 0;
		right: 10px;
	}
	
	.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 .timer li {
		font-size: 9px;
	}
	
	.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 .date-timer {
		right: auto !important;
		left: 50%;
		transform: translateX(calc(-50% + 30px));
	}
	
	.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 {
		padding: 15px 20px;
	}
	
	.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 .right-content {
		position: static;
		text-align: left;
		justify-content: start;
	}
	
	.announcement-strip-wrapper .future-proofing {
		width: 160px;
	}
	
	.cs-live-webinar-enable .announcement-strip-wrapper .future-proofing {
		width: 100%;
	}
	
	.announcement-strip-wrapper .date-timer {
		position: absolute !important;
	}
	
	.announcement-strip-main .live-webinar {
		margin: 0;
	}
	
	.announcement-strip-main .text-wrapper p {
		padding-left: 10px;
	}
	
	.announcement-strip-main .elementor-button .elementor-button-text {
		margin: 0;
	}
	
	.announcement-strip-main p {
		padding-left: 35px;
	}
	
	.cs-live-webinar-disable .site-header {
		top: 0;
	}
	
	.announcement-strip-main.announcement-strip2 .right-btn-wrapper {
		margin-left: 0;
	}
	
	.single-university .resource-case-study-details-section1 .elementor-widget-shortcode, .single-resources .resource-case-study-details-section1 .elementor-widget-shortcode, .home-section1 .breadcrumbs-wrapper, .cs-option2-hero-section1 .breadcrumbs-wrapper.breadcrumbs-group, .hero-bottom-gradient, .resources-section1 {
		margin-top: 100px !important;
		transition: all .3s !important;
	}
	
	.hero-bottom-gradient {
		margin-top: 0 !important;
	}
	
	/** Author Block Start **/
	.author-card .card-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 23px;
	}
	
	.author-card .author-image {
		min-width: 64px;
		max-width: 64px;
		flex-basis: 64px;
		height: 64px;
		border-radius: 12px;
	}
	
	.author-card .author-info h4 {
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 1px 0;
	}
	
	.author-card .author-info p {
		font-size: 14px;
		line-height: 18px;
	}
	
	.author-card .author-description {
		margin-top: 10px;
	}
	
	.author-card .author-description p {
		font-size: 12px;
		line-height: 15px;
	}
	
	.author-card .linkedin-icon img, .author-card .linkedin-icon svg {
		width: 12px;
		height: 12px;
	}
	
	.image-zoom-in img {
		transform: scale(1);
	}
	
	body .mobile-content-show {
		display: block !important;
	}
	
	body .desktop-content-show {
		display: none !important;
	}
	
	.logo_marquee_bg:before, .logo_marquee_bg:after {
		width: 100%;
	}
	
	.logo_marquee_bg:before {
		background: linear-gradient(90deg, rgba(49, 102, 111, 69%) 29%, rgba(255, 255, 255, 1) 61%);
		filter: blur(10px);
	}
	
	.logo_marquee_bg:after {
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgba(49, 102, 111, 69%) 70%);
		filter: blur(10px);
	}
	
	.logo-strip-internal .logo_marquee_bg:before {
		width: 30%;
		background: linear-gradient(90deg, rgba(36, 72, 82, 60%) 29%, rgba(255, 255, 255, 0%) 80%);
	}
	
	.logo-strip-internal .logo_marquee_bg:after {
		width: 30%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0%) 30%, rgba(35, 75, 83, 60%) 90%);
	}
	
	.og-section2 .tab-style2 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		font-size: 18px !important;
	}
	
	.og-section2 h3 {
		font-size: 18px;
		padding-left: 50px;
		height: 70px;
	}
	
	.og-section2 h3:before {
		width: 30px;
		height: 30px;
		top: 18px;
		left: 10px;
	}
	
	/** Home 3 Page Start **/
	.home-3-section1 .elementor-custom-embed-play svg {
		width: 33px;
	}
	
	.home-3-section2 .e-n-tabs-heading {
		display: flex;
		overflow: scroll;
		gap: 0;
		justify-content: space-around;
		flex-direction: row;
		flex-wrap: nowrap;
		margin-bottom: 20px;
	}
	
	.home-3-section2 .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {
		margin-block-start: 0px;
	}
	
	.home-3-section2 .e-n-tab-title-text {
		font-size: 12px;
		line-height: 14px;
		width: 100%;
		max-width: 63px;
	}
	
	.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title {
		min-width: 65px;
		max-width: 65px;
		margin: 0 !important;
	}
	
	.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title:after {
		width: 14px;
		height: 14px;
		margin-top: -7px;
	}
	
	.home-3-section2 .elementor-widget-n-tabs .e-n-tab-icon svg {
		width: 11px !important;
	}
	
	.home-3-section2 .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
		border-radius: 4px;
		padding: 0px 8px;
	}
	
	.home-3-section2 .e-n-tabs-content {
		margin-top: 0;
	}
	
	.home-3-section2 .e-n-tabs-content p {
		margin-bottom: 26px;
	}
	
	.home-3-section2 .e-n-tabs-content .elementor-widget-button {
		margin-top: 44px;
	}
	
	.custom-pagination-wrapper {
		margin-top: 38px;
	}
	
	.h3-s4-logo-list-wrapper>div {
		min-width: calc(50% - 44px) !important;
		max-width: calc(50% - 44px) !important;
		flex-basis: calc(50% - 44px) !important;
	}
	
	.testimonial-left {
		border-radius: 0px !important;
	}
	
	#carousel3d .carousel {
		height: 880px;
	}
	
	#carousel3d {
		margin: -20px 0 -60px 0;
	}
	
	#carousel3d .testimonial-card {
		border-radius: 20px;
		margin: 25px 0;
		box-shadow: 0px 0px 30px 0px transparent;
		transition: all .4s ease;
	}
	
	#carousel3d .testimonial-author {
		font-size: 18px;
		line-height: 22px;
	}
	
	#carousel3d .translate-x-neg40 {
		display: none;
	}
	
	#carousel3d .translate-x-70 {
		display: none;
	}
	
	#carousel3d .testimonial-card {
		height: 820px;
		flex-direction: column;
		border-radius: 20px;
	}
	
	#carousel3d .testimonial-text {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 44px;
	}
	
	#carousel3d .rating {
		margin-top: 6px;
		font-size: 23px;
	}
	
	#carousel3d .rating span {
		font-size: 16px;
	}
	
	#carousel3d .testimonial-left {
		padding: 34px 28px;
		min-width: 100%;
		width: 100%;
		justify-content: flex-start;
		border-radius: 20px 20px 0 0;
	}
	
	#carousel3d .testimonial-left img {
		max-width: 152px;
	}
	
	#carousel3d .testimonial-right {
		padding: 39px 28px;
		height: 100%;
		justify-content: flex-start;
	}
	
	#carousel3d .g2-rating img {
		max-width: 60px;
	}
	
	#carousel3d .slider-control {
		bottom: -1rem;
	}
	
	#carousel3d .carousel-wrapper {
		width: 100%;
		min-width: auto;
	}
	
	#carousel3d .testimonial-left {
		align-items: flex-start;
		text-align: left;
	}
	
	#carousel3d .translate-x-40, #carousel3d .translate-x-neg40, #carousel3d .translate-x-70, #carousel3d .translate-x-neg70, #carousel3d .scale-90 {
		transform: none;
		filter: blur(0);
	}
	
	#carousel3d .scale-100 .testimonial-card {
		box-shadow: 0px 0px 20px 0px rgba(13, 94, 104, .3);
	}
	
	#carousel3d .g2-rating {
		margin-top: 21px;
		padding-top: 20px;
	}
	
	#carousel3d .g2-rating img {
		max-width: 40px;
	}
	
	#carousel3d .testimonial-stars {
		font-size: 30px;
		margin-bottom: 21px;
		letter-spacing: 4px;
	}
	
	.conic-border-button {
		padding: 5px 15px !important;
		font-size: 12px !important;
	}
	
	.strip-spacing1 {
		padding-top: 100px;
	}
	
	.disabled-strip2 .strip-spacing1 {
		padding-top: 0px;
	}
	
	.cs-live-webinar-enable .strip-spacing1 {
		padding-top: 128px !important;
	}
	
	.cs-live-webinar-enable.disabled-strip2 .strip-spacing1 {
		padding-top: 0px !important;
	}
	
	.video-content video.elementor-video {
		border-radius: 4px;
	}
	
	.video-content2 video.elementor-video {
		border-radius: 4px;
	}
	
	.cs-live-webinar-disable .agentos-hero-section.home-section1, .cs-live-webinar-enable .agentos-hero-section.home-section1 {
		padding-top: 240px !important;
		padding-bottom: 0 !important;
	}
	
	.cs-live-webinar-enable.disabled-strip2 .agentos-hero-section.home-section1 {
		padding-top: 100px !important;
	}
	
	.cs-live-webinar-disable .home-sectio1-top.asksirion-hero-section, .cs-live-webinar-enable .home-sectio1-top.asksirion-hero-section {
		padding-top: 240px !important;
	}
	
	.cs-live-webinar-disable.disabled-strip2 .agentos-hero-section.home-section1, .cs-live-webinar-enable.disabled-strip2 .agentos-hero-section.home-section1, .cs-live-webinar-disable.disabled-strip2 .home-sectio1-top.asksirion-hero-section, .cs-live-webinar-enable.disabled-strip2 .home-sectio1-top.asksirion-hero-section {
		padding-top: 100px !important;
	}
	
	/* use-cases tab section start */
	.explore-sirion-use-cases.meet-sirion-agents-section .content-block {
		display: flex;
		gap: 20px;
	}
	
	.explore-sirion-use-cases.meet-sirion-agents-section .content-block .items {
		max-width: calc(50% - 10px);
	}
	
	.explore-sirion-use-cases.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		border-radius: 20px !important;
	}
	
	/* use-cases tab section end */
	.class-image-blur img {
		filter: blur(10px);
	}
	
	.home .s6-logo-list-wrapper {
		max-width: 326px;
	}
	
	.home .s6-logo-list-wrapper {
		justify-content: center;
	}
	
	.home .s6-logo-list-wrapper .elementor-widget-container {
		height: 120px !important;
	}
	
	.home .s6-logo-list-wrapper .elementor-widget-image:nth-child(1) {
		width: 40%;
		min-width: 40%;
		max-width: 40%;
		flex-basis: 40%;
	}
	
	.home .s6-logo-list-wrapper .elementor-widget-image:nth-child(2) {
		width: 53.6%;
		min-width: 53.6%;
		max-width: 53.6%;
		flex-basis: 53.6%;
	}
	
	.home .s6-logo-list-wrapper .elementor-widget-image:nth-child(3) {
		left: -15px;
	}
	
	.home .s6-logo-list-wrapper .elementor-widget-image:nth-child(3), .home .s6-logo-list-wrapper .elementor-widget-image:nth-child(4), .home .s6-logo-list-wrapper .elementor-widget-image:nth-child(5) {
		width: 45%;
		min-width: 45%;
		max-width: 45%;
		flex-basis: 45%;
	}
	
	.h3-hero-left-block:after {
		width: 278px;
		height: 274px;
		left: -7px;
		top: 0;
		filter: blur(91.8219px);
	}
	
	.h3-hero-left-block:before {
		display: none;
	}
	
	.strip-enable .home-3-hero-section-new {
		margin-top: 0;
	}
	
	.cs-live-webinar-disable.disabled-strip2 .home-3-hero-section-new, .disabled-strip2 .home-3-hero-section-new, .disabled-strip2 .home-3-hero-section-new {
		margin-top: -90px;
	}
	
	.strip-enable.cs-live-webinar-enable.disabled-strip2 .home-3-hero-section-new {
		margin-top: -88px;
	}
	
	.right-image-bg:before {
		width: 100px;
		height: 255px;
		left: 40%;
		top: 40%;
		filter: blur(32.5904px);
		transform: rotate(90deg);
	}
	
	/** Asksirion Page Start **/
	.asksirion-content-box-slider .slick-slide {
		min-height: 290px;
	}
	
	.asksirion-video-and-slider-section:before, .asksirion-video-and-slider-section:after {
		height: 391px;
		width: 116px;
		bottom: 203px;
	}
	
	.asksirion-video-and-slider-section .custom-pagination-wrapper {
		margin-top: 40px;
	}
	
	.asksirion-video-and-slider-section .custom-dots-list li:before {
		width: 8px;
		height: 8px;
	}
	
	.asksirion-video-and-slider-section .custom-dots-list li.slick-active, .asksirion-video-and-slider-section .custom-dots-list li.slick-active:before {
		width: 14px;
		height: 8px;
	}
	
	.agentos-section #animation_container {
		height: 240px !important;
	}
	
	.asksirion-video-and-slider-section .slick-dots {
		margin: 31px 0 0 0 !important;
	}
	
	.asksirion-video-and-slider-section .slick-dots li {
		margin: 0 8px 0 0 !important;
	}
	
	.asksirion-video-and-slider-section .slick-dots li button {
		width: 6px;
		height: 6px;
		border-radius: 6px;
	}
	
	.asksirion-video-and-slider-section .slick-dots li.slick-active button {
		width: 12px;
	}
	
	.asksirion-video-and-slider-section .slick-arrow {
		width: 30px !important;
		height: 22px;
		border-radius: 4px !important;
		bottom: 0;
	}
	
	.asksirion-video-and-slider-section .slick-arrow.slick-prev {
		right: 40px;
	}
	
	.asksirion-video-and-slider-section .slick-arrow:before {
		background-size: 10px auto;
	}
	
	.asksirion-video-and-slider-section .slick-track {
		display: flex !important;
		align-items: stretch;
	}
	
	.asksirion-video-and-slider-section .slick-slide {
		height: auto !important;
		display: flex !important;
		align-items: stretch;
	}
	
	.home-3-section3-new .filter-img-blur img {
		filter: blur(10px);
	}
	
	/* GMG page css start */
	body.cs-live-webinar-enable .resource-gmq-new {
		padding-top: 110px;
	}
	
	body.cs-live-webinar-disable.disabled-strip2 .resource-gmq-new, body.cs-live-webinar-enable.disabled-strip2 .resource-gmq-new {
		padding-top: 0px;
	}
	
	.resource-gmq-new a.elementor-button.elementor-button-link {
		font-size: 16px !important;
		padding: 9px 11px;
		border-radius: 7px !important;
		border-width: 1px;
		font-weight: 400 !important;
	}
	
	.resource-section1-gmq-new .details-left-block .left-content {
		width: 100% !important;
	}
	
	/* GMG page css end */
	.logo-marquee-bg-inner1 {
		background: linear-gradient(90deg, rgba(49, 102, 111, 69%) 29%, rgba(255, 255, 255, 1) 61%);
		filter: blur(10px);
		width: 100%;
	}
	
	.logo-marquee-bg-inner2 {
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgba(49, 102, 111, 69%) 70%);
		filter: blur(10px);
		width: 100%;
	}
	
	.logo-list-wrapper .js-marquee {
		gap: 0 50px;
	}
	
	/** Home - Hero Section **/
	.home-hero-section-v1:before {
		width: 243px;
		height: 314px;
		top: 25px;
		filter: blur(88.728px);
	}
	
	.hero-vide-firame-wrapper .elementor-widget-html {
		width: 100%;
	}
	
	/*.hero-vide-firame-wrapper>.elementor-element {padding:10px 1px 4px 1px;}*/
	.hero-vide-firame-wrapper .elementor-widget-html>div {
		border-radius: 3px;
	}
	
	.home-video-section:after {
		transform: translate(-50%, -72px);
		width: 221.14px;
		height: 220.96px;
		filter: blur(15px);
	}
	
	.home-video-section .e-hosted-video.elementor-wrapper {
		border-radius: 2px;
	}
	
	.conic-border-button::after {
		top: 1px;
		left: 1px;
		right: 1px;
		bottom: 1px;
	}
	
	.home-3-hero-section-new .elementor-widget-video.mobile-content-show .elementor-wrapper iframe, .home-3-hero-section-new .elementor-widget-video.mobile-content-show .elementor-wrapper video {
		height: 317px;
	}
	
	.home-video-section .mobile-content-show video {
		border-radius: 4% !important;
	}
	
	/** Announcement Strip New Start **/
	body.gmq-ribbon-enable .site-header {
		top: 90px;
	}
	
	.announcement-strip2-new-styling {
		padding: 11px 20px;
	}
	
	.announcement-strip2-new-styling .close-button {
		top: 1px !important;
	}
	
	.announcement-strip2-new-styling .announcement-strip2-block>div {
		max-width: 100%;
		width: 100%;
	}
	
	.announcement-strip2-new-styling .announcement-strip2-block>div:last-child {
		width: 100%;
	}
	
	.announcement-strip2-new-styling .strip-right-link {
		width: 100%;
		padding-left: 25px;
		margin-top: 12px;
	}
	
	.gmq-ribbon-enable .site-header {
		top: 56px;
	}
	
	.announcement-strip-wrapper .announcement-strip2-new-styling p {
		font-size: 14px;
		line-height: 19px;
		max-width: 590px;
		width: 100%;
	}
	
	/* worldcc page css start */
	.worldcc-hero-section .register-now-btn1 .elementor-button {
		font-size: 18px;
	}
	
	/* worldcc page css end */
	
	/* Gartner Critical page start */
	body.cs-live-webinar-disable .gartner-critical-hero-section {
		padding-top: 100px;
	}
	
	body.cs-live-webinar-disable.disabled-strip2 .gartner-critical-hero-section, body.cs-live-webinar-disable.disabled-strip2 .gartner-critical-hero-section {
		padding-top: 0px;
	}
	
	body.cs-live-webinar-disable.disabled-strip2 .gartner-critical-hero-section .mobile-content-show.m1-img {
		top: 45%;
	}
	
	body.cs-live-webinar-disable.disabled-strip2 .gartner-critical-hero-section .mobile-content-show.m2-img {
		bottom: 24%;
	}
	
	/* Gartner Critical page end */
	body.resources-template-default .resource-case-study-details-section2 .details-left-block {
		margin-bottom: 50px;
	}
	
	body .desktop-mobile-content-show {
		display: block !important;
	}
	
	body .tab-m-content-show {
		display: none !important;
	}
	
	.for-card-img {
		margin: 0 auto !important;
	}
	
	/* enterprise intelligence system start */
	.enterprise-section1 .left-content ul li {
		width: 100%;
	}
	
	body.cs-live-webinar-enable .enterprise-hero-section {
		padding-top: 135px;
	}
	
	body.cs-live-webinar-enable.disabled-strip2 .enterprise-hero-section {
		padding-top: 0px;
	}
	
	/* Customer Stories start */
	.customer-stories-hero-section .video-block>div {
		width: 100%;
	}
	
	/* piller-layaout-popup start */
	.piller-layaout-popup .main-block {
		flex-direction: column;
	}
	
	.piller-layaout-popup .main-block .left-content {
		max-width: 100%;
		border-radius: 17px 17px 0 0;
	}
	
	.piller-layaout-popup2 .main-block .left-content {
		padding: 40px 30px 0px 30px;
	}
	
	.piller-layaout-popup2 .main-block .form-block {
		padding: 0 35px 20px 35px;
	}
	
	/* Sirion stories page start */
	.sirion-stories-wrapper2 .sirion-stories-items, .sirion-stories-wrapper .sirion-stories-items .content-wrapper, .sirion-stories-wrapper .sirion-stories-items .img-cover {
		max-width: 100%;
	}
	
	.sirion-stories-items .img-cover {
		padding-bottom: 70%;
	}
	
	.sirion-stories-wrapper .sirion-stories-items .content-wrapper:before {
		display: none;
	}
	
	.sirion-stories-wrapper2 {
		gap: 30px;
	}
	
	.sirion-stories-wrapper2 .sirion-stories-items .img-cover {
		padding-bottom: 69.2%;
	}
	
	body.cs-live-webinar-enable .sirion-stories-top-section {
		padding-top: 150px;
	}
	
	body.cs-live-webinar-enable.disabled-strip2 .sirion-stories-top-section {
		padding-top: 0;
	}
	
	/* CLM Navigator template start */
	.clm-categories-section3 .clm-post-version2 .clm-post-items, .clm-categories-section2 .clm-post-items {
		max-width: 100%;
	}
	
	.clm-post-items .clm-post-cta, .clm-post-items .content-wrapper .content {
		max-width: 100%;
		position: static;
		margin-top: 30px;
	}
	
	.clm-categories-section2 .clm-post-items h3, .clm-categories-section2 .clm-post-items p {
		color: #0b1821;
	}
	
	.clm-categories-section3 .clm-post-items .content-wrapper {
		gap: 0;
		flex-direction: column-reverse;
	}
	
	.clm-categories-section3 .clm-post-items .video-wrapper, .clm-categories-section3 .clm-post-items .content-wrapper .content {
		max-width: 100%;
	}
}

@media (min-width: 538px) and (max-width: 767px) {
	body .mobile-content-show.m1-img img, body .mobile-content-show.m2-img img {
		width: 75px !important;
		max-width: 75px !important;
	}
}

@media screen and (max-width:604px) {
	.cs-live-webinar-disable .site-header {
		top: 0;
	}
}

@media screen and (max-width:575px) {
	.og-section2 .tab-style2 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		font-size: 16px !important;
	}
	
	.og-section2 h3 {
		font-size: 16px;
		padding-left: 36px;
		padding-right: 10px;
		height: 70px;
	}
	
	.og-section2 h3:before {
		width: 16px;
		height: 16px;
		top: 18px;
		left: 10px;
	}
	
	.og-section2 ul li:before {
		top: 20px !important;
		transform: inherit !important;
		left: 10px !important;
	}
	
	.og-section2 ul li {
		padding-left: 35px !important;
		font-size: 14px !important;
		align-items: flex-start !important;
	}
	
	.og-section2 ul {
		gap: 3px 0;
	}
	
	/* use-cases tab section start */
	.explore-sirion-use-cases.meet-sirion-agents-section .content-block .items {
		max-width: 100%;
	}
	
	.explore-sirion-use-cases.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		font-size: 11px;
		display: flex;
		align-items: center;
	}
	
	.usecase-section-new .explore-sirion-use-cases.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		min-width: 16% !important;
	}
	
	/* use-cases tab section end */
	
	/** Announcement Strip New Start **/
	body.gmq-ribbon-enable .site-header {
		top: 90px;
	}
}

@media screen and (max-width: 549px) {
	.cs-live-webinar-disable .site-header {
		top: 0;
	}
}

@media screen and (max-width:496px) {
	.og-section2 h3 {
		height: 90px;
	}
}

@media screen and (max-width:479px) {
	/** New Home Page Start **/
	.home-section1-new .hero-bottom-content .elementor-widget-icon-list li.elementor-inline-item {
		line-height: 1;
		font-size: 15px;
		padding: 9px 10px;
		height: auto;
	}
	
	#animation_container {
		width: 280px !important;
		height: 147px !important;
	}
	
	/** Eigen Page Start **/
	.eigen-s6-logo-list .elementor-widget-image, .eigen-s6-logo-list .elementor-widget-image:nth-child(5), .eigen-s6-logo-list .elementor-widget-image:nth-child(7), .eigen-s6-logo-list .elementor-widget-image:nth-child(8) {
		min-width: calc(33.333% - 30px);
		max-width: calc(33.333% - 30px) !important;
		flex-basis: calc(33.333% - 30px);
	}
	
	/** Sirion University Details Page **/
	.university-icon .breadcrumb-wrapper ul li {
		padding: 6px 5px 5px 6px;
	}
	
	/** Compliance Page Start **/
	.resource-content-wrapper .btn, .resource-content-wrapper .elementor-button {
		padding: 18px 15px;
		font-size: 18px;
	}
	
	/** Integration Page Start **/
	.integration-section2-inner {
		max-width: 440px;
		width: 440px;
		left: calc(50% - 5px);
		transform: translate(-50%, 0) scale(.8);
	}
	
	.tab-style2 .tabs-styling .elementor-tabs .elementor-tabs-wrapper {
		width: 100%;
	}
	
	.tab-style2 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		white-space: nowrap !important;
		width: 100% !important;
		min-width: 1px;
		max-width: none;
		flex-basis: auto;
	}
	
	.meet-sirion-agents-section .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		padding: 10px 10px;
		font-size: 12px;
	}
	
	.logo_marquee_bg:before {
		background: linear-gradient(90deg, #162f37 30%, rgba(255, 255, 255, 0) 70%);
		filter: blur(25px);
		mix-blend-mode: inherit;
		width: 50%;
	}
	
	.logo_marquee_bg:after {
		background: linear-gradient(90deg, rgba(255, 255, 255, 0%) 30%, #162f37 70%);
		filter: blur(25px);
		mix-blend-mode: inherit;
		width: 50%;
	}
	
	.cs-live-webinar-enable .announcement-strip-wrapper .future-proofing {
		width: 190px;
	}
	
	.cs-live-webinar-enable .site-header {
		top: 140px !important;
	}
	
	.cs-live-webinar-enable.disabled-strip2 .site-header {
		top: 0 !important;
	}
	
	/** Asksirion Page Start **/
	.agentos-section #animation_container {
		height: 170px !important;
	}
}

@media screen and (max-width:438px) {
	.breadcrumbs-two-line span.elementor-icon-list-icon {
		margin-top: -13px;
	}
	
	.breadcrumbs-two-line ul li:first-child>a {
		padding-left: 4px !important;
	}
	
	.breadcrumbs-two-line ul li svg {
		width: 8px !important;
		height: 8px !important;
	}
	
	.feature-image-video-wrapper .webinar-event-title-wrapper h3 {
		font-size: 19px;
		line-height: 24px;
	}
	
	.feature-image-video-wrapper.feature-new-title .webinar-event-title-wrapper h3 {
		font-size: 16px;
		line-height: 18px;
		-webkit-line-clamp: 4;
	}
	
	.tab-style2 .elementor-tabs-wrapper {
		padding: 3px;
	}
	
	.tab-style2 .tabs-styling .elementor-tabs-wrapper .elementor-tab-title {
		font-size: 10px;
		padding: 5px 6px;
	}
	
	.announcement-strip-wrapper .close-button {
		top: 8px;
	}
	
	.disabled-strip2 .site-header {
		top: 0px;
	}
	
	.disabled-strip2.cs-live-webinar-enable .site-header {
		top: 0;
	}
	
	/* signup popup style */
	.signup-popup-style .form-style1 .hs_submit.hs-submit .actions .hs-button, .popup-style2 .form-style1 .hs_submit.hs-submit .actions .hs-button, .popup-style1 .form-style1 .hs_submit.hs-submit .actions .hs-button, .popup-style .form-style1 .hs_submit.hs-submit .actions .hs-button {
		width: 100%;
		font-size: 16px;
		padding: 0 30px 0 15px;
		background-position: calc(50% + 100px) center !important;
	}
	
	/** Announcement Strip New Start **/
	body.gmq-ribbon-enable .site-header {
		top: 90px;
	}
}

@media screen and (max-width:420px) {
	.footer-nav ul {
		padding-right: 10px;
	}
}

@media screen and (max-width:416px) {
	.home .s6-logo-list-wrapper {
		max-width: 310px;
	}
	
	.home .s6-logo-list-wrapper .elementor-widget-image:nth-child(1) {
		width: 39%;
		min-width: 39%;
		max-width: 39%;
		flex-basis: 39%;
	}
	
	.home .s6-logo-list-wrapper .elementor-widget-container {
		height: 115px !important;
	}
}

@media screen and (max-width:402px) {
	.cs-live-webinar-disable .site-header {
		top: 0;
	}
	
	.disabled-strip2 .site-header {
		top: 0px !important;
	}
	
	.cs-live-webinar-enable .site-header {
		top: 140px !important;
	}
	
	.cs-live-webinar-enable.disabled-strip2 .site-header {
		top: 0 !important;
	}
	
	.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 p br {
		display: none;
	}
	
	.home .s6-logo-list-wrapper {
		max-width: 216px;
	}
	
	.home .s6-logo-list-wrapper .elementor-widget-image:nth-child(3) {
		left: -7px;
	}
	
	.home .s6-logo-list-wrapper .elementor-widget-container {
		height: 85px !important;
	}
	
	.home .s6-logo-list-wrapper .elementor-widget-image:nth-child(1) {
		width: 39%;
		min-width: 39%;
		max-width: 39%;
		flex-basis: 39%;
	}
	
	.home .s6-logo-list-wrapper .elementor-widget-image:nth-child(2) {
		width: 51.6%;
		min-width: 51.6%;
		max-width: 51.6%;
		flex-basis: 51.6%;
	}
}

@media screen and (max-width: 377px) {
	body.gmq-ribbon-enable .site-header {
		top: 106px;
	}
}

@media screen and (max-width:374px) {
	.cs-live-webinar-enable .site-header {
		top: 135px !important;
	}
	
	.cs-live-webinar-enable .announcement-strip-wrapper .announcement-strip1 p {
		font-size: 12px;
	}
	
	.cs-live-webinar-enable.disabled-strip2 .site-header {
		top: 0 !important;
	}
	
	.announcement-strip-wrapper .announcement-strip2-new-styling p {
		font-size: 12px !important;
	}
	
	body.gmq-ribbon-enable .site-header {
		top: 90px;
	}
}

@media screen and (max-width:358px) {
	/** Header Start **/
	.site-header {
		top: 108px;
	}
	
	/** Hero Section Start **/
	.home-section1 .hero-left-title h1 {
		font-size: 38px;
		line-height: 42px;
	}
	
	.home-section1 .hero-content .bdr-btn.elementor-widget-button .elementor-widget-container {
		margin-top: -6px;
	}
	
	/** Home Section 5 Start **/
	.image-content-box h5.elementor-image-box-title {
		font-size: 22px;
		line-height: 26px;
	}
	
	.image-content-box .elementor-widget-container {
		padding: 72px 24px 24px 24px;
	}
	
	/** Home Section 6 Start **/
	.static-badge-section .s6-logo-list-wrapper>div:nth-child(6), .static-badge-section .s6-logo-list-wrapper>div:nth-child(1) {
		min-width: 25.4%;
		max-width: 25.4%;
		flex-basis: 25.4%;
	}
	
	.static-badge-section .s6-logo-list-wrapper>div:nth-child(2) {
		min-width: 27.4%;
		max-width: 27.4% !important;
		flex-basis: 27.4%;
	}
	
	.static-badge-section .s6-logo-list-wrapper>div:nth-child(3) {
		min-width: 26%;
		max-width: 26% !important;
		flex-basis: 26%;
	}
	
	.static-badge-section .s6-logo-list-wrapper>div:nth-child(4) {
		min-width: 23.5%;
		max-width: 23.5% !important;
		flex-basis: 23.5%;
	}
	
	.static-badge-section .s6-logo-list-wrapper>div:nth-child(5) {
		min-width: 25%;
		max-width: 25% !important;
		flex-basis: 25%;
	}
	
	.static-badge-section .s6-logo-list-wrapper>div:nth-child(7) {
		min-width: 22.6%;
		max-width: 22.6% !important;
		flex-basis: 22.6%;
	}
	
	.static-badge-section .s6-logo-list-wrapper>div:nth-child(8) {
		min-width: 23.3%;
		max-width: 23.3% !important;
		flex-basis: 23.3%;
	}
	
	.static-badge-section .s6-logo-list-wrapper .elementor-widget-container, .static-badge-section .s6-logo-list-wrapper>div:nth-child(1) .elementor-widget-container {
		height: 57px !important;
	}
	
	/** Footer Start **/
	.f-two-btns .elementor-button {
		padding: 14px 14px;
		font-size: 16px;
	}
	
	.product-new-section .content-box-wrapper .icon {
		top: 20%;
	}
	
	/** Demo Page Start **/
	.form-style1.form-dark .hs_submit.hs-submit .actions .hs-button {
		background-position: calc(100% - 5%) center;
		padding: 12px 34px 12px 10px;
		font-size: 15px;
	}
	
	.left-accordion-wrapper>div {
		min-height: 546px;
	}
	
	.webinar-event-title-wrapper {
		width: 60%;
		left: 15px;
		bottom: 15px;
	}
	
	.webinar-event-title-wrapper h6, .webinar-event-title-wrapper h4 {
		font-size: 16px;
		line-height: 1;
	}
	
	.webinar-or-event-text {
		font-size: 10px;
		margin-bottom: 5px;
	}
	
	.feature-image-video-wrapper .webinar-event-title-wrapper {
		bottom: 10px;
	}
	
	.feature-image-video-wrapper .webinar-event-title-wrapper h3 {
		font-size: 16px;
		line-height: 18px;
	}
	
	.platform-section2 .e-con-inner>.elementor-element:nth-child(2) h3.elementor-heading-title {
		max-width: 100%;
		padding-right: 20px;
	}
	
	/** EcoSystem Landing Page Start **/
	.logos-wrapper .logo-box {
		height: 100px;
	}
	
	/** Engage 2024 Page Start **/
	.engage-logo-list-wrapper .elementor-widget-image {
		padding: 10px 20px;
	}
	
	.engage-section3 .tabs-styling .elementor-tabs {
		overflow: auto;
	}
	
	.engage-section3 .tabs-styling .elementor-tabs .elementor-tabs-wrapper {
		width: 323px;
	}
	
	.col2-new-inner .item {
		flex-wrap: wrap;
	}
	
	.col2-new-inner .item>h3 {
		min-width: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding-right: 0;
	}
	
	/** Conversational Search Page Start **/
	.cs-option2-hero-section1.conversational-search-hero-section.product-hero-section.home-section1 .hero-left-title {
		min-width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	
	.cs-option2-search-work-section .three-col-wrapper .elementor-widget-image a:after {
		left: 6px;
		right: 6px;
		top: 6px;
		bottom: 6px;
		border-radius: 6px;
	}
	
	.cs-option2-search-work-section .three-col-wrapper .elementor-widget-image a:before {
		width: 34px;
		height: 34px;
	}
	
	/** Platform Page Start **/
	.single-testimonial-section .vodafone .logo-image {
		width: 116px;
	}
	
	/** Testimonials Section Option 1 Start **/
	.testimonials-section-option1 .logo-list-wrapper .logo-items {
		padding: 0 10px !important;
	}
	
	.testimonials-section-option1 .logo-list-wrapper .syntax-logo {
		width: 160px !important;
	}
	
	.testimonials-section-option1 .logo-list-wrapper .rbl-logo {
		width: 120px !important;
	}
	
	.testimonials-section-option1 .logo-list-wrapper .oaktree-logo1, .testimonials-section-option1 .logo-list-wrapper .chemours-logo1, .testimonials-section-option1 .logo-list-wrapper .dhl-logo1, .testimonials-section-option1 .logo-list-wrapper .nlg-logo1, .testimonials-section-option1 .logo-list-wrapper .vodafone-logo {
		width: 100px !important;
	}
	
	.testimonials-section-option1.home-section4 .slick-arrow {
		top: -53px;
	}
	
	/** Resources Details New Page Start **/
	.resource-hero-section-new.resource-case-study-details-section1 h1.elementor-heading-title {
		font-size: 40px;
		line-height: 44px;
	}
	
	.resource-hero-section-new:after {
		left: 191px;
		width: 120px;
		height: 113px;
		top: 430px;
	}
	
	.disabled-strip2 .resource-hero-section-new:after {
		top: 350px;
	}
	
	/** New Home Page Start **/
	.home-section3-new .review-number1 p.elementor-heading-title {
		font-size: 18px !important;
	}
	
	.home-section3-new .review-number p.elementor-heading-title {
		font-size: 42px !important;
	}
	
	/** Eigen Page Start **/
	.eigen-s6-logo-list {
		gap: 20px;
	}
	
	.eigen-s6-logo-list .elementor-widget-image, .eigen-s6-logo-list .elementor-widget-image:nth-child(5), .eigen-s6-logo-list .elementor-widget-image:nth-child(7), .eigen-s6-logo-list .elementor-widget-image:nth-child(8) {
		min-width: calc(33.333% - 20px);
		max-width: calc(33.333% - 20px) !important;
		flex-basis: calc(33.333% - 20px);
	}
	
	.testimonials-section-option1 .logo-list-wrapper .ing-bank-logo {
		width: 152px !important;
	}
	
	.testimonials-section-option1 .logo-list-wrapper .goldman-logo {
		width: 111px !important;
	}
	
	/** Sirion University Cate Page **/
	.elementor-widget-button.bdr-btn2 .elementor-button {
		padding: 17px 10px;
	}
	
	/** Ironclad Campaign Page Start **/
	.ironclad-campaign-section2 .icon-link .elementor-heading-title a {
		font-size: 16px;
	}
	
	body #hs-eu-cookie-confirmation #hs-eu-cookie-settings-button {
		width: auto;
		min-width: 1px;
		left: 170px;
	}
	
	body #hs-eu-cookie-confirmation #hs-eu-confirmation-button, body #hs-eu-cookie-confirmation #hs-eu-decline-button {
		max-width: 72px;
		min-width: 72px;
	}
	
	.agiloft-alternative-section2 .ironclad-campaign-section3 {
		padding: 20px 24px 24px 24px;
	}
	
	.agiloft-alternative-section2 .ironclad-campaign-section3.customers-small-strip #rating-widget-container span.gartner-pi-score {
		font-size: 24px;
		margin-right: 4px;
	}
	
	.static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper .elementor-widget-image>div.elementor-widget-container, .static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper .elementor-widget-container, .static-badge-section.agiloft-alternative-section3 .s6-logo-list-wrapper>div:nth-child(1) .elementor-widget-container {
		height: 88px !important;
	}
	
	/** Resources New List Page Start **/
	.title-btn-wrapper .btn {
		font-size: 17px;
	}
	
	.announcement-strip {
		padding: 10px 16px;
	}
	
	.cs-live-webinar-disable .site-header {
		top: 0;
	}
	
	#carousel3d .carousel {
		height: 850px;
	}
	
	#carousel3d .testimonial-card {
		height: 780px;
	}
}
