@charset "UTF-8";
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/*! pojo-accessibility - v2.1.0 - 18-12-2022 */
#pojo-a11y-toolbar{position:fixed;font-size:16px !important;line-height:1.4;z-index:9999}#pojo-a11y-toolbar.pojo-a11y-toolbar-right{right:-180px;-webkit-transition:right 750ms cubic-bezier(.23, 1, .32, 1);-moz-transition:right 750ms cubic-bezier(.23, 1, .32, 1);-o-transition:right 750ms cubic-bezier(.23, 1, .32, 1);transition:right 750ms cubic-bezier(.23, 1, .32, 1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open{right:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle{right:180px}#pojo-a11y-toolbar.pojo-a11y-toolbar-left{left:-180px;-webkit-transition:left 750ms cubic-bezier(.23, 1, .32, 1);-moz-transition:left 750ms cubic-bezier(.23, 1, .32, 1);-o-transition:left 750ms cubic-bezier(.23, 1, .32, 1);transition:left 750ms cubic-bezier(.23, 1, .32, 1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open{left:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{left:180px}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{position:absolute}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{display:inline-block;font-size:200%;line-height:0;padding:10px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.1);box-shadow:0 0 10px 0 rgba(0,0,0,0.1)}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover,#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg{max-width:inherit}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay{border:1px solid;font-size:100%;width:180px}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{display:block;line-height:2;font-weight:bold;padding:10px 15px 0;margin:0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle a,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{list-style:none;margin:0;padding:10px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links{border-top:1px solid}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a{display:block;padding:10px 15px;font-size:80%;line-height:1}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active{font-weight:bold}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{padding-right:6px;display:inline-block;width:1.5em;font-style:normal;font-weight:normal;font-size:inherit;line-height:1;text-align:center;text-rendering:auto;vertical-align:middle}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-text{vertical-align:middle}body.rtl #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{padding-left:6px;padding-right:0}@media (max-width:767px){#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{padding:7px 12px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{padding:7px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a{display:block;padding:7px 12px}}body.pojo-a11y-grayscale{filter:grayscale(100%);-webkit-filter:grayscale(100%);-webkit-filter:grayscale(1);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:gray}body.pojo-a11y-high-contrast .placebo{line-height:normal}body.pojo-a11y-high-contrast *{-webkit-box-shadow:none !important;box-shadow:none !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{-moz-appearance:none !important;-moz-user-select:text !important;-webkit-user-select:text !important;background-image:none !important;text-shadow:none !important;user-select:text !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav:not(#pojo-a11y-toolbar),body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{background:black !important;background-color:black !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{color:white !important}body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast b span,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast strong span{color:yellow !important}body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast address span,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast cite span,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dfn span,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast em span,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast i span,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast u span{color:#FFFF80 !important}body.pojo-a11y-high-contrast dt{border-top:thin solid grey !important}body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 span{color:#40C090 !important}body.pojo-a11y-high-contrast img{background:#808080 !important;background-color:#808080 !important}body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym{border-bottom:1px dotted !important}body.pojo-a11y-high-contrast :focus{outline:thin dotted !important}body.pojo-a11y-high-contrast a.button,body.pojo-a11y-high-contrast a.button abbr,body.pojo-a11y-high-contrast a.button acronym,body.pojo-a11y-high-contrast a.button b,body.pojo-a11y-high-contrast a.button basefont,body.pojo-a11y-high-contrast a.button big,body.pojo-a11y-high-contrast a.button br,body.pojo-a11y-high-contrast a.button code,body.pojo-a11y-high-contrast a.button div,body.pojo-a11y-high-contrast a.button em,body.pojo-a11y-high-contrast a.button font,body.pojo-a11y-high-contrast a.button h1,body.pojo-a11y-high-contrast a.button h2,body.pojo-a11y-high-contrast a.button h3,body.pojo-a11y-high-contrast a.button h4,body.pojo-a11y-high-contrast a.button h5,body.pojo-a11y-high-contrast a.button h6,body.pojo-a11y-high-contrast a.button i,body.pojo-a11y-high-contrast a.button kbd,body.pojo-a11y-high-contrast a.button rb,body.pojo-a11y-high-contrast a.button rp,body.pojo-a11y-high-contrast a.button rt,body.pojo-a11y-high-contrast a.button ruby,body.pojo-a11y-high-contrast a.button samp,body.pojo-a11y-high-contrast a.button small,body.pojo-a11y-high-contrast a.button span,body.pojo-a11y-high-contrast a.button strong,body.pojo-a11y-high-contrast a.button tt,body.pojo-a11y-high-contrast a.button u,body.pojo-a11y-high-contrast a.button var,body.pojo-a11y-high-contrast a:link,body.pojo-a11y-high-contrast a:link abbr,body.pojo-a11y-high-contrast a:link acronym,body.pojo-a11y-high-contrast a:link b,body.pojo-a11y-high-contrast a:link basefont,body.pojo-a11y-high-contrast a:link big,body.pojo-a11y-high-contrast a:link br,body.pojo-a11y-high-contrast a:link code,body.pojo-a11y-high-contrast a:link div,body.pojo-a11y-high-contrast a:link em,body.pojo-a11y-high-contrast a:link font,body.pojo-a11y-high-contrast a:link h1,body.pojo-a11y-high-contrast a:link h2,body.pojo-a11y-high-contrast a:link h3,body.pojo-a11y-high-contrast a:link h4,body.pojo-a11y-high-contrast a:link h5,body.pojo-a11y-high-contrast a:link h6,body.pojo-a11y-high-contrast a:link i,body.pojo-a11y-high-contrast a:link kbd,body.pojo-a11y-high-contrast a:link rb,body.pojo-a11y-high-contrast a:link rp,body.pojo-a11y-high-contrast a:link rt,body.pojo-a11y-high-contrast a:link ruby,body.pojo-a11y-high-contrast a:link samp,body.pojo-a11y-high-contrast a:link small,body.pojo-a11y-high-contrast a:link span,body.pojo-a11y-high-contrast a:link strong,body.pojo-a11y-high-contrast a:link tt,body.pojo-a11y-high-contrast a:link u,body.pojo-a11y-high-contrast a:link var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem{color:#0080FF !important}body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt{border:1px solid #ffffff !important}body.pojo-a11y-high-contrast button{background:#600040 !important;background-color:#600040 !important}body.pojo-a11y-high-contrast select{-webkit-appearance:listbox !important;background:#600060 !important;background-color:#600060 !important}body.pojo-a11y-high-contrast a:visited,body.pojo-a11y-high-contrast a:visited abbr,body.pojo-a11y-high-contrast a:visited acronym,body.pojo-a11y-high-contrast a:visited b,body.pojo-a11y-high-contrast a:visited basefont,body.pojo-a11y-high-contrast a:visited big,body.pojo-a11y-high-contrast a:visited br,body.pojo-a11y-high-contrast a:visited code,body.pojo-a11y-high-contrast a:visited div,body.pojo-a11y-high-contrast a:visited em,body.pojo-a11y-high-contrast a:visited font,body.pojo-a11y-high-contrast a:visited h1,body.pojo-a11y-high-contrast a:visited h2,body.pojo-a11y-high-contrast a:visited h3,body.pojo-a11y-high-contrast a:visited h4,body.pojo-a11y-high-contrast a:visited h5,body.pojo-a11y-high-contrast a:visited h6,body.pojo-a11y-high-contrast a:visited i,body.pojo-a11y-high-contrast a:visited kbd,body.pojo-a11y-high-contrast a:visited rb,body.pojo-a11y-high-contrast a:visited rp,body.pojo-a11y-high-contrast a:visited rt,body.pojo-a11y-high-contrast a:visited ruby,body.pojo-a11y-high-contrast a:visited samp,body.pojo-a11y-high-contrast a:visited small,body.pojo-a11y-high-contrast a:visited span,body.pojo-a11y-high-contrast a:visited strong,body.pojo-a11y-high-contrast a:visited tt,body.pojo-a11y-high-contrast a:visited u,body.pojo-a11y-high-contrast a:visited var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem.active{color:#00FFFF !important}body.pojo-a11y-high-contrast ::selection,body.pojo-a11y-high-contrast ::-moz-selection{background:#4080c0 !important;background-color:#4080c0 !important}body.pojo-a11y-high-contrast a.button:hover,body.pojo-a11y-high-contrast a.button:hover abbr,body.pojo-a11y-high-contrast a.button:hover acronym,body.pojo-a11y-high-contrast a.button:hover b,body.pojo-a11y-high-contrast a.button:hover basefont,body.pojo-a11y-high-contrast a.button:hover big,body.pojo-a11y-high-contrast a.button:hover br,body.pojo-a11y-high-contrast a.button:hover code,body.pojo-a11y-high-contrast a.button:hover div,body.pojo-a11y-high-contrast a.button:hover em,body.pojo-a11y-high-contrast a.button:hover font,body.pojo-a11y-high-contrast a.button:hover h1,body.pojo-a11y-high-contrast a.button:hover h2,body.pojo-a11y-high-contrast a.button:hover h3,body.pojo-a11y-high-contrast a.button:hover h4,body.pojo-a11y-high-contrast a.button:hover h5,body.pojo-a11y-high-contrast a.button:hover h6,body.pojo-a11y-high-contrast a.button:hover i,body.pojo-a11y-high-contrast a.button:hover kbd,body.pojo-a11y-high-contrast a.button:hover rb,body.pojo-a11y-high-contrast a.button:hover rp,body.pojo-a11y-high-contrast a.button:hover rt,body.pojo-a11y-high-contrast a.button:hover ruby,body.pojo-a11y-high-contrast a.button:hover samp,body.pojo-a11y-high-contrast a.button:hover small,body.pojo-a11y-high-contrast a.button:hover span,body.pojo-a11y-high-contrast a.button:hover strong,body.pojo-a11y-high-contrast a.button:hover tt,body.pojo-a11y-high-contrast a.button:hover u,body.pojo-a11y-high-contrast a.button:hover var,body.pojo-a11y-high-contrast a:link:hover,body.pojo-a11y-high-contrast a:link:hover abbr,body.pojo-a11y-high-contrast a:link:hover acronym,body.pojo-a11y-high-contrast a:link:hover b,body.pojo-a11y-high-contrast a:link:hover basefont,body.pojo-a11y-high-contrast a:link:hover big,body.pojo-a11y-high-contrast a:link:hover br,body.pojo-a11y-high-contrast a:link:hover code,body.pojo-a11y-high-contrast a:link:hover div,body.pojo-a11y-high-contrast a:link:hover em,body.pojo-a11y-high-contrast a:link:hover font,body.pojo-a11y-high-contrast a:link:hover h1,body.pojo-a11y-high-contrast a:link:hover h2,body.pojo-a11y-high-contrast a:link:hover h3,body.pojo-a11y-high-contrast a:link:hover h4,body.pojo-a11y-high-contrast a:link:hover h5,body.pojo-a11y-high-contrast a:link:hover h6,body.pojo-a11y-high-contrast a:link:hover i,body.pojo-a11y-high-contrast a:link:hover kbd,body.pojo-a11y-high-contrast a:link:hover rb,body.pojo-a11y-high-contrast a:link:hover rp,body.pojo-a11y-high-contrast a:link:hover rt,body.pojo-a11y-high-contrast a:link:hover ruby,body.pojo-a11y-high-contrast a:link:hover samp,body.pojo-a11y-high-contrast a:link:hover small,body.pojo-a11y-high-contrast a:link:hover span,body.pojo-a11y-high-contrast a:link:hover strong,body.pojo-a11y-high-contrast a:link:hover tt,body.pojo-a11y-high-contrast a:link:hover u,body.pojo-a11y-high-contrast a:link:hover var,body.pojo-a11y-high-contrast a:visited:hover,body.pojo-a11y-high-contrast a:visited:hover abbr,body.pojo-a11y-high-contrast a:visited:hover acronym,body.pojo-a11y-high-contrast a:visited:hover b,body.pojo-a11y-high-contrast a:visited:hover basefont,body.pojo-a11y-high-contrast a:visited:hover big,body.pojo-a11y-high-contrast a:visited:hover br,body.pojo-a11y-high-contrast a:visited:hover code,body.pojo-a11y-high-contrast a:visited:hover div,body.pojo-a11y-high-contrast a:visited:hover em,body.pojo-a11y-high-contrast a:visited:hover font,body.pojo-a11y-high-contrast a:visited:hover h1,body.pojo-a11y-high-contrast a:visited:hover h2,body.pojo-a11y-high-contrast a:visited:hover h3,body.pojo-a11y-high-contrast a:visited:hover h4,body.pojo-a11y-high-contrast a:visited:hover h5,body.pojo-a11y-high-contrast a:visited:hover h6,body.pojo-a11y-high-contrast a:visited:hover i,body.pojo-a11y-high-contrast a:visited:hover kbd,body.pojo-a11y-high-contrast a:visited:hover rb,body.pojo-a11y-high-contrast a:visited:hover rp,body.pojo-a11y-high-contrast a:visited:hover rt,body.pojo-a11y-high-contrast a:visited:hover ruby,body.pojo-a11y-high-contrast a:visited:hover samp,body.pojo-a11y-high-contrast a:visited:hover small,body.pojo-a11y-high-contrast a:visited:hover span,body.pojo-a11y-high-contrast a:visited:hover strong,body.pojo-a11y-high-contrast a:visited:hover tt,body.pojo-a11y-high-contrast a:visited:hover u,body.pojo-a11y-high-contrast a:visited:hover var{background:#400000 !important;background-color:#400000 !important}body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk,body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk b,body.pojo-a11y-high-contrast input[type=reset]{background:#400060 !important;background-color:#400060 !important}body.pojo-a11y-high-contrast div[role="button"],body.pojo-a11y-high-contrast input[type=button],body.pojo-a11y-high-contrast input[type=submit]{background:#600040 !important;background-color:#600040 !important}body.pojo-a11y-high-contrast input[type=search]{-webkit-appearance:textfield !important}body.pojo-a11y-high-contrast html button[disabled],body.pojo-a11y-high-contrast html input[disabled],body.pojo-a11y-high-contrast html select[disabled],body.pojo-a11y-high-contrast html textarea[disabled]{background:#404040 !important;background-color:#404040 !important}body.pojo-a11y-high-contrast .menu li a span.label{text-transform:none !important}body.pojo-a11y-high-contrast .menu li a span.label,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrolbar,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrols{display:inline !important}body.pojo-a11y-high-contrast a:link.new,body.pojo-a11y-high-contrast a:link.new i,body.pojo-a11y-high-contrast a:link.new b,body.pojo-a11y-high-contrast span.Apple-style-span{color:#FFFF40 !important}body.pojo-a11y-high-contrast body.mediawiki img.tex{background:white !important;background-color:white !important;border:white solid 3px !important}body.pojo-a11y-high-contrast text>tspan:first-letter,body.pojo-a11y-high-contrast text>tspan:first-line{background:inherit !important;background-color:inherit !important;color:inherit !important}body.pojo-a11y-high-contrast div.sbtc div.sbsb_a li.sbsb_d div,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i a,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i b,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i span,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i td{background:#003050 !important;background-color:#003050 !important}body.pojo-a11y-high-contrast img[width="18"][height="18"]{height:18px !important;width:18px !important}body.pojo-a11y-high-contrast a>span.iconHelp:empty:after{content:"Help" !important}body.pojo-a11y-high-contrast div#gmap,body.pojo-a11y-high-contrast div#gmap *{background:initial !important}body.pojo-a11y-negative-contrast,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar){background:#000 !important;color:#ffffff !important}body.pojo-a11y-negative-contrast a,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a,body.pojo-a11y-negative-contrast b,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) b,body.pojo-a11y-negative-contrast blockquote,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) blockquote,body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast canvas,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) canvas,body.pojo-a11y-negative-contrast caption,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) caption,body.pojo-a11y-negative-contrast center,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) center,body.pojo-a11y-negative-contrast cite,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) cite,body.pojo-a11y-negative-contrast code,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) code,body.pojo-a11y-negative-contrast col,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) col,body.pojo-a11y-negative-contrast colgroup,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) colgroup,body.pojo-a11y-negative-contrast dd,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dd,body.pojo-a11y-negative-contrast details,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) details,body.pojo-a11y-negative-contrast dfn,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dfn,body.pojo-a11y-negative-contrast dir,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dir,body.pojo-a11y-negative-contrast div,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) div,body.pojo-a11y-negative-contrast dl,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dl,body.pojo-a11y-negative-contrast dt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dt,body.pojo-a11y-negative-contrast em,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) em,body.pojo-a11y-negative-contrast embed,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) embed,body.pojo-a11y-negative-contrast fieldset,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) fieldset,body.pojo-a11y-negative-contrast figcaption,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figcaption,body.pojo-a11y-negative-contrast figure,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figure,body.pojo-a11y-negative-contrast font,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) font,body.pojo-a11y-negative-contrast footer,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) footer,body.pojo-a11y-negative-contrast form,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) form,body.pojo-a11y-negative-contrast header,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) header,body.pojo-a11y-negative-contrast i,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) i,body.pojo-a11y-negative-contrast iframe,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) iframe,body.pojo-a11y-negative-contrast img,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) img,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast kbd,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) kbd,body.pojo-a11y-negative-contrast label,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) label,body.pojo-a11y-negative-contrast legend,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) legend,body.pojo-a11y-negative-contrast li,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) li,body.pojo-a11y-negative-contrast mark,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) mark,body.pojo-a11y-negative-contrast menu,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) menu,body.pojo-a11y-negative-contrast meter,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) meter,body.pojo-a11y-negative-contrast nav,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nav,body.pojo-a11y-negative-contrast nobr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nobr,body.pojo-a11y-negative-contrast object,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) object,body.pojo-a11y-negative-contrast ol,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ol,body.pojo-a11y-negative-contrast option,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) option,body.pojo-a11y-negative-contrast pre,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) pre,body.pojo-a11y-negative-contrast progress,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) progress,body.pojo-a11y-negative-contrast q,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) q,body.pojo-a11y-negative-contrast s,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) s,body.pojo-a11y-negative-contrast section,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) section,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast small,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) small,body.pojo-a11y-negative-contrast span,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) span,body.pojo-a11y-negative-contrast strike,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strike,body.pojo-a11y-negative-contrast strong,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong,body.pojo-a11y-negative-contrast sub,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sub,body.pojo-a11y-negative-contrast summary,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) summary,body.pojo-a11y-negative-contrast sup,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sup,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast time,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) time,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast tt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tt,body.pojo-a11y-negative-contrast u,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) u,body.pojo-a11y-negative-contrast ul,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ul,body.pojo-a11y-negative-contrast var,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) var,body.pojo-a11y-negative-contrast a span,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a span,body.pojo-a11y-negative-contrast strong,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong{color:yellow !important}body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast tt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tt{border:1px solid #ffffff !important}body.pojo-a11y-negative-contrast div#gmap,body.pojo-a11y-negative-contrast div#gmap *{background:initial !important}body.pojo-a11y-light-background,body.pojo-a11y-light-background *:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link){background:#fff !important;color:#000 !important}body.pojo-a11y-light-background div#gmap,body.pojo-a11y-light-background div#gmap *{background:initial !important}body.pojo-a11y-resize-font-200,body.pojo-a11y-resize-font-200 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-200 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-200 label,body.pojo-a11y-resize-font-200 input,body.pojo-a11y-resize-font-200 select,body.pojo-a11y-resize-font-200 textarea,body.pojo-a11y-resize-font-200 legend,body.pojo-a11y-resize-font-200 code,body.pojo-a11y-resize-font-200 pre,body.pojo-a11y-resize-font-200 dd,body.pojo-a11y-resize-font-200 dt,body.pojo-a11y-resize-font-200 span,body.pojo-a11y-resize-font-200 blockquote{font-size:200% !important}body.pojo-a11y-resize-font-200 h1,body.pojo-a11y-resize-font-200 h2,body.pojo-a11y-resize-font-200 h3,body.pojo-a11y-resize-font-200 h4,body.pojo-a11y-resize-font-200 h5,body.pojo-a11y-resize-font-200 h6,body.pojo-a11y-resize-font-200 h1 span,body.pojo-a11y-resize-font-200 h2 span,body.pojo-a11y-resize-font-200 h3 span,body.pojo-a11y-resize-font-200 h4 span,body.pojo-a11y-resize-font-200 h5 span,body.pojo-a11y-resize-font-200 h6 span{font-size:266% !important}body.pojo-a11y-resize-font-190,body.pojo-a11y-resize-font-190 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-190 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-190 label,body.pojo-a11y-resize-font-190 input,body.pojo-a11y-resize-font-190 select,body.pojo-a11y-resize-font-190 textarea,body.pojo-a11y-resize-font-190 legend,body.pojo-a11y-resize-font-190 code,body.pojo-a11y-resize-font-190 pre,body.pojo-a11y-resize-font-190 dd,body.pojo-a11y-resize-font-190 dt,body.pojo-a11y-resize-font-190 span,body.pojo-a11y-resize-font-190 blockquote{font-size:190% !important}body.pojo-a11y-resize-font-190 h1,body.pojo-a11y-resize-font-190 h2,body.pojo-a11y-resize-font-190 h3,body.pojo-a11y-resize-font-190 h4,body.pojo-a11y-resize-font-190 h5,body.pojo-a11y-resize-font-190 h6,body.pojo-a11y-resize-font-190 h1 span,body.pojo-a11y-resize-font-190 h2 span,body.pojo-a11y-resize-font-190 h3 span,body.pojo-a11y-resize-font-190 h4 span,body.pojo-a11y-resize-font-190 h5 span,body.pojo-a11y-resize-font-190 h6 span{font-size:252.70000000000002% !important}body.pojo-a11y-resize-font-180,body.pojo-a11y-resize-font-180 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-180 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-180 label,body.pojo-a11y-resize-font-180 input,body.pojo-a11y-resize-font-180 select,body.pojo-a11y-resize-font-180 textarea,body.pojo-a11y-resize-font-180 legend,body.pojo-a11y-resize-font-180 code,body.pojo-a11y-resize-font-180 pre,body.pojo-a11y-resize-font-180 dd,body.pojo-a11y-resize-font-180 dt,body.pojo-a11y-resize-font-180 span,body.pojo-a11y-resize-font-180 blockquote{font-size:180% !important}body.pojo-a11y-resize-font-180 h1,body.pojo-a11y-resize-font-180 h2,body.pojo-a11y-resize-font-180 h3,body.pojo-a11y-resize-font-180 h4,body.pojo-a11y-resize-font-180 h5,body.pojo-a11y-resize-font-180 h6,body.pojo-a11y-resize-font-180 h1 span,body.pojo-a11y-resize-font-180 h2 span,body.pojo-a11y-resize-font-180 h3 span,body.pojo-a11y-resize-font-180 h4 span,body.pojo-a11y-resize-font-180 h5 span,body.pojo-a11y-resize-font-180 h6 span{font-size:239.4% !important}body.pojo-a11y-resize-font-170,body.pojo-a11y-resize-font-170 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-170 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-170 label,body.pojo-a11y-resize-font-170 input,body.pojo-a11y-resize-font-170 select,body.pojo-a11y-resize-font-170 textarea,body.pojo-a11y-resize-font-170 legend,body.pojo-a11y-resize-font-170 code,body.pojo-a11y-resize-font-170 pre,body.pojo-a11y-resize-font-170 dd,body.pojo-a11y-resize-font-170 dt,body.pojo-a11y-resize-font-170 span,body.pojo-a11y-resize-font-170 blockquote{font-size:170% !important}body.pojo-a11y-resize-font-170 h1,body.pojo-a11y-resize-font-170 h2,body.pojo-a11y-resize-font-170 h3,body.pojo-a11y-resize-font-170 h4,body.pojo-a11y-resize-font-170 h5,body.pojo-a11y-resize-font-170 h6,body.pojo-a11y-resize-font-170 h1 span,body.pojo-a11y-resize-font-170 h2 span,body.pojo-a11y-resize-font-170 h3 span,body.pojo-a11y-resize-font-170 h4 span,body.pojo-a11y-resize-font-170 h5 span,body.pojo-a11y-resize-font-170 h6 span{font-size:226.10000000000002% !important}body.pojo-a11y-resize-font-160,body.pojo-a11y-resize-font-160 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-160 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-160 label,body.pojo-a11y-resize-font-160 input,body.pojo-a11y-resize-font-160 select,body.pojo-a11y-resize-font-160 textarea,body.pojo-a11y-resize-font-160 legend,body.pojo-a11y-resize-font-160 code,body.pojo-a11y-resize-font-160 pre,body.pojo-a11y-resize-font-160 dd,body.pojo-a11y-resize-font-160 dt,body.pojo-a11y-resize-font-160 span,body.pojo-a11y-resize-font-160 blockquote{font-size:160% !important}body.pojo-a11y-resize-font-160 h1,body.pojo-a11y-resize-font-160 h2,body.pojo-a11y-resize-font-160 h3,body.pojo-a11y-resize-font-160 h4,body.pojo-a11y-resize-font-160 h5,body.pojo-a11y-resize-font-160 h6,body.pojo-a11y-resize-font-160 h1 span,body.pojo-a11y-resize-font-160 h2 span,body.pojo-a11y-resize-font-160 h3 span,body.pojo-a11y-resize-font-160 h4 span,body.pojo-a11y-resize-font-160 h5 span,body.pojo-a11y-resize-font-160 h6 span{font-size:212.8% !important}body.pojo-a11y-resize-font-150,body.pojo-a11y-resize-font-150 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-150 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-150 label,body.pojo-a11y-resize-font-150 input,body.pojo-a11y-resize-font-150 select,body.pojo-a11y-resize-font-150 textarea,body.pojo-a11y-resize-font-150 legend,body.pojo-a11y-resize-font-150 code,body.pojo-a11y-resize-font-150 pre,body.pojo-a11y-resize-font-150 dd,body.pojo-a11y-resize-font-150 dt,body.pojo-a11y-resize-font-150 span,body.pojo-a11y-resize-font-150 blockquote{font-size:150% !important}body.pojo-a11y-resize-font-150 h1,body.pojo-a11y-resize-font-150 h2,body.pojo-a11y-resize-font-150 h3,body.pojo-a11y-resize-font-150 h4,body.pojo-a11y-resize-font-150 h5,body.pojo-a11y-resize-font-150 h6,body.pojo-a11y-resize-font-150 h1 span,body.pojo-a11y-resize-font-150 h2 span,body.pojo-a11y-resize-font-150 h3 span,body.pojo-a11y-resize-font-150 h4 span,body.pojo-a11y-resize-font-150 h5 span,body.pojo-a11y-resize-font-150 h6 span{font-size:199.5% !important}body.pojo-a11y-resize-font-140,body.pojo-a11y-resize-font-140 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-140 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-140 label,body.pojo-a11y-resize-font-140 input,body.pojo-a11y-resize-font-140 select,body.pojo-a11y-resize-font-140 textarea,body.pojo-a11y-resize-font-140 legend,body.pojo-a11y-resize-font-140 code,body.pojo-a11y-resize-font-140 pre,body.pojo-a11y-resize-font-140 dd,body.pojo-a11y-resize-font-140 dt,body.pojo-a11y-resize-font-140 span,body.pojo-a11y-resize-font-140 blockquote{font-size:140% !important}body.pojo-a11y-resize-font-140 h1,body.pojo-a11y-resize-font-140 h2,body.pojo-a11y-resize-font-140 h3,body.pojo-a11y-resize-font-140 h4,body.pojo-a11y-resize-font-140 h5,body.pojo-a11y-resize-font-140 h6,body.pojo-a11y-resize-font-140 h1 span,body.pojo-a11y-resize-font-140 h2 span,body.pojo-a11y-resize-font-140 h3 span,body.pojo-a11y-resize-font-140 h4 span,body.pojo-a11y-resize-font-140 h5 span,body.pojo-a11y-resize-font-140 h6 span{font-size:186.20000000000002% !important}body.pojo-a11y-resize-font-130,body.pojo-a11y-resize-font-130 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-130 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-130 label,body.pojo-a11y-resize-font-130 input,body.pojo-a11y-resize-font-130 select,body.pojo-a11y-resize-font-130 textarea,body.pojo-a11y-resize-font-130 legend,body.pojo-a11y-resize-font-130 code,body.pojo-a11y-resize-font-130 pre,body.pojo-a11y-resize-font-130 dd,body.pojo-a11y-resize-font-130 dt,body.pojo-a11y-resize-font-130 span,body.pojo-a11y-resize-font-130 blockquote{font-size:130% !important}body.pojo-a11y-resize-font-130 h1,body.pojo-a11y-resize-font-130 h2,body.pojo-a11y-resize-font-130 h3,body.pojo-a11y-resize-font-130 h4,body.pojo-a11y-resize-font-130 h5,body.pojo-a11y-resize-font-130 h6,body.pojo-a11y-resize-font-130 h1 span,body.pojo-a11y-resize-font-130 h2 span,body.pojo-a11y-resize-font-130 h3 span,body.pojo-a11y-resize-font-130 h4 span,body.pojo-a11y-resize-font-130 h5 span,body.pojo-a11y-resize-font-130 h6 span{font-size:172.9% !important}body.pojo-a11y-resize-font-120,body.pojo-a11y-resize-font-120 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-120 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-120 label,body.pojo-a11y-resize-font-120 input,body.pojo-a11y-resize-font-120 select,body.pojo-a11y-resize-font-120 textarea,body.pojo-a11y-resize-font-120 legend,body.pojo-a11y-resize-font-120 code,body.pojo-a11y-resize-font-120 pre,body.pojo-a11y-resize-font-120 dd,body.pojo-a11y-resize-font-120 dt,body.pojo-a11y-resize-font-120 span,body.pojo-a11y-resize-font-120 blockquote{font-size:120% !important}body.pojo-a11y-resize-font-120 h1,body.pojo-a11y-resize-font-120 h2,body.pojo-a11y-resize-font-120 h3,body.pojo-a11y-resize-font-120 h4,body.pojo-a11y-resize-font-120 h5,body.pojo-a11y-resize-font-120 h6,body.pojo-a11y-resize-font-120 h1 span,body.pojo-a11y-resize-font-120 h2 span,body.pojo-a11y-resize-font-120 h3 span,body.pojo-a11y-resize-font-120 h4 span,body.pojo-a11y-resize-font-120 h5 span,body.pojo-a11y-resize-font-120 h6 span{font-size:159.60000000000002% !important}body.pojo-a11y-links-underline a,body.pojo-a11y-links-underline a *{text-decoration:underline !important}body.pojo-a11y-readable-font,body.pojo-a11y-readable-font *:not(i):not(span){font-family:Verdana,Arial,Helvetica,sans-serif !important}.pojo-skip-link{position:absolute;top:-1000em}.pojo-skip-link:focus{left:50px;top:50px;height:auto;width:200px;display:block;font-size:14px;font-weight:700;text-align:center;padding:15px 23px 14px;background-color:#F1F1F1;color:#21759B;z-index:100000;line-height:normal;text-decoration:none;box-shadow:0 0 2px 2px rgba(0,0,0,0.6)}body.rtl .pojo-skip-link:focus{right:50px;left:auto}#pojo-a11y-toolbar *,#pojo-a11y-toolbar ::before,#pojo-a11y-toolbar ::after{box-sizing:border-box}.pojo-a11y-visible-phone{display:none !important}.pojo-a11y-visible-tablet{display:none !important}.pojo-a11y-hidden-desktop{display:none !important}.pojo-a11y-visible-desktop{display:inherit !important}@media (min-width:768px) and (max-width:1024px){.pojo-a11y-hidden-desktop{display:inherit !important}.pojo-a11y-visible-desktop{display:none !important}.pojo-a11y-visible-tablet{display:inherit !important}.pojo-a11y-hidden-tablet{display:none !important}}@media (max-width:767px){.pojo-a11y-hidden-desktop{display:inherit !important}.pojo-a11y-visible-desktop{display:none !important}.pojo-a11y-visible-phone{display:inherit !important}.pojo-a11y-hidden-phone{display:none !important}}.pojo-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.qodef-qi-grid>.qodef-grid-inner{position:relative;display:grid;gap:30px}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--1{order:1}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--2{order:2}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--3{order:3}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--4{order:4}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--5{order:5}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--6{order:6}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--7{order:7}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--8{order:8}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--9{order:9}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--10{order:10}.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item.qodef-order--11{order:11}.qodef-qi-grid>.qodef-grid-inner.qodef-qi-clear:after,.qodef-qi-grid>.qodef-grid-inner.qodef-qi-clear:before{display:none!important}.qodef-qi-grid .qodef-grid-item{float:none}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner{display:flex}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--12{width:100%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--11{width:91.66667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--10{width:83.33333%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--9{width:75%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--8{width:66.66667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--7{width:58.33333%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--6{width:50%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--5{width:41.66667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--4{width:33.33333%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--3{width:25%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--2{width:16.66667%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--1{width:8.33333%}.qodef-qi-grid.qodef-layout--qi-template>.qodef-grid-inner>.qodef-grid-item.qodef-col--auto{width:auto}.qodef-qi-grid.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--1>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--2>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--3>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--4>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--5>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--6>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--7>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--8>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--1-11>.qodef-grid-inner{grid-template-columns:minmax(0,1fr) minmax(0,11fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--1-11>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--2-10>.qodef-grid-inner{grid-template-columns:minmax(0,2fr) minmax(0,10fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--2-10>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--3-9>.qodef-grid-inner{grid-template-columns:minmax(0,3fr) minmax(0,9fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--3-9>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--4-8>.qodef-grid-inner{grid-template-columns:minmax(0,4fr) minmax(0,8fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--4-8>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--5-7>.qodef-grid-inner{grid-template-columns:minmax(0,5fr) minmax(0,7fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--5-7>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--6-6>.qodef-grid-inner{grid-template-columns:minmax(0,6fr) minmax(0,6fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--6-6>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--7-5>.qodef-grid-inner{grid-template-columns:minmax(0,7fr) minmax(0,5fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--7-5>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--8-4>.qodef-grid-inner{grid-template-columns:minmax(0,8fr) minmax(0,4fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--8-4>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--9-3>.qodef-grid-inner{grid-template-columns:minmax(0,9fr) minmax(0,3fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--9-3>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--10-2>.qodef-grid-inner{grid-template-columns:minmax(0,10fr) minmax(0,2fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--10-2>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--11-1>.qodef-grid-inner{grid-template-columns:minmax(0,11fr) minmax(0,1fr)}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--11-1>.qodef-grid-inner{grid-template-columns:minmax(0,1fr)}}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner{height:100%;overflow:hidden}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-grid-item img{height:100%;width:100%;object-fit:cover}.qodef-qi-grid.qodef-layout--qi-masonry>.qodef-grid-inner{visibility:hidden}.qodef-qi-grid.qodef-layout--qi-masonry>.qodef-grid-inner.qodef--masonry-init{visibility:visible}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--1>.qodef-grid-inner{grid-template-columns:repeat(1,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--2>.qodef-grid-inner{grid-template-columns:repeat(2,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--3>.qodef-grid-inner{grid-template-columns:repeat(3,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--4>.qodef-grid-inner{grid-template-columns:repeat(4,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--5>.qodef-grid-inner{grid-template-columns:repeat(5,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--6>.qodef-grid-inner{grid-template-columns:repeat(6,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--7>.qodef-grid-inner{grid-template-columns:repeat(7,1fr)}.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--8>.qodef-grid-inner{grid-template-columns:repeat(8,1fr)}.qodef-qi-grid.qodef-gutter--no>.qodef-grid-inner{gap:0}.qodef-qi-grid.qodef-gutter--tiny>.qodef-grid-inner{gap:10px}.qodef-qi-grid.qodef-gutter--small>.qodef-grid-inner{gap:20px}.qodef-qi-grid.qodef-gutter--normal>.qodef-grid-inner{gap:30px}.qodef-qi-grid.qodef-gutter--medium>.qodef-grid-inner{gap:40px}.qodef-qi-grid.qodef-gutter--large>.qodef-grid-inner{gap:50px}.qodef-qi-grid.qodef-gutter--huge>.qodef-grid-inner{gap:68px}.qodef-qi-grid.qodef-disable-row-gap>.qodef-grid-inner{row-gap:0}@media only screen and (max-width:1440px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1440>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1440>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1366px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1366>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1366>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1024>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1024>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:768px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--768>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--768>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:680px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--680>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--680>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:480px){.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--480>.qodef-grid-inner{flex-wrap:wrap}.qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--480>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1440px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1024px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:768px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:680px){.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1680px) and (min-width:1441px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(6,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(7,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--qi-columns>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@media only screen and (max-width:480px) and (min-width:0){.qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--qi-masonry>.qodef-grid-inner{grid-template-columns:repeat(8,minmax(0,1fr))}}@keyframes qi-addons-for-elementor-fade-in{0%{opacity:0;visibility:hidden;z-index:102}100%{opacity:1;visibility:visible;z-index:102}}@keyframes qi-addons-for-elementor-fade-out{0%{opacity:1;visibility:visible;z-index:102}100%{opacity:0;visibility:hidden;z-index:0}}@keyframes qodef-animate-underline-from-left{0%{transform:scaleX(1);transform-origin:right}37%{transform:scaleX(0);transform-origin:right}38%{transform:scaleX(0);transform-origin:left}100%{transform:scaleX(1);transform-origin:left}}@keyframes qodef-animate-underline-from-right{0%{transform:scaleX(1);transform-origin:left}37%{transform:scaleX(0);transform-origin:left}38%{transform:scaleX(0);transform-origin:right}100%{transform:scaleX(1);transform-origin:right}}@keyframes qodef-animate-underline-multiline{0%{background-size:100% 87%;background-position-x:right}38%{background-size:0 87%;background-position-x:right}39%{background-size:0 87%;background-position-x:left}100%{background-size:100% 87%;background-position-x:left}}@keyframes qodef-animate-highlight{0%{background-size:0 100%;background-position-x:left}100%{background-size:100% 100%;background-position-x:left}}.qodef-qi-clear:after,.qodef-qi-clear:before{content:'';display:table;table-layout:fixed}.qodef-qi-clear:after{clear:both}.qodef-category-separator:after{content:',';margin-right:5px}.qodef-shortcode h1 a,.qodef-shortcode h2 a,.qodef-shortcode h3 a,.qodef-shortcode h4 a,.qodef-shortcode h5 a,.qodef-shortcode h6 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-custom-text-underline-draw a{position:relative;color:currentColor}.qodef-custom-text-underline-draw a:after{content:'';position:absolute;bottom:3px;left:0;width:100%;height:1px;background-color:currentColor;backface-visibility:hidden}.qodef-custom-text-underline-draw a:hover{color:currentColor;text-decoration:none}.qodef-custom-text-underline-draw a:hover:after{animation:qodef-animate-underline-from-left .6s cubic-bezier(.45,.29,0,.82) forwards}body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button,body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text,body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-title{opacity:0;transform:translateX(50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text{transition-delay:.25s,.25s}body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button{transition-delay:.5s,.5s}body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-button,body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-text,body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-title{opacity:1;transform:translateX(0) translateZ(0)}@media only screen and (max-width:1440px){.qodef-qi-grid.qodef-qi-hide-under-1440,.qodef-qi-hide-under-1440{display:none}}.qodef-qi-grid.qodef-qi-show-under-1440,.qodef-qi-show-under-1440{display:none}.qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next,.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next{display:none}@media only screen and (max-width:1440px){.qodef-qi-grid.qodef-qi-show-under-1440,.qodef-qi-show-under-1440{display:block}.qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-qi-grid.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next,.qodef-qi-show-under-1440+.swiper-button-prev,.qodef-qi-show-under-1440+.swiper-button-prev+.swiper-button-next{display:block}}.fslightbox-container .fslightbox-nav .fslightbox-slide-number-container{max-width:unset}.fslightbox-container .fslightbox-nav .fslightbox-toolbar{background:0 0}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button{color:#fff}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button[title="Enter fullscreen"]{display:none}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button svg{fill:currentColor;width:17px;stroke:none}.fslightbox-container .fslightbox-slide-btn-container-next,.fslightbox-container .fslightbox-slide-btn-container-previous{padding:30px}.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn,.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn{width:30px;padding:0;background:0 0;color:#fff}.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn svg,.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn svg{fill:currentColor;stroke:currentColor;width:100%}.qodef-qi-swiper-container{position:relative;margin:0 auto;padding:0;list-style:none;z-index:1;visibility:hidden;overflow:hidden}.qodef-qi-swiper-container .swiper-slide a:not(.qodef-qi-button):not(.qodef-qi-premium-button){display:block}.qodef-qi-swiper-container .swiper-slide img{width:100%}.qodef-qi-swiper-container.qodef-swiper--initialized{visibility:visible}.qodef-qi-swiper-container .swiper-pagination-bullet{color:#000;vertical-align:middle;opacity:1;transform-origin:center;transform:matrix(.72,0,0,.72,0,0);border:1px solid transparent;background:currentColor;transition:transform .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-qi-swiper-container .swiper-pagination-bullet-active,.qodef-qi-swiper-container .swiper-pagination-bullet:hover{transform:matrix(1,0,0,1,0,0) translateZ(0)}.qodef-qi-swiper-container .swiper-button-next,.qodef-qi-swiper-container .swiper-button-prev,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container~.swiper-button-next,.qodef-qi-swiper-container~.swiper-button-prev{background-image:none!important;width:auto!important;height:auto!important;margin:0!important;color:#111;font-size:26px;transition:color .2s ease-out,background-color .2s ease-out;transform:translateY(-50%)}.qodef-qi-swiper-container .swiper-button-next svg,.qodef-qi-swiper-container .swiper-button-prev svg,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-next svg,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev svg,.qodef-qi-swiper-container~.swiper-button-next svg,.qodef-qi-swiper-container~.swiper-button-prev svg{display:block;width:1em;height:auto;transition:background-color .2s ease-out,color .2s ease-out;stroke:currentColor;fill:currentColor}.qodef-qi-swiper-container .swiper-button-next:after,.qodef-qi-swiper-container .swiper-button-prev:after,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-next:after,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev:after,.qodef-qi-swiper-container~.swiper-button-next:after,.qodef-qi-swiper-container~.swiper-button-prev:after{display:none!important}.qodef-qi-swiper-container .swiper-button-prev{left:30px}.qodef-qi-swiper-container .swiper-button-next{right:30px}.qodef-qi-swiper-container.swiper-container-vertical.qodef--focus-in-viewport,.qodef-qi-swiper-container.swiper-vertical.qodef--focus-in-viewport{height:100vh!important}.qodef-qi-swiper-container.swiper-container-vertical .swiper-slide,.qodef-qi-swiper-container.swiper-vertical .swiper-slide{overflow:hidden}.qodef-qi-swiper-container.swiper-container-vertical .swiper-slide img,.qodef-qi-swiper-container.swiper-vertical .swiper-slide img{width:100%;height:100%;object-fit:cover}.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-prev,.qodef-qi-swiper-container.swiper-vertical .swiper-button-prev{top:30px;bottom:auto;left:50%;right:auto;transform:translateX(-50%)}.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-prev .qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical .swiper-button-prev .qodef-swiper-arrow-left{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-next,.qodef-qi-swiper-container.swiper-vertical .swiper-button-next{top:auto!important;bottom:30px;left:50%;right:auto;transform:translateX(-50%)}.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-next .qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical .swiper-button-next .qodef-swiper-arrow-right{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-prev,.qodef-qi-swiper-container.swiper-vertical~.swiper-button-prev{top:-30px;bottom:auto!important;left:50%;right:auto;transform:translateX(-50%)}.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-prev .qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical~.swiper-button-prev .qodef-swiper-arrow-left{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-next,.qodef-qi-swiper-container.swiper-vertical~.swiper-button-next{top:auto!important;bottom:-30px;left:50%;right:auto;transform:translateX(-50%)}.qodef-qi-swiper-container.swiper-container-vertical~.swiper-button-next .qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical~.swiper-button-next .qodef-swiper-arrow-right{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav{top:0;width:auto!important;height:100%;flex-direction:column;justify-content:center;margin-top:0}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .qodef-swiper-together-inner,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav .qodef-swiper-together-inner{flex-direction:column}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav .swiper-button-prev{margin:0 0 20px 0!important}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-prev .qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav .swiper-button-prev .qodef-swiper-arrow-left{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-next .qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-together-nav .swiper-button-next .qodef-swiper-arrow-right{transform:rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg{transform:translateY(-4px)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-prev:hover svg.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover i.qodef-swiper-arrow-left,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-prev:hover svg.qodef-swiper-arrow-left{transform:translateY(-4px) rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg{transform:translateY(4px)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move .swiper-button-next:hover svg.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-next:hover i.qodef-swiper-arrow-right,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move~.swiper-button-next:hover svg.qodef-swiper-arrow-right{transform:translateY(4px) rotate(90deg)}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav{justify-content:center;right:auto!important;left:0!important;bottom:0}.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav{justify-content:center;right:0!important;left:auto!important;bottom:0}.qodef-qi-swiper-container.swiper-container-vertical~.qodef-swiper-pagination-outside .swiper-pagination-bullet,.qodef-qi-swiper-container.swiper-vertical~.qodef-swiper-pagination-outside .swiper-pagination-bullet{margin:3px 0}.qodef-qi-swiper-container .swiper-button-next:after,.qodef-qi-swiper-container .swiper-button-next:before,.qodef-qi-swiper-container .swiper-button-prev:after,.qodef-qi-swiper-container .swiper-button-prev:before{display:none}.qodef-qi-swiper-container~.swiper-button-prev{left:-50px}.qodef-qi-swiper-container~.swiper-button-next{right:-50px}.qodef-qi-swiper-container~.qodef-swiper-together-nav{position:absolute;display:flex;justify-content:flex-start;width:100%;margin-top:30px;z-index:1}.qodef-qi-swiper-container~.qodef-swiper-together-nav .qodef-swiper-together-inner{display:flex;align-items:center;justify-content:center}.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev{position:relative;top:0;left:0;right:0;transform:none;z-index:15}.qodef-qi-swiper-container~.qodef-swiper-together-nav .swiper-button-prev{margin-right:20px!important}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev svg{margin-left:4px}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next svg{margin-right:4px}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next i,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next svg,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev i,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-next i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-next svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-prev i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-prev svg{transform:translateX(0);will-change:transform;transition:transform .25s cubic-bezier(.37,.08,.02,.93),background-color .2s ease-out,color .2s ease-out}.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev svg{transform:translateX(0);will-change:transform;transition:transform .12s ease-out,background-color .2s ease-out,color .2s ease-out}.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg{transition:transform .22s cubic-bezier(.37,.08,.02,.93) 50ms,background-color .2s ease-out,color .2s ease-out}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-prev:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-prev:hover svg{transform:translateX(-4px)}.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-next:hover i,.qodef-qi-swiper-container.qodef-navigation--hover-move~.swiper-button-next:hover svg{transform:translateX(4px)}.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-custom,.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-fraction,.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside>.swiper-pagination-bullets,.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--inside .swiper-pagination-custom,.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--inside .swiper-pagination-fraction,.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--inside>.swiper-pagination-bullets{bottom:0}.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-custom,.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-fraction,.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside>.swiper-pagination-bullets,.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--outside .swiper-pagination-custom,.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--outside .swiper-pagination-fraction,.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--outside>.swiper-pagination-bullets{bottom:0}@media only screen and (max-width:1024px){.qodef-qi-swiper-container.qodef-hide-navigation--1024 .qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--1024~.qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--1024~.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--1024~.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--1024~.swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--1024~.swiper-button-prev{display:none}}@media only screen and (max-width:768px){.qodef-qi-swiper-container.qodef-hide-navigation--768 .qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--768~.qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--768~.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--768~.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--768~.swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--768~.swiper-button-prev{display:none}}@media only screen and (max-width:680px){.qodef-qi-swiper-container.qodef-hide-navigation--680 .qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--680~.qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-hide-navigation--680~.qodef-swiper-together-nav .swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--680~.qodef-swiper-together-nav .swiper-button-prev,.qodef-qi-swiper-container.qodef-hide-navigation--680~.swiper-button-next,.qodef-qi-swiper-container.qodef-hide-navigation--680~.swiper-button-prev{display:none}}.qodef-qi-swiper-container.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav{justify-content:flex-start;right:auto!important}.qodef-qi-swiper-container.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-qi-swiper-container.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav{justify-content:flex-end;left:auto!important}.qodef-swiper-pagination-outside.swiper-pagination{position:relative}.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet{color:#000;opacity:1;transform-origin:center;transform:matrix(1,0,0,1,0,0);border:1px solid transparent;background:currentColor;transition:transform .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;margin:0 6px}.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet:hover{transform:matrix(1.4,0,0,1.4,0,0) translateZ(0)}.swiper-container-vertical~.qodef-swiper-pagination-outside.swiper-pagination,.swiper-vertical~.qodef-swiper-pagination-outside.swiper-pagination{display:flex;flex-direction:column;position:absolute;top:50%;transform:translateY(-50%);left:100%}.qodef--pagination-numbers>.swiper-pagination-bullets,.qodef--pagination-numbers~.swiper-pagination-bullets{counter-reset:section;display:flex;justify-content:center}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet{height:38px;width:38px;transform:none;color:transparent;display:flex!important;justify-content:center;align-items:center}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet:before,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet:before{counter-increment:section;content:"0" counter(section);color:#1e1e1e}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet-active,.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet:hover,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet-active,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet:hover{color:#efefef}.swiper-container-vertical.qodef--pagination-numbers>.swiper-pagination-bullets,.swiper-container-vertical.qodef--pagination-numbers~.swiper-pagination-bullets,.swiper-vertical.qodef--pagination-numbers>.swiper-pagination-bullets,.swiper-vertical.qodef--pagination-numbers~.swiper-pagination-bullets{flex-direction:column}.qodef-pagination-alignment--start>.swiper-pagination-bullets,.qodef-pagination-alignment--start~.swiper-pagination-bullets{text-align:left}.qodef--pagination-numbers.qodef-pagination-alignment--start>.swiper-pagination-bullets,.qodef-pagination-alignment--start~.swiper-pagination-bullets{justify-content:flex-start}.qodef-pagination-alignment--start.swiper-container-vertical>.swiper-pagination-bullets,.qodef-pagination-alignment--start.swiper-container-vertical~.swiper-pagination-bullets,.qodef-pagination-alignment--start.swiper-vertical>.swiper-pagination-bullets,.qodef-pagination-alignment--start.swiper-vertical~.swiper-pagination-bullets{top:0;transform:none}.qodef-pagination-alignment--center>.swiper-pagination-bullets,.qodef-pagination-alignment--center~.swiper-pagination-bullets{text-align:center}.qodef--pagination-numbers.qodef-pagination-alignment--center>.swiper-pagination-bullets,.qodef-pagination-alignment--center~.swiper-pagination-bullets{justify-content:center}.qodef-pagination-alignment--end>.swiper-pagination-bullets,.qodef-pagination-alignment--end~.swiper-pagination-bullets{text-align:right}.qodef--pagination-numbers.qodef-pagination-alignment--end>.swiper-pagination-bullets,.qodef-pagination-alignment--end~.swiper-pagination-bullets{justify-content:flex-end}.qodef-pagination-alignment--end.swiper-container-vertical>.swiper-pagination-bullets,.qodef-pagination-alignment--end.swiper-container-vertical~.swiper-pagination-bullets,.qodef-pagination-alignment--end.swiper-vertical>.swiper-pagination-bullets,.qodef-pagination-alignment--end.swiper-vertical~.swiper-pagination-bullets{top:100%;transform:translate3d(0,-100%,0)}.qodef-navigation-together--top:has(.elementor-widget-container) .elementor-widget-container,.qodef-navigation-together--top:not(:has(.elementor-widget-container)){position:relative}.qodef-navigation-together--top .qodef-swiper-together-nav{bottom:100%;margin-top:0!important;margin-bottom:30px}.qodef-navigation-together--bottom:has(.elementor-widget-container) .elementor-widget-container,.qodef-navigation-together--bottom:not(:has(.elementor-widget-container)){position:relative}.qodef-addons-blog-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-list .qodef-blog-item{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-list .qodef-blog-item .qodef-e-content,.qodef-addons-blog-list .qodef-blog-item .qodef-e-inner,.qodef-addons-blog-list .qodef-blog-item .qodef-e-media{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-list .qodef-blog-item .qodef-e-media-image{position:relative;display:inline-block;vertical-align:top;max-width:100%;overflow:hidden;z-index:1}.qodef-addons-blog-list .qodef-blog-item .qodef-e-media{display:block}.qodef-addons-blog-list .qodef-blog-item .qodef-e-media iframe{display:block;height:100%}.qodef-addons-blog-list .qodef-blog-item .qodef-e-title{margin:0 0 .5em}.qodef-addons-blog-list .qodef-blog-item .qodef-e-excerpt{margin:0}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info{position:relative;display:flex;flex-wrap:wrap;align-items:center;width:100%}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item{position:relative;display:inline-flex;align-items:center;flex-wrap:wrap;margin-right:24px;color:#111}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a{display:inline-flex;align-items:center;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover{color:#3c3c3c}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child{margin-right:0}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon{margin-right:8px;width:14px;height:auto;fill:currentColor;flex-shrink:0}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top{margin-bottom:.25em}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item{font-size:.9em;line-height:1.13333em}.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom{display:inline-flex}.qodef-addons-blog-list .qodef-blog-item .qodef-e-post-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a{position:relative;text-decoration:underline}.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a:after{content:'*';position:absolute;top:0;right:-.5em;font-size:1.5em}.qodef-addons-blog-list.qodef-alignment--centered{text-align:center}.qodef-addons-blog-list.qodef-alignment--centered .qodef-blog-item .qodef-e-info{justify-content:center}.qodef-addons-blog-list.qodef-info-no-icons .qodef-e-info .qodef-e-info-item:not(:last-child):after{content:'/';position:relative;left:12px}.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 2px),currentColor 2px);transition:.9s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link:hover{background-size:100% 100%}.qodef-addons-blog-list .qodef-e-media-image a:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e-media-image a{display:block;width:100%;transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e:hover .qodef-e-media-image a{transform:scale(1.03)}.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e-media-image a{display:block;width:100%;transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-media-image a{transform:scale(1)}.qodef-addons-blog-list.qodef-image--hover-move .qodef-e-media-image a{display:block;width:100%;transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-addons-blog-list.qodef-image--hover-move .qodef-e:hover .qodef-e-media-image a{transform:scale(1.2) translateX(12px)}.qodef-addons-blog-list.qodef-image--hover-from-top a{transform-origin:top}.qodef-addons-blog-list.qodef-image--hover-from-bottom a{transform-origin:bottom}.qodef-addons-blog-list.qodef-image--hover-from-left a{transform-origin:left}.qodef-addons-blog-list.qodef-image--hover-from-right a{transform-origin:right}@media only screen and (max-width:1024px){.qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link{padding:11% 15%}.qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote{padding:10.7% 15% 11.3%}}@media only screen and (max-width:680px){.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom{display:inline-block}.qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link{padding:11% 10%}.qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link-icon{left:calc(50% - 75px);width:150px}.qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote{padding:11% 10%}.qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote-icon{left:calc(50% - 70px);width:140px}}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-media-holder{position:relative}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;color:#fff;background-color:#111;z-index:5}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date a{color:inherit}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-inner{box-shadow:0 0 10px 0 rgba(0,0,0,.08);background-color:#fff}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-content{padding:45px 40px}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media-holder{position:relative}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;color:#fff;background-color:#111;z-index:10}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date a{color:inherit}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media{margin-bottom:1.5em}.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-media-holder{position:relative}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;background-color:#fff;z-index:5}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date a{color:inherit}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-content{position:absolute;bottom:0;left:0;padding:40px;z-index:5}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item{color:#fff}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item a:hover{color:inherit}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title{color:#fff;margin:0}.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title a{color:inherit}.qodef-addons-blog-list.qodef-item-layout--minimal{overflow:hidden}.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-grid-inner{margin-top:-2em!important}.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-e-inner{padding-top:2em;border-top:1px solid #ebebeb}.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-e-info.qodef-info--bottom{margin-top:1em}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{display:flex;align-items:center}.qodef-reverse-columns.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{flex-direction:row-reverse}@media only screen and (max-width:768px){.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{flex-direction:column;align-items:flex-start}.qodef-reverse-columns.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner{flex-direction:column}}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media{width:50%}@media only screen and (max-width:768px){.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media{width:100%}}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content{flex:1;padding:20px 27px}@media only screen and (max-width:768px){.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content{padding:20px 0}}.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-excerpt{margin:0 0 1em}.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-media{margin-bottom:1.5em}.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info.qodef-info--bottom{display:flex;align-items:center;justify-content:space-between}.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info-author img{border-radius:50%;overflow:hidden;margin-right:12px}.qodef-addons-blog-slider{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-slider .qodef-blog-item{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-content,.qodef-addons-blog-slider .qodef-blog-item .qodef-e-inner,.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-addons-blog-slider .qodef-blog-item.has-post-thumbnail .qodef-e-content{padding-top:27px}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image{position:relative;display:inline-block;vertical-align:top;max-width:100%;width:100%}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image a,.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image img{display:block;width:100%}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media{display:block}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-title{margin:0 0 .5em}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-excerpt{margin:0}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more{margin-top:14px}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info{position:relative;display:flex;flex-wrap:wrap;align-items:center;width:100%}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item{position:relative;display:inline-flex;align-items:center;flex-wrap:wrap;margin-right:24px;color:#111}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a{display:inline-flex;align-items:center;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover{color:#3c3c3c}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child{margin-right:0}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon{margin-right:8px;width:14px;height:auto;fill:currentColor;flex-shrink:0}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top{margin-bottom:.25em}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item{font-size:.9em;line-height:1.13333em}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--bottom{display:inline-flex}.qodef-addons-blog-slider .qodef-blog-item .qodef-e-post-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a{position:relative;text-decoration:underline}.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a:after{content:'*';position:absolute;top:0;right:-.5em;font-size:1.5em}.qodef-addons-blog-slider article .qodef-e-media-image{overflow:hidden}.qodef-addons-blog-slider.qodef-content-has-background-color .qodef-e-content{padding-left:28px;padding-right:28px}.qodef-addons-blog-slider.qodef-alignment--centered{text-align:center}.qodef-addons-blog-slider.qodef-alignment--centered .qodef-blog-item .qodef-e-info{justify-content:center}.qodef-addons-blog-slider.qodef-info-no-icons .qodef-e-info .qodef-e-info-item:not(:last-child):after{content:'/';position:relative;left:12px}.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 2px),currentColor 2px);transition:.9s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link:hover{background-size:100% 100%}.qodef-addons-blog-slider.qodef-title--hover-underline a.qodef-e-title-link{display:inline!important}.qodef-addons-blog-slider .qodef-e-media-image a:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e-content{transform:translateZ(0)}.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e-media-image a{display:block;width:calc(100% + 2px);transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-media-image a{transform:scale(1.03)}.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e-content{transform:translateZ(0)}.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e-media-image a{display:block;width:calc(100% + 2px);transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-media-image a{transform:scale(1)}.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e-media-image a{display:block;width:calc(100% + 2px);transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-media-image a{transform:scale(1.2) translateX(12px)}.qodef-addons-blog-slider.qodef-image--hover-from-top a{transform-origin:top}.qodef-addons-blog-slider.qodef-image--hover-from-bottom a{transform-origin:bottom}.qodef-addons-blog-slider.qodef-image--hover-from-left a{transform-origin:left}.qodef-addons-blog-slider.qodef-image--hover-from-right a{transform-origin:right}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-media-holder{position:relative}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;color:#fff;background-color:#111}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date a{color:inherit}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-inner{box-shadow:0 0 10px 0 rgba(0,0,0,.08);background-color:#fff}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-content{padding:45px 40px}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media-holder{position:relative}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date{position:absolute;top:0;right:0;padding:12px 18px;color:#fff;background-color:#111}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date a{color:inherit}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media{margin-bottom:1.5em}.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-media-holder{position:relative}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-content{position:absolute;bottom:0;left:0;padding:40px}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item{color:#fff}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item a:hover{color:inherit}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title{color:#fff;margin:0}.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title a{color:inherit}.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner{display:flex;align-items:center}@media only screen and (max-width:480px){.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner{flex-direction:column;align-items:flex-start}}.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media{width:50%}@media only screen and (max-width:480px){.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media{width:100%}}.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content{flex:1;padding:20px 27px}@media only screen and (max-width:480px){.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content{padding:20px 0}}.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-media{margin-bottom:1.5em}.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-text{margin-bottom:1em}.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info.qodef-info--bottom{display:flex;align-items:center;justify-content:space-between}.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info-author img{width:48px;border-radius:50%;overflow:hidden;margin-right:12px}.qodef-shortcode .qodef-addons-m-pagination{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0}.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .nav-links{display:flex;align-items:center;justify-content:center}.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers{display:inline-flex;align-items:center;justify-content:center;margin:0 5px;transition:all .2s ease-out}.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers.next svg,.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers.prev svg{width:1em;fill:currentColor;stroke:currentColor;max-height:100%}.qodef-qi-contact-form-7 form div{position:relative;margin:0}.qodef-qi-contact-form-7.qodef-button--full-width input[type=submit]{width:100%}.qodef-qi-contact-form-7 .wpcf7-form-control-wrap{width:100%;display:block}.qodef-qi-contact-form-7 textarea{resize:none}.qodef-qi-contact-form-7 .wpcf7-list-item.first{margin-left:0}.qodef-qi-contact-form-7 .qodef-cf7-flex{display:flex}@media only screen and (max-width:1024px){.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--1024{flex-wrap:wrap}}@media only screen and (max-width:768px){.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--768{flex-wrap:wrap}}@media only screen and (max-width:680px){.qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--680{flex-wrap:wrap}}.qodef-qi-contact-form-7 .qodef-grid-inner{row-gap:0!important}.qodef-qi-contact-form-7 .qodef-grid-item{margin:0!important}.qodef-qi-contact-form-7 .wpcf7-checkbox,.qodef-qi-contact-form-7 .wpcf7-radio{line-height:1;display:block}.qodef-qi-contact-form-7 .wpcf7-checkbox label,.qodef-qi-contact-form-7 .wpcf7-radio label{display:flex;align-items:center;justify-content:center}.qodef-qi-contact-form-7 .wpcf7-spinner{position:absolute;right:0;margin:10px 0 0}.qodef-qi-contact-form-7 label{margin-bottom:0}.qodef-qi-contact-form-7 input[type=date],.qodef-qi-contact-form-7 input[type=email],.qodef-qi-contact-form-7 input[type=number],.qodef-qi-contact-form-7 input[type=password],.qodef-qi-contact-form-7 input[type=search],.qodef-qi-contact-form-7 input[type=tel],.qodef-qi-contact-form-7 input[type=text],.qodef-qi-contact-form-7 input[type=url],.qodef-qi-contact-form-7 select,.qodef-qi-contact-form-7 textarea{margin:0}.qodef-qi-contact-form-7 input[type=checkbox],.qodef-qi-contact-form-7 input[type=radio]{margin:0;width:1em;height:1em;vertical-align:middle}.qodef-qi-contact-form-7 button[type=submit]:focus,.qodef-qi-contact-form-7 button[type=submit]:hover,.qodef-qi-contact-form-7 input[type=submit]:focus,.qodef-qi-contact-form-7 input[type=submit]:hover{color:unset;background-color:unset}.qodef-qi-contact-form-7 input[type=submit]{transition:all .3s ease-out}.qodef-qi-contact-form-7 textarea{vertical-align:middle}.qodef-qi-contact-form-7 .qodef-qi-multiform-newsletter .wpcf7-form-control-wrap{z-index:5}.qodef-qi-contact-form-7 .qodef-qi-multiform-newsletter .qodef-qi-multiform-next>.wpcf7-submit{z-index:10}.qodef-addons-woo-shortcode .qodef-e-product-mark{position:absolute;top:0;left:0;min-width:68px;color:#111;background-color:#fff;padding:1.8em 1.2em;z-index:5}.qodef-addons-woo-shortcode .qodef-e-product-title{margin:0;z-index:2;position:relative}.qodef-addons-woo-shortcode .qodef-e-ratings{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star{color:#111}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg{display:inline-block;margin-right:4px;width:16px;height:auto;fill:none;stroke:currentColor}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg:last-child{margin-right:0}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active svg{fill:currentColor;stroke:none}.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg{width:1em;margin-right:8px}.qodef-addons-woo-shortcode .price{position:relative;display:flex;align-items:center;margin:0}.qodef-addons-woo-shortcode .price del{margin-right:.8em}.qodef-addons-woo-shortcode .price ins{text-decoration:none}.qodef-addons-woo-shortcode .added_to_cart,.qodef-addons-woo-shortcode .button{color:#111;z-index:3}.qodef-addons-woo-shortcode .added_to_cart.added,.qodef-addons-woo-shortcode .button.added{display:none!important}.qodef-addons-woo-shortcode .added_to_cart.qodef-qi-button.qodef-layout--textual,.qodef-addons-woo-shortcode .button.qodef-qi-button.qodef-layout--textual{background:0 0}.qodef-addons-woo-shortcode .qodef-qi-woo-product-mark{position:absolute;top:0;right:0;color:#fff;background-color:#111;padding:10px 15px;z-index:5}.qodef-addons-woo-shortcode .qodef-qi-woo-product-mark.qodef-woo-onsale{color:#111;background-color:#ebebeb}.qodef-qi-woo-shortcode-add-to-cart{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-shortcode-add-to-cart .button.added{display:none}.qodef-qi-woo-product-category-list .woocommerce-loop-category__title{margin:0}.qodef-qi-woo-product-category-list .count{display:none}.qodef-qi-woo-product-category-list .qodef-e-img-holder{overflow:hidden}.qodef-qi-woo-product-category-list .qodef-e-img-holder:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-qi-woo-product-category-list.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-product-category-list.qodef-image--hover-zoom .qodef-e:hover img{transform:scale(1.03)}.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out img{transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out .qodef-e:hover img{transform:scale(1)}.qodef-qi-woo-product-category-list.qodef-image--hover-move img{transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-woo-product-category-list.qodef-image--hover-move .qodef-e:hover img{transform:scale(1.2) translateX(12px)}.qodef-qi-woo-product-category-list.qodef-image--hover-from-top img{transform-origin:top}.qodef-qi-woo-product-category-list.qodef-image--hover-from-bottom img{transform-origin:bottom}.qodef-qi-woo-product-category-list.qodef-image--hover-from-left img{transform-origin:left}.qodef-qi-woo-product-category-list.qodef-image--hover-from-right img{transform-origin:right}.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category a{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;color:#fff;text-align:center}.qodef-position--bottom-left .qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title{top:auto;bottom:0;left:0;transform:none;text-align:left}.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category a{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category .woocommerce-loop-category__title{position:absolute;bottom:40px;left:50%;background-color:#fff;width:auto;text-align:center;padding:10px 40px;transform:translateX(-50%)}.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-holder-inner{position:relative;display:flex;align-items:center;justify-content:flex-end;background-color:#f6f6f6}.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-content{position:absolute;max-height:100%;width:100%;left:0;flex:1;overflow:hidden}.qodef-qi-woo-product-category-list.qodef-item-layout--info-side .qodef-e-image{width:60%}.qodef-qi-woo-shortcode-product-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.qodef-qi--touch .qodef-qi-woo-shortcode-product-list .qodef-e-product-inner{cursor:pointer}.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1}.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-title{color:#3c3c3c}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image{position:relative;display:inline-block;vertical-align:top;z-index:1}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image .qodef-e-product-image-holder{overflow:hidden}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image img{display:block;width:100%}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:10px;text-align:center;opacity:0;transition:opacity .35s ease-out}.qodef-qi-woo-shortcode-product-list .qodef-e-product-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-shortcode-product-list .qodef-e-product-heading{position:relative;display:flex;justify-content:space-between;align-items:baseline}.qodef-qi-woo-shortcode-product-list .woocommerce-Price-currencySymbol{position:relative;top:-.3em;font-size:.6em}.qodef-qi-woo-shortcode-product-list .price{flex-shrink:0}.qodef-qi-woo-shortcode-product-list .qodef-e-product-title{transition:color .2s ease-out}.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a{position:relative;display:inline-block!important;vertical-align:top;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;z-index:3}.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:focus,.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:hover{color:#3c3c3c}.qodef-qi-woo-shortcode-product-list .woocommerce-LoopProduct-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image-holder:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-qi-woo-shortcode-product-list .qodef-e-product-image{overflow:hidden;width:100%}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom .qodef-e:hover img{transform:scale(1.03)}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out img{transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out .qodef-e:hover img{transform:scale(1)}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move img{transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move .qodef-e:hover img{transform:scale(1.2) translateX(12px)}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-top img{transform-origin:top}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-bottom img{transform-origin:bottom}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-left img{transform-origin:left}.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-right img{transform-origin:right}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below .qodef-e-product-content{text-align:center;padding:22px 0 25px}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below .price{justify-content:center}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner{background-color:#fff;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .25s ease-out,all .3s cubic-bezier(.46,.03,.52,.96);clip-path:inset(0 0 0 0);pointer-events:none}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner a{pointer-events:all}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1;clip-path:inset(13px 13px 13px 13px);transition-delay:0s,.15s}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-content{padding:22px 0 25px}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content{text-align:center;padding:22px 0 25px}.qodef-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content{text-align:left}.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content{text-align:right}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-image-holder a{position:relative;display:block;z-index:2}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price{justify-content:center}.qodef-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price{justify-content:flex-start}.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price{justify-content:flex-end}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:3;margin:0 auto;opacity:0;transition:.15s ease-out;width:var(--qodef-max-width);height:var(--qodef-max-height)}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized{opacity:1}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price{transform:translateX(0);transition:transform .4s .1s ease;width:var(--qodef-max-width);position:absolute}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap{position:absolute;width:100%;transform:translateX(100%);transition:transform .5s 0s ease;overflow:hidden}.qodef-info-below-alignment--left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder{margin:0}.qodef-info-below-alignment--right .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder{margin:0 0 0 auto}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price{transform:translateX(-100%);transition-delay:0s}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap{transform:translateX(0);transition-delay:.1s}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-content{padding:22px 0 25px}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner{opacity:0;transform:translateY(10px);transition:opacity .25s,transform .4s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1;transform:translateY(0)}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner{flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:25px 35px;background-color:#f6f6f6}.qodef-position--bottom-left .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner{align-items:flex-start;justify-content:flex-end;text-align:left}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-ratings{text-align:center}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark{left:auto;right:0}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-woo-product-price>span{width:100%}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-image-content-inner{opacity:0;transform:translateY(20px);transition:opacity .25s,transform .4s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-image-content-inner{opacity:1;transform:translateY(0)}.qodef-qi-woo-shortcode-product-slider{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.qodef-qi--touch .qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner{cursor:pointer}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-title{color:#3c3c3c}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image{position:relative;display:inline-block;vertical-align:top;z-index:1}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image .qodef-e-product-image-holder{overflow:hidden}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image img{display:block;width:100%}.qodef-image-full-height.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image img{height:100vh;object-fit:cover}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:10px;text-align:center;opacity:0;transition:opacity .35s ease-out}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-heading{position:relative;display:flex;justify-content:space-between;align-items:baseline}.qodef-qi-woo-shortcode-product-slider .woocommerce-Price-currencySymbol{position:relative;top:-.3em;font-size:.6em}.qodef-qi-woo-shortcode-product-slider .price{flex-shrink:0}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-title{transition:color .2s ease-out}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a{position:relative;display:inline-block!important;vertical-align:top;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;z-index:3}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:focus,.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:hover{color:#3c3c3c}.qodef-qi-woo-shortcode-product-slider .woocommerce-LoopProduct-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image-holder:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image{overflow:hidden;width:100%}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom .qodef-e:hover img{transform:scale(1.03)}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out img{transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out .qodef-e:hover img{transform:scale(1)}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move img{transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move .qodef-e:hover img{transform:scale(1.2) translateX(12px)}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-top img{transform-origin:top}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-bottom img{transform-origin:bottom}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-left img{transform-origin:left}.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-right img{transform-origin:right}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item{padding:50px 0}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item .qodef-e-product-image{transform:scale(1);transition:transform .35s ease-out}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item .swiper-slide-active .qodef-e-product-image{transform:scale(1.5)}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item.qodef-item-layout--info-below-swap .qodef-e-product-content{opacity:0;transition:opacity .35s ease-out}.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item.qodef-item-layout--info-below-swap .swiper-slide-active .qodef-e-product-content{opacity:1}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner{text-align:center;padding:25px 15px;background-color:#f6f6f6;transition:background-color .35s ease-out}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .price{justify-content:center}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:3;margin:0 auto;opacity:0;transition:.15s ease-out;width:var(--qodef-max-width);height:var(--qodef-max-height)}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized{opacity:1}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price{transform:translateX(0);transition:transform .4s .1s ease;width:var(--qodef-max-width);position:absolute}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap{position:absolute;width:100%;transform:translateX(100%);transition:transform .5s 0s ease;overflow:hidden}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price{transform:translateX(-100%);transition-delay:0s}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap{transform:translateX(0);transition-delay:.1s}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-content{padding:22px 0 25px}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner{opacity:0;transform:translateY(10px);transition:opacity .25s,transform .4s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner{opacity:1;transform:translateY(0)}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-image-inner{flex-direction:column;justify-content:space-between;align-items:flex-start;padding:15px;transition:opacity .25s ease-out}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-top{text-align:left;width:100%;transform:translateY(10px);transition:transform .25s ease-out}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-bottom{width:100%}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark{left:auto;right:0}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-bottom,.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-top{transform:translateY(0)}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-image-inner{flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:25px 35px;background-color:#f6f6f6}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-ratings{text-align:center}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-woo-product-price>span{width:100%}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner .qodef-e-product-mark{left:auto;right:0}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-image-content-inner{opacity:0;transform:translateY(20px);transition:opacity .25s,transform .4s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner:hover .qodef-image-content-inner{opacity:1;transform:translateY(0)}.qodef-qi-wp-forms textarea{resize:none}.qodef-qi-wp-forms input,.qodef-qi-wp-forms select{height:auto!important}.qodef-qi-wp-forms.qodef-button--full-width button[type=submit]{width:100%}.qodef-qi-wp-forms.qodef-wpf-flex form{display:flex;align-items:center}.qodef-qi-wp-forms.qodef-wpf-flex form>.wpforms-field-container{flex-grow:1;flex-basis:100%}.qodef-qi-wp-forms.qodef-wpf-flex form>.wpforms-submit-container{flex-grow:0}.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-absolute-btn form>.wpforms-submit-container{position:absolute;right:0}@media only screen and (max-width:1024px){.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--1024 form{flex-wrap:wrap}}@media only screen and (max-width:768px){.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--768 form{flex-wrap:wrap}}@media only screen and (max-width:680px){.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--680 form{flex-wrap:wrap}}.qodef-qi-wp-forms .qodef-gutenberg-column{margin:0!important}.qodef-qi-wp-forms .wpforms-submit-container{padding:0!important}.qodef-qi-wp-forms div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li{margin-right:0!important}.qodef-qi-wp-forms div.wpforms-container-full .wpforms-form ul li{margin-bottom:0!important}.qodef-qi-wp-forms label{margin-bottom:0}.qodef-qi-wp-forms input[type=date],.qodef-qi-wp-forms input[type=email],.qodef-qi-wp-forms input[type=number],.qodef-qi-wp-forms input[type=password],.qodef-qi-wp-forms input[type=search],.qodef-qi-wp-forms input[type=tel],.qodef-qi-wp-forms input[type=text],.qodef-qi-wp-forms input[type=url],.qodef-qi-wp-forms textarea{margin:0}.qodef-qi-wp-forms input[type=range]{padding:0!important;margin:0!important}.qodef-qi-wp-forms input[type=checkbox],.qodef-qi-wp-forms input[type=radio]{margin:0;width:1em!important;height:1em!important;vertical-align:middle!important}.qodef-qi-wp-forms button[type=submit]:focus,.qodef-qi-wp-forms button[type=submit]:hover,.qodef-qi-wp-forms input[type=submit]:focus,.qodef-qi-wp-forms input[type=submit]:hover{color:unset;background-color:unset}.qodef-qi-wp-forms button[type=submit],.qodef-qi-wp-forms input[type=submit]{display:inline-flex}.qodef-qi-wp-forms button[type=submit] span,.qodef-qi-wp-forms input[type=submit] span{display:inline}.qodef-qi-accordion{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden;overflow-anchor:none}.qodef-qi-accordion .qodef-e-content-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-accordion.qodef--init{visibility:visible}.qodef-qi-accordion .qodef-e-icon>svg{width:1em;fill:currentColor;stroke:currentColor;vertical-align:top}.qodef-qi-accordion .qodef-e-title-holder{position:relative;display:flex;align-items:center;justify-content:space-between;padding:26px 10px 26px 26px;transition:all .2s ease-out;cursor:pointer;gap:10px;margin:0}.qodef-qi-accordion .qodef-e-title-holder:not(:first-child){margin:12px 0 0}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark{position:relative;flex-shrink:0;width:20px;height:18px;line-height:1;text-align:center}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span{position:absolute;display:flex;align-items:center;justify-content:center;top:0;right:0;height:100%}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span:before{display:block;line-height:inherit}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus,.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus{transition:opacity .2s ease-out,color .2s ease-out}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus{opacity:0}.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus{opacity:1}.qodef-qi-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus{opacity:1}.qodef-qi-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus{opacity:0}.qodef-qi-accordion .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus{opacity:0}.qodef-qi-accordion .qodef-e-content{padding:0 26px 16px;margin:0;transition:background-color .2s ease-out;box-sizing:content-box}.qodef-qi-accordion .qodef-e-content p{margin:0}.qodef-qi-accordion.qodef-style--standard .qodef-e-content{padding:16px 26px}.qodef-qi-accordion.qodef-style--standard .qodef-e-title-holder.ui-state-active{background-color:#f6f6f6}.qodef-qi-accordion.qodef-style--boxed{border:1px solid #ebebeb}.qodef-qi-accordion.qodef-style--boxed .qodef-e-title-holder:not(:first-child){margin:0;border-top:1px solid #ebebeb}.qodef-qi-accordion.qodef-style--border-top{border-bottom:1px solid #ebebeb}.qodef-qi-accordion.qodef-style--border-top .qodef-e-title-holder{margin:0;border-top:1px solid #ebebeb}.qodef-qi-accordion.qodef-style--border-between .qodef-e-title-holder{margin:0;border-bottom:1px solid #ebebeb}.qodef-qi-accordion.qodef-style--border-between .qodef-e-content{padding:16px 26px;border-bottom:1px solid #ebebeb}.qodef-qi-animated-text .qodef-m-title{overflow:hidden}.qodef-qi-animated-text .qodef-e-word{display:inline-block}.qodef-qi-animated-text .qodef-e-character{display:inline-flex}.qodef-qi-animated-text .qodef-e-word-holder{white-space:nowrap}.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-left .qodef-m-title{justify-content:flex-start}.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-right .qodef-m-title{justify-content:flex-end}.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-center .qodef-m-title{justify-content:center}.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-word{opacity:0;transform:translateY(50px);transition:opacity .25s,transform .45s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-word{opacity:0;transform:translateY(-50px);transition:opacity .25s,transform .45s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-word{opacity:0;transform:translateX(-50px);transition:opacity .25s,transform .45s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-word{opacity:0;transform:translateX(50px);transition:opacity .25s,transform .45s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text.qodef--appear-fade .qodef-e-character,.qodef-qi-animated-text.qodef--appear-fade .qodef-e-word{opacity:0;transition:opacity 1s ease-out}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(2){transition-delay:.28s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(3){transition-delay:.42s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(4){transition-delay:.56s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(5){transition-delay:.7s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(6){transition-delay:.84s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(7){transition-delay:.98s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(8){transition-delay:1.12s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(9){transition-delay:1.26s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(10){transition-delay:1.4s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(11){transition-delay:1.54s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(12){transition-delay:1.68s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(13){transition-delay:1.82s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(14){transition-delay:1.96s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(15){transition-delay:2.1s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(16){transition-delay:2.24s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(17){transition-delay:2.38s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(18){transition-delay:2.52s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(19){transition-delay:2.66s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(20){transition-delay:2.8s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(21){transition-delay:2.94s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(22){transition-delay:3.08s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(23){transition-delay:3.22s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(24){transition-delay:3.36s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(25){transition-delay:3.5s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(26){transition-delay:3.64s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(27){transition-delay:3.78s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(28){transition-delay:3.92s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(29){transition-delay:4.06s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(30){transition-delay:4.2s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(31){transition-delay:4.34s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(32){transition-delay:4.48s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(33){transition-delay:4.62s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(34){transition-delay:4.76s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(35){transition-delay:4.9s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(36){transition-delay:5.04s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(37){transition-delay:5.18s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(38){transition-delay:5.32s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(39){transition-delay:5.46s}.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(40){transition-delay:5.6s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(2){transition-delay:.28s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(3){transition-delay:.42s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(4){transition-delay:.56s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(5){transition-delay:.7s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(6){transition-delay:.84s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(7){transition-delay:.98s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(8){transition-delay:1.12s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(9){transition-delay:1.26s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(10){transition-delay:1.4s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(11){transition-delay:1.54s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(12){transition-delay:1.68s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(13){transition-delay:1.82s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(14){transition-delay:1.96s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(15){transition-delay:2.1s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(16){transition-delay:2.24s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(17){transition-delay:2.38s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(18){transition-delay:2.52s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(19){transition-delay:2.66s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(20){transition-delay:2.8s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(21){transition-delay:2.94s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(22){transition-delay:3.08s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(23){transition-delay:3.22s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(24){transition-delay:3.36s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(25){transition-delay:3.5s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(26){transition-delay:3.64s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(27){transition-delay:3.78s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(28){transition-delay:3.92s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(29){transition-delay:4.06s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(30){transition-delay:4.2s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(31){transition-delay:4.34s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(32){transition-delay:4.48s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(33){transition-delay:4.62s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(34){transition-delay:4.76s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(35){transition-delay:4.9s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(36){transition-delay:5.04s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(37){transition-delay:5.18s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(38){transition-delay:5.32s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(39){transition-delay:5.46s}.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(40){transition-delay:5.6s}.qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-character,.qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-word,.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-word,.qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-word,.qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-word,.qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-character,.qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-word{opacity:1;transform:translateX(0) translateZ(0)}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom .qodef-m-title{opacity:0;transform:translateY(50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top .qodef-m-title{opacity:0;transform:translateY(-50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left .qodef-m-title{opacity:0;transform:translateX(-50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right .qodef-m-title{opacity:0;transform:translateX(50px);transition:opacity .4s,transform .7s cubic-bezier(.26,-.14,0,1.01)}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade .qodef-m-title{opacity:0;transition:opacity .7s ease-out}.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade.qodef-qi--appeared .qodef-m-title,.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom.qodef-qi--appeared .qodef-m-title,.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left.qodef-qi--appeared .qodef-m-title,.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right.qodef-qi--appeared .qodef-m-title,.qodef-qi-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top.qodef-qi--appeared .qodef-m-title{opacity:1;transform:translateX(0) translateZ(0)}.qodef-qi-banner{position:relative;display:inline-block;width:100%;vertical-align:top;width:auto;overflow:hidden;transition:box-shadow .35s ease-out;z-index:1}.qodef-qi-banner .qodef-m-banner-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1}.qodef-qi-banner .qodef-m-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column}.qodef-qi-banner .qodef-m-title{margin:.25em 0 0}.qodef-qi-banner .qodef-m-title-inner{display:inline-block}.qodef-qi-banner .qodef-m-subtitle{margin:0}.qodef-qi-banner .qodef-m-content-inner>.qodef-m-text{margin:.7em 0 0}.qodef-qi-banner .qodef-m-button{margin:.5em 0 0}.qodef-qi-banner .qodef-m-button .qodef-qi-button{z-index:2}.qodef-qi-banner .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top;width:auto;overflow:hidden}.qodef-qi-banner .qodef-m-image img{display:inline-block}.qodef-qi-banner .qodef-m-image:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-qi-banner.qodef-vertical--top .qodef-m-content{justify-content:flex-start}.qodef-qi-banner.qodef-vertical--middle .qodef-m-content{justify-content:center}.qodef-qi-banner.qodef-vertical--bottom .qodef-m-content{justify-content:flex-end}.qodef-qi-banner.qodef-horizontal--left .qodef-m-content{align-items:flex-start;text-align:left}.qodef-qi-banner.qodef-horizontal--center .qodef-m-content{align-items:center;text-align:center}.qodef-qi-banner.qodef-horizontal--right .qodef-m-content{align-items:flex-end;text-align:right}.qodef-qi-banner.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-banner.qodef-image--hover-zoom:hover img{transform:scale(1.03)}.qodef-qi-banner.qodef-image--hover-zoom-out img{transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-banner.qodef-image--hover-zoom-out:hover img{transform:scale(1)}.qodef-qi-banner.qodef-image--hover-move img{transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-banner.qodef-image--hover-move:hover img{transform:scale(1.2) translateX(12px)}.qodef-qi-banner.qodef-image--hover-from-top img{transform-origin:top}.qodef-qi-banner.qodef-image--hover-from-bottom img{transform-origin:bottom}.qodef-qi-banner.qodef-image--hover-from-left img{transform-origin:left}.qodef-qi-banner.qodef-image--hover-from-right img{transform-origin:right}.qodef-qi-banner.qodef-layout--in-box .qodef-m-content{padding:45px}.qodef-qi-banner.qodef-layout--in-box .qodef-m-content-inner{background-color:#fff;padding:25px;max-width:100%;width:100%}.qodef-qi-banner.qodef-layout--standard .qodef-m-content{padding:30px}.qodef-before-after-image-holder{visibility:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none}.qodef-before-after-image-holder img{position:absolute;-webkit-user-select:none;-ms-user-select:none;user-select:none}.qodef-before-after-image-holder.active{cursor:grab}.qodef-qi-before-after{-webkit-user-select:none;overflow:hidden}.qodef-qi-before-after .twentytwenty-handle{position:absolute;left:50%;top:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:100px;height:1em;width:1em;margin-left:-.5em;margin-top:-.5em;color:#fff;background-color:currentColor;border-radius:50%;cursor:grab;z-index:40}@media only screen and (max-width:1024px){.qodef-qi-before-after .twentytwenty-handle{font-size:50px}}.qodef-qi-before-after .twentytwenty-handle .qodef-handle-text{font-size:1rem;color:#111;font-weight:700;text-transform:uppercase;-webkit-user-select:none;-ms-user-select:none;user-select:none}.qodef-qi-before-after .twentytwenty-handle:after,.qodef-qi-before-after .twentytwenty-handle:before{content:" ";display:block;background:currentColor;position:absolute;z-index:30}.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after,.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before{width:2px;height:100vh;left:50%;transform:translateX(-50%)}.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after,.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before{width:100vw;height:2px;top:50%;transform:translateY(-50%)}.qodef-qi-before-after .twentytwenty-after-label,.qodef-qi-before-after .twentytwenty-before-label{display:none}.qodef-qi-before-after .twentytwenty-container{position:relative;overflow:hidden;z-index:0}.qodef-qi-before-after .twentytwenty-container img{position:absolute;top:0;max-width:100%;width:100%}.qodef-qi-before-after .twentytwenty-before{z-index:20}.qodef-qi-before-after .twentytwenty-after{z-index:10}.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before{left:50%;margin-left:.48em}.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after{right:50%;margin-right:.48em}.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-down-arrow,.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-up-arrow{display:none}.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before{bottom:50%;margin-bottom:.48em}.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after{top:50%;margin-top:.48em}.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-left-arrow,.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-right-arrow{display:none}.qodef-qi-blockquote .qodef-m-text{margin:0}.qodef-qi-blockquote .qodef-m-icon{font-size:30px;line-height:1;transition:all .3s ease-in-out}.qodef-qi-blockquote .qodef-m-icon i{color:inherit}.qodef-qi-blockquote .qodef-m-icon svg{width:30px;height:auto;fill:currentColor;stroke:currentColor}.qodef-qi-blockquote.qodef-layout--inline .qodef-m-icon{float:left;line-height:1em;width:1em;height:1em;display:inline-flex;align-items:center;justify-content:center;margin:0 .5em 0 0}.qodef-qi-business-hours{position:relative;border:1px solid #e1e1e1;padding:35px}.qodef-qi-business-hours.qodef-line-type--between .qodef-e-line{border-bottom:1px solid rgba(30,30,30,.2)}.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item{border-bottom:1px solid rgba(30,30,30,.2)}.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item:last-child{border-bottom:none}.qodef-qi-business-hours.qodef-line-type--none .qodef-e-day{margin-right:10px}.qodef-qi-business-hours.qodef-line-type--none .qodef-e-line{display:none}.qodef-qi-business-hours .qodef-e-item{margin-bottom:1em;display:flex;align-items:baseline}.qodef-qi-business-hours .qodef-e-item:last-child{margin-bottom:0}.qodef-qi-business-hours .qodef-e-title-holder{display:flex;align-items:baseline}.qodef-qi-business-hours .qodef-m-title{margin:0 0 1em}.qodef-qi-business-hours .qodef-m-subtitle{margin:0 0 .5em}.qodef-qi-business-hours .qodef-m-text{margin:.5em 0 0}.qodef-qi-business-hours .qodef-e-icon{line-height:1;padding-right:12px}.qodef-qi-business-hours .qodef-e-day{margin:0}.qodef-qi-business-hours .qodef-e-hours{margin:0}.qodef-qi-business-hours .qodef-e-line{flex-grow:1;margin:0 8px}.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a{position:relative;color:currentColor}.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:after{content:'';position:absolute;bottom:3px;left:0;width:100%;height:1px;background-color:currentColor;backface-visibility:hidden}.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover{text-decoration:none}.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover:after{animation:qodef-animate-underline-from-left .6s cubic-bezier(.45,.29,0,.82) forwards}@media only screen and (max-width:768px){.qodef-resposive--768.qodef-qi-business-hours .qodef-e-item{flex-direction:column}}@media only screen and (max-width:680px){.qodef-resposive--680.qodef-qi-business-hours .qodef-e-item{flex-direction:column}}@media only screen and (max-width:480px){.qodef-resposive--480.qodef-qi-business-hours .qodef-e-item{flex-direction:column}}.qodef-qi-button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:inherit;font-size:16px;line-height:2em;font-weight:500;text-decoration:none;text-transform:none;border-radius:4px;outline:0;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;padding:13px 46px;overflow:hidden}.qodef-qi-button.qodef-size--small{padding:9px 33px}.qodef-qi-button.qodef-size--large{padding:15px 52px}.qodef-qi-button.qodef-size--full{width:100%;text-align:center}.qodef-qi-button.qodef-layout--filled{color:#111;background-color:#f4f4f4;border:0;font-size:1rem;border-style:solid}.qodef-qi-button.qodef-layout--filled:hover{color:#fff;background-color:#111}.qodef-qi-button.qodef-layout--outlined{color:#111;background-color:transparent;border:2px solid #111}.qodef-qi-button.qodef-layout--outlined:hover{color:#111;background-color:#f4f4f4;border-color:#f4f4f4}.qodef-qi-button.qodef-layout--textual{padding:0!important;background-color:transparent;border:0;border-radius:0;overflow:visible}.qodef-qi-button.qodef-layout--textual .qodef-m-text{display:inline-block;vertical-align:middle}.qodef-qi-button.qodef-layout--textual:hover{color:#111}.qodef-qi-button.qodef-icon--left{display:inline-flex;align-items:center;justify-content:center;flex-direction:row-reverse}.qodef-qi-button.qodef-text-underline .qodef-m-text{position:relative}.qodef-qi-button.qodef-text-underline .qodef-m-text:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:currentColor;transition:background-color .25s ease-in-out,width .36s cubic-bezier(.51,.5,.07,.99);backface-visibility:hidden}.qodef-qi-button.qodef-text-underline:not(.qodef-button-underline-draw):hover .qodef-m-text:after{width:0}.qodef-qi-button.qodef-text-underline.qodef-underline--center .qodef-m-text:after{left:50%;transform:translateX(-50%)}.qodef-qi-button.qodef-text-underline.qodef-underline--right .qodef-m-text:after{left:auto;right:0}.qodef-qi-button.qodef-button-underline-draw .qodef-m-text{overflow:hidden}.qodef-qi-button.qodef-button-underline-draw.qodef-underline--left:hover .qodef-m-text:after,.qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after{animation:qodef-animate-underline-from-left .7s cubic-bezier(.45,.29,0,.82) forwards}.qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after{animation:qodef-animate-underline-from-right .7s cubic-bezier(.45,.29,0,.82) forwards}.qodef-qi-button .qodef-m-icon{color:currentColor;line-height:0}.qodef-qi-button .qodef-m-icon.qodef--icon-color-set{transition:color .25s ease-in-out,background-color .25s ease-in-out}.qodef-qi-button .qodef-m-icon svg{width:1em;fill:currentColor;stroke:currentColor;vertical-align:middle}.qodef-qi-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon{margin-left:10px}.qodef-qi-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon{margin-right:10px}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner,.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner,.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner{position:relative;overflow:hidden;display:inherit;padding:1px}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg,.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg,.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg{transition:transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-in-out;will-change:transform}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1){transform:translateX(0) translateY(0);transition-delay:.1s;opacity:1}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2){position:absolute;opacity:0;left:1px;top:1px;transition-delay:0s}.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1){opacity:0}.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2){transform:translateX(0) translateY(0) translatez(0);transition-delay:.25s;opacity:1}.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2){transform:translateX(-150%) translateY(0)}.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(200%) translateY(0)}.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg{will-change:transform}.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2){transform:translateX(0) translateY(150%) translateZ(0)}.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(0) translateY(-150%) translateZ(0)}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg{will-change:transform}.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2){transform:translateX(-100%) translateY(100%) translateZ(0)}.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(100%) translateY(-100%) translateZ(0)}.qodef-qi-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg{transition:transform .3s cubic-bezier(.37,.08,.02,.93),opacity .2s ease-in-out;transform:translateX(0);will-change:transform}.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i,.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg{transform:translateX(4px)}.qodef-qi-button.qodef-hover--reveal:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .5s cubic-bezier(.54,.3,.02,1.01)}.qodef-qi-button.qodef-hover--reveal .qodef-m-icon,.qodef-qi-button.qodef-hover--reveal .qodef-m-text{z-index:1}.qodef-qi-button.qodef-hover--reveal:hover:after{transform:scaleX(1) scaleY(1)}.qodef-qi-button.qodef-hover--reveal.qodef-layout--outlined:hover{background-color:initial}.qodef-qi-button.qodef--reveal-horizontal:after{transform-origin:left;transform:scaleX(0)}.qodef-qi-button.qodef--reveal-vertical:after{transform-origin:bottom;transform:scaleY(0)}.qodef-qi-button.qodef-icon-background-hover--reveal .qodef-m-icon:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .5s cubic-bezier(.54,.3,.02,1.01)}.qodef-qi-button.qodef-icon-background-hover--reveal .qodef-m-icon .qodef-m-icon-inner{z-index:1}.qodef-qi-button.qodef-icon-background-hover--reveal:hover .qodef-m-icon:after{transform:scaleX(1) scaleY(1)}.qodef-qi-button.qodef-icon-background-hover--reveal-horizontal .qodef-m-icon:after{transform-origin:left;transform:scaleX(0)}.qodef-qi-button.qodef-icon-background-hover--reveal-vertical .qodef-m-icon:after{transform-origin:bottom;transform:scaleY(0)}.qodef-qi-button.qodef-type--icon-boxed{padding:0!important;align-items:stretch}.qodef-qi-button.qodef-type--icon-boxed .qodef-m-text{align-self:center;padding:11px 28px}.qodef-qi-button.qodef-type--icon-boxed.qodef-size--small .qodef-m-text{padding:7px 15px}.qodef-qi-button.qodef-type--icon-boxed.qodef-size--large .qodef-m-text{padding:13px 40px}.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding:11px 0}.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon i{line-height:inherit}.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-button.qodef-type--icon-boxed .qodef-m-border{width:2px;background-color:#111;transition:background-color .25s ease-in-out}.qodef-qi-button.qodef-type--inner-border .qodef-m-inner-border{position:absolute;top:0;left:0;width:100%;height:100%;color:#111;font-size:4px;transition:color .25s ease-in-out}.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom,.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left,.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right,.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top{position:absolute;background-color:currentColor;transition:background-color .25s ease-in-out}.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top{top:1em;left:1em;height:2px;width:calc(100% - 2em)}.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right{top:1em;right:1em;width:2px;height:calc(100% - 2em)}.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom{bottom:1em;right:1em;height:2px;width:calc(100% - 2em)}.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left{bottom:1em;left:1em;width:2px;height:calc(100% - 2em)}.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-top{transition:transform .36s ease-out}.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-top,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top,.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-top{transform:scaleX(0)}.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-right{transform:scaleY(0)}.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-top,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-top,.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-top{transform:scaleX(1) scaleY(1)}.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top{transition-duration:.28s}.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top{transform-origin:left}.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right{transform-origin:top}.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top{transition-delay:.28s}.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right{transition-delay:0s}.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-left,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-top{transition-delay:0s}.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-bottom,.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-right{transition-delay:.28s}.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-top{transform-origin:left}.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-bottom{transform-origin:right}.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-left{transform-origin:top}.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-right{transform-origin:bottom}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-top{transition:background-color .25s ease-in-out,transform .36s ease-out;transform:scaleX(1) scaleY(1)}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-top{transform:scaleX(0)}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-right{transform:scaleY(0)}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top{transition:background-color .25s ease-in-out,transform .28s ease-out}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top{transform-origin:left}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right{transform-origin:top}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top{transition-delay:0s,0s}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right{transition-delay:0s,.28s}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top{transition-delay:0s,.28s}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right{transition-delay:0s,0s}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-top,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-top{transform-origin:left}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-bottom,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-bottom{transform-origin:right}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-left,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-left{transform-origin:top}.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-right,.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-right{transform-origin:bottom}.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge{overflow:visible}.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge .qodef-m-inner-border{top:1em;left:1em;width:calc(100% - 2em);height:calc(100% - 2em);border:1px solid currentColor;transition:all .3s cubic-bezier(.46,.03,.52,.96)}.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge:hover .qodef-m-inner-border{top:-1em;left:-1em;width:calc(100% + 2em);height:calc(100% + 2em)}.qodef-qi-call-to-action.qodef-layout--standard{position:relative}.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-inner{display:flex;align-items:center;justify-content:space-between;background:#333;padding:6.4% 6% 6.9% 5.5%}.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-title{color:#fff;margin:0;transition:color .2s ease-out}.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-text{color:#fff;margin:.8em 0 0;transition:color .2s ease-out}.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-button{flex:0 0 auto}.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-button{z-index:1}@media only screen and (max-width:1024px){.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--1024 .qodef-m-inner{display:block}}@media only screen and (max-width:768px){.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--768 .qodef-m-inner{display:block}}@media only screen and (max-width:680px){.qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--680 .qodef-m-inner{display:block}}.qodef-qi-cards-gallery{position:relative;display:inline-block}.qodef-qi-cards-gallery .qodef-e-inner{position:relative}.qodef-qi-cards-gallery .qodef-m-fake-card{position:relative;display:inline-block;opacity:0;visibility:hidden;pointer-events:none}.qodef-qi-cards-gallery .qodef-m-card{position:absolute;transition:all .2s cubic-bezier(.25,.46,.45,.94);width:100%}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card{will-change:transform}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n){transform-origin:right}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n+1){transform-origin:left}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card.qodef-out{transition:transform .5s ease-in-out,left .3s ease-in-out,right .3s ease-in-out}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n):not(:last-of-type):not(.active):hover{margin-right:-10px!important}.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n+1):not(:last-of-type):not(.active):hover{margin-left:-10px!important}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card{transform-origin:left;will-change:transform}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out{transition:transform .5s ease-in-out,left .3s ease-in-out}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover{margin-left:-10px!important}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card{transform-origin:right;will-change:transform}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out{transition:transform .5s ease-in-out,right .3s ease-in-out}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover{margin-right:-10px!important}@media only screen and (max-width:768px){.qodef-qi-cards-gallery .qodef-m-fake-card{transform:scale(.8)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card{transform:scale(.8)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out{transform:translateX(-100%)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6){transform:scale(.3) translateX(84%)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5){transform:scale(.4) translateX(60%)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4){transform:scale(.5) translateX(39%)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3){transform:scale(.6) translateX(25%)}.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2){transform:scale(.7) translateX(11.2%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card{transform:scale(.8)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out{transform:translateX(100%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6){transform:scale(.3) translateX(-84%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5){transform:scale(.4) translateX(-60%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4){transform:scale(.5) translateX(-39%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3){transform:scale(.6) translateX(-25%)}.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2){transform:scale(.7) translateX(-11.2%)}}.qodef-qi-cards-slider{position:relative}.qodef-qi-cards-slider .qodef-e-inner{position:relative}.qodef-qi-cards-slider .qodef-m-fake-card{position:relative;display:inline-block;opacity:0;visibility:hidden;pointer-events:none}.qodef-qi-cards-slider .qodef-m-card{position:absolute;width:100%}.qodef-qi-cards-slider .qodef-m-card:not(.qodef-out):not(.qodef-in){transition:all .6s cubic-bezier(.25,.46,.45,.94)}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(2):not(.qodef-out):not(.qodef-in){transition-delay:.1s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(3):not(.qodef-out):not(.qodef-in){transition-delay:.15s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(4):not(.qodef-out):not(.qodef-in){transition-delay:.2s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(5):not(.qodef-out):not(.qodef-in){transition-delay:.25s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(6):not(.qodef-out):not(.qodef-in){transition-delay:.3s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(7):not(.qodef-out):not(.qodef-in){transition-delay:.35s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(8):not(.qodef-out):not(.qodef-in){transition-delay:.4s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(9):not(.qodef-out):not(.qodef-in){transition-delay:.45s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(10):not(.qodef-out):not(.qodef-in){transition-delay:.5s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(11):not(.qodef-out):not(.qodef-in){transition-delay:.55s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(12):not(.qodef-out):not(.qodef-in){transition-delay:.6s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(13):not(.qodef-out):not(.qodef-in){transition-delay:.65s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(14):not(.qodef-out):not(.qodef-in){transition-delay:.7s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(15):not(.qodef-out):not(.qodef-in){transition-delay:.75s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(16):not(.qodef-out):not(.qodef-in){transition-delay:.8s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(17):not(.qodef-out):not(.qodef-in){transition-delay:.85s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(18):not(.qodef-out):not(.qodef-in){transition-delay:.9s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(19):not(.qodef-out):not(.qodef-in){transition-delay:.95s}.qodef-qi-cards-slider:not(.qodef-backwards) .qodef-m-card:nth-last-child(20):not(.qodef-out):not(.qodef-in){transition-delay:1s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(1):not(.qodef-out):not(.qodef-in){transition-delay:50ms}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(2):not(.qodef-out):not(.qodef-in){transition-delay:.1s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(3):not(.qodef-out):not(.qodef-in){transition-delay:.15s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(4):not(.qodef-out):not(.qodef-in){transition-delay:.2s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(5):not(.qodef-out):not(.qodef-in){transition-delay:.25s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(6):not(.qodef-out):not(.qodef-in){transition-delay:.3s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(7):not(.qodef-out):not(.qodef-in){transition-delay:.35s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(8):not(.qodef-out):not(.qodef-in){transition-delay:.4s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(9):not(.qodef-out):not(.qodef-in){transition-delay:.45s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(10):not(.qodef-out):not(.qodef-in){transition-delay:.5s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(11):not(.qodef-out):not(.qodef-in){transition-delay:.55s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(12):not(.qodef-out):not(.qodef-in){transition-delay:.6s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(13):not(.qodef-out):not(.qodef-in){transition-delay:.65s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(14):not(.qodef-out):not(.qodef-in){transition-delay:.7s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(15):not(.qodef-out):not(.qodef-in){transition-delay:.75s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(16):not(.qodef-out):not(.qodef-in){transition-delay:.8s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(17):not(.qodef-out):not(.qodef-in){transition-delay:.85s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(18):not(.qodef-out):not(.qodef-in){transition-delay:.9s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(19):not(.qodef-out):not(.qodef-in){transition-delay:.95s}.qodef-qi-cards-slider.qodef-backwards .qodef-m-card:nth-child(20):not(.qodef-out):not(.qodef-in){transition-delay:1s}.qodef-qi-cards-slider.qodef-orientation--left .qodef-m-card{transform-origin:left;will-change:transform}.qodef-qi-cards-slider.qodef-orientation--right .qodef-m-card{transform-origin:right;will-change:transform}.qodef-qi-cards-slider .qodef-m-navigation{display:flex;justify-content:flex-start;width:100%;margin-top:30px}.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav{width:auto;height:auto;color:#111;font-size:26px;text-align:center;transition:color .2s ease-out,background-color .2s ease-out;cursor:pointer}.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav svg{display:block;width:1em;height:auto;transition:background-color .2s ease-out,color .2s ease-out;stroke:currentColor;fill:currentColor}.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav.qodef--prev{margin-right:15px}.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next svg,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev svg{transform:translateX(0);will-change:transform;transition:transform .12s ease-out,background-color .2s ease-out,color .2s ease-out}.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover svg,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover svg{transition:transform .22s cubic-bezier(.37,.08,.02,.93) 50ms,background-color .2s ease-out,color .2s ease-out}.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover svg{transform:translateX(-4px)}.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover i,.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover svg{transform:translateX(4px)}.qodef-qi-charts{position:relative;visibility:hidden}.qodef-qi-charts.qodef--init{visibility:visible}.qodef-qi-charts .qodef-m-inner{position:relative}.qodef-qi-charts .qodef-m-canvas-holder{display:flex}.qodef-qi-charts .qodef-m-canvas{position:relative;width:260px}.qodef-qi-charts .qodef-m-title{margin:2em 0 0}.qodef-qi-charts .qodef-m-text{margin:.2em 0 0 0}.qodef-qi-charts.qodef-chart-alignment--flex-start .qodef-m-canvas-holder{justify-content:flex-start}.qodef-qi-charts.qodef-chart-alignment--center .qodef-m-canvas-holder{justify-content:center}.qodef-qi-charts.qodef-chart-alignment--flex-end .qodef-m-canvas-holder{justify-content:flex-end}.qodef-qi-clients-list .qodef-e-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.qodef-qi-clients-list .qodef-e-inner a{display:inline-block}.qodef-qi-clients-list .qodef-e-inner>a{display:block}.qodef-qi-clients-list .qodef-grid-item{text-align:center}.qodef-qi-clients-list .qodef-e-images-holder{position:relative;display:inline-block;vertical-align:top;line-height:0;margin:0 0 1em}.qodef-qi-clients-list .qodef-e-main-image{display:inline-block;width:auto}.qodef-qi-clients-list .qodef-e-hover-image{position:absolute;top:0;left:0;width:auto;height:100%;opacity:0}.qodef-qi-clients-list .qodef-e-hover-image img{max-height:100%;object-fit:contain}.qodef-qi-clients-list .qodef-e-title{margin:0 0 .65em}.qodef-qi-clients-list .qodef-e-text{margin:0}.qodef-qi-clients-list .qodef-e-icon{position:absolute;top:10px;right:10px}.qodef-qi-clients-list .qodef-e-icon a{color:inherit}.qodef-qi-clients-list .qodef-e-icon svg{width:1em;height:auto;stroke:currentColor;fill:currentColor}.qodef-qi-clients-list.qodef--boxed .qodef-e-inner{padding:20px;background-color:#f6f6f6}.qodef-qi-clients-list.qodef-border--all{border-width:1px;border-style:solid;border-color:#ebebeb;overflow:hidden}.qodef-qi-clients-list.qodef-border--all .qodef-grid-inner{gap:0!important;border-width:0;border-style:inherit;border-color:inherit;margin-right:-1px;margin-bottom:-1px}.qodef-qi-clients-list.qodef-border--all .qodef-grid-item{border-width:1px;border-style:inherit;border-top-style:hidden;border-left-style:hidden;border-color:inherit}.qodef-qi-clients-list.qodef-border--inner{margin:0!important;overflow:hidden}.qodef-qi-clients-list.qodef-border--inner .qodef-grid-inner{margin:-1px -1px 0!important;padding-right:1px;gap:0}.qodef-qi-clients-list.qodef-border--inner .qodef-grid-item{margin:0!important;padding:0!important;border-top:1px solid #ebebeb;border-left:1px solid #ebebeb}.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image,.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-main-image{will-change:opacity;transition:opacity .25s ease-in-out}.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image{opacity:0}.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image{opacity:1}.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image{opacity:0}.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-main-image{opacity:1;transition:opacity .2s ease-out;will-change:opacity}.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-hover-image{display:none}.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image{opacity:.8}.qodef-qi-clients-list.qodef--hover-scale .qodef-e-main-image{transform:scale(1) translateZ(0);transition:transform .25s cubic-bezier(.22,.61,.36,1)}.qodef-qi-clients-list.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image{transform:scale(1.05) translateZ(0)}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-images-holder,.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-images-holder{overflow:hidden}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image,.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image,.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image,.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image{transition:transform .5s cubic-bezier(.22,.61,.36,1)}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image,.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image{opacity:1}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image{transform:translateX(0)}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image{transform:translateX(-130%)}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image{transform:translateX(0)}.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image{transform:translateX(130%)}.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image{transform:translateY(0)}.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image{transform:translateY(130%)}.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image{transform:translateY(0)}.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image{transform:translateY(-130%)}.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-title a{display:inline;position:relative;width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .1em),currentColor .1em);transition:.5s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a{background-size:100% 100%}.qodef-qi-clients-slider .qodef-e-inner{position:relative;display:inline-block;vertical-align:top;width:100%;line-height:0}.qodef-qi-clients-slider .qodef-e-inner a{display:inline-block}.qodef-qi-clients-slider .qodef-e-images-holder{position:relative;display:inline-block;vertical-align:top;line-height:0;margin:0 0 1em}.qodef-qi-clients-slider .qodef-e-title{margin:0 0 .65em}.qodef-qi-clients-slider .qodef-e-text{line-height:1rem}.qodef-qi-clients-slider .qodef-e-main-image{display:inline-block;width:auto}.qodef-qi-clients-slider .qodef-e-hover-image{position:absolute;top:0;left:0;width:auto;height:100%}.qodef-qi-clients-slider .qodef-e-hover-image img{max-height:100%;object-fit:contain}.qodef-qi-clients-slider .qodef-e-icon{position:absolute;top:10px;right:10px}.qodef-qi-clients-slider .qodef-e-icon a{color:inherit}.qodef-qi-clients-slider .qodef-e-icon svg{width:1em;height:auto;stroke:currentColor;fill:currentColor}.qodef-qi-clients-slider.qodef--boxed .qodef-e-inner{padding:20px;background-color:#f6f6f6}.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image,.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-main-image{will-change:opacity;transition:opacity .25s ease-in-out}.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image{opacity:0}.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image{opacity:1}.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image{opacity:0}.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-main-image{opacity:1;transition:opacity .2s ease-out;will-change:opacity}.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-hover-image{display:none}.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image{opacity:.8}.qodef-qi-clients-slider.qodef--hover-scale .qodef-e-main-image{transform:scale(1) translateZ(0);transition:transform .25s cubic-bezier(.22,.61,.36,1)}.qodef-qi-clients-slider.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image{transform:scale(1.05) translateZ(0)}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-images-holder,.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-images-holder{overflow:hidden}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image,.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image,.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image,.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image{transition:transform .5s cubic-bezier(.22,.61,.36,1)}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image,.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image{opacity:1}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image{transform:translateX(0)}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image{transform:translateX(-130%)}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image{transform:translateX(0)}.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image{transform:translateX(130%)}.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image{transform:translateY(0)}.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image{transform:translateY(130%)}.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image{transform:translateY(0)}.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image{transform:translateY(-130%)}.qodef-qi-clients-slider.qodef-title--hover-underline.qodef-qi-swiper-container .qodef-e .qodef-e-title a{display:inline}.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-title a{display:inline;position:relative;width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .1em),currentColor .1em);transition:.5s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-qi-clients-slider.qodef-title--hover-underline.qodef-title--hover-long .qodef-e-title a{transition-duration:.9s}.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a{background-size:100% 100%}.qodef-qi-countdown .qodef-m-date{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.qodef-qi-countdown .qodef-digit-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;text-align:center;width:150px}.qodef-qi-countdown .qodef-digit{font-size:70px;line-height:1}.qodef-qi-countdown .qodef-label{font-size:20px}.qodef-qi-counter.qodef-layout--simple.qodef-digit-stroke-effect .qodef-m-digit{color:transparent!important;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#333;text-shadow:none}.qodef-qi-counter.qodef-layout--simple .qodef-m-digit-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center}.qodef-qi-counter.qodef-layout--simple .qodef-m-digit{display:inline-block;font-size:70px;line-height:1}.qodef-qi-counter.qodef-layout--simple .qodef-m-icon{position:absolute;top:0;right:0;transform:translate(100%,-50%);font-size:20px}.qodef-qi-counter.qodef-layout--simple .qodef-m-title{margin:.9em 0 0}.qodef-qi-counter.qodef-layout--simple .qodef-m-text{margin:.45em 0 0}.qodef-qi-device-carousel{position:relative}.qodef-qi-device-carousel>.qodef-qi-swiper-container{padding:30px 0}.qodef-qi-device-carousel>.qodef-qi-swiper-container>.swiper-wrapper{align-items:center}.qodef-qi-device-carousel .qodef-device-carousel-device{position:relative;margin:0 auto}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image{position:relative;pointer-events:none;box-shadow:0 0 20px rgba(0,0,0,.07);border-radius:30px;z-index:10}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image img{width:100%}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-items{position:absolute;top:0;left:0;bottom:0;right:0;z-index:-1}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-qi-swiper-container{overflow:hidden;height:100%;padding:0!important}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item{height:100%}.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item img{height:100%;object-fit:cover}.qodef-qi-device-slider{position:relative;margin:auto}.qodef-qi-device-slider .qodef-device-slider-image{position:relative;pointer-events:none;z-index:10}.qodef-qi-device-slider .qodef-device-slider-image img{width:100%}.qodef-frame-shadow--enabled.qodef-qi-device-slider .qodef-device-slider-image img{filter:drop-shadow(0 6px 16.8px rgba(0, 0, 0, .07))}.qodef-qi-device-slider .qodef-m-items{position:absolute;top:0;left:0;bottom:0;right:0;z-index:5}.qodef-qi-device-slider .qodef-qi-swiper-container{overflow:hidden;height:100%}.qodef-qi-device-slider .qodef-m-item{height:100%}.qodef-qi-device-slider .qodef-m-item a{height:100%}.qodef-qi-device-slider .qodef-m-item img{height:100%;object-fit:cover}@media only screen and (max-width:1024px){.qodef-device-slider-holder{margin-bottom:96px}.qodef-device-slider-holder .swiper-pagination-bullets{bottom:-96px!important}}@media only screen and (max-width:768px){.qodef-device-slider-holder{margin-bottom:86px}.qodef-device-slider-holder .swiper-pagination-bullets{bottom:-86px!important}}@media only screen and (max-width:680px){.qodef-device-slider-holder{margin-bottom:76px}.qodef-device-slider-holder .swiper-pagination-bullets{bottom:-76px!important}}@media only screen and (max-width:480px){.qodef-device-slider-holder{margin-bottom:46px}.qodef-device-slider-holder .swiper-pagination-bullets{bottom:-46px!important}}.qodef-qi-dropcaps{position:relative}.qodef-qi-dropcaps.qodef-letter-stroke-effect .qodef-m-letter{color:transparent!important;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#333;text-shadow:none}.qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter{-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.e--ua-safari .qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter{display:block}.qodef-qi-dropcaps .qodef-m-letter{float:left;font-size:60px;line-height:1em;width:1em;height:1em;display:inline-flex;align-items:center;justify-content:center}.qodef-qi-dropcaps .qodef-m-text{margin:0}.qodef-qi-dual-image-with-content{position:relative;display:flex}.qodef-qi-dual-image-with-content.qodef--content-right{flex-direction:row-reverse}.qodef-qi-dual-image-with-content .qodef-dual-content{display:flex;width:50%;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:100px;background-color:#f6f6f6}.qodef-qi-dual-image-with-content .qodef-m-inner-content>.qodef-m-title{margin:0 0 .5em}.qodef-qi-dual-image-with-content .qodef-m-inner-content>.qodef-m-text{margin:0 0 .5em}.qodef-qi-dual-image-with-content .qodef-m-inner-bottom{width:100%}.qodef-qi-dual-image-with-content .qodef-m-content-shortcode{position:relative}.qodef-qi-dual-image-with-content .qodef-image-holder{--holder_height:auto;position:relative;flex:1;height:var(--holder_height)}.qodef-qi-dual-image-with-content .qodef-m-main-image{width:100%;height:100%}.qodef-qi-dual-image-with-content .qodef-m-main-image img{height:100%;object-fit:cover}.qodef-qi-dual-image-with-content .qodef-m-second-image{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.qodef-qi-dual-image-with-content.qodef-decoration--underline .qodef-e-decorated{text-decoration:underline}.qodef-qi-dual-image-with-content.qodef-decoration--italic .qodef-e-decorated{font-style:italic}.qodef-qi-dual-image-with-content.qodef-decoration--bold .qodef-e-decorated{font-weight:700}.qodef-qi-dual-image-with-content.qodef-link--underline-draw .qodef-e-link{color:currentColor;width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .07em),currentColor .07em);background-size:100% 87%}.qodef-qi-dual-image-with-content.qodef-link--underline-draw .qodef-e-link:hover{animation:qodef-animate-underline-multiline 1.1s cubic-bezier(.32,.32,.15,1.17) forwards}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img{transform:scale(1) translateX(14px)}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img{transform:scale(1) translateX(-14px)}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder{overflow:hidden}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image{display:flex;justify-content:center}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img{display:inline-block;max-width:unset;transition:transform 1.3s cubic-bezier(.37,.08,.02,.93) 0s}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left.qodef-qi--appeared .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right.qodef-qi--appeared .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img{transform:scale(1) translateX(0)}@media only screen and (max-width:1440px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_1440)}}@media only screen and (max-width:1366px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_1366)}}@media only screen and (max-width:1280px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_1280)}}@media only screen and (max-width:1024px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_1024)}}@media only screen and (max-width:768px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_768)}}@media only screen and (max-width:680px){.qodef-qi-dual-image-with-content .qodef-image-holder{height:var(--holder_height_680)}}@media only screen and (max-width:1024px){.qodef-qi-dual-image-with-content{flex-direction:column}.qodef-qi-dual-image-with-content.qodef--content-right{flex-direction:column}.qodef-qi-dual-image-with-content .qodef-dual-content{width:100%}.qodef-qi-dual-image-with-content .qodef-m-second-image{position:relative;padding:7% 0}.qodef-qi-dual-image-with-content .qodef-m-main-image{position:absolute}.qodef-qi-dual-image-with-content .qodef-image-holder{flex-basis:auto}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image{flex-flow:column;align-items:center}.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img,.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content+.qodef-image-holder .qodef-m-main-image img{max-width:160%}}.qodef-qi-faq{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-faq.qodef-behavior--accordion{opacity:0;overflow-anchor:none}.qodef-qi-faq.qodef-behavior--accordion.qodef--init{opacity:1}.qodef-qi-faq.qodef-behavior--accordion .qodef-e-title-holder{cursor:pointer}.qodef-qi-faq .qodef-e-content-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-faq .qodef-e-icon>svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-faq .qodef-e-title-holder{position:relative;display:flex;align-items:center;justify-content:space-between;padding:26px 10px 26px 26px;transition:all .2s ease-out;margin:0}.qodef-qi-faq .qodef-e-title-holder:not(:first-child){margin:12px 0 0}.qodef-qi-faq .qodef-e-title-holder .qodef-e-title{display:inline-flex}.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark{position:relative;flex-shrink:0;width:20px;height:18px;line-height:1;text-align:center}.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span{position:absolute;display:flex;align-items:center;justify-content:center;top:0;right:0;height:100%;transition:opacity .2s ease-out,color .2s ease-out}.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span:before{display:block;line-height:inherit}.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus{opacity:0}.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus{opacity:1}.qodef-qi-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus{opacity:1}.qodef-qi-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus{opacity:0}.qodef-qi-faq .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus{opacity:0}.qodef-qi-faq .qodef-e-title-holder .qodef-e-number{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:8px}.qodef-qi-faq .qodef-e-content{padding:0 26px 16px;margin:0;transition:background-color .2s ease-out}.qodef-qi-faq .qodef-e-content p{margin:0}.qodef-qi-faq.qodef-style--standard .qodef-e-content{padding:16px 26px}.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder{background-color:#f6f6f6;border-bottom:1px solid #ebebeb}.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder.ui-state-active{background-color:#f6f6f6}.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder:not(:first-child){margin:0}.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder.ui-accordion-header-collapsed:nth-last-child(2){border-color:transparent!important}.qodef-qi-faq.qodef-style--standard .qodef-e-content{border-bottom:1px solid #ebebeb}.qodef-qi-faq.qodef-style--boxed{border:1px solid #ebebeb}.qodef-qi-faq.qodef-style--boxed .qodef-e-title-holder:not(:first-child){margin:0;border-top:1px solid #ebebeb}.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder{margin:0;border-top:1px solid #ebebeb}.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder:first-child{border-top:none}.qodef-qi-graphs{position:relative;visibility:hidden}.qodef-qi-graphs.qodef--init{visibility:visible}.qodef-qi-graphs .qodef-m-inner{position:relative}.qodef-qi-graphs .qodef-m-canvas-holder{display:flex}.qodef-qi-graphs .qodef-m-canvas{position:relative;width:100%}.qodef-qi-graphs.qodef-chart-alignment--flex-start .qodef-m-canvas-holder{justify-content:flex-start}.qodef-qi-graphs.qodef-chart-alignment--center .qodef-m-canvas-holder{justify-content:center}.qodef-qi-graphs.qodef-chart-alignment--flex-end .qodef-m-canvas-holder{justify-content:flex-end}.qodef-qi-highlight{margin:0!important}.qodef-qi-highlight .qodef-highlight-text{padding:0;color:#fff;background-repeat:no-repeat}.qodef-qi-highlight.qodef-qi--has-appear .qodef-highlight-text{background-size:0 100%;background-position-x:left}.qodef-qi-highlight.qodef-qi--has-appear.qodef-qi--appeared.qodef-highlight-style--color .qodef-highlight-text{animation:qodef-animate-highlight 1.1s cubic-bezier(.32,.32,.15,1.17) forwards}.qodef-qi-highlight.qodef-qi--has-appear.qodef-qi--appeared.qodef-highlight-style--color .qodef-highlight-text:nth-of-type(2n+2){animation-delay:.2s}.qodef-qi-how-to{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-how-to .qodef-m-title{margin:.35em 0 0}.qodef-qi-how-to .qodef-m-text{margin:1.2em 0 0}.qodef-qi-how-to .qodef-m-title-holder{margin-bottom:2.5em}.qodef-qi-how-to .qodef-e-step{margin-bottom:30px}.qodef-qi-how-to .qodef-e-step-title{margin:0 0 .8em}.qodef-qi-how-to .qodef-e-step-text{margin:0 0 1em}.qodef-qi-how-to .qodef-e-step-image{display:inline-block;vertical-align:top}.qodef-qi-icon-with-text .qodef-m-title{margin:0}.qodef-qi-icon-with-text .qodef-m-title a{display:block;color:inherit}.qodef-qi-icon-with-text .qodef-m-content>.qodef-m-text{margin:.5em 0 0}.qodef-qi-icon-with-text .qodef-m-button{margin:1.5em 0 0}.qodef-qi-icon-with-text .qodef-m-icon-holder{font-size:1.4em;line-height:1;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out}.qodef-qi-icon-with-text .qodef-m-icon-holder i{vertical-align:top;color:inherit}.qodef-qi-icon-with-text .qodef-m-icon-holder svg{width:1em;height:auto;vertical-align:top;fill:currentColor;stroke:currentColor;overflow:visible}.qodef-qi-icon-with-text.qodef-icon-boxed .qodef-m-icon-holder{display:inline-flex;align-items:center;justify-content:center;width:3em;height:3em;background-color:#c4c4c4;border:1px solid transparent}.qodef-qi-icon-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-icon-with-text .qodef-m-separator .qodef-m-line{width:60px}.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper{position:relative;display:inline-block;vertical-align:top}.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img{display:block}.qodef-qi-icon-with-text.qodef--appear-from-bottom{opacity:0;transform:translateY(50px);transition:opacity .25s,transform .35s ease-out}.qodef-qi-icon-with-text.qodef--appear-from-bottom.qodef-qi--appeared{opacity:1;transform:translateY(0)}.qodef-qi-icon-with-text.qodef--appear-from-top{opacity:0;transform:translateY(-50px);transition:opacity .25s,transform .35s ease-out}.qodef-qi-icon-with-text.qodef--appear-from-top.qodef-qi--appeared{opacity:1;transform:translateY(0)}.qodef-qi-icon-with-text.qodef--appear-from-left{opacity:0;transform:translateX(-50px);transition:opacity .25s,transform .35s ease-out}.qodef-qi-icon-with-text.qodef--appear-from-left.qodef-qi--appeared{opacity:1;transform:translateX(0)}.qodef-qi-icon-with-text.qodef--appear-from-right{opacity:0;transform:translateX(50px);transition:opacity .25s,transform .35s ease-out}.qodef-qi-icon-with-text.qodef--appear-from-right.qodef-qi--appeared{opacity:1;transform:translateX(0)}.qodef-qi-icon-with-text.qodef--appear-fade{opacity:0;transition:opacity .7s ease-out}.qodef-qi-icon-with-text.qodef--appear-fade.qodef-qi--appeared{opacity:1}.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder svg{transform:translateX(0);transition:transform .28s cubic-bezier(.22,.61,.36,1)}.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover .qodef-m-icon-holder svg{transform:translateX(4px)}.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder svg{transform:translateY(0);transition:transform .32s cubic-bezier(.22,.61,.36,1)}.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover .qodef-m-icon-holder svg{transform:translateY(-7px)}.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder svg{transform:scale(1) translateZ(0);transition:transform .3s cubic-bezier(.22,.61,.36,1);will-change:transform}.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover .qodef-m-icon-holder i,.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover .qodef-m-icon-holder svg{transform:scale(1.17) translateZ(0)}.qodef-qi-icon-with-text.qodef-layout--before-content{display:flex;align-items:flex-start}.qodef-qi-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper{flex-shrink:0;margin-right:.7em}@media only screen and (max-width:768px){.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--768{flex-direction:column}}@media only screen and (max-width:680px){.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--680{flex-direction:column}}@media only screen and (max-width:480px){.qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--480{flex-direction:column}}.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title{line-height:1}.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title a{transition:color .2s ease-out}.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title-inner{display:flex;align-items:center}.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper{flex-shrink:0;margin-right:.15em;transition:color .2s ease-out}.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--center{text-align:center}.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--left{text-align:left}.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--right{text-align:right}.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-title{margin-top:1.3em}.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-separator+.qodef-m-title{margin:0}.qodef-qi-image-gallery-masonry.qodef-qi-grid>.qodef-grid-inner{gap:24px}.qodef-qi-image-gallery-masonry.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed .qodef-image-wrapper img{object-fit:cover}.qodef-qi-image-gallery-masonry .qodef-e-inner{position:relative;overflow:hidden}.qodef-qi-image-gallery-masonry .qodef-e-inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out;pointer-events:none}.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img{transform:scale(1.03)}.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img{transform:scale(1)}.qodef-qi-image-gallery-masonry.qodef-image--hover-move .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-image-gallery-masonry.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img{transform:scale(1.2) translateX(12px)}.qodef-qi-image-gallery-masonry.qodef-image--hover-from-top .qodef-e-inner img{transform-origin:top}.qodef-qi-image-gallery-masonry.qodef-image--hover-from-bottom .qodef-e-inner img{transform-origin:bottom}.qodef-qi-image-gallery-masonry.qodef-image--hover-from-left .qodef-e-inner img{transform-origin:left}.qodef-qi-image-gallery-masonry.qodef-image--hover-from-right .qodef-e-inner img{transform-origin:right}.qodef-qi-image-gallery-pinterest .qodef-e-inner{position:relative;overflow:hidden}.qodef-qi-image-gallery-pinterest .qodef-e-inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out;pointer-events:none}.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img{transform:scale(1.03)}.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img{transform:scale(1)}.qodef-qi-image-gallery-pinterest.qodef-image--hover-move .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-image-gallery-pinterest.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img{transform:scale(1.2) translateX(12px)}.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-top .qodef-e-inner img{transform-origin:top}.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-bottom .qodef-e-inner img{transform-origin:bottom}.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-left .qodef-e-inner img{transform-origin:left}.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-right .qodef-e-inner img{transform-origin:right}.qodef-qi-image-gallery .qodef-e-inner{position:relative;overflow:hidden}.qodef-qi-image-gallery .qodef-e-inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out;pointer-events:none}.qodef-qi-image-gallery.qodef-image--hover-zoom .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.01) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img{transform:scale(1.03)}.qodef-qi-image-gallery.qodef-image--hover-zoom-out .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-gallery.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img{transform:scale(1)}.qodef-qi-image-gallery.qodef-image--hover-move .qodef-e-inner img{display:block;width:calc(100% + 2px);transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-image-gallery.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img{transform:scale(1.2) translateX(12px)}.qodef-qi-image-gallery.qodef-image--hover-from-top .qodef-e-inner img{transform-origin:top}.qodef-qi-image-gallery.qodef-image--hover-from-bottom .qodef-e-inner img{transform-origin:bottom}.qodef-qi-image-gallery.qodef-image--hover-from-left .qodef-e-inner img{transform-origin:left}.qodef-qi-image-gallery.qodef-image--hover-from-right .qodef-e-inner img{transform-origin:right}.qodef-qi-image-slider .qodef-e{overflow:hidden;backface-visibility:hidden}.qodef-qi-image-slider .qodef-e-inner{position:relative;overflow:hidden}.qodef-qi-image-slider .qodef-e-inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out;pointer-events:none}.qodef-qi-image-slider .qodef-e-inner-holder{position:relative;overflow:hidden}.qodef-qi-image-slider .qodef-e-alt-text-holder{display:flex;visibility:hidden;opacity:0;transition:all .3s ease-in}.qodef-col-num--1.qodef-navigation-alignment--flex-start.qodef-qi-image-slider .qodef-e-alt-text-holder{justify-content:flex-end}.qodef-col-num--1.qodef-navigation-alignment--flex-end.qodef-qi-image-slider .qodef-e-alt-text-holder{justify-content:flex-start}.qodef-qi-image-slider .swiper-slide-active .qodef-e-alt-text-holder{visibility:visible;opacity:1}.qodef-qi-image-slider .qodef-e-alt-text{margin-top:10px}.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e-inner-holder{display:block;width:calc(100% - 1px);transform:scale(1.02) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner-holder{transform:scale(1.05)}.qodef-qi-image-slider.qodef-image--hover-zoom-out .qodef-e-inner-holder{display:block;width:calc(100% + 2px);transform:scale(1.03) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-image-slider.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner-holder{transform:scale(1)}.qodef-qi-image-slider.qodef-image--hover-move .qodef-e-inner-holder{display:block;width:calc(100% + 2px);transform:scale(1.2);transition:transform .5s cubic-bezier(.33,.02,0,.93);will-change:transform}.qodef-qi-image-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-inner-holder{transform:scale(1.2) translateX(12px)}.qodef-qi-image-slider.qodef-image--hover-from-top .qodef-e-inner-holder{transform-origin:top}.qodef-qi-image-slider.qodef-image--hover-from-bottom .qodef-e-inner-holder{transform-origin:bottom}.qodef-qi-image-slider.qodef-image--hover-from-left .qodef-e-inner-holder{transform-origin:left}.qodef-qi-image-slider.qodef-image--hover-from-right .qodef-e-inner-holder{transform-origin:right}.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide{transform:scale(.85);transition:all .3s ease}.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide.swiper-slide-active,.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide.swiper-slide-duplicate-active{transform:scale(1)}.qodef-qi-info-button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:inherit;font-size:16px;line-height:2em;font-weight:500;text-decoration:none;text-transform:none;border-radius:4px;outline:0;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;padding:11px 28px;display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:center;line-height:1.2em;overflow:hidden}.qodef-qi-info-button .qodef-m-text-holder{display:flex;align-items:center}.qodef-qi-info-button .qodef-m-subtext{font-size:.75em}.qodef-qi-info-button .qodef-m-subtext.qodef--subtext-color-set{transition:color .25s ease-in-out}.qodef-qi-info-button.qodef-size--small{padding:6px 24px}.qodef-qi-info-button.qodef-size--large{padding:11px 36px}.qodef-qi-info-button.qodef-size--full{width:100%;text-align:center}.qodef-qi-info-button.qodef-layout--filled{color:#111;background-color:#f4f4f4;border:0;font-size:1rem;border-style:solid}.qodef-qi-info-button.qodef-layout--filled:hover{color:#fff;background-color:#111}.qodef-qi-info-button.qodef-layout--outlined{color:#111;background-color:transparent;border:2px solid #111}.qodef-qi-info-button.qodef-layout--outlined:hover{color:#111;background-color:#f4f4f4;border-color:#f4f4f4}.qodef-qi-info-button.qodef-icon--left .qodef-m-text-holder{flex-direction:row-reverse}.qodef-qi-info-button .qodef-m-icon{color:currentColor}.qodef-qi-info-button .qodef-m-icon.qodef--icon-color-set{transition:color .25s ease-in-out,background-color .25s ease-in-out}.qodef-qi-info-button .qodef-m-icon svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon i,.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon svg{margin-left:10px}.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon i,.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon svg{margin-right:10px}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner,.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner,.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner{position:relative;overflow:hidden;display:inherit;padding:1px}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg,.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg,.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg{transition:transform .38s cubic-bezier(.37,.08,.02,.93),opacity .18s ease-in-out;will-change:transform}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1){transform:translateX(0) translateY(0);transition-delay:.1s;opacity:1}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2){position:absolute;opacity:0;left:1px;top:1px;transition-delay:0s}.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1){opacity:0}.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2){transform:translateX(0) translateY(0) translatez(0);transition-delay:.25s;opacity:1}.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2){transform:translateX(-150%) translateY(0)}.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(200%) translateY(0)}.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg{will-change:transform}.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2){transform:translateX(0) translateY(150%) translateZ(0)}.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(0) translateY(-150%) translateZ(0)}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg{will-change:transform}.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2),.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2){transform:translateX(-100%) translateY(100%) translateZ(0)}.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1),.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1){transform:translateX(100%) translateY(-100%) translateZ(0)}.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg{transition:transform .3s cubic-bezier(.37,.08,.02,.93),opacity .2s ease-in-out;transform:translateX(0);will-change:transform}.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i,.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg{transform:translateX(4px)}.qodef-qi-info-button.qodef-type--icon-boxed{padding:0!important;flex-direction:row;align-items:stretch}.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder{flex-direction:column;padding:11px 28px}.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left{flex-direction:row-reverse}.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left .qodef-m-icon-holder{flex-direction:row-reverse}.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder{align-items:flex-start;justify-content:center}.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding:11px 0;flex:1}.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon i{line-height:inherit}.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-border{height:100%;width:2px;background-color:#111;transition:background-color .25s ease-in-out}.qodef-qi-info-cards{position:relative;display:flex;flex-direction:column;background-color:#f9f9f9;padding:30px;transition:background-color .4s ease-out}.qodef-qi-info-cards .qodef-m-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-qi-info-cards a:not(.qodef-m-link){position:relative;z-index:1}.qodef-qi-info-cards .qodef-m-title{margin:0 0 .5em}.qodef-qi-info-cards .qodef-m-title a{display:block;color:inherit}.qodef-qi-info-cards .qodef-m-subtitle{margin:0 0 .5em}.qodef-qi-info-cards .qodef-m-content{position:relative}.qodef-qi-info-cards .qodef-m-content .qodef-m-text{margin:0 0 .5em}.qodef-qi-info-cards .qodef-m-icon-wrapper{margin:0 0 .5em}.qodef-qi-info-cards .qodef-m-icon-holder{font-size:55px;line-height:1;transition:all .3s ease-in-out}.qodef-qi-info-cards .qodef-m-icon-holder i{vertical-align:top;color:inherit}.qodef-qi-info-cards .qodef-m-icon-holder svg{width:30px;height:auto;vertical-align:top;fill:currentColor;stroke:currentColor}.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper{position:relative}.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper a,.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper img{display:inline-block}.qodef-qi-interactive-banner{position:relative;display:inline-block;width:100%;vertical-align:top;width:auto;overflow:hidden}.qodef-qi-interactive-banner .qodef-m-banner-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.qodef-qi-interactive-banner .qodef-m-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column}.qodef-qi-interactive-banner .qodef-m-title{margin:0}.qodef-qi-interactive-banner .qodef-m-title-inner{display:inline-block}.qodef-qi-interactive-banner .qodef-m-subtitle{margin:0 0 .4em}.qodef-qi-interactive-banner .qodef-m-content-inner>.qodef-m-text{margin:.7em 0 0}.qodef-qi-interactive-banner .qodef-m-text-holder{margin:.7em 0 0}.qodef-qi-interactive-banner .qodef-m-button{padding:.5em 0 0;z-index:1;position:relative;display:inline-block}.qodef-qi-interactive-banner .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top;width:auto;overflow:hidden}.qodef-qi-interactive-banner .qodef-m-image img{display:inline-block;transition:all .35s ease-out}.qodef-qi-interactive-banner .qodef-m-image:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;transition:background-color .35s ease-out}.qodef-qi-interactive-banner.qodef-layout--from-bottom.qodef--visible .qodef-m-content{opacity:1}.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content{align-items:flex-start;justify-content:flex-end;padding:60px;opacity:0;transition:opacity .2s}.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content-inner{position:relative;overflow:hidden}.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-movement{transform:translateZ(0);transition:transform .4s cubic-bezier(.22,.61,.36,1)}.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder{opacity:0;transition:opacity .25s ease-out}.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder .qodef-m-text{margin:0}.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-movement{transform:translateY(0) translateZ(0)!important}.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-text-holder{opacity:1;transition-delay:.15s}.qodef-qi-interactive-banner.qodef-layout--image-switch{width:100%;background-color:#f6f6f6}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content{position:relative;flex-direction:row;align-items:center;justify-content:left;text-align:left;padding:60px}@media only screen and (max-width:680px){.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content{flex-direction:column}}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner{flex:1;margin-right:2em}@media only screen and (max-width:680px){.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner{margin-right:0}}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder{position:relative;width:35%}@media only screen and (max-width:680px){.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder{width:100%;margin-top:2em}}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image{transition:.2s ease-in-out}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:first-child{opacity:1}.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:last-child{position:absolute;top:0;left:0;opacity:0}.qodef-qi-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:first-child{opacity:0}.qodef-qi-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:last-child{opacity:1}.qodef-qi-interactive-banner.qodef-layout--revealing.qodef--visible .qodef-m-content{opacity:1}.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-content{align-items:flex-start;justify-content:flex-start;padding:60px;opacity:0;transition:opacity .2s}.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-content-inner>.qodef-m-text{opacity:0;transform:translateY(-10px);transition:opacity .25s,transform .25s cubic-bezier(.22,.61,.36,1)}.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-button{transition:transform .4s cubic-bezier(.22,.61,.36,1);transition-delay:.05s}.qodef-qi-interactive-banner.qodef-layout--revealing:hover .qodef-m-button{transform:translateY(0) translateZ(0)!important;transition-delay:0s}.qodef-qi-interactive-banner.qodef-layout--revealing:hover .qodef-m-content-inner>.qodef-m-text{opacity:1;transform:translateY(0);transition-duration:.25s,.35s;transition-delay:.1s,.1s}.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-content{align-items:center;justify-content:center;text-align:center;padding:30px}.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button,.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle{opacity:0;transition:opacity .23s ease-out,transform .28s ease-out}.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle{transform:translateY(-10px)}.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button{transform:translateY(10px)}.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-button,.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-subtitle{opacity:1;transform:translateY(0)}.qodef-qi-interactive-link-showcase{position:relative;display:inline-block;width:100%;vertical-align:top;display:flex;align-items:center;visibility:hidden}.qodef-qi-interactive-link-showcase.qodef--full-height{height:100vh}.admin-bar .qodef-qi-interactive-link-showcase.qodef--full-height{height:calc(100vh - 32px)}.qodef-qi-interactive-link-showcase .qodef-e-image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 0s .45s}.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background{background-size:cover;background-position:center;background-repeat:no-repeat}.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background img{display:none}.qodef-qi-interactive-link-showcase .qodef-e-image.qodef--active{opacity:1;z-index:5;transition:opacity .4s cubic-bezier(.215,.61,.355,1)}.qodef-qi-interactive-link-showcase .qodef-m-items{display:flex;flex-direction:column;align-items:center;z-index:10}.qodef-qi-interactive-link-showcase .qodef-m-item{position:relative;display:inline-block;vertical-align:top;width:auto;color:#111;margin:.6em 0}.qodef-qi-interactive-link-showcase .qodef-e-title{position:relative;display:inline-block;vertical-align:top;font-family:inherit;font-weight:500;letter-spacing:-.02em;font-size:39px;line-height:1.19048em;transition:color .2s ease-out;z-index:2}@media only screen and (max-width:680px){.qodef-qi-interactive-link-showcase .qodef-e-title{font-size:36px}}.qodef-qi-interactive-link-showcase .qodef-e-inner-title{position:relative;display:inline-block;vertical-align:top}.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after{content:'';position:absolute;left:0;width:0;height:2px;background-color:currentColor;transition:width .3s ease}.qodef-qi-interactive-link-showcase .qodef-e-inner-title:hover:after{width:100%}.qodef-hover--underline.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after{bottom:0}.qodef-hover--line-through.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after{top:50%;transform:translateY(-50%)}.qodef-qi-interactive-link-showcase .qodef--active.qodef-m-item .qodef-e-inner-title:after{width:100%}.qodef-qi-interactive-link-showcase .qodef-e-text{display:block}.qodef-qi-interactive-link-showcase.qodef--init{visibility:visible}.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-images{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-items{width:40%;justify-content:center;align-items:flex-start}.qodef-qi-interactive-link-showcase.qodef-layout--split{align-items:stretch}.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images{position:relative;flex:1}@media only screen and (max-width:680px){.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images{display:none}}@media only screen and (max-width:480px){.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images{display:none}}.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items{width:40%;justify-content:center;align-items:flex-start;padding:150px 10%}@media only screen and (max-width:680px){.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items{width:100%}}@media only screen and (max-width:480px){.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items{width:100%}}.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background){display:flex;align-items:center;justify-content:center}.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background) img{max-height:100%;object-fit:contain}.qodef-qi-interactive-link-showcase.qodef-layout--standard{justify-content:center;text-align:center}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}@media only screen and (max-width:768px){.qodef-standard-hide-under--768 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images{display:none}}@media only screen and (max-width:680px){.qodef-standard-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images{display:none}}@media only screen and (max-width:480px){.qodef-standard-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images{display:none}}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items{width:40%;justify-content:center}@media only screen and (max-width:680px){.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items{width:100%}}@media only screen and (max-width:480px){.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items{width:100%}}.qodef-standard-images-on-top--yes .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items{z-index:unset}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image{display:flex;align-items:center;justify-content:center;transition:opacity .35s ease-out}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--left{left:0;width:30%}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--right{left:auto;right:0;width:30%}.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image img{position:relative}.qodef-qi-interactive-link-showcase.qodef-layout--inline{align-items:flex-start;justify-content:flex-start;text-align:left}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}@media only screen and (max-width:680px){.qodef-standard-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images{display:none}}@media only screen and (max-width:480px){.qodef-standard-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images{display:none}}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items{flex-direction:row;flex-wrap:wrap;align-items:baseline;margin:0 -20px}@media only screen and (max-width:680px){.qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items{width:100%}}@media only screen and (max-width:480px){.qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items{width:100%}}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-item{position:relative;flex:1;flex-grow:0;margin:0!important}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-title{white-space:nowrap;padding:0 20px}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-title:before{position:absolute;right:0;transform:translateX(50%)}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-text{padding:0 20px}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image{display:flex;align-items:center;justify-content:center;transition:opacity .35s ease-out}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image.qodef-position--left{left:0;width:30%;justify-content:flex-start}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image.qodef-position--right{left:auto;right:0;width:30%;justify-content:flex-end}.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image img{position:relative}.qodef-qi-item-showcase{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%}.qodef-qi-item-showcase .qodef-m-image{position:relative;flex-shrink:0;max-width:60%;padding:0 60px}.qodef-qi-item-showcase .qodef-m-image img{display:block}.qodef-qi-item-showcase .qodef-m-items{position:relative;display:flex;flex-direction:column;width:100%}.qodef-qi-item-showcase .qodef-m-items.qodef--left{text-align:right}.qodef-qi-item-showcase .qodef-m-items.qodef--right{text-align:left}.qodef-qi-item-showcase .qodef-m-item{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:60px}@media screen and (min-width:1025px){.qodef-qi-item-showcase .qodef-m-item:last-child{margin-bottom:0!important}}.qodef-qi-item-showcase .qodef-e-icon-holder{line-height:1em;transition:color .2s ease-out}.qodef-qi-item-showcase .qodef-e-icon-holder a{display:inline-block}.qodef-qi-item-showcase .qodef-e-icon-holder>svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-item-showcase .qodef-e-title{margin:0 0 1em}.qodef-qi-item-showcase .qodef-e-title-link{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-qi-item-showcase .qodef-e-title-link:hover{color:var(--qode-main-color)}.qodef-qi-item-showcase .qodef-e-text{margin:0}.qodef-qi-item-showcase.qodef-qi--has-appear{visibility:hidden}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-image{transform:translateY(70px);transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);opacity:0}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item{transform:translateY(70px);transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);opacity:0}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(1){transition-delay:.2s}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(2){transition-delay:.4s}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(3){transition-delay:.6s}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(4){transition-delay:.8s}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(5){transition-delay:1s}.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(6){transition-delay:1.2s}.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared{visibility:visible}.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-image{opacity:1;transform:translateY(0)}.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-item{opacity:1;transform:translateY(0)}@media only screen and (max-width:1024px){.qodef-qi-item-showcase{align-items:flex-start;flex-wrap:wrap}.qodef-qi-item-showcase .qodef-m-image{position:absolute;top:0;left:0;width:40%;max-width:100%;padding-left:0!important}.qodef-qi-item-showcase .qodef-m-items{left:40%;width:calc(100% - 40%)}.qodef-qi-item-showcase .qodef-m-items .qodef-m-item{transition-delay:0s}.qodef-qi-item-showcase .qodef-m-items.qodef--left{text-align:left}}@media only screen and (max-width:768px){.qodef-qi-item-showcase .qodef-m-image{display:none}.qodef-qi-item-showcase .qodef-m-items{left:0;width:100%}}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-m-item{display:flex;align-items:flex-start}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item{flex-direction:row-reverse}@media only screen and (max-width:1024px){.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item{flex-direction:row}}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder{margin-left:.5em}@media only screen and (max-width:1024px){.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder{margin-left:0;margin-right:.5em}}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--right .qodef-e-side-holder{margin-right:.5em}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-icon-holder{font-size:3em;flex-shrink:0}.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-content-holder{flex:1}.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-icon-holder,.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-number{margin-bottom:.4em}.qodef-qi-message-box{background:#d5eaf4;padding:40px 40px;display:flex;transition:opacity .19s ease,visibility .19s ease}.qodef-qi-message-box.qodef-hidden{opacity:0;visibility:hidden}.qodef-qi-message-box.qodef-icon--middle{align-items:center}.qodef-qi-message-box.qodef-icon--top{align-items:flex-start}.qodef-qi-message-box.qodef-icon--bottom{align-items:flex-end}.qodef-qi-message-box .qodef-m-close-icon{position:absolute;right:17px;top:17px;line-height:1;cursor:pointer;transition:color .25s ease-in-out}.qodef-qi-message-box .qodef-m-close-icon i{color:inherit}.qodef-qi-message-box .qodef-m-close-icon svg{width:30px;height:auto;fill:currentColor;stroke:currentColor}.qodef-qi-message-box .qodef-m-icon{line-height:1;margin-right:20px}.qodef-qi-message-box .qodef-m-title{margin:0}.qodef-qi-message-box .qodef-m-text{margin:0}.q-message-box-holder{transition:height .23s cubic-bezier(.05,.47,.58,1)}.qodef-qi-parallax-images{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-parallax-images .qodef-m-images{position:relative;display:inline-block;vertical-align:middle}.qodef-browser--ms-explorer .qodef-qi-parallax-images .qodef-m-images{width:100%}.e--ua-firefox .qodef-qi-parallax-images .qodef-m-images img{backface-visibility:hidden}.qodef-qi-parallax-images .qodef-e-parallax-image{position:absolute;display:block;transition:all .7s cubic-bezier(.23,1,.32,1)}.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-left{top:0;left:0}.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-right{top:0;right:0}.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-left{bottom:0;left:0}.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-right{bottom:0;right:0}.qodef-qi-preview-slider{position:relative;opacity:0;transition:opacity .35s ease-out}.qodef-qi-preview-slider.qodef--visible{opacity:1}.qodef-qi-preview-slider .qodef-preview-slider-device-holder{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:10}.qodef-qi-preview-slider .qodef-preview-slider-device{position:absolute;margin:auto;width:214px;bottom:-50px;right:50px}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image{position:relative;pointer-events:none;z-index:10}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image img{width:100%;filter:drop-shadow(0 6px 16.8px rgba(0, 0, 0, .07))}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-items{position:absolute;top:0;left:0;bottom:0;right:0;z-index:5}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-qi-swiper-container{overflow:hidden;height:100%;padding:0!important}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item{height:100%}.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item img{height:100%;object-fit:cover}.qodef-qi-pricing-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-qi-pricing-list .qodef-m-item:not(:last-child){margin-bottom:35px}.qodef-qi-pricing-list .qodef-m-item.qodef-has-discount .qodef-e-heading-price{text-decoration:line-through;margin-right:.25em}.qodef-qi-pricing-list .qodef-e-heading{display:flex;align-items:baseline}.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image{max-width:20%}.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image img{margin-left:10px}.qodef-qi-pricing-list .qodef-e-heading-title{margin:0}.qodef-qi-pricing-list .qodef-e-heading-line{flex-grow:1;margin:0 8px;border-bottom:1px solid #ebebeb}.qodef-qi-pricing-list .qodef-e-heading-discount-price,.qodef-qi-pricing-list .qodef-e-heading-price{margin:0;color:#111}.qodef-qi-pricing-list .qodef-e-description{margin:.5em 0 0;color:#9c9c9c}.qodef-qi-pricing-list .qodef-m-button{margin-top:30px}.qodef-qi-pricing-list.qodef-pricing-line--pattern .qodef-e-heading-line{height:5px;background-repeat:repeat;border:none}.qodef-qi-pricing-list.qodef-pricing-line--dashed .qodef-e-heading-line{border-bottom-style:dashed}.qodef-qi-pricing-list.qodef-pricing-line--dotted .qodef-e-heading-line{border-bottom-style:dotted}.qodef-qi-pricing-list.qodef-with-separator .qodef-m-item:not(:last-child){border-bottom:1px solid #ebebeb}.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item{display:flex;align-items:center}.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-image{max-width:25%;flex-shrink:0;margin-right:24px}.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-item-holder{flex:1}.qodef-qi-pricing-table{position:relative;display:inline-block;width:100%;vertical-align:top;overflow:hidden}.qodef-qi-pricing-table.qodef-status--featured{transform:translateY(-18px)}.qodef-qi-pricing-table .qodef-m-inner{position:relative;padding:45px}.qodef-qi-pricing-table .qodef-m-title{margin:0}.qodef-qi-pricing-table .qodef-m-price{display:flex;align-items:baseline}.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-wrapper{display:inline-flex;margin:0;line-height:1;justify-content:center;align-items:baseline}.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-currency{align-self:flex-start}.qodef-qi-pricing-table.qodef-period--side .qodef-m-price-period{margin-left:5px}.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price{flex-direction:column}.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price-period{margin:0}.qodef-qi-pricing-table .qodef-m-content{padding:25px 0 0;margin:0}.qodef-qi-pricing-table .qodef-m-content li{margin-bottom:8px}.qodef-qi-pricing-table .qodef-m-content li:last-child{margin-bottom:0}.qodef-qi-pricing-table .qodef-m-content li.qodef--excluded{text-decoration:line-through;color:rgba(17,17,17,.6)}.qodef-qi-pricing-table .qodef-m-button .qodef-qi-button{margin:25px 0 0}.qodef-qi-pricing-table .qodef-m-label{position:absolute;right:15px;color:#fff;background-color:#111}.qodef-qi-pricing-table.qodef-label-type--badge .qodef-m-label{top:15px;border-radius:50px;padding:10px}.qodef-qi-pricing-table.qodef-label-type--ribbon .qodef-m-label{top:-1px;border-radius:50px 0 0 50px;transform:rotate(-90deg) translate(0,-100%);transform-origin:right top;padding:5px 15px}.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content{list-style-type:none}.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-pricing-table.qodef-list-style-icon .qodef-e-icon{display:inline-block}.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-m-content{margin:0 calc(-1em - 5px)}.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside li{position:relative;display:flex}.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-icon{position:absolute;left:0}.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-text{flex:1;padding:0 5px;margin:0 1em}.qodef-qi-pricing-table.qodef-list-style--outside .qodef-m-content{list-style-position:outside}.qodef-qi-pricing-table.qodef-list-style--inside .qodef-m-content{list-style-position:inside}.qodef-qi-pricing-table.qodef-list-type--none .qodef-m-content{list-style-type:none}.qodef-qi-pricing-table .qodef-qi-separator .qodef-m-line{width:30px}.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-inner{padding:50px}.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-title{background-color:#f6f6f6;padding:30px 50px}.qodef-qi-pricing-table.qodef-layout--minimal{border-width:0 0 0 1px}.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-inner{padding:0 0 0 15px}.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-price-wrapper{margin:0 0 .5em}.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-inner{padding:0 50px 40px}.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-title-wrapper{background-color:#f6f6f6;padding:40px 20px}.qodef-qi-pricing-table.qodef-layout--standard .qodef-m-title{margin:0 0 1em}.qodef-qi-pricing-table.qodef-layout--vertical-image{display:flex}.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-inner{flex:1}.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder{width:90px;max-width:60%}.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder .qodef-m-image{height:100%}.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder img{height:100%;object-fit:cover}.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-title{margin-bottom:1em}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-inner{padding:0}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-top{padding:50px}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content{padding:0}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content .qodef-e-item{padding:27px 50px;margin:0;border-top:1px solid #ebebeb}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon{line-height:1em}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon svg{width:1em;vertical-align:top;fill:currentColor;stroke:currentColor}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title{margin:.7em 0 1em}.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-button .qodef-qi-button{width:100%;text-align:center;margin-top:0}.qodef-qi-process.qodef-qi-grid>.qodef-grid-inner>.qodef-grid-item:last-child .qodef-e-line{display:none}.qodef-qi-process .qodef-e-icon-holder{position:relative;z-index:5}.qodef-qi-process .qodef-e-icon{position:relative;display:flex;align-items:center;justify-content:center;width:3em;height:3em;font-size:60px;background:#f6f6f6;border-radius:50%;margin:0 auto;z-index:3}.qodef-qi-process .qodef-e-icon svg{width:1em;height:auto;vertical-align:top;fill:currentColor;stroke:currentColor;overflow:visible}.qodef-qi-process .qodef-e-number{position:absolute;top:0;right:0;background:#333;width:2.8em;height:2.8em;font-size:20px;color:#fff;border-radius:50%;line-height:1;display:flex;align-items:center;justify-content:center}.qodef-qi-process .qodef-e-line{position:absolute;z-index:2}.qodef-qi-process .qodef-e-title{margin:2em 0 0}.qodef-qi-process .qodef-e-text{margin:.3em 0 0}.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-number{width:2.8em;height:2.8em;font-size:20px}.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line{top:50%;left:50%;width:100%;height:auto}.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line-inner{width:100%;height:100%;border-bottom:#acacac;position:absolute;top:0;left:0}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-line-inner{transition:transform 1s;transform-origin:left;transform:scaleX(0)}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-icon{transition:transform .35s,opacity .2s;transform:scale(.8);opacity:0}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-title{transition:transform .35s,opacity .2s;transform:translateY(10px);opacity:0}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1){transition-delay:0s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner{transition-delay:.25s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon{transition-delay:0s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title{transition-delay:.1s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2){transition-delay:.35s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner{transition-delay:.6s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon{transition-delay:.35s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title{transition-delay:.45s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3){transition-delay:.7s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner{transition-delay:.95s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon{transition-delay:.7s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title{transition-delay:.8s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4){transition-delay:1.05s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner{transition-delay:1.3s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon{transition-delay:1.05s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title{transition-delay:1.15s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5){transition-delay:1.4s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner{transition-delay:1.65s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon{transition-delay:1.4s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title{transition-delay:1.5s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6){transition-delay:1.75s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner{transition-delay:2s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon{transition-delay:1.75s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title{transition-delay:1.85s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7){transition-delay:2.1s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner{transition-delay:2.35s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon{transition-delay:2.1s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title{transition-delay:2.2s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8){transition-delay:2.45s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner{transition-delay:2.7s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon{transition-delay:2.45s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title{transition-delay:2.55s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9){transition-delay:2.8s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner{transition-delay:3.05s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon{transition-delay:2.8s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title{transition-delay:2.9s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10){transition-delay:3.15s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner{transition-delay:3.4s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon{transition-delay:3.15s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title{transition-delay:3.25s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11){transition-delay:3.5s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner{transition-delay:3.75s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon{transition-delay:3.5s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title{transition-delay:3.6s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12){transition-delay:3.85s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner{transition-delay:4.1s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon{transition-delay:3.85s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title{transition-delay:3.95s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13){transition-delay:4.2s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner{transition-delay:4.45s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon{transition-delay:4.2s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title{transition-delay:4.3s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14){transition-delay:4.55s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner{transition-delay:4.8s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon{transition-delay:4.55s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title{transition-delay:4.65s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15){transition-delay:4.9s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner{transition-delay:5.15s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon{transition-delay:4.9s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title{transition-delay:5s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16){transition-delay:5.25s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner{transition-delay:5.5s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon{transition-delay:5.25s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title{transition-delay:5.35s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17){transition-delay:5.6s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner{transition-delay:5.85s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon{transition-delay:5.6s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title{transition-delay:5.7s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18){transition-delay:5.95s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner{transition-delay:6.2s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon{transition-delay:5.95s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title{transition-delay:6.05s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19){transition-delay:6.3s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner{transition-delay:6.55s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon{transition-delay:6.3s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title{transition-delay:6.4s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20){transition-delay:6.65s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner{transition-delay:6.9s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon{transition-delay:6.65s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title{transition-delay:6.75s}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner{transform:scaleX(1)}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon{transform:scale(1);opacity:1}.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text,.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title{transform:translateY(0);opacity:1}.qodef-qi-process.qodef-item-layout--vertical .qodef-grid-inner{grid-row-gap:0}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-content{display:flex;align-items:stretch}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-text-wrapper{margin-left:30px}.qodef-qi-process.qodef-item-layout--vertical .qodef-process-item:not(:last-child) .qodef-e-icon-holder{padding-bottom:50px}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-icon{font-size:40px}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line{top:0;left:50%;height:100%;transform:translateX(-50%)}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line-inner{width:100%;height:100%;position:absolute;top:0;left:0;border-left:1px solid #acacac}.qodef-qi-process.qodef-item-layout--vertical .qodef-e-title{margin:0}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-line-inner{transition:transform .8s;transform-origin:top;transform:scaleY(0)}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-icon{transition:opacity .35s;opacity:0}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-title{transition:transform .35s,opacity .25s;transform:translateY(-10px);opacity:0}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1){transition-delay:0s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner{transition-delay:0s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon{transition-delay:0s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title{transition-delay:.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2){transition-delay:.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner{transition-delay:.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon{transition-delay:.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title{transition-delay:.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3){transition-delay:1s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner{transition-delay:1s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon{transition-delay:1s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title{transition-delay:1.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4){transition-delay:1.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner{transition-delay:1.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon{transition-delay:1.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title{transition-delay:1.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5){transition-delay:2s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner{transition-delay:2s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon{transition-delay:2s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title{transition-delay:2.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6){transition-delay:2.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner{transition-delay:2.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon{transition-delay:2.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title{transition-delay:2.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7){transition-delay:3s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner{transition-delay:3s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon{transition-delay:3s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title{transition-delay:3.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8){transition-delay:3.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner{transition-delay:3.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon{transition-delay:3.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title{transition-delay:3.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9){transition-delay:4s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner{transition-delay:4s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon{transition-delay:4s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title{transition-delay:4.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10){transition-delay:4.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner{transition-delay:4.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon{transition-delay:4.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title{transition-delay:4.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11){transition-delay:5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner{transition-delay:5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon{transition-delay:5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title{transition-delay:5.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12){transition-delay:5.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner{transition-delay:5.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon{transition-delay:5.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title{transition-delay:5.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13){transition-delay:6s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner{transition-delay:6s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon{transition-delay:6s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title{transition-delay:6.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14){transition-delay:6.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner{transition-delay:6.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon{transition-delay:6.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title{transition-delay:6.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15){transition-delay:7s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner{transition-delay:7s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon{transition-delay:7s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title{transition-delay:7.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16){transition-delay:7.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner{transition-delay:7.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon{transition-delay:7.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title{transition-delay:7.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17){transition-delay:8s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner{transition-delay:8s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon{transition-delay:8s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title{transition-delay:8.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18){transition-delay:8.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner{transition-delay:8.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon{transition-delay:8.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title{transition-delay:8.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19){transition-delay:9s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner{transition-delay:9s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon{transition-delay:9s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title{transition-delay:9.15s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20){transition-delay:9.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner{transition-delay:9.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon{transition-delay:9.5s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title{transition-delay:9.65s}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner{transform:scaleY(1)}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon{opacity:1}.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text,.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title{transform:translateX(0);opacity:1}.qodef-qi-progress-bar-circle{position:relative;visibility:hidden}.qodef-qi-progress-bar-circle.qodef--init{visibility:visible}.qodef-qi-progress-bar-circle .qodef-m-inner{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.qodef-qi-progress-bar-circle .qodef-m-canvas{position:relative;width:100%}.qodef-qi-progress-bar-circle .qodef-m-title{margin:2em 0 0}.qodef-qi-progress-bar-circle .qodef-m-text{margin:.5em 0 0 0}.qodef-qi-progress-bar-circle .qodef-m-value{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0;margin:0;font-size:62px}.qodef-qi-progress-bar-circle .qodef-m-percentage{font-size:60%;top:-.3em}.qodef-qi-progress-bar-horizontal{position:relative;visibility:hidden}.qodef-qi-progress-bar-horizontal.qodef--init{visibility:visible}.qodef-qi-progress-bar-horizontal.qodef--pattern .qodef-m-canvas svg path:first-child{opacity:0}.qodef-qi-progress-bar-horizontal .qodef-m-inner{position:relative;display:flex;flex-direction:column}.qodef-qi-progress-bar-horizontal .qodef-m-canvas{position:relative;width:100%}.qodef-qi-progress-bar-horizontal .qodef-m-content{display:flex;align-items:center}.qodef-qi-progress-bar-horizontal .qodef-m-title{margin:0 0 .5em}.qodef-qi-progress-bar-horizontal .qodef-m-value{padding:0;margin:0 0 .5em;font-size:16px;position:absolute}.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-on .qodef-m-value{margin:0;transform:translateY(100%);z-index:1}.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above .qodef-m-value-inner{opacity:0;transition:opacity .2s .5s}.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above.qodef--init .qodef-m-value-inner{opacity:1}.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-content{position:absolute;transform:translateY(-50%);top:50%;left:0;z-index:1}.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-title{margin:0 0 0 .5em}.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-value{margin:0 0 0 .5em;position:relative}.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-above .qodef-m-value{right:0}.qodef-qi-progress-bar-vertical{position:relative;visibility:hidden}.qodef-qi-progress-bar-vertical.qodef--init{visibility:visible}.qodef-qi-progress-bar-vertical.qodef--pattern .qodef-m-canvas svg path:first-child{opacity:0}.qodef-qi-progress-bar-vertical .qodef-m-inner{position:relative;display:flex;flex-direction:column;max-width:100%}.qodef-qi-progress-bar-vertical .qodef-m-canvas{position:relative}.qodef-qi-progress-bar-vertical .qodef-m-canvas svg{max-width:100%}.qodef-qi-progress-bar-vertical .qodef-m-title{margin:1em 0 0}.qodef-qi-progress-bar-vertical .qodef-m-value{padding:0;margin:0;font-size:16px}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-title{margin:0 0 0 1em}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-value{margin:0 0 0 1em}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-inner{flex-direction:row;align-items:flex-end}.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-value{position:absolute;margin:0 0 .5em;right:0}.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-title{position:absolute;margin:0 0 .5em;left:0}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-content{display:flex;align-items:center;position:absolute;bottom:0;left:0}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-title{margin:0 0 0 .5em}.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-value{margin:0 0 0 .5em}.qodef-qi-section-title{position:relative}.qodef-qi-section-title .qodef-m-title{margin:0}.qodef-qi-section-title .qodef-m-subtitle{display:inline-flex;align-items:baseline;margin:0}.qodef-subtitle-icon--right.qodef-qi-section-title .qodef-m-subtitle{flex-direction:row}.qodef-subtitle-icon--left.qodef-qi-section-title .qodef-m-subtitle{flex-direction:row-reverse}.qodef-qi-section-title .qodef-m-icon-holder{display:inline-block;line-height:1em}.qodef-qi-section-title .qodef-m-icon-holder svg{width:1em;height:auto;fill:currentColor;stroke:currentColor}.qodef-qi-section-title>.qodef-m-text{margin:.5em 0 0}.qodef-qi-section-title .qodef-m-button{margin-top:.65em}.qodef-qi-section-title.qodef-decoration--underline .qodef-e-decorated{text-decoration:underline}.qodef-qi-section-title.qodef-decoration--italic .qodef-e-decorated{font-style:italic}.qodef-qi-section-title.qodef-decoration--bold .qodef-e-decorated{font-weight:700}.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .07em),currentColor .07em);background-size:100% 87%}.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link:hover{color:currentColor;text-decoration:none;animation:qodef-animate-underline-multiline 1.1s cubic-bezier(.32,.32,.15,1.17) forwards}.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link:focus{color:currentColor}.qodef-qi-section-title.qodef-text-link--underline>.qodef-m-text a{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 1px),currentColor 1px);transition:.9s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-qi-section-title.qodef-text-link--underline>.qodef-m-text a:hover{text-decoration:none;background-size:100% 100%}.qodef-qi-section-title.qodef-text-link--underline-thick>.qodef-m-text a{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 2px),currentColor 2px);transition:.9s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-qi-section-title.qodef-text-link--underline-thick>.qodef-m-text a:hover{text-decoration:none;background-size:100% 100%}@keyframes qodef-qi-animate-underline-multiline-thick{0%{background-size:100% 93%;background-position-x:right}38%{background-size:0 93%;background-position-x:right}39%{background-size:0 93%;background-position-x:left}100%{background-size:100% 93%;background-position-x:left}}.qodef-qi-section-title.qodef-text-link--underline-initial>.qodef-m-text a{background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - .07em),currentColor .07em);background-size:100% 93%}.qodef-qi-section-title.qodef-text-link--underline-initial>.qodef-m-text a:hover{text-decoration:none;animation:qodef-qi-animate-underline-multiline-thick 1.1s cubic-bezier(.32,.32,.15,1.17) forwards}@media only screen and (max-width:1024px){.qodef-qi-section-title.qodef-title-break--disabled .qodef-m-title br{display:none}}.qodef-qi-separator{position:relative;height:auto;font-size:0;line-height:1}.qodef-qi-separator .qodef-m-line{position:relative;display:inline-block;width:100%;vertical-align:top;font-size:1px;color:#111;border-bottom:1em solid currentColor;margin:10px 0}.qodef-qi-separator.qodef-position--center{text-align:center}.qodef-qi-separator.qodef-position--left{text-align:left}.qodef-qi-separator.qodef-position--right{text-align:right}.qodef-qi-separator.qodef-separator--border-image .qodef-m-line{font-size:12px;height:1em;border-bottom:none;margin:10px 0;background-size:contain;background-repeat:round}.qodef-qi-separator.qodef-separator--with-icon{display:flex}.qodef-qi-separator.qodef-separator--with-icon .qodef-m-line{display:flex;align-items:center;border-width:0}.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon{flex-shrink:0;font-size:1rem;margin:0 1em}.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-separator.qodef-separator--with-icon .qodef-m-inner-line{width:50%;border-color:currentColor;border-style:inherit;border-width:1em}.qodef-qi-separator.qodef-separator--with-icon.qodef-position--center{justify-content:center}.qodef-qi-separator.qodef-separator--with-icon.qodef-position--left{justify-content:flex-start}.qodef-qi-separator.qodef-separator--with-icon.qodef-position--right{justify-content:flex-end}.qodef-qi-slider-switch{position:relative;opacity:0;transition:opacity .35s ease-out}.qodef-qi-slider-switch.qodef--visible{opacity:1}.qodef-qi-slider-switch .qodef-m-main-text{margin-bottom:30px}.qodef-qi-slider-switch .qodef-m-main-text .qodef-e-title{margin:0 0 .7em}.qodef-qi-slider-switch .qodef-m-main-text .qodef-e-text{margin:0}.qodef-qi-slider-switch .qodef-m-main{position:relative}.qodef-qi-slider-switch .qodef-m-main-slider{position:absolute;top:50px;left:50px;right:50px;bottom:50px;border-radius:10%}.qodef-qi-slider-switch .qodef-m-main-slider .qodef-qi-swiper-container{height:100%;z-index:unset}.qodef-qi-slider-switch .qodef-m-main-slider .swiper-slide a{height:100%}.qodef-qi-slider-switch .qodef-slider-main-image{position:relative;z-index:5;pointer-events:none}.qodef-qi-slider-switch .qodef-slider-main-image img{width:100%}.qodef-qi-slider-switch .qodef-slider-switch-device-holder{position:absolute;top:100%;left:50%;transform:translateX(-50%);z-index:10}.qodef-qi-slider-switch .qodef-slider-switch-device{position:absolute;margin:auto;width:214px;bottom:-50px;right:50px;overflow:hidden}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-slider-switch-device-image{position:relative;pointer-events:none;z-index:10}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-slider-switch-device-image img{width:100%;filter:drop-shadow(0 6px 16.8px rgba(0, 0, 0, .07))}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-items{position:absolute;top:0;left:0;bottom:0;right:0;z-index:5}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-qi-swiper-container{overflow:hidden;height:100%;padding:0!important}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item{height:100%}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item a{height:100%}.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item img{height:100%;width:100%;object-fit:cover}.qodef-qi-slider-switch .qodef-m-main-text a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide .qodef-e-text,.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide .qodef-e-title{opacity:0;transform:translateX(40px);transition:.3s ease-in-out}.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-text,.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-title{opacity:1;transform:translateX(0)}.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-title{transition:opacity .35s .2s,transform .65s cubic-bezier(.26,0,0,1.01) .2s}.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide.swiper-slide-active .qodef-e-text{transition:opacity .35s .35s,transform .65s cubic-bezier(.26,0,0,1.01) .35s}.qodef-qi-table-of-contents{position:relative}.qodef-qi-table-of-contents .qodef-m-title{margin:0}.qodef-qi-table-of-contents .qodef-m-subtitle{margin:0}.qodef-qi-table-of-contents .qodef-m-text{margin:.5em 0 0}.qodef-qi-table-of-contents .qodef-m-table-content{margin-top:1.5em}.qodef-qi-table-of-contents .qodef-m-table-content a{position:relative;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit}.qodef-list-underline.qodef-qi-table-of-contents .qodef-m-table-content a{width:100%;background-repeat:no-repeat;background-image:linear-gradient(transparent calc(100% - 1px),currentColor 1px);transition:.55s cubic-bezier(.32,.32,.15,1.17);background-size:0 100%}.qodef-list-underline.qodef-qi-table-of-contents .qodef-m-table-content a:hover{background-size:100% 100%}.qodef-qi-table-of-contents.qodef-list-position--inside ol,.qodef-qi-table-of-contents.qodef-list-position--inside ul{list-style-position:inside}.qodef-qi-table-of-contents.qodef-list-position--inside .qodef-m-table-content>ol,.qodef-qi-table-of-contents.qodef-list-position--inside .qodef-m-table-content>ul{margin-left:0!important}.qodef-qi-table-of-contents.qodef-list-position--outside ol,.qodef-qi-table-of-contents.qodef-list-position--outside ul{list-style-position:outside}.qodef-qi-tabs-horizontal.qodef-layout--simple{position:relative;visibility:hidden}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef--init{visibility:visible}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation{position:relative;display:flex;align-items:center;margin:0;padding:0;list-style:none}@media only screen and (max-width:680px){.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation{flex-direction:column;align-items:flex-start}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation .qodef-tab-title,.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li{width:100%}}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li{position:relative;margin:0;padding:0}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li .qodef-tab-title{margin:0}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a{position:relative;color:#cacaca;display:block;padding:0;transition:color .25s ease-out}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:after{content:'';position:absolute;bottom:0;left:0;width:100%;z-index:1;opacity:0;transition:opacity .25s ease-out}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background-color:transparent;transition:opacity .25s ease-out}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a .q-text{z-index:1;position:relative}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li:not(:last-child){margin-right:4em}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a,.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a{color:#1e1e1e}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:after,.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:before,.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:after,.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:before{opacity:1}.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-content{position:relative;padding:26px 0 0}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li a:after{opacity:1;transform:scaleX(0);transition:transform .36s cubic-bezier(.51,.5,.07,.99)}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-active a:after,.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-hover a:after{transform:scaleX(1)}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-left .qodef-tabs-horizontal-navigation li a:after{transform-origin:left}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li a:after{left:unset;right:0;transform:scaleX(1);width:0;transition:width .36s cubic-bezier(.51,.5,.07,.99)}.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-active a:after,.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-hover a:after{width:100%}.qodef-qi-tabs-vertical.qodef-layout--simple{position:relative;visibility:hidden;display:flex;align-items:stretch;height:100%}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef--init{visibility:visible}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation{position:relative;align-items:center;margin:0;padding:0;list-style:none;flex-shrink:0;display:block}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li{position:relative;margin:0;padding:0;width:100%}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .qodef-tab-title{margin:0}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a{position:relative;color:#cacaca;display:block;padding:0;transition:color .25s ease-out}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:after{height:100%;content:'';position:absolute;top:0;right:0;width:100%;z-index:1;opacity:0;transition:opacity .25s ease-out}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background-color:transparent;transition:opacity .25s ease-out}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a,.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a{color:#1e1e1e}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:after,.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:before,.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:after,.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:before{opacity:1}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .q-text{z-index:1;position:relative}.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-content{position:relative;padding:0 0 0 26px}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li a:after{opacity:1;transform:scaleY(0);transition:transform .36s cubic-bezier(.51,.5,.07,.99)}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-active a:after,.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-hover a:after{transform:scaleY(1)}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw.qodef-title-sideline-from-top .qodef-tabs-vertical-navigation li a:after{transform-origin:top}@media only screen and (max-width:1024px){.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024{flex-direction:column;align-items:flex-start}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-navigation{width:100%}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-content{padding:26px 0 0}}@media only screen and (max-width:768px){.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768{flex-direction:column;align-items:flex-start}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-navigation{width:100%}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-content{padding:26px 0 0}}@media only screen and (max-width:680px){.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680{flex-direction:column;align-items:flex-start}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-navigation{width:100%}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-content{padding:26px 0 0}}@media only screen and (max-width:480px){.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480{flex-direction:column;align-items:flex-start}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-navigation{width:100%}.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-content{padding:26px 0 0}}.qodef-qi-team-member .qodef-m-title{margin:0}.qodef-qi-team-member .qodef-m-role{margin:0 0 .8em}.qodef-qi-team-member .qodef-m-text{margin:0 0 .8em}.qodef-qi-team-member .qodef-m-social-icons{font-size:0;margin:0}.qodef-qi-team-member .qodef-m-social-icons>*{font-size:1rem;margin-right:.7em}.qodef-qi-team-member .qodef-m-social-icons>:last-child{margin:0}.qodef-qi-team-member .qodef-e-social-icon{transition:color .2s ease-out}.qodef-qi-team-member .qodef-e-social-icon i{font-size:inherit}.qodef-qi-team-member .qodef-e-social-icon svg{width:1em;fill:currentColor;stroke:currentColor;vertical-align:middle}.qodef-qi-team-member.qodef-image--hover-scale img,.qodef-qi-team-member.qodef-image--hover-zoom img{transform:scale(1.005) translateZ(0);transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.qodef-qi-team-member.qodef-image--hover-scale:hover img,.qodef-qi-team-member.qodef-image--hover-zoom:hover img{transform:scale(1.03)}.qodef-qi-team-member.qodef-image--hover-zoom .qodef-m-media-image{overflow:hidden}.qodef-qi-team-member.qodef-item-layout--info-below .qodef-m-content{margin:.9em 0 0}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner{position:relative;overflow:hidden}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role,.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons,.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-title{transform:translateX(0);opacity:1}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role{transition-delay:.15s}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons{transition-delay:.3s}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content{margin:.9em 0 0}.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-role,.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-social-icons,.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-title{opacity:0;transform:translateX(30px);transition:transform .45s cubic-bezier(.16,.32,.26,.92),opacity .45s ease-out;transition-delay:0s,0s}.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner{position:relative;overflow:hidden}.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner:hover .qodef-m-content{transform:translateY(0)}.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-content{position:absolute;width:100%;bottom:0;left:0;background-color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;opacity:1;transform:translateY(100%);transition:transform .4s cubic-bezier(.22,.61,.36,1);padding:30px;z-index:1}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner:hover .qodef-m-content{opacity:1}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-image,.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-media-image{display:inline-block;vertical-align:top}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#111;display:flex;justify-content:center;align-items:center;flex-direction:column;opacity:0;transition:opacity .3s ease-in-out;padding:20px 30px}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content>*{width:100%}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-title{color:#fff}.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-role{color:#c4c4c4}.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner{position:relative;display:inline-block;vertical-align:top}.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner:hover .qodef-m-content{opacity:1;clip-path:inset(10px 10px 10px 10px);transition-delay:0s,.15s}.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-image,.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-media-image{display:inline-block;vertical-align:top}.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;opacity:0;transition:opacity .25s ease-out,all .3s cubic-bezier(.46,.03,.52,.96);clip-path:inset(0 0 0 0);padding:5%}.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content>*{width:100%}.qodef-qi-testimonials-list .qodef-e-title{margin:0 0 .7em}.qodef-qi-testimonials-list .qodef-e-text{margin:0}.qodef-qi-testimonials-list .qodef-e-media-image{display:inline-block;vertical-align:top;line-height:0}.qodef-qi-testimonials-list .qodef-e-quote{font-size:1em;line-height:0;margin:auto}.qodef-qi-testimonials-list .qodef-e-quote svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-testimonials-list .qodef-e-author{display:flex;margin:0}.qodef-qi-testimonials-list .qodef-e-author-name{margin:0}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-media-image{margin-bottom:1.8em;border-radius:50%;overflow:hidden}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-inner{position:relative;text-align:center;padding:55px 40px;background-color:#f6f6f6;overflow:hidden}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-content,.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-top{position:relative}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-quote{position:absolute;top:-.1em;left:50%;font-size:14em;color:rgba(0,0,0,.2);transform:translateX(-50%)}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-text{margin:0 0 1em}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-inner{text-align:center}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-quote{font-size:2em;margin-bottom:1.2em}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-text{margin:0 0 1.3em}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-media-image{width:50px;margin-bottom:.5em;border-radius:50%;overflow:hidden}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner{display:flex}@media only screen and (max-width:480px){.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner{flex-direction:column}}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote{font-size:100px;width:1em;margin:0 35px 0 0}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote i,.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote svg{vertical-align:top}@media only screen and (max-width:480px){.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote{margin:0 0 35px}}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-content{flex:1;text-align:left}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-bottom-info{display:flex;align-items:center}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-media-image{width:50px;margin:0 10px 0 0}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-author{flex-direction:row;align-items:baseline}.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-author-job:before{content:'';display:inline-block;vertical-align:middle;height:1px;width:1em;background-color:currentColor;margin:0 .65em}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner{display:flex;align-items:flex-start}@media only screen and (max-width:680px){.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner{flex-direction:column;align-items:flex-start}}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side{position:relative;flex-shrink:0;width:110px;max-width:30%;margin-right:6%}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image{border-radius:25%;overflow:hidden}@media only screen and (max-width:680px){.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side{max-width:100%}}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-quote{position:absolute;bottom:-.5em;right:-.5em;width:2em;height:2em;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#111;border-radius:50%}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-content{flex:1;text-align:left}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-text{margin:0 0 1em}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-slider .qodef-e-inner{overflow:hidden}.qodef-qi-testimonials-slider .qodef-e-title{margin:0 0 .7em}.qodef-qi-testimonials-slider .qodef-e-text{margin:0}.qodef-qi-testimonials-slider .qodef-e-media-image{display:inline-block;vertical-align:top;line-height:0}.qodef-qi-testimonials-slider .qodef-e-quote{font-size:1em;line-height:0;margin:auto}.qodef-qi-testimonials-slider .qodef-e-quote svg{width:1em;fill:currentColor;stroke:currentColor}.qodef-qi-testimonials-slider .qodef-e-author{display:flex;margin:0}.qodef-qi-testimonials-slider .qodef-e-author-name{margin:0}.qodef-qi-testimonials-slider.qodef--swiper-fade .swiper-slide{opacity:0;transition:opacity .2s ease-out}.qodef-qi-testimonials-slider.qodef--swiper-fade .swiper-slide.swiper-slide-active,.qodef-qi-testimonials-slider.qodef--swiper-fade .swiper-slide.swiper-slide-duplicate-active{opacity:1}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-media-image{margin-bottom:1em;border-radius:50%;overflow:hidden}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-inner{text-align:center;padding:55px 40px;background-color:#f6f6f6}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-top{position:relative;display:inline-block}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-quote{position:absolute;top:0;right:0;font-size:2em}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-text{margin:0 0 1.3em}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-media-image{margin-bottom:1em}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-inner{text-align:center}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-quote{font-size:2em;margin-bottom:1.2em}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-text{margin:0 0 1.3em}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner{display:flex}@media only screen and (max-width:480px){.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner{flex-direction:column}}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote{font-size:100px;width:1em;margin:0 35px 0 0}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote i,.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote svg{vertical-align:top}@media only screen and (max-width:480px){.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote{margin:0 0 35px}}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-content{flex:1;text-align:left}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-bottom-info{display:flex;align-items:center}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-media-image{width:50px;margin:0 10px 0 0}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author{flex-direction:row;align-items:baseline}.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author-job:before{content:'';display:inline-block;vertical-align:middle;height:1px;width:1em;background-color:currentColor;margin:0 .65em}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner{display:flex;align-items:center}@media only screen and (max-width:1024px){.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner{align-items:baseline}}@media only screen and (max-width:680px){.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner{flex-direction:column;align-items:flex-start}}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side{position:relative;flex-shrink:0;width:290px;max-width:30%;margin-right:6%}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image{border-radius:10%;overflow:auto}@media only screen and (max-width:680px){.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side{max-width:100%}}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-quote{position:absolute;top:-1em;right:-1em;width:2em;height:2em;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#111;border-radius:50%}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-content{flex:1;text-align:left}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-text{margin:0 0 1.3em}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author-job{margin:.2em 0 0}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-inner{text-align:left}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-quote{font-size:2em;margin-bottom:1.2em}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-text{margin:0 0 1.3em}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-bottom-info{display:flex;align-items:center}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-media-image{width:50px;border-radius:50%;margin-right:1em;overflow:hidden}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author{flex-direction:column}.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author-job{margin:0}.qodef-qi-text-marquee{position:relative;display:inline-block;width:100%;vertical-align:top;overflow:hidden}.qodef-qi-text-marquee .qodef-m-content{display:flex;white-space:nowrap;font-size:0;overflow:hidden}.qodef-qi-text-marquee .qodef-m-text{display:flex;align-items:baseline}.qodef-qi-text-marquee .qodef-m-text.qodef-text--original{animation:qode-move-horizontal-normal-text-marquee 20s linear infinite}.qodef-qi-text-marquee .qodef-m-text.qodef-text--copy{position:absolute;top:0;left:0;will-change:transform;backface-visibility:hidden;transform:translateX(100%) translateZ(0);animation:qode-move-horizontal-normal-text-marquee-copy 20s linear infinite}.qodef-qi-text-marquee .qodef-m-text-item{font-size:100px;line-height:1.1em;padding-right:.5em;padding-left:.5em}.qodef-qi-text-marquee .qodef-e-icon-holder{display:flex;font-size:30px;align-self:center;align-items:center}.qodef-qi-text-marquee .qodef-e-icon-holder svg{fill:currentColor;stroke:currentColor;width:1em;height:auto}.qodef-qi-text-marquee.qodef-text-stroke-effect .qodef-m-text-item{color:transparent!important;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#333;text-shadow:none}@keyframes qode-move-horizontal-normal-text-marquee{0%{transform:translateX(0) translateZ(0)}100%{transform:translateX(-100%) translateZ(0)}}@keyframes qode-move-horizontal-normal-text-marquee-copy{0%{transform:translateX(100%) translateZ(0)}100%{transform:translateX(0) translateZ(0)}}@keyframes qode-move-vertical-normal-text-marquee{0%{transform:translateY(0) translateZ(0)}100%{transform:translateY(-100%) translateZ(0)}}@keyframes qode-move-vertical-normal-text-marquee-copy{0%{transform:translateY(100%) translateZ(0)}100%{transform:translateY(0) translateZ(0)}}@keyframes qode-move-horizontal-reverse-text-marquee{0%{transform:translateX(0) translateZ(0)}100%{transform:translateX(100%) translateZ(0)}}@keyframes qode-move-horizontal-reverse-text-marquee-copy{0%{transform:translateX(-100%) translateZ(0)}100%{transform:translateX(0) translateZ(0)}}@keyframes qode-move-vertical-reverse-text-marquee{0%{transform:translateY(0) translateZ(0)}100%{transform:translateY(100%) translateZ(0)}}@keyframes qode-move-vertical-reverse-text-marquee-copy{0%{transform:translateY(-100%) translateZ(0)}100%{transform:translateY(0) translateZ(0)}}.qodef-qi-timeline{position:relative}.qodef-qi-timeline .qodef-e-item,.qodef-qi-timeline .qodef-e-item-inner{position:relative}.qodef-qi-timeline .qodef-e-image{display:inline-block;vertical-align:top;overflow:hidden}.qodef-qi-timeline .qodef-e-date{margin:0 0 .5em}.qodef-qi-timeline .qodef-e-title{margin:0 0 .85em}.qodef-qi-timeline .qodef-e-text{margin:0}.qodef-qi-timeline .qodef-e-point-holder{position:absolute;color:#fff;font-size:1em;width:1em;height:1em;transform:translate(-50%,-50%)}.qodef-qi-timeline .qodef-e-point-holder .qodef-e-point{background-color:#111;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden}.qodef-qi-timeline .qodef-e-point-holder .qodef-e-icon-holder{font-size:.7em;line-height:1em;max-height:100%}.qodef-qi-timeline .qodef-e-point-holder svg{width:.7em;stroke:currentColor;fill:currentColor}.qodef-qi-timeline .qodef-e-line{display:block;background-color:#ebebeb}.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder{position:absolute;top:0;left:50%;transform:translateX(-50%);height:100%;width:1px}.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line{height:100%}.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder{top:50%;left:50%}.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-line-holder{top:50%}.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-item:last-child .qodef-e-line-holder{display:none}.qodef-qi-timeline.qodef-timeline--horizontal{overflow:hidden}.qodef-qi-timeline.qodef-timeline--horizontal .qodef-grid-inner{display:flex;transition:all .4s ease}.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-item{flex:1}.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line-holder{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:1px}.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line{height:100%}.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-point-holder{top:50%;left:50%}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after,.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before{content:'';position:absolute;left:50%;height:100px;width:1px;background-color:#ebebeb;transform:translateX(-50%);z-index:-1}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before{top:100%}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after{bottom:100%}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after,.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before{content:'';position:absolute;top:50%;width:100px;height:1px;background-color:#ebebeb;transform:translateY(-50%);z-index:-1}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before{right:100%}.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after{left:100%}.qodef-qi-timeline.qodef-point--diamond .qodef-e-point{border-radius:0;transform:rotate(45deg)}.qodef-qi-timeline.qodef-point--diamond .qodef-e-icon-holder{transform:rotate(-45deg)}.qodef-qi-timeline .qodef-nav-next,.qodef-qi-timeline .qodef-nav-prev{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:auto!important;height:auto!important;margin:0!important;color:#111;font-size:26px;z-index:10;cursor:pointer}.qodef-qi-timeline .qodef-nav-next>svg,.qodef-qi-timeline .qodef-nav-prev>svg{display:block;width:1em;height:auto;transition:.2s ease-out;stroke:currentColor;fill:currentColor}.qodef-qi-timeline .qodef-nav-prev{left:0}.qodef-qi-timeline .qodef-nav-next{right:0}.qodef-qi-timeline.qodef-qi--has-appear{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-image{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(-60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-content-holder{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-image{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(40px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-content-holder{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(40px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-image{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(-60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-content-holder{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-image{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-content-holder{opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1);transform:translateY(-60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-image{transform:translateY(-60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder{transform:translateY(60px)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-point{transform:scale(0);opacity:0;transition:opacity .55s cubic-bezier(.23,1,.32,1),transform .55s cubic-bezier(.23,1,.32,1)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-image{transition-delay:.3s,.3s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-point{transition-delay:.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-content-holder{transition-delay:.4s,.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-image{transition-delay:.6s,.6s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-point{transition-delay:.7s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-content-holder{transition-delay:.8s,.8s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-image{transition-delay:.9s,.9s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-point{transition-delay:1s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-content-holder{transition-delay:1.2s,1.2s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-image{transition-delay:1.2s,1.2s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-point{transition-delay:1.3s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-content-holder{transition-delay:1.6s,1.6s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-image{transition-delay:1.5s,1.5s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-point{transition-delay:1.6s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-content-holder{transition-delay:2s,2s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-image{transition-delay:1.8s,1.8s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-point{transition-delay:1.9s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-content-holder{transition-delay:2.4s,2.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-image{transition-delay:2.1s,2.1s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-point{transition-delay:2.2s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-content-holder{transition-delay:2.8s,2.8s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-image{transition-delay:2.4s,2.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-point{transition-delay:2.5s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-content-holder{transition-delay:3.2s,3.2s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-image{transition-delay:2.7s,2.7s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-point{transition-delay:2.8s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-content-holder{transition-delay:3.6s,3.6s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-image{transition-delay:3s,3s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-point{transition-delay:3.1s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-content-holder{transition-delay:4s,4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-image{transition-delay:3.3s,3.3s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-point{transition-delay:3.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-content-holder{transition-delay:4.4s,4.4s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-image{transition-delay:3.6s,3.6s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-point{transition-delay:3.7s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-content-holder{transition-delay:4.8s,4.8s}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared{opacity:1}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-image{opacity:1;transform:translateY(0) translateX(0)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image{transform:translateY(0) translateX(0)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-point{transform:scale(1);opacity:1}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-point--diamond .qodef-e-item .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-point--diamond .qodef-e-item .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-point--diamond .qodef-e-item .qodef-e-point{transform:rotate(45deg) scale(0)}.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-point--diamond.qodef-qi--appeared .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-point--diamond.qodef-qi--appeared .qodef-e-point,.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-point--diamond.qodef-qi--appeared .qodef-e-point{transform:rotate(45deg) scale(1)}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder,.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder{display:none}}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-item-inner{flex-direction:column}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-top-holder{align-items:flex-end;padding:0 0 10%}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder{justify-content:flex-start;padding:10% 0 0}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item-inner{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;text-align:center}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-top-holder{display:flex;align-items:flex-start;padding:10% 0 0}.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-content-holder{display:flex;flex-direction:column;justify-content:flex-end;padding:0 0 10%}.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-item-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-top-holder{display:flex;align-items:flex-end;padding:0 0 10%}.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-content-holder{display:flex;flex-direction:column;justify-content:flex-start;padding:10% 0 0}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item{text-align:center}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item:not(:last-child){padding-bottom:100px}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner{flex-direction:row-reverse;text-align:right}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner{flex-direction:column;text-align:center}}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder{text-align:left;padding:0 0 0 10%}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder{padding:0}}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder{padding:0 10% 0 0}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder{padding:0}}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner{display:inline-flex;align-items:center;justify-content:center;text-align:left;width:100%}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner{flex-direction:column;text-align:center}}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder{width:50%;flex-shrink:0;text-align:right;padding:0 10% 0 0}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder{width:100%;padding:0;margin-bottom:5%}}.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder{width:50%;padding:0 0 0 10%}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder{width:100%;padding:0;margin-top:5%}}.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content{margin-left:0;flex-direction:row;padding:0 3em 0 0}@media only screen and (max-width:1024px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content{flex-direction:column;text-align:center}}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content{padding:0}}.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder{margin:0 10% 0 0}@media only screen and (max-width:1024px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder{margin:0 0 10%}}.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;flex-direction:row-reverse;width:50%;padding:0 0 0 3em}@media only screen and (max-width:1024px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content{flex-direction:column;text-align:center}}@media only screen and (max-width:480px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content{width:100%;padding:0}}.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder{width:250px;flex-shrink:0;margin:0 0 0 10%}@media only screen and (max-width:1024px){.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder{margin:0 0 10%}}.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-image{border-radius:50%}.qodef-qi-typeout-text .qodef-m-text{margin:0}a, a:visited {
    text-decoration: underline;
}
*, ::after, ::before {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.htb-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:576px) {
    .htb-container {
        max-width: 540px;
    }
}
@media (min-width:768px) {
    .htb-container {
    max-width: 720px;
}
}@media (min-width:992px) {
    .htb-container {
    max-width: 960px;
}
}@media (min-width:1200px) {
    .htb-container {
    max-width: 1200px;
}
}.htb-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.htb-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.htb-col, .htb-col-1, .htb-col-10, .htb-col-11, .htb-col-12, .htb-col-2, .htb-col-3, .htb-col-4, .htb-col-5, .htb-col-6, .htb-col-7, .htb-col-8, .htb-col-9, .htb-col-auto, .htb-col-lg, .htb-col-lg-1, .htb-col-lg-10, .htb-col-lg-11, .htb-col-lg-12, .htb-col-lg-2, .htb-col-lg-3, .htb-col-lg-4, .htb-col-lg-5, .htb-col-lg-6, .htb-col-lg-7, .htb-col-lg-8, .htb-col-lg-9, .htb-col-lg-auto, .htb-col-md, .htb-col-md-1, .htb-col-md-10, .htb-col-md-11, .htb-col-md-12, .htb-col-md-2, .htb-col-md-3, .htb-col-md-4, .htb-col-md-5, .htb-col-md-6, .htb-col-md-7, .htb-col-md-8, .htb-col-md-9, .htb-col-md-auto, .htb-col-sm, .htb-col-sm-1, .htb-col-sm-10, .htb-col-sm-11, .htb-col-sm-12, .htb-col-sm-2, .htb-col-sm-3, .htb-col-sm-4, .htb-col-sm-5, .htb-col-sm-6, .htb-col-sm-7, .htb-col-sm-8, .htb-col-sm-9, .htb-col-sm-auto, .htb-col-xl, .htb-col-xl-1, .htb-col-xl-10, .htb-col-xl-11, .htb-col-xl-12, .htb-col-xl-2, .htb-col-xl-3, .htb-col-xl-4, .htb-col-xl-5, .htb-col-xl-6, .htb-col-xl-7, .htb-col-xl-8, .htb-col-xl-9, .htb-col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.htb-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.htb-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.htb-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.htb-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.htb-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.htb-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.htb-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.htb-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.htb-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.htb-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.htb-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.htb-col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.htb-col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.htb-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.htb-order-first {
    -ms-flex-order: -1;
    order: -1;
}
.htb-order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.htb-order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.htb-order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.htb-order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.htb-order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.htb-order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.htb-order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.htb-order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.htb-order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.htb-order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.htb-order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.htb-order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.htb-offset-1 {
    margin-left: 8.333333%;
}
.htb-offset-2 {
    margin-left: 16.666667%;
}
.htb-offset-3 {
    margin-left: 25%;
}
.htb-offset-4 {
    margin-left: 33.333333%;
}
.htb-offset-5 {
    margin-left: 41.666667%;
}
.htb-offset-6 {
    margin-left: 50%;
}
.htb-offset-7 {
    margin-left: 58.333333%;
}
.htb-offset-8 {
    margin-left: 66.666667%;
}
.htb-offset-9 {
    margin-left: 75%;
}
.htb-offset-10 {
    margin-left: 83.333333%;
}
.htb-offset-11 {
    margin-left: 91.666667%;
}
@media (min-width:576px) {
    .htb-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.htb-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.htb-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.htb-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.htb-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.htb-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.htb-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.htb-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.htb-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.htb-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.htb-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.htb-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.htb-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.htb-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.htb-order-sm-first {
    -ms-flex-order: -1;
    order: -1;
}
.htb-order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
}
.htb-order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
}
.htb-order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
}
.htb-order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
}
.htb-order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
}
.htb-order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
}
.htb-order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
}
.htb-order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
}
.htb-order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
}
.htb-order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
}
.htb-order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
}
.htb-order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
}
.htb-offset-sm-0 {
    margin-left: 0;
}
.htb-offset-sm-1 {
    margin-left: 8.333333%;
}
.htb-offset-sm-2 {
    margin-left: 16.666667%;
}
.htb-offset-sm-3 {
    margin-left: 25%;
}
.htb-offset-sm-4 {
    margin-left: 33.333333%;
}
.htb-offset-sm-5 {
    margin-left: 41.666667%;
}
.htb-offset-sm-6 {
    margin-left: 50%;
}
.htb-offset-sm-7 {
    margin-left: 58.333333%;
}
.htb-offset-sm-8 {
    margin-left: 66.666667%;
}
.htb-offset-sm-9 {
    margin-left: 75%;
}
.htb-offset-sm-10 {
    margin-left: 83.333333%;
}
.htb-offset-sm-11 {
    margin-left: 91.666667%;
}
}@media (min-width:768px) {
    .htb-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.htb-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.htb-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.htb-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.htb-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.htb-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.htb-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.htb-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.htb-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.htb-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.htb-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.htb-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.htb-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.htb-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.htb-order-md-first {
    -ms-flex-order: -1;
    order: -1;
}
.htb-order-md-1 {
    -ms-flex-order: 1;
    order: 1;
}
.htb-order-md-2 {
    -ms-flex-order: 2;
    order: 2;
}
.htb-order-md-3 {
    -ms-flex-order: 3;
    order: 3;
}
.htb-order-md-4 {
    -ms-flex-order: 4;
    order: 4;
}
.htb-order-md-5 {
    -ms-flex-order: 5;
    order: 5;
}
.htb-order-md-6 {
    -ms-flex-order: 6;
    order: 6;
}
.htb-order-md-7 {
    -ms-flex-order: 7;
    order: 7;
}
.htb-order-md-8 {
    -ms-flex-order: 8;
    order: 8;
}
.htb-order-md-9 {
    -ms-flex-order: 9;
    order: 9;
}
.htb-order-md-10 {
    -ms-flex-order: 10;
    order: 10;
}
.htb-order-md-11 {
    -ms-flex-order: 11;
    order: 11;
}
.htb-order-md-12 {
    -ms-flex-order: 12;
    order: 12;
}
.htb-offset-md-0 {
    margin-left: 0;
}
.htb-offset-md-1 {
    margin-left: 8.333333%;
}
.htb-offset-md-2 {
    margin-left: 16.666667%;
}
.htb-offset-md-3 {
    margin-left: 25%;
}
.htb-offset-md-4 {
    margin-left: 33.333333%;
}
.htb-offset-md-5 {
    margin-left: 41.666667%;
}
.htb-offset-md-6 {
    margin-left: 50%;
}
.htb-offset-md-7 {
    margin-left: 58.333333%;
}
.htb-offset-md-8 {
    margin-left: 66.666667%;
}
.htb-offset-md-9 {
    margin-left: 75%;
}
.htb-offset-md-10 {
    margin-left: 83.333333%;
}
.htb-offset-md-11 {
    margin-left: 91.666667%;
}
}@media (min-width:992px) {
    .htb-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.htb-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.htb-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.htb-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.htb-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.htb-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.htb-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.htb-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.htb-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.htb-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.htb-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.htb-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.htb-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.htb-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.htb-order-lg-first {
    -ms-flex-order: -1;
    order: -1;
}
.htb-order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
}
.htb-order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
}
.htb-order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
}
.htb-order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
}
.htb-order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
}
.htb-order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
}
.htb-order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
}
.htb-order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
}
.htb-order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
}
.htb-order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
}
.htb-order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
}
.htb-order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
}
.htb-offset-lg-0 {
    margin-left: 0;
}
.htb-offset-lg-1 {
    margin-left: 8.333333%;
}
.htb-offset-lg-2 {
    margin-left: 16.666667%;
}
.htb-offset-lg-3 {
    margin-left: 25%;
}
.htb-offset-lg-4 {
    margin-left: 33.333333%;
}
.htb-offset-lg-5 {
    margin-left: 41.666667%;
}
.htb-offset-lg-6 {
    margin-left: 50%;
}
.htb-offset-lg-7 {
    margin-left: 58.333333%;
}
.htb-offset-lg-8 {
    margin-left: 66.666667%;
}
.htb-offset-lg-9 {
    margin-left: 75%;
}
.htb-offset-lg-10 {
    margin-left: 83.333333%;
}
.htb-offset-lg-11 {
    margin-left: 91.666667%;
}
}@media (min-width:1200px) {
    .htb-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.htb-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.htb-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.htb-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.htb-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.htb-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.htb-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.htb-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.htb-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.htb-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.htb-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.htb-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.htb-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.htb-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.htb-order-xl-first {
    -ms-flex-order: -1;
    order: -1;
}
.htb-order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
}
.htb-order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
}
.htb-order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
}
.htb-order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
}
.htb-order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
}
.htb-order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
}
.htb-order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
}
.htb-order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
}
.htb-order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
}
.htb-order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
}
.htb-order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
}
.htb-order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
}
.htb-offset-xl-0 {
    margin-left: 0;
}
.htb-offset-xl-1 {
    margin-left: 8.333333%;
}
.htb-offset-xl-2 {
    margin-left: 16.666667%;
}
.htb-offset-xl-3 {
    margin-left: 25%;
}
.htb-offset-xl-4 {
    margin-left: 33.333333%;
}
.htb-offset-xl-5 {
    margin-left: 41.666667%;
}
.htb-offset-xl-6 {
    margin-left: 50%;
}
.htb-offset-xl-7 {
    margin-left: 58.333333%;
}
.htb-offset-xl-8 {
    margin-left: 66.666667%;
}
.htb-offset-xl-9 {
    margin-left: 75%;
}
.htb-offset-xl-10 {
    margin-left: 83.333333%;
}
.htb-offset-xl-11 {
    margin-left: 91.666667%;
}
}.htb-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.htb-table td, .htb-table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}
.htb-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}
.htb-table tbody+tbody {
    border-top: 2px solid #e9ecef;
}
.htb-table .htb-table {
    background-color: #fff;
}
.htb-table-sm td, .htb-table-sm th {
    padding: .3rem;
}
.htb-table-bordered {
    border: 1px solid #e9ecef;
}
.htb-table-bordered td, .htb-table-bordered th {
    border: 1px solid #e9ecef;
}
.htb-table-bordered thead td, .htb-table-bordered thead th {
    border-bottom-width: 2px;
}
.htb-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}
.htb-table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
}
.htb-table-primary, .htb-table-primary>td, .htb-table-primary>th {
    background-color: #b8daff;
}
.htb-table-hover .htb-table-primary:hover {
    background-color: #9fcdff;
}
.htb-table-hover .htb-table-primary:hover>td, .htb-table-hover .htb-table-primary:hover>th {
    background-color: #9fcdff;
}
.htb-table-secondary, .htb-table-secondary>td, .htb-table-secondary>th {
    background-color: #dddfe2;
}
.htb-table-hover .htb-table-secondary:hover {
    background-color: #cfd2d6;
}
.htb-table-hover .htb-table-secondary:hover>td, .htb-table-hover .htb-table-secondary:hover>th {
    background-color: #cfd2d6;
}
.htb-table-success, .htb-table-success>td, .htb-table-success>th {
    background-color: #c3e6cb;
}
.htb-table-hover .htb-table-success:hover {
    background-color: #b1dfbb;
}
.htb-table-hover .htb-table-success:hover>td, .htb-table-hover .htb-table-success:hover>th {
    background-color: #b1dfbb;
}
.htb-table-info, .htb-table-info>td, .htb-table-info>th {
    background-color: #bee5eb;
}
.htb-table-hover .htb-table-info:hover {
    background-color: #abdde5;
}
.htb-table-hover .htb-table-info:hover>td, .htb-table-hover .htb-table-info:hover>th {
    background-color: #abdde5;
}
.htb-table-warning, .htb-table-warning>td, .htb-table-warning>th {
    background-color: #ffeeba;
}
.htb-table-hover .htb-table-warning:hover {
    background-color: #ffe8a1;
}
.htb-table-hover .htb-table-warning:hover>td, .htb-table-hover .htb-table-warning:hover>th {
    background-color: #ffe8a1;
}
.htb-table-danger, .htb-table-danger>td, .htb-table-danger>th {
    background-color: #f5c6cb;
}
.htb-table-hover .htb-table-danger:hover {
    background-color: #f1b0b7;
}
.htb-table-hover .htb-table-danger:hover>td, .htb-table-hover .htb-table-danger:hover>th {
    background-color: #f1b0b7;
}
.htb-table-light, .htb-table-light>td, .htb-table-light>th {
    background-color: #fdfdfe;
}
.htb-table-hover .htb-table-light:hover {
    background-color: #ececf6;
}
.htb-table-hover .htb-table-light:hover>td, .htb-table-hover .htb-table-light:hover>th {
    background-color: #ececf6;
}
.htb-table-dark, .htb-table-dark>td, .htb-table-dark>th {
    background-color: #c6c8ca;
}
.htb-table-hover .htb-table-dark:hover {
    background-color: #b9bbbe;
}
.htb-table-hover .htb-table-dark:hover>td, .htb-table-hover .htb-table-dark:hover>th {
    background-color: #b9bbbe;
}
.htb-table-active, .htb-table-active>td, .htb-table-active>th {
    background-color: rgba(0, 0, 0, .075);
}
.htb-table-hover .htb-table-active:hover {
    background-color: rgba(0, 0, 0, .075);
}
.htb-table-hover .htb-table-active:hover>td, .htb-table-hover .htb-table-active:hover>th {
    background-color: rgba(0, 0, 0, .075);
}
.htb-table .htb-thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
.htb-table .htb-thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef;
}
.htb-table-dark {
    color: #fff;
    background-color: #212529;
}
.htb-table-dark td, .htb-table-dark th, .htb-table-dark thead th {
    border-color: #32383e;
}
.htb-table-dark.htb-table-bordered {
    border: 0;
}
.htb-table-dark.htb-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05);
}
.htb-table-dark.htb-table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075);
}
@media (max-width:575px) {
    .htb-table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive-sm.htb-table-bordered {
    border: 0;
}
}@media (max-width:767px) {
    .htb-table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive-md.htb-table-bordered {
    border: 0;
}
}@media (max-width:991px) {
    .htb-table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive-lg.htb-table-bordered {
    border: 0;
}
}@media (max-width:1199px) {
    .htb-table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive-xl.htb-table-bordered {
    border: 0;
}
}.htb-table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive.htb-table-bordered {
    border: 0;
}
.htb-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.htb-form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.htb-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.htb-form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.htb-form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.htb-form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.htb-form-control::placeholder {
    color: #868e96;
    opacity: 1;
}
.htb-form-control:disabled, .htb-form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.htb-form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
select.htb-form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.htb-form-control-file, .htb-form-control-range {
    display: block;
}
.htb-col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
}
.htb-col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.htb-col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5;
}
.htb-form-group {
    margin-bottom: 1rem;
}
.htb-form-text {
    display: block;
    margin-top: .25rem;
}
.htb-form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.htb-form-row>.htb-col, .htb-form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.htb-btn {
    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: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.htb-btn:focus, .htb-btn:hover {
    text-decoration: none;
}
.htb-btn.htb-focus, .htb-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.htb-btn.disabled, .htb-btn:disabled {
    opacity: .65;
}
.htb-btn:not([disabled]):not(.disabled).htb-active, .htb-btn:not([disabled]):not(.htb-disabled):active {
    background-image: none;
}
a.htb-btn.htb-disabled, fieldset[disabled] a.htb-htb-btn {
    pointer-events: none;
}
.htb-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.htb-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.htb-btn-primary.htb-focus, .htb-btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.htb-btn-primary.htb-disabled, .htb-btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff;
}
.htb-btn-primary:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-primary:not([disabled]):not(.htb-disabled):active, .show>.htb-btn-primary.htb-dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.htb-btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
.htb-btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}
.htb-btn-secondary.htb-focus, .htb-btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}
.htb-btn-secondary.htb-disabled, .htb-btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96;
}
.htb-btn-secondary:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-secondary:not([disabled]):not(.htb-disabled):active, .show>.htb-btn-secondary.htb-dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}
.htb-btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.htb-btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.htb-btn-success.htb-focus, .htb-btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.htb-btn-success.htb-disabled, .htb-btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
}
.htb-btn-success:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-success:not([disabled]):not(.htb-disabled):active, .htb-show>.htb-btn-success.htb-dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.htb-btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.htb-btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.htb-btn-info.focus, .htb-btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.htb-btn-info.disabled, .htb-btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.htb-btn-info:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-info:not([disabled]):not(.htb-disabled):active, .htb-show>.htb-btn-info.htb-dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.htb-btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107;
}
.htb-btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00;
}
.htb-btn-warning.focus, .htb-btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.htb-btn-warning.disabled, .htb-btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
}
.htb-btn-warning:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-warning:not([disabled]):not(.htb-disabled):active, .htb-show>.htb-btn-warning.htb-dropdown-toggle {
    color: #111;
    background-color: #d39e00;
    border-color: #c69500;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.htb-btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.htb-btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.htb-btn-danger.focus, .htb-btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.htb-btn-danger.disabled, .htb-btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
}
.htb-btn-danger:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-danger:not([disabled]):not(.htb-disabled):active, .htb-show>.htb-btn-danger.htb-dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.htb-fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.htb-modal.htb-fade {
    display: none;
}
.htb-modal.htb-fade.htb-show {
    display: block;
}
.htb-fade.htb-show {
    opacity: 1;
}
.htb-collapse {
    display: none;
}
.htb-collapse.htb-show {
    display: block;
}
.htb-collapsing{
    position:relative;
    height:0;
    overflow:hidden;
    transition:height .35s ease;
}
tr.htb-collapse.htb-show {
    display: table-row;
}
tbody.htb-collapse.htb-show {
    display: table-row-group;
}

[data-toggle=buttons]>.htb-btn input[type=checkbox], [data-toggle=buttons]>.htb-btn input[type=radio], [data-toggle=buttons]>.htb-btn-group>.htb-btn input[type=checkbox], [data-toggle=buttons]>.htb-btn-group>.htb-btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.htb-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.htb-nav-link {
    display: block;
    padding: .5rem 1rem;
}
.htb-nav-link:focus, .htb-nav-link:hover {
    text-decoration: none;
}
.htb-nav-link.htb-disabled {
    color: #868e96;
}
.htb-nav-tabs {
    border-bottom: 1px solid #ddd;
}
.htb-nav-tabs .htb-nav-item {
    margin-bottom: -1px;
}
.htb-nav-tabs .htb-nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.htb-nav-tabs .htb-nav-link:focus, .htb-nav-tabs .htb-nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd;
}
.htb-nav-tabs .htb-nav-link.htb-disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent;
}
.htb-nav-tabs .htb-nav-item.show .htb-nav-link, .htb-nav-tabs .htb-nav-link.htb-active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}
.htb-nav-pills .htb-nav-link {
    border-radius: .25rem;
}
.htb-nav-pills .htb-nav-link.htb-active, .htb-nav-pills .show>.htb-nav-link {
    color: #fff;
    background-color: #007bff;
}
.htb-nav-fill .htb-nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.htb-nav-justified .htb-nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.htb-tab-content>.htb-tab-pane {
    display: none;
}
.htb-tab-content>.htb-active {
    display: block;
}

@media (min-width:576px) {
    
    .htb-pagination {
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        list-style: none;
        border-radius: .25rem;
    }

    .htb-alert {
        position: relative;
        padding: .75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: .25rem;
    }

    @-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;
        }
    }
    .htb-progress {
        display: -ms-flexbox;
        display: flex;
        height: 1rem;
        overflow: hidden;
        font-size: .75rem;
        background-color: #e9ecef;
        border-radius: .25rem;
    }
    .htb-progress-bar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        background-color: #007bff;
    }
    .htb-progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem;
    }
    .htb-progress-bar-animated {
        -webkit-animation: progress-bar-stripes 1s linear infinite;
        animation: progress-bar-stripes 1s linear infinite;
    }
    .htb-media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    
}@media (min-width:320px) {
    .htb-progress {
        display: -ms-flexbox;
        display: flex;
        height: 1rem;
        overflow: hidden;
        font-size: .75rem;
        background-color: #e9ecef;
        border-radius: .25rem;
    }
    .htb-progress-bar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        background-color: #007bff;
    }
    .htb-progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem;
    }
    .htb-progress-bar-animated {
        -webkit-animation: progress-bar-stripes 1s linear infinite;
        animation: progress-bar-stripes 1s linear infinite;
    }    
    .htb-close {
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
    }
    .htb-close:focus, .htb-close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75;
    }
    button.htb-close {
        padding: 0;
        background: 0 0;
        border: 0;
        -webkit-appearance: none;
    }
    .htb-modal-open {
        overflow: hidden;
    }
    .htb-modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        outline: 0;
    }
    .htb-modal.htb-fade .htb-modal-dialog {
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }
    .htb-modal.htb-show .htb-modal-dialog {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .htb-modal-open .htb-modal {
        overflow-x: hidden;
        overflow-y: auto;
    }
    .htb-modal-dialog {
        position: relative;
        width: auto;
        margin: 10px;
        pointer-events: none;
    }
    .htb-modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }
    .htb-modal-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        background-color: #000;
    }
    .htb-modal-backdrop.htb-fade {
        opacity: 0;
    }
    .htb-modal-backdrop.htb-show {
        opacity: .5;
    }
    .htb-modal-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px;
        border-bottom: 1px solid #e9ecef;
        border-top-left-radius: .3rem;
        border-top-right-radius: .3rem;
    }
    .htb-modal-header .htb-close {
        padding: 15px;
        margin: -15px -15px -15px auto;
    }
    .htb-modal-title {
        margin-bottom: 0;
        line-height: 1.5;
    }
    .htb-modal-body {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 15px;
    }
    .htb-modal-footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 15px;
        border-top: 1px solid #e9ecef;
    }
    .htb-modal-footer>:not(:first-child) {
        margin-left: .25rem;
    }
    .htb-modal-footer>:not(:last-child) {
        margin-right: .25rem;
    }
    .htb-modal-scrollbar-measure {
        position: absolute;
        top: -9999px;
        width: 50px;
        height: 50px;
        overflow: scroll;
    }
    .htb-modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }
    .htb-modal-sm {
        max-width: 300px;
    }
    
}@media (min-width:992px) {
    .htb-modal-lg {
        max-width: 800px;
    }
}.htb-tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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;
}
.htb-tooltip.htb-show {
    opacity: .9;
}
.htb-tooltip .htb-arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
}
.htb-tooltip .htb-arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=top], .htb-tooltip.bs-tooltip-top {
    padding: 5px 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=top] .htb-arrow, .htb-tooltip.bs-tooltip-top .htb-arrow {
    bottom: 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=top] .htb-arrow::before, .htb-tooltip.bs-tooltip-top .htb-arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=right], .htb-tooltip.bs-tooltip-right {
    padding: 0 5px;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=right] .htb-arrow, .htb-tooltip.bs-tooltip-right .htb-arrow {
    left: 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=right] .htb-arrow::before, .htb-tooltip.bs-tooltip-right .htb-arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=bottom], .htb-tooltip.bs-tooltip-bottom {
    padding: 5px 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=bottom] .htb-arrow, .htb-tooltip.bs-tooltip-bottom .htb-arrow {
    top: 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=bottom] .htb-arrow::before, .htb-tooltip.bs-tooltip-bottom .htb-arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=left], .htb-tooltip.bs-tooltip-left {
    padding: 0 5px;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=left] .htb-arrow, .htb-tooltip.bs-tooltip-left .htb-arrow {
    right: 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=left] .htb-arrow::before, .htb-tooltip.bs-tooltip-left .htb-arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.htb-tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}
.htb-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
}
.htb-popover .htb-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}
.htb-popover .htb-arrow::after, .htb-popover .htb-arrow::before {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
}
.htb-popover .htb-arrow::before {
    content: "";
    border-width: .8rem;
}
.htb-popover .htb-arrow::after {
    content: "";
    border-width: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=top], .htb-popover.htb-bs-popover-top {
    margin-bottom: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow, .htb-popover.htb-bs-popover-top .htb-arrow {
    bottom: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow::after, .htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow::before, .htb-popover.htb-bs-popover-top .htb-arrow::after, .htb-popover.htb-bs-popover-top .htb-arrow::before {
    border-bottom-width: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow::before, .htb-popover.htb-bs-popover-top .htb-arrow::before {
    bottom: -.8rem;
    margin-left: -.8rem;
    border-top-color: rgba(0, 0, 0, .25);
}
.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow::after, .htb-popover.htb-bs-popover-top .htb-arrow::after {
    bottom: calc((.8rem - 1px) * -1);
    margin-left: -.8rem;
    border-top-color: #fff;
}
.htb-popover.htb-bs-popover-auto[x-placement^=right], .htb-popover.htb-bs-popover-right {
    margin-left: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow, .htb-popover.htb-bs-popover-right .htb-arrow {
    left: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow::after, .htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow::before, .htb-popover.htb-bs-popover-right .htb-arrow::after, .htb-popover.htb-bs-popover-right .htb-arrow::before {
    margin-top: -.8rem;
    border-left-width: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow::before, .htb-popover.htb-bs-popover-right .htb-arrow::before {
    left: -.8rem;
    border-right-color: rgba(0, 0, 0, .25);
}
.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow::after, .htb-popover.htb-bs-popover-right .htb-arrow::after {
    left: calc((.8rem - 1px) * -1);
    border-right-color: #fff;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom], .htb-popover.htb-bs-popover-bottom {
    margin-top: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow, .htb-popover.htb-bs-popover-bottom .htb-arrow {
    top: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow::after, .htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow::before, .htb-popover.htb-bs-popover-bottom .htb-arrow::after, .htb-popover.htb-bs-popover-bottom .htb-arrow::before {
    margin-left: -.8rem;
    border-top-width: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow::before, .htb-popover.htb-bs-popover-bottom .htb-arrow::before {
    top: -.8rem;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow::after, .htb-popover.htb-bs-popover-bottom .htb-arrow::after {
    top: calc((.8rem - 1px) * -1);
    border-bottom-color: #fff;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-popover-header::before, .htb-popover.htb-bs-popover-bottom .htb-popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.htb-popover.htb-bs-popover-auto[x-placement^=left], .htb-popover.htb-bs-popover-left {
    margin-right: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow, .htb-popover.htb-bs-popover-left .htb-arrow {
    right: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow::after, .htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow::before, .htb-popover.htb-bs-popover-left .htb-arrow::after, .htb-popover.htb-bs-popover-left .htb-arrow::before {
    margin-top: -.8rem;
    border-right-width: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow::before, .htb-popover.htb-bs-popover-left .htb-arrow::before {
    right: -.8rem;
    border-left-color: rgba(0, 0, 0, .25);
}
.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow::after, .htb-popover.htb-bs-popover-left .htb-arrow::after {
    right: calc((.8rem - 1px) * -1);
    border-left-color: #fff;
}
.htb-popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.htb-popover-header:empty {
    display: none;
}
.htb-popover-body {
    padding: .5rem .75rem;
    color: #212529;
}

.htb-float-left {
    float: left!important;
}
.htb-float-right {
    float: right!important;
}
.htb-float-none {
    float: none!important;
}
.htb-visible {
    visibility: visible!important;
}
.htb-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.htb-fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .htb-sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.htb-justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}

.htb-justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.htb-justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.htb-justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.htb-justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}

.htb-align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}

.htb-align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}

.htb-align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.htb-align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}

.htb-align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}

.htb-align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}

.htb-align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}

.htb-align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}

.htb-align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}

.htb-align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}

.htb-align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}

.htb-align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}

.htb-align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}

.htb-align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}

.htb-align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

.htb-align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}

.htb-align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
.htb-btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.htb-btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.htb-btn-outline-primary.focus,
.htb-btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.htb-btn-outline-primary.disabled,
.htb-btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.htb-btn-outline-primary:not([disabled]):not(.disabled).active,
.htb-btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.htb-btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
}

.htb-btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.htb-btn-outline-secondary.focus,
.htb-btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}

.htb-btn-outline-secondary.disabled,
.htb-btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
}

.htb-btn-outline-secondary:not([disabled]):not(.disabled).active,
.htb-btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}

.htb-btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.htb-btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.htb-btn-outline-success.focus,
.htb-btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.htb-btn-outline-success.disabled,
.htb-btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.htb-btn-outline-success:not([disabled]):not(.disabled).active,
.htb-btn-outline-success:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.htb-btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.htb-btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.htb-btn-outline-info.focus,
.htb-btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.htb-btn-outline-info.disabled,
.htb-btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.htb-btn-outline-info:not([disabled]):not(.disabled).active,
.htb-btn-outline-info:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.htb-btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.htb-btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.htb-btn-outline-warning.focus,
.htb-btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.htb-btn-outline-warning.disabled,
.htb-btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.htb-btn-outline-warning:not([disabled]):not(.disabled).active,
.htb-btn-outline-warning:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.htb-btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.htb-btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.htb-btn-outline-danger.focus,
.htb-btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.htb-btn-outline-danger.disabled,
.htb-btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.htb-btn-outline-danger:not([disabled]):not(.disabled).active,
.htb-btn-outline-danger:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.htb-btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.htb-btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.htb-btn-outline-light.focus,
.htb-btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.htb-btn-outline-light.disabled,
.htb-btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.htb-btn-outline-light:not([disabled]):not(.disabled).active,
.htb-btn-outline-light:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.htb-btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.htb-btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.htb-btn-outline-dark.focus,
.htb-btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.htb-btn-outline-dark.disabled,
.htb-btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.htb-btn-outline-dark:not([disabled]):not(.disabled).htb-active,
.htb-btn-outline-dark:not([disabled]):not(.disabled):active,
.htb-show>.htb-btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.htb-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.htb-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.htb-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url(//digitalfresh.co.uk/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(//digitalfresh.co.uk/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//digitalfresh.co.uk/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//digitalfresh.co.uk/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//digitalfresh.co.uk/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//digitalfresh.co.uk/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

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

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

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

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 2s;
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  animation-duration: 2s;
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  animation-duration: 2s;
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  animation-duration: 2s;
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  animation-duration: 2s;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-duration: 2s;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  animation-duration: 2s;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
  animation-duration: 2s;
}

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  animation-duration: 2s;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
  animation-duration: 2s;
}

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  animation-duration: 2s;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
  animation-duration: 2s;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  animation-duration: 2s;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes lightSpeedIn {
  from {
    -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);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -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);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -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-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -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;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

@-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;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-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;
  }
}

.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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-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);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@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-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-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);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@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-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}/*-----------------------
// Button Effect With keyframe
-----------------------*/
@-webkit-keyframes np-btn--1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes np-btn--1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes np-btn--2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes np-btn--2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* Effect Horizontal */
@-webkit-keyframes np-hvr-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes np-hvr-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Effect To Bottom Right */
@-webkit-keyframes hvr-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}


/*----------------------------
    Team keyframes
----------------------------*/

/*----------------------------
keyframes bounceY
----------------------------*/

@keyframes bounceY {
    0% {
        transform: translateY(-205px);
    }
    40% {
        transform: translateY(-100px);
    }
    65% {
        transform: translateY(-52px);
    }
    82% {
        transform: translateY(-25px);
    }
    92% {
        transform: translateY(-12px);
    }
    55%,
    75%,
    87%,
    97%,
    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes bounceY {
    0% {
        -moz-transform: translateY(-205px);
    }
    40% {
        -moz-transform: translateY(-100px);
    }
    65% {
        -moz-transform: translateY(-52px);
    }
    82% {
        -moz-transform: translateY(-25px);
    }
    92% {
        -moz-transform: translateY(-12px);
    }
    55%,
    75%,
    87%,
    97%,
    100% {
        -moz-transform: translateY(0px);
    }
}

@-webkit-keyframes bounceY {
    0% {
        -webkit-transform: translateY(-205px);
    }
    40% {
        -webkit-transform: translateY(-100px);
    }
    65% {
        -webkit-transform: translateY(-52px);
    }
    82% {
        -webkit-transform: translateY(-25px);
    }
    92% {
        -webkit-transform: translateY(-12px);
    }
    55%,
    75%,
    87%,
    97%,
    100% {
        -webkit-transform: translateY(0px);
    }
}[class*="elementor-widget-htmega-"] h1 a,
[class*="elementor-widget-htmega-"] h2 a,
[class*="elementor-widget-htmega-"] h3 a,
[class*="elementor-widget-htmega-"] h4 a,
[class*="elementor-widget-htmega-"] h5 a,
[class*="elementor-widget-htmega-"] h6 a{
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}
.htmega-d-none{
    display:none;
}
body:has( .htmega_mega_menu ){
    overflow-x:hidden;
}
/* Section Title style */
.htmega-section-title{
    position: relative;
    z-index: 1;
} 
.htmega-section-title svg{
    width: 20px;
}
.htmega-section-title .section-title-txt {
    color: #23252a;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    display: inline-block;
}
.htmega-section-title .section-subtitle-txt{
    color: #494849;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin: 5px 0;
    font-weight: 400;
}
.htmega-section-title span.htmega-title-sperator {
    background-color: #383838;
    display: inline-block;
    height: 3px;
    margin-bottom: 13px;
    margin-top: 30px;
    position: relative;
    width: 50px;
}
.htmega-section-title.title-style-three span.htmega-title-sperator::before {
    background-color: #383838;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: -13px;
    margin-bottom: 13px;
    margin-top: 25px;
    position: absolute;
    width: 50px;
}
.htmega-title-align-left .htmega-section-title.title-style-three span.htmega-title-sperator::before,.htmega-title-align-justify .htmega-section-title.title-style-three span.htmega-title-sperator::before{
    left: 13px;
}
  
.htmega-section-title.htmega-subtitle-position-top {
    display: flex;
    flex-direction: column;
}
.htmega-section-title.htmega-subtitle-position-top .section-title-txt {
    order: 2;
}
.htmega-section-title.htmega-subtitle-position-top .section-subtitle-txt {
    order: 1;
}
.htmega-section-title.htmega-subtitle-position-top img {
    order: 3;
}
.htmega-section-title.htmega-subtitle-position-top i{
    order: 3;
}
  /* .htmega-section-title img {
    margin: auto;
  } */
.htmega-section-title.htmega-subtitle-position-top .htmega-title-sperator-sec {
    order: 4;
}
.htmega-section-title.htmega-subtitle-position-top.title-style-four .htmega-title-sperator-sec {
    order: 2;
}
.htmega-section-title.htmega-subtitle-position-top.title-style-four .section-title-txt{
    order: 3;
}
.htmega-section-title.htmega-subtitle-position-top.title-style-four span.htmega-title-sperator{
    margin-top: 8px;
}
  
.title-style-two .htmega-title-sperator-sec,.title-style-five .htmega-title-sperator-sec {
    display: none;
}
.title-style-two .section-title-txt{
    padding: 0 10.5%;
    position: relative;
}
.title-style-two .section-title-txt::before,.title-style-two .section-title-txt::after {
    background: #412e51 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100px;
}
.title-style-two .section-title-txt::after {
    right: 0;
    top: 50%;
    left: auto;
}
.title-style-two .section-title-txt{
    margin-right: auto !important;
    margin-left: auto !important;
}
  
.section-advancetitle-txt{
    color: #f1f1f1;
    font-size: 80px;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
}
.htmega-title-sperator-sec {
    line-height: 1;
}

.htmega-section-title-order-parent{
    display: flex;
    flex-direction: column;
}
.htmega-section-title-order-parent .section-subtitle-txt {
    order: 1;
}
.htmega-section-title-order-parent .section-title-txt {
    order: 2;
}
.htmaga-section-title-image-position-bottom{
    order: 3;
}
.htmaga-section-title-image-position-top{
    order: 0;
}

.htmaga-section-title-image-position-center{
    order: 1;
}

.htmega-section-title.htmega-subtitle-position-bottom .section-subtitle-txt {
    order: 3;
}

.image-center .section-title-txt{
    order: 1;
}

.htmega_sub_title_border_both{
    position: relative;
}
.htmega_sub_title_border_both::before ,
.htmega_sub_title_border_both::after{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 25px;
    background: #000;
} 
.htmega_sub_title_border_both::before {
    left: 100%;
    margin-left: 20px;
}

.htmega_sub_title_border_both::after {
    right: 100%;
    margin-right: 20px;
}

  /* 
  * Button Style 
  */
  .htmega-button .htb-btn:focus,.htmega-button .htb-btn:active {
    box-shadow: none !important;
  }
  .htmega-button .htb-btn-outline-light {
    border-color: #c8c8c8;
    color: #c8c8c8;
  }
  .htmega-button {
    display: inline-block;
  }
  .htmega-button .htmega-btn-effect-5,.htmega-button .htmega-btn-effect-6,.htmega-button .htmega-btn-effect-10{
    overflow: hidden;
  }
  .htmega_button_icon {
    display: inline-block;
  }
  .htmega_button_icon svg {
    width: 20px;
  }
  .htmega-button span svg path {
	transition: all 0.4s ease-in-out 0s;
}
  .htmega-button .htb-btn {
    border-radius: 0;
    position: relative;
    border: none;
    z-index: 1;
    transition: all 0.4s ease-in-out 0s;
  }
  .button-align-icon-left span.htmega_button_icon {
    float: left;
  }
  .button-align-icon-left span.htmega_button_txt {
    float: right;
  }
  .button-align-icon-right span.htmega_button_icon {
    float: right;
  }
  .button-align-icon-right span.htmega_button_txt {
    float: left;
  }
  .button-align-icon-top span.htmega_button_icon,.button-align-icon-bottom span.htmega_button_icon {
    display: block;
  }
  .button-align-icon-top span.htmega_button_txt,.button-align-icon-bottom span.htmega_button_txt {
    display: block;
  }
  .button-align-icon-top a.htb-btn {
    display: flex;
    flex-flow: column-reverse nowrap;
  }
  
  /* Button Size */
  .htmega-btn-size-xl {
    padding: 35px 50px !important;
  }
  .htmega-btn-size-lg {
    padding: 25px 50px !important;
  }
  .htmega-btn-size-md {
    padding: 16px 43px !important;
  }
  .htmega-btn-size-sm {
    padding: 8px 40px !important;
  }
  .htmega-btn-size-xs {
    padding: 3px 10px !important;
  }
  
  /* Button Style */


  .htmega-btn-style-2 .htb-btn::after{
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: transform, background-color;
    transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
    width: 100%;
    z-index: -1;
    background-color: #ff6b6b;
    border-radius: 30px;
    transform: scale3d(0.7, 0.7, 1);
  }
  
  /* Button Effect */
  .htmega-btn-effect-1{
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      z-index: 1;
  }
  .htmega-btn-effect-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #623687;
    z-index: -1;
    background-color: #ff6b6b;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    z-index: -1;
  }
  .htmega-btn-effect-1:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
  }
  
  .htmega-btn-effect-2 {
    z-index: 1;
    overflow: hidden;
  }
  .htmega-btn-effect-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #623687;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    z-index: -1;
  }
  .htmega-btn-effect-2:hover::before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  .htmega-btn-effect-3 {
    z-index: 1;
    color: #fff;
  }
  .htmega-btn-effect-3::before, .htmega-btn-effect-3::after {
    content: '';
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
    z-index: -1;
  }
  .htmega-btn-effect-3::before {
    border: 2px solid #623687;
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1);
  }
  .htmega-btn-effect-3::after {
    background: #18012c;
  }
  .htmega-btn-effect-3:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .htmega-btn-effect-3:hover::after {
    background-color: #623687;
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1);
  }
  
  .htmega-btn-effect-4::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    background: inherit;
    z-index: -1;
    opacity: 0.4;
    -webkit-transform: scale3d(0.8, 0.5, 1);
    transform: scale3d(0.8, 0.5, 1);
  }
  .htmega-btn-effect-4:hover::before {
    -webkit-animation: np-btn--2 0.3s 0.3s forwards;
    animation: np-btn--2 0.3s 0.3s forwards;
  }
  .htmega-btn-effect-4:hover {
    -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    color: #ECEFF1;
    background-color: #623687;
    -webkit-animation: np-btn--1 0.3s forwards;
    animation: np-btn--1 0.3s forwards;
  }
  
  .htmega-btn-effect-5::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #623687;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  .htmega-btn-effect-5:hover::before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
  }
  
  .htmega-btn-effect-6::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #623687;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    right: 100%;
  }
  .htmega-btn-effect-6:hover::before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
  }
  
  .htmega-btn-effect-7::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #e09d8b;
    -webkit-transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: #fff;
  }
  .htmega-btn-effect-7:hover::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  
  .htmega-btn-effect-8::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #45b29d;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .htmega-btn-effect-8:hover::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  
  .htmega-btn-effect-9::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -1px;
    bottom: 0;
    background: #18012c;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .htmega-btn-effect-9:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  
  .htmega-btn-effect-10::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #18012c;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .htmega-btn-effect-10:hover::before {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  
  .htmega-btn-effect-11::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #18012c;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .htmega-btn-effect-11:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .htmega-btn-effect-12::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: -1px;
    bottom: 0;
    background: #d82f4e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .htmega-btn-effect-12:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  
  .htmega-btn-effect-13::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #18012c;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .htmega-btn-effect-13:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  
  .htmega-btn-effect-14::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #18012c;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .htmega-btn-effect-14:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  
  /*Button Shadow*/
  .htmega-btn-shadow-1 .htb-btn::before{
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 5%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    width: 90%;
    z-index: -1;
  }
  .htmega-btn-shadow-1 .htb-btn:hover::before {
    opacity: 1;
    transform: translateY(5px);
  }
  
  .htmega-btn-shadow-2 .htb-btn::before, .htmega-btn-shadow-2 .htb-btn::after {
    background-repeat: no-repeat;
    box-sizing: border-box;
    content: "";
    height: 5px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition-duration: 0.3s;
    transition-property: opacity;
    width: 100%;
  }
  .htmega-btn-shadow-2 .htb-btn::before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at 50% 150% , rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
    bottom: 100%;
  }
  .htmega-btn-shadow-2 .htb-btn::after {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
    top: 100%;
  }
  .htmega-btn-shadow-2 .htb-btn:hover::before, .htmega-btn-shadow-2 .htb-btn:hover::after {
    opacity: 1;
  }
  
  /* 
  * Accourdion style 
  */
  .single_accourdion {
    margin-bottom: 15px;
    position: relative;
  }
  .single_accourdion:last-child{
    margin-bottom: 0 !important;
  }
  .accordion-content {
    border: 1px solid #ddd;
    padding: 15px;
  }
  .htmega-items-hedding {
    background: #e6e6e6 none repeat scroll 0 0;
    cursor: pointer;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 0;
  }
  .htmega-accourdion-title h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .htmega-accourdion-title .htmega-items-hedding .accourdion-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    /* line-height: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .htmega-accourdion-title .htmega-items-hedding .accourdion-icon svg {
    width: 14px;
  }
  .htmega-accourdion-title .htmega-items-hedding .close-accourdion {
    opacity: 1;
    visibility: visible;
  }
  .htmega-accourdion-title .htmega-items-hedding .open-accourdion {
    opacity: 0;
    visibility: hidden;
  }
  .htmega-accourdion-title .htmega-items-hedding.htb-collapsed .open-accourdion {
    opacity: 1;
    visibility: visible;
  }
  .htmega-accourdion-title .htmega-items-hedding.htb-collapsed .close-accourdion {
    opacity: 0;
    visibility: hidden;
  }
  .htmega-icon-align-left .htmega-items-hedding {
    padding-left: 40px;
  }
  .htmega-icon-align-left .accourdion-icon {
    left: 0;
    right: 0;
  }
  .htmega-icon-align-right .htmega-items-hedding {
    padding-right: 40px;
  }
  
  /* Accordion Image Hover Style */
  .gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
  }
  
  .gallery-wrap .item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.8s ease;
  }
  
  .gallery-wrap .item:hover {
    flex: 7;
  }
  
  /* Accordion Image Style Two*/
  ul.accordion--4 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    text-align: center !important;
    justify-content: center;
  }
  
  ul.accordion--4 li {
    width: 115px;
    height: 480px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -moz-box-shadow: 1px 3px 15px #555;
    -webkit-box-shadow: 1px 3px 15px #555;
    box-shadow: 1px 3px 15px #555;
  }
  
  ul.accordion--4 li.bleft {
    border-left: 2px solid #fff;
  }
  
  ul.accordion--4 li .heading {
    background-color: #fff;
    padding: 10px;
    margin-top: 60px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #18012c;
  }
  
  ul.accordion--4 li .description {
    position: absolute;
    height: 175px;
    bottom: 60px;
    left: 0px;
    display: none;
    width: 100%;
  }
  
  ul.accordion--4 li .description h2 {
    color: #18012c;
    font-size: 30px;
  }
  
  ul.accordion--4 li .description p {
    margin: 10px 22px;
    font-size: 14px;
    line-height: 28px;
    color: #18012c;
  }
  
  ul.accordion--4 li .description a {
    position: absolute;
    bottom: 5px;
    left: 20px;
    text-transform: uppercase;
    font-style: normal;
    font-size: 11px;
    text-decoration: none;
    color: #888;
  }
  
  ul.accordion--4 li .description a:hover {
    color: #333;
    text-decoration: underline;
  }
  
  ul.accordion--4 li .bgDescription {
    background: transparent;
    height: 340px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: none;
  }
  .accordion--4 .accordion-content,.accordion--5 .accordion-content{
    border:0;
  }
  
  
  /* Accordion Image Style Three */
  .accor_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
  }
  
  .accordion--5 {
    position: relative;
    margin: 0 auto 0 auto;
  }
  
  .accordion--5 .single_accordion {
    cursor: pointer;
    position: absolute;
    width: 100%;
    left: 0px;
    overflow: hidden;
    text-align: center;
    z-index: 2;
  }
  
  .accordion--5 .single_accordion::before {
    position: absolute;
    content: "";
    background: #000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
  }
  
  .accordion--5 .single_accordion .va-title {
    text-transform: uppercase;
    font-size: 40px;
    margin-left: 5px;
    color: #ffffff;
    display: inline-block;
    margin-top: 15px;
    margin-right: 5px;
  }
  
  .accordion--5 .single_accordion .va-title div {
    font-size: 22px;
    font-style: italic;
    font-family: Georgia, serif;
  }
  
  .accordion--5 .single_accordion .va-content {
    display: none;
    margin-left: 0;
    padding: 0 23%;
    margin-top: -36px;
  }
  
  .accordion--5 .single_accordion .va-content div{
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
  }
  
  .accor_wrapper .single_accordion{
    background: #000;
    background-size: cover;
  }

  /* Title Icon Css */
  span.htmega-accordion-title-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  span.htmega-accordion-title-icon svg{
    width: 30px;
  }
  .htmega-title-icon-align-right .htmega-accordion-title-icon{
    left: auto;
    right: 0;
  }
  .htmega-accordion-seperator-yes.single_accourdion::after {
    content: "";
    position: absolute;
    width: 2px;
    height: auto;
    background: #000;
    left: 84px;
    top: 15px;
    bottom: 15px;
}
.htmega-accordion-short-des{
    display: block;
    font-size: 14px;
}
.htmega-items-hedding{
    margin: 0;
}
.elementor-widget-htmega-accordion-addons .accordion{
    display:block!important;
}

/* Accorion icon for Short desrioption style */
.htb-short-active-yes .htmega-accourdion-title .htmega-items-hedding .open-accourdion {
    opacity: 1;
    visibility: visible;
}
.htb-short-active-yes .htmega-accourdion-title .htmega-items-hedding .close-accourdion {
    opacity: 0;
    visibility: hidden;
}
.htb-short-active-yes .htmega-accourdion-title .htmega-items-hedding.htb-short-active  .close-accourdion {
    opacity:1;
    visibility: visible;
}
.htb-short-active-yes .htmega-accourdion-title .htmega-items-hedding.htb-short-active .open-accourdion {
    opacity: 0;
    visibility: hidden;
}


  /* 
  *Progress Bar Style 
  */
  .htmega-single-skill {
    overflow: hidden;
    padding-bottom: 23px;
  }
  .htmega-single-skill .htb-progress-bar {
    border-radius: 3px;
    position: relative;
  }
  .htmega-single-skill .htb-progress {
    overflow: visible;
    height: 6px;
    border-radius: 3px;
  }
  .htmega-single-skill .htb-progress span.percent-label {
    position: absolute;
    right: 0;
    top: -39px;
  }
  .htmega-progress-text-inner p.htmega_progress_title {
    left: 20px;
    top: 50%;
    transform: translateY(-100%);
    z-index: 9;
    margin: 0;
    color: #fff;
  }
  .htmega-progress-text-inner {
    position: relative;
  }
  .htmega-progress-text-inner p.htmega_progress_title {
    position: absolute;
  }
  .htmega-progress-value-inner .htb-progress span.percent-label {
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
  .htmega-single-skill p {
    color: #666666;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 17px;
    display: inline-block;
  }
  
  .htmega-progressbar-value-bottom .htb-progress span.percent-label::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #18012c;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: 100%;
    width: 0;
  }
  
  .htmega-progress-indicator .htb-progress .htb-progress-bar::after {
    background: #fff none repeat scroll 0 0;
    border: 4px solid #18012c;
    border-radius: 100%;
    content: "";
    height: 24px;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
  }
  
  /* Vertical Progress Bar */
  .htmega-single-skill.htmega-progress-bar-vertical {
    display: flex;
    flex-direction: column;
    overflow-y: hidden; 
  }
  .htmega-progress-bar-vertical {
    position: relative;
    padding-top: 41px; 
  }
  .htmega-progress-bar-vertical .htb-progress {
    width: 100%;
    padding-top: 40px;
    min-height: 390px;
    display: flex;
    align-items: flex-end;
    background: transparent;
    overflow: hidden; 
  }
  .htmega-progress-bar-vertical .htb-progress .htb-progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease; 
  }
  .htmega-progress-bar-vertical.htmega-single-skill p.htmega_progress_title {
    order: 1;
  }
  .htmega-progress-bar-vertical.htmega-progress-value-inner .htb-progress span.percent-label {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%); 
  }
  .htmega-progress-bar-vertical.htmega-progress-value-inner .htb-progress span.percent-label {
    left: 50%;
    position: absolute;
    top: -36px;
    transform: translateX(-50%);
    right: auto;
  }
  
  /* Circle  Progress Bar*/
  .radial-progress-single {
    text-align: center; 
  }
  .radial-progress-single .radial-progress {
    position: relative; 
  }
  .radial-progress-single .radial-progress span {
    position: absolute;
    text-align: center;
    display: block;
    left: 50%;
    top: -55%;
    transform: translateX(-50%) translateY(0);
    color: #383838;
    font-size: 30px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif; 
  }
  .radial-progress-single.htmega-progress-value-inner .radial-progress span{
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .radial-progress-single h5.radial-progress-title {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    margin-top: 11px;
    font-family: "Montserrat", sans-serif; 
  }
  .radial-progress-single canvas {
    vertical-align: middle;
    position: relative; 
  }
  .radial-progressbg {
    display: inline-block;
    position: relative;
  }
  
  
  /* 
  *CountDown Style
  */
  .htmega-countbox {
    text-align: center; 
  }
  .htmega-countbox .ht-count {
    display: inline-block;
    position: relative;
    margin: 0 22px;
    line-height: 1;
  }
  .htmega-countbox .ht-count::before {
    position: absolute;
    content: ":";
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
    color: #5e5b60;
    font-size: 55px; 
  }
  .htmega-countbox .ht-count:last-child::before {
    display: none; 
  }
  
  span.ht-count {
    padding: 28px 0px;
    border: 2px solid #18012c;
    border-radius: 10px;
    width: 139px;
    text-align: center; 
  }
  
  .htmega-countbox span.time-count {
    color: #242424;
    font-size: 36px;
    font-weight: 500;
    display: block;
    padding-bottom: 27px;
    margin-bottom: 27px;
    position: relative;
    font-family: "Montserrat", sans-serif; 
  }
  .htmega-countbox span.time-count::before {
      background-image: linear-gradient(to right, rgba(82, 65, 97, 0), rgba(82, 65, 97, 0.8) 40%, rgba(82, 65, 97, 0.8) 60%, rgba(82, 65, 97, 0));
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 84% auto;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      bottom: 0;
      width: 100%; 
  }
  
  .htmega-countbox span span.count-inner p {
    color: #242424;
    font-size: 30px;
    font-weight: 400;
    margin: 0; 
  }
  .htmega-timer-separate-no .htmega-countbox span.time-count::before, .htmega-separate-no .htmega-countbox .ht-count::before{
    display: none;
  }
  .htmega-countdown-style-2 .ht-count .count-inner .time-count,.htmega-countdown-style-2 .ht-count .count-inner p{
    display: inline-block;
  }
  .htmega-countdown-style-2 span.ht-count,.htmega-countdown-style-3 span.ht-count{
    width: auto !important;
    height: auto !important;
  }
  
  .htmega-countdown-style-3 .ht-count.second {
    left: 48.5%;
    margin: 0;
    position: absolute;
    top: -60px;
    transform: translateX(-50%);
  }
  .htmega-countdown-style-3 .ht-count.second p,.htmega-countdown-style-3 .htmega-countbox .ht-count.minutes::before
  {
    display: none;
  }
  .htmega-countdown-style-3 .ht-count::before {
    right: -26px;
    top: 21%;
    transform: inherit;
  }
  .htmega-hide-lavel .htmega-countbox .ht-count::before {
    right: -26px;
    top: 36%;
  }
  
  /* Event Button */
  .htmega_event_button a {
    line-height: 1;
    margin-top: 30px;
    padding: 15px 30px;
    text-decoration: none;
  }
  
  .htmega_event_button a i{
    margin-right: 10px;
  }
  
  /*
  * Team Member css
  */
  .htmega-team {
      margin-top: 30px;
  }
  
  .htmega-team .htmega-thumb {
      position: relative;
      overflow: hidden;
      line-height: 0;
  }
  .htmega-team .htmega-thumb *{
      line-height:normal;
  }
  
  .htmega-team {
      position: relative;
  }
  
  .htmega-team .htmega-team-content {
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 7px;
      border: 1px solid #dcd9d9;
      padding: 30px 20px;
  }
  
  .htmega-team .htmega-team-content h4 {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 5px;
  }
  
  .htmega-team .htmega-team-content h4 {
      color: #343434;
      transition: 0.5s;
  }
  
  .htmega-team .htmega-team-content p {
      margin: 0;
      color: #343434;
      font-size: 16px;
      font-weight: 400;
  }
  
  .htmega-team-style-1 .htmega-team-hover-action {
      position: absolute;
      width: 100%;
      text-align: center;
      height: 100%;
      top: -100px;
      opacity: 0;
      -webkit-transition: all 0.3s ease-out 0.5s;
      -moz-transition: all 0.3s ease-out 0.5s;
      -o-transition: all 0.3s ease-out 0.5s;
      -ms-transition: all 0.3s ease-out 0.5s;
      transition: all 0.3s ease-out 0.5s;
  }
  
  .htmega-team .htmega-team-hover-action .htmega-team-hover {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
  }
  
  .htmega-team .htmega-team-hover-action .htmega-team-hover p {
      color: #ffffff;
      font-size: 14px;
      line-height: 28px;
      padding: 0 23px;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -o-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px);
      -webkit-transition: all 0.2s ease-in-out 0.1s;
      -moz-transition: all 0.2s ease-in-out 0.1s;
      -o-transition: all 0.2s ease-in-out 0.1s;
      -ms-transition: all 0.2s ease-in-out 0.1s;
      transition: all 0.2s ease-in-out 0.1s;
      opacity: 0;
  }
  
  .htmega-team .htmega-team-hover-action .htmega-team-hover .htmega-social-network {
      margin-bottom: 7px;
      -webkit-transform: translateY(20px);
      -moz-transform: translateY(20px);
      -o-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: all 0.2s ease-in-out 0.1s;
      -moz-transition: all 0.2s ease-in-out 0.1s;
      -o-transition: all 0.2s ease-in-out 0.1s;
      -ms-transition: all 0.2s ease-in-out 0.1s;
      transition: all 0.2s ease-in-out 0.1s;
      opacity: 0;
  }
  
  .htmega-team-style-1:hover .htmega-team-hover-action {
      opacity: 1;
      top: 0px;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      -ms-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-animation: bounceY 0.9s linear;
      -moz-animation: bounceY 0.9s linear;
      -ms-animation: bounceY 0.9s linear;
      animation: bounceY 0.9s linear;
      background: rgba(24, 1, 44, 0.6);
  }
  
  .htmega-team:hover .htmega-team-hover-action .htmega-team-hover p,
  .htmega-team:hover .htmega-team-hover-action .htmega-team-hover .htmega-social-network {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      -ms-transition-delay: 0.4s;
      transition-delay: 0.4s;
      opacity: 1;
  }
  
  .htmega-team-style-1::before {
      position: absolute;
      content: "";
      width: 0;
      height: 1px;
      background: #18012c;
      bottom: 0;
      left: 0;
      transition: 0.5s;
  }
  
  .htmega-team-style-1:hover::before {
      width: 100%;
  }
  
  .htmega-team .htmega-thumb img {
    transition: all 0.4s ease 0s;
    width: 100%;
  }
  
  /*----------------------------
      Team Style 02
  ----------------------------*/
  
  .htmega-team-style-2 .htmega-thumb img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      transition: 0.5s;
  }
  
  .htmega-team-style-2:hover .htmega-thumb img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
  }
  
  .htmega-team-style-2 .htmega-team-hover-action {
      position: absolute;
      bottom: 30px;
      width: 100%;
      padding: 0 30px;
  }
  
  .htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action {
      text-align: center;
      padding: 25px 0;
      background-color: rgba(115, 146, 184, 0.7);
      width: 100%;
      opacity: 0;
      -webkit-transform: translate(265px, 145px) rotate(45deg);
      -moz-transform: translate(265px, 145px) rotate(45deg);
      -o-transform: translate(265px, 145px) rotate(45deg);
      -ms-transform: translate(265px, 145px) rotate(45deg);
      transform: translate(265px, 145px) rotate(45deg);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
  }
  
  .htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action h4 {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 9px;
      color: #ffffff;
  }
  
  .htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action{
      background-color: #18012c;
  }
  .htmega-team-style-2 .htmega-team-hover-action{
    background-color: transparent !important;
  }
  
  .htmega-team-style-2:hover .htmega-team-hover-action .htmega-hover-action {
      opacity: 1;
      -webkit-transform: translate(0px, -10px) rotate(45deg);
      -moz-transform: translate(0px, -10px) rotate(45deg);
      -o-transform: translate(0px, -10px) rotate(45deg);
      -ms-transform: translate(0px, -10px) rotate(45deg);
      transform: translate(0px, -10px) rotate(0deg);
  }
  /* New two css */
  .htmega-team-style-2 .htmega-team-designation{
      display: block;
      color: #ffffff;
  }
  .htmega-team.htmega-team-style-2{
      overflow: hidden;
  }
  .htmega-team-hover-action.htmega-action-hover-st2 .htmega-hover-action {
      display: flex;
      justify-content: space-between;
      text-align: left;
      padding: 10px 15px;
      align-items: center;
  }
  .htmega-team-hover-action.htmega-action-hover-st2 {
      bottom: -30px;
  }
  .htmega-st2-new.htmega-team{
      padding-bottom: 20px;
  }
  .htmega-team.htmega-team-style-2 .htmega-thumb{
      overflow: visible;
  }
  
  .htmega-team-hover-action.htmega-action-hover-st2 ul.htmega-social-network{
      padding: 0;
  }
  
  .htmega-team-hover-action.htmega-action-hover-st2 .htmega-hover-action {
      background-color: transparent;
      background-image: linear-gradient(220deg, #FF9966 0%, #FF5E62 100%);
      border-radius: 5px 5px 5px 5px;
      padding: 15px;
  }
  .htmega-team-style-2.htmega-st2-new .htmega-thumb img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
  }
  /* Team Style 03 */
  
  .htmega-team-style-3 .htmega-thumb {
      padding-bottom: 80px;
      position: relative;
  }
  
  .htmega-team-style-3 .plus_click {
      position: absolute;
      left: 50%;
      top: -14px;
      transform: translateX(-50%);
  }
  
  .htmega-team-style-3 .plus_click::before {
      content: "\f067";
      font-family: Fontawesome;
      display: block;
      width: 25px;
      height: 25px;
      border: 1px solid #fff;
      color: #fff;
      background: #555555;
      border-radius: 100%;
      text-align: center;
      font-size: 12px;
      z-index: 2;
      cursor: pointer;
      transition: 0.5s;
      line-height: 27px;
  }
  
  .htmega-team-style-3 .plus_click.team-minus::before {
      content: "\f068";
      background: #18012c;
  }
  
  .htmega-team-style-3 .htmega-team-click-action {
      background: #343434;
      text-align: center;
      border-radius: 50px 50px 0 0;
      padding-top: 28px;
      padding-bottom: 20px;
      transition: 0.5s;
      width: 100%;
      position: absolute;
      width: 100%;
      bottom: 0;
      margin-bottom: -58px;
  }
  
  .htmega-team-style-3 .htmega-team-click-action.visible {
      margin-bottom: 0px;
      background: #18012c;
  }
  
  .htmega-team-style-3 .htmega-team-click-action h4 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 2px;
  }
  
  .htmega-team-style-3 .htmega-team-click-action h4{
      color: #ffffff;
  }
  
  .htmega-team-style-3 .htmega-team-click-action span {
      display: block;
      color: #ffffff;
      font-size: 14px;
      margin-bottom: 14px;
  }
  
  .htmega-team-style-3 .htmega-team-click-action .htmega-social-network {
      margin-bottom: 9px;
  }
  
  /* Team Member Social Media CSS */
  .htmega-team ul.htmega-social-network {
      padding: 0px;
      margin: 0;
      list-style: none;
      display: block;
      text-align: center;
  }
  .htmega-social-network {
      margin-bottom: 8px;
  }
  
  .htmega-social-network li {
      margin: 0 10px;
      display: inline-block;
  }
  
  .htmega-social-network li a {
    color: #fff;
    font-size: 14px;
    display: block;
    background: transparent;
    line-height: 1;
  }
  .htmega-social-network li a svg {
      width: 20px;
    }
  
  .htmega-social-network li a:hover {
      color: #3B5998;
      background: transparent;
  }
  
  .htmega-team-style-3 .htmega-social-network li a {
    height: 28px;
    line-height: 26px;
    text-align: center;
    width: 28px;
  }
  
  /* Team Style 04 */
  
  .htmega-team-style-4 {
      text-align: center;
  }
  
  .htmega-team-style-4 .htmega-thumb {
      overflow: visible;
      display: block;
  }
  
  .htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-left img {
      z-index: 11;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      position: relative;
      -webkit-transform-origin: 0% 50%;
      -moz-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
      -o-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
  }
  
  .htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-right img {
      z-index: 11;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      position: relative;
      -webkit-transform-origin: 100% 50%;
      -moz-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
      -o-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  }
  
  .htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-top img {
      z-index: 11;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      position: relative;
      -webkit-transform-origin: 50% 0;
      -moz-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
      -o-transform-origin: 50% 0;
      transform-origin: 50% 0;
  }
  
  .htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-bottom img {
      z-index: 11;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      position: relative;
      -webkit-transform-origin: 0 100%;
      -moz-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      -o-transform-origin: 0 100%;
      transform-origin: 0 100%;
  }
  
  .htmega-team-style-4 .htmega-team-hover-action {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      text-align: center;
  }
  
  .htmega-team-style-4 .htmega-team-hover-action::before {
      position: absolute;
      content: "";
      background: #18012c;
      opacity: 1;
      width: auto;
      height: auto;
      border-radius: 100%;
      left: 0px;
      top: 0px;
      bottom: 0px;
      right: 0px;
  }
  .htmega-team-style-4 .htmega-team-image-hover-none .htmega-team-hover-action::before {
    background: rgba(24, 1, 44, 0.5) none repeat scroll 0 0;
    bottom: 10px;
    content: "";
    height: auto;
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.4s ease-in-out 0s;
    width: auto;
  }
  .htmega-thumb.htmega-team-image-hover-none {
    overflow: hidden;
  }
  .htmega-team-style-4 .htmega-team-image-hover-none .htmega-team-hover-action .htmega-hover-action h4 {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .htmega-team-style-4 .htmega-team-image-hover-none ul.htmega-social-network,.htmega-team-style-4 .htmega-team-image-hover-none span.htmega-team-designation{
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .htmega-team-style-4 .htmega-team-image-hover-none span.htmega-team-designation{
      display: block;
      color: #fff;
  }
  .htmega-team-style-4:hover .htmega-team-image-hover-none .htmega-team-hover-action .htmega-hover-action h4,.htmega-team-style-4:hover .htmega-team-image-hover-none ul.htmega-social-network,.htmega-team-style-4:hover .htmega-team-image-hover-none span.htmega-team-designation  {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  
  .htmega-team-style-4:hover .htmega-team-image-hover-none .htmega-team-hover-action::before {
    opacity: 1;
  }
  
  .htmega-team-style-4.htmega-team:hover .htmega-team-image-hover-none .htmega-team-hover-action {
    background-color: transparent!important;
  }
  
  .htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      text-align: center;
  }
  
  .htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action h4 {
      font-size: 16px;
      margin-bottom: 13px;
      font-weight: 500;
  }
  
  .htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action h4 {
      color: #ffffff;
  }
  
  .htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-left img {
      -webkit-transform: rotate3d(0, 1, 0, -180deg);
      -moz-transform: rotate3d(0, 1, 0, -180deg);
      -ms-transform: rotate3d(0, 1, 0, -180deg);
      -o-transform: rotate3d(0, 1, 0, -180deg);
      transform: rotate3d(0, 1, 0, -180deg);
  }
  
  .htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-right img {
      -webkit-transform: rotate3d(0, 1, 0, 180deg);
      -moz-transform: rotate3d(0, 1, 0, 180deg);
      -ms-transform: rotate3d(0, 1, 0, 180deg);
      -o-transform: rotate3d(0, 1, 0, 180deg);
      transform: rotate3d(0, 1, 0, 180deg);
      z-index: 12;
  }
  
  .htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-top img {
      -webkit-transform: rotate3d(1, 0, 0, 180deg);
      -moz-transform: rotate3d(1, 0, 0, 180deg);
      -ms-transform: rotate3d(1, 0, 0, 180deg);
      -o-transform: rotate3d(1, 0, 0, 180deg);
      transform: rotate3d(1, 0, 0, 180deg);
  }
  
  .htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-bottom img {
      -webkit-transform: rotate3d(1, 0, 0, 180deg);
      -moz-transform: rotate3d(1, 0, 0, 180deg);
      -ms-transform: rotate3d(1, 0, 0, 180deg);
      -o-transform: rotate3d(1, 0, 0, 180deg);
      transform: rotate3d(1, 0, 0, 180deg);
  }
  
  /* Team Style 05 */
  
  .htmega-team-style-5 .htmega-thumb img {
      -webkit-transform: scaleY(1);
      -moz-transform: scaleY(1);
      -o-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition: all 0.7s ease-in-out;
      -o-transition: all 0.7s ease-in-out;
      -ms-transition: all 0.7s ease-in-out;
      transition: all 0.7s ease-in-out;
  }
  
  .htmega-team-style-5 .htmega-team-hover-action {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      background-color: white;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      opacity: 0;
  }
  
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 0 20px;
      width: 100%;
  }
  
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 9px;
  }
  
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 a {
      color: #343434;
  }
  
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span {
      font-size: 16px;
      display: block;
      color: #343434;
      margin-bottom: 12px;
  }
  
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action p {
      line-height: 26px;
      color: #494849;
      font-size: 14px;
      margin-bottom: 16px;
  }
  
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action .htmega-social-network {
      justify-content: flex-start;
  }
  
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action .htmega-social-network li:first-child {
      margin-left: 0;
  }
  
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4,
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span,
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action ul.htmega-social-network,
  .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action p {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      opacity: 0;
  }
  
  .htmega-team-style-5:hover .htmega-team-hover-action {
      opacity: 1;
      background-color: white;
  }
  
  .htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action h4,
  .htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action ul.htmega-social-network,
  .htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action p,
  .htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action span {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
  }
  
  .htmega-team-style-5:hover .htmega-thumb img {
      -webkit-transform: scale(10);
      -moz-transform: scale(10);
      -o-transform: scale(10);
      -ms-transform: scale(10);
      transform: scale(10);
      opacity: 0;
  }
  .htmega-team.htmega-team-style-5 ul.htmega-social-network{
    padding: 0;
  }
  
  /* Team Style 06 */
  .htmega-team-style-6 {
      overflow: hidden;
  }
  
  .htmega-team-style-6 .htmega-thumb img {
      transition: 0.5s;
  }
  
  .htmega-team-style-6:hover .htmega-thumb img {
      transform: scale(1.2) rotate(10deg);
  }
  
  .htmega-team-style-6 .htmega-team-info {
      background: #f4f4f4;
      text-align: center;
      transition: 0.4s;
  }
  
  .htmega-team-style-6 .htmega-team-info .htmega-team-content {
      padding: 26px 18px;
  }
  
  .htmega-team-style-6 .htmega-team-info .htmega-team-content p {
      font-size: 14px;
      line-height: 28px;
      color: #494849;
      margin: 0;
  }
  
  .htmega-team-style-6 .htmega-team-info .htmega-team-content h4 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 5px;
  }
  
  .htmega-team-style-6 .htmega-team-info .htmega-team-content h4 {
      color: #343434;
  }
  
  .htmega-team-style-6 .htmega-team-info .htmega-team-content span {
      color: #343434;
      font-size: 14px;
      font-weight: 400;
  }
  
  .htmega-team-style-6 .htmega-team-info .htmega-social-network {
      padding: 14px 0;
      border-top: 2px solid #ffffff;
  }
  .htmega-team.htmega-team-style-6 .htmega-team-content {
    border:none;
  }
  
  /* Team Style 07 */
  .htmega-team-style-7 {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
  }
  
  .htmega-team-style-7 .htmega-thumb a img {
      transition: 0.5s;
  }
  
  .htmega-team-style-7 .htmega-team-hover-action {
      position: absolute;
      bottom: 30px;
      width: 100%;
      text-align: center;
  }
  
  .htmega-team-style-7 .htmega-team-hover-action{
      background-color: transparent;
  }
  
  .htmega-team-style-7 .htmega-team-hover-action .htmega-hover-action .htmega-social-network {
      -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .htmega-team-style-7 .htmega-team-hover-action .htmega-hover-action .htmega-social-network li a {
      -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -webkit-transform: scale(0.1);
      transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transform: scale(0.1);
      opacity: 0;
      height: 28px;
      width: 28px;
      line-height: 28px;
  }
  
  .htmega-team-style-7:hover .htmega-team-hover-action .htmega-hover-action .htmega-social-network li a {
      opacity: 1;
      transform: scale(1);
      -webkit-transition-delay: .1s;
      transition-delay: .1s;
  }
  
  .htmega-team-style-7 .htmega-team-content {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    padding: 20px 10px;
    text-align: center;
  }
  
  .htmega-team-style-7 .htmega-team-content h4 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 3px;
  }
  
  .htmega-team-style-7 .htmega-team-content h4 {
      color: #343434;
  }
  
  .htmega-team-style-7 .htmega-team-content h4:hover {
      color: #18012c;
  }
  
  .htmega-team-style-7 .htmega-team-content span {
      color: #343434;
      font-size: 14px;
      margin: 0;
      font-weight: 400;
  }
  
  .htmega-team-style-7:hover .htmega-thumb img {
      transform: scale(1.2) rotate(10deg);
  }
  /* Team Style 08 */
  .htmega-team-style-8 .htmega-team-content{
      position: relative;
      transition: all 0.3s ease-in-out;
      border: 1px solid #e5e5e5;
      border-top: 0;
      overflow: hidden;
  }
  .htmega-team-style-8{
      box-shadow: none;
  }
  .htmega-team-style-8 .htmega-team-hover-action {
      position: absolute;
      bottom: -110%;
      width: 100%;
      z-index: 2;
      left: 0;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease-in-out;
      background-color: transparent;
      background-image: linear-gradient(280deg, #FCC5FF 0%, #8D73FF 100%);
  }
  .htmega-team-style-8:hover .htmega-team-hover-action {
      bottom: 0;
  }
  .htmega-team-style-8::before,.htmega-team-style-8::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 10px;
      width: 10px;
      border-left: 1px solid #8e74ff;
      border-bottom: 1px solid #8e74ff;
      z-index: 1;
  }
  .htmega-team-style-8::after {
      left: auto;
      right: 0;
      border-left: 1px solid transparent!important;
      border-right: 1px solid #8e74ff;
  }
  .htmega-team-style-8:hover::after,.htmega-team-style-8:hover::before{
      opacity: 0;
  }
  .htmega-team-style-8 .htmega-team-hover-action:after {
      position: absolute;
      content: "";
      width: 51px;
      height: 3px;
      top: 0;
      left: 50%;
      background: #fff;
      margin-left: -25px;
  }
  
  .htmega-team.htmega-st8-new .htmega-team-content {
      position: absolute;
      bottom: 0;
      left: 0px;
      right: 0px;
      margin: 0 15px;
  }
  
  /* Team Content style 3 */
  .htmega-team-style-8.htmega-st8-new3 .htmega-team-hover-action {
      bottom: 0;
      left: -99%;
  }
  .htmega-team-style-8.htmega-st8-new3:hover .htmega-team-hover-action{
      left: 0;
  }
  .htmega-team-style-8.htmega-st8-new3 .htmega-team-content {
      border-width: 0px 0px 0px 0px;
      margin: 0px 20px 20px 0px;
  }
  span.htmega-team-designation{
    display: block;
  }
  
  /*---------------------------------
      Pricing Table Style
  -----------------------------------*/
  .htmega-features svg {
    width: 20px;
    display: inline-block;
  }
  .htmega-pricing-panel {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      text-align: center;
      margin-top: 30px;
  }
  
  .htmega-pricing-body ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  .htmega-pricing-body ul li{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .htmega-pricing-panel .pricing_old {
    margin-right: 15px;
  }
  .htmega-pricing-panel .htmega-pricing-heading .price h4 span.pricing_new,.htmega-pricing-panel .htmega-pricing-heading .price h4 span.pricing_old{
    padding-left: 16px;
    position: relative;
  }
  
  .htmega-features li i, .htmega-features li svg{
    margin-right: 8px;
  }
  .elementor-widget-htmega-pricing-table-addons span.htmega-price-badge {
    position: absolute;
    top: -1px;
    background: #fff;
    padding: 12px 40px;
    z-index: 9;
    line-height: 1;
    border-radius: 5px 0px 0px 5px;
}
.elementor-widget-htmega-pricing-table-addons span.htmega-price-badge-position-left {
    left: 40px;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.elementor-widget-htmega-pricing-table-addons span.htmega-price-badge-position-right{
    right: 0;
    -webkit-transform: rotate(-90deg) translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    transform: rotate(-90deg) translateY(-100%);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.htmega-pricing-panel .price-label {
    position: relative;
}
  
  /* Pricing Table style 1 */
  .htmega-pricing-style-1 {
      background: #365a73;
      margin-top: 30px;
      border-radius: 10px;
      padding-bottom: 40px;
  }
  
  .htmega-pricing-style-1 .htmega-pricing-heading {
      padding-top: 65px;
      padding-bottom: 75px;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      background-size: cover;
      margin-bottom: 37px;
      border-radius: 10px 10px 0 0;
  }
  
  .htmega-pricing-style-1 .htmega-pricing-heading .title {
      position: absolute;
      left: -7px;
      transform: rotate(-90deg);
      top: 39px;
  }
  
  .htmega-pricing-style-1 .htmega-pricing-heading .title h2 {
      margin: 0;
      height: 50px;
      line-height: 50px;
      color: #ffffff;
      font-size: 16px;
      background: -webkit-linear-gradient(left, #446c83, #4eb8bf);
      background-image: linear-gradient(left, #446c83, #4eb8bf);
      border-radius: 10px;
      font-family: 'Raleway', sans-serif;
      width: 125px;
      text-align: center;
  }
  
  .htmega-pricing-style-1 .htmega-pricing-heading .price {
      display: inline-block;
      padding-left: 35px;
  }
  
  .htmega-pricing-style-1 .htmega-pricing-heading .price h4 {
      color: #ffffff;
      display: inline-block;
      margin: 0;
      position: relative;
      font-size: 40px;
      font-weight: 600;
      font-family: 'Raleway', sans-serif;
  }
  
  .htmega-pricing-style-1 .htmega-pricing-heading .price h4 span.pricing_new{
    font-size: 40px;
  }
  
  .htmega-pricing-style-1 .htmega-pricing-heading .price h4 sub {
      position: absolute;
      left: 0;
      top: 23px;
      font-size: 20px;
      font-weight: 700;
      font-family: 'Raleway', sans-serif;
  }
  .htmega-pricing-style-1 .htmega-pricing-heading .price h4 span.pricing_old sub{
    position: static;
  }
  
  .htmega-pricing-style-1 .htmega-pricing-heading .price h4 span {
      font-size: 20px;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-pricing-style-1 .htmega-pricing-heading .price h4 span.separator {
      margin-right: -5px;
  }
  
  .htmega-pricing-style-1 .htmega-pricing-body {
      margin-bottom: 37px;
  }
  
  .htmega-pricing-style-1 .htmega-pricing-body ul li {
      color: #f1f1f1;
      font-weight: 300;
      font-size: 16px;
      padding: 5px 0;
      justify-content: left;
  }
  .htmega-pricing-style-1 .htmega-pricing-body ul li svg path{
    fill: #f1f1f1;
}
.htmega-pricing-style-1 .htmega-pricing-body ul li svg path
  a.price_btn{
    text-decoration: none;
  }
  .htmega-pricing-style-1 a.price_btn {
      border: 1px solid #4fbfc5;
      display: inline-block;
      padding: 8px 40px;
      border-radius: 10px;
      color: #ffffff;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      transition: 0.5s;
  }
  
  .htmega-pricing-style-1 a.price_btn:hover {
      background: #4ebec4;
      color: #ffffff;
      border: 1px solid #4ebec4;
  }
  
  /* Pricing Table style 2*/
  .htmega-pricing-style-2 {
      background: #ffffff;
      border-radius: 10px;
      padding: 55px 0;
  }
  
  .htmega-pricing-heighlight{
      padding: 70px 0;
      box-shadow: 0 0 30px rgba(82, 182, 188, 0.25);
      position: relative;
      z-index: 2;
  }
  
  .htmega-pricing-style-2 .htmega-pricing-heading {
      margin-bottom: 10px;
  }
  
  .htmega-pricing-style-2 .htmega-pricing-heading .icon {
      margin-bottom: 20px;
  }
  
  .htmega-pricing-style-2 .htmega-pricing-heading .title h2 {
      margin-bottom: 14px;
      margin-bottom: 28px;
  }
  
  .htmega-pricing-style-2 .htmega-pricing-heading .price h4 {
      color: #52b6bc;
      font-weight: 400;
      position: relative;
      font-size: 30px;
      margin: 0;
      font-family: 'Lora', serif;
      display: inline-block;
  }
  
  .htmega-pricing-style-2 .htmega-pricing-heading .price h4 sub {
      position: absolute;
      left: 0;
      top: 16px;
  }
  
  .htmega-pricing-style-2 .htmega-pricing-body {
      margin-bottom: 27px;
  }
  
  .htmega-pricing-style-2 .htmega-pricing-body ul li {
      color: #7b7b7b;
      font-size: 14px;
      font-weight: 300;
      padding: 3px 0;
      justify-content: left;
  }
  
  .htmega-pricing-style-2 .htmega-pricing-footer a.price_btn {
      border: 2px solid #52b6bc;
      display: inline-block;
      padding: 0 32px;
      color: #52b6bc;
      border-radius: 21px;
      font-weight: 500;
      font-size: 15px;
      transition: 0.5s;
  }
  
  .htmega-pricing-style-2 .htmega-pricing-footer a.price_btn:hover {
      background: #52b6bc;
      color: #ffffff;
      border: 2px solid #52b6bc;
  }
  
  
  /* Pricing Table style 3 */
  .htmega-pricing-style-3 {
      background: #ef476f;
      padding-bottom: 60px;
      margin-top: 88px;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .htmega-pricing-style-3 .htmega-pricing-heading .price {
      width: 125px;
      height: 127px;
      background: #ef476f;
      border: 4px solid #fff;
      border-radius: 100%;
      text-align: center;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      margin-top: -63px;
      margin-bottom: 37px;
  }
  
  .htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.pricing_new,.htmega-pricing-style-3 .htmega-pricing-heading .price h4{
      font-size: 40px;
      margin: 0;
      font-weight: 600;
      position: relative;
      font-family: "Poppins", sans-serif;
  }
  .htmega-pricing-panel.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.pricing_new, .htmega-pricing-panel.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.pricing_old{
    padding: 0;
  }
  
  .htmega-pricing-style-3 .htmega-pricing-heading .price h4 sub {
      font-size: 20px;
      position: relative;
      top: -17px;
      left: 0;
  }
  
.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}
  
.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.separator {
    margin-right: -8px;
    margin-left: 0;
    color: #ffffff;
}
  
  .htmega-pricing-style-3 .htmega-pricing-heading .title {
      margin-bottom: 41px;
  }
  
  .htmega-pricing-style-3 .htmega-pricing-heading .title h2 {
      font-size: 26px;
      color: #ffffff;
      font-weight: 600;
      margin: 0;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-pricing-style-3 .htmega-pricing-body ul li {
      color: #ffffff;
      font-size: 17px;
      padding: 5px 0;
      font-family: "Poppins", sans-serif;
  }
  .htmega-pricing-style-3 .htmega-pricing-body ul li svg path{
    fill: #ffffff;
  }
  .htmega-pricing-style-3 .htmega-pricing-footer {
      margin-top: 48px;
  }
  
  .htmega-pricing-style-3 .htmega-pricing-footer a.price_btn {
      height: 40px;
      padding: 0 43px;
      display: inline-block;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
      color: #fff;
      font-weight: 600;
      line-height: 40px;
      font-size: 15px;
      transition: 0.5s;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-pricing-style-3 .htmega-pricing-footer a.price_btn:hover {
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  /* Pricing Table style 4 */
  .htmega-pricing-style-4 {
      background: #ffffff;
      padding: 90px 0;
  }
  .htmega-pricing-style-4.htmega-pricing-heighlight .htmega-pricing-footer {
    height: auto;
  }
  
  .htmega-pricing-ribon{
    position: relative;
  }
  
  .htmega-pricing-ribon::before {
      content: url(//digitalfresh.co.uk/wp-content/plugins/ht-mega-for-elementor/assets/images/pricing/pricing-ribon.png);
      left: 30px;
      position: absolute;
      top: -15px;
  }
  
  .htmega-pricing-style-4 .htmega-pricing-heading .price h4 {
      font-weight: 600;
      color: #4d4d4d;
      font-size: 48px;
      position: relative;
      display: inline-block;
      margin: 0;
  }
  
  .htmega-pricing-style-4 .htmega-pricing-heading .price h4 sub {
      position: absolute;
      left: 0;
      top: 25px;
      font-size: 31px;
  }
  
  .htmega-pricing-style-4 .htmega-pricing-heading .title h2 {
      font-size: 18px;
      font-weight: 500;
      color: #000101;
      padding-bottom: 27px;
      position: relative;
      margin-bottom: 28px;
  }
  
  .htmega-pricing-style-4 .htmega-pricing-heading .title h2::before {
      position: absolute;
      content: "";
      width: 60px;
      height: 2px;
      background: #e1e1e1;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }
  
  .htmega-pricing-style-4 .htmega-pricing-body {
      position: relative;
      padding-bottom: 23px;
      margin-top: 36px;
  }
  
  .htmega-pricing-style-4 .htmega-pricing-body::before {
      position: absolute;
      content: "";
      background: #e1e1e1;
      width: 60px;
      height: 2px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      transition: .3s;
  }

.htmega-pricing-style-4:hover .htmega-pricing-body::before {
    opacity: 0;
}  
  
  .htmega-pricing-style-4 .htmega-pricing-body ul li {
      font-size: 15px;
      color: #000000;
      line-height: 35px;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-pricing-style-4 .htmega-pricing-body ul li svg path{
    fill: #000000;
  }
  .htmega-pricing-style-4 .htmega-pricing-footer {
      margin-top: 32px;
      height: 0px;
      overflow: hidden;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
  }
  
  .htmega-pricing-style-4 .htmega-pricing-footer a.price_btn {
      height: 46px;
      border: 1px solid #ededed;
      display: inline-block;
      line-height: 44px;
      padding: 0 40px;
      color: #000000;
      font-size: 14px;
      border-radius: 30px;
      font-family: "Montserrat", sans-serif;
      transition: 0.5s;
  }
  
  .htmega-pricing-style-4 .htmega-pricing-footer a.price_btn:hover {
      background: #0056ff;
      color: #ffffff;
      border: 1px solid #0056ff;
  }
  
  .htmega-pricing-style-4:hover .htmega-pricing-footer {
      height: 46px;
  }
  
  .htmega-pricing-style-4.active .htmega-pricing-footer {
      height: 46px !important;
  }
  
  /* Pricing Table Style 5 */
  .htmega-pricing-style-5 {
      background: #f6f6f6;
      padding: 40px 0;
      text-align: left;
      padding-bottom: 50px;
      margin-left: 30px;
  }
  
  .htmega-pricing-style-5 .htmega-pricing-heading {
      padding-left: 46px;
      margin-bottom: 8px;
  }
  
  .htmega-pricing-style-5 .htmega-pricing-heading .price h4 {
      color: #0056ff;
      font-weight: 600;
      font-size: 40px;
  }
  
  .htmega-pricing-style-5 .htmega-pricing-heading .title h2 {
      color: #000000;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 3px;
      margin-bottom: 3px;
  }
  
  .htmega-pricing-style-5 .htmega-pricing-body {
      background: #e3ecff;
      margin-right: 30px;
      margin-left: -30px;
      border-radius: 6px;
      padding: 40px 56px 60px;
      position: relative;
  }
  
  .htmega-pricing-style-5 .htmega-pricing-body ul {
      margin-bottom: -37px;
  }
  
  .htmega-pricing-style-5 .htmega-pricing-body ul li {
      color: #181818;
      font-size: 14px;
      padding: 10px 0;
  }
  
  .htmega-pricing-body ul li.off {
      text-decoration: line-through;
  }
  
  .htmega-pricing-style-5 .htmega-pricing-body a.price_btn {
      bottom: -72px;
      background: transparent;
      display: inline-block;
      left: 50%;
      border-radius: 25px;
      font-size: 14px;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 2px;
      transform: translateX(-50%);
      position: relative;
      border: 1px solid transparent;
      padding: 4px;
      transition: 0.5s;
  }
  
  .htmega-pricing-style-5 .htmega-pricing-body a.price_btn span {
      padding: 0 30px;
      background: #0056ff;
      display: inline-block;
      border-radius: 20px;
      height: 40px;
      line-height: 40px;
      transition: 0.5s;
  }
  
  .htmega-pricing-style-5 .htmega-pricing-body a.price_btn:hover {
      border: 1px solid #0056ff;
  }
  
  .htmega-pricing-style-5 .htmega-pricing-body a.price_btn.active {
      border: 1px solid #0056ff;
  }
  
  .htmega-pricing-style-5 .htmega-pricing-body a.price_btn.active:hover {
      border: 1px solid transparent;
  }
  .htmega-pricing-style-5 .htmega-pricing-heading .price h4 span.pricing_new, .htmega-pricing-style-5 .htmega-pricing-heading .price h4 span.pricing_old{
    padding: 0;
  }
  .htmega-pricing-style-5 sub {
    font-size: 40px;
    position: static;
  }  
  .htmega-pricing-style-6 {
      background: #fff;
      box-shadow: 0 0 20px 1px rgba(35, 31, 32, 0.2);
      padding-bottom: 30px;
  }
  
  .htmega-pricing-style-6.htmega-pricing-heighlight .htmega-pricing-heading {
      background: #2d3e50;
      padding: 30px 0;
  }
  
  .htmega-pricing-style-6.htmega-pricing-heighlight .htmega-pricing-body {
      padding: 55px 0;
  }
  
  .htmega-pricing-style-6.htmega-pricing-heighlight .htmega-pricing-body ul li {
      padding: 7px 0;
  }
  
  .htmega-pricing-style-6 .htmega-pricing-heading {
      background: #2d3e50;
      padding: 30px 0;
  }
  
.htmega-pricing-style-6 .htmega-pricing-heading .price h4 span.separator {
    margin-left: 5px;
    margin-right: 0;
}
  
  .htmega-pricing-style-6 .htmega-pricing-heading .price h4 sub {
      font-size: 18px;
      position: relative;
      top: -20px;
      left: 0;
  }
  
  .htmega-pricing-style-6 .htmega-pricing-body {
      padding: 50px 0;
  }
  
  .htmega-pricing-style-6 .htmega-pricing-body ul li {
      color: #2d3e50;
      font-size: 18px;
      font-weight: 500;
      padding: 5px 0;
      font-family: 'Raleway', sans-serif;
  }
  
  .htmega-pricing-style-6 .htmega-pricing-footer a.price_btn {
      background: #2d3e50;
      padding: 12px 40px;
      line-height: 1;
      font-weight: 700;
      border-radius: 15px;
      font-size: 15px;
      color: #ffffff;
      font-family: 'Raleway', sans-serif;
      transition: 0.5s;
  }
  
  .htmega-pricing-style-6 .htmega-pricing-footer a.price_btn:hover {
      transform: translateY(-5px);
  }
  .htmega-pricing-style-6 .htmega-pricing-heading .price h4 span.period-txt,.htmega-pricing-style-6 .htmega-pricing-heading .price h4 span.separator {
    color: #ecebeb;
    font-size: 18px;
  }
  
  /* Pricing Table style 7 */
  .htmega-pricing-style-7 {
      background: #ffffff;
      padding-top: 48px;
      padding-bottom: 60px;
      box-shadow: 0 0 10px rgba(1, 26, 72, 0.1);
  }
  
  .htmega-pricing-style-7 .htmega-pricing-heading .title h2 {
      color: #f7ca18;
      font-size: 26px;
      font-weight: 600;
      margin-bottom: 32px;
      font-family: "Poppins", sans-serif;
  }
  
  .htmega-pricing-style-7 .htmega-pricing-heading .price {
      background-position: center center;
      background-size: cover;
      margin-bottom: 23px;
      padding: 12px 0;
  }
  
  .htmega-pricing-style-7 .htmega-pricing-heading .price h4 {
      font-size: 60px;
      color: #011a48;
      font-weight: 700;
      font-family: "Poppins", sans-serif;
  }
  
  .htmega-pricing-style-7 .htmega-pricing-heading .price h4 span.period-txt,.htmega-pricing-style-7 .htmega-pricing-heading .price h4 span.separator {
      font-size: 26px;
      font-weight: 600;
  }
  
  .htmega-pricing-style-7 .htmega-pricing-heading .price h4 span.separator {
      margin-left: 2px;
      margin-right: -8px;
  }
  
  .htmega-pricing-style-7 .htmega-pricing-heading .price h4 sub {
      font-size: 26px;
      left: 0px;
      position: relative;
      top: -3px;
  }
  
  .htmega-pricing-style-7 .htmega-pricing-body {
      padding: 0 28px;
  }
  
  .htmega-pricing-style-7 .htmega-pricing-body ul li {
      color: #798294;
      font-size: 20px;
      line-height: 32px;
      padding: 13px 0;
      border-top: 1px solid #f6f6f6;
      font-family: 'Open Sans', sans-serif;
  }
  
  .htmega-pricing-style-7 .htmega-pricing-body ul li:last-child {
      border-bottom: 1px solid #f6f6f6;
  }
  
  .htmega-pricing-style-7 .htmega-pricing-footer {
      margin-top: 40px;
  }
  
  .htmega-pricing-style-7 .htmega-pricing-footer a.price_btn {
      height: 47px;
      padding: 0 50px;
      display: inline-block;
      background: #011a48;
      border-radius: 23px;
      color: #fff;
      font-size: 14px;
      line-height: 47px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 2px;
      font-family: "Poppins", sans-serif;
      transition: 0.5s;
  }
  
  .htmega-pricing-style-7 .htmega-pricing-footer a.price_btn:hover {
      background: #f7ca18;
      color: #000000;
  }

  /* Pricing Table style 8 */
    .htmega-pricing-panel.htmega-pricing-style-8 {
        background-color: transparent;
        background-image: linear-gradient(145.94deg, #FFB602 0%, #FF0773 100%);
        border-radius: 10px 10px 10px 10px;
        margin: 0px 0px 0px 0px;
        padding: 40px 0px 44px 0px;
    }  
    .htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-heading .title h2 {
        color: #FFFFFF;
        font-family: "Roboto", Sans-serif;
        font-size: 18px;
        font-weight: 400;
    }
    .htmega-pricing-panel.htmega-pricing-style-8 .price-label {
        background-color: #FFFFFF;
        width: 205px;
        right: -42%;
        padding: 20px 22px 20px 0px;
        margin: 5px 0px 5px 0px;
        border-radius: 70px 0px 0px 70px;
    }
    .htmega-pricing-panel.htmega-pricing-style-8 .price-label h4 {
        color: #FF106E;
        font-family: "Roboto", Sans-serif;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 0;
    }
    .htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-body ul li {
        color: #FFFFFF;
        font-weight: 400;
        padding: 5px 5px 5px 5px;
        justify-content: left;
    }
    .htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-body ul {
        text-align: left;
        padding: 0px 0px 0px 94px;
    }
    .htmega-pricing-panel.htmega-pricing-style-8 .price-label h4 sub {
        color: #FF106E;
        font-family: "Roboto", Sans-serif;
        font-size: 28px;
        font-weight: 700;
        left: 0px;
        top: 0px;
    }
    .htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-heading .htmega-pricing-header-align {
        padding: 0px 0px 0px 95px;
        text-align: left;
    }
    .htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-footer {
        margin: 40px 0px 0px 0px;
    }
    .htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-footer a.price_btn {
        padding: 15px 86px 15px 86px;
        border-radius: 30px 30px 30px 30px;
    }
    .htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-footer a.price_btn {
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #FFFFFF;
    }

      /* Pricing Table style 9 */
    .htmega-pricing-heading .header-top-image {
        top: -47.5px;
        position: relative;
        width: 95px;
        height: 95px;
        border: 1px solid #000;
        border-radius: 99px;
        padding: 7px;
        left: 50%;
        margin-left: -47.5px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .htmega-pricing-panel.htmega-pricing-style-9 {
        background-color: #FFFFFF;
        padding: 0px 0px 44px 0px;
        border-radius: 10px 10px 10px 10px;
    }
    .htmega-pricing-panel.htmega-pricing-style-9 .htmega-pricing-body ul li {
        color: #22577E;
        font-family: "Roboto", Sans-serif;
        font-size: 14px;
        font-weight: 400;
        padding: 0px 0px 6px 0px;
    }
    .htmega-pricing-panel.htmega-pricing-style-9 .htmega-pricing-footer {
        margin: 40px 0px 0px 0px;
    }
    .htmega-pricing-panel.htmega-pricing-style-9 .htmega-pricing-footer a.price_btn {
        padding: 12px 50px 12px 50px;
        border-radius: 30px 30px 30px 30px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #FF5151;
        color: #FF5151;
        transition: 0.3s;
    }
    .htmega-pricing-panel.htmega-pricing-style-9 .htmega-pricing-footer a.price_btn:hover {
        color: #FFFFFF;
        background-color: #FF5151;
    }
  
  /*-----------------------------
      Brand Style
  ------------------------------*/
  .htmega-brands-area.htmega-brands-style-1{
    display: flex;
    flex-wrap: wrap;
  }
  .htmega-brands-area {
    overflow: hidden;
  }
  .single-partner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 15px;
    width: calc(100% * (1/4));
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
  .single-partner a{
    display: inline-block;
  }
  
  /* Brand style 2 */
  ul.brand-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center;
  }

  /* Mobile Quary Brand widgets*/
  @media only screen and (max-width: 380px) {
    ul.brand-list {
        display: block;
    }
  }
  
  ul.brand-list li {
      position: relative;
      text-align: center;
      /* transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); */
  }
  
  ul.brand-list li a{
    display: inline-block;
  }
  
  .htmega-brands-style-2 ul.brand-list li {
      border-right: 1px dashed #ffffff;
      display: block;
      float: left;
      padding: 20px;
      text-align: center;
      width: 20%;
  }
  
  .htmega-brands-style-2 ul.brand-list li:last-child {
      border-right: 1px dashed transparent;
  }
  
  .htmega-brands-style-3 ul.brand-list li {
      flex-basis: 20%;
      border-right: 1px solid #dcd9d9;
      height: 125px;
      line-height: 125px;
      border-top: 1px solid #dcd9d9;
      border-bottom: 1px solid #dcd9d9;
  }
  
  .htmega-brands-style-3 ul.brand-list li:first-child {
      border-left: 1px solid #dcd9d9;
  }
  
  .brand-list-area {
    display: flex;
    flex-wrap: wrap;
  }
  .brand-logo-col{
    padding-left: 15px;
    padding-right: 15px;
  }
  .htmega-brands-style-5 .brand-logo-col{
    flex: 0 0 25%;
    max-width: 25%;
  }
  .htmega-brands-style-5 .single-partner {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: block;
    width: 100%;
    padding: 25px 15px;
  }
  
  .htmega-brands-style-7 .single-partner{
    width: 100%;
  }
  .htmega-brands-style-7 .brand-logo-col{
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  
  /* Brand Style Four */
  .htmega-brands-style-4 ul.brand-list{
    display: block;
  }
  .htmega-brands-style-4 ul.brand-list li {
      border-bottom: 1px dashed #aaa;
      border-right: 1px dashed #aaa;
      float: left;
      padding: 25px 15px;
      text-align: center;
      width: 33.33%;
  }
  
  .htmega-brands-style-4 ul.brand-list li:nth-child(1) {
      border-bottom-color: #aaa;
      border-right-color: #aaa;
  }
  
  .htmega-brands-style-4 ul.brand-list li:nth-child(6),
  .htmega-brands-style-4 ul.brand-list li:last-child {
      border-bottom-color: transparent;
      border-right-color: transparent;
  }
  
  .htmega-brands-style-4 ul.brand-list li:nth-child(5) {
      border-bottom-color: transparent;
      border-right-color: #aaa;
  }
  
  .htmega-brands-style-4 ul.brand-list li:nth-child(4) {
      border-bottom-color: transparent;
      border-right-color: #aaa;
  }
  
  .htmega-brands-style-4 ul.brand-list li:nth-child(3) {
      border-bottom-color: #aaa;
      border-right-color: transparent;
  }
  
  /*-----------------------
   * Newsletter Style 
  -----------------------*/
  .float-left{
    float:left;
  }
  .newsletter-style-one p {
      color: #798294;
      font-size: 14px;
      line-height: 28px;
      max-width: 605px;
      margin: 0 auto !important;
      width: 100%;
      margin-bottom: 58px;
      margin-top: 16px;
  }
  
  .htmega-mailchimp-style-1 .htmega-input-box {
      position: relative;
      max-width: 530px;
      margin: 0 auto;
  }
  .htmega-input-box input[type="text"],.htmega-input-box input[type="email"] {
    width: 100%;
  }
  .htmega-mailchimp-style-1 .htmega-input-box input[type="submit"] {
      position: absolute;
      right: 5px;
      top: 50%;
      transform: translateY(-50%);
      outline: none;
      border: 0 none;
      transition: 0.4s;
  }
  
  /* Newsletter Style Two */
  .htmega-mailchimp-style-2 .htmega-input-box input[type="text"],.htmega-mailchimp-style-2 .htmega-input-box input[type="email"] {
    width: calc(100% - 170px);
  }
  
  /* Newsletter Style Three */
  .htmega-input-box form{
    width: 100%;
  }
  .htmega-mailchimp-style-3 .htmega-input-box {
      position: relative;
      max-width: 580px;
      width: 100%;
      margin: 0 auto;
      display: flex;
  }
  .htmega-mailchimp-style-3 .htmega-input-box input {
      text-align: center;
      float: left;
      overflow: hidden;
      max-width: 405px;
  }
  
  .htmega-mailchimp-style-3 .htmega-input-box input[type="submit"] {
      float: right;
      overflow: hidden;
      transition: 0.4s;
  }
  
  /* Newsletter Style Four */
  .htmega-mailchimp-style-4 .htmega-input-box {
      position: relative;
  }
  
  .htmega-mailchimp-style-4 .htmega-input-box input[type="submit"] {
      position: absolute;
      right: 5px;
      top: 50%;
      width: 40px;
      transform: translateY(-50%);
      transition: 0.4s;
      text-indent: -99999px;
  }
  .htmega-mailchimp-style-4 .htmega-input-box::before {
    color: #ffffff;
    content: "";
    cursor: pointer;
    display: block;
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  
  /* Newsletter Style Five */
  .htmega-mailchimp-style-5 .htmega-input-box input[type="submit"] {
      width: 100%;
      transition: 0.5s;
  }
  
  /*
  * Testimonial Style
  */
  
  .htmega-testimonial-area .slick-prev, .htmega-testimonial-area .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #7d7d7d;
    cursor: pointer;
    display: block;
    font-size: 24px;
    height: auto;
    line-height: 1;
    outline: medium none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
    width: auto;
    z-index: 2;
    transition: all 0.3s ease-in-out;
  }
  .htmega-testimonial-area .slick-next{
    right: 0;
  }
  
  .htmega-testimonial-area .slick-dots{
    list-style: none;
  }
  .htmega-testimonial-area .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 12px;
      height: 12px;
      padding: 0;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: #e3e3e3;
      border-radius: 100%;
  }
  .htmega-testimonial-area .slick-dots li.slick-active button {
      background: #ff6600;
  }
  .htmega-testimonial-area .slick-dots li button:before {
      display: none;
  }
  .htmega-testimonial-area .slick-dots {
      bottom: -30px;
      z-index: 3;
  }
  .htmega-testimonial-area .slick-dots li {
      margin: 0 7px;
      width: 12px;
      height: 12px;
  }
  .htmega-testimonial-area .slick-prev::before, .htmega-testimonial-area .slick-next::before{
    display: none;
  }
  .htmega-testimonial-area:not(.htmega-testimonial-style-4) .slick-dots{
    left:0;
  }
  /*Testimonial Style One*/
  .htmega-testimonial-activation {
    z-index: 1;
  }
  .htmega-testimonial-style-1 .testimonal {
      text-align: center;
  }
  
  .htmega-testimonial-style-1 .testimonal img {
      margin-bottom: 34px;
      text-align: center;
      display: inline-block;
  }
  
  .htmega-testimonial-style-1 .testimonal .shape img {
      margin: 0;
  }
  
  .htmega-testimonial-style-1 .testimonal .content {
      margin-top: 30px;
  }
  
  .htmega-testimonial-style-1 .testimonal .content p {
      color: #3e3e3e;
      font-size: 18px;
      line-height: 35px;
      padding: 0 10%;
  }
  
  .htmega-testimonial-style-1 .testimonal .content h4 {
      color: #3e3e3e;
      font-size: 20px;
      line-height: 37px;
      margin: 0;
  }
  
  .htmega-testimonial-style-1 .testimonal .content span {
      color: #3e3e3e;
      font-size: 18px;
  }
  
  /* Testimonial Style Two */
  .htmega-testimonial-style-2 .testimonal {
      text-align: center;
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      position: relative;
      margin-top: 50px;
      padding-bottom: 27px;
      border-radius: 10px;
  }
  
  .htmega-testimonial-style-2 .testimonal img {
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border: 1px solid #6e6e6e;
      border-radius: 100%;
      max-width: 100%;
  }
  
  .htmega-testimonial-style-2 .testimonal .content {
      margin-top: 69px;
  }
  
  .htmega-testimonial-style-2 .testimonal .content p {
      color: #5b5b5b;
      font-size: 14px;
      line-height: 24px;
      padding: 0 4%;
      font-style: italic;
      margin-bottom: 4px;
  }
  
  .htmega-testimonial-style-2 .testimonal .content h4 {
      color: #5b5b5b;
      font-size: 16px;
      line-height: 37px;
      margin: 0;
      font-weight: 600;
  }
  
  .htmega-testimonial-style-2 .testimonal .content span {
      color: #3e3e3e;
      font-size: 18px;
  }
  
  .htmega-testimonial-style-2 .slick-slide {
      padding: 5px 15px;
  }
  
  .htmega-testimonial-style-2 .slick-center .testimonal img {
      border: 1px solid #ff6600;
  }
  
  .htmega-testimonial-style-2 .slick-dots {
      bottom: -75px;
  }
  
  .slick-dotted.slick-slider {
      margin-bottom: 0;
  }
  
  .htmega-testimonial-style-2 .testimonal .shape img {
    border: medium none;
    left: 0;
    margin: 0 auto;
    position: relative;
    top: 53px;
    transform: translate(0px);
  }
  
  /* Testimonial Style 3 */
  .htmega-testimonial-style-3 .testimonal img {
      float: left;
  }
  .htmega-testimonial-style-3 .testimonal .content {
      overflow: hidden;
      padding-left: 20px;
  }
  
  .htmega-testimonial-style-3 .testimonal .content p {
      color: #3e3e3e;
      font-size: 16px;
      margin-bottom: 20px;
      line-height: 28px;
  }
  
  .htmega-testimonial-style-3 .testimonal .content .clint-info {
      padding-left: 50px;
      position: relative;
  }
  
  .htmega-testimonial-style-3 .testimonal .content .clint-info::before {
      position: absolute;
      content: "";
      width: 30px;
      height: 2px;
      background: #383838;
      left: 0;
      top: 4px;
  }
  
  .htmega-testimonial-style-3 .testimonal .content .clint-info h4 {
      font-weight: 600;
      font-size: 16px;
      color: #383838;
      margin-bottom: 2px;
  }
  
  .htmega-testimonial-style-3 .testimonal .content .clint-info span {
      color: #383838;
      font-size: 14px;
  }
  .htmega-testimonial-style-3 .testimonal .shape img {
    left: 20px;
    position: relative;
  }
  .htmega-testimonial-style-3 .testimonal .content .clint-info ul.htmega-testimonial-rating *{
    padding-left: 0!important;
    }
    .htmega-testimonial-style-8 ul.htmega-testimonial-rating,
    .htmega-testimonial-style-3 ul.htmega-testimonial-rating,
    .htmega-testimonial-style-4 .htmega-testimonial-rating{
        justify-content: left;
    }
  /* Testimonial Style 4 */
  .htmega-testimonial-style-4 .testimonal .testimonal-image {
      float: left;
      padding-right: 50px;
      position: relative;
  }
  
  .htmega-testimonial-style-4 .testimonal .testimonal-image::before {
      position: absolute;
      content: "";
      width: 1px;
      height: 100%;
      background: #18012c;
      right: 0;
      top: 0;
  }
  
  .htmega-testimonial-style-4 .testimonal .testimonal-image::after {
      position: absolute;
      content: "";
      background: #18012c;
      height: 1px;
      width: 30px;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
  }
  
  .htmega-testimonial-style-4 .testimonal .content {
      overflow: hidden;
      padding-left: 30px;
  }
  
  .htmega-testimonial-style-4 .testimonal .content p {
      color: #3e3e3e;
      font-size: 16px;
      margin-bottom: 20px;
      line-height: 28px;
  }
  
  .htmega-testimonial-style-4 .testimonal .content h4 {
      font-weight: 600;
      font-size: 16px;
      color: #383838;
      margin-bottom: 2px;
  }
  
  .htmega-testimonial-style-4 .testimonal .content span {
      color: #383838;
      font-size: 14px;
  }
  .htmega-testimonial-style-4 .testimonal .content span:before{
      content: "";
  }
  .htmega-testimonial-style-4 ul.slick-dots li button::before {
    content: "0";
    display: block;
    font-size: 16px;
    height: auto;
    left: -8px;
    line-height: 1;
    opacity: 1;
    position: absolute;
    top: -4px;
    width: auto;
  }
  
  .htmega-testimonial-style-4 ul.slick-dots {
      padding: 0;
      margin: 0;
      list-style: none;
      border: 0 none;
      text-align: right;
  }
  
  .htmega-testimonial-style-4 ul.slick-dots li button {
      background: transparent;
      border: 0 none;
      color: #18012c;
      font-weight: 600;
      font-size: 16px;
      position: relative;
      display: inline-block;
  }
  
  .htmega-testimonial-style-4 {
      position: relative;
      padding-right: 24%;
  }
  
  .htmega-testimonial-style-4 ul.slick-dots {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
  }
  
  .htmega-testimonial-style-4 ul.slick-dots li {
      padding: 6px 0;
  }
  
  .htmega-testimonial-style-4 ul.slick-dots li.slick-active button {
      position: relative;
  }
  
  .htmega-testimonial-style-4 ul.slick-dots li {
    height: auto;
    line-height: 1;
    padding: 8px 0 10px 45px;
    position: relative;
  }
  
  .htmega-testimonial-style-4 ul.slick-dots li::after {
      position: absolute;
      content: "";
      background: #18012c;
      width: 0;
      height: 1px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: 0.5s;
  }
  
  .htmega-testimonial-style-4 ul.slick-dots li.slick-active::after {
      width: 30px;
  }
  .htmega-testimonial-style-4 ul.slick-dots li.slick-active button {
    background: transparent;
  }
  
  /* Testimonial Style 5 */
  .htmega-testimonial-style-5{
      position: relative;
  }
  .htmega-testimonial-for .testimonial-desc p {
      color: #3e3e3e;
      font-size: 18px;
      line-height: 35px;
      text-align: center;
      padding: 0 15%;
  }
  
  .testimonal-img {
      text-align: center;
  }
  
  .testimonal-img .content {
      text-align: center;
      margin-top: 22px;
  }
  
  .testimonal-img .content h4 {
      color: #3e3e3e;
      font-size: 20px;
      margin-bottom: 3px;
  }
  
  .testimonal-img .content span {
      color: #3e3e3e;
      font-size: 18px;
      line-height: 29px;
  }
  
  .htmega-testimonal-nav.slick-slider {
      max-width: 35%;
      width: 100%;
      margin: 0 auto;
  }
  
  .slick-slide.slick-active.slick-center .testimonal-img img {
      transform: scale(1);
  }
  
  .slick-slide.slick-active .testimonal-img img {
      transform: scale(0.8);
      text-align: center;
      display: inline-block;
  }
  
  .htmega-testimonial-style-5 .htmega-testimonal-nav .slick-track {
      margin-top: 85px;
  }
  
  .htmega-testimonal-nav .slick-slide:not(.slick-center) .content {
      opacity: 0;
  }
  
  .htmega-testimonial-style-5 .testimonial-shape {
      bottom: 56%;
      left: 49.5%;
      position: absolute;
      transform: translateX(-50%);
  }
  .htmega-testimonial-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff7b00;
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
    gap: 5px;
}
.htmega-testimonial-rating li{
    font-size: 14px;
}
.htmega-testimonial-style-5 .htmega-testimonal-nav .content{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    bottom: 0;
    width: max-content;
}
  
.htmega-testimonial-style-5 .htmega-testimonal-nav .testimonal-image{
    margin-bottom: 70px;

}
  /* Testimonial Style 6 */
  .htmega-testimonial-style-6 .testimonal img {
      display: inline-block;
  }
  
  .htmega-testimonial-style-6 .testimonal .content {
      background: #fff;
      text-align: center;
      padding: 50px 9%;
      position: relative;
      box-shadow: 0 0 10px rgba(82, 182, 188, 0.25);
  }
  
  .htmega-testimonial-style-6 .testimonal .content p {
      font-size: 16px;
      line-height: 28px;
      color: #3e3e3e;
  }
  
  .htmega-testimonial-style-6 .testimonal .content .triangle {
      position: absolute;
      top: 100%;
      margin-top: -1px;
      border-right: 20px solid transparent;
      border-left: 20px solid transparent;
      border-top: 20px solid #fff;
      border-bottom: 20px solid transparent;
      left: 50%;
      transform: translateX(-50%);
  }
  
  .htmega-testimonial-style-6 .testimonal .clint-info {
      text-align: center;
      margin-top: 40px;
  }
  
  .htmega-testimonial-style-6 .testimonal .clint-info h4 {
      color: #5c5c5c;
      font-size: 22px;
      font-weight: 700;
      margin-top: 22px;
      margin-bottom: 4px;
  }
  
  .htmega-testimonial-style-6 .testimonal .clint-info span {
      color: #5c5c5c;
      font-weight: 600;
      font-size: 15px;
  }
  
  .htmega-testimonial-style-6 .slick-arrow {
      width: 36px;
      height: 36px;
      color: #7d7d7d;
      border: 0 none;
      background: #fff;
      border-radius: 100%;
      font-size: 24px;
      left: 0;
      top: 20%;
      z-index: 999;
      transition: 0.5s;
      box-shadow: 0 0 10px rgba(82, 182, 188, 0.25);
  }
  
  .htmega-testimonial-style-6 .slick-arrow:hover {
      background: #52b6bc;
      color: #fff;
  }
  
  .htmega-testimonial-style-6 button.slick-next.slick-arrow {
      left: auto;
      right: 0;
  }
  
  .htmega-testimonial-style-6 {
      position: relative;
      padding: 0 200px;
  }
  
  .htmega-testimonial-style-6 .testimonal .shape img,.htmega-testimonial-style-7 .testimonal .shape img {
    position: relative;
    top: 10px;
  }
  
  /* Testimonial Style 7 */
  .htmega-testimonial-style-7 .testimonal {
      text-align: center;
  }
  
  .htmega-testimonial-style-7 .testimonal p {
      color: #414141;
      font-size: 30px;
      font-style: italic;
      line-height: 48px;
      margin-top: 26px;
      font-family: "Montserrat", sans-serif;
      margin-bottom: 0;
      position: relative;
      z-index: 2;
  }
  
  .htmega-testimonial-style-7 .testimonal p::before {
      position: absolute;
      content: "";
      color: #ffebd1;
      content: "\f10e";
      font-family: Fontawesome;
      font-size: 216px;
      left: 50%;
      top: 50%;
      z-index: -1;
      transform: translateX(-50%) translateY(-50%);
  }
  
  .htmega-testimonial-style-7 .testimonal h4 {
      color: #3e3e3e;
      font-weight: 600;
      font-size: 20px;
      margin-bottom: 9px;
  }
  
  .htmega-testimonial-style-7 .testimonal .clint-info {
      margin-top: 29px;
  }
  
  .htmega-testimonial-style-7 .testimonal .clint-info span {
      color: #3e3e3e;
      font-size: 18px;
  }
  
  .htmega-testimonial-style-7 .testimonal img {
      display: inline-block;
  }
  
  .htmega-testimonial-style-7 .slick-arrow {
      top: 9%;
      left: 16%;
      color: #aeaeae;
      font-size: 48px;
      background: transparent;
      border: 0 none;
      z-index: 2;
      transition: 0.5s;
  }
  
  .htmega-testimonial-style-7 .slick-arrow:hover {
      color: #f6ab4b;
  }
  
  .htmega-testimonial-style-7 button.slick-next.slick-arrow {
      left: auto;
      right: 16%;
  }
  
  /*Testimonial Style 8 */
  .htmega-testimonial-style-8 {
      position: relative;
      padding: 0 200px;
  }
  
  .htmega-testimonial-style-8 .content {
      display: flex;
      align-items: center;
  }
  
  .htmega-testimonial-style-8 .content .clint-info {
      padding-left: 20px;
  }
  
  .htmega-testimonial-style-8 .content .clint-info h4 {
      color: #3e3e3e;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 7px;
  }
  
  .htmega-testimonial-style-8 .content .clint-info span {
      color: #3e3e3e;
      font-size: 18px;
  }
  
  .htmega-testimonial-style-8 p {
      color: #3e3e3e;
      font-size: 18px;
      line-height: 35px;
      margin: 0;
      margin-top: 20px;
  }
  
  .htmega-testimonial-style-8 .slick-arrow {
      left: 0;
      color: #aeaeae;
      font-size: 48px;
      border: 0 none;
      top: 43%;
      transition: 0.5s;
  }
  
  .htmega-testimonial-style-8 .slick-arrow:hover {
      color: #f6ab4b;
  }
  
  .htmega-testimonial-style-8 button.slick-next.slick-arrow {
      left: auto;
      right: 0;
  }
  .htmega-testimonial-style-8 .testimonal .shape img{
    position: relative;
    left: 10px;
  }
  
  /*Testimonial Style 9 */
  .htmega-testimonial-style-9 .testimonal {
      background: #f7f8f9;
      padding: 30px;
      margin-top: 30px;
  }
  
  .htmega-testimonial-style-9 .testimonal .content {
      display: flex;
      align-items: center;
  }
  
  .htmega-testimonial-style-9 .testimonal .content .clint-info {
      padding-left: 25px;
  }
  
  .htmega-testimonial-style-9 .testimonal .content .clint-info h4 {
      font-size: 18px;
      color: #383838;
      margin: 0;
  }
  
  .htmega-testimonial-style-9 .testimonal .content .clint-info span {
      color: #1834a6;
      font-size: 13px;
  }
  
  .htmega-testimonial-style-9 .testimonal p {
      color: #5b5b5b;
      font-size: 14px;
      line-height: 26px;
      margin: 0;
      margin-top: 22px;
  }

  .htmega-testimonial-style-9 .testimonal .shape img{
    position: relative;
    left: 5px;
  }
  .htmega-testimonial-style-9.htmega-testimonial-activation .testimonal .content{
    display: block;  
    }

    .htmega-testimonial-style-9 .htmega-testimonial-rating{
        justify-content: left;
    }
  /* Testimonial Style 10 */
  .htmega-testimonial-style-10 .testimonal-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.htmega-testimonial-style-10 .htmega-testimonial-rating {
    margin: 0;
}
  .htmega-testimonial-style-10 .testimonal img{
      float: none;
  }
  .htmega-testimonial-style-10 .testimonal .content {
    overflow: hidden;
    padding-left: 0;
}
ul.htmega-testimonial-rating * {
    transition: all 0.0s;
}
  /* Testimonial Style 11 */
.htmega-testimonial-style-11 .content{
    text-align: center;
}
.htmega-testimonial-style-11 .htmega-testimonal-nav .testimonal-image {
    margin-bottom: 40px;
    padding: 58px 0px 43px 0px;
}
.htmega-testimonial-style-11 .slick-slide.slick-active.slick-center .testimonal-img img,
.htmega-testimonial-style-11 .slick-slide.slick-active .testimonal-img img {
    transform: scale(1);
}
.htmega-testimonial-style-11 .slick-slide.slick-active.slick-center .testimonal-img {
    transform: scale(1.5);
    z-index: 3;
}
  /* Testimonial Style 12 */
  .htmega-testimonial-style-12 .testimonal {
    display: flex!important;
    align-items: center;
}
.htmega-testimonial-style-12 .testimonal .shape img {
    left: 0px; 
    float: none;
}
.htmega-testimonial-style-12 .htmega-testimonial-rating{
    justify-content: left;
}
.htmega-testimonial-style-12 .testimonal .content .clint-info{
    padding-left: 0;
}
.htmega-testimonial-style-12 .testimonal .content .clint-info::before{
    display: none;
}
.htmega-testimonial-style-12 .testimonal-image {
    flex: 0 0 34%;
}
  /* Testimonial Style 13 */
  .htmega-testimonial-style-13 .testimonal{
      text-align: center;
      border-bottom: 10px solid transparent;
      margin-top: 15px;
      background-color: #F7F8F9;
      padding: 50px 30px;
  }
.htmega-testimonial-style-13 .testimonal-image {
    display: inline-block;
    margin-top: 20px;
}
.htmega-testimonial-style-13 .testimonal .clint-info h4 {
    margin-top: 9px;
    margin-bottom: 4px;
}
.htmega-testimonial-style-13 .testimonal:hover{
    margin-top: 0px;
    border-color: #DA9A28;
}
.htmega-testimonial-style-13 .testimonal p {
    font-family: "Roboto", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
}

  /* New arrow style testimonial 2 */
  .htmega-sl-arraow-style-2.htmega-testimonial-area .slick-next {
    top: 0;
    transform: translate(0);
}
.htmega-sl-arraow-style-2.htmega-testimonial-area .slick-prev {
    left: auto;
    right: 0;
    top: 67px;
    transform: translate(0);
}
  /* New arrow style testimonial 3 */
.htmega-sl-arraow-style-3.htmega-testimonial-area .slick-prev {
    right: 70px;
    left: auto;
}
.htmega-sl-arraow-style-3.htmega-testimonial-area .slick-arrow{
    top:auto;
    bottom:0;
    transform: translate(0);
}

  /* small mobile :320px. */
  @media (max-width: 767px) {
    .htmega-testimonial-style-12 .testimonal {
        align-items: start;
        flex-direction: column;
        gap: 30px;
    }
    .htmega-testimonial-style-12 .testimonal .content{
        padding-left: 0;
    }
}

  /*
  * Form Style
  */
  .htmega-form-wrapper form input:not([type="checkbox"],[type="radio"],[type="file"]),
  .htmega-form-wrapper form textarea,
  .htmega-form-wrapper form select {
    width: 100%;
    border-radius: 0;
  }
  
  .htmega-form-wrapper .ajax-loader {
    bottom: 0;
    position: absolute;
  }
  
  .htmega-form-wrapper .form_no_select {
    color: red;
    font-size: 20px;
  }
  
  /* Form Style One*/
  .htmega-form-style-1 form input:not([type="checkbox"],[type="radio"],[type="file"]),
  .htmega-form-style-1 select {
      height: 55px;
      font-weight: 300;
      margin-top: 30px;
      padding: 0 20px;
      border: 1px solid #c1c1c1;
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      color: #a2a2a2;
  }
  
  .htmega-form-style-1 form input:focus,
  .htmega-form-style-1 select:focus {
      border: 1px solid #18012c;
  }
  
  .htmega-form-style-1 form input[type="submit"] {
      background-color: #0056ff;
      border: medium none;
      color: #ffffff;
      font-size: 14px;
      font-weight: 500;
      height: 55px;
      line-height: 55px;
      padding: 0 29px;
      text-transform: uppercase;
      width: auto;
      transition: 0.5s;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-form-style-1 form input[type="submit"]:hover {
      background-color: #18012c;
  }
  .htmega-form-style-1 form textarea {
      border: 1px solid #c1c1c1;
      min-height: 175px;
      margin-top: 30px;
      padding: 20px;
      color: #a2a2a2;
      resize: none;
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
  }
  
  .htmega-form-style-1 form textarea:focus {
      border: 1px solid #18012c;
  }
  
  /*Form Style 2*/
  .htmega-form-style-2 label {
      color: #ffffff;
      font-style: italic;
      font-weight: 300;
      font-size: 14px;
      margin-bottom: 11px;
  }
  
  .htmega-form-style-2 input:not([type="checkbox"],[type="radio"],[type="file"]),
  .htmega-form-style-2 select {
      height: 55px;
      font-weight: 300;
      margin-bottom: 30px;
      padding: 0 20px;
      border: 0 none;
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      background: rgba(255, 255, 255, 0.3);
      color: #ffffff;
  }
  
  .htmega-form-style-2 input:focus,
  .htmega-form-style-2 select:focus {
      border: 1px solid #18012c;
  }
  
  .htmega-form-style-2 input[type="submit"] {
      background-color: #fff;
      border: medium none;
      color: #0056ff;
      font-size: 14px;
      font-weight: 600;
      height: 55px;
      line-height: 54px;
      padding: 0 29px;
      text-transform: uppercase;
      width: 100%;
      transition: 0.5s;
      font-family: "Montserrat", sans-serif;
      margin: 0;
  }
  
  .htmega-form-style-2 input[type="submit"]:hover {
      background-color: #18012c;
      color: #ffffff;
  }
  .htmega-form-style-2 textarea {
      border: 1px solid #c1c1c1;
      min-height: 209px;
      padding: 20px;
      color: #fff;
      resize: none;
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      background: rgba(255, 255, 255, 0.3);
      margin-bottom: 30px;
      border: 0 none;
  }
  
  .htmega-form-style-2 textarea:focus {
      border: 1px solid #18012c;
  }
  
  /* Form style 3 */
  .htmega-form-style-3 form input:not([type="checkbox"],[type="radio"],[type="file"]),
  .htmega-form-style-3 form select{
      color: #c0c0c0;
      font-weight: 300;
      font-style: italic;
      border: 0 none;
      border-bottom: 1px solid #c0c0c0;
      padding: 0;
      margin-bottom: 50px;
      padding-bottom: 4px;
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-form-style-3 form input:focus,
  .htmega-form-style-3 form select:focus {
      border-bottom: 1px solid #18012c;
  }
  
  .htmega-form-style-3 form input[type="submit"] {
      border: 0 none;
      background: #0056ff;
      color: #fff;
      margin-top: 40px;
      margin-bottom: 0;
      height: 55px;
      line-height: 59px;
      padding: 0 20px;
      transition: 0.5s;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .htmega-form-style-3 form input[type="submit"]:hover {
      background: #ffffff;
      color: #0056ff;
  }
  
  .htmega-form-style-3 form textarea {
      border: 0 none;
      border-bottom: 1px solid #c0c0c0;
      font-style: italic;
      padding: 0;
      min-height: 150px;
      resize: none;
      color: #c0c0c0;
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-form-style-3 form textarea:focus {
      border-bottom: 1px solid #18012c;
  }
  
  /* Form Style 4 */
  .htmega-form-style-4 form .input-box {
      display: flex;
      align-items: center;
      margin-bottom: 30px;
  }
  
  .htmega-form-style-4 form .input-box label {
      color: #000000;
      font-weight: 600;
      font-size: 14px;
      flex-basis: 16%;
  }
  
  .htmega-form-style-4 form .input-box span{
    flex-basis: 84%;
  }
  
  .htmega-form-style-4 form .input-box input:not([type="checkbox"],[type="radio"],[type="file"]),
  .htmega-form-style-4 form .input-box select {
      background: #a2a2a2;
      color: #a2a2a2;
      font-weight: 300;
      background: #f3f3f3;
      border: 1px solid #c1c1c1;
      height: 55px;
      line-height: 55px;
      padding: 0 20px;
      font-weight: "Montserrat", sans-serif;
  }
  
  .htmega-form-style-4 form .input-box input:focus,
  .htmega-form-style-4 form .input-box select:focus {
      border: 1px solid #18012c;
  }
  
  .htmega-form-style-4 form .input-box textarea {
      background: #f3f3f3;
      border: 1px solid #c1c1c1;
      min-height: 200px;
      padding: 20px;
      font-weight: "Montserrat", sans-serif;
  }
  
  .htmega-form-style-4 form .input-box textarea:focus {
      border: 1px solid #18012c;
  }
  
  .htmega-form-style-4 form input[type="submit"] {
      background: #0056ff;
      width: auto;
      border: 0 none;
      color: #fff;
      padding: 0 30px;
      height: 55px;
      line-height: 55px;
      margin: 0 0 0 90px;
      font-size: 14px;
      font-weight: 500;
      transition: 0.5s;
  }
  
  .htmega-form-style-4 form input[type="submit"]:hover {
      opacity: 0.7;
  }
  
  /* Form Style 5 */
  .contact_form_container {
      background: #81abfe;
      padding: 30px;
  }
  
  .htmega-form-style-5 form input:not([type="checkbox"],[type="radio"],[type="file"]),
  .htmega-form-style-5 form select {
      margin-top: 30px;
      border: 1px solid #ffffff;
      height: 50px;
      line-height: 50px;
      color: #fff;
      font-weight: 300;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-form-style-5 form input:focus,
  .htmega-form-style-5 form select:focus {
      border: 1px solid #18012c;
  }
  
  .htmega-form-style-5 form input[type="submit"] {
      background: #fff;
      height: 55px;
      line-height: 56px;
      border: 0 none;
      padding: 0 30px;
      color: #0056ff;
      font-weight: 600;
      width: auto;
      transition: 0.5s;
  }
  
  .htmega-form-style-5 form input[type="submit"]:hover {
      opacity: 0.7;
  }
  
  .htmega-form-style-5 form textarea {
      margin-top: 30px;
      min-height: 145px;
      border: 1px solid #fff;
      padding: 20px;
      font-weight: 300;
      color: #fff;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-form-style-5 form textarea:focus {
      border: 1px solid #18012c;
  }
  
  /* Form Style 6 */
  .htmega-form-style-6 form input:not([type="checkbox"],[type="radio"],[type="file"]),
  .htmega-form-style-6 form select {
      background: #f3f3f3;
      border: 0 none;
      height: 55px;
      padding: 0 20px;
      margin-bottom: 30px;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-form-style-6 form input:not([type="checkbox"],[type="radio"],[type="file"]):focus,
  .htmega-form-style-6 form select:focus {
      border: 1px solid #18012c;
  }
  
  .htmega-form-style-6 form input[type="submit"] {
      width: auto;
      margin: 0;
      padding: 0 58px;
      background: #0056ff;
      color: #fff;
      height: 58px;
      font-weight: 600;
      line-height: 61px;
      text-transform: uppercase;
      transition: 0.5s;
      margin-top: 10px;
  }
  
  .htmega-form-style-6 form input[type="submit"]:hover {
      opacity: 0.7;
  }
  
  .htmega-form-style-6 form label {
      font-size: 14px;
      color: #000000;
      font-weight: 300;
      font-style: italic;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-form-style-6 form textarea {
      background: #f3f3f3;
      border: 0 none;
      margin-bottom: 30px;
      min-height: 230px;
      resize: none;
      padding: 20px;
      margin-bottom: 30px;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-form-style-6 form textarea:focus {
      border: 1px solid #18012c;
  }
  
  input,
  textarea {
      -webkit-transition: all 0.30s ease-in-out;
      -moz-transition: all 0.30s ease-in-out;
      -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
      outline: none;
  }
  
  .htmega-form-wrapper .wpcf7-form-control .wpcf7-list-item{
    margin: 0 1em 0 0;
  }
  /*
   * LogIn Style
   */
  .htmega-login-form-wrapper form input:not([type="checkbox"],[type="radio"],[type="file"]){
    width: 100%;
  }
  
  .htmega-login-form-wrapper form input:not([type="checkbox"],[type="radio"],[type="file"]){
    padding: 0 15px;
  }

/* login widget button    */
.htmega-login-form-wrapper .htmega-login-button {
    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;
    margin-top: 40px;
}
  
  /* LogIn Style 1 */
  .htmega-login-form-style-1 {
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      padding: 50px 70px;
  }
  
  .htmega-login-form-style-1 h2 {
      color: #000000;
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 21px;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-login-form-style-1 form label {
      color: #000000;
      font-size: 13px;
      font-weight: 300;
      margin-bottom: 10px;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-login-form-style-1 form input:not([type="checkbox"]) {
      background: transparent;
      border: 1px solid #f2f2f2;
      color: #757575;
      font-size: 12px;
      margin-bottom: 24px;
      font-family: "Montserrat", sans-serif;
      height: 50px;
  }
  
  .htmega-login-form-style-1 form input:not([type="checkbox"])[type="submit"] {
      margin: 0;
      width: auto;
      background: #0056ff;
      color: #fff;
      height: 43px;
      padding: 0 40px;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;
      border: 0 none;
      transition: 0.4s ease-in-out;
  }
  
  .htmega-login-form-style-1 form input:not([type="checkbox"])[type="submit"]:hover {
      background: #18012c;
      color: #fff;
  }
  
  .log-remember {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: "Montserrat", sans-serif;
  }
  
  .log-remember a.fright ,
  .htmega-login-form-wrapper.htmega-login-form-style-3 label.lable-content ,
  .htmega-login-form-wrapper.htmega-login-form-style-5 label.lable-content{
      color: #b1b1b1;
      font-size: 12px;
      transition: 0.4s;
      font-family: "Montserrat", sans-serif;
  }

  .htmega-login-form-wrapper.htmega-login-form-style-3 label.lable-content ,
  .htmega-login-form-wrapper.htmega-login-form-style-5 label.lable-content{
    padding-top: 3px;
  }  

.htmega-login-form-wrapper.htmega-login-form-style-5 {
    padding: 40px 20px;
}  
  
  .htmega_message {
    display: none;
  }
  
  #htmega_message .alert-success,.htmega_lodding_msg {
    color: #155724 !important;
  }
  #htmega_message .alert-danger {
    color: #721c24 !important;
  }
  
  /* The lable-content */
  .lable-content {
      display: block;
      position: relative;
      padding-left: 29px;
      margin-bottom: 0;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      font-family: "Montserrat", sans-serif;
  }
  
  .login-wrapper form .log-remember label {
      margin: 0;
  }
  
  /* Hide the browser's default checkbox */
  .lable-content input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
  }
  
  /* Create a custom checkbox */
  .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 18px;
      width: 18px;
      border: 1px solid #0056ff;
      margin-top: 4px;
  }
  .log-remember .checkmark {
	top: 50%;
	margin-top: 0;
	transform: translateY(-50%);
}
  /* On mouse-over, add a grey background color */
  .lable-content:hover input~.checkmark {
      border: 1px solid #0056ff;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
      content: "";
      position: absolute;
      display: block;
  }
  
  /* Show the checkmark when checked */
  .lable-content input:checked~.checkmark:after {
      display: none;
  }
  
  /* Style the checkmark/indicator */
  .lable-content .checkmark:after {
      left: 50%;
      top: 50%;
      width: 6px;
      height: 9px;
      border: solid #0056ff;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg) translate(-50%);
      -ms-transform: rotate(45deg) translate(-50%);
      transform: rotate(45deg) translate(-50%);
      margin-top: -3px;
  }
  
  /* LogIn Style 2 */
  .htmega-login-form-style-2 {
      text-align: center;
      padding: 40px 0;
  }
  
  .htmega-login-form-style-2 form input {
      border: 1px solid #ffffff;
      border-radius: 5px;
      color: #666;
      padding: 0 20px;
      margin-bottom: 10px;
  }
  
  .htmega-login-form-style-2 form input[type="submit"] {
      background: #0056ff;
      border: 0 none;
      font-size: 16px;
      text-transform: uppercase;
      height: 60px;
      border-radius: 5px;
      transition: 0.3s ease-in-out;
      color: #fff;
  }
  
  .htmega-login-form-style-2 form input[type="submit"]:hover {
      background: #18012c;
      color: #ffffff;
  }
  
  .htmega-login-form-style-2 .separator span {
      display: block;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      margin-top: 30px;
      position: relative;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-login-form-style-2 .separator span::before,
  .htmega-login-form-style-2 .separator span::after {
      position: absolute;
      left: 0;
      top: 50%;
      background: #fff;
      width: 235px;
      height: 2px;
      content: "";
  }
  
  .htmega-login-form-style-2 .separator span::after {
      left: auto;
      right: 0;
  }
  
  .htmega-login-form-style-2 .log-remember a.fright {
      color: #ffffff;
  }
  
  .htmega-login-form-style-2 form input::-webkit-input-placeholder {
      color: #666;
  }
  
  .htmega-login-form-style-2 form input::-moz-placeholder {
      color: #666;
  }
  
  .htmega-login-form-style-2 form input:-ms-input-placeholder {
      color: #666;
  }
  
  .htmega-login-form-style-2 form input:-moz-placeholder {
      color: #666;
  }
  
  /* Style the checkmark/indicator */
  .htmega-login-form-style-2 .checkmark,
  .htmega-login-form-style-4 .checkmark {
      border: 1px solid #ffffff;
  }
  
  .htmega-login-form-style-2 .lable-content,
  .htmega-login-form-style-4 .lable-content {
      color: #ffffff;
      font-size: 12px;
  }
  
  .htmega-login-form-style-2 .lable-content .checkmark:after,
  .htmega-login-form-style-4 .lable-content .checkmark:after {
      width: 6px;
      height: 9px;
      border: solid #ffffff;
      border-width: 0 2px 2px 0;
  }
  
  .htmega-login-form-style-2 .lable-content:hover input~.checkmark,
  .htmega-login-form-style-4 .lable-content:hover input~.checkmark {
      border: 1px solid #ffffff;
  }
  .htmega-login-form-style-2 .log-remember {
    margin-top: 10px;
  }
  
  .htmega-login-form-style-2 .htmega-user-login,.htmega-login-form-style-4 .htmega-user-login,.htmega-login-form-style-5 .htmega-user-login{
    color: #fff;
  }
  
  /* LogIn Style 3 */
  .htmega-login-form-style-3 {
      padding: 60px 40px;
  }
  
  .htmega-login-form-style-3 form input {
      border: 0 none;
      border-bottom: 1px solid #687ea5;
      padding: 0;
      color: #687ea5;
      font-size: 12px;
      font-weight: 300;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-login-form-style-3 form input[type="submit"] {
      background: #0056ff;
      color: #fff;
      width: auto;
      height: 50px;
      padding: 0 55px;
      border: 0 none;
      font-size: 14px;
      text-transform: uppercase;
      transition: 0.5s;
      font-weight: 600;
  }
  
  .htmega-login-form-style-3 form input[type="submit"]:hover {
      opacity: 0.7;
  }
  
  .htmega-login-form-style-3 {
      box-shadow: none;
      background: transparent;
  }
  .htmega-login-form-style-2 .htmega-user-login{
    text-align: left;
  }
  
  
  /* LogIn Style 4 */
  .htmega-login-form-style-4 {
      padding: 100px 56px;
      text-align: center;
  }
  
.htmega-login-form-style-4 form input:not(input[type=checkbox]) {
    background: rgba(255, 255, 255, 0.3);
    border: 0 none;
    margin-left: 2px;
    height: 70px;
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
  
  .htmega-login-form-style-4 form input[type="submit"] {
      border: 3px solid #fff;
      border-radius: 8px;
      color: #fff;
      box-sizing: border-box;
      height: 70px;
      font-size: 24px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 51px;
      font-family: "Montserrat", sans-serif;
      margin: 0;
  }
  
  .htmega-login-form-style-4 form input[type="submit"]:hover {
      background: #ffffff;
      color: #18012c;
  }
  
  /*
  * Service Style
  */
  .htmega-service {
      margin-top: 30px;
      text-align: center;
      transition: all 0.3s ease-in-out;
  }
  .htmega-service svg {
    width: 30px;
    height: auto;
  }
  .htmega-svg-icon-box{
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      border-radius: 100%;
      transition: all 0.3s ease-in-out;
  }
  .htmega-service a.readmore_btn {
      border: 1px solid #0056ff;
      display: inline-block;
      padding: 0 42px;
      line-height: 40px;
      font-size: 14px;
      border-radius: 30px;
      color: #0056ff;
      font-weight: 600;
      transition: 0.5s;
      text-decoration: none;
  }
  .htmega-service a.readmore_btn:hover {
      background: #0056ff;
      color: #fff;
  }
  .htmega-service .service-title a{
    text-decoration: none;
    transition: all .3s ease 0s;
  }
  .htmega-service .thumb{
    display: inline-block;
  }
    .htmega-service .thumb img {
        vertical-align: middle;
    }
  .htmega-service .thumb a {
    display: block;
  }
  
  /*Service Style One*/
  .htmega-service-style-1 .icon {
    margin-bottom: 30px;
    padding: 0 12px;
  }
  
  .htmega-service-style-1 .icon i {
      color: #ed552d;
      font-size: 50px;
  }
  
  .htmega-service-style-1 .content {
    padding: 0 12px;
  }
  
  .htmega-service-style-1 .content h4 {
      color: #5b5b5b;
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 15px;
  }
  
  .htmega-service-style-1 .content p {
    color: #8f8f8f;
    font-family: "Montserrat",sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 35px;
    position: relative;
  }
  
  .htmega-service-style-1 .content p::before {
      position: absolute;
      content: "";
      background: #969696;
      width: 20px;
      height: 1px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }
  
  .htmega-service-style-1 .content p::after {
      position: absolute;
      content: "";
      background: #969696;
      height: 1px;
      width: 30px;
      bottom: 5px;
      left: 50%;
      transform: translateX(-50%);
  }
  
  /*Service Style Two*/
  .htmega-service-style-2 {
      background: #ffffff;
      padding: 30px;
  }
  
  .htmega-service-style-2 .content {
      padding-top: 30px;
  }
  
  .htmega-service-style-2 .content h4 {
      color: #575757;
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 13px;
      padding: 0 9px;
  }
  
  .htmega-service-style-2 .content p {
      color: #818181;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 35px;
  }
  
  /*Service Style Three*/
  .htmega-service-style-3 .icon {
      border: 1px solid #eff2f7;
      width: 110px;
      height: 110px;
      text-align: center;
      border-radius: 100%;
      padding: 10px;
      margin: 0 auto;
      margin-bottom: 27px;
      transition: 0.4s;
  }
  .htmega-service-style-3 .icon i {
      background: #eff2f7;
      border-radius: 100%;
      text-align: center;
      font-size: 40px;
      margin: 0 auto;
      color: #454545;
      transition: 0.4s;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .htmega-service-style-3:hover .icon {
      border: 1px solid #0056ff;
  }
  
  .htmega-service-style-3:hover .icon i {
      background: #0056ff;
      color: #fff;
  }
  
  .htmega-service-style-3 .content h4 {
      color: #5f5f5f;
      font-size: 16px;
      text-transform: uppercase;
      padding-bottom: 20px;
      position: relative;
  }
  
  .htmega-service-style-3 .content h4::before {
      position: absolute;
      content: "";
      background: #0056ff;
      width: 30px;
      height: 3px;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
  }
  
  .htmega-service-style-3 .content p {
      color: #5b5b5b;
      font-size: 14px;
      line-height: 25px;
      padding: 0 12px;
      margin: 0;
  }
  
  
  .htmega-service.htmega-service-style-3:hover:after,.htmega-service.htmega-service-style-3:hover:before {
      content: "";
      background: transparent;
      width: 2px;
      height: 25px;
      top: 50%;
      margin-top:-12px;
      left: 0px;
      position: absolute;
  }
  .htmega-service.htmega-service-style-3:hover:before{
      left: auto;
      right: 0px;
  }
  
  /*Service Style 04*/
  .htmega-service-style-4 {
      background: rgba(255, 255, 255, 0.15);
      padding: 75px 11px;
  }
  
  .htmega-service-style-4 .content h4 {
      color: #b8b8b8;
      font-weight: 300;
      text-transform: uppercase;
      margin-bottom: 16px;
  }
  
  .htmega-service-style-4 .content p {
      margin: 0;
      color: #959595;
      font-weight: 300;
      font-size: 14px;
      line-height: 24px;
  }
  
  .htmega-service-style-4 .thumb {
      padding-bottom: 33px;
      position: relative;
      margin-bottom: 22px;
  }
  
  .htmega-service-style-4 .thumb::before {
      position: absolute;
      content: "";
      background: #969696;
      width: 30px;
      height: 1px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }
  
  .htmega-service-style-4 .thumb::after {
      position: absolute;
      content: "";
      bottom: 5px;
      left: 50%;
      transform: translateX(-50%);
      background: #969696;
      width: 20px;
      height: 1px;
  }
  
  /* Service Style 05 */
  .htmega-service-style-5 .content {
      padding-top: 26px;
  }
  
  .htmega-service-style-5 .content h4 {
      color: #585858;
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 13px;
  }
  
  .htmega-service-style-5 .content p {
      color: #414141;
      font-size: 14px;
      line-height: 24px;
      margin: 0;
  }
  
  .htmega-service-style-5 .thumb {
      position: relative;
  }
  
  .htmega-service-style-5 .thumb::before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      content: "";
      -webkit-transition: opacity 1s;
      transition: opacity 1s;
      opacity: 0;
      background-image: -webkit-linear-gradient(top, #252a9c, #df09f9);
      background-image: -moz-linear-gradient(top, #252a9c, #df09f9);
      background-image: linear-gradient(0, #252a9c, #df09f9);
  }
  
  .htmega-service-style-5:hover .thumb::before {
      opacity: 0.3;
  }
  .htmega-service-style-5 .thumb img{
    width: 100%;
  }
  
  /*================================
      Service Style 06
  ==================================*/
  .htmega-service-style-6 {
      margin-top: 12px;
  }
  
  .htmega-service-style-6 .thumb,.htmega-service-style-6 .icon {
      border: 1px solid #4e89fb;
      width: 100px;
      height: 100px;
      line-height: 100px;
      border-radius: 100%;
      float: left;
      text-align: center;
      margin-right: 22px;
      margin-top: 10px;
      overflow: hidden;
  }
  .htmega-service-style-6>a{
      float: left;
  }
  
  .htmega-service-style-6 .content {
      overflow: hidden;
  }
  
  .htmega-service-style-6 .content p {
      font-size: 14px;
      line-height: 25px;
      color: #5b5b5b;
  }
  
  .htmega-service-style-6 .content h4 {
      color: #5f5f5f;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 7px;
  }
  
  /*Service Style 07*/
  .htmega-service-style-7 {
      display: flex;
      margin-top: 0;
      position: relative;
      z-index: 1;
      padding: 40px 20px;
      border-radius: 8px;
  }
  
  .htmega-service-style-7 .icon {
      margin-right: 33px;
  }
  
  .htmega-service-style-7 .icon i {
      color: #4c4c4c;
      font-size: 40px;
      transition: 0.4s;
  }
  
  .htmega-service-style-7 .content h4 {
      color: #4c4c4c;
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 8px;
      transition: 0.4s;
  }
  
  .htmega-service-style-7 .content p {
      color: #5b5b5b;
      font-size: 14px;
      line-height: 25px;
      margin: 0;
      transition: 0.4s;
  }
  
  .htmega-service-style-7::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    z-index: -1;
  }
  
  .htmega-service-style-7:hover::before {
      opacity: 0;
  }
  
  .htmega-service-style-7:hover .content h4,
  .htmega-service-style-7:hover .content p,
  .htmega-service-style-7:hover .icon i {
      color: #fff !important;
  }
  
  /* small mobile :320px. */
  @media (max-width: 767px) {
      .htmega-service.htmega-service-style-2 .thumb {
          display:block;
      }
      .htmega-service.htmega-service-style-2 .thumb img{
          width: 100%;
      }
  }
  /*
  * News Ticker Css
  */
  .breaking-news-title svg {
    width: 20px;
  }
  .breaking-news-default {
      border: 1px solid #18012c;
      display: flex;
      align-items: center;
  }
  
  .breaking-news-default .breaking-news-title {
      display: flex;
      height: 80px;
      align-items: center;
  }
  
  .breaking-news-default .breaking-news-title h5 {
      position: relative;
      font-weight: 600;
      font-size: 30px;
      letter-spacing: 0.5px;
      margin: 0;
      text-transform: uppercase;
      padding: 0 48px;
      width: max-content;
      display: flex;
      align-items: center;
  }
  
  .breaking-news-default .breaking-news-ticker {
      margin-left: 20px;
      list-style: none;
      padding: 0;
      margin: 0;
      padding-left: 22px;
      width: 100%;
  }
  
  .breaking-news-default .breaking-news-ticker li {
    padding: 5px 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
  
  .breaking-news-default .breaking-news-ticker li a {
      display: block;
      line-height: 24px;
      font-size: 16px;
      font-family: "Poppins", sans-serif;
      color: #18012c;
      text-decoration: none;
  }
  
  .breaking-news-default .breaking-news-ticker li span.news_date {
      background: #d20001;
      color: #fff;
      font-size: 12px;
      margin-left: 30px;
      padding: 5px 5px;
      border-radius: 3px;
      display: inline-block;
      line-height: 1;
  }
  
  .breaking-news-default .breaking-news-nav {
      float: right;
      display: flex;
      height: 80px;
      align-items: center;
      margin-right: 42px;
  }
  
  .breaking-news-default .breaking-news-nav button {
    border: 1px solid #18012c;
    height: 40px;
    margin: 0 5px;
    padding: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
    background: transparent;
  }
  
  .breaking-news-default .breaking-news-nav button i {
      color: #18012c;
      font-size: 24px;
  }
  .breaking-news-default .breaking-news-nav button svg {
    width: 16px;
  }
  .breaking-news-default .breaking-news-nav button svg path{
    fill: #18012c;
  }
   .breaking-news-default::before {
      position: absolute;
      content: "";
      background: #1d62af;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      transform: skew(-20deg);
  }
  
  .htmega-newsticker-style-2.breaking-news-default::before,.htmega-newsticker-style-3.breaking-news-default::before,.htmega-newsticker-style-4.breaking-news-default::before,.htmega-newsticker-style-6.breaking-news-default::before,.htmega-newsticker-style-5.breaking-news-default::before,.htmega-newsticker-style-7.breaking-news-default::before{
    display: none;
  }

  /*News Ticker Style 1*/
  .htmega-newsticker-style-1 {
    border: 0 none;
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  
  .htmega-newsticker-style-1 .breaking-news-title {
      display: flex;
      align-items: center;
  }
  
  .htmega-newsticker-style-1 .breaking-news-title h5 {
      position: relative;
      left: -20px;
      display: block;
      color: #ffffff;
      font-weight: 600;
      font-size: 30px;
      letter-spacing: 0.5px;
      margin: 0;
      text-transform: uppercase;
      height: 60px;
      line-height: 59px;
      padding: 0 48px;
      display: flex;
      align-items: center;
  }  
  .htmega-newsticker-style-1 .breaking-news-title h5::before {
      position: absolute;
      content: "";
      transform: skew(-20deg);
      background: #d20001;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
  }
  
  .htmega-newsticker-style-1 .breaking-news-title h5 i,.htmega-newsticker-style-1 .breaking-news-title h5 .htmega-news-tickr-svg-icon-box {
    width: 40px;
    height: 40px;
    color: #d20001;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    font-size: 28px;
    padding: 0;
    margin-left: 10px;
}
    /* svg icon style */
    .breaking-news-title h5 .htmega-news-tickr-svg-icon-box svg{
        height: auto;
    }
    .htmega-news-tickr-svg-icon-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }
  .htmega-newsticker-style-1 .breaking-news-ticker {
      margin-left: 20px;
      list-style: none;
      padding: 0;
      margin: 0;
      padding-left: 22px;
  }
  
  .htmega-newsticker-style-1 .breaking-news-ticker li {
      padding: 5px 0;
  }
  
  .htmega-newsticker-style-1 .breaking-news-ticker li a {
      color: #ffffff;
  }
  
  .htmega-newsticker-style-1 .breaking-news-nav {
      float: right;
      display: flex;
      align-items: center;
      margin-right: 42px;
      margin-left: auto;
  }
  
  .htmega-newsticker-style-1 .breaking-news-nav button {
      border: 1px solid #fff;
      margin: 0 5px;
      transform: skew(-20deg);
  }
  
  .htmega-newsticker-style-1 .breaking-news-nav button:hover {
      border: 1px solid #d20001;
      background: #d20001;
  }
  
  .htmega-newsticker-style-1 .breaking-news-nav button i {
      color: #ffffff;
      font-size: 24px;
  }
  
  
  /*News Ticker Style 2*/
  .htmega-newsticker-style-2 {
    border: 1px solid #1d62af;
    overflow: hidden;
}  
  .htmega-newsticker-style-2 .breaking-news-title h5 {
      position: relative;
      color: #ffffff;
      font-weight: 600;
      font-size: 20px;
      margin: 0;
      text-transform: capitalize;
      padding: 0 20px;
      background: #1d62af;
      font-style: italic;
      padding-right: 0;
      align-self: stretch;
      display: flex;
      align-items: center;
      justify-content: center;
      width: max-content;
  }
  
  .htmega-newsticker-style-2 .breaking-news-title h5::before {
      position: absolute;
      top: 0;
      border-right: 40px solid transparent;
      border-top: 40px solid transparent;
      border-bottom: 40px solid transparent;
      content: "";
      border-left: 40px solid #1d62af;
      left: 100%;
      background: transparent!important;
      background-color: none!important;
      background-image: none!important;
  }
  
  .htmega-newsticker-style-2 .breaking-news-ticker {
      padding-left: 57px;
  }
  
  .htmega-newsticker-style-2 .breaking-news-ticker li a {
      color: #181818;
  }
  .htmega-newsticker-style-2 .breaking-news-nav {
      margin-right: 29px;
  }
  
  .htmega-newsticker-style-2 .breaking-news-nav button {
      margin: 0 3px;
      border: 1px solid transparent;
      width: auto;
      height: auto;
  }
  
  .htmega-newsticker-style-2 .breaking-news-nav button i {
      color: #000000;
      font-size: 30px;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-newsticker-style-2 .breaking-news-nav button i:hover {
      color: #1d62af;
  }
  
  /*News Ticker Style 3*/
  .htmega-newsticker-style-3 {
      border: 1px solid #1d62af;
      border-radius: 40px;
      overflow: hidden;
      display: flex;
  }
  .htmega-newsticker-style-3 .breaking-news-title{
    order: 3;
  }
  
  .htmega-newsticker-style-3 .breaking-news-title {
      display: flex;
      align-items: center;
      background: #1d62af;
      border-radius: 0 40px 40px 0;
  }
  
  .htmega-newsticker-style-3 .breaking-news-title h5 {
      position: relative;
      color: #ffffff;
      font-weight: 600;
      font-size: 20px;
      margin: 0;
      text-transform: capitalize;
      padding: 0 20px;
      font-style: italic;
      padding-right: 20px;
      align-self: stretch;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0;
      width: max-content;
  }
  
  .htmega-newsticker-style-3 .breaking-news-title h5::before {
      position: absolute;
      top: 0;
      border-right: 40px solid #1d62af;
      border-top: 40px solid transparent;
      border-bottom: 40px solid transparent;
      content: "";
      border-left: 40px solid transparent;
      right: 100%;
      background: transparent!important;
      background-color: none!important;
      background-image: none!important;
  }
  
  .htmega-newsticker-style-3 .breaking-news-ticker {
    flex-grow: 1;
    order: 2;
    padding-right: 57px;
  }
  
  .htmega-newsticker-style-3 .breaking-news-ticker li {
      padding: 5px 0;
  }
  
  .htmega-newsticker-style-3 .breaking-news-ticker li a {
      color: #181818;
  }
  
  .htmega-newsticker-style-3 .breaking-news-ticker li a span.news_date {
      margin-left: 30px;
  }
  
  .htmega-newsticker-style-3 .breaking-news-nav {
      margin-right: 0;
      float: left;
      margin-left: 29px;
      order: 1;
  }
  
  .htmega-newsticker-style-3 .breaking-news-nav button {
      margin: 0 3px;
      border: 1px solid transparent;
      width: auto;
      height: auto;
  }
  
  .htmega-newsticker-style-3 .breaking-news-nav button i {
      color: #000000;
      font-size: 30px;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-newsticker-style-3 .breaking-news-nav button i:hover {
      color: #1d62af;
  }
  
  /*News Ticker Style 4*/
  .htmega-newsticker-style-4 {
      border: 0 none;
      background: #1d62af;
      overflow: hidden;
  }
  
  .htmega-newsticker-style-4 .breaking-news-title {
      display: flex;
      height: 50px;
      align-items: center;
      background: #f05555;
      align-self: stretch;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .htmega-newsticker-style-4 .breaking-news-title h5 {
      position: relative;
      color: #ffffff;
      font-weight: 600;
      font-size: 18px;
      margin: 0;
      text-transform: capitalize;
      padding: 0 27px;
  }
  
  .htmega-newsticker-style-4 .breaking-news-ticker {
      padding-left: 30px;
  }
  
  .htmega-newsticker-style-4 .breaking-news-ticker li {
      padding: 5px 0;
  }
  
  .htmega-newsticker-style-4 .breaking-news-ticker li a {
      display: block;
      color: #ffffff;
      font-size: 14px;
      font-family: "Poppins", sans-serif;
  }
  
  .htmega-newsticker-style-4 .breaking-news-nav {
      margin-right: -1px;
      height: 50px;
  }
  
  .htmega-newsticker-style-4 .breaking-news-nav button {
      margin: 0 1px;
      border: 1px solid transparent;
      width: 50px;
      height: 50px;
      background: #4b7bb0;
  }
  
  .htmega-newsticker-style-4 .breaking-news-nav button i {
      color: #ffffff;
      font-size: 30px;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-newsticker-style-4 .breaking-news-nav button i:hover {
      color: #18012c;
  }
  
  /*News Ticker Style 5*/
  .htmega-newsticker-style-5 {
      border: 0 none;
      overflow: hidden;
      background: #00C8FA;
  }
  .htmega-newsticker-style-5.breaking-news-default::before{
    transform: skew(0deg);
  }
  .htmega-newsticker-style-5 .breaking-news-title {
      display: flex;
      height: 50px;
      align-items: center;
      background: #f05555;
      align-self: stretch;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
  }
  
  .htmega-newsticker-style-5 .breaking-news-title::before {
      position: absolute;
      top: 50%;
      border-right: 15px solid transparent;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      content: "";
      border-left: 15px solid #f05555;
      left: 100%;
      transform: translateY(-50%);
  }
  
  .htmega-newsticker-style-5 .breaking-news-title h5 {
      color: #ffffff;
      font-weight: 600;
      font-size: 18px;
      margin: 0;
      text-transform: capitalize;
      padding: 0 27px;
  }
  
  .htmega-newsticker-style-5 .breaking-news-ticker {
      padding-left: 34px;
  }
  
  .htmega-newsticker-style-5 .breaking-news-ticker li {
      padding: 5px 0;
  }
  
  .htmega-newsticker-style-5 .breaking-news-ticker li a {
      display: block;
      color: #ffffff;
      font-size: 14px;
      font-family: "Poppins", sans-serif;
  }
  
  .htmega-newsticker-style-5 .breaking-news-nav {
      margin-right: 11px;
      height: 50px;
  }
  
  .htmega-newsticker-style-5 .breaking-news-nav button {
      margin: 0;
      border: 1px solid transparent;
      width: auto;
      height: auto;
  }
  
  .htmega-newsticker-style-5 .breaking-news-nav button i {
      color: #ffffff;
      font-size: 30px;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-newsticker-style-5 .breaking-news-nav button i:hover {
      color: #18012c;
  }
  
  /*News Ticker Style 6*/
  .htmega-newsticker-style-6 {
      border: 1px solid #1d62af;
      overflow: hidden;
  }
  .htmega-newsticker-style-6.breaking-news-default::before{
    transform: skew(0deg);
  }
  .htmega-newsticker-style-6 .breaking-news-title {

    height: 60px;
    position: relative;
    z-index: 1;
    padding: 0 18px 0 0;
    width: max-content;
}
.htmega-newsticker-style-6 .breaking-news-title::before {
    position: absolute;
    left: -16px;
    top: 0;
    background: #1d62af;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    transform: skew(-26deg);
}
  
  .htmega-newsticker-style-6 .breaking-news-title h5 {
      color: #fff;
      font-weight: 600;
      font-size: 18px;
      margin: 0;
      text-transform: capitalize;
      padding: 0 18px;
      z-index: 1;
      position: relative;
  }
  
  .htmega-newsticker-style-6 .breaking-news-ticker {
      padding-left: 34px;
  }
  
  .htmega-newsticker-style-6 .breaking-news-ticker li {
      padding: 5px 0;
  }
  
  .htmega-newsticker-style-6 .breaking-news-ticker li a {
      display: block;
      color: #000000;
      font-size: 14px;
      font-family: "Poppins", sans-serif;
  }
  
  .htmega-newsticker-style-6 .breaking-news-nav {
      margin-right: 11px;
      height: 60px;
  }
  
  .htmega-newsticker-style-6 .breaking-news-nav button {
      margin: 0;
      border: 1px solid transparent;
      width: auto;
      height: auto;
  }
  
  .htmega-newsticker-style-6 .breaking-news-nav button i {
      color: #ffffff;
      font-size: 30px;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-newsticker-style-6 .breaking-news-nav button i:hover {
      color: #18012c;
  }
  
  /*News Ticker Style 7*/
  .htmega-newsticker-style-7 {
      border: 1px solid #1d62af;
      overflow: hidden;
  }
  .htmega-newsticker-style-7.breaking-news-default::before{
    transform: skew(0deg);
  }
  
  .htmega-newsticker-style-7 .breaking-news-title {
      display: flex;
      height: 60px;
      align-items: center;
      align-self: stretch;
      justify-content: center;
      position: relative;
      z-index: 1;
      padding: 0 18px 0 0;
  }
  
  .htmega-newsticker-style-7 .breaking-news-title::before {
      position: absolute;
      left: -10px;
      top: 0;
      background: #1d62af;
      width: 100%;
      height: 100%;
      content: "";
      z-index: -1;
      border-radius: 0 45px 0px 0;
  }
  
  .htmega-newsticker-style-7 .breaking-news-title h5 {
      color: #fff;
      font-weight: 600;
      font-size: 18px;
      margin: 0;
      text-transform: capitalize;
      padding: 0 27px;
      z-index: 1;
      position: relative;
  }
  
  .htmega-newsticker-style-7 .breaking-news-ticker {
      padding-left: 34px;
  }
  
  .htmega-newsticker-style-7 .breaking-news-ticker li {
      padding: 5px 0;
  }
  
  .htmega-newsticker-style-7 .breaking-news-ticker li a {
      display: block;
      color: #000000;
      font-size: 14px;
      font-family: "Poppins", sans-serif;
  }
  
  .htmega-newsticker-style-7 .breaking-news-nav {
      margin-right: 12px;
      height: 60px;
  }
  
  .htmega-newsticker-style-7 .breaking-news-nav button {
      margin: 0 1px;
      border: 1px solid transparent;
      width: 38px;
      height: 38px;
      background: #1d62af;
  }
  
  .htmega-newsticker-style-7 .breaking-news-nav button i {
      color: #ffffff;
      font-size: 30px;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-newsticker-style-7 .breaking-news-nav button:hover {
      opacity: 0.7;
  }
  

  @media (max-width: 767px) {
    .breaking-news-default {
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
    }
    .breaking-news-default .breaking-news-title {
        margin-bottom: 15px;
        width: 100%;
        min-height: 45px;
    }
    .breaking-news-default .breaking-news-title h5 {
        padding: 0 15px;
        width: 100%;
        justify-content: center;
    }
    .htmega-newsticker-style-1 .breaking-news-title h5{
        left: 0;
    }
    .htmega-newsticker-style-1 .breaking-news-ticker,.breaking-news-default .breaking-news-ticker{
        padding:0 15px;
    }
    .htmega-newsticker-style-2 .breaking-news-nav {
        margin-right: 0;
    }
    .htmega-newsticker-style-2 .breaking-news-ticker {
        padding-left: 0 15px;
    }
    .htmega-newsticker-style-3 .breaking-news-title {
        border-radius: 0;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .htmega-newsticker-style-5 .breaking-news-nav {
        margin-right: 0;
    }
    .htmega-newsticker-style-3 .breaking-news-nav {
        margin-left: 0;
    }
    .htmega-newsticker-style-6 .breaking-news-title::before {
        left: 0;
        transform: skew(0);
    }
    .htmega-newsticker-style-7 .breaking-news-title::before {
        left: 0;
        border-radius: 0;
    }

    .breaking-news-default .breaking-news-title {
        height: auto;
    }
    .breaking-news-default.htmega-newsticker-style-1 .breaking-news-title{
        height: 80px;
    }
    .htmega-newsticker-style-4 .breaking-news-nav {
        margin-top: 15px;
    }
  }




  /*
  * Social Share Style
  */
  .htmega-social-share ul{
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .htmega-social-share ul li {
      font-family: "Montserrat", sans-serif;
      cursor: pointer;
      color: #fff;
  }
  
  .htmega-social-share svg {
    width: 20px;
    display: inline-block;
  }
  .htmega-social-share.htmega-social-view-icon-title ul li{
    padding-right: 15px;
  }
  .htmega-social-share.htmega-social-view-title ul li{
    padding: 0px 15px;
  }
  
  .htmega-social-share ul li i , .htmega-social-share ul li svg{
    display: block;
    float: left;
    height: 42px;
    line-height: 42px;
    width: 42px;
  }
  .htmega-share-counter {
    margin-left: 5px;
  }
  
  /*Social Icons Style 01*/
  .htmega-social-style-1 ul li {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 10px;
    transition: 0.5s;
    line-height: 42px;
  }
  
  .htmega-social-style-1 ul li:hover {
      opacity: 0.7;
  }
  
  /*
  * LightBox Style
  */
  .htmega-lightbox {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
  }
  
  .htmega-lightbox .htmega-lightboxthumb a img {
    width: 100%;
  }
  
  .htmega-lightbox .htmega-lightbox-action {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    left: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .htmega-lightbox .htmega-lightbox-action::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    left: 0;
  }
  
  .htmega-lightbox .htmega-lightbox-action a {
    position: absolute;
    top: 50%;
    transform:translate(-50%,-50%);
    text-align: center;
    border: 1px solid #fff;
    display: flex;
    border-radius: 100%;
    left: 50%;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
  }
  .htmega-lightbox .htmega-lightbox-action.htmega-lightbox-button-type-button a {
    width: max-content;
  }
  .htmega-lightbox .htmega-lightbox-action a i {
    color: #fff;
    font-size: 25px;
  }

  .image-popup-vertical-fit svg {
    fill: #fff;
    width: 20px;
  }
  
  .htmega-lightbox .htmega-lightbox-action a.play__btn i {
    border: 1px solid transparent;
  }
  
  .htmega-lightbox:hover .htmega-lightbox-action {
    opacity: 1;
  }
  .mfp-no-margins img.mfp-img {
    padding: 0;
  }
  .mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-no-margins .mfp-container {
    padding: 0;
  }
  
  .lightbox_button_only .htmega-lightbox-action {
    opacity: 1;
    position: static;
  }
  .lightbox_button_only.htmega-lightbox .htmega-lightbox-action a{
    position: static;
    transform: translate(0, 0);
  }
  .lightbox_button_only .htmega-lightbox-action::before{
    display: none; 
  }
  .mfp-image-holder .mfp-close, 
  .mfp-iframe-holder .mfp-close{
    width: auto !important;
  }
.htmega-lightbox .image-popup-vertical-fit
  
  /*
  * Video Player
  */
  .htmega-player-container .magnify-video-active {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100%;
    color: #18012c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    padding: 10px 25px;
    text-decoration: none;
    position: relative;
  }
  .htmega-player-container a {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease-in-out;
    }
  .htmega-player-container .magnify-video-active *{
      line-height: initial;
  }
  .htmega-player-container .magnify-video-active:hover {
      transform: scale(1.2);
      background: #18012c;
      color: #fff;
  }
  a.magnify-video-active:focus,.mfp-iframe-holder .mfp-close:hover{
      outline: 0;
      border:none;
  }
  .mfp-iframe-holder .mfp-close, .mfp-iframe-holder .mfp-close:hover {
    display: inline-block;
    width: auto;
    background: transparent;
}
  
  /* Animation Button css */
  .htmega-player-container .magnify-video-active i,
  .htmega-player-container .magnify-video-active img{
      position: relative;
      z-index: 1;
  }
  .htmega-video-mark {
      position: absolute;
      pointer-events: none;
      left: 50%;
      top: 50%;
  }
   .htmega-video-mark .htmega-wave-pulse {
      width: 1px;
      height: 0;
      margin: 0 auto;
    }
   .htmega-video-mark .htmega-wave-pulse::after, .htmega-video-mark .htmega-wave-pulse::before {
      opacity: 0;
      content: '';
      display: block;
      position: absolute;
      width: 200px;
      height: 200px;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      border: 3px solid #fff;
      animation: zoomBig 2.25s linear infinite;
      animation-delay: 0s;
    }
   .htmega-video-mark .htmega-wave-pulse::before {
      animation-delay: .75s;
    }
    .htmega-player-container iframe.playerBox {
          width: 100%!important;
          margin: 0!important;
          height: 100%!important;
      }
    @keyframes zoomBig {
      0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
        border-width: 4px;
      }
      40% {
        opacity: .8;
        border-width: 3px;
      }
      65% {
        border-width: 2px;
      }
      100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 2px;
      }
    }
  
  /*
  * Search Style
  */
  .htmega-search-box input:focus {
      outline: none;
  }
  .htmega-search-box .btn-search{
    background: transparent;
    padding: 0;
  }
  .htmega-search-box svg {
    width: 20px;
    margin-top: 8px;
  }
  
  /* Search Style 01 */
  .htmega-search-style-1 {
      position: relative;
  }
  
  .htmega-search-style-1 input,.htmega-search-style-1 input[type='text'] {
      border: 1px solid #ccc;
      width: 100%;
      border-radius: 22px;
      transition: all .3s ease-in-out;
      height: 45px;
      color: #999999;
      font-size: 14px;
      padding: 0 78px 0 20px;
  }
  
  .htmega-search-style-1 input:focus {
      width: 100%;
      border: 1px solid hotpink;
  }
  
  .htmega-search-style-1 input:focus~button {
      width: 36px;
  }
  
  .htmega-search-style-1 input:focus~button.btn-search {
      background: hotpink;
      color: #fff;
      border-radius: 20px;
  }
  
  .htmega-search-style-1 input:focus~button.btn-reset {
      right: -22px;
  }
  
  .htmega-search-style-1 button {
      transition: all .3s ease-in-out;
      border: none;
      height: 36px;
      position: absolute;
      right: 4px;
      top: 50%;
      width: 70px;
      transform: translateY(-50%);
      padding: 0;
  }
  
  .htmega-search-style-1 button.btn-search {
      background: #0056ff;
      border-radius: 0 20px 20px 0;
      color: #fff;
      transition: all .3s ease-in-out;
  }
  .htmega-search-style-1 button.btn-search svg path {
    fill:#fff;
  }
  /* Search Style 02 */
  .htmega-search-style-2 {
      display: inline-block;
      position: relative;
      height: 60px;
      float: right;
      padding: 0;
      position: relative;
      width: 100%;
  }
  
  .htmega-search-style-2 input[type="text"] {
      height: 60px;
      font-size: 17px;
      display: inline-block;
      font-weight: 100;
      border: none;
      outline: none;
      color: #fff;
      padding: 0;
      padding-right: 70px;
      width: 0px;
      position: absolute;
      top: 0;
      right: 0;
      background: none;
      z-index: 3;
      transition: width 0.5s cubic-bezier(0, 0.795, 0, 1);
      cursor: pointer;
  }
  
  .htmega-search-style-2 input[type="text"]:focus {
      width: 100%;
      z-index: 1;
      border-bottom: 1px solid #333;
      cursor: text;
  }
  
  .htmega-search-style-2 button.btn-search {
      width: 63px;
      display: inline-block;
      color: #333;
      float: right;
      background: transparent;
      border: none;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      cursor: pointer;
      cursor: pointer;
      transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  }
  
  /* Search Style 03 */
  .htmega-search-style-3 {
      float: right;
      height: 40px;
      position: relative;
      width: 100%;
  }
  
  .htmega-search-style-3 input[type="text"] {
      border: 1px solid #18012c;
      font-size: 12px;
      height: 40px;
      position: absolute;
      transition: all .3s ease-in;
      width: 50%;
      right: 0px;
      color: #18012c;
      font-size: 14px;
      transition: all .3s ease-in-out;
      padding: 0 20px;
      padding-right: 63px;
  }
  
  .htmega-search-style-3 input[type="text"]:focus {
      width: 100%;
      border-radius: 20px;
      border: 1px solid #ed552d;
  }
  
  .htmega-search-style-3 input[type="text"]:focus~button {
      background: #ed552d;
      border: 1px solid #ed552d;
      border-radius: 0 20px 20px 0;
      color: #fff !important;
  }
  
  .htmega-search-style-3 button {
      background: transparent;
      transition: all .3s ease-in;
      position: absolute;
      right: 0;
      border: 0 none;
      transition: all .3s ease-in-out;
      width: 42px;
      text-align: center;
      height: 100%;
      border: 0 none;
  }
    
  /* Search Style 04 */
  .htmega-search-style-4 {
      background-color: #ffffff;
      position: relative;
      overflow: hidden;
      float: right;
  }
  .htmega-search-style-4 form{
    width: 45px;
    transition: all 0.5s ease;
  }
  
  .htmega-search-style-4:before {
      content: '';
      display: block;
      width: 3px;
      height: 100%;
      position: relative;
      background-color: #ff4888;
      transition: all .5s ease;
  }
  
  .htmega-search-style-4 form.open {
      width: 100%;
  }
  
  .htmega-search-style-4 form.open:before {
      height: 20px;
      margin: 15px 8px 10px 29px;
      position: absolute;
  }
  
  .htmega-search-style-4 .search-box {
      width: 100%;
      height: 100%;
      box-shadow: none;
      border: none;
      background: transparent;
      color: #ff4888;
      padding: 0px 48px 0px 45px;
      font-size: 14px;
  }
  
  .htmega-search-style-4 .search-box:focus {
      outline: none;
  }
  
  .htmega-search-style-4 .search-button {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
  
  .htmega-search-style-4 .search-icon {
      width: 20px;
      height: 20px;
      border-radius: 40px;
      border: 2px solid #ff4888;
      display: block;
      position: relative;
      margin-left: 10px;
      transition: all 0.5s ease;
      top: 10px;
  }
  
  .htmega-search-style-4 .search-icon:before {
      content: '';
      width: 3px;
      height: 8px;
      position: absolute;
      right: -2px;
      top: 12px;
      display: block;
      background-color: #ff4888;
      transform: rotate(-45deg);
      transition: all 0.5s ease;
  }
  
  .htmega-search-style-4 .search-icon:after {
      content: '';
      width: 3px;
      height: 9px;
      position: absolute;
      right: -8px;
      top: 17px;
      display: block;
      background-color: #ff4888;
      transform: rotate(-46deg);
      transition: all 0.5s ease;
  }
  
  .htmega-search-style-4 form.open .search-icon {
      margin: 0;
      width: 35px;
      height: 35px;
      border-radius: 100%;
      top: 5px;
  }
  
  .htmega-search-style-4 form.open .search-icon:before {
      transform: rotate(52deg);
      right: 12px;
      top: 12px;
      height: 18px;
  }
  
  .htmega-search-style-4 form.open .search-icon:after {
      transform: rotate(-230deg);
      right: 12px;
      top: 2px;
      height: 18px;
  }
  
  /* Search Style 05 */
  .htmega-search-style-5 button {
      color: #f45862;
      font-size: 24px;
      border: 0 none;
      outline: none;
      background: transparent;
  }
  
  .block-bg {
      background: rgba(22, 22, 27, 0.97) none repeat scroll 0 0;
      height: 100%;
      left: 0;
      opacity: 0;
      position: fixed;
      text-align: center;
      top: 0;
      transform: scale(0.7);
      transition: -webkit-transform 0.8s ease 0s, -moz-transform 0.8s ease 0s, -o-transform 0.8s ease 0s, transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
      visibility: hidden;
      width: 100%;
      z-index: 999;
  }
  
  .block-bg.is-visible {
      opacity: 1;
      transform: scale(1);
      visibility: visible;
  }
  
  .block-bg .close__wrap {
      color: white;
      cursor: pointer;
      font-size: 12px;
      font-weight: 700;
      line-height: 25px;
      margin-top: -12.5px;
      padding-right: 25px;
      position: absolute;
      right: 49px;
      text-transform: uppercase;
      z-index: 11;
      transition: 0.4s;
      top: 65px;
  }
  
  .block-bg .close__wrap:hover {
      color: #ffffff;
  }
  
  .block-bg .close__wrap::after {
      content: "\f00d";
      font-family: 'FontAwesome';
      font-size: 24px;
      position: relative;
      right: 0;
      top: 0;
  }
  
  .minisearch .field__search {
      left: 0;
      margin: 0 auto auto;
      max-width: 1000px;
      padding: 0 5px;
      position: fixed;
      right: 0;
      top: 50%;
      width: 90%;
  }
  
  .minisearch .field__search input {
      -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
      -moz-border-right-colors: none;
      -moz-border-top-colors: none;
      background: transparent none repeat scroll 0 0;
      border-color: currentcolor currentcolor #ebebeb;
      -o-border-image: none;
      border-image: none;
      border-style: none none solid;
      border-width: 0 0 1px;
      color: #fff;
      height: 60px;
      padding: 10px 60px 10px 10px;
      position: static;
      transition: all 0.3s ease-in-out 0s;
      width: 100%;
      z-index: 1;
      font-size: 16px;
      outline: none;
  }
  
  .minisearch .field__search .action {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2;
  }
  
  .minisearch .field__search .action button{
      color: #797979;
      display: inline-block;
      font-size: 26px;
      height: 60px;
      left: 0;
      line-height: 60px;
      text-align: center;
      top: 0;
      width: 60px;
      padding:0!important;
      margin: 0!important;
  }
  .minisearch .field__search .action button:hover{
      background:transparent;
  }
  /* Device :991px. */
  @media (max-width: 991px) {
    .block-bg .close__wrap{
        right: 0;
    }
}

  /*
   * Blockquote Style
  */
  blockquote {
      margin: 0;
  }
  
  blockquote cite {
      font-family: "Montserrat", sans-serif;
  }
  .htmega-blockquote blockquote::before{
    display: none;
  }
  
  .htmega-blockquote blockquote img,.htmega-blockquote blockquote .blockquote_icon{
    position: absolute;
  }
  .htmega-blockquote blockquote img{
    position: absolute;
    width: 100px;
    z-index: 0;
  }
  .htmega-blockquote blockquote p{
    margin: 0;
  }
  
  .htmega-blockquote-position-lefttop blockquote img,.htmega-blockquote-position-lefttop blockquote .blockquote_icon{
    left: 0;
    top: 0;
  }
  
  .htmega-blockquote-position-leftcenter blockquote img,.htmega-blockquote-position-leftcenter blockquote .blockquote_icon{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .htmega-blockquote-position-leftbottom blockquote img,.htmega-blockquote-position-leftbottom blockquote .blockquote_icon{
    left: 0;
    bottom: 0;
  }
  
  .htmega-blockquote-position-centertop blockquote img,.htmega-blockquote-position-centertop blockquote .blockquote_icon {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  
  .htmega-blockquote-position-center blockquote img,.htmega-blockquote-position-center blockquote .blockquote_icon {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .htmega-blockquote-position-centerbottom blockquote img,.htmega-blockquote-position-centerbottom blockquote .blockquote_icon {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  
  .htmega-blockquote-position-righttop blockquote img,.htmega-blockquote-position-righttop blockquote .blockquote_icon{
    right: 0;
    top: 0;
  }
  
  .htmega-blockquote-position-rightcenter blockquote img,.htmega-blockquote-position-rightcenter blockquote .blockquote_icon{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .htmega-blockquote-position-rightbottom blockquote img,.htmega-blockquote-position-rightbottom blockquote .blockquote_icon{
    right: 0;
    bottom: 0;
  }
blockquote .blockquote_icon svg{
    width: 15px;
}
  /*Blockquote Style 01*/
  .htmega-blockquote blockquote {
      background: #f4f4f4;
      padding: 50px 62px 50px 56px;
      position: relative;
      border:0;
  }
  
  .htmega-blockquote blockquote .blockquote_content {
      font-size: 18px;
      line-height: 33px;
      color: #5b5b5b;
      font-style: normal;
      font-weight: 600;
      margin-bottom: 17px;
      margin-bottom: 18px;
      position: relative;
      z-index: 1;
  }
  
  .htmega-blockquote blockquote cite {
      color: #0056ff;
      font-weight: 600;
      font-style: normal;
      margin: 0;
      padding-left: 35px;
      position: relative;
  }
  .htmega-citeseparator-position-after blockquote cite{
    padding-left: 0px;
    padding-right: 35px;
  }
  .htmega-citeseparator-position-none blockquote cite{
    padding-left: 0;
    padding-right: 0;
  }
  .htmega-blockquote blockquote cite::before {
      position: absolute;
      background-color: #0056ff;
      content: "";
      height: 4px;
      width: 20px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
  }
  .htmega-citeseparator-position-after blockquote cite::before {
    right: 0;
    left: auto;
    top: 50%;
  }
  .htmega-citeseparator-position-none blockquote cite::before {
    display: none;
  }
  
  /*
  * Instagram Style
  */
  
  .htmega-instragram {
    text-align: center;
  }
  
  .htmega-instragram ul.htmega-instagram-list {
      padding: 0;
      margin: 0;
      list-style: none;
      margin: 0 -5px;
  }
  
  .htmega-instragram ul.htmega-instagram-list li {
      float: left;
      width: 25%;
      padding: 0 5px;
      margin-bottom: 10px;
      overflow: hidden;
      position: relative;
  }
  .htmega-instragram ul.htmega-instagram-list li img{
    width: 100%;
    vertical-align: middle;
  }
  
  .htmega-instragram ul.htmega-instagram-list li a{
    text-decoration: none;
  }
  
  .htmegainstagram-column-1 .htmega-instragram ul.htmega-instagram-list li{
    width: 100%;
  }
  .htmegainstagram-column-2 .htmega-instragram ul.htmega-instagram-list li{
    width: 50%;
  }
  .htmegainstagram-column-3 .htmega-instragram ul.htmega-instagram-list li{
    width: 33.33%;
  }
  
  .htmegainstagram-column-5 .htmega-instragram ul.htmega-instagram-list li{
    width: 20%;
  }
  
  .htmegainstagram-column-6 .htmega-instragram ul.htmega-instagram-list li{
    width: 16.66%;
  }
  
  /*Follow Instagram Btn*/
  .htmega-instragram .instagram_follow_btn {
    background: #f75876 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 70px;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    display: inline-flex;
	align-items: center;
  }
  
  .htmega-instragram .instagram_follow_btn:hover {
      opacity: 0.7;
      color: #000000;
  }
  
  .htmega-instragram .instagram_follow_btn i {
      /* background: #e4405f; */
      width: 42px;
      height: 43px;
      line-height: 42px;
      font-size: 16px;
      text-align: center;
      display: inline-grid;
      align-items: center;

  }
  
  .htmega-instragram .instagram_follow_btn span {
      padding: 0 16px;
      /* font-family: "Montserrat", sans-serif; */
      font-weight: 600;
      height: 42px;
      line-height: 42px;
  }
  
  .htmega-instragram .instagram_follow_btn.possition-center {
      position: absolute;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      left: 50%;
      background: #ffffff;
      border-radius: 6px;
      color: #000000;
  }
  
  .htmega-instragram .instagram_follow_btn.possition-center span {
      padding: 0 24px;
  }
  
  /* Instagram Style 01 */
  .htmega-instragram ul.htmega-instagram-list {
      margin: 0 -5px;
      overflow: hidden;
      display: flex;
      flex-flow: row wrap;
  }
  
  .htmega-instragram ul.htmega-instagram-list li > a {
      display: block;
      position: relative;
  }
  
  .htmega-instragram ul.htmega-instagram-list li .instagram-clip {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      z-index: 3;
      height: 100%;
      transition: 0.4s ease-in-out;
      opacity: 0;
  }
  
  .htmega-instragram ul.htmega-instagram-list li .instagram-clip::before {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.7);
      content: "";
      left: 10px;
      top: 10px;
      bottom: 10px;
      right: 10px;
      z-index: -1;
  }
  
  .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment {
      padding: 30px 0;
  }
  
  .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment p {
      color: #fff;
      margin: 0 15px;
  }
  
  .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
  }
  .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn a{
    display: inline-block;
  }
  
  .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn a i {
      color: #fff;
      font-size: 43px;
  }
  
  .htmega-instragram ul.htmega-instagram-list li:hover .instagram-clip {
      opacity: 1;
  }
  
  .htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .zoom_icon{
    display: inline-block;
  }
  
  
  /*Instagram Style 02*/
  .htmega-instragram-style-2 ul.htmega-instagram-list li{
    padding: 0;
    margin: 0;
  }
  .htmega-instragram-style-2 ul.htmega-instagram-list{
      margin: 0;
      margin-left: -15px;
      margin-right: -15px;
  }
  
  .htmega-instragram-style-2 ul.htmega-instagram-list li {
      margin: 0;
      margin-bottom: 0;
      overflow: hidden;
  }
  
  .htmega-instragram-style-2 ul.htmega-instagram-list li a img {
      transition: 0.3s ease-out;
      transition-property: opacity, transform, filter;
      width: 100%;
  }
  
  .htmega-instragram-style-2 ul.htmega-instagram-list li:hover a img {
      transform: scale3d(1.1, 1.1, 1);
      opacity: 0.8;
  }
  
  .htmega-instragram .slick-arrow {
      position: absolute;
      top: 45%;
      left: -20px;
      z-index: 2;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      background: #f75876;
      border: 1px solid #f75876;
      color: #fff;
      text-align: center;
      transition: 0.4s ease-in-out;
      opacity: 0;
      padding: 0;
      line-height: 1;
  }
  
  .htmega-instragram .htmega-carosul-next.slick-arrow {
      left: auto;
      right: -20px;
  }
  
  .htmega-instragram ul.htmega-instagram-list:hover .slick-arrow {
      opacity: 1;
      left: 0;
  }
  
  .htmega-instragram ul.htmega-instagram-list:hover .htmega-carosul-next.slick-arrow {
      opacity: 1;
      right: 0;
      left: auto;
  }
  
  .htmega-instragram .slick-dots {
    position: relative;
    bottom: 0;
  }
  .htmega-instragram .slick-dots li {
    border-radius: 100%;
    display: inline-block;
    height: 15px;
    margin: 0 3px !important;
    width: 15px !important;
    background: #f75876;
    float: none !important;
  }
  .htmega-instragram .slick-dots li button{
    padding: 0;
  }
  .htmega-instragram .slick-dots li button::before{
    display: none;
  }
  .htmega-instragram .slick-dots li.slick-active{
    background: #000;
  }
  
  .htmega-instragram-style-2 a.instagram_follow_btn{
      position: absolute;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      left: 50%;
      background: #ffffff;
      border-radius: 6px;
      color: #000000;
      margin-top: 0;
      z-index: 5;
  }
  
  /*Instagram Style 03*/
  .htmega-instragram-style-3 ul li {
      position: relative;
  }
  
  .htmega-instragram-style-3 ul li a img {
      transition: all .15s ease-in-out;
  }
  
  .htmega-instragram-style-3 ul li .instagram-clip {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 50px;
      background: rgba(255, 64, 95, 0.9);
      display: flex;
      justify-content: space-around;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      transition: all .15s ease-in-out;
      color: #FFF;
      height: 50px !important;
      line-height: 50px;
  }
  .htmega-instragram-style-3 ul li .instagram-clip::before{
    display: none;
  }
  
  .htmega-instragram-style-3 ul li .instagram-clip .instagram-like-comment {
      display: flex;
      align-items: center;
      padding: 0 !important;
  }
  
  .htmega-instragram-style-3 ul li .instagram-clip .instagram-like-comment p {
      margin: 0 15px;
  }
  
  .htmega-instragram-style-3 ul li:hover .instagram-clip {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  
  .htmega-instragram-style-3 ul li:hover a img {
      opacity: .7;
      -webkit-transform: scale(1.15) translate3d(0, 0, 0);
      transform: scale(1.15) translate3d(0, 0, 0);
  }
  
  .htmega-instragram-style-3 ul.htmega-instagram-list li .instagram-clip .htmega-content{
    display: flex;
    align-items: center;
  }
  
  .htmega-instragram-style-3 ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn{
    position: static;
    transform: translateY(0);
    display: flex;
  }
  .htmega-instragram-style-3 ul.htmega-instagram-list li .instagram-clip .htmega-content .zoom_icon {
      display: flex;
  }
  
  
  /* Instagram Style 04 */
  .htmega-instragram-style-4 ul.htmega-instagram-list li {
      margin: 0;
      margin-bottom: 0;
      overflow: hidden;
      width: 25%;
  }
  
  .htmega-instragram-style-4 ul.htmega-instagram-list li a img {
      transition: 0.3s ease-out;
      transition-property: opacity, transform, filter;
      width: 100%;
  }
  
  .htmega-instragram-style-4 ul.htmega-instagram-list li:hover a img {
      transform: scale3d(1.2, 1.2, 1);
      opacity: 0.6;
  }

  .instragram-icon-svg {
    display: flex;
    justify-content: center;
}
  
  
  /*
  * Switcher Style
  */
  .htmega-switcher-btn {
      text-align: center;
  }
  
  .htmega-switcher-nav {
      display: inline-block !important;
      background: #eeeeee;
      border-radius: 30px;
      overflow: hidden;
  }
  
  .htmega-switcher-nav span {
    display: inline-block;
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 18px 32px;
    z-index: 1;
    position: relative;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
  }
  .htmega-switcher-nav span i{
    margin-right: 5px;
  }
  .htmega-switcher-nav svg {
    width: 20px;
    float: left;
    margin-right: 8px;
  }
  
  .htmega-switcher-nav span::before {
      height: 100%;
      top: 0;
      z-index: 0;
      content: '';
      width: 0;
      position: absolute;
      left: 0;
      transition: all 300ms ease-out;
      z-index: -1;
  }
  
  .htmega-switcher-nav span.htb-active {
      color: #ffffff;
  }
  
  .htmega-switcher-nav span.htb-active::before {
      width: 100%;
      background-color: #ed552d;
  }
  
  .htmega-switcher-toggle-title {
      text-transform: uppercase;
      font-weight: 600;
  }
  
  .htmega-switcher-toggle{
    margin: 20px 0 30px 0;
    text-align: center;
    font-weight: 400;
  }
  
  .htmega-switch-toggle{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 15px 0 15px;
    line-height: 36px;
  }
  
  .htmega-switcher-toggle i{
    margin-right: 7px;
  }
  
  .htmega-switche-toggle-slider{
    border-radius: 34px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked+.htmega-switche-toggle-slider {
      background-color: #2196F3;
  }
  
  input:checked+.htmega-switche-toggle-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  .htmega-switche-toggle-slider:before {
    position: absolute;
    border-radius: 50%;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .htmega-single-toggle-switch.toggle-tab-pane{
    display: none;
  }
  
  .htmega-single-toggle-switch.toggl-active{
    display: block;
  }
  
  /*
  * User Register Style
  */
  
  .htmega-register-wrapper form input ,
  .htmega-register-wrapper form textarea{
    padding: 0 15px;
    width: 100%;
    background: transparent;
    border-radius: 0;
  }
  
  .htmega-register-wrapper .alert {
    margin:0 10px 15px;
  }
  
  .htmega-user-login {
    padding: 10px;
    text-align: center;
  }
  
  .htmega-register-wrapper label{
    display: block;
  }

  /* Register Header Style  */
.user-register-header h2 {
	font-size: 36px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
}  
.user-register-header p {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 40px;
}
.user-register-header p a {
    margin-left: 5px;
}
.user-register-header {
	text-align: left;
}
.user-register-header p a {
	transition: .3s;
}  
  /* Register Style 01 */
  .htmega-register-style-1 {
      background: #fa4a79;
      padding-bottom: 40px;
  }
  
  .htmega-register-style-1 form {
      padding: 0 30px 0;
  }
  .htmega-register-style-1 form textarea{
    background: #fb5c87 none repeat scroll 0 0;
    border-radius: 0;
    border: 1px solid #ffffff;
  }
  .htmega-register-style-1 form input, 
  .htmega-register-style-1 form textarea {
    background: #fb5c87 none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 300;
    height: 50px;
    margin-bottom: 30px;
  }

.htmega-register-wrapper.htmega-register-style-1 .user-register-header {
    padding: 30px 30px 0;
}  
.htmega-register-wrapper.htmega-register-style-1 .user-register-header h2 ,
.htmega-register-wrapper.htmega-register-style-1 .user-register-header p {
	color: #fff;
}
  
  .htmega-register-style-1 form input[type="submit"] {
      width: auto;
      margin: 0 auto;
      text-align: center;
      background: #fff;
      font-weight: 600;
      color: #fa4a79;
      margin-top: 10px;
      font-size: 14px;
      padding: 0 47px;
      transition: 0.5s;
  }

  .htmega-register-wrapper:not(.htmega-register-style-3) .htmega-register-form form a:not(.terms-conditions) {
	width: 50%;
	background: #fff;
	padding: 11px 47px;
	transition: .3s;
	margin: 15px auto 0;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #fa4a79;
	font-weight: 600;
	font-family: "Montserrat",sans-serif;
	font-size: 14px;
}
.htmega-register-wrapper:not(.htmega-register-style-3) .htmega-register-form form a:hover{
    opacity: 0.7;
}
.htmega-register-wrapper.htmega-register-style-6 .htmega-register-form form a:hover{
    opacity: 1;
}
.htmega-register-wrapper .separator span {
	font-size: 15px;
	display: inline-block;
	margin-top: 10px;
}
  
  .htmega-register-style-1 form input[type="submit"]:hover {
      opacity: 0.7;
  }
  
  .htmega-register-style-1 form input::-webkit-input-placeholder ,
  .htmega-register-style-1 form textarea::-webkit-input-placeholder {
      color: #ffffff;
  }
  
  .htmega-register-style-1 form input::-moz-placeholder ,
  .htmega-register-style-1 form textarea::-moz-placeholder{
      color: #ffffff;
  }
  
  .htmega-register-style-1 form input:-ms-input-placeholder ,
  .htmega-register-style-1 form textarea::-ms-input-placeholder {
      color: #ffffff;
  }
  
  .htmega-register-style-1 form input:-moz-placeholder ,
  .htmega-register-style-1 form textarea::-ms-input-placeholder {
      color: #ffffff;
  }
  
  /* Register Style 02 */
  .htmega-register-style-2 {
      background: #7ca7f9;
      padding: 0 80px 50px;
  }
  
  .htmega-register-style-2 form label {
      color: #666666;
      font-weight: 400;
      font-size: 12px;
      margin-bottom: 8px;
      font-family: "Montserrat", sans-serif;
  }
.termscondition label.htmega-form-label {
    display: inline;
    margin: 0 !important;
}
.htmega-register-wrapper form textarea {
    padding: 15px 20px;
}
.termscondition input[type="checkbox"] {
    width: auto;
    height: auto !important;
    margin: 0;
}  
.htmega-register-style-2 form input{
    padding: 0 20px;
}
  .htmega-register-style-2 form input ,
  .htmega-register-style-2 form textarea {
      border: 1px solid #ffffff;
      color: #fff;
      margin-bottom: 30px;
      font-weight: 300;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-register-style-2 form input[type="submit"] {
      width: auto;
      text-align: center;
      background: #fff;
      font-weight: 600;
      color: #0056ff;
      font-size: 14px;
      padding: 0 47px;
      transition: 0.5s;
      height: 50px;
      margin-top: 10px;
      margin-bottom: 0;
  }
  
  .htmega-register-style-2 form input[type="submit"]:hover {
      opacity: 0.7;
  }
  
  .htmega-register-style-2 form input::-webkit-input-placeholder , 
  .htmega-register-style-2 form textarea::-webkit-input-placeholder {
      color: #ffffff;
  }
  
  .htmega-register-style-2 form input::-moz-placeholder , 
  .htmega-register-style-2 form textarea::-moz-placeholder {
      color: #ffffff;
  }
  
  .htmega-register-style-2 form input:-ms-input-placeholder ,
  .htmega-register-style-2 form textarea:-ms-input-placeholder {
      color: #ffffff;
  }
  
  .htmega-register-style-2 form input:-moz-placeholder ,
  .htmega-register-style-2 form textarea:-moz-placeholder {
      color: #ffffff;
  }
  
  
  /* Register Style 03 */
  .htmega-register-style-3 {
      padding: 0 56px 100px;
      text-align: center;
  }
  
  .htmega-register-style-3 form .input_box {
      display: flex;
      margin-bottom: 30px;
      align-items: center;
  }
  
.htmega-register-form .input_box .fa-lock:before {
    font-family: 'FontAwesome';
    content: "\f023";
}  

  .htmega-register-style-3 form .input_box i {
      background: rgba(255, 255, 255, 0.3);
      height: 70px;
      padding: 0 20px;
      font-weight: 400;
      line-height: 70px;
      color: #ffffff;
      text-align: center;
      font-size: 34px;
      border-radius: 8px 0 0 8px;
  }
  
.htmega-register-wrapper.htmega-register-style-3 .user-register-header {
    padding-top: 90px;
}
.htmega-register-wrapper.htmega-register-style-3 .user-register-header p ,
.htmega-register-wrapper.htmega-register-style-3 .user-register-header h2{
    color: #fff;
}  

  .htmega-register-style-3 form .input_box input ,
  .htmega-register-style-3 form .input_box textarea{
      background: rgba(255, 255, 255, 0.3);
      border: 0 none;
      margin-left: 2px;
      height: 70px;
      border-radius: 0 8px 8px 0;
      color: #ffffff;
      font-size: 16px;
      font-family: "Poppins", sans-serif;
  }
  
  .htmega-register-style-3 form .input_box input[type="submit"] {
      border: 3px solid #fff;
      border-radius: 8px;
      color: #fff;
      box-sizing: border-box;
      height: 90px;
      font-size: 24px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 51px;
      font-family: "Montserrat", sans-serif;
      transition: 0.5s;
  }
  
  .htmega-register-style-3 form input[type="submit"] {
      border: 3px solid #fff;
      border-radius: 8px;
      color: #fff;
      box-sizing: border-box;
      height: 90px;
      font-size: 24px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 51px;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-register-style-3 form input[type="submit"]:hover {
      background: #ffffff !important;
      color: #18012c;
  }
  
  .htmega-register-style-3 .login a {
      border: 3px solid #ffffff;
      display: block;
      height: 90px;
      line-height: 90px;
      color: #fff;
      font-size: 24px;
      font-weight: 600;
      border-radius: 8px;
      margin-top: 56px;
      transition: 0.5s;
      font-family: "Montserrat", sans-serif;
      text-decoration: none;
  }
  
  .htmega-register-style-3 .login a:hover {
      background: #ffffff;
      color: #18012c;
  }
  
  .htmega-register-style-3 .separator span {
      color: #ffffff;
      font-size: 24px;
      font-weight: 500;
      padding: 0 24px;
      background: transparent;
      position: relative;
      z-index: 99;
      display: block;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-register-style-3 .separator span::before {
      content: "";
      width: 130px;
      height: 1px;
      left: 0;
      top: 50%;
      background: #fff;
      position: absolute;
      display: block;
  }
  
  .htmega-register-style-3 .separator span::after {
      background: #fff;
      position: absolute;
      content: "";
      width: 130px;
      height: 1px;
      right: 0;
      top: 50%;
  }
  
  .htmega-register-style-3 form input[type="submit"]:hover {
      background: #fff;
      color: #18012c;
  }
  
  .htmega-register-style-3 form input::-webkit-input-placeholder , 
  .htmega-register-style-3 form .input_box textarea::-webkit-input-placeholder {
      color: #ffffff;
  }
  
  .htmega-register-style-3 form input::-moz-placeholder ,
  .htmega-register-style-3 form .input_box textarea::-moz-placeholder {
      color: #ffffff;
  }
  
  .htmega-register-style-3 form input:-ms-input-placeholder ,
  .htmega-register-style-3 form .input_box textarea:-ms-input-placeholder {
      color: #ffffff;
  }
  
  .htmega-register-style-3 form input:-moz-placeholder ,
  .htmega-register-style-3 form .input_box textarea:-moz-placeholder {
      color: #ffffff;
  }

  .htmega-register-style-3 form .input_box input {
	margin-bottom: 0 !important;
  }
  
  
  /* Register Style 04 */
  
  .htmega-register-style-4 {
      padding: 0px 40px;
  }
  
  .htmega-register-style-4 form input ,
  .htmega-register-style-4 form textarea {
      margin-bottom: 17px;
      border: 0 none;
      border-bottom: 1px solid #687ea5;
      padding: 0;
      color: #687ea5;
      font-size: 12px;
      font-weight: 300;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-register-style-4 form input[type="submit"] {
      background: #0056ff;
      color: #fff;
      width: auto;
      height: 50px;
      padding: 0 40px;
      border: 0 none;
      font-size: 14px;
      text-transform: uppercase;
      border-radius: 25px;
      transition: 0.5s;
      margin-top: 10px;
  }
  
  .htmega-register-style-4 form input[type="submit"]:hover {
      opacity: 0.7;
  }
  
  .htmega-register-style-4 form input::-webkit-input-placeholder ,
  .htmega-register-style-4 form textarea::-webkit-input-placeholder {
      color: #687ea5;
  }
  
  .htmega-register-style-4 form input::-moz-placeholder ,
  .htmega-register-style-4 form textarea::-moz-placeholder {
      color: #687ea5;
  }
  
  .htmega-register-style-4 form input:-ms-input-placeholder ,
  .htmega-register-style-4 form textarea:-ms-input-placeholder {
      color: #687ea5;
  }
  
  .htmega-register-style-4 form input:-moz-placeholder ,
  .htmega-register-style-4 form textarea:-moz-placeholder {
      color: #687ea5;
  }
  .htmega-register-wrapper.htmega-register-style-4 .htmega-register-form form a:not(.terms-conditions) {
	background: #0056ff;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 25px;
}
  
  /* Register Style 05 */
  .register-container {
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      padding: 50px 70px;
  }
  
  .register-top {
      display: flex;
      justify-content: space-between;
      margin-bottom: 33px;
      align-items: center;
  }
  
  .register-top .register-top-left h2 {
      color: #000000;
      font-size: 16px;
      margin: 0;
      font-weight: 600;
  }
  
  .register-top .register-top-right {
      display: flex;
      justify-content: space-between;
  }
  
  .register-top .register-top-right p {
      margin: 0;
      color: #b1b1b1;
      margin-right: 30px;
      font-size: 14px;
  }
  
  .register-top .register-top-right a {
      background: #eff1f2;
      height: 30px;
      line-height: 30px;
      color: #000000;
      padding: 0 14px;
      transition: 0.5s;
  }
  
  .register-top .register-top-right a:hover {
      background: #18012c;
      color: #ffffff;
  }
  
  .htmega-register-style-5 {
      text-align: center;
  }

.htmega-register-wrapper.htmega-register-style-5 {
    padding: 40px 30px;
}  
  
  .htmega-register-style-5 form input ,
  .htmega-register-style-5 form textarea {
      border: 1px solid #f1f1f1;
      height: 45px;
      margin-bottom: 30px;
      padding: 0 20px;
      color: #757575;
      font-weight: 300;
      font-size: 12px;
  }
  
  .htmega-register-style-5 form input[type="submit"] {
      background: #0056ff;
      width: auto;
      color: #fff;
      height: 48px;
      padding: 0 40px;
      color: #ffffff;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 0;
      transition: 0.5s;
      margin-top: 12px;
  }

.htmega-register-wrapper.htmega-register-style-5 .htmega-register-form form a:not(.terms-conditions) {
	background: #0056ff;
	padding: 11px 40px;
	color: #ffffff;
    margin-bottom: 12px;
}  
  
  .htmega-register-style-5 form input[type="submit"]:hover {
      background: #18012c;
      color: #ffffff;
  }
  
  .htmega-register-style-5 form input::-webkit-input-placeholder ,
  .htmega-register-style-5 form textarea::-webkit-input-placeholder {
      color: #757575;
  }
  
  .htmega-register-style-5 form input::-moz-placeholder ,
  .htmega-register-style-5 form textarea::-moz-placeholder {
      color: #757575;
  }
  
  .htmega-register-style-5 form input:-ms-input-placeholder ,
  .htmega-register-style-5 form textarea:-ms-input-placeholder {
      color: #757575;
  }
  
  .htmega-register-style-5 form input:-moz-placeholder ,
  .htmega-register-style-5 form textarea:-moz-placeholder {
      color: #757575;
  }
  
  .htmega-register-style-5 form input:focus ,
  .htmega-register-style-5 form textarea:focus{
      border: 1px solid #18012c;
  }
  
  .htmega-register-style-4 form input:focus {
      border: 0 none;
      border-bottom: 1px solid #18012c;
  }


  /* Register Style 06 */
.htmega-register-wrapper.htmega-register-style-6 .htmega-register-form form a:not(.terms-conditions) {
	background: #44FF62;
	color: #2E2E2E;
	font-size: 16px;
	border-radius: 5px;
	width: 100%;
}
.htmega-register-style-6.htmega-register-wrapper input[type="submit"] {
	color: #2E2E2E;
	font-size: 16px;
	font-weight: 600;
	background-color: #44FF62;
	height: 55px;
	width: 100%;
	border-radius: 5px 5px 5px 5px;
}
.htmega-register-style-6.htmega-register-wrapper form input {
	color: #8B8B8B;
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	height: 55px;
	border-radius: 5px;
}
.htmega-register-style-6.htmega-register-wrapper {
    background-color: #0057FB;
    border-radius: 10px;
    padding: 40px;
}
  /*
   * Tab Style
   */
  
   .htmega-tab-area:not(.htmega-tab-style-5) {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .htmega-tab-area:not(.htmega-tab-style-5) .htb-tab-content{
        width: 100%;
    }
  /*Tab Style 01*/
  .htmega-tab-nav a {
      color: #575757;
      font-size: 14px;
      font-weight: 500;
      padding: 0 16px;
      background: transparent;
      line-height: 34px;
      transition: 0.5s;
      margin: 0 9px;
      margin-bottom: 20px;
  }
  .htmega-tab-nav svg {
    width: 20px;
    float: left;
    /* margin-top: 5px; */
  }
    
  .htmega-tab-nav a.htb-active {
      background: #575757;
      color: #fff;
  }
  
  .tab-content .htmega-single-tab {
      margin-top: 20px;
  }
  
  .htmega-tab-image{
      overflow: hidden;
  }
  
  /*Tab Style 02*/
  .htmega-tab-menu-style-2 a {
      color: #575757;
      font-weight: 600;
      font-size: 14px;
      margin: 0 25px;
      margin-bottom: 20px;
      padding: 0;
      padding-bottom: 10px;
      position: relative;
      background: transparent;
  }
  .htmega-tab-menu-style-2 a.htb-active{
    background: transparent;
    color: #575757;
  }
  
  .htmega-tab-menu-style-2 a::before {
      position: absolute;
      content: "";
      left: 0;
      height: 1px;
      width: 0;
      bottom: 0;
      background: #575757;
      transition: 0.4s ease-in-out;
  }
  
  .htmega-tab-menu-style-2 a.htb-active::before {
      width: 100%;
  }
  
  /*Tab Style 03*/
  .htmega-tab-menu-style-3 {
      border-bottom: 1px solid #e3e3e3;
      margin-bottom: 18px;
  }
  
  .htmega-tab-menu-style-3 a {
      color: #575757;
      font-size: 14px;
      font-weight: 600;
      padding: 0;
      padding: 0 24px;
      background: #e3e3e3;
      height: 40px;
      line-height: 39px;
      margin: 0 10px;
      margin-bottom: -1px;
      border: 1px solid;
      transition: 0.4s ease-in-out;
      border-color: #e3e3e3 #e3e3e3 #ffffff;
  }
  
  .htmega-tab-menu-style-3 a.htb-active {
      background: transparent;
      border: 1px solid;
      border-color: #e3e3e3 #e3e3e3 #ffffff;
      color: #575757;
  }
  
  .htmega-tab-style-3 .htmega-single-tab p {
      color: #494849;
      font-size: 16px;
      line-height: 28px;
      margin-top: 23px;
  }
  
  /* Tab Style 04 */
  .htmega-tab-menu-style-4 a {
      background: #575757;
      padding: 0 25px;
      /* height: 40px; */
      line-height: 40px;
      border-radius: 5px;
      color: #ffffff;
      margin: 0 10px;
      margin-bottom: 20px;
      font-weight: 600;
      font-size: 14px;
  }
  
  .htmega-tab-menu-style-4 a.htb-active {
      background: #ed552d;
  }
  
  /*Tab Style 05*/
  .htmega-tab-style-5 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .htmega-tab-style-5 .htmega-tab-nav{
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 0px;
  }
  .htmega-tab-style-5 .htmega-tab-content-area {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .htmega-tab-menu-style-5 {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
  }
  .htmega-tab-style-5 .htmega-tab-content-area{
      /* border-left: 1px solid #e3e3e3; */
      position: relative;
  }

  .htmega-tab-style-5 .htmega-tab-content-area::before {
    content: "";
    left: 0px;
    height: 65%;
    /* background: #eaeaea; */
    width: 1px;
    position: absolute;
    top: 50%;
     transform: translateY(-50%);
    z-index: -1;
  }
  
  .htmega-tab-menu-style-5 {
      display: block;
  }
  
  .htmega-tab-menu-style-5 a {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid transparent;
    border-top: 1px solid #e3e3e3;
    color: #575757;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .htmega-tab-menu-style-5 a:last-child {
      border-bottom: 1px solid #e3e3e3;
  }
  
  .htmega-tab-menu-style-5 a.htb-active {
      background: #e3e3e3;
      color: #575757;
  }
  
  .htmega_tab_service .htmega-service-style-7:hover .content h4, .htmega_tab_service .htmega-service-style-7:hover .content p, .htmega_tab_service .htmega-service-style-7:hover .icon i {
    color: #8f8f8f !important;
  }
  .htmega_tab_service .htmega-service-style-7:hover .icon i{
    color: #ed552d !important;
  }
  .htmega_tab_service .htmega-service-style-7::before{
    display: none;
  }
  
  a.htb-nav-link:focus {
    outline: none;
    }

   .htmega-switcher-area .htmega-switcher-nav .htb-nav-link{
    display: inline-flex;
	align-items: center;
   }

    .htmega-tab-svg-icon {
        display: inline-block;
        overflow: hidden;
    }

    .htmega-tab-nav a i, .htmega-tab-nav a .htmega-tab-svg-icon {
        margin-right: 10px;
        width: 30px;
        /* background: #000; */
        text-align: center;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
    }

    .htmega-tab-nav a.htb-nav-link {
        display: flex;
        align-items: center;
    }
  
  /*
   *Work Process Style 
  */
  .htmega-process-area {
    background-size: 80% auto;
  }
  
  .htmega-column {
    display: flex;
    flex-wrap: wrap;
  }
  .htmega-column .htmega-single-process-area{
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .htmega-process-column-1 .htmega-single-process-area{
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .htmega-process-column-2 .htmega-single-process-area{
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .htmega-process-column-3 .htmega-single-process-area{
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  
  .htmega-process-column-4 .htmega-single-process-area{
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .htmega-process-column-5 .htmega-single-process-area{
    flex: 0 0 20%;
    max-width: 20%;
  }
  
  /* Work Process Style 01 */
  .htmega-single-process {
      text-align: center;
  }
  
  .htmega-single-process .icon {
    width: 116px;
    height: 116px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    line-height: 116px;
    text-align: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
  
  .htmega-single-process .htmega-content h4 {
      color: #555555;
      font-size: 19px;
      font-weight: 600;
      margin: 0;
      margin-top: 36px;
  }
  
  /* Work Process Style 2 */
  .htmega-process-style-2 {
      text-align: center;
  }
  
  .htmega-process-style-2 .htmega-number {
      margin-bottom: 24px;
  }
  
  .htmega-process-style-2 .htmega-number span {
      width: 70px;
      height: 70px;
      background: #fff;
      display: inline-block;
      line-height: 70px;
      font-size: 24px;
      font-weight: 600;
      color: #5a5a5a;
      border-radius: 14px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .htmega-process-style-2 .htmega-content h4 {
      color: #383838;
      font-size: 18px;
      margin-bottom: 18px;
  }
  
  .htmega-process-style-2 .htmega-content p {
      color: #494849;
      font-size: 14px;
      line-height: 28px;
      padding: 0 10%;
      margin: 0;
  }
  
  .htmega-process-style-2 .htmega-number {
      position: relative;
  }
  
  .htmega-process-style-2 .htmega-number::before {
      position: absolute;
      content: "";
      background-image: url();
      right: -129px;
      top: 50%;
      width: 236px;
      height: 2px;
  }
  
  .htmega-process-style-2 .htmega-single-process-area:last-child .htmega-number::before {
      display: none;
  }
  
  /* Work Process Style 3 */
  .htmega-process-style-3 {
      position: relative;
      margin-top: 30px;
  }
  
  .htmega-process-style-3::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 2px;
      background: #e51515;
      height: 100%;
      margin-left: -1px;
  }
  
  .htmega-process-style-3 .htmega-single-process {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      padding: 30px 0;
  }
  
  .htmega-process-style-3 .htmega-single-process .icon {
    align-self: baseline;
    box-shadow: none;
    height: auto;
    line-height: 1;
    padding: 0 30px;
    position: relative;
    text-align: right;
    width: 50%;
    background: transparent;
    justify-content: right;
  }
  
  .htmega-process-style-3 .htmega-single-process .icon::before,.htmega-process-style-3 .htmega-single-process .icon::after {
      position: absolute;
      content: "";
      right: 0px;
      top: 50%;
      margin-top: -15px;
      height: 15px;
      width: 15px;
      border-top: 10px solid transparent;
      border-right: 15px solid red;
      border-bottom: 10px solid transparent;
      border-left: 15px solid transparent;
      transition: all 0.3s ease-in-out;
  }
  
  .htmega-process-style-3 .htmega-single-process .icon img {
      display: inline-block;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
  }
  
  .htmega-process-style-3 .htmega-content {
      padding-left: 30px;
      text-align: left;
      width: 50%;
  }
  
  .htmega-process-style-3 .htmega-content h4 {
      font-size: 22px;
      font-weight: 500;
      color: #494849;
      margin-bottom: 15px;
      transition: all 0.3s ease-in-out;
  }
  
  .htmega-process-style-3 .htmega-content p {
      font-size: 14px;
      color: #494849;
      line-height: 28px;
  }
  
  .htmega-process-style-3 .htmega-single-process.process-reverse {
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  }
  
  .htmega-process-style-3 .htmega-single-process.process-reverse .icon {
      text-align: left;
      justify-content: left;
  }
  
  .htmega-process-style-3 .htmega-single-process.process-reverse .icon::before {
      right: auto;
      left: 0;
      border-left: 15px solid red;
      border-right: 15px solid transparent;
  }
  
  .htmega-process-style-3 .htmega-single-process.process-reverse .htmega-content {
      padding-left: 0;
      padding-right: 30px;
      text-align: right;
  }

 .htmega-process-style-3 .htmega-single-process .icon::after {
    left: 100%;
    height: 0;
    border: none;
    background: red;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -4px;
    margin-left: -1px;
    opacity: 0;
}
.htmega-process-style-3 .htmega-single-process.process-reverse .icon::after {
    left: 0;
    right: auto;
}
.htmega-process-style-3 .htmega-single-process:hover .icon::after {
    opacity: 1;
}
  /*Work Process Style 4 */
  .htmega-process-style-4 {
    background-position: center center;
    background-repeat: no-repeat;
    height: 570px;
    position: relative;
    width: 590px;
    margin: auto;
    margin-top: 35px;
}
  
  .htmega-process-style-4 .htmega-single-process-area{
      align-items: center;
      background: #52b6bc none repeat scroll 0 0;
      border-radius: 100%;
      display: flex;
      height: 190px;
      justify-content: center;
      text-align: center;
      width: 190px;
      position: absolute;
  }
  
  .htmega-process-style-4 .htmega-single-process-area:nth-child(1) {
      left: 0;
      margin: auto;
      right: 0;
  }
  
  .htmega-process-style-4 .htmega-single-process-area:nth-child(2) {
      right: 0;
      top: 190px;
  }
  
  .htmega-process-style-4 .htmega-single-process-area:nth-child(3) {
      bottom: 0;
      left: 0;
      margin: auto;
      right: 0;
  }
  
  .htmega-process-style-4 .htmega-single-process-area:nth-child(4) {
      left: 0;
      top: 190px;
  }
  
  .htmega-process-style-4 .htmega-single-process .icon {
    box-shadow: none;
    height: auto;
    line-height: 1;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -36px;
    transition: all 0.3s ease 0s;
    width: auto;
    background: transparent;
  }
  
  .htmega-process-style-4 .htmega-single-process .icon img {
      border: 3px solid #52b6bc;
      border-radius: 100%;
  }
  
  .htmega-process-style-4 .htmega-content p {
      color: #fff;
      font-family: 'Courgette', cursive;
      font-size: 20px;
      line-height: 26px;
      margin: 0;
      padding: 0 12px;
  }
  
  .htmega-process-style-4 .htmega-single-process.open .icon {
      opacity: 1;
  }
  
  .htmega-process-style-4 .htmega-single-process-area:hover .icon {
      opacity: 1;
  }

  .htmega-process-style-4 .htmega-single-process-area:before {
    content: "";
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.htmega-process-style-4 .htmega-single-process-area:hover:before{
    opacity: 1;
}
.htmega-process-style-4 .htmega-single-process .htmega-content h4{
    transition: all 0.3s ease-in-out;
}
.htmega-process-style-4 .htmega-single-process-area:hover .htmega-single-process .htmega-content h4{
    color: #fff;
    position: relative;
    z-index: 2;
}
/* .htmega-process-style-4 .htmega-single-process-area:hover *{
    position: relative;
    z-index: 1;
} */

/* Work Process Style 5 */
.htmega-process-style-5 {
    display: block;
    text-align: center;
}

.htmega-process-style-5 .htmega-single-process-area {
    width: 23%;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: inline-block;
}
.htmega-process-style-5 .htmega-single-process-area:hover{
    width: 25%;
}
.htmega-process-style-5 .htmega-single-process-area:after {
    content: "";
    background: rgba(0, 0, 0, 0);
    width: 62px;
    height: 25px;
    left: 0;
    position: relative;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.htmega-process-style-5 .htmega-single-process-area:first-child:after{
    display: none;
}
  /* .htmega-process-style-5 .htmega-content p {
    transition: all 0.3s ease-in-out;
} */
.htmega-process-style-5 .htmega-single-process {
    background: transparent;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.htmega-process-style-5 .htmega-single-process-area:hover .htmega-single-process .htmega-content p{
    visibility: visible;
}
.htmega-process-style-5 .htmega-number::before{
    display: none;
}
.htmega-process-style-5 .htmega-single-process:before {
    background: rgba(0, 0, 0, 0);
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}
.htmega-process-style-5  .htmega-single-process *{
    position: relative;
    z-index: 2;
}
.htmega-process-style-5 .htmega-single-process-area:hover .htmega-single-process:before{
    opacity: 1;
}
.htmega-process-style-5 .htmega-single-process2 span,
.htmega-process-style-5 .htmega-single-process2 .icon 
{
    background: transparent;
    line-height: 1;
    border: none;
    box-shadow: none!important;
    margin: auto;
}

.htmega-single-process.htmega-single-process2 .htmega-content h4{
    margin-top:0;
}
.htmega-single-process.htmega-single-process2 .htmega-number {
    margin-bottom: 0px;
}
.htmega-single-process.htmega-single-process2 {
    position: relative;
    bottom: 0;
    opacity: 0;
}
.htmega-process-style-5 .htmega-single-process-area:hover .htmega-single-process{
    opacity: 0;
}
.htmega-process-style-5 .htmega-single-process-area:hover .htmega-single-process.htmega-single-process2{
    opacity: 1;
}


  /*
   * Modal Style
  */
  .htmega-modal-btn button {
	background: #0056ff;
	border: 0 none;
	color: #fff;
	border-radius: 8px;
	height: 58px;
	line-height: 58px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	transition: 0.4s;
	padding-top: 0;
	padding-bottom: 0;
}
  .htmega-modal-btn svg {
    width: 20px;
    margin-right: 10px;
    margin-top: 16px;
  }
  .htmega-modal-area .htb-modal-header h5{
    margin: 0;
  }
  .htmega-modal-area .htb-modal-footer {
      justify-content: space-between;
      align-items: center;
  }
 .htmega-modal-area .htb-modal-footer .htb-btn-secondary[type="button"] {
        color: #fff;
        background-color: #868e96;
        border-color: #868e96;
   }
 .htmega-modal-area .htb-modal-header .htb-close[type="button"] {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
 }
 .htmega-modal-area .htb-modal-header .htb-close[type="button"]:focus, .htmega-modal-area .htb-modal-header .htb-close[type="button"]:hover {
	color: #000;
	text-decoration: none;
	opacity: .75;
    background: 0 0;
    border: 0;
}
.modal_icon_positioning-left .htmega-modal-btn button, .modal_icon_positioning-right .htmega-modal-btn button{
    display: inline-flex;
    align-items: center;
}

.modal_icon_positioning-left .htmega-modal-btn button i, .modal_icon_positioning-left .htmega-modal-btn button svg {
    order: 0;
    margin-right: 10px;
}
.modal_icon_positioning-right .htmega-modal-btn button i, .modal_icon_positioning-right .htmega-modal-btn button svg {
    order: 1;
    margin-left: 10px;
}
.modal_icon_positioning-left .htmega-modal-btn svg, .modal_icon_positioning-right .htmega-modal-btn svg {
	margin-top: 0;
}
  
  
  /*
   * Flipbox Style Css
  */
  
  .flipbox-icon{
    display: inline-block;
  }
  .flipbox-icon svg {
    width: 20px;
  }
  
  .htmega-flip-box-front,.htmega-flip-box-back{
    background-color: #f3f3f3;
  }
  
  .htmega-flip-box-animation-right .htmega-flip-box-front {
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
      background-color: #f3f3f3;
  }
  .htmega-flip-box-animation-right:hover .htmega-flip-box-front {
      -webkit-transform: rotateY(-180deg);
      -moz-transform: rotateY(-180deg);
      -o-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      transform: rotateY(-180deg);
  }
  .htmega-flip-box-animation-right .htmega-flip-box-back {
      background: rgba( 237, 85, 45, 0.8 );
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      transform: rotateY(180deg);
  }
  .htmega-flip-box-animation-right:hover .htmega-flip-box-back {
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
      transform-style: preserve-3d;
  }
  
  .htmega-flip-box-animation-left .htmega-flip-box-front,.htmega-flip-box-animation-left:hover .htmega-flip-box-back {
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
      background-color: #f3f3f3;
  }
  .htmega-flip-box-animation-left:hover .htmega-flip-box-front {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      transform: rotateY(180deg);
  }
  .htmega-flip-box-animation-left .htmega-flip-box-back {
      background: rgba( 237, 85, 45, 0.8 );
      -webkit-transform: rotateY(-180deg);
      -moz-transform: rotateY(-180deg);
      -o-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      transform: rotateY(-180deg);
  }
  
  .htmega-flip-box-animation-top .htmega-flip-box-front,.htmega-flip-box-animation-top:hover .htmega-flip-box-back {
    -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      -o-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      transform: rotateX(0deg);
  }
  .htmega-flip-box-animation-top:hover .htmega-flip-box-front {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  .htmega-flip-box-animation-top .htmega-flip-box-back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    z-index: 1;
  }
  
  .htmega-flip-box-animation-bottom .htmega-flip-box-front,.htmega-flip-box-animation-bottom:hover .htmega-flip-box-back {
    -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      -o-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      transform: rotateX(0deg);
  }
  .htmega-flip-box-animation-bottom:hover .htmega-flip-box-front {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .htmega-flip-box-animation-bottom .htmega-flip-box-back {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    z-index: 1;
  }
  
  .htmega-flip-box-area .flp-btn {
      display: inline-block;
      margin-top: 20px;
  }
  
  .htmega-flip-box-area .flp-btn a {
      color: #ffffff;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 14px;
      display: inline-block;
      border-bottom: 1px solid #ffffff;
      text-decoration: none;
      transition: all 0.3s ease-in-out;
  }
  
  /* Flipbox Style 01 */
  .htmega-flip-box-area {
      -webkit-perspective: 1000;
      -moz-perspective: 1000;
      -ms-perspective: 1000;
      perspective: 1000;
      -webkit-transform: perspective(1000px);
      -moz-transform: perspective(1000px);
      -ms-transform: perspective(1000px);
      transform: perspective(1000px);
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d;
      position: relative;
      height: 380px;
      line-height: 1;
  }
  
  .htmega-flip-box-front,.htmega-flip-box-back  {
      background-size: cover;
      background-position: center center;
      -ms-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
      transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
      -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
      overflow: hidden;
      position: absolute;
      top: 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform-style: preserve-3d;
      z-index: 1;
      width: 100%;
      height: 100%;
  }
  .htmega-3d-wrap .htmega-flip-box-front,.htmega-3d-wrap .htmega-flip-box-back{
    overflow: visible;
  }
  .front-container,.back-container {
    padding: 40px;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
    -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
    -webkit-transform: translateY(-50%) translateX(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(0px) scale(1);
    transform: translateY(-50%) translateX(0px) scale(1);
    transform-style: preserve-3d;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .htmega-3d-flip {
        transform: translateZ(50px) scale(0.9);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        backface-visibility: hidden;
    }
  .htmega-flip-box-area .back-container {
      padding: 40px;
      text-align: center;
      position: relative;
      top: 50%;
      z-index: 2;
  }
  
  .htmega-flip-box-area .front-container span {
      color: #636363;
      font-size: 50px;
  }
  
  .front-container h2, .front-container .htmega-flip-box-title {
      color: #4a4a4a;
      font-size: 22px;
      font-weight: 400;
      margin: 0;
      margin-top: 22px;
  }
  
  .back-container span {
      color: #efefef;
      font-size: 50px;
      display: block;
      margin-bottom: 28px;
  }
  
  .back-container h2,.back-container .htmega-flip-box-title {
      color: #ffffff;
      font-size: 22px;
      font-weight: 400;
      margin-bottom: 18px;
  }
  
  .back-container p,.front-container p {
      color: #ffffff;
      font-size: 14px;
      line-height: 26px;
      margin: 0;
  }
  .htmega-flip-box-back {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  
  .htmega-flip-overlay {
      display: block;
      background-color: transparent;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 0;
  }
  
  
  /* Flipbox Style 02 */
  .htmega-flip-box-style-2 .htmega-flip-box-back span,.htmega-flip-box-style-2 .htmega-flip-box-front span {
      margin-bottom: 26px;
      display: inline-block;
      padding-bottom: 30px;
      position: relative;
  }
  
  .htmega-flip-box-style-2 .htmega-flip-box-back span i,.htmega-flip-box-style-2 .htmega-flip-box-front span i {
      color: #fff;
      font-size: 70px;
  }
  
  .htmega-flip-box-style-2 .htmega-flip-box-back span::before,.htmega-flip-box-style-2 .htmega-flip-box-front span::before {
      position: absolute;
      content: "";
      background: #fff;
      width: 30px;
      height: 1px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }
  
  .htmega-flip-box-style-2 .htmega-flip-box-back span::after,.htmega-flip-box-style-2 .htmega-flip-box-front span::after {
      position: absolute;
      content: "";
      background: #fff;
      width: 20px;
      height: 1px;
      bottom: 6px;
      left: 50%;
      transform: translateX(-50%);
  }
  
  .htmega-flip-box-style-2 .htmega-flip-box-back h2,.htmega-flip-box-style-2 .htmega-flip-box-front h2 {
      color: #ffffff;
      font-size: 16px;
      margin: 0;
      font-weight: 300;
      text-transform: uppercase;
  }
  
  .htmega-flip-box-style-2 .htmega-flip-box-back p {
      margin: 0;
      color: #ffffff;
      font-size: 14px;
      line-height: 24px;
      margin-top: 15px;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
  }
  
  /* Flipbox Style 03 */
  .htmega-flip-box-style-3 .front-container p{
      margin-top: 15px;
      margin-bottom: 15px;
      color: #7b7272;
  }
  .htmega-flipbox-bottom-index-number,.htmega-flipbox-back-bottom-index-number{
      position: absolute;
      bottom: 0;
      z-index: 1;
      margin-bottom: 10px;
      font-size: 95px;
      font-weight: bold;
      color: #F5F7FF;
      font-family: "Roboto", Sans-serif;
      font-size: 95px;
      font-weight: bold;
      line-height: 1em;
      -webkit-text-stroke-color: #DDDDE8;
      -webkit-text-stroke-width: 1px;
  }

  /* Flipbox Style 04 */
.htmega-flipbox-s4-image{
    height: 200px;
    width: 100%;
    position:relative;
}
.front-container .htmega-flipbox-s4-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.htmega-flip-box-style-4 .front-container{
    display: block;
}

.htmega-flip-box-style-4 .front-container span {
    color: #636363;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    z-index: 2;
    background-color: #FFFFFF;
    width: 97px;
    min-height: 97px;
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 97px;
    margin: 0px 0px 0px 0px;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 0px 1px 100px 0px rgba(0, 0, 0, 0.29);
}
.htmega-flip-box-style-4 .front-container h2, .htmega-flip-box-style-4 .front-container .htmega-flip-box-title{
    margin-top: 70px;
}
.htmega-flip-box-style-4 .front-container p{
    padding: 0 15px;
}
.htmega-flip-box-style-4 .htmega-flip-box-front .front-container{
    padding: 0;
}
  /* Flipbox Style 05 Social links */

  .htmega-flip-box-style-5 .back-container h2,.back-container .htmega-flip-box-title {
    margin-bottom:10px;
    }
    .htmega-flip-box-style-5 .back-container h3 {
        margin-bottom: 25px;
        padding: 0px 15px 27px 15px;
        font-size: 15px;
        line-height: 1.3;
        border-bottom: 1px solid #6951cd;
    }
    .htmega-flip-box-style-5 .htmega-flip-box-back{
        background: #4f33c4;
    }
    .htmega-flip-box-style-5  .back-container p{
        margin-bottom: 20px;
    }
    ul.htmega-flipbox-social-list {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    ul.htmega-flipbox-social-list li {
        display: inline-block;
        margin: 5px;
    }
    ul.htmega-flipbox-social-list li a {
        display: flex;
        height: 38px;
        width: 38px;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #fff;
        border: 1px solid #dddddd;
        background: transparent;
        border-style: dashed;
        border-radius: 100%;
    }
    ul.htmega-flipbox-social-list li a svg{
        width:15px;
        fill:#ffffff;
    }
    ul.htmega-flipbox-social-list li a:hover{
        background: #ffffff;
        color: #27123a;
        border:1px solid #ffffff;
    }
    ul.htmega-flipbox-social-list li a:hover svg{
        fill:#27123a;
    }
/* Flip Box Zoom In */
.htmega-flip-box-animation-zoom_in .htmega-flip-box-back,.htmega-flip-box-animation-zoom_out .htmega-flip-box-front {
    opacity: 0;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    transition:  all 0.5s ease-in-out;
    z-index: 3;
}

.htmega-flip-box-animation-zoom_in:hover .htmega-flip-box-back {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* Flip Box Zoom Out */
.htmega-flip-box-animation-zoom_out .htmega-flip-box-front{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.htmega-flip-box-animation-zoom_out:hover .htmega-flip-box-front {
    opacity: 0;
    -webkit-transform: scale(0.50);
    -ms-transform: scale(0.50);
    transform: scale(0.50);
    visibility: hidden;
    
}
/* Flip Box Fade In */
.htmega-flip-box-animation-fade_in .htmega-flip-box-back{
    opacity: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    transition:  all 0.6s ease-in-out;
}
.htmega-flip-box-animation-fade_in:hover .htmega-flip-box-back{
    opacity: 1;
}

/* Flip Box Slide Left*/
.htmega-flip-box-animation-slide_left,.htmega-flip-box-animation-slide_right,
.htmega-flip-box-animation-slide_top,.htmega-flip-box-animation-slide_bottom,.htmega-flip-box-animation-push_left,.htmega-flip-box-animation-push_right{
    overflow: hidden;
}
.htmega-flip-box-animation-slide_left .htmega-flip-box-front,.htmega-flip-box-animation-slide_left .htmega-flip-box-back,
.htmega-flip-box-animation-slide_right .htmega-flip-box-front,.htmega-flip-box-animation-slide_right .htmega-flip-box-back,
.htmega-flip-box-animation-slide_top .htmega-flip-box-front,.htmega-flip-box-animation-slide_top .htmega-flip-box-back,
.htmega-flip-box-animation-slide_bottom .htmega-flip-box-front,.htmega-flip-box-animation-slide_bottom .htmega-flip-box-back,
.htmega-flip-box-animation-push_left .htmega-flip-box-front,.htmega-flip-box-animation-push_left .htmega-flip-box-back,
.htmega-flip-box-animation-push_right .htmega-flip-box-front,.htmega-flip-box-animation-push_right .htmega-flip-box-back{
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transition:  all 0.6s ease-in-out;
}
.htmega-flip-box-animation-slide_left .htmega-flip-box-back{
    left:100%;
}
.htmega-flip-box-animation-slide_left:hover .htmega-flip-box-back{
    left:0;
}

/* Flip Box Slide right*/
.htmega-flip-box-animation-slide_right .htmega-flip-box-back{
    right:100%;
}
.htmega-flip-box-animation-slide_right:hover .htmega-flip-box-back{
    right:0;
}

/* Flip Box Slide Top*/
.htmega-flip-box-animation-slide_top .htmega-flip-box-back{
    top:100%;
}
.htmega-flip-box-animation-slide_top:hover .htmega-flip-box-back{
    top:0;
}

/* Flip Box Slide Bottom*/
.htmega-flip-box-animation-slide_bottom .htmega-flip-box-back{
    bottom:100%;
    top:auto;
}
.htmega-flip-box-animation-slide_bottom:hover .htmega-flip-box-back{
    bottom:0;
}
/* Flip Box Push Left*/
.htmega-flip-box-animation-push_left .htmega-flip-box-back{
    left:100%;
}
.htmega-flip-box-animation-push_left:hover .htmega-flip-box-back{
    left:0;
}
.htmega-flip-box-animation-push_left .htmega-flip-box-front{
    right:0;
    left: auto;
}
.htmega-flip-box-animation-push_left:hover .htmega-flip-box-front{
    right:100%;
}
/* Flip Box Push Left*/
.htmega-flip-box-animation-push_right .htmega-flip-box-back{
    right:100%;
}
.htmega-flip-box-animation-push_right:hover .htmega-flip-box-back{
    right:0;
}
.htmega-flip-box-animation-push_right .htmega-flip-box-front{
    left:0;
    right: auto;
}
.htmega-flip-box-animation-push_right:hover .htmega-flip-box-front{
    left:100%;
}

  /* 
   * style for tooltip 
  */
  
  .htmega-tooltip span {
    background: #0056ff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    padding: 14px 16px;
    text-align: center;
    transition: 0.4s;
  }
  .htmega-tooltip span a{
    color: #fff;
    text-decoration: none;
  }
  .htb-show{
    transition: opacity .15s linear;
  }

  /* Tooltips Inner */
  .tooltip-inner {
      padding: 9px 15px;
      background-color: #404040;
  }
  
  /* Arrow Color */
  .bs-tooltip-auto[x-placement^=left] .arrow::before,
  .bs-tooltip-left .arrow::before {
      border-left-color: #404040 !important;
  }
  
  .bs-tooltip-auto[x-placement^=right] .arrow::before,
  .bs-tooltip-right .arrow::before {
      border-right-color: #404040 !important;
  }
  
  .bs-tooltip-auto[x-placement^=top] .arrow::before,
  .bs-tooltip-top .arrow::before {
      border-top-color: #404040 !important;
  }
  .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
  .bs-tooltip-bottom .arrow::before {
      border-bottom-color: #404040 !important;
  }
  
  /* Space With Button */
  .bs-tooltip-auto[x-placement^=top],
  .bs-tooltip-top {
      top: -10px !important;
  }
  
  .bs-tooltip-auto[x-placement^=bottom],
  .bs-tooltip-bottom {
      top: 10px !important;
  }
  
  .bs-tooltip-auto[x-placement^=right],
  .bs-tooltip-right {
      left: 10px !important;
  }
  
  .bs-tooltip-auto[x-placement^=left],
  .bs-tooltip-left {
      left: -10px !important;
  }
  
  /*
   * Popovers Style
  */
  
  .htb-popover-header {
    margin-top: 0;
  }
  .htb-popover h3.htb-popover-header {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
}
  
  /* Popover Button Style */
  .htmega-popover span {
      background: #0056ff;
      border: 0 none;
      color: #fff;
      padding: 20px 40px;
      border-radius: 7px;
      font-weight: 600;
      font-size: 16px;
      transition: 0.5s;
      font-family: "Montserrat", sans-serif;
      display: inline-block;
      cursor: pointer;
  }
  .htmega-popover span:hover {
      background: #18012c;
  }
  .htmega-popover span a{
    text-decoration: none;
  }
  .htmega-popover svg {
    width: 25px;
  }
  
  /* Popover Style */
  .popover {
      max-width: 330px;
      border: 1px solid #e0e0e0;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .popover .popover-body {
      padding: 22px 25px;
      color: #262626;
      font-size: 13px;
  }
  
  .popovers-content.text-center {
      padding-top: 14px;
  }
  
  /* Popover Style */
  .bs-popover-auto[x-placement^=top],
  .bs-popover-top {
      top: -12px !important;
  }
  
  .bs-popover-auto[x-placement^=bottom],
  .bs-popover-bottom {
      top: 12px !important;
  }
  
  .bs-popover-auto[x-placement^=right],
  .bs-popover-right {
      left: 12px !important;
  }
  
  .bs-popover-auto[x-placement^=left],
  .bs-popover-left {
      left: -12px !important;
  }
  
  /*
   * Toggle Style
  */
  .htmega-toggle-button a{
      transition: all 600ms ease-in-out;
      -webkit-transition: all 600ms ease-in-out;
      -moz-transition: all 600ms ease-in-out;
      -o-transition: all 600ms ease-in-out;
      color: #3b3b3b;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      display: inline-block;
  }
  .htmega-toggle-button svg {
    width: 20px;
  }
  .htmega-toggle-area .htmega-toggle-button a i,.htmega-toggle-area .htmega-toggle-button a svg {
    padding-left: 5px;
  }
  .htmega-toggle-button a.opened_btn,.open a.normal_btn{
    display: none;
  }
  .htmega-toggle-button.open a.opened_btn{
    display: inline-block;
  }
  
  .image_100 .htmega-lightboxthumb img{
    width: 100%;
  }
  
  
  /*
   * Dropcaps
  */
  .htmega-dropcaps-inner p {
      color: #434343;
      font-size: 16px;
      line-height: 28px;
      font-weight: 500;
      margin: 0;
  }
  
  .htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-inner:first-of-type:first-letter {
      color: #d6d6d6;
      float: left;
      font-size: 60px;
      margin-right: 20px;
      margin-bottom: 5px;
      border: 2px solid #d6d6d6;
      padding: 15px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-style: italic;
      margin-top: 9px;
  }
  
  /* Dropcaps Style 2 */
  .htmega-dropcaps-style-2 .htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-style-2 .htmega-dropcaps-inner:first-of-type:first-letter {
      color: #18012c;
      float: left;
      font-size: 60px;
      margin-right: 15px;
      margin-bottom: 8px;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      margin-top: 17px;
      border: none;
      padding: 0;
      font-style: normal;
  }
  
  /* Dropcaps Style 3 */
  .htmega-dropcaps-style-3 .htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-style-3 .htmega-dropcaps-inner:first-of-type:first-letter {
      color: #ed552d;
      float: left;
      font-size: 90px;
      margin-right: 15px;
      margin-bottom: 13px;
      font-family: "Poppins",sans-serif;
      font-weight: 500;
      margin-top: 20px;
      text-decoration: line-through;
      line-height: 28px;
      border: 0;
      padding: 0;
      font-style: normal;
  }
  
  /* Dropcaps Style 4 */
  .htmega-dropcaps-style-4 .htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-style-4 .htmega-dropcaps-inner:first-of-type:first-letter {
      color: #fff;
      float: left;
      font-size: 36px;
      padding: 20px;
      margin-top: 5px;
      margin-left: 5px;
      margin-right: 15px;
      margin-bottom: 5px;
      background: #ed552d;
      border-radius: 50%;
      font-size: normal;
      border: none;
      font-style: normal;
      font-weight: 500;
  }
  
  /* Dropcaps Style 5 */
  .htmega-dropcaps-style-5 .htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-style-5 .htmega-dropcaps-inner:first-of-type:first-letter {
      color: white;
      float: left;
      font-size: 75px;
      line-height: 60px;
      padding: 20px 28px;
      margin-top: 5px;
      margin-left: 5px;
      margin-right: 20px;
      margin-bottom: 10px;
      background: black;
      border-radius: 50%;
      border: 1px solid white;
      box-shadow: 0px 0px 0px 5px black;
      font-style: normal;
      font-weight: 500;
  }
  
  /*
   * Notification Style
  */
  
  button.htmega-notify-button {
      padding: 5px 42px;
      border: 0 none;
      color: #fff;
      border-radius: 7px;
      font-size: 14px;
      background: #1abc9c;
      transition: 0.4s;
      height: inherit;
  }

  .alert {
      position: relative;
      padding: .75rem 1.25rem;
      margin-bottom: 1rem;
      border: 1px solid transparent;
      border-radius: .25rem;
  }
  .alert-danger , .htmega-notify-button.alert-danger {
      color: #721c24;
      background-color: #bb2d3b;
      border-color: #f5c6cb;
  }
  .alert-warning , .htmega-notify-button.alert-warning {
      color: #856404;
      background-color: #ffca2c;
      border-color: #ffeeba;
  }
  .alert-success, .htmega-notify-button.alert-success {
      color: #ffffff;
      background-color: #198754;
      border-color: #c3e6cb;
  }
  .alert-info , .htmega-notify-button.alert-info {
      color: #0c5460;
      background-color: #1abc9c;
      border-color: #bee5eb;
  }
.htmega_notify_area .alert span.htmega-close {
    cursor: pointer !important;
}  
  .alert > i, 
  .alert > svg{
      position: relative;
  }
  .alert span.notify-message-content {
      position: relative;
  }  
  
  /*
   * Image Marker With Pointer 
   */
    .htmega-marker-wrapper .htmega_image_pointer .htmega_pointer_box h4 {
        position: relative;
    }
    .htmega-marker-wrapper .htmega_image_pointer .htmega_pointer_box h4:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 2px;
        background: transparent;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .htmega-marker-content-right .htmega-marker-wrapper .htmega_image_pointer .htmega_pointer_box h4:before {
        right: 0;
        left: auto;
    }
    .htmega-marker-content-left .htmega-marker-wrapper .htmega_image_pointer .htmega_pointer_box h4:before {
        left: 0;
        right: auto;
    }
    .htmega_image_pointer.htmega-marker-content-position-yes .htmega_pointer_box:before {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid transparent;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -12px;
        position: absolute;
        top: 100%;
        width: 0;
    }
    /* pleeholder text css  */
    .htmega-marker-wrapper .htmega_image_pointer .htmega_pointer_box h4:after {
        font-size: 110px;
        font-weight: 100;
        position: absolute;
        z-index: -1;
        top: -31px;
        left: 4%;
        content: attr(data-pltext);
        -webkit-transform: translateX(-50%) translateY(-14px);
        -ms-transform: translateX(-50%) translateY(-14px);
        transform: translateX(-50%) translateY(-14px);
        text-transform: uppercase;
        color: #F0F4F4;
        white-space: nowrap;
        margin-top: -15px;
        font-weight: 800;
    }
  
   /*Marker Style 01*/
   .htmega-marker-style-1 {
        padding: 245px 0;
    }

.htmega_image_pointer {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 3px solid #ed552d;
    background-color: #fff;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 32px;
}
.htmega_image_pointer.htmega-indicator-type-text,.htmega_image_pointer.htmega-indicator-type-image {
    width: auto;
    height: auto;
}
.htmega_image_pointer{
    z-index: 1;
}
.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box {
    background: #fff;
    width: 240px;
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate3d(50%, -100%, 0);
    transform: translate3d(50%, -100%, 0);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    z-index: 10;
    padding: 20px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
    text-align: center;
}
/* Bottom content  */
.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box {
    transform: translate3d(50%, 18%, 0);
}
.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box {
    transform: translateY(30%) translateX(50%);
}
/* Left content  */
.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box {
    transform: translate3d(-5%, -36%, 0);
}
.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(-12%);
}

/* Right content  */
.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box {
    transform: translate3d(106%, -36%, 0);
}
.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(112%);
}

.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box h4 {
    font-size: 20px;
    margin-bottom: 7px;
}

.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box p {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
}

.htmega-marker-style-1 .htmega_image_pointer:hover .htmega_pointer_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-110%) translateX(50%);
    transform: translateY(-110%) translateX(50%);
}

.htmega-marker-style-1 .htmega_image_pointer {
    position: absolute;
    left: 66%;
    top: 15%;
}

/*Marker Style 02*/
.htmega-marker-style-2 {
    padding: 245px 0;
}

.htmega-marker-style-2 .htmega_image_pointer {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    border: 5px solid #dddddd;
    background-color: #fff;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 38px;
}

.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box {
    background: #fff;
    width: 240px;
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate3d(50%, -100%, 0);
    transform: translate3d(50%, -100%, 0);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    z-index: 10;
    padding: 20px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
    text-align: center;
}

/* Bottom content  */
.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box {
    transform: translate3d(50%, 18%, 0);
}
.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box {
    transform: translateY(30%) translateX(50%);
}
/* Left content  */
.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box {
    transform: translate3d(-5%, -36%, 0);
}
.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(-12%);
}

/* Right content  */
.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box {
    transform: translate3d(106%, -36%, 0);
}
.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(112%);
}

.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box h4 {
    font-size: 20px;
    margin-bottom: 7px;
}

.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box p {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
}

.htmega-marker-style-2 .htmega_image_pointer:hover .htmega_pointer_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-110%) translateX(50%);
    transform: translateY(-110%) translateX(50%);
}

.htmega-marker-style-2 .htmega_image_pointer {
    position: absolute;
    left: 50%;
    top: 26%;
}

/*Marker Style 03*/
.htmega-marker-style-3 {
    padding: 245px 0;
}

.htmega-marker-style-3 .htmega_image_pointer {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-color: #000000;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 49px;
    z-index: 2;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 0px 3px #000000;
}
/* Bottom content  */
.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box {
    transform: translate3d(50%, 18%, 0);
}
.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box {
    transform: translateY(41%) translateX(50%);
}
/* Left content  */
.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box {
    transform: translate3d(-5%, -36%, 0);
}
.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(-16%);
}

/* Right content  */
.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box {
    transform: translate3d(106%, -36%, 0);
}
.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(112%);
}

.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box {
    background: #000000;
    width: 240px;
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate3d(50%, -100%, 0);
    transform: translate3d(50%, -100%, 0);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    z-index: 10;
    padding: 20px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
    text-align: center;
}

.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box h4 {
    font-size: 20px;
    margin-bottom: 7px;
    color: #ffffff;
}

.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box p {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    color: #ffffff;
}

.htmega-marker-style-3 .htmega_image_pointer:hover .htmega_pointer_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-110%) translateX(50%);
    transform: translateY(-110%) translateX(50%);
}

.htmega-marker-style-3 .htmega_image_pointer {
    position: absolute;
    left: 50%;
    top: 26%;
}

/*Marker Style 04*/
.htmega-marker-style-4 {
    padding: 245px 0;
}

.htmega-marker-style-4 .htmega_image_pointer {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 38px;
    border: 5px solid #d88d78;
    z-index: 2;
}

.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box {
    transform: translate3d(50%, 18%, 0);
}
.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box {
    transform: translateY(34%) translateX(50%);
}
/* Left content  */
.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box {
    transform: translate3d(-5%, -36%, 0);
}
.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(-16%);
}

/* Right content  */
.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box {
    transform: translate3d(106%, -36%, 0);
}
.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(116%);
}

.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 240px;
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate3d(50%, -100%, 0);
    transform: translate3d(50%, -100%, 0);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    z-index: 10;
    padding: 20px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
    text-align: center;
}

.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box h4 {
    font-size: 20px;
    margin-bottom: 7px;
}

.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box p {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    color: #18012c;
}

.htmega-marker-style-4 .htmega_image_pointer:hover .htmega_pointer_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-110%) translateX(50%);
    transform: translateY(-110%) translateX(50%);
}

.htmega_image_pointer .htmega-image-marker-icon {
    position: relative;
    color: #d88d78;
    font-size: 18px;
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
    word-break: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.htmega-indicator-type-image .htmega-image-marker-icon{
    line-height: 0;
}

.htmega-image-marker-icon i {
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.htmega-marker-style-4 .htmega_image_pointer {
    position: absolute;
    left: 83%;
    top: 37%;
}
.htmega-marker-animation-rotated.htmega_image_pointer:hover .htmega-image-marker-icon i,
.htmega-image-marker-active-yes.htmega-marker-animation-rotated.htmega_image_pointer .htmega-image-marker-icon i {
    transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
/*Marker Style 05*/
.htmega-marker-style-5 {
    padding: 245px 0;
}

.htmega-marker-style-5 .htmega_image_pointer {
    width: 46px;
    height: 46px;
    border-radius: 4px;
    background: #000;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 47px;
    z-index: 2;
    border:none;
}

.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box {
    transform: translate3d(50%, 18%, 0);
}
.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box {
    transform: translateY(40%) translateX(50%);
}
/* Left content  */
.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box {
    transform: translate3d(-5%, -36%, 0);
}
.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(-16%);
}

/* Right content  */
.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box {
    transform: translate3d(106%, -36%, 0);
}
.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(116%);
}

.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box {
    background: #000000;
    width: 240px;
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate3d(50%, -100%, 0);
    transform: translate3d(50%, -100%, 0);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    z-index: 10;
    padding: 20px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
    text-align: center;
}

.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box h4 {
    font-size: 20px;
    margin-bottom: 7px;
    color: #fff;
}

.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box p {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    color: #fff;
}

.htmega-marker-style-5 .htmega_image_pointer:hover .htmega_pointer_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-110%) translateX(50%);
    transform: translateY(-110%) translateX(50%);
}


.htmega-marker-style-5 .htmega_image_pointer {
    position: absolute;
    left: 83%;
    top: 37%;
}

/*Marker Style 05*/
.htmega-marker-style-6 {
    padding: 245px 0;
}

.htmega-marker-style-6 .htmega_image_pointer {
    width: 46px;
    height: 46px;
    border-radius: 4px;
    background: #ffffff;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 47px;
    z-index: 2;
}

.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box {
    transform: translate3d(50%, 18%, 0);
}
.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box {
    transform: translateY(40%) translateX(50%);
}
/* Left content  */
.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box {
    transform: translate3d(-5%, -36%, 0);
}
.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(-16%);
}

/* Right content  */
.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box {
    transform: translate3d(106%, -36%, 0);
}
.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box {
    transform: translateY(-36%) translateX(116%);
}

.htmega-marker-style-6 .htmega_image_pointer .htmega_pointer_box {
    background: #ffffff;
    width: 240px;
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate3d(50%, -100%, 0);
    transform: translate3d(50%, -100%, 0);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    z-index: 10;
    padding: 20px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
    text-align: center;
}

.htmega-marker-style-6 .htmega_image_pointer .htmega_pointer_box h4 {
    font-size: 20px;
    margin-bottom: 7px;
    color: #000;
}

.htmega-marker-style-6 .htmega_image_pointer .htmega_pointer_box p {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    color: #000;
}

.htmega-marker-style-6 .htmega_image_pointer:hover .htmega_pointer_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-110%) translateX(50%);
    transform: translateY(-110%) translateX(50%);
}

.htmega-marker-style-6 .htmega_image_pointer {
    position: absolute;
    left: 83%;
    top: 37%;
}

/* support pluse shadow effect */

.htmega-marker-wrapper>img{
    width: 100%;
}
.htmega-shadow-wrapper {
    position: absolute;
    left:auto;
    right:auto;
    width: 46px;
    height: 46px;
}
.htmega-shadow-wrapper::after,.htmega-shadow-wrapper::before{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    border: 1px solid #f10;
    border-radius: 50%;
    -webkit-transform: scale(0.35) translateY(-50%) translateX(-50%);
    -ms-transform: scale(0.35) translateY(-50%) translateX(-50%);
    transform: scale(0.35) translateY(-50%) translateX(-50%);
    opacity: 0;
    -webkit-animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0.4s infinite;
    animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0.4s infinite;
    background-color: red;
    z-index: 0;
}
.htmega-shadow-wrapper::after {
    width: 100%;
    height: 100%;
    border-color: rgba(255, 255, 255, 0.4);
    -webkit-animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite;
    animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite;
}

/* Marker Animation Css */
@-webkit-keyframes marker-ripple-animation {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.7);
        opacity: 0;
    }
}

@keyframes marker-ripple-animation {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.7);
        opacity: 0;
    }
}
/* Image marker active */
.htmega_image_pointer.htmega-image-marker-active-yes .htmega_pointer_box{
    visibility:visible;
    opacity:1;
}

@media (max-width: 767px) { 
    .htmega-marker-wrapper .htmega-image-marker-hide-on-mobile-yes{
        display: none;
    } 
}
.htmega_image_pointer::before,.htmega_image_pointer::after{
    visibility: hidden;
}
.htmega-marker-content-position-arrow.htmega_image_pointer::before,
.htmega-marker-content-position-arrow.htmega_image_pointer::after,.htmega-marker-content-position-line.htmega_image_pointer::after {
    visibility: visible;
}
/* Arrow border style */
.htmega_image_pointer::after {
    content: "";
    height: 0px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 100%;
    width: 2px;
    background:#000000;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.htmega_image_pointer::before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    content: "";
    margin: -25px;
    height: 0;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    top: 0;
    z-index: 3;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.htmega_image_pointer:hover::after,
.htmega-image-marker-active-yes.htmega_image_pointer::after {
    height: 27px;
    opacity: 1;
}
.htmega_image_pointer:hover::before,.htmega-image-marker-active-yes.htmega_image_pointer::before{
    opacity: 1;
}
.htmega-marker-content-position-left.htmega_image_pointer::before, 
.htmega-marker-content-position-right.htmega_image_pointer::before{
    left: 0;
    top:50%;
    transform: translateY(-50%);
}
.htmega-marker-content-position-left.htmega_image_pointer::before {
    margin: 0 0 0 -25px;
}
.htmega-marker-content-position-left.htmega_image_pointer::after, 
.htmega-marker-content-position-right.htmega_image_pointer::after{
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    left: auto;
    width: 0px;
    height: 2px;
}
.htmega-marker-content-position-left.htmega_image_pointer:hover::after, 
.htmega-marker-content-position-right.htmega_image_pointer:hover::after,
.htmega-image-marker-active-yes.htmega-marker-content-position-left.htmega_image_pointer::after, 
.htmega-image-marker-active-yes.htmega-marker-content-position-right.htmega_image_pointer::after{
    width: 27px;
}


/* Top Arrow */
.htmega-marker-content-position-top.htmega_image_pointer::before{
    border-bottom-color: #000000;
    margin: -25px 0 0;
}
.htmega-marker-content-position-top.htmega_image_pointer:hover::before,
.htmega-image-marker-active-yes.htmega-marker-content-position-top.htmega_image_pointer::before{
    margin-top:-50px;
}
/* Bottom arrow */
.htmega-marker-content-position-bottom.htmega_image_pointer::after{
    bottom:auto;
    top:100%;
}
.htmega-marker-content-position-bottom.htmega_image_pointer::before{
    border-top-color: #000000;
    top: auto;
    bottom:0;
    margin: 0 0 -25px;
}
.htmega-marker-content-position-bottom.htmega_image_pointer:hover::before,
.htmega-image-marker-active-yes.htmega-marker-content-position-bottom.htmega_image_pointer::before{
    margin-bottom: -50px;
}
/* Left arrow */
.htmega-marker-content-position-left.htmega_image_pointer::before{
    border-right-color: #000000;
    margin: 0 0 0 -25px;
}
.htmega-marker-content-position-left.htmega_image_pointer:hover::before,
.htmega-image-marker-active-yes.htmega-marker-content-position-left.htmega_image_pointer::before{
    margin-left: -50px;
}
/* Right arrow */
.htmega-marker-content-position-right.htmega_image_pointer::after{
    left: 100%;
    right: auto;
}
.htmega-marker-content-position-right.htmega_image_pointer::before{
    border-left-color: #000000;
    margin: 0 -25px 0;
    left:auto;
    right:0;
}
.htmega-marker-content-position-right.htmega_image_pointer:hover::before,
.htmega-image-marker-active-yes.htmega-marker-content-position-right.htmega_image_pointer::before{
    margin-right: -50px;
}

.htmega-marker-content-position-line.htmega_image_pointer::before{
    visibility: hidden;
}
/*
* Inline Menu 
*/
.htmega-inlinemenu-area ul{
list-style: none;
margin: 0;
padding: 0;
}
.htmega-inlinemenu-area ul.htmega-mainmenu >li>ul{
    display:none;
}
.htmega-mainmenu {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
  
  /* Line Menu StartUp */
  .linemenu-nav ul li {
      margin: 0 18px;
      position: relative;
  }
  .linemenu-nav ul li a {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 14px;
      text-transform: inherit;
      text-decoration: none;
      color: #636363;
      position: relative;
      padding-bottom: 10px;
      display: inline-block;
  }
  
  .htmega-inlinemenu-style-1 .linemenu-nav ul li a::before {
    background: #d94f5c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale3d(0, 5, 1);
    transform-origin: 0 50% 0;
    transition: transform 0.3s cubic-bezier(1, 0.68, 0.16, 0.9) 0s;
    width: 100%;
  }
  
  .htmega-inlinemenu-style-1 .linemenu-nav ul > li:hover > a::before {
    transform: scale3d(1, 1, 1);
  }
  
  .linemenu-nav ul > li:hover > a {
    color: #d94f5c;
  }
  
  /* Line Menu Style 02 */
  
  .htmega-inlinemenu-style-2 .linemenu-nav ul li{
    margin: 0;
  }
  .htmega-inlinemenu-style-2 .linemenu-nav ul li a{
    padding: 15px;
}
  .htmega-inlinemenu-style-2 .linemenu-nav ul li a::before, .htmega-inlinemenu-style-2 .linemenu-nav ul li a::after {
    border: 2px solid #ffffff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.2s ease 0s;
    width: 100%;
  }
  
  .htmega-inlinemenu-style-2 .linemenu-nav ul li a::before {
    border-width: 0 2px;
    transform: scale3d(1, 0, 1);
    transform-origin: 0 50% 0;
  }
  .htmega-inlinemenu-style-2 .linemenu-nav ul li a::after {
    border-width: 2px 0;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 0 0;
    transition-delay: 0.2s;
  }
  
  .htmega-inlinemenu-style-2 .linemenu-nav ul li:hover a::before, .htmega-inlinemenu-style-2 .linemenu-nav ul li:hover a::after {
    transform: scale3d(1, 1, 1);
  }

  .linemenu-nav ul.htmega-mainmenu > li:hover > a{
    transition: all 0.35s ease;
  }
  
  /* Line Menu Style 03 */
  .htmega-inlinemenu-style-3 li {
      position: relative;
  }
  
  .htmega-inlinemenu-style-3 li a {
      position: relative;
      display: block;
  }
  
  .htmega-inlinemenu-style-3 li::before,
  .htmega-inlinemenu-style-3 li::after,
  .htmega-inlinemenu-style-3 li a::before,
  .htmega-inlinemenu-style-3 li a::after {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 2px solid #d94f5c;
      content: '';
      z-index: -1;
      opacity: 0;
      pointer-events: none;
  }
  
  .htmega-inlinemenu-style-3 li:hover::before,
  .htmega-inlinemenu-style-3 li:hover::after,
  .htmega-inlinemenu-style-3 li:hover a::before,
  .htmega-inlinemenu-style-3 li:hover a::after {
      -webkit-animation: lineanimation .6s ease-in-out;
      animation: lineanimation .6s ease-in-out;
      z-index: 1;
      opacity: 1;
  }
  
  .htmega-inlinemenu-style-3 li::before {
      border-width: 0 0 0 2px;
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
  }
  
  .htmega-inlinemenu-style-3 li::after {
      border-width: 0 2px 0 0;
      -webkit-transform-origin: right top;
      transform-origin: right top;
  }
  
  .htmega-inlinemenu-style-3 li a::before {
      border-width: 2px 0 0;
      -webkit-transform-origin: left top;
      transform-origin: left top;
  }
  
  .htmega-inlinemenu-style-3 li a::after {
      border-width: 0 0 2px;
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
  }
  
  .htmega-inlinemenu-style-3 li:hover::before {
      -webkit-animation-delay: -.45s;
      animation-delay: -.45s;
  }
  
  .htmega-inlinemenu-style-3 li:hover::after {
      -webkit-animation-delay: -.15s;
      animation-delay: -.15s;
  }
  
  .htmega-inlinemenu-style-3 li:hover a::before {
      -webkit-animation-delay: -.3s;
      animation-delay: -.3s;
  }
  
  .htmega-inlinemenu-style-3 li:hover a::after {
      -webkit-animation-delay: 0;
      animation-delay: 0;
  }
  
  .htmega-inlinemenu-style-3 li a span {
      position: relative;
      z-index: 3;
  }
  
  @-webkit-keyframes lineanimation {
  
      0%,
      33% {
          opacity: 0;
          -webkit-transform: rotate(45deg) scale(1.5);
          transform: rotate(45deg) scale(1.5);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
      }
  }
  
  @keyframes lineanimation {
  
      0%,
      33% {
          opacity: 0;
          -webkit-transform: rotate(45deg) scale(1.5);
          transform: rotate(45deg) scale(1.5);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
      }
  }
  
  /* Line Menu Style 04 */
  .htmega-inlinemenu-style-4 li a{
      position: relative;
      padding: 10px 0;
  }
  
  .htmega-inlinemenu-style-4 li a::before,
  .htmega-inlinemenu-style-4 li a::after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background: #ffffff;
      -webkit-transform: scale3d(0, 1, 1);
      transform: scale3d(0, 1, 1);
      -webkit-transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
  }
  
  .htmega-inlinemenu-style-4 li a::before {
      top: 0;
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
  }
  
  .htmega-inlinemenu-style-4 li a::after {
      bottom: 0;
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  }
  
  .htmega-inlinemenu-style-4 li a:hover::before,
  .htmega-inlinemenu-style-4 li a:hover::after {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
      transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
  }
  
  /* Line Menu Style 05 */
  .htmega-inlinemenu-style-5 li a {
      position: relative;
  }
  
  .htmega-inlinemenu-style-5 ul li {
      margin: 0 10px;
  }
  
  .htmega-inlinemenu-style-5 ul li a{
      position: relative;
      overflow: hidden;
      width: 130px;
      padding: 1em 0;
      display: block;
      padding: 1em;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      color: #636363;
  }
  
  .htmega-inlinemenu-style-5 ul li a:hover {
      color: #d94f5c;
  }
  
  .htmega-inlinemenu-style-5 ul li a::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 300%;
      height: 50px;
      opacity: 0;
      background: url(//digitalfresh.co.uk/wp-content/plugins/ht-mega-for-elementor/assets/images/icons/line.svg) no-repeat top left;
      -webkit-transform: translate3d(130px, 0, 0);
      transform: translate3d(130px, 0, 0);
      -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.3s;
      transition: transform 0s 0.3s, opacity 0.3s;
  }
  
  .htmega-inlinemenu-style-5 ul li a:hover::before {
      opacity: 1;
      -webkit-transform: translate3d(-260px, 0, 0);
      transform: translate3d(-260px, 0, 0);
      -webkit-transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
  }
  
  /* Line Menu Style 06 */
  .htmega-inlinemenu-style-6 ul li a {
      position: relative;
      overflow: hidden;
      height: 3em;
      padding: 1em 0;
      text-align: center;
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
  }
  
  .htmega-inlinemenu-style-6 ul li a:hover {
      color: #d94f5c;
  }
  
  .htmega-inlinemenu-style-6 ul li:hover a {
      -webkit-animation: anim-francisco 0.4s forwards;
      animation: anim-francisco 0.4s forwards;
      color: #d94f5c;
  }
  
  @-webkit-keyframes anim-francisco {
      50% {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
      }
  
      51% {
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
      }
  }
  
  @keyframes anim-francisco {
      50% {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
      }
  
      51% {
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
      }
  }
  
  
  /* Line menu style 07 */
  .htmega-inlinemenu-style-7 ul li{
      margin: 0;
  }
  
  .htmega-inlinemenu-style-7 ul li a {
      padding: 10px 0;
      border-top: 2px solid #c90dbe;
      color: #c90dbe;
      position: relative;
      margin: 0 10px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 400;
      text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  }
  
  .htmega-inlinemenu-style-7 ul li a::before {
      position: absolute;
      left: 0;
      overflow: hidden;
      padding: 10px 0;
      max-width: 0;
      border-bottom: 2px solid #c90dbe;
      color: #c90dbe;
      content: attr(data-hover);
      -webkit-transition: max-width 0.5s;
      -moz-transition: max-width 0.5s;
      transition: max-width 0.5s;
      top: 50%;
      transform: translateY(-50%);
  }
  
  .htmega-inlinemenu-style-7 ul li a:hover::before,
  .htmega-inlinemenu-style-7 ul li a:focus::before {
      max-width: 100%;
  }

  /* Line Menu Eignt */
  .htmega-inlinemenu-style-8 .linemenu-nav ul li a{
      padding: 0 20px 10px 20px;
  }
.htmega-inlinemenu-style-8 .linemenu-nav ul li a::before {
    position: absolute;
	bottom: 18px;
	left: -8px;
	content: " ";
	transition: all 0.35s ease;
	transform: rotate(0deg);
	height: 100%;
	width: 0;
	border-bottom: 2px solid rgba(49, 45, 255, 0.5);
	border-left: 0;
	border-top: 0;
	border-right: 0;
	opacity: 0;
}

  .htmega-inlinemenu-style-8 .linemenu-nav ul > li:hover > a::before{
    opacity: 1;
	width: 100%;
	transform: rotate(-20deg);
  }

  /* Line Menu Nine */

  .htmega-inlinemenu-style-9 .linemenu-nav ul li a{
    padding: 0px 25px 0px 25px;
  }
  .htmega-inlinemenu-style-9 .linemenu-nav ul li a::before {
	position: absolute;
	left: 12px;
	top: 3px;
	content: " ";
	height: 8px;
	width: 8px;
	opacity: 0;
	transition: all 0.35s ease;
	transform: translate(100%, 50%);
	border: 0;
	border-left: 2px solid #636363;
	border-top: 2px solid #636363;
}
.htmega-inlinemenu-style-9 .linemenu-nav ul li a::after {
	position: absolute;
	right: 12px;
	bottom: 0px;
	content: " ";
	border: 2px solid #fff;
	height: 8px;
	width: 8px;
	border-right: 0;
	border-bottom: 0;
	opacity: 0;
	transition: 0.3s ease;
	transform: translate(-100%, -50%);
	border: 0;
	border-right: 2px solid #636363;
	border-bottom: 2px solid #636363;
}
.htmega-inlinemenu-style-9 .linemenu-nav ul > li:hover > a::before {
	opacity: 1;
	transform: translate(0%, 0%);
}
.htmega-inlinemenu-style-9 .linemenu-nav ul > li:hover > a::after {
	opacity: 1;
	transform: translate(0%, 0%);
}

/* Line Menu Eleven */
.htmega-inlinemenu-style-10 .linemenu-nav ul li a::before {
    position: absolute;
	top: -15px;
    left:50%;
	content: " ";
	height: 20px;
	width: 3px;
	opacity: 0;
	transition: all 0.35s ease;
	transform: translate(50%);
	background: #FF6A3B;
}
.htmega-inlinemenu-style-10 .linemenu-nav ul li a::after {
    position: absolute;
	bottom: -15px;
    left: 50%;
	content: " ";
	height: 20px;
	width: 3px;
	opacity: 0;
	transition: all 0.35s ease;
	transform: translate(50%);
	background: #FF6A3B;
}


.htmega-inlinemenu-style-10 .linemenu-nav ul > li:hover > a::after{
    opacity: 1;
	transform: translate(0%, 0%);
}
.htmega-inlinemenu-style-10 .linemenu-nav ul > li:hover > a::before{
    opacity: 1;
	transform: translate(0%, 0%);
}


/* Inline Menu Active */
.htmega-inlinemenu-style-1 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{
    opacity: 1;
    transform: none; 
    transform-origin: 
    unset; transition: none;
}
.htmega-inlinemenu-style-2 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{
    opacity: 1; 
    transform: none; 
    transition: none;
}
.htmega-inlinemenu-style-2 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::after{
    opacity: 1;
     transform: none;
     transition: none;
}
.htmega-inlinemenu-style-3 .linemenu-nav ul.htmega-mainmenu li a{
    padding: 0 8px 0 8px;
}
.htmega-inlinemenu-style-4 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before,
.htmega-inlinemenu-style-4 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::after{
    opacity: 1;
     -webkit-transform: none;
     transform: none;
     -webkit-transition: none;
     transition: none;
 }
.htmega-inlinemenu-style-5 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{
    opacity: 1;
     -webkit-transform: none;
     transform: none;
     -webkit-transition: none;
     transition: none;
 }
.htmega-inlinemenu-style-8 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before {
    opacity: 1; 
    transform: rotate(-20deg); 
    width: 100%; }
.htmega-inlinemenu-style-9 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{
    opacity: 1;
     transform: translate(0%, 0%);
}
.htmega-inlinemenu-style-9 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::after{
    opacity: 1;
     transform: translate(0%, 0%);
}
.htmega-inlinemenu-style-10 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{
    opacity: 1;
}
.htmega-inlinemenu-style-10 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::after{
    opacity: 1;
}

  
  /*===========================
      404 Styly StartUp
  =============================*/
  .htmega-not-found {
      overflow: hidden;
      text-align: center;
      position: relative;
  }
  
  .htmega-not-found .content {
      position: relative;
      z-index: 2;
  }
  
  .htmega-not-found .content h1 {
      color: #c0d2ff;
      font-size: 48px;
      margin-top: 35px;
      margin-bottom: 43px;
  }
  
  .htmega-not-found .content a.page-back-btn {
      background: #c0d2ff;
      height: 62px;
      display: inline-flex;
      padding: 0 40px;
      line-height: 62px;
      border-radius: 31px;
      color: #131e3a;
      font-size: 16px;
      font-weight: 500;
      transition: 0.4s ease-in-out;
      text-decoration: none;
      align-items: center;
      justify-content: center;
  }
  
  .htmega-not-found .content a.page-back-btn:hover {
      background: #fff;
      border-radius: 20px 0;
      color: #18012c;
      transform: translateY(-5px);
  }
  
  .htmega-not-found .content a.page-back-btn i {
      padding-right: 12px;
      font-size: 18px;
  }
  
  .htmega-not-found .content a.page-back-btn svg {
    width: 20px;
    margin-right: 8px;
    fill: #131e3a;
  }
  
  /* 404 Animation css*/
  .cloud {
      width: 350px;
      height: 120px;
      background: #1e2a4a;
      background: linear-gradient(top, #1e2a4a 100%);
      background: -webkit-linear-gradient(top, #1e2a4a 100%);
      background: -moz-linear-gradient(top, #1e2a4a 100%);
      background: -ms-linear-gradient(top, #1e2a4a 100%);
      background: -o-linear-gradient(top, #1e2a4a 100%);
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      position: absolute;
      margin: 120px auto 20px;
      transition: ease 1s;
  }
  
  .cloud:after,
  .cloud:before {
      content: '';
      position: absolute;
      background: #1e2a4a;
      z-index: -1;
  }
  
  .cloud:after {
      width: 100px;
      height: 100px;
      top: -50px;
      left: 50px;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
  }
  
  .cloud:before {
      width: 180px;
      height: 180px;
      top: -90px;
      right: 50px;
      border-radius: 200px;
      -webkit-border-radius: 200px;
      -moz-border-radius: 200px;
  }
  
  .cloud-1 {
      top: -198px;
      left: 0;
      -webkit-transform: scale(0.3);
      -moz-transform: scale(0.3);
      transform: scale(0.3);
      opacity: 0.9;
      -webkit-animation: htmegaclouds 15s linear infinite;
      -moz-animation: htmegaclouds 15s linear infinite;
      -o-animation: htmegaclouds 15s linear infinite;
  }
  
  .cloud-2 {
      top: -122px;
      left: 140px;
      -webkit-transform: scale(0.3);
      -moz-transform: scale(0.3);
      transform: scale(0.3);
      -webkit-animation: htmegaclouds 17s linear infinite;
      -moz-animation: htmegaclouds 17s linear infinite;
      -o-animation: htmegaclouds 17s linear infinite;
  }
  
  .cloud-3 {
      left: 409px;
      top: -50px;
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 0.6;
      -webkit-animation: htmegaclouds 25s linear infinite;
      -moz-animation: htmegaclouds 25s linear infinite;
      -o-animation: htmegaclouds 25s linear infinite;
  }
  
  .cloud-4 {
      left: -46px;
      bottom: 135px;
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 0.8;
      -webkit-animation: htmegaclouds 25s linear infinite;
      -moz-animation: htmegaclouds 25s linear infinite;
      -o-animation: htmegaclouds 25s linear infinite;
  }
  
  .cloud-5 {
      left: 469px;
      bottom: -57px;
      -webkit-transform: scale(0.75);
      -moz-transform: scale(0.75);
      transform: scale(0.75);
      opacity: 0.75;
      -webkit-animation: htmegaclouds 18s linear infinite;
      -moz-animation: htmegaclouds 18s linear infinite;
      -o-animation: htmegaclouds 18s linear infinite;
  }
  
  .cloud-6 {
      left: 100%;
      top: 263px;
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0.8;
      -webkit-animation: htmegaclouds 20s linear infinite;
      -moz-animation: htmegaclouds 20s linear infinite;
      -o-animation: htmegaclouds 20s linear infinite;
  }
  
  @-webkit-keyframes htmegaclouds {
      0% {
          margin-left: 1000px;
      }
  
      100% {
          margin-left: -1000px;
      }
  }
  
  @-moz-keyframes htmegaclouds {
      0% {
          margin-left: 1000px;
      }
  
      100% {
          margin-left: -1000px;
      }
  }
  
  @-o-keyframes htmegaclouds {
      0% {
          margin-left: 1000px;
      }
  
      100% {
          margin-left: -1000px;
      }
  }
  
  /* 404 Styly 02*/
  .htmega-error-style-2 .content {
      text-align: left;
      padding-left: 65px;
  }
  
  .htmega-error-style-2 .content h2 {
      color: #ffffff;
      font-size: 48px;
      font-weight: 400;
      margin-bottom: 4px;
  }
  
  .htmega-error-style-2 .content h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 7px;
    margin-top: 0;
  }
  
  .htmega-error-style-2 .content h1 span {
      color: #ffffff;
      font-size: 116px;
      padding-right: 21px;
  }
  
  .htmega-error-style-2 .content p {
      color: #ffffff;
      font-size: 32px;
      line-height: 54px;
      margin-bottom: 32px;
  }
  
  .htmega-error-style-2 .content a.page-back-btn {
      background: #fff;
      color: #131e3a;
      height: 75px;
      display: inline-block;
      padding: 0 60px;
      font-size: 30px;
      line-height: 71px;
      border-radius: 31px;
      transition: 0.4 ease-in-out;
  }
  
  .htmega-error-style-2 .content a.page-back-btn:hover {
      background: #fff;
      border-radius: 20px 0;
      color: #18012c;
      transform: translateY(-5px);
  }
  
  /*404 Styly 03*/
  .htmega-error-style-3 .content{
    padding-bottom: 10px;
  }
  .htmega-error-style-3 .content h2 {
      color: #d5cff2;
      font-size: 52px;
      margin-bottom: 16px;
  }
  
  .htmega-error-style-3 .content p {
      color: #d5cff2;
      font-size: 30px;
      line-height: 44px;
      margin-bottom: 38px;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-error-style-3 .content a.page-back-btn {
      background: #fd5c5e;
      display: inline-block;
      border-radius: 31px;
      color: #d5cff2;
      font-size: 36px;
      transition: 0.5s ease-in-out;
      padding: 0;
  }
  .htmega-error-style-3 .content a.page-back-btn i {
    font-size: inherit;
    padding-right: inherit;
  }
  
  .htmega-error-style-3 .content a.page-back-btn:hover {
      transform: scale(1.2);
      background: #18012c;
      color: #ffffff;
  }
  
  /*404 Styly 04*/
  .not-found-4 {
      padding: 310px 0;
  }
  
  .not-found-4 .content {
      text-align: left;
  }
  
  .not-found-4 .content h2 {
      color: #fcfcfc;
      font-size: 36px;
      line-height: 64px;
      font-weight: 400;
      text-align: left;
      margin-bottom: 30px;
  }
  
  .not-found-4 .content a.page-back-btn {
      background: #da4c00;
      color: #fff;
      height: 54px;
      display: inline-block;
      padding: 0 40px;
      line-height: 54px;
      font-size: 16px;
      font-weight: 600;
      border-radius: 27px;
      transition: 0.5s ease-in-out;
      margin-right: 26px;
      font-family: "Montserrat", sans-serif;
  }
  
  .not-found-4 .content a.page-back-btn:hover {
    background: #da4c00 none repeat scroll 0 0;
    border-radius: 27px;
    color: #fff;
    opacity: 0.7;
    transform: translateY(0px);
  }
  
  .not-found-4 .content a.page-back-btn.error_contact {
      background: #ff8a00;
  }
  
  
  /*
  * Counterup Css
  */
  .htmega-counter-content {
    line-height: 1;
  }
  .htmega-counter-icon span {
    display: inline-block;
  }
  .htmega-counter-img, .htmega-counter-icon {
    margin: auto;
  }
  .htmega-counter-icon svg {
    width: 20px;
  }
  .htmega-counter-area .htmega-counter-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
  
  /*Counterup Style 1*/
  .htmega-counter-style-1 {
      text-align: center;
  }
  
  .htmega-counter-style-1 .htmega-counter-icon i {
      font-size: 36px;
      color: #ed552d;
  }
  
  .htmega-counter-style-1 .htmega-counter-content span {
      color: #696969;
      font-size: 36px;
      font-weight: 700;
      margin-top: 20px;
      display: inline-block;
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-counter-style-1 .htmega-counter-content h2 {
      color: #898989;
      font-weight: 400;
      font-size: 17px;
      margin: 0;
      position: relative;
      margin-top: 9px;
      display: block;
      padding-bottom: 15px;
  }
  
  .htmega-counter-style-1 .htmega-counter-content h2::before {
      background: #d5d5d5;
      width: 48px;
      height: 1px;
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }
  
  /*Counterup Style 2*/
  .htmega-counter-style-2 {
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .htmega-counter-style-2 .htmega-counter-content {
    text-align: center;
  }

  .htmega-countericon-align-left {
    flex-direction: row;
  }

  .htmega-countericon-align-right {
    flex-direction: row-reverse;
  }
  
  .htmega-counter-style-2 .htmega-counter-icon {
      padding-right: 20px;
  }
  
  .htmega-counter-style-2 .htmega-counter-icon i {
      font-size: 48px;
      color: #383838;
  }
  
  .htmega-counter-style-2 .htmega-counter-content span {
      color: #383838;
      font-size: 24px;
      font-weight: 600;
      margin-top: 13px;
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      position: relative;
  }
  
  .htmega-counter-style-2 .htmega-counter-content h2 {
      color: #383838;
      font-weight: 400;
      font-size: 20px;
      margin: 0;
      position: relative;
      display: block;
  }
  
  /*Counterup Style 3*/
  .htmega-counter-area{
    position: relative;
  }
  .htmega-counter-area::before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: transparent;
      opacity: 0.8;
  }
  .htmega-counter-content {
    position: relative;
    z-index: 1;
  }
  
  .htmega-counter-style-3 .htmega-counter-img {
      display: inline-block;
      position: relative;
  }
  
  .htmega-counter-style-3 .htmega-counter-img::before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #52b6bc;
      opacity: 0.8;
      border-radius: 100%;
  }
  
  .htmega-counter-style-3 .htmega-counter-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 100%;
  }
  
  .htmega-counter-style-3 {
      text-align: center;
  }
  
  .htmega-counter-style-3 .htmega-counter-content span {
      color: #ffffff;
      font-size: 40px;
      font-weight: 600;
      margin-top: 13px;
      font-family: 'Courgette', cursive;
  }
  
  .htmega-counter-style-3 .htmega-counter-content h2 {
      color: #ffffff;
      font-weight: 400;
      font-size: 20px;
      margin: 0;
      margin-top: 4px;
      font-family: 'Courgette', cursive;
  }
  
  /*Counterup Style 4*/
  .htmega-counter-style-4 {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .htmega-counter-style-4 .htmega-counter-img {
      padding-right: 25px;
  }
  
  .htmega-counter-style-4 .htmega-counter-content {
      text-align: center;
  }
  
  .htmega-counter-style-4 .htmega-counter-content span {
      color: #585858;
      font-size: 24px;
      font-weight: 600;
      margin-top: 13px;
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      position: relative;
  }
  
  .htmega-counter-style-4 .htmega-counter-content h2 {
      color: #585858;
      font-weight: 600;
      font-size: 24px;
      margin: 0;
      position: relative;
      display: block;
      padding-bottom: 14px;
  }
  
  .htmega-counter-style-4 .htmega-counter-content h2::before {
      position: absolute;
      content: "";
      bottom: 0;
      background: #ed552d;
      width: 70px;
      height: 2px;
      left: 50%;
      transform: translateX(-50%);
  }
  
  /*Counterup Style 5*/
  .htmega-counter-style-5 {
      text-align: center;
  }
  
  .htmega-counter-style-5 .htmega-counter-icon i {
      font-size: 36px;
      color: #ed552d;
  }
  
  .htmega-counter-style-5 .htmega-counter-content span {
      color: #18012c;
      font-size: 36px;
      font-weight: 700;
      margin-top: 20px;
      display: inline-block;
      font-family: 'Lobster Two', cursive;
  }
  
  .htmega-counter-style-5 .htmega-counter-content span.color-1 {
      color: #b1c642;
  }
  
  .htmega-counter-style-5 .htmega-counter-content span.color-2 {
      color: #ff5020;
  }
  
  .htmega-counter-style-5 .htmega-counter-content span.color-3 {
      color: #ffc10d;
  }
  
  .htmega-counter-style-5 .htmega-counter-content span.color-4 {
      color: #68b9d8;
  }
  
  .htmega-counter-style-5 .htmega-counter-content h2 {
      color: #444444;
      font-weight: 400;
      font-size: 24px;
      margin: 0;
      margin-top: 9px;
      display: block;
      padding-bottom: 15px;
      font-family: 'Lobster Two', cursive;
  }
  
  /*Counterup Style 6*/
  .htmega-counter-style-6 {
      text-align: center;
  }
  
  .htmega-counter-style-6 .htmega-counter-icon {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .htmega-counter-style-6 .htmega-counter-icon span {
      color: #363636;
      font-size: 36px;
      font-weight: 600;
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      padding-left: 15px;
  }
  
  .htmega-counter-style-6 .htmega-counter-content h2 {
      color: #363636;
      font-weight: 600;
      font-size: 16px;
      margin: 0;
      display: block;
      font-family: "Montserrat", sans-serif;
      margin-top: 13px;
      text-transform: uppercase;
  }

  .htmega-counter-style-6 .htmega-counter-content::after {
	content: "";
	position: absolute;
	top: -10px;
	width: 35px;
	border: 1px dashed transparent;
	left: 40%;
}
  
  /*
   * Blog Post Css
  */
  
  [class*="htmega"] .row-1 > [class*="col"] {
    padding-left: 1px;
    padding-right: 1px;
  }
  
  .grid_post .elementor-widget {
    margin-bottom: 0 !important;
  }
  
  .row--10 > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .mt--30,.ht-post.mt--30 {
    margin-top: 30px;
  }
  .mt--20,.ht-post.mt--20 {
    margin-top: 20px;
  }
  
  /*Blog Post Css*/
  .gradient-overlay .thumb a {
      display: block;
      position: relative;
  }
  
  .gradient-overlay .thumb a::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: 2;
      opacity: 0.3;
      right: 0;
  }
  
  .gradient-overlay.gradient-overlay-1 .thumb a::before {
      background-image: linear-gradient(#f10afd, #1cc3e2);
      background-image: -webkit-gradient(#f10afd, #1cc3e2);
      background-image: -webkit-linear-gradient(#f10afd, #1cc3e2);
      background-image: -moz-linear-gradient(#f10afd, #1cc3e2);
      background-image: -ms-linear-gradient(#f10afd, #1cc3e2);
      background-image: -o-linear-gradient(#f10afd, #1cc3e2);
      opacity: 0.8;
  }
  
  .gradient-overlay.gradient-overlay-2 .thumb a::before {
      background-image: linear-gradient(#f29a4a, #f2c84c);
      background-image: -webkit-gradient(#f29a4a, #f2c84c);
      background-image: -webkit-linear-gradient(#f29a4a, #f2c84c);
      background-image: -moz-linear-gradient(#f29a4a, #f2c84c);
      background-image: -ms-linear-gradient(#f29a4a, #f2c84c);
      background-image: -o-linear-gradient(#f29a4a, #f2c84c);
      opacity: 0.8;
  }
  
  .gradient-overlay.gradient-overlay-3 .thumb a::before {
      background-image: linear-gradient(#f7384e, #0fbcb9);
      background-image: -webkit-gradient(#f7384e, #0fbcb9);
      background-image: -webkit-linear-gradient(#f7384e, #0fbcb9);
      background-image: -moz-linear-gradient(#f7384e, #0fbcb9);
      background-image: -ms-linear-gradient(#f7384e, #0fbcb9);
      background-image: -o-linear-gradient(#f7384e, #0fbcb9);
      opacity: 0.8;
  }
  
  .gradient-overlay.gradient-overlay-4 .thumb a::before {
      background-image: linear-gradient(#bd3664, #222671);
      background-image: -webkit-gradient(#bd3664, #222671);
      background-image: -webkit-linear-gradient(#bd3664, #222671);
      background-image: -moz-linear-gradient(#bd3664, #222671);
      background-image: -ms-linear-gradient(#bd3664, #222671);
      background-image: -o-linear-gradient(#bd3664, #222671);
      opacity: 0.8;
  }
  
  .gradient-overlay.gradient-overlay-5 .thumb a::before {
      background-image: linear-gradient(#eb3449, #f45a43);
      background-image: -webkit-gradient(#eb3449, #f45a43);
      background-image: -webkit-linear-gradient(#eb3449, #f45a43);
      background-image: -moz-linear-gradient(#eb3449, #f45a43);
      background-image: -ms-linear-gradient(#eb3449, #f45a43);
      background-image: -o-linear-gradient(#eb3449, #f45a43);
      opacity: 0.8;
  }
  
  .gradient-overlay.gradient-overlay-6 .thumb a::before {
      background-image: linear-gradient(#c03764, #202671);
      background-image: -webkit-gradient(#c03764, #202671);
      background-image: -webkit-linear-gradient(#c03764, #202671);
      background-image: -moz-linear-gradient(#c03764, #202671);
      background-image: -ms-linear-gradient(#c03764, #202671);
      background-image: -o-linear-gradient(#c03764, #202671);
      opacity: 0.8;
  }
  
  .gradient-overlay.gradient-overlay-7 .thumb a::before {
      background-image: linear-gradient(#eb3449, #f45b43);
      background-image: -webkit-gradient(#eb3449, #f45b43);
      background-image: -webkit-linear-gradient(#eb3449, #f45b43);
      background-image: -moz-linear-gradient(#eb3449, #f45b43);
      background-image: -ms-linear-gradient(#eb3449, #f45b43);
      background-image: -o-linear-gradient(#eb3449, #f45b43);
      opacity: 0.8;
  }
  
  .black-overlay .thumb a {
      display: block;
      position: relative;
  }
  
  .black-overlay .thumb a::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: 2;
      opacity: 0.2;
      right: 0;
      background: #000000;
  }
  
  /*Blog Post Content*/
  .ht-post {
      position: relative;
      margin-top: 2px;
      overflow: hidden;
  }
  .ht-post .thumb{
      overflow: hidden;
  }
  .ht-post .thumb a img {
      width: 100%;
      display: block;
      transition: 0.3s ease-out;
      overflow: hidden;
      object-fit: cover;
      height: 100%;
  }
  .ht-post:hover .thumb a img {
      opacity: 1;
      transform: scale3d(1.1, 1.1, 1);
  }
  
  .ht-post a.post-category {
    background: #f05555 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: auto;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 0 8px;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
  }
  
  .ht-post a.post-position-top-left {
      left: 0;
      top: 0;
  }
  
  .ht-post a.post-position-top-right {
      right: 0;
      top: 0;
  }
  
  .ht-post .post-content {
      position: absolute;
      bottom: 0;
      z-index: 2;
      padding: 20px 10px 20px 20px;
      width: 100%;
  }
  
  .ht-post .post-content .content h4, .content .htmega-post-g-title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 11px;
  }
  
  .ht-post .post-content .content h2,.htmega-post-grid-layout-5 .htb-col-lg-8 .ht-post .post-content .content .htmega-post-g-title,
  .htmega-post-grid-layout-2 .htb-col-lg-6 .ht-post .post-content .content .htmega-post-g-title {
      font-size: 36px;
      margin-bottom: 11px;
  }
  
  .ht-post .post-content .content a {
      color: #ffffff;
  }
  a.htmega-post-g-read-more{
    display: inline-block;
  }
  p.htmega-post-g-description{
    color: #fff;
  }
  .show-content-under-thumbnail-yes .ht-post .post-content{
    position: relative;
  }
  .ht-post .post-content .content .meta {
      color: #fff;
      font-size: 14px;
      letter-spacing: 2px;
  }

  
  .ht-post a.play-video {
      position: absolute;
      z-index: 3;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 50px;
      height: 50px;
      background: transparent;
      border: 1px solid #fff;
      border-radius: 100%;
      padding: 0;
      text-align: center;
      color: #fff;
      font-size: 24px;
      transition: 0.4s ease-in-out;
  }
  
  .ht-post a.play-video:hover {
      background: #18012c;
      color: #fff;
      border: 1px solid #18012c;
  }
  
  .ht-post a.play-video i {
      margin-left: 4px;
  }
  
  /*
  * Single Post Style
  */
  .htmega-single-post .post-category a {
    background: #f05555 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    padding: 0 9px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
  }
  
  .htmega-single-post .post-category a:hover {
      background: #18012c;
      color: #ffffff;
  }
  
  .htmega-single-post ul.meta {
    display: flex;
    list-style: outside none none;
    margin: 0 -15px;
    padding: 0;
  }
  .htmega-single-post ul.meta li {
    font-size: 13px;
    letter-spacing: 2px;
    margin: 0 15px;
  }
  .htmega-single-post ul.meta li i {
    font-size: 14px;
    margin-right: 10px;
  }
  
  .htmega-single-post {
      position: relative;
  }
  
  .htmega-single-post .thumb {
      overflow: hidden;
      line-height: 0;
  }
  .htmega-single-post .thumb a{
    display: block;
    position: relative;
  }
  .htmega-single-post a{
    text-decoration: none;
  }
  .htmega-single-post .thumb a img {
      transition: 0.4s ease-in-out;
  }
  
  .htmega-single-post:hover .thumb a img {
      transform: scale(1.2);
  }
  
  /* Single Post Style 01 */
  .htmega-single-post-style-1 .content {
      position: absolute;
      bottom: 0;
      padding: 40px;
      width: 100%;
  }
  
  .htmega-single-post-style-1 .content h2 {
      font-size: 24px;
      font-weight: 600;
      margin-top: 15px;
      margin-bottom: 10px;
      line-height: 36px;
  }
  
  .htmega-single-post-style-1 .content h2 a,.htmega-single-post-style-1 .content ul.meta li,.htmega-single-post-style-1 .content ul.meta li a {
      color: #ffffff;
  }
  
  
  /* Single Post 02 */
  .htmega-single-post-style-2 .content {
      padding-top: 30px;
  }
  
  .htmega-single-post-style-2 .content h2 {
      font-size: 24px;
      font-weight: 600;
      margin-top: 15px;
      margin-bottom: 10px;
      line-height: 36px;
  }
  
  .htmega-single-post-style-2 .content h2 a,.htmega-single-post-style-2 .content ul.meta li,.htmega-single-post-style-2 .content ul.meta li a {
      color: #464545;
  }
  
  /*Single Post 03*/
  .htmega-single-post-style-3 .content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center;
  }
  
  .htmega-single-post-style-3 .content h2 {
      font-size: 24px;
      font-weight: 600;
      margin-top: 18px;
      margin-bottom: 22px;
      line-height: 34px;
  }
  
  .htmega-single-post-style-3 .content h2 a {
      color: #ffffff;
  }
  
  .htmega-single-post-style-3 .content ul.meta {
      justify-content: center;
  }
  
  .htmega-single-post-style-3 .content ul.meta li,.htmega-single-post-style-3 .content ul.meta li a {
      color: #ffffff;
  }
  
  /*Single Post 04*/
  .htmega-single-post-style-4 .content {
      background: #ffffff;
      text-align: center;
      padding: 40px 20px;
  }
  
  .htmega-single-post-style-4 .content h2 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 16px;
      line-height: 36px;
      margin-top: 0px;
  }
  
  .htmega-single-post-style-4 .content h2 a {
      color: #464545;
      transition: 0.4s ease-in;
  }
  
  .htmega-single-post-style-4 .content h2 a:hover {
      color: #18012c;
  }
  
  .htmega-single-post-style-4 .content ul.meta {
      justify-content: center;
  }
  
  .htmega-single-post-style-4 .content ul.meta li,.htmega-single-post-style-4 .content ul.meta li a {
      color: #464545;
  }
  
  /*
   * Post Slider Css
  */
  .htmega-single-post-slide {
      position: relative;
      overflow: hidden;
  }
  .htmega-single-post-slide img{
    width: 100%;
  }
  .htmega-single-post-slide a{
    text-decoration: none;
  }
  .htmega-single-post-slide .content ul.post-category {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }
  
  .htmega-single-post-slide .content ul.post-category li {
    margin-right: 10px;
    transition: all 0.4s ease-in-out 0s;
    line-height: inherit;
    margin-left: 0;
    display: inline-block;
  }
  
  .htmega-single-post-slide .content ul.post-category li a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 9px;
    display: block;
    text-decoration: none;
    line-height: 1;
    background: #f05555 none repeat scroll 0 0;
  }
  .htmega-single-post-slide .content ul.post-category li a:hover{
    background: #18012c none repeat scroll 0 0;
    color: #ffffff;
  }
  
  .htmega-single-post-slide ul.meta {
    color: #464545;
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }
  
  .htmega-single-post-slide ul.meta li {
    font-size: 13px;
    letter-spacing: 2px;
    margin-right:15px;
    display: inline-block;
    margin-left: 0;
  }
  
  .htmega-single-post-slide ul.meta li i {
    padding-right: 10px;
  }
  
  .htmega-single-post-slide .content .post-inner h2{
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  .htmega-single-post-slide .content .post-inner p{
    margin: 22px 0 25px;
    color: #18012c;
    font-size: 14px;
    line-height: 28px;
  }
  
  .htmega-single-post-slide .content .post-inner h2 a,.htmega-single-post-slide .content .post-inner ul.meta li a {
      color: #18012c;
  }
  
  .htmega-single-post-slide .post-btn a.readmore-btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #464545;
    border-radius: 23px;
    color: #464545;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 44px;
    padding: 0 37px;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none;
  }
  
  .htmega-single-post-slide .post-btn a.readmore-btn:hover {
    background: #18012c none repeat scroll 0 0;
    border: 1px solid #18012c;
    color: #ffffff;
  }
  
  .htmega-postslider-area img{
    width: 100%;
  }
  
  .htmega-postslider-area button.slick-arrow {
    background: #ccd5d5 none repeat scroll 0 0;
    border: 0 none;
    bottom: 10px;
    color: #00282a;
    font-size: 24px;
    height: 40px;
    left: auto;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 10px;
    width: 46px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
  }
  .htmega-postslider-area button.htmega-carosul-prev.slick-arrow {
      right: 60px;
  }
  
  .htmega-arrow-2.htmega-postslider-area button.slick-arrow{
    background: #d7dae9 none repeat scroll 0 0;
    border: 1px solid #d7dae9;
    border-radius: 100%;
    color: #2a47e0;
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease 0s;
    z-index: 2;
  }
  .htmega-arrow-2.htmega-postslider-area button.htmega-carosul-next.slick-arrow {
    left: auto !important;
    right: 0;
  }
  
  .htmega-postslider-area .slick-dots li button::before{
    display: none;
  }
  
  .htmega-postslider-area .slick-dots li {
    background: #ccd5d5 none repeat scroll 0 0;
    border-radius: 100%;
    height: 15px;
    width: 15px;
  }
  
  .htmega-postslider-area .slick-dots li.slick-active {
    background: #00282a none repeat scroll 0 0;
  }
  
  /* slider style 01 */
  .htmega-postslider-layout-1 .content {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 40%;
      height: 100%;
      padding: 10px;
      z-index: 2;
  }
  
  .htmega-postslider-layout-1 .content .post-inner {
      width: 100%;
      height: 100%;
      background: rgba(0, 140, 167, 0.8);
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 30px;
  }
  
  .htmega-postslider-layout-1 .content .post-inner h2 {
      font-size: 24px;
      font-weight: 500;
  }
  
  .htmega-postslider-layout-1 .content .post-inner h2 a,.htmega-postslider-layout-1 .content .post-inner ul.meta li a {
      color: #ffffff;
  }
  
  .htmega-postslider-layout-1 .content .post-inner p {
      color: #ffffff;
      font-size: 14px;
      line-height: 28px;
  }
  
  .htmega-postslider-layout-1 ul.meta{
    color: #ffffff;
  }
  
  .htmega-postslider-layout-1 .post-btn a.readmore-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  /* News css */
  .htmega-single-post-slide .thumb a {
      display: block;
      height: 100%;
  }
  .htmega-single-post-slide .thumb a img {
      object-fit: cover;
      width: 100%;
      height: 100%;
  }
  
  /* Slider Style 02 */
  .htmega-postslider-layout-2 .content .post-inner h2 {
      font-size: 24px;
      font-weight: 500;
      margin-top: 20px;
      margin-bottom: 18px;
  }
  
  .htmega-postslider-layout-2 .content .post-inner h2 a {
      color: #464545;
  }
  
  .htmega-postslider-layout-2 .content .post-inner ul.meta li,.htmega-postslider-layout-2 .content .post-inner ul.meta li a {
      color: #464545;
  }
  
  .htmega-postslider-layout-2 .content .post-inner p {
      color: #464545;
  }
  
  .htmega-postslider-layout-2 .content .post-inner .post-btn {
      margin-top: 19px;
  }
  
  .htmega-post-slider-right .content {
      display: flex;
      align-items: center;
      height: 100%;
      position: relative;
      z-index: 2;
  }
  
  /* Slider Style 03 */
  .htmega-postslider-layout-3 .content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center;
      z-index: 2;
  }
  
  .htmega-postslider-layout-3 .content .post-inner h2 {
      font-size: 24px;
      font-weight: 500;
      margin-top: 20px;
      margin-bottom: 18px;
      padding: 0 26%;
      line-height: 34px;
  }
  
  .htmega-postslider-layout-3 .content .post-inner h2 a {
      color: #ffffff;
  }
  
  .htmega-postslider-layout-3 .content .post-inner ul.meta {
      justify-content: center;
  }
  
  .htmega-postslider-layout-3 .content .post-inner ul.meta li,.htmega-postslider-layout-3 .content .post-inner ul.meta li a {
      color: #ffffff;
  }
  
  .htmega-postslider-layout-3 .content .post-inner .post-btn {
      margin-top: 19px;
  }
  
  .htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn {
      border: 1px solid #ffffff;
      color: #ffffff;
  }
  
  .htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn:hover {
      background: #18012c;
      color: #ffffff;
      border: 1px solid #18012c;
  }
  
  .htmega-postslider-layout-3 .content ul.post-category {
      justify-content: center;
  }
  
  
  /* Slider Style 04 */
  .htmega-postslider-layout-4 .content {
      position: absolute;
      text-align: center;
      bottom: 0;
      padding: 20px;
  }
  
  .htmega-postslider-layout-4 .content .post-inner {
      background: rgba(0, 86, 255, 0.7);
      padding: 25px;
      text-align: left;
  }
  
  .htmega-postslider-layout-4 .content .post-inner h2 {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 13px;
      line-height: 34px;
  }
  
  .htmega-postslider-layout-4 .content .post-inner h2 a {
      color: #ffffff;
  }
  
  .htmega-postslider-layout-4 .content .post-inner ul.meta li {
      color: #ffffff;
  }
  
  .htmega-postslider-layout-4 .content .post-inner ul.meta li a {
      color: #ffffff;
  }
  
  .htmega-postslider-layout-4 .content ul.post-category {
      justify-content: center;
  }
  
  /* Slider Style 05 */
  .htmega-postslider-layout-5 .content {
      background: #f4f4f4;
      padding: 60px;
  }
  
  .htmega-postslider-layout-5 .content .post-inner h2 {
      font-size: 24px;
      font-weight: 500;
      margin-top: 20px;
      margin-bottom: 18px;
      line-height: 34px;
  }
  
  .htmega-postslider-layout-5 .content .post-inner h2 a {
      color: #464545;
  }
  
  .htmega-postslider-layout-5 .content .post-inner ul.meta li,.htmega-postslider-layout-5 .content .post-inner ul.meta li a {
      color: #464545;
  }
  
  .htmega-postslider-layout-5 .content .post-inner .post-btn {
      margin-top: 19px;
  }
  
  .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn {
      border: 1px solid #494849;
      color: #494849;
  }
  
  .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn:hover {
      background: #18012c;
      color: #ffffff;
      border: 1px solid #18012c;
  }
  .htmega-arrow-2.htmega-postslider-area.htmega-postslider-style-5 button.slick-arrow{
    top: 30%;
  }
  
  .htmega-postslider-style-4.htmega-postslider-area ul.slick-dots {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    z-index: 2;
  }
  .htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li {
    align-items: center;
    background: transparent none repeat scroll 0 0;
    border-bottom: 5px solid #828282;
    border-left: 5px solid #828282;
    border-radius: 0;
    border-right: 5px solid #828282;
    cursor: pointer;
    display: flex;
    flex-basis: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: left;
    transition: all 0.5s ease-in-out 0s;
    width: auto;
    z-index: 2;
  }
  .htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li:first-child {
    border-top: 5px solid #828282;
  }
  
  .htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li.slick-active {
    background: transparent none repeat scroll 0 0;
    border: 5px solid #ffffff;
  }
  
  
  .htmega-postslider-style-4.htmega-postslider-area.thumb-st-layout-4 ul.slick-dots li:last-child{
      border-bottom: 0!important;
  }
  
  .htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li h6 {
      bottom: 0;
      color: #ffffff;
      font-weight: 500;
      line-height: 22px;
      margin: 0;
      /* padding-bottom: 20px; */
      /* position: absolute; */
  }
  
  .htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li img {
      height: 100%;
      object-fit: cover;
      width: 100%;
  }
 .htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li:after {
      content: "";
      background: rgba(0, 0, 0, 0);
      left: 0;
      height: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 132px;
      color: #fff;
      transition: all 0.3s ease-in-out;
  }
.htmega-postslider-style-4.thumb-st-layout-4.htmega-postslider-area ul.slick-dots li:after {
    opacity: 0;
}
.htmega-postslider-style-4.thumb-st-layout-4.htmega-postslider-area ul.slick-dots li.slick-active:after,.htmega-postslider-style-4.thumb-st-layout-4.htmega-postslider-area ul.slick-dots li:hover:after {
    opacity: 1;
}
  /* Slider Style 06 */
  .htmega-post-slider-st-6{
      display: flex;
      flex-direction: row-reverse;
  }
  .htmega-post-slider-st-6 .htmega-post-slider-right {
      width: 45%;
  }
  .htmega-post-slider-st-6 .htmega-post-slider-left {
      width: 55%;
  }
  .htmega-post-slider-st-6 .htmega-post-slider-right{
      border: 25px solid #ddd;
  }
  .htmega-post-slider-st-6 .htmega-post-slider-right .content{
      background-color: transparent;
      background-image: linear-gradient(60deg, #3237C2 0%, #f2295b 100%);
      padding: 30px;
  }
  
  .htmega-post-slider-left .thumb{
      height: 100%;
  }
  
  /* Slider Style 07 */
  .htmega-post-slider-st-7 {
      flex-direction: row;
  }
  .htmega-post-slider-st-7 .htmega-post-slider-right {
      width: 55%;
  }
  .htmega-post-slider-st-7 .htmega-post-slider-left {
      width: 45%;
  }
  .htmega-post-slider-st-7 .htmega-post-slider-right{
      border: none;
  }
  .htmega-post-slider-st-7 .htmega-post-slider-right .content {
      background-color:none;
      background-image: none;
  }
  
  .htmega-post-slider-st-7{
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 15px;
      overflow: hidden;
  }
  
  .htmega-single-post-slide .thumb a,.ht-post .thumb a{
      position: relative;
      display: block;
  }
  .htmega-single-post-slide .thumb a:after,.ht-post .thumb a:after,
  .htmega-single-post-slide.htmega-postslider-layout-3 .thumb a:before {
      content: "";
      position: absolute;
      background: rgba(0, 0, 0, 0);
      top: 0;
      left: 0;
      width: 100%;
      z-index: 0;
      height: 100%;
      transition: all 0.3s ease-in-out;
  }
  .htmega-single-post-slide.htmega-postslider-layout-3 .thumb a:before{
      opacity: 0;
      transition: all 0.3s ease-in-out;
  }
  .htmega-single-post-slide.htmega-postslider-layout-3:hover .thumb a:before{
    opacity: 1;
  }
  .htmega-postslider-area .slick-slide>div{
      line-height: 0;
  }
  
  /* mobile Device :768px. */
  @media (max-width: 767px) {
      .htmega-post-slider-st-6{
          flex-direction: column-reverse;
      }
      .htmega-post-slider-st-6 .htmega-post-slider-right {
          width: 100%;
      }
      .htmega-post-slider-st-6 .htmega-post-slider-left {
          width: 100%;
      }
  }
  
  
  /*
   * Image Grid Layout
  */
  .htmega-image-gridstyle-4 .htb-row > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .htmega-masonry-activation.htmega-image-gridstyle-5 .htb-row > [class*="col"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .htmega-masonry-activation .htmega-singleimage-grid{
    overflow: hidden;
  }
  .htmega-singleimage-grid .thumb img {
      width: 100%;
  }
  .htmega-singleimage-grid .thumb {
    line-height: 0;
  }
  .htmega-singleimage-grid h2{
    margin: 0;
  }
  
  .htmega-singleimage-gridstyle-1 {
      width: 100%;
      height: 100%;
      float: left;
      overflow: hidden;
      position: relative;
      text-align: center;
      cursor: default;
      margin-top: 30px;
      overflow: hidden;
  }
  
  .htmega-singleimage-gridstyle-1 .thumb {
      overflow: hidden;
  }
  
  .htmega-singleimage-gridstyle-1 .thumb a {
      position: relative;
      display: block;
      z-index: 2;
  }
  
  .htmega-singleimage-gridstyle-1 .thumb a::before {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      content: "";
      z-index: 1;
  }
  
  .htmega-singleimage-gridstyle-1 .thumb a img {
      display: block;
      position: relative;
      -webkit-transition: all .4s linear;
      transition: all .4s linear;
  }
  
  .htmega-singleimage-gridstyle-1:hover .thumb a::before {
      opacity: 1;
  }
  
  .htmega-singleimage-gridstyle-1:hover .thumb a img {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }
  
  .htmega-singleimage-gridstyle-1 .image-grid-content h2 {
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      position: absolute;
      font-size: 17px;
      background: rgba(0, 0, 0, 0.6);
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px);
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      padding: 10px;
      width: 100%;
      top: 0;
      z-index: 3;
  }
  
  .htmega-singleimage-gridstyle-1 .image-grid-content a.read-btn {
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      color: #fff;
      border: 1px solid #fff;
      background-color: transparent;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      margin: 50px 0 0;
      padding: 7px 14px;
      position: absolute;
      top: 50%;
      margin: 0;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-70%);
      transform: translateX(-50%) translateY(-70%);
  }
  
  .htmega-singleimage-gridstyle-1 .image-grid-content a.read-btn:hover {
      -webkit-box-shadow: 0 0 5px #fff;
      box-shadow: 0 0 5px #fff;
  }
  
  .htmega-singleimage-gridstyle-1:hover .image-grid-content {
      opacity: 1;
      filter: alpha(opacity=100);
  }
  
  .htmega-singleimage-gridstyle-1:hover .image-grid-content h2 {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  
  .htmega-singleimage-gridstyle-1:hover .image-grid-content a.read-btn {
      opacity: 1;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      -webkit-transition-delay: .2s;
      transition-delay: .2s;
      z-index: 4;
  }
  
  /*Image Grid style 2*/
  .custom-col-5 {
      padding-left: 0px;
      padding-right: 0px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      width: 20%;
      max-width: 20%;
  }
  
  .htmega-singleimage-gridstyle-2 {
      width: 100%;
      height: 100%;
      float: left;
      overflow: hidden;
      position: relative;
      text-align: center;
      cursor: default;
  }
  
  .htmega-singleimage-gridstyle-2 .thumb {
      overflow: hidden;
  }
  
  .htmega-singleimage-gridstyle-2 .thumb a {
      position: relative;
      display: block;
      z-index: 2;
  }
  
  .htmega-singleimage-gridstyle-2 .thumb a::before {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translate(460px, -100px) rotate(180deg);
      transform: translate(460px, -100px) rotate(180deg);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      content: "";
      z-index: 1;
  }
  
  .htmega-singleimage-gridstyle-2 .thumb a img {
      display: block;
      position: relative;
      -webkit-transition: all .4s linear;
      transition: all .4s linear;
      width: 100%;
  }
  
  .htmega-singleimage-gridstyle-2:hover .thumb a::before {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
  }
  
  .htmega-singleimage-gridstyle-2:hover .thumb a img {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }
  
  .htmega-singleimage-gridstyle-2 .image-grid-content h2 {
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      position: relative;
      font-size: 17px;
      padding: 10px;
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      width: 100%;
      opacity: 0;
      transition: 0.4s ease-in-out;
  }
  
  .htmega-singleimage-gridstyle-2 .image-grid-content a.read-btn {
      display: inline-block;
      text-decoration: none;
      padding: 7px 14px;
      text-transform: uppercase;
      color: #fff;
      border: 1px solid #fff;
      background-color: transparent;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      z-index: 4;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-80%);
      transform: translateX(-50%) translateY(-80%);
      opacity: 0;
  }
  
  .htmega-singleimage-gridstyle-2 .image-grid-content a.read-btn:hover {
      -webkit-box-shadow: 0 0 5px #fff;
      box-shadow: 0 0 5px #fff;
  }
  
  .htmega-singleimage-gridstyle-2:hover .image-grid-content {
      opacity: 1;
      filter: alpha(opacity=100);
  }
  
  .htmega-singleimage-gridstyle-2:hover .image-grid-content h2 {
      position: absolute;
      top: 20px;
      z-index: 3;
      opacity: 1;
  }
  
  .htmega-singleimage-gridstyle-2:hover .image-grid-content a.read-btn {
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      opacity: 1;
  }
  
  /* Image Grid style 3 */
  .htmega-image-gridstyle-3 .htb-row > [class*="col"] {
    padding-left: 0;
    padding-right: 0;
  }
  
  .htmega-singleimage-gridstyle-3 .thumb {
      overflow: hidden;
  }
  
  .htmega-singleimage-gridstyle-3 .thumb a img {
      transition: 0.4s ease-in-out;
  }
  
  .htmega-singleimage-gridstyle-3:hover .thumb a img {
      transform: scale(1.1) rotate(3deg);
  }
  .htmega-singleimage-grid .thumb > a{
      display: block;
  }
  /*Image Grid style 4*/
  .htmega-singleimage-gridstyle-4 {
      margin-top: 20px;
      position: relative;
  }

  .masonary-item .htmega-singleimage-gridstyle-4 .thumb {
        overflow: hidden;
    }
  
  .htmega-singleimage-gridstyle-4 .thumb a img {
      width: 100%;
  }
  
  .htmega-singleimage-gridstyle-4 .image-grid-content {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transition: 0.3s ease-out;
      transition-property: opacity, transform, filter;
      background: rgba(255, 255, 255, 0.8);
      opacity: 0;
  }
  
  .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action {
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translateY(-50%);
      padding: 0 80px;
  }
  
  .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action h2 a {
      color: #18012c;
  }
  
  .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action p {
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      margin: 0;
      line-height: 28px;
  }
  
  .htmega-singleimage-gridstyle-4:hover .image-grid-content {
      opacity: 1;
      transform: translateX(0) translateY(0);
  }
  
  /* Image Grid style 5 */
  .htmega-singleimage-gridstyle-5 {
      margin-top: 50px;
      position: relative;
  }
  
  .htmega-singleimage-gridstyle-5 .thumb a img {
      width: 100%;
  }
  
  .htmega-singleimage-gridstyle-5 .image-grid-content {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transition: 0.3s ease-out;
      transition-property: opacity, transform, filter;
      background: rgba(0, 0, 0, 0.8);
      opacity: 0;
  }
  
  .htmega-singleimage-gridstyle-5 .image-grid-content .hover-action {
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translateY(-50%);
      padding: 0 20px;
  }
  
  .htmega-singleimage-gridstyle-5 .image-grid-content .hover-action h2 {
      color: #ffffff;
      margin-bottom: 5px;
      font-size: 23px;
  }
  
  .htmega-singleimage-gridstyle-5 .image-grid-content .hover-action h2 a {
      color: #ffffff;
  }
  
  .htmega-singleimage-gridstyle-5 .image-grid-content .hover-action p {
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      margin: 0;
      line-height: 26px;
      color: #ffffff;
  }
  
  .htmega-singleimage-gridstyle-5:hover .image-grid-content {
      opacity: 1;
      transform: translateX(0) translateY(0);
  }
    
  /*
  * Thumb Gallery Css
  */
  .row--5 > [class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ht-thumb-gallery ul.htmega-thumbgallery-for {
      margin: 0;
      padding: 0;
      list-style: none;
  }
  .ht-thumb-gallery ul.htmega-thumbgallery-for li{
    position: relative;
  }
  .ht-thumb-gallery .slick-slide{
      line-height: 0;
  }
  .htmega-thumbgallery-for button.slick-arrow {
      position: absolute;
      top: 50%;
      left: 30px;
      z-index: 2;
      width: 50px;
      height: 50px;
      background: #000000;
      color: #fff;
      border: 0 none;
      border-radius: 100%;
      font-size: 30px;
      text-align: center;
      padding: 0;
      margin: 0;
      transition: 0.4s ease-in-out;
      transform: translateY(-50%);
      line-height: 1;
  }
  
  .htmega-thumbgallery-for button.slick-arrow:hover {
      background: #0056ff;
      color: #fff;
  }
  .htmega-thumbgallery-nav{
    text-align: center;
  }
  .htmega-thumbgallery-nav button.slick-arrow {
    border-radius: 100%;
    display: inline-block;
    height: 50px;
    padding: 0;
    width: 50px;
    transition: all 0.3s ease-in-out;
  }
  
  .htmega-thumbnails-style-2 .htmega-thumbgallery-nav button.slick-arrow,.htmega-thumbnails-style-4 .htmega-thumbgallery-nav button.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.htmega-thumbnails-style-2 button.htmega-carosul-next.slick-arrow,.htmega-thumbnails-style-4 button.htmega-carosul-next.slick-arrow {
    left: auto;
    right: 0;
}
.htmega-thumbnails-style-2 .htmega-thumbgallery-nav .slick-arrow + .slick-dots,.htmega-thumbnails-style-4 .htmega-thumbgallery-nav .slick-arrow + .slick-dots {
    bottom: 10px;
}

  .htmega-thumbgallery-for button.htmega-carosul-next {
      left: auto;
      right: 30px;
  }
  .htmega-thumbgallery-for .slick-dots,.htmega-thumbgallery-nav .slick-dots {
    bottom: 10px;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .htmega-thumbgallery-nav .slick-arrow + .slick-dots {
    bottom: 50px;
  }
  .htmega-thumbgallery-for .slick-dots li,.htmega-thumbgallery-nav .slick-dots li{
    display: inline-block;
  }
  .htmega-thumbgallery-for .slick-dots li button,.htmega-thumbgallery-nav .slick-dots li button{
    background: #ddd;
    text-indent: -99999px;
    padding: 0;
    margin-right: 8px;
    border-radius: 100%;
    width: 12px;
    height: 12px;
  }
  
  .htmega-thumbgallery-for .slick-dots li.slick-active button,.htmega-thumbgallery-nav .slick-dots li.slick-active button{
    background: #000;
  }
  
  .htmega-thumbgallery-for .slick-dots li button::before,.htmega-thumbgallery-nav .slick-dots li button::before{
    display: none;
  }
  
  
  .htmega-thumbgallery-for.htmega-arrow-2 {
      position: relative;
  }
  
  .htmega-thumbgallery-for.htmega-arrow-2 button {
      position: absolute;
      top: 50%;
      left: 42px;
      z-index: 2;
      background: transparent;
      color: #fff;
      border: 0 none;
      border-radius: 100%;
      font-size: 48px;
      text-align: center;
      padding: 0;
      margin: 0;
      transition: 0.4s ease-in-out;
      transform: translateY(-50%);
  }
  
  .htmega-thumbgallery-for.htmega-arrow-2 button:hover {
      color: #0056ff;
  }
  
  .htmega-thumbgallery-for.htmega-arrow-2 button.htmega-carosul-next {
      left: auto;
      right: 42px;
  }
  
  .htmega-thumbgallery-nav .small-thumb {
      cursor: pointer;
      position: relative;
      overflow: hidden;
  }
  
  .htmega-thumbgallery-nav .small-thumb img {
      width: 100%;
  }
  
  .htmega-thumbgallery-for .content {
      position: absolute;
      bottom: 40px;
      left: 0;
      background: rgba(0, 86, 255, 0.7);
      padding: 10px 38px;
  }
  
  .htmega-thumbgallery-for .content.right-bottom {
      bottom: 40px;
      left: auto;
      right: 0;
  }
  
  .htmega-thumbgallery-for .content h2 {
      margin: 0;
      color: #ffffff;
      font-size: 24px;
      line-height: 1.3;
      font-weight: 500;
      padding: 0;
  }
  .htmega-thumbgallery-for .content h4 {
      font-size: 13px;
      font-weight: normal;
      line-height: 1;
      margin: 0;
      padding: 0;
      color: #ffffff;
  }
  
  .htmega-thumbgallery-nav .slick-slide.slick-current.slick-active.slick-center .small-thumb img {
      border: 3px solid #0056ff;
  }
  
  .htmega-thumbgallery-nav .small-thumb img {
      border: 3px solid #d7d7d7;
  }
  
  .htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide {
      padding: 7px 3px;
      line-height: 0;
  }
  
  .htmega-thumbgallery-nav.htmega-thumbgallery-nav {
      margin: -3px 0;
  }
  .htmega-thumbgallery-nav.slick-initialized.slick-slider.slick-dotted.slick-vertical {
    margin-bottom: 0;
}
  .htmega-thumbnails-style-2 .htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide {
      padding: 5px 3px;
  }
  
  .htmega-thumbnails-style-2 .htmega-thumbgallery-nav.htmega-thumbgallery-nav {
      margin: 0 -3px;
  }
  
  .ht-thumb-gallery .slick-slide img {
      display: block;
      width: 100%;
  }
  
 /* Thumbnail gallery hover css */

 .htmega-thumbgallery-nav .small-thumb:after {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.htmega-thumbgallery-nav .small-thumb:hover:after,.htmega-thumbgallery-nav .slick-slide.slick-current .small-thumb:after{
    opacity: 1;
}
  /*
   * Testimonial Grid Style
  */
  .htmega-testimonialgrid-style-1 .testimonal {
      background: #f7f8f9;
      padding: 30px;
      margin-top: 30px;
  }
  .testimonal,.testimonal *{
    transition: all 0.3s ease-in-out;
    
}
.testimonal .clint-info h4{
    margin: 0;
    padding: 0;
    font-size: 19px;
    line-height: 1.3;
}
  .htmega-testimonialgrid-style-1 .testimonal .content {
      display: flex;
      align-items: center;
  }
  
  .htmega-testimonialgrid-style-1 .testimonal .content img {
      max-width: 80px;
      border-radius: 100%;
  }
  
  .htmega-testimonialgrid-style-1 .testimonal .content .clint-info {
      padding-left: 25px;
  }
  
  .htmega-testimonialgrid-style-1 .testimonal .content .clint-info h4 {
      font-size: 18px;
      color: #383838;
      margin: 0;
  }
  
  .htmega-testimonialgrid-style-1 .testimonal .content .clint-info span {
      color: #1834a6;
      font-size: 13px;
  }
  
  .htmega-testimonialgrid-style-1 .testimonal p {
      color: #5b5b5b;
      font-size: 14px;
      line-height: 26px;
      margin: 0;
      margin-top: 22px;
  }
  
  /* Testimonial Grid Style 02 */
  .htmega-testimonialgrid-style-2 .testimonal {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    padding: 40px 30px;
  }
  
  .htmega-testimonialgrid-style-2 .testimonal img {
    border: 2px solid #43df9c;
    border-radius: 50%;
    box-sizing: content-box;
    float: left;
    max-width: 90px;
  }
  
  .htmega-testimonialgrid-style-2 .testimonal .content p {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  
  .htmega-testimonialgrid-style-2 .testimonal .content {
    overflow: hidden;
    padding-left: 20px;
  }
  
  .htmega-testimonialgrid-style-2 .testimonal .content .clint-info {
    padding-left: 50px;
    position: relative;
  }
  .htmega-testimonialgrid-style-2 .testimonal .content .clint-info::before {
    background: #383838 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 30px;
    transition: 03.s ease-in-out;
  }
  
  /* Testimonial Grid Style 03 */
  .htmega-testimonialgrid-style-3 .testimonal {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 53px;
    padding-bottom: 27px;
    position: relative;
    text-align: center;
  }
  .htmega-testimonialgrid-style-3 .testimonal {
    margin-top: 82px;
  }
  .htmega-testimonialgrid-style-3 .testimonal img {
    border: 2px solid #727272;
    border-radius: 50%;
    box-sizing: content-box;
    left: 50%;
    max-width: 100px;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
  }
  
  .htmega-testimonialgrid-style-3 .testimonal .content {
    margin-top: 0;
    padding-top: 73px;
  }
  
  .htmega-testimonialgrid-style-3 .testimonal .content p {
    color: #5b5b5b;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 4px;
    padding: 0 4%;
  }
  
  .htmega-testimonialgrid-style-3 .testimonal .content h4 {
    color: #5b5b5b;
    font-size: 16px;
    font-weight: 600;
    line-height: 37px;
    margin: 0;
  }
  
  /* Testimonial Grid Style 04 */
  .htmega-testimonialgrid-style-4 .testimonal .content {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(82, 182, 188, 0.25);
    padding: 50px 9%;
    position: relative;
    text-align: center;
  }
  
  .htmega-testimonialgrid-style-4 .testimonal .clint-info {
    margin-top: 40px;
    text-align: center;
  }
  
  .htmega-testimonialgrid-style-4 .testimonal img {
    border: 2px solid #ececec;
    border-radius: 50%;
    box-sizing: content-box;
    display: inline-block;
    max-width: 80px;
  }
  .htmega-testimonialgrid-style-4 .testimonal .clint-info h4 {
    color: #5c5c5c;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 22px;
  }
  
  .htmega-testimonialgrid-style-4 .testimonal .clint-info span {
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 600;
  }
  .htmega-testimonialgrid-style-4 .testimonal .content .triangle {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 20px;
    left: 50%;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
  }
  
  .htmega-testimonialgrid-style-3 .clint-info .rating,.htmega-testimonialgrid-style-4 .clint-info .rating{
      justify-content: center;
  }
  /* Testimonial Grid Style 05 */
  .htmega-testimonialgrid-style-5 .testimonal{
    background: #f7f8f9 none repeat scroll 0 0;
    margin-top: 30px;
    padding: 48px 30px;
  }
  
  .htmega-testimonialgrid-style-5 .clint-info h4 {
    color: #383838;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1px;
  }
  
  .htmega-testimonialgrid-style-5 p {
    color: #5b5b5b;
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
  }
  
  .htmega-testimonialgrid-style-5 .clint-info span {
    color: #1834a6;
    font-size: 14px;
  }
  
  .clint-info .rating {
    color: #ffcf0e;
    display: flex;
    list-style: outside none none;
    margin: 4px 0 0;
    padding: 0;
  }
  .clint-info .rating li {
    margin-right: 8px;
    font-size: 13px;
  }
  .testimonal{
      position: relative;
      z-index: 1;
  }
  .testimonal:before{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
    content:"";
    top: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .testimonal:hover:before{
      opacity: 1;
  }

  /*
  * Scroll Navigation Animation
  */
  .navigation_service .htmega-service-style-7::before{
    display: none;
  }
  .elementor-widget-htmega-scrollnavigation-addons .swiper-container {
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow: hidden;
  }
  
  .htmega-swiper-pagination .swiper-pagination-bullet {
    background:  #000000 none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 26px;
    opacity: 1;
    width: 26px;
    opacity:1 !important;
  }
  .htmega-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #3746ad;
  }
  .scroll-navigation-inner .elementor-section.elementor-section-height-full {
    height: 100vh;
  }
  .scroll-navigation-inner .elementor-section.elementor-section-items-middle > .elementor-container {
    align-items: center;
    height: 100vh;
  }
  
  
  /*
   * Call To Action Style    
  */
  
  .htmega-call-to-action{
    text-align: center;
  }
  
  .htmega-call-to-action .htmega-content .htmega-callto-action-description {
      color: #ffffff;
      font-size: 16px;
      margin: 0;
  }
  
  .htmega-call-to-action .htmega-content .htmega-callto-action-sub-title {
      color: #505050;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 5px;
      font-family: "Poppins", sans-serif;
  }

  .htmega-call-to-action .htmega-content .htmega-callto-action-title {
      color: #f7ca18;
      font-size: 80px;
      font-weight: 600;
      margin-bottom: 27px;
      font-family: "Poppins", sans-serif;
  }
  
  .htmega-call-to-action .htmega-content a.call_btn {
      background: #f7ca18;
      padding: 0px 35px;
      display: inline-flex;
      line-height: 50px;
      border-radius: 25px;
      color: #000000;
      font-size: 14px;
      transition: 0.4s ease-in-out;
      text-decoration: none;
  }
  
  .htmega-call-to-action .htmega-content a.call_btn:hover {
      background: #ffffff;
      color: #18012c;
  }
  
  /* Call To Action Style 2 */
  .callto-action-style-2 .htmega-content .htmega-callto-action-title {
      color: #ffffff;
      font-family: "Poppins", sans-serif;
      font-size: 38px;
      font-weight: 600;
      margin-bottom: 6px;
  }
  
  .callto-action-style-2 .htmega-content .htmega-callto-action-description {
      color: #ffffff;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 18px;
      margin: 0;
  }
  
  .callto-action-style-2 .htmega-content a.call_btn {
      display: inline-flex;
      border: 2px solid #ffffff;
      color: #ffff;
      border-radius: 25px;
      padding: 0px 45px;
      line-height: 50px;
      font-size: 14px;
      font-weight: 600;
      transition: 0.4s ease-in-out;
  }
  
  .callto-action-style-2 .htmega-content a.call_btn:hover {
      background: #ffffff;
      color: #18012c;
      border: 2px solid #ffffff;
  }
  
  /* Call To Action Style 3 */
  .callto-action-style-3{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 70px 98px;
  }

  .callto-action-style-3 .htmega-content a.call_btn{
      line-height: 50px;
      padding: 0;
  }
  
  .callto-action-style-3 .htmega-content{
      display: flex;
      align-items: center;
      justify-content: space-around;
  }
  
  .callto-action-style-3 {
      position: relative;
  }
  
  .callto-action-style-3::before {
      position: absolute;
      content: "";
      background: #999999;
      height: 50px;
      width: 2px;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
  }
  
  .callto-action-style-3 .htmega-content .htmega-callto-action-description {
      color: #000000;
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 5px;
  }
  
  .callto-action-style-3 .htmega-content .htmega-callto-action-title {
      color: #000000;
      font-weight: 500;
      font-size: 24px;
      margin: 0;
  }
  
  .callto-action-style-3 a.call_btn {
      display: inline-block;
      border: 2px solid #000000;
      color: #000000;
      border-radius: 25px;
      padding: 0px 50px;
      line-height: 50px;
      font-size: 14px;
      font-weight: 600;
      transition: 0.4s ease-in-out;
  }
  
  .callto-action-style-3 a.call_btn:hover {
      background: #000000;
      color: #ffffff;
      border: 2px solid #000000;
  }
  
  /* Call To Action Style 4 */
  .callto-action-style-4 .htmega-content .htmega-callto-action-title {
      color: #ffffff;
      font-weight: 400;
      font-size: 36px;
      margin-bottom: 21px;
  }
  
  .callto-action-style-4 .htmega-content .htmega-callto-action-description {
      color: #ffffff;
      font-size: 18px;
      line-height: 35px;
      padding: 0 17%;
      margin-bottom: 34px;
  }
  
  .callto-action-style-4 a.call_btn {
      background: #ffffff;
      display: inline-block;
      padding: 0px 40px;
      line-height: 50px;
      border-radius: 25px;
      color: #0056ff;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      transition: 0.4s ease-in-out;
  }
  
  .callto-action-style-4 a.call_btn:hover {
      background: #18012c;
      color: #ffffff;
  }
  
  /* Call To Action Style 5 */
  .callto-action-style-5 .htmega-content .htmega-callto-action-title {
      color: #ffffff;
      font-size: 40px;
      line-height: 60px;
      font-weight: 500;
      padding: 0 19%;
  }
  
  .callto-action-style-5 .htmega-content .htmega-callto-action-description {
      color: #ffffff;
      font-size: 18px;
      margin-bottom: 44px;
      font-family: 'Rubik', sans-serif;
  }
  
  .callto-action-style-5 a.call_btn {
      border: 2px solid #ffffff;
      display: inline-block;
      padding: 0px 46px;
      line-height: 50px;
      color: #ffffff;
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase;
      border-radius: 4px;
      transition: 0.4s ease-in-out;
      font-family: 'Rubik', sans-serif;
  }
  
  .callto-action-style-5 a.call_btn:hover {
      background: #ffffff;
      color: #18012c;
  }
  
  /* Call To Action Style 6 */
  .callto-action-style-6 .htmega-content .htmega-callto-action-title {
      color: #494949;
      font-size: 40px;
      line-height: 58px;
      font-weight: 500;
  }
  
  .callto-action-style-6 .htmega-content .htmega-callto-action-description {
      color: #494949;
      font-size: 18px;
      margin-bottom: 32px;
      line-height: 30px;
      padding-right: 27%;
  }
  
  .callto-action-style-6 a.call_btn {
      display: inline-block;
      padding: 0px 37px;
      line-height: 50px;
      color: #ffffff;
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase;
      transition: 0.4s ease-in-out;
      background: #e97730;
      font-family: "Montserrat", sans-serif;
  }
  
  .callto-action-style-6 a.call_btn:hover {
      background: #18012c;
      color: #ffffff;
  }
  
  /* Call To Action Style 7 */
  .callto-action-style-7 .call-to-action-inner {
      display: inline-block;
      padding: 100px 240px;
      background: rgba(255, 255, 255, 0.6);
  }
  
  .callto-action-style-7 .htmega-content .htmega-callto-action-title, .callto-action-style-7 .htmega-content .htmega-callto-action-description {
      color: #1e1e1e;
      font-size: 42px;
      line-height: 53px;
      font-weight: 700;
      font-family: 'Cormorant Garamond', serif;
      margin-bottom: 29px;
  }
  
  .callto-action-style-7 a.call_btn {
      display: inline-block;
      color: #2c2c2c;
      font-weight: 600;
      font-size: 24px;
      transition: 0.4s ease-in-out;
      font-family: 'Cormorant Garamond', serif;
      border-bottom: 2px solid #4f4848;
  }
  
  .callto-action-style-7 a.call_btn:hover {
      color: #18012c;
      border-bottom: 2px solid #18012c;
  }

  .htmega-call-to-action .htmega-content a.call_btn.secondary_btn {
	margin-left: 10px;
  }

/* Call To action button postition */
.htmega-call-to-action-button-icon1-position-left .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_one_text_progression {
    order: 2;
}
.htmega-call-to-action-button-icon1-position-left .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_one_icon_progression {
    order: 1;
    margin-right: 8px;
}
.htmega-call-to-action-button-icon1-position-right .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_one_text_progression {
    order: 1;
}
.htmega-call-to-action-button-icon1-position-right .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_one_icon_progression {
    order: 2;
    margin-left: 8px;
}

.htmega-call-to-action-button-icon2-position-left .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_two_text_progression {
    order: 2;
}
.htmega-call-to-action-button-icon2-position-left .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_two_icon_progression {
    order: 1;
    margin-right: 8px;
}
.htmega-call-to-action-button-icon2-position-right .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_two_text_progression {
    order: 1;
}
.htmega-call-to-action-button-icon2-position-right .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_two_icon_progression {
    order: 2;
    margin-left: 8px;
}
.htmega-call-to-action .htmega-content a.call_btn svg, .htmega-call-to-action .htmega-content a.call_btn.secondary_btn svg{
    width: 30px;
    height: 30px;
}
/* .call_to_action_button_one_icon_progression,.call_to_action_button_two_icon_progression{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.htmega-call-to-action .action-btn {
    display: inline-flex;
} */
.htmega-callto-action-title{
    position: relative;
}
.htmega-callto-action-title:after,.htmega-callto-action-title:before {
    content: "";
    width: 0px;
    height: 0px;
    bottom: 0;
    position: absolute;
    left:0;
    display: none;
}
.htmega-align-center .htmega-callto-action-title:after, .htmega-align-center .htmega-callto-action-title:before{
    left: 50%;
    transform: translateX(-50%);
}
.htmega-align-right .htmega-callto-action-title:after, .htmega-align-right .htmega-callto-action-title:before{
    left:auto;
    right:0;
    transform: translateX(0);
}
.htmega-callto-action-title:before{
    top:0;
    bottom:auto;
}
  /*
   * Twitter Style
  */
  .htmega-twitter-area button.slick-arrow {
    border: 0 none;
    color: #2d3e50;
    font-size: 60px;
    left: -60px;
    position: absolute;
    top: 26%;
    background: transparent;
    height: inherit;
    padding: 0;
    transition: all 0.3s ease-in-out;
    z-index: 2;
  }
  
  .htmega-twitter-area button.htmega-carosul-next {
    left: auto;
    right: -60px;
  }
  
  .htmega-twitter-area .slick-dots li button::before{
    display: none;
  }
  .htmega-twitter-area .slick-dots li {
    width: 10px;
    height: 10px;
  }
  
  .htmega-twitter-area .slick-dots li button {
    background: #000000 none repeat scroll 0 0;
    border-radius: 100%;
    padding: 0;
    width: 10px;
    height: 10px;
  }
  
  .htmega-twitter-area .slick-dots li.slick-active button {
    background: #F15D67 none repeat scroll 0 0;
  }
  
  /* Twitter Style 1 */
  .htmega-twitter-single {
      display: flex;
      padding-right: 15px;
  }
  
  .htmega-twitter-single .htmega-thumb {
      padding-right: 30px;
  }
  
  .htmega-twitter-single .htmega-thumb img {
      max-width: 70px;
      border: 1px solid #eaeaea;
  }
  
  .htmega-twitter-single .htmega-content {
      margin-top: -7px;
  }
  
  .htmega-twitter-single .htmega-content .htmega-author {
      margin-bottom: 6px;
  }
  
  .htmega-twitter-single .htmega-content .htmega-author h6 {
      display: inline-block;
      font-weight: 400;
      font-size: 14px;
      margin: 0;
      position: relative;
  }
  
  .htmega-twitter-single .htmega-content .htmega-author h6 a {
      color: #5c5c5c;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-twitter-single .htmega-content .htmega-author h6 a:hover {
      color: #18012c;
  }
  
  .htmega-twitter-single .htmega-content .htmega-author span::before {
      position: absolute;
      content: "";
      left: 0;
      background: #000;
      height: 14px;
      width: 1px;
      top: 50%;
      transform: translateY(-50%);
  }
  
  .htmega-twitter-single .htmega-content .htmega-author span {
      color: #000000;
      font-size: 14px;
      padding-left: 10px;
      margin-left: 10px;
      position: relative;
      display: inline-block;
  }
  
  .htmega-twitter-single .htmega-content p {
      color: #434343;
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 10px;
  }
  
  .htmega-twitter-single .htmega-content p a {
      color: #00c8fa;
  }
  
  .htmega-twitter-single .htmega-content ul.twitter-meta {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
  }
  
  .htmega-twitter-single .htmega-content ul.twitter-meta li {
      margin-right: 14px;
      padding-right: 14px;
      position: relative;
  }
  
  .htmega-twitter-single .htmega-content ul.twitter-meta li a {
      color: #aaaaaa;
      font-size: 13px;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-twitter-single .htmega-content ul.twitter-meta li a:hover {
      color: #18012c;
  }
  
  .htmega-twitter-single .htmega-content ul.twitter-meta li a i {
      padding-right: 10px;
  }
  
  .htmega-twitter-single .htmega-content ul.twitter-meta li::after {
      position: absolute;
      content: "";
      background: #000;
      width: 1px;
      height: 11px;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
  }
  
  .htmega-twitter-single .htmega-content ul.twitter-meta li:last-child::after {
      display: none;
  }
  
  
  /* Twitter Style 2 */
  .htmega-twitter-style-2 .htmega-twitter-single{
      background: #fff;
      padding: 40px;
      border-radius: 4px;
      display: block;
  }
  .htmega-twitter-style-2 .htmega-twitter-single .htmega-content .htmega-author span::before{
    display: none;
  }
  .htmega-twitter-style-2 .htmega-twitter-single .htmega-content .htmega-author span{
      padding: 0;
      margin: 0;
  }

  
  .htmega-twitter-style-2 .ht-twitter-container {
      display: flex;
  }
  
  .htmega-twitter-style-2 .ht-twitter-container .htmega-thumb {
      padding-right: 30px;
  }
  
  .htmega-twitter-style-2 .ht-twitter-container .htmega-thumb img {
      max-width: 70px;
      border: 1px solid #eaeaea;
  }
  
  .htmega-twitter-style-2 .ht-twitter-container .htmega-content {
      margin-top: -7px;
  }
  
  .htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author {
      margin-bottom: 6px;
  }
  
  .htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 {
      display: inline-block;
      font-weight: 400;
      font-size: 14px;
      margin: 0;
      position: relative;
      font-family: "Poppins", sans-serif;
  }
  
  .htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 a {
      color: #000000;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 a:hover {
      color: #18012c;
  }
  
  .htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 a span {
      color: #a6a6a6;
  }
  
  .htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author span {
      color: #000000;
      font-size: 14px;
      padding-left: 10px;
  }
  
  .htmega-twitter-style-2 .ht-twitter-container .htmega-content p {
      color: #434343;
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 10px;
  }
  
  .htmega-twitter-style-2 .ht-twitter-container .htmega-content p a {
      color: #00c8fa;
  }
  
  .htmega-twitter-style-2 .twitter-meta-inner {
      display: flex;
      justify-content: space-between;
  }
  
  .htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta {
      padding: 0;
      margin: 0 -10px;
      list-style: none;
      display: flex;
  }
  
  .htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta li {
      position: relative;
      margin: 0 10px;
  }
  
  .htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta li a {
      color: #878787;
      font-size: 13px;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta li a:hover {
      color: #18012c;
  }
  
  .htmega-twitter-style-2 .twitter-meta-inner p {
      margin: 0;
      color: #7f7f7f;
      font-size: 12px;
  }
  
  .htmega-twitter-style-2 .slick-slide {
      padding: 0px 15px;
  }
  
  .htmega-twitter-style-2 .slick-dots {
    bottom: -45px;
  }
  
  /* Twitter Style 3 */
  .htmega-twitter-style-3 .htmega-twitter-single{
      background: #ffffff;
      border: 1px solid #eaeaea;
      padding: 30px 15px 30px 20px;
  }
  .htmega-twitter-style-3 .htmega-twitter-single .htmega-content ul.twitter-meta li{
    padding: 0;
  }
  .htmega-twitter-style-3 .htmega-twitter-single .htmega-content ul.twitter-meta li::after{
    display: none;
  }
  .htmega-twitter-style-3 .htmega-content .htmega-author {
      margin-bottom: 6px;
  }
  
  .htmega-twitter-style-3 .htmega-content .htmega-author h6 {
      display: inline-block;
      font-weight: 400;
      font-size: 14px;
      margin: 0;
      position: relative;
  }
  
  .htmega-twitter-style-3 .htmega-content .htmega-author h6 a {
      color: #5c5c5c;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-twitter-style-3 .htmega-content .htmega-author h6 a:hover {
      color: #18012c;
  }
  
  .htmega-twitter-style-3 .htmega-content .htmega-author span::before {
      position: absolute;
      content: "";
      left: 0;
      background: #000;
      height: 14px;
      width: 1px;
      top: 50%;
      transform: translateY(-50%);
  }
  
  .htmega-twitter-style-3 .htmega-content .htmega-author span {
      color: #000000;
      font-size: 14px;
      padding-left: 10px;
      margin-left: 10px;
      position: relative;
  }
  
  .htmega-twitter-style-3 .htmega-content p {
      color: #434343;
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 10px;
  }
  
  .htmega-twitter-style-3 .htmega-content p a {
      color: #00c8fa;
  }
  
  .htmega-twitter-style-3 .htmega-content ul.twitter-meta {
      padding: 0;
      margin: 0 -10px;
      list-style: none;
      display: flex;
  }
  
  .htmega-twitter-style-3 .htmega-content ul.twitter-meta li {
      position: relative;
      margin: 0 10px;
  }
  
  .htmega-twitter-style-3 .htmega-content ul.twitter-meta li a {
      color: #aaaaaa;
      font-size: 13px;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-twitter-style-3 .htmega-content ul.twitter-meta li a:hover {
      color: #18012c;
  }
  
  .htmega-twitter-style-3 .slick-slide {
      padding: 0px 15px;
  }
  
  /* Twitter Style 4 */
  .htmega-twitter-style-4 .htmega-twitter-single{
    display: block;
    padding: 0;
  }
  
  .htmega-twitter-style-4 .htmega-twitter-single .htmega-content ul.twitter-meta li{
    padding: 0;
  }
  
  .htmega-twitter-style-4 .htmega-twitter-single .htmega-content ul.twitter-meta li::after{
    display: none;
  }
  
  .htmega-twitter-style-4 .htmega-thumb img {
      max-width: 70px;
      border: 1px solid #eaeaea;
  }
  
  .htmega-twitter-style-4 .htmega-content {
      padding-top: 25px;
  }
  
  .htmega-twitter-style-4 .htmega-content .htmega-author {
      margin-bottom: 6px;
  }  
  .htmega-twitter-style-4 .htmega-content .htmega-author h6 a {
      color: #5c5c5c;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-twitter-style-4 .htmega-content .htmega-author h6 a:hover {
      color: #18012c;
  }
    
  .htmega-twitter-style-4 .htmega-content .htmega-author span {
      color: #000000;
      font-size: 14px;
      padding-left: 10px;
  }
  
  .htmega-twitter-style-4 .htmega-content p {
      color: #434343;
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 10px;
  }
  
  .htmega-twitter-style-4 .htmega-content p a {
      color: #00c8fa;
  }
  
  .htmega-twitter-style-4 .htmega-content ul.twitter-meta {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      padding-top: 20px;
      border-top: 1px solid #00c8fa;
      justify-content: space-between;
  }
  
  .htmega-twitter-style-4 .htmega-content ul.twitter-meta li {
      position: relative;
  }
  
  .htmega-twitter-style-4 .htmega-content ul.twitter-meta li a {
      color: #aaaaaa;
      font-size: 13px;
      transition: 0.3s ease-in-out;
      display: block;
  }
  
  .htmega-twitter-style-4 .htmega-content ul.twitter-meta li a:hover {
      color: #18012c;
  }
  
  .htmega-twitter-style-4 .htmega-content ul.twitter-meta li a i {
      padding-right: 10px;
  }
  
  .htmega-twitter-style-4 button.slick-arrow {
    border: 1px solid #000000;
    border-radius: 100%;
    color: #000000;
    font-size: 30px;
    height: 50px;
    line-height: 35px;
    width: 50px;
  }
  
  .htmega-twitter-style-4 .slick-slide {
      padding: 0px 15px;
  }
  
  /*=================================
      Twitter Style 5
  ==================================*/
  .htmega-twitter-style-5 .htmega-twitter-single{
      background: #ffffff;
      padding: 30px 15px 30px 20px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      margin: 5px;
  }
  
  .htmega-twitter-style-5 .htmega-content .htmega-author {
      margin-bottom: 6px;
  }
  
  .htmega-twitter-style-5 .htmega-content .htmega-author h6 a {
      color: #5c5c5c;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-twitter-style-5 .htmega-content .htmega-author h6 a:hover {
      color: #18012c;
  }   
  .htmega-twitter-style-5 .htmega-content p {
      color: #434343;
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 10px;
  }
  
  .htmega-twitter-style-5 .htmega-content p a {
      color: #00c8fa;
  }
  
  .htmega-twitter-style-5 .twitter-meta-inner {
      display: flex;
      justify-content: space-between;
  }
  
  .htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta {
      padding: 0;
      margin: 0 -10px;
      list-style: none;
      display: flex;
  }
  .htmega-twitter-style-5 .htmega-twitter-single .htmega-content ul.twitter-meta li::after{
    display: none;
  }
  
  .htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta li {
      position: relative;
      margin: 0 10px;
      padding: 0;
  }
  
  .htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta li a {
      color: #878787;
      font-size: 13px;
      transition: 0.3s ease-in-out;
  }
  
  .htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta li a:hover {
      color: #18012c;
  }
  
  .htmega-twitter-style-5 .twitter-meta-inner p {
      margin: 0;
      color: #7f7f7f;
      font-size: 12px;
  }
  
  .htmega-twitter-style-5 .slick-slide {
      padding: 0px 15px;
  }
  
  /*
   * Post Grid
  */
  .htmega-post-grid-layout-3 .row-1 > .htb-col-lg-6 > .ht-post,
  .htmega-post-grid-layout-3 .row-1 > .htb-col-lg-6 > .ht-post .thumb,
  .htmega-post-grid-layout-3 .row-1 > .htb-col-lg-6 > .ht-post .thumb a,
  .htmega-post-grid-layout-5 .ht-post,
  .htmega-post-grid-layout-5 .ht-post .thumb,
  .htmega-post-grid-layout-5 .ht-post .thumb a
  {
      height: 100%;
  }
  .htmega-post-grid-layout-5 .row--10 > [class*="col"]{
      padding: 10px;
  }
  .htmega-post-grid-area.htmega-equal-hide-column-yes .ht-post{height:100%;}
  /*
   * Post Grid Tab
  */
  .htmega-post-grid-area .row-1.htb-row .row-1 {
    margin: 0;
  }
  .ht-post-grid-tab {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: space-between;
  }
  .ht-post-grid-tab .post-grid{
      overflow: hidden;
  }
  .htmega-post-gridtab-layout-1 .post-grid,.htmega-post-gridtab-layout-3 .post-grid {
      padding: 0 1px;
      margin-bottom: 2px;
  }
  
  .htmega-post-gridtab-layout-1 .post-content,.htmega-post-gridtab-layout-3 .post-content {
      margin: 0 1px;
  }
  
  .htmega-post-gridtab-layout-2 .post-grid,.htmega-post-gridtab-layout-4 .post-grid {
      padding: 0 15px;
      margin-bottom: 30px;
  }
  
  .htmega-post-gridtab-layout-2 .post-content,.htmega-post-gridtab-layout-4 .post-content {
      margin: -30px 15px 0;
  }
  
  .htmega-post-gridtab-layout-5 .post-grid {
      padding: 0 10px;
      margin-bottom: 20px;
  }
  
  .htmega-post-gridtab-layout-5 .post-content {
      margin: -20px 10px 0;
  }
  
  .ht-post-grid-tab .post-grid.post-grid-one-third {
      min-width: calc(33.33%);
      width: calc(33.33%);
  }
  
  .ht-post-grid-tab .post-grid.post-grid-half {
      min-width: calc(50%);
      width: calc(50%);
  }
  
  .ht-post-grid-tab .post-grid.post-grid-four {
      min-width: calc(25%);
      width: calc(25%);
  }
  
  .ht-post-grid-tab .post-grid.post-third-of-four {
      min-width: calc(75%);
      width: calc(75%);
  }
  
  .ht-post-grid-tab .post-content {
      text-align: center;
      z-index: 9;
      display: none;
  }
  
  .ht-post-grid-tab .post-content.is-visible {
      display: block;
  }
  
  .post-content {
      position: relative;
  }
  
  .post-content .close__wrap {
      position: absolute;
      top: 30px;
      right: 30px;
      z-index: 9;
  }
  .post-content .close__wrap button {
      background: #2a47e0 none repeat scroll 0 0;
      border: 0 none;
      color: #fff;
      line-height: 1;
      padding: 10px;
  }
  .post-grid .thumb a img {
      width: 100%;
      object-fit: cover;
      height: 100%;
  }
  .post-grid .thumb,.post-grid .thumb a{
      height: 100%;
  }
  .post-grid .thumb a{
      width: 100%;
  }
  .single-post-grid-tab {
      padding: 30px;
      border: 1px solid #dfdfdf;
      background: #f1f1f1;
      overflow: hidden;
  }
  
  .single-post-grid-tab .thumb a img {
      width: 100%;
  }
  
  .single-post-grid-tab .thumb{
      overflow: hidden;
  }
  .ht-mega-post-grid-right .content {
      height: 100%;
      display: flex;
      align-items: center;
  }
  .ht-mega-post-grid-left {
      display: flex;
      align-items: center;
  }
  .single-post-grid-tab .post-inner {
      text-align: left;
  }
  
  .single-post-grid-tab .post-inner h2 {
      font-size: 24px;
      line-height: 36px;
      margin-top: 20px;
  }
  
  .single-post-grid-tab .post-inner h2 a {
      color: #464545;
  }
  
  .single-post-grid-tab .post-inner .meta {
      list-style: none;
      color: #fff;
      padding: 0;
      margin: 0;
      display: block;
      margin: 0 -15px;
  }
  
  .single-post-grid-tab .post-inner .meta li {
      color: #464545;
      font-size: 13px;
      letter-spacing: 2px;
      margin: 0 15px;
      display: inline-block;
  }
  
  .single-post-grid-tab .post-inner .meta li i {
      color: #464545;
  }
  
  .single-post-grid-tab .post-inner .meta li a {
      color: #464545;
  }
  
  .single-post-grid-tab .post-inner p {
      color: #494849;
      font-size: 14px;
      line-height: 28px;
      margin-top: 17px;
      margin-bottom: 28px;
  }
  
  .single-post-grid-tab .post-inner .post-category {
      display: flex;
      padding: 0;
      list-style: none;
      margin-left: 0;
  }
  
  .single-post-grid-tab .post-inner .post-category li {
      margin-right: 10px;
      transition: 0.4s ease-in-out;
  }
  
  .single-post-grid-tab .post-inner .post-category li a {
    background: #2a47e0 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 2px 7px;
    text-transform: uppercase;
  }
  
  .single-post-grid-tab .post-inner .post-btn a.readmore-btn {
      background: transparent;
      display: inline-block;
      padding: 0 37px;
      border-radius: 23px;
      font-size: 14px;
      font-weight: 400;
      line-height: 44px;
      transition: 0.4s ease-in-out;
      color: #494849;
      border: 1px solid #494849;
  }
  
  /* Tablet Device :768px. */
  @media (max-width: 991px) {
      .ht-mega-post-grid-right .content {
          margin-bottom: 15px;
      }
      .single-post-grid-tab .htb-row{
          flex-direction: column-reverse;
      }
  }
  
  /*
   * Custom Carousel Style
  */
  .ht-custom-carousel .single-custom-carousel img {
      width: 100%;
  }
  
  .htmega-carousel-style-1 .slick-slide .single-custom-carousel img {
      transition: all 0.3s ease 0s;
      display: block;
  }
  
  .htmega-carousel-style-1 .single-custom-carousel {
      position: relative;
      transition: all 0.3s ease 0s;
  }
  
  .htmega-carousel-style-1 .slick-slide.slick-active .single-custom-carousel {
      transform: scale(1.15);
  }
  
  .htmega-carousel-style-1 .slick-slide.slick-center .single-custom-carousel {
      transform: scale(1.3);
  }
  
  .htmega-carousel-style-1 .slick-slide.slick-active{
    z-index: 990;
    position: relative;
  }
  
  .htmega-carousel-style-1 .slick-slide.slick-center {
      z-index: 999;
      position: relative;
  }
  
  .htmega-carousel-style-1 .slick-slide {
      padding: 72px 0;
      transition: all 0.3s ease 0s;
  }
  
  /*----------------------
      Slick Dot
  -----------------------*/
  .htmega-carousel-activation .slick-arrow {
	padding: 0;
  }
  .htmega-carousel-activation .slick-dots {
      text-align: center;
      bottom: -60px;
  }
  
  .htmega-carousel-activation .slick-dots li {
      display: inline-block;
      margin: 0;
  }
  
  .htmega-carousel-activation .slick-dots li button {
      border: 1px solid #863F51;
      width: 12px;
      height: 12px;
      padding: 0;
      border-radius: 50%;
      background-color: transparent;
      text-indent: -9999px;
  }
  
  .htmega-carousel-activation .slick-dots li.slick-active button {
      background-color: #863F51;
  }
  
  /*------------------------------
      Custom Carousel Style 2
  -------------------------------*/
  .htmega-carousel-style-2 .slick-slide .single-custom-carousel img {
      transition: all 0.3s ease 0s;
      display: block;
  }
  
  .htmega-carousel-style-2 .single-custom-carousel {
      position: relative;
      transition: all 0.3s ease 0s;
      padding: 0 40px;
      transform: scale(1.1);
  }
  
  .htmega-carousel-style-2 .slick-slide.slick-center .single-custom-carousel {
      transform: scale(1.3);
  }
  
  .htmega-carousel-style-2 .slick-slide.slick-center {
      z-index: 999;
      position: relative;
  }
  
  .htmega-carousel-style-2 .slick-slide.slick-active {
      transition: all 0.3s ease 0s;
  }
  
  .htmega-carousel-style-2 .slick-slide {
      padding: 72px 0;
      transition: all 0.3s ease 0s;
  }
  
  .htmega-carousel-style-2 {
      position: relative;
  }
  
  .htmega-carousel-style-2 button.slick-arrow,.htmega-carousel-style-3 button.slick-arrow {
      position: absolute;
      left: -80px;
      top: 50%;
      transform: translateY(-50%);
      background: #000000;
      color: #f4f4f4;
      width: 40px;
      height: 40px;
      border: 0 none;
      border-radius: 100%;
      padding: 0;
      margin: 0;
      font-size: 30px;
      transition: 0.3s ease-in-out;
      line-height: 28px;
  }
  
  .htmega-carousel-style-2 button.slick-arrow:hover,.htmega-carousel-style-3 button.slick-arrow:hover {
      background: #0056ff;
      color: #fff;
  }
  
  .htmega-carousel-style-2 button.htmega-carosul-next,.htmega-carousel-style-3 button.htmega-carosul-next {
      left: auto;
      right: -80px;
  }


    .htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide{
    transition: none;
    }
    .htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide.slick-active{
        transition: none;
    }
    .htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide .single-custom-carousel{
        padding: 0 40px;
        transition: none;
    }
    .htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide.slick-active{
        transform: perspective(400px) rotateY(20deg) scale(1) !important;
    }
    .htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide.slick-active + .slick-active{
        transform: perspective(0px) rotateY(0deg)  scale(1.1)!important;
    }
    .htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide.slick-active + .slick-active + .slick-active{
        transform: perspective(400px) rotateY(-20deg) scale(1) !important;
    }
    .ht-custom-carousel.htmega-carousel-activation .slick-arrow {
        padding: 0;
        position: absolute;
        top: 50%;
        z-index: 1;
      }
    .ht-custom-carousel.htmega-carousel-activation .htmega-carosul-next.slick-arrow {
        right: 0;
      }
    .ht-custom-carousel.htmega-carousel-activation .htmega-carosul-prev.slick-arrow {
        left: 0;
      }
  
  /*------------------------------
      Custom Carousel Style 3
  -------------------------------*/
  .htmega-carousel-style-3 .slick-slide {
      margin: 0px 15px;
  }
  
  .htmega-carousel-style-3 .slick-list.draggable {
      margin: 0 -15px;
  }
  
  .htmega-carousel-style-3 .slick-dots {
      bottom: -60px;
  }
  
  .htmega-carousel-style-3 .slick-dots li {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      padding: 0;
  }
  
  .htmega-carousel-style-3 .slick-dots li button {
      width: 10px;
      height: 10px;
      padding: 0;
      background: #000;
      border-radius: 100%;
      border: 0;
  }
  
  .htmega-carousel-style-3 .slick-dots li button::before {
      display: none;
  }
  
  .htmega-carousel-style-3 .slick-dots li.slick-active button {
      background: #00c8fa;
  }
  
  /*------------------------------
      Custom Carousel Style 4
  -------------------------------*/
  .htmega-carousel-style-4 {
      position: relative;
  }
  
  .htmega-carousel-style-4 button.slick-arrow {
      position: absolute;
      top: 50%;
      left: 0;
      color: #f4f4f4;
      border: 0 none;
      font-size: 30px;
      background: transparent;
      width: 40px;
      height: 50px;
      line-height: 45px;
      background: #000000;
      transform: translateY(-50%);
      z-index: 2;
      padding: 0;
  }
  
  .htmega-carousel-style-4 button.htmega-carosul-next {
      left: auto;
      right: 0;
  }
  
  .htmega-carousel-style-4 .slick-list {
      margin: 0 -15px;
  }
  
  .htmega-carousel-style-4 .slick-slide {
      margin: 0px 15px;
  }
  
  /*------------------------------
      Custom Carousel Style 5
  -------------------------------*/
  .htmega-carousel-style-5 .slick-slide {
      margin: 0px 15px;
  }
  
  .htmega-carousel-style-5 .slick-list {
      margin: 0 -15px;
  }
  
  .htmega-carousel-style-5 .slick-dots {
      bottom: -40px;
      background: #dbdbdb;
      height: 8px;
      border-radius: 4px;
      left: 0;
      right: 0;
      width: auto;
  }
  
  .htmega-carousel-style-5 .slick-dots li {
      width: 33.33%;
      height: 8px;
      margin: 0;
      left: 0;
      top: -13px;
      transition: 0.4s ease-in-out;
  }
  
  .htmega-carousel-style-5 .slick-dots li::before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      background: #0056ff;
      border-radius: 4px;
      transition: 0.4s ease-in-out;
  }
  
  .htmega-carousel-style-5 .slick-dots li button {
      width: 33.33%;
      height: 8px;
      margin: 0;
      left: 0;
  }
  .htmega-carousel-style-5 .slick-dots li button{
    border: none;
  }
  .htmega-carousel-style-5 .slick-dots li.slick-active button{
    background: transparent;
  }
  
  .htmega-carousel-style-5 .slick-dots li button::before {
      display: none;
  }
  
  .htmega-carousel-style-5 .slick-dots li.slick-active::before {
      width: 100%;
  }
  
  /*------------------------------
      Custom Carousel Style 6
  -------------------------------*/
  
  .htmega-carousel-style-6 button.slick-arrow {
      position: absolute;
      top: 50%;
      left: 0;
      color: #f4f4f4;
      border: 0 none;
      font-size: 30px;
      background: transparent;
      width: 40px;
      height: 50px;
      background: #000000;
      transform: translateY(-50%);
      z-index: 2;
      padding: 0;
  }
  
  .htmega-carousel-style-6 button.htmega-carosul-next {
      left: auto;
      right: 0;
  }
  
  .htmega-carousel-style-6 .slick-dots {
    background: #19243c none repeat scroll 0 0;
    margin-top: -8px;
    position: static;
  }
  
  .htmega-carousel-style-6 .slick-dots li {
    display: inline-block;
    height: inherit;
    padding: 30px 55px;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 2;
  }
  
  .htmega-carousel-style-6 .slick-dots li h6 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    position: relative;
    z-index: 3;
  }
  
  .htmega-carousel-style-6 .slick-dots li.slick-active::before {
      position: absolute;
      content: "";
      background: #223152;
      z-index: -1;
      width: 100%;
      height: 116%;
      bottom: 0;
      left: 0;
  }



  /*Custom Carousel Style 7*/
  .htmega-carousel-style-7 button.slick-arrow {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      color: #f4f4f4;
      border: 0 none;
      border-radius: 100%;
      padding: 0;
      margin: 0;
      font-size: 48px;
      transition: 0.3s ease-in-out;
      z-index: 1;
  }
  
  .htmega-carousel-style-7 button.slick-arrow:hover {
      color: #18012c;
  }
  
  .htmega-carousel-style-7 button.htmega-carosul-next {
      left: auto;
      right: 20px;
  }
  /* 
   * Double Button 
  */

  
  .htmega-doule-btn svg{
    width: 20px;
  }
  .htmega-double-button-area{
    display: flex;
  }
  .htmega-doublebutton {
    display: flex;
    position: relative;
    width: 40%;
  }
  
  span.htmega-middle-text{
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    color: #000000;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    height: 26px;
    left: 50%;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 26px;
    z-index: 3;
  }
  
  .htmega-doublebutton a.htmega-doule-btn {
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    transition: all 0.4s ease-in-out 0s;
    background: #a7d1b0 none repeat scroll 0 0;
    border-radius: 25px 0 0 25px;
    text-decoration: none;
    width: 100%;
    text-align: center;
  }
  .htmega-doublebutton a.htmega-doule-btn:hover,.htmega-doublebutton a.htmega-doule-btn.btn-two:hover {
    background: #18012c none repeat scroll 0 0;
    color: #ffffff;
  }
  .htmega-doublebutton a.htmega-doule-btn.btn-two {
    background: #fa9866 none repeat scroll 0 0;
    border-radius: 0 25px 25px 0;
  }
  
  .htmega-doublebutton a.htmega-doule-btn-size-sm{
    height: 46px;
    line-height: 46px;
  }
  
  .htmega-doublebutton a.htmega-doule-btn-size-md{
    height: 50px;
    line-height: 50px;
  }
  
  .htmega-doublebutton a.htmega-doule-btn-size-lg{
    height: 60px;
    line-height: 60px;
  }
  
  .htmega-doublebutton a.htmega-doule-btn-size-xl{
    height: 70px;
    line-height: 70px;
  }
  
  .htmega-doublebutton a.htmega-doule-btn-size-xs{
    height: 40px;
    line-height: 40px;
  }

  /* Bouble Button Icon position */
  .htmega-double-button-area a.btn-one {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }
    .htmega-double-button-area a.btn-one *{
        position: relative;
        z-index: 2;
    }
    .htmega-double-button-area a.btn-one::after,.htmega-double-button-area a.btn-one::before{
        position:absolute;
        content: "";
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        transition: all 0.3s ease-in-out;

    }
    .htmega-double-button-area a.btn-one::after{
        opacity: 0;
    }
    .htmega-double-button-area a.btn-one:hover::after{
        opacity: 1;
    }
    .htmega-double-button-icon1-position-left .htmega-doule-btn.btn-one .button_one_text_progression{
        order: 2;
    }
    .htmega-double-button-icon1-position-left .htmega-doule-btn.btn-one .button_one_icon_progression{
        order: 1;
    }

    .htmega-double-button-area a.btn-two {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    .htmega-double-button-area a.btn-two *{
        position: relative;
        z-index: 2;
    }
    .htmega-double-button-area a.btn-two::after,.htmega-double-button-area a.btn-two::before{
        position:absolute;
        content: "";
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        transition: all 0.3s ease-in-out;
    }

    .htmega-double-button-area .before_bg a.btn-two::after, .htmega-double-button-area .before_bg a.btn-two::before {
        transform: skewX(-24deg);
    }


    .htmega-double-button-area a.btn-two::after{
        opacity: 0;
    }
    .htmega-double-button-area a.btn-two:hover::after{
        opacity: 1;
    }

    .htmega-double-button-icon2-position-left .htmega-doule-btn.btn-two .button_two_text_progression{
        order: 2;
    }
    .htmega-double-button-icon2-position-left .htmega-doule-btn.btn-two .button_two_icon_progression{
        order: 1;
    }

    a.htmega-doule-btn span {
        transition: all 0s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

  /* Double Button Skew Bg */
  .before_bg{
    overflow: hidden;
  }
  .before_bg a.htmega-doule-btn{
    position: relative;
    background: transparent !important;
    z-index: 1;
    overflow: initial;
  }
  .before_bg a.htmega-doule-btn::before {
    background-color: #a7d1b0;
    content: "";
    display: block;
    height: 100%;
    left: -16px;
    position: absolute;
    top: 0;
    transform: skewX(-24deg);
    width: 112%;
    z-index: -1;
    transition: 0.4s;
  }
  
  .before_bg a.htmega-doule-btn.btn-two::before {
    background-color: #fa9866;
    left: 0;
    right: -16px;
  }
  /* Befor Backround New*/
  
  .htmega-doublebutton.before_bg {
    overflow: hidden;
  }
  .htmega-doublebutton.before_bg .htmega-doule-btn {
    color: #fff;
  }
  .htmega-doublebutton.before_bg .htmega-doule-btn::before, .htmega-doublebutton.before_bg .htmega-doule-btn::after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -15px;
    left: -15px;
    display: block;
    width: auto;
    height: 100%;
    content: "";
    transition: all 0.4s ease 0s;
    transform: skewX(-24deg);
    background-color: transparent;
  }
  .htmega-doublebutton.before_bg .htmega-doule-btn::after {
    opacity: 0;
  }
  .htmega-doublebutton.before_bg .htmega-doule-btn:hover::before {
    opacity: 0;
  }
  .htmega-doublebutton.before_bg .htmega-doule-btn:hover::after {
    opacity: 1;
  }
  .htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(1)::before, .htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(1)::after {
    right: 0;
  }
  .htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(1)::before {
    background: #a7d1b0;
  }
  .htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(1)::after {
    background: #000;
  }
  .htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(2)::before, .htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(2)::after {
    left: 0;
  }
  .htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(2)::before {
    background: #fa9866;
    
  }
  .htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(2)::after {
    background: #000;
  }





  
  /*
   * Banner Style
   */
  .htmega-banner .banner-thumb a {
      /** overflow: hidden; **/
      position: relative;
      display: block;
      line-height: 0;
  }
  .htmega-banner .banner-thumb{
      line-height: 0;
  }
  .htmega-banner .banner-thumb *{
      line-height: normal;
  }
  .htmega-banner .banner-content a{
    display: inline-block;

  }
  .htmega-banner .banner-thumb a::before {
      background: rgba(255, 255, 255, 0.3);
      content: "";
      height: 0;
      left: 0;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      transition: all 0.5s ease 0s;
      width: 0;
  }
  
  .htmega-banner .banner-thumb a::after {
      background: rgba(255, 255, 255, 0.3);
      bottom: 0;
      content: "";
      height: 0;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      right: 0;
      transition: all 0.5s ease 0s;
      width: 0;
  }
  
  .htmega-banner .banner-thumb a img {
      width: 100%;
  }
  
  .htmega-banner:hover .banner-thumb a::before {
      height: 100%;
      opacity: 1;
      width: 100%;
  }
  
  .htmega-banner:hover .banner-thumb a::after {
      height: 100%;
      opacity:1;
      width: 100%;
  }
  
  .htmega-banner {
      position: relative;
  }
  
  .htmega-banner .banner-content a {
    border-bottom: 1px solid #909b74;
    color: #383838;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    text-decoration: none;
  }
  
  .htmega-banner .banner-content{
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
  }
  
  /*Banner Content Position */
  .htmega-banner-content-pos-center .banner-content{
      top: 50%;
      right: 0;
      left: auto;
      padding-right: 30px;
      transform: translateY(-50%);
  }
  
  .htmega-banner-content-pos-bottom .banner-content {
    bottom: 0;
    padding-bottom: 40px;
  }
  
  .htmega-banner-content-pos-top .banner-content {
    top: 0;
    padding-top: 40px;
  }
  
  /* Banner style one */
  .htmega-banner-style-1 .banner-content h6 {
      color: #1f1e26;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 11px;
      text-transform: uppercase;
      margin-bottom: 0;
      font-family: "Poppins", sans-serif;
  }
  
  .htmega-banner-style-1 .banner-content h2 {
      color: #1f1e26;
      font-size: 60px;
      text-transform: uppercase;
      margin-bottom: 1px;
      font-family: "Poppins", sans-serif;
  }
  
  .htmega-banner-style-1 .banner-content p {
      color: #1f1e26;
      font-size: 16px;
      text-transform: uppercase;
      margin: 0;
  }
  
  .htmega-banner-style-1 .banner-content h3 {
      color: #1f1e26;
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 6px;
      font-family: "Poppins", sans-serif;
  }
  
  .htmega-banner-style-1 .banner-content a {
      color: #383838;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 14px;
      border-bottom: 1px solid #909b74;
      transition: 0.4s;
  }
  
  /* Banner Style 02 */
  .htmega-banner-style-2 .banner-content h2{
    color: #1f1e26;
    font-family: "Poppins",sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
  }
  
  /* Banner Style 03 */
  .htmega-banner-style-3 .banner-content h2 {
      color: #242424;
      font-size: 30px;
      font-weight: 400;
      margin-bottom: 6px;
      font-family: 'Prata', serif;
  }
  
  .htmega-banner-style-3 .banner-content p {
      color: #1f1e26;
      font-size: 14px;
      text-transform: uppercase;
      margin: 0;
      font-weight: 400;
      font-family: 'Rubik', sans-serif;
  }
  
  /* Banner Style 03 */
  .htmega-banner-style-4 .banner-content h2 {
      color: #ffffff;
      font-size: 20px;
      font-weight: 800;
      margin-bottom: 10px;
      font-family: 'Open Sans', sans-serif;
  }
  
  .htmega-banner-style-4 .banner-content p {
      color: #ffffff;
      margin: 0;
      font-size: 14px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      line-height: 26px;
      padding-right: 77px;
      margin-bottom: 15px;
  }
  
  .htmega-banner-style-4 .banner-content a {
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      background: #ffffff;
      height: 30px;
      display: inline-block;
      padding: 0 15px;
      line-height: 30px;
      color: #000000;
      font-size: 12px;
      border-radius: 20px;
      transition: 0.4s ease-in-out;
  }
  
  .htmega-banner-style-4 .banner-content a:hover {
      background: #18012c;
      color: #fff;
  }
  .htmega-banner-style-4 .banner-content {
      text-align: left;
      padding-left: 40px;
      padding-top: 40px;
      padding-right: 40px;
  }
  
  /* Banner Style 5 */
  .htmega-banner-style-5 .banner-content h2 {
      color: #646161;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 0;
      font-family: 'Rubik', sans-serif;
  }
  
  .htmega-banner-style-5 .banner-content h2 span {
      color: #f3a395;
  }
  
  .htmega-banner-style-5 .banner-content span {
      color: #f3a395;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 0;
      font-family: 'Rubik', sans-serif;
  }
  
  .htmega-banner-style-5.htmega-banner-content-pos-center .banner-content {
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      padding-right: 30px;
  }
  
  
  .htmega-banner-style-5 .banner-thumb a::before,.htmega-banner-style-6 .banner-thumb a::before {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #f3a395;
    content: "";
    height: 100%;
    left: 0px;
    opacity: 1;
    position: absolute;
    top: 0px;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
  }
  
  /* Banner Style 6 */
  .htmega-banner-style-6 .banner-content {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      top: 0;
      width: 100%;
      text-align: center;
      padding: 40px 0;
      height: 100%;
      transform: translateY(0);
  }
  
  .htmega-banner-style-6 .banner-content h2{
    color: #646161;
    font-family: "Rubik",sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .htmega-banner-style-6 .banner-content p {
    color: #f3a395;
    font-family: "Rubik",sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
  }
  
  /*
   * Special Banner Style
   */
  .htmegaspcial-banner.htmega-banner-content-pos-right .banner-content {
    top: 50%;
    right: 0;
    width: auto;
    transform: translateY(-50%);
  }
  .htmegaspcial-banner.htmega-banner-content-pos-left .banner-content {
    top: 50%;
    left: 0;
    width: auto;
    transform: translateY(-50%);
  }
  .htbanner-badgeimage {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
  }
  .htbanner-badgeimage img{
    width: 100%;
  }
  
  /*
   * Image Comparison Style
  */
  
  .beer-slider input[type="range"]{
    height: 100%;
  }
  
  .beer-slider {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    position: relative;
  }
  
  .beer-slider::before {
    background: transparent;
    content: "";
    height: 100%;
    opacity: 0.35;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  
  .htmega-imagecomparison .beer-handle,.htmega-imagecomparison .beer-range:focus ~ .beer-handle{
    box-shadow: none;
  }
  .htmega-label-pos-center .beer-reveal[data-beer-label]::after, .htmega-label-pos-center .beer-slider[data-beer-label]::after{
    top: 50%;
  }
  .htmega-label-pos-bottom .beer-reveal[data-beer-label]::after, .htmega-label-pos-bottom .beer-slider[data-beer-label]::after{
    bottom: 1.5rem;
    top: auto;
  }
  .beer-reveal[data-beer-label]::after,
  .beer-slider[data-beer-label]::after {
    word-break:normal;
  }

  
  /*
   * Download Monitor
  */
  a.htmega-downloadbtn {
    font-size: 16px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s;
  }
  
  .file_meta {
    font-size: 12px;
    font-weight: 400;
    margin-top: 7px;
    opacity: 0.7;
  }
  .file_meta span {
    margin-right: 10px;
    position: relative;
  }
  .file_meta span::before {
    border-left: 1px solid;
    content: "";
    height: 10px;
    left: -8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
  .file_meta span:first-child::before{
    display: none;
  }
  .download_icon{
    margin-right: 10px;
  }
  
  .edd_downloads_list .edd_download .edd_download_inner .edd_download_title a{
    display: inline-block;
    text-decoration: none;
  }
  
  /* Buddypress Member Style */
  .htmega_buddypress_single {
    display: inline-block;
    text-align: center;
  }
  .htmega_buddypress_single a{
    text-decoration: none;
    display: inline-block;
  }
  
  .htmega_buddypress_single .buddy_press_meta span{
    display: block;
  }
  
  /* Add to cart Style */
  .elementor-widget-htmega-wcaddtocart-addons a{
    text-decoration: none;
  }
  .elementor-widget-htmega-wcaddtocart-addons .quantity {
    display: inline-block;
  }

  .elementor-widget-htmega-wcaddtocart-addons .ajax_add_to_cart.added .elementor-button-text::after,
  .elementor-widget-htmega-wcaddtocart-addons .single_add_to_cart_button.added .elementor-button-text::after{
    font-family: WooCommerce;
    content: '\e017';
    margin-left: 0.53em;
    vertical-align: bottom;
  }

  .elementor-widget-htmega-wcaddtocart-addons .ajax_add_to_cart.loading .elementor-button-text::after,
  .elementor-widget-htmega-wcaddtocart-addons .single_add_to_cart_button.loading .elementor-button-text::after{
    font-family: WooCommerce;
    content: '\e01c';
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: auto;
    right: 1em;
    animation: spin 2s linear infinite;
  }

  .elementor-widget-htmega-wcaddtocart-addons .add_to_cart_button,
  .elementor-widget-htmega-wcaddtocart-addons .single_add_to_cart_button{
    position: relative;
    margin-right: 6px;
  }

  .elementor-widget-htmega-wcaddtocart-addons .ajax_add_to_cart.loading,
  .elementor-widget-htmega-wcaddtocart-addons .single_add_to_cart_button.loading
  {
    padding-right: 2.618em;
  }

  
  /* WooCommerce Pages */
  .elementor-widget-htmega-wcpages-addons .col-1,.elementor-widget-htmega-wcpages-addons .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  
  .elementor-widget-htmega-wcpages-addons .form-row {
    display: block;
  }
  
  .elementor-widget-htmega-wcpages-addons .woocommerce-MyAccount-navigation ul li{
    list-style: none;
  }
  .elementor-widget-htmega-wcpages-addons .woocommerce-MyAccount-navigation ul li a{
    text-decoration: none;
    display: block;
  }
  
  /* WooCommerce Category */
  .woocommerce .product-category a{
    display: inline-block;
    transition: 0.4s;
  }
  .woocommerce .product-category .mark, .woocommerce .product-category mark {
    background-color: transparent;
    padding: 0;
  }
  
  /* Job manager */
  .job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
    height: inherit;
  }
  .job_application button, .job_application input[type="button"], .job_application input[type="reset"], .job_application input[type="submit"]{
    height:auto;
  }
  /* .job_summary_shortcode .job-type {
    display: inline-block;
    height: auto !important;
    margin: 0 !important;
  } */
  .job_summary_shortcode .job-type {
    height: auto !important;
    margin:  0 0 9px;
}
  .job_summary_title {
    font-size: 20px;
    margin-top: 10px;
  }
.elementor-widget-htmega-jobmanager-addons input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.elementor-widget-htmega-jobmanager-addons  select{
    width: 100%;
    margin-bottom: 10px;
}
.elementor-widget-htmega-jobmanager-addons ul.job_types {
    list-style: none;
    margin: 15px 0 10px;
    padding: 0;
}
.elementor-widget-htmega-jobmanager-addons ul.job_types li{
    display: inline-block;
}
.elementor-widget-htmega-jobmanager-addons ul.job_types li:not(:last-child),.elementor-widget-htmega-jobmanager-addons ul.job-dashboard-actions li:not(:last-child){
    margin-right: 10px;
}
.elementor-widget-htmega-jobmanager-addons ul.job-dashboard-actions {
    list-style: none;
    padding: 0;
    margin: 0;
}
.elementor-widget-htmega-jobmanager-addons ul.job-dashboard-actions li{
    display: inline-block;
}
.elementor-widget-htmega-jobmanager-addons fieldset{
    margin-bottom: 15px;
}
  /*
   * Post Carousel Style
  */
  .post-carousel-wrapper {
      margin: 0 -15px;
  }
  .post-carousel-wrapper .slick-slide {
      margin: 0 15px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-1 .content{
    max-width: 100%;
    width: 100%;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-1 .content{
    padding: 0;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-1 .content .post-inner {
    background: #33a3b9 none repeat scroll 0 0;
    transition: 0.4s;
  }
  .post-carousel-wrapper .htmega-postslider-layout-1:hover .content .post-inner {
    background: rgba(51, 163, 185, 0.8) none repeat scroll 0 0;
  }
  
  .post-carousel-wrapper button.slick-arrow {
    background: #5e5e5e none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    height: 50px;
    left: -20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out 0s;
    width: 50px;
    line-height: 0;
    z-index: 9999;
  }
  
  .post-carousel-wrapper button.htmega-carosul-next.slick-arrow {
    left: auto;
    right: -20px;
  }
  
  .post-carousel-wrapper .htmega-single-post-slide .content .post-inner ul.meta li{
    letter-spacing: 0;
  }
  
  /* Post Carousel Style 2 */
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content {
      padding: 0 20px;
      margin-top: -50px;
      text-align: center;
      position: relative;
      z-index: 2;
      overflow: hidden;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner {
      background: #ffffff;
      padding: 20px;
      border-bottom: 4px solid #b5b5b5;
      padding-top: 35px;
      transition: 0.4s ease-in-out;
      position: relative;
  }
  .post-carousel-wrapper .htmega-postslider-layout-2:hover .content .post-inner {
      border-bottom: 4px solid #0056ff;
  }
  
  /* gradient border */
  .post-carousel-wrapper .htmega-postslider-layout-2 .content.htmega-gradient .post-inner{
      border:none;
  }
  .post-carousel-wrapper .htmega-postslider-layout-2 .content.htmega-gradient .post-inner:after{
      content: "";
      left: 0;
      height: 4px;
      bottom: 0;
      width: 100%;
      position: absolute;
      z-index: 2;
      background:#b5b5b5;
      transition: 0.4s ease-in-out;
      background-image: linear-gradient(90deg, #F9DC03 0%, #F25A75 100%);
      background-color: transparent;
  }
  .post-carousel-wrapper .htmega-postslider-layout-2:hover .content.htmega-gradient  .post-inner:after{
      background-image: linear-gradient(90deg, #09E328 0%, #00C1C6 100%);
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul {
      justify-content: space-between;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li {
      color: #8f8f8f;
      font-size: 14px;
      font-family: 'Courgette', cursive;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li i {
      font-size: 14px;
      padding-right: 12px;
      color: #a8a8a8;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li a {
      color: #8f8f8f;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 11px;
      line-height: 28px;
      margin-bottom: 25px;
      padding: 0 30px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2 a {
      color: #4f4f4f;
      transition: 0.4s ease-in-out;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2 a:hover {
      color: #0056ff;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner p {
      color: #818181;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 29px;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
  }
  
  /* Post Carousel Style 3 */
  .post-carousel-wrapper .htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn,.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn,.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn {
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    border-color: #ffffff;
    color: #ffffff;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: inherit;
    line-height: 24px;
    padding: 0;
    transition: all 0.4s ease-in-out 0s;
  }
  .post-carousel-wrapper .htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn:hover {
      color: #33a3b9;
      border-bottom: 1px solid #33a3b9;
      background: transparent;
  }
  
  .post-carousel-wrapper.htmega-postcarousel-layout-3 button.slick-arrow {
    background: #263170 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 30px;
    height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: -48px;
    transition: all 0.4s ease-in-out 0s;
    width: 46px;
    border-radius: 0;
  }
  .post-carousel-wrapper.htmega-postcarousel-layout-3 button.htmega-carosul-prev.slick-arrow {
    right: 66px;
    left: auto;
  }
  
  /*Post Carousel Style 4*/
  .post-carousel-wrapper .htmega-postslider-layout-4 .post-carousel-flex{
      display: flex;
      align-items: center;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content {
      flex-basis: 58%;
      position: relative;
      margin-left: -75px;
      background: #fff;
      padding: 57px 24px;
  }
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner {
    background: transparent none repeat scroll 0 0;
    padding: 0;
    text-align: left;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul {
      justify-content: flex-start;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.post-category {
      margin: 0 -5px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.post-category li {
      margin: 0 5px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta {
      margin:0;
      margin-bottom: 10px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li {
      color: #8c8c8c;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      margin: 0 14px;
      letter-spacing: 0;
      margin-left: 0;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li i {
      font-size: 16px;
      padding-right: 10px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li a {
      color: #8c8c8c;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 19px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2 a {
      color: #464646;
      transition: 0.4s ease-in-out;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2 a:hover {
      color: #0056ff;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner p {
      color: #818181;
      font-size: 14px;
      line-height: 24px;
      font-weight: 300;
      font-family: "Montserrat", sans-serif;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn {
      color: #464646;
      transition: 0.4s ease-in-out;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      background: transparent;
      border-bottom: 1px solid #464646;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn:hover {
      color: #0056ff;
      border-bottom: 1px solid #0056ff;
      background: transparent;
  }
  
  /*Post Carousel Style 5*/
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner {
      text-align: left;
      padding: 30px 0;
  }
  .post-carousel-wrapper .htmega-postslider-layout-5 .content {
    background: transparent;
    padding: 0;
  }
  
  .post-carousel-wrapper .content .post-inner h2 {
      word-break: break-word;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul {
      justify-content: flex-start;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta {
      margin: 0 -10px;
      margin-bottom: 7px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li {
      color: #8c8c8c;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      padding: 0 10px;
      font-weight: 500;
      position: relative;
      margin: 0;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li::before {
      position: absolute;
      content: "/";
      right: 0;
      top: 2px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li:last-child::before {
      display: none;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li a {
      color: #8c8c8c;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2 {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 11px;
      margin: 0;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2 a {
      color: #2b2b2b;
      transition: 0.4s ease-in-out;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2 a:hover {
      color: #0056ff;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner p {
      color: #6d6a6a;
      font-size: 17px;
      line-height: 29px;
      margin-bottom: 24px;
      margin-top: 10px;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn {
      border-bottom: 1px solid #464646;
      font-size: 14px;
      transition: 0.4s ease-in-out;
      font-family: "Montserrat", sans-serif;
      color: #464646;
      background: transparent;
  }
  
  .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn:hover {
      border-bottom: 1px solid #0056ff;
      color: #0056ff;
  }
  
  
  .post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow {
      position: absolute;
      top: 28%;
      left: 15px;
      width: 46px;
      height: 46px;
      background: #ffffff;
      border: 0 none;
      color: #0056ff;
      font-size: 24px;
      padding: 0;
      margin: 0;
      transition: 0.4s ease-in-out;
      z-index: 2;
      border-radius: 0;
  }
  
  .post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow:hover {
      background: #0056ff;
      color: #ffffff;
  }
  
  .post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow.htmega-carosul-next {
      left: auto;
      right: 15px;
  }
  /* New style */
  
  .post-carousel-wrapper.htmega-bottom-right-arrow button.slick-arrow,
  .post-carousel-wrapper.htmega-bottom-center-arrow button.slick-arrow{
      top:100%;
  }
  .post-carousel-wrapper.htmega-top-right-arrow button.slick-arrow {
      top:0;
  }
  .post-carousel-wrapper.htmega-top-right-arrow button.slick-arrow {
      right: 50px;
      left: auto;
  }
  .post-carousel-wrapper.htmega-top-right-arrow button.htmega-carosul-next.slick-arrow {
      right: 0px;
      left: auto;
  }
  /* bottom right */
  .post-carousel-wrapper.htmega-bottom-right-arrow button.slick-arrow {
      right: 50px;
      left: auto;
  }
  .post-carousel-wrapper.htmega-bottom-right-arrow button.htmega-carosul-next.slick-arrow {
      right: 0px;
      left: auto;
  }
  /* center bottom */
  .post-carousel-wrapper.htmega-bottom-center-arrow button.slick-arrow {
      left: 50%;
      margin-left: -40px;
  }
  .post-carousel-wrapper.htmega-bottom-center-arrow button.htmega-carosul-next.slick-arrow {
      left: auto;
      right: 50%;
      margin-right: -40px;
  }
  .post-carousel-wrapper.htmega-postcarousel-layout-3.htmega-bottom-center-arrow button.htmega-carosul-prev.slick-arrow {
      right: auto;
      left: 50%;
  }
  
  /* verticle center */
  .post-carousel-wrapper.htmega-postcarousel-layout-3.htmega-verticle-center-arrow button.slick-arrow{
      top:50%;
  }
  .post-carousel-wrapper.htmega-postcarousel-layout-3.htmega-verticle-center-arrow button.slick-arrow{
      left: -20px;
      right: auto;
  }
  .post-carousel-wrapper.htmega-postcarousel-layout-3.htmega-verticle-center-arrow button.htmega-carosul-next.slick-arrow {
      left: auto;
      right: -20px;
  }
  
  /*
  * Image Justify layout
  */
  .htmega-justify-single-image .thumb a {
    display: block;
  }
  
  .htmega-justify-single-image .thumb a img{
    width: 100%;
  }
  .htmega-justify-single-image .thumb{
    line-height: 0;
  }
  
  /*
   * Business Hours
  */
  .shapebg_image--1 {
      background-image: url(//digitalfresh.co.uk/wp-content/plugins/ht-mega-for-elementor/assets/css/img/others/business-shape.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
  }
  
  .htmega-business-horurs-1 .business-hrs-inner {
      padding: 70px 65px;
      margin-top: -15px;
  }
  
  .htmega-business-horurs-1 .htmega-single-hrs {
      margin-top: 15px;
  }
  
  .htmega-business-horurs-1 .htmega-single-hrs span.time {
      float: right;
      font-weight: 600;
      color: #000000;
      font-size: 20px;
      font-family: 'Dosis', sans-serif;
  }
  
  .htmega-business-horurs-1 .htmega-single-hrs span.day {
      color: #3b3b3b;
      font-weight: 800;
      font-size: 30px;
      font-family: 'Dosis', sans-serif;
  }
  
  .htmega-business-horurs-1 .htmega-single-hrs.closed-day span.time {
      color: #fa2d2d;
  }
  
  .htmega-business-horurs-1 .htmega-single-hrs.closed-day span.day {
      color: #fa2d2d;
  }
  
  /* Business Hours style two */
  .htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs {
      padding: 16px 0;
      border-top: 1px solid #f4f4f4;
      position: relative;
  }
  
  .htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs:first-child {
      border-top: 1px solid transparent;
  }
  
  .htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs::before {
    border: 1px dashed #fff;
    content: "";
    height: 42px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 2px;
  }
  
  .htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs span.day {
      color: #fafafa;
      font-weight: 400;
      font-size: 18px;
      font-family: "Montserrat", sans-serif;
      padding-left: 40px;
  }
  
  .htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs span.time {
      float: right;
      font-weight: 400;
      color: #ffffff;
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
      padding-right: 40px;
  }
  
  .htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs:nth-child(odd) {
      background: #ff6f5e;
  }
  
  .htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs:nth-child(even) {
      background: #fe5743;
  }
  
  /* Business Hours style three */
  .htmega-business-horurs-3 .business-hrs-inner {
      padding: 20px 30px;
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs {
      padding: 10px 22px;
      margin: 4px 0;
  }
  
  .htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs span {
      font-family: 'Lobster Two', cursive;
  }
  
  .htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs span.day {
      color: #565656;
      font-weight: 400;
      font-size: 20px;
  }
  
  .htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs span.time {
      float: right;
      font-weight: 400;
      color: #565656;
      font-size: 16px;
  }
  
  .htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs.closed-day {
      background: #0056ff;
  }
  
  .htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs.closed-day span.time {
      color: #ffffff;
  }
  
  .htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs.closed-day span.day {
      color: #ffffff;
  }
  
  /* Business Hours style Four */
  .htmega-business-horurs-4 .business-hrs-inner {
      padding: 30px 50px;
      background-image: url(//digitalfresh.co.uk/wp-content/plugins/ht-mega-for-elementor/assets/css/img/bg/bg-image-40.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
  }

   .business-hrs-inner h4.hour-title {
        text-align: center;
        padding: 20px 0;
        font-size: 24px;
        font-weight: 600;
   }
  
  .htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs {
      padding: 17px 0;
      position: relative;
  }
  
  .htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs:last-child {
      border: none !important;
  }
  
  .htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs span {
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs span.day {
      color: #ffffff;
      font-weight: 500;
      font-size: 16px;
  }
  
  .htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs span.time {
      float: right;
      font-weight: 300;
      color: #ffffff;
      font-size: 14px;
  }
  
  /* Business Hours style Five */
  .htmega-business-horurs-5 .business-hrs-inner {
      padding: 30px 50px;
      position: relative;
      z-index: 2;
  }
  
  .htmega-business-horurs-5 .business-hrs-inner::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: 2;
      right: 0;
      background-image: linear-gradient(#d80d5f, #2f46dc);
      background-image: -webkit-gradient(#d80d5f, #2f46dc);
      background-image: -webkit-linear-gradient(#d80d5f, #2f46dc);
      background-image: -moz-linear-gradient(#d80d5f, #2f46dc);
      background-image: -ms-linear-gradient(#d80d5f, #2f46dc);
      background-image: -o-linear-gradient(#d80d5f, #2f46dc);
      z-index: -1;
  }
  
  .htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs {
      padding: 17px 0;
      position: relative;
  }
  
  .htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs::before {
      position: absolute;
      content: "";
      width: 60px;
      height: 2px;
      left: 45%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      border:1px dotted #ffffff;
  }
  
  .htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs span {
      font-family: "Montserrat", sans-serif;
  }
  
  .htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs span.day {
      color: #ffffff;
      font-weight: 500;
      font-size: 16px;
  }
  
  .htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs span.time {
      float: right;
      font-weight: 300;
      color: #ffffff;
      font-size: 14px;
  }
  
  
  /*
   * Custom Table Style
  */
  
  .htmega-table-style {
      border-radius: 10px 10px 0 0;
  }
  
  .htmega-table-style .htb-table {
      margin: 0;
  }
  
  .htmega-table-style .htb-table thead {
      background-color: #612d91;
  }
  
  .htmega-table-style .htb-table thead tr th {
      text-align: center;
      border: none;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 600;
      color: #ffffff;
      padding: 12px 20px;
      border-right: 1px solid #fff;
  }

  .htmega-table-style table.htb-table tbody>tr:nth-child(odd)>td,
  .htmega-table-style table.htb-table tbody>tr:nth-child(odd)>th{
        background: unset;
    }
  
  .htmega-table-style .htb-table tbody tr {
      background: #824f9e;
    }
  
  .htmega-table-style .htb-table tbody tr td {
      text-align: center;
      border: none;
      padding: 12px 20px;
      vertical-align: middle;
      border-bottom: 1px solid #ffffff;
      color: #ffffff;
      font-size: 16px;
      border-right: 1px solid #fff;
  }


  
  .htmega-table-style .htb-table thead tr th.sorting,.htmega-table-style .htb-table thead tr th.sorting_asc,.htmega-table-style .htb-table thead tr th.sorting_desc{
    position: relative;
  }
  
  .htmega-table-style .htb-table thead tr th.sorting::before,
  .htmega-table-style .htb-table thead tr th.sorting_asc::before,
  .htmega-table-style .htb-table thead tr th.sorting_desc::before,
  .htmega-table-style .htb-table thead tr th.sorting::after,
  .htmega-table-style .htb-table thead tr th.sorting_desc::after,
  .htmega-table-style .htb-table thead tr th.sorting_asc::after {
    position: absolute;
    content: "\f0d7";
    right: 20px;
    font-family: FontAwesome;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 7px;
    font-size: 18px;
}
  .htmega-table-style .htb-table thead tr th.sorting::after,
  .htmega-table-style .htb-table thead tr th.sorting_desc::after,
   .htmega-table-style .htb-table thead tr th.sorting_asc::after {
    content: "\f0d8";
    margin-top: -5px;
}
  .htmega-table-style select{
    width: auto;
  }
  .ast-container .htmega-table-style select{
    background-position-y: calc(50%);
}
  
  /* Table Style 02 */
  .htmega-table-style-2 {
      border-radius: 0;
  }
  .htmega-table-style-2 .htb-table {
      margin: 0;
  
  }
  .htmega-table-style-2 .htb-table thead {
      background-color: #5ac5ff;
  }
  
  .htmega-table-style-2 .htb-table thead tr th {
      text-align: left;
      border: none;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 600;
      color: #ffffff;
      padding: 12px 20px;
      border-right: 1px solid #c5c5c5;
      border-left: 1px solid #c5c5c5;
      padding-left: 30px;
      outline: none;
  }
  
  .htmega-table-style-2 .htb-table tbody tr {
      background: #ffffff;
  }
  
  .htmega-table-style-2 .htb-table tbody tr:nth-child(even) {
      background: #f4f4f4;
  }
  
  .htmega-table-style-2 .htb-table tbody tr td {
      text-align: left;
      border: none;
      padding: 12px 20px;
      vertical-align: middle;
      color: #000000;
      font-size: 16px;
      border-right: 1px solid #c5c5c5;
      padding-left: 30px;
      border-left: 1px solid #c5c5c5;
  }
  
  .htmega-table-style-2 td a {
      font-size: 16px;
      font-weight: 600;
      color: #18012c;
  }
  
  /*Table Style 03*/
  .htmega-table-style-3{
    border-radius: 0;
  }
  .htmega-table-style-3 .htb-table {
      margin: 0;
  }
  
  .htmega-table-style-3 .htb-table thead {
      background-color: #727272;
  }
  
  .htmega-table-style-3 .htb-table thead tr th {
      text-align: left;
      border: none;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 600;
      color: #ffffff;
      padding: 12px 20px;
      border-right: 1px solid #c5c5c5;
      border-left: 1px solid #c5c5c5;
      padding-left: 30px;
  }
  
  .htmega-table-style-3 .htb-table tbody tr {
      background: #ffffff;
  }
  
  .htmega-table-style-3 .htb-table tbody tr td {
      text-align: left;
      border: none;
      padding: 12px 20px;
      vertical-align: middle;
      color: #000000;
      font-size: 16px;
      border-right: 1px solid #c5c5c5;
      border-left: 1px solid #c5c5c5;
      border-bottom: 1px solid #c5c5c5;
      padding-left: 30px;
  }
  
  .htmega-table-style-3 td a {
      font-size: 16px;
      font-weight: 600;
      color: #18012c;
  }

  .htmega-table-style table {
    border: 0;
  }
  
  .htmega-table-export-btn {
    display: inline-block;
    float: right;
    margin-top: 10px;
    overflow: hidden;
    background: #824F9E;
    color: #fff;
    line-height: 1;
    padding: 7px 16px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.htmega-table-export-btn:hover{
    background: #000;
}


  /*
   * Pricing List View Style 
  */
  .htmega-pricing-list-view a{
    text-decoration: none;
  }
  .htmega-pricing-list-view .htb-table {
      margin: 0;
  }
  
  .htmega-pricing-list-view .htb-table thead tr th {
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      color: #5c5c5c;
      padding: 12px 20px;
      border-right: 1px solid #d4d4d4;
      border-left: 1px solid #d4d4d4;
      font-family: "Montserrat", sans-serif;
      text-transform: inherit;
  }
  
  .htmega-pricing-list-view .htb-table td.tb-name a {
      font-size: 16px;
      font-weight: 600;
      color: #18012c;
  }
  
  .htmega-pricing-list-view .htb-table tbody tr td {
      text-align: center;
      border: none;
      padding: 12px 20px;
      vertical-align: middle;
      border-bottom: 1px solid #d4d4d4;
      color: #5c5c5c;
      font-size: 16px;
      border-right: 1px solid #d4d4d4;
      border-left: 1px solid #d4d4d4;
  }
  
  .htmega-pricing-list-view .htb-table tbody tr td a {
      color: #5c5c5c;
  }
.table-responsive td.htmega-pricing-row-cell .htmega-pricing-table__head-row-cell-area ,
.table-responsive .htmega-pricing-table__head-column-cell-text {
    word-break: initial;
}
.table-responsive.htmega-pricing-list-view {
    overflow-x: auto;
}
.table-responsive.htmega-pricing-list-view table.table {
    margin: 0;
}

/* Icon Positions */
.htmega-pricing-list-view .htmega-pricing-table__head-column-cell-area {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.htmega-column-position-icon-left .htmega-pricing-table__head-column-cell-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.htmega-column-position-icon-right .htmega-pricing-table__head-column-cell-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.htmega-column-position-icon-left .htmega-pricing-table__head-column-cell-icon, 
.htmega-column-position-icon-right .htmega-pricing-table__head-column-cell-icon {
    width: auto;
}
.htmega-column-position-icon-bottom .htmega-pricing-table__head-column-cell-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.htmega-column-position-icon-top .htmega-pricing-table__head-column-cell-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.htmega-column-position-icon-bottom .htmega-pricing-table__head-column-cell-icon, 
.htmega-column-position-icon-top .htmega-pricing-table__head-column-cell-icon {
    width: 100%;
}
.htmega-pricing-table__head-column-cell .htmega-pricing-table__head-column-cell-area .htmega-pricing-table__head-column-cell-icon img {
    width: 40%;
}
.htmega-pricing-row-cell span.ht-data-label {
    padding: 5px 8px;
    border-radius: 20px;
    position: relative;
    background: #11A683;
    color: #fff;
    font-size: 10px;
}

/* Table list view layout 4 ( No border ) */
.htmega-pricing-table-style-4 table.table, 
.htmega-pricing-table-style-4 table.table td, 
.htmega-pricing-table-style-4 table.table th {
    border: none;
}
.htmega-pricing-table-style-4 th.htmega-pricing-table__head-column-cell , 
.htmega-pricing-table-style-4 td.htmega-pricing-row-cell {
    position: relative;
}
.htmega-pricing-table-style-4 th.htmega-pricing-table__head-column-cell .htmega-pricing-table__head-column-cell-area:before,
.htmega-pricing-table-style-4 td.htmega-pricing-row-cell .htmega-pricing-table__head-row-cell-area:before {
    position: absolute;
    content: "";
    background: transparent;
    width: 10px;
    height: 10px;
    left: 0;
    border-radius: 50px;
}
.htmega-pricing-row-cell .htmega-button .htb-btn {
    font-size: 14px;
}
.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table {
    border-collapse: separate;
    border-spacing: 0 20px;
}
.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}
.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr td:first-child ,.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr th:first-child {
    border-radius: 10px 0px 0px 10px;
}
.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr td:last-child , .htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr th:last-child {
    border-radius: 0px 10px 10px 0px;
}
.htmega-column-position-icon-right .htmega-pricing-table__head-column-cell-icon {
    padding-left: 5px;
}
.htmega-column-position-icon-left .htmega-pricing-table__head-column-cell-icon {
    padding-right: 5px;
}


/* For Row  */
.elementor-widget-htmega-pricinglistview-addons .htmega-pricing-table__head-row-cell-area {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-top .htmega-pricing-table__head-row-cell-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-bottom .htmega-pricing-table__head-row-cell-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-left .htmega-pricing-table__head-row-cell-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-right .htmega-pricing-table__head-row-cell-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-bottom .ha-table__body-row-cell-icon, 
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-top .ha-table__body-row-cell-icon {
    width: 100%;
}
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-left .ha-table__body-row-cell-icon, 
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-right .ha-table__body-row-cell-icon {
    width: auto;
}
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-right .htmega-pricing-table__head-row-cell-area .htmega-pricing-table__head-row-cell-icon {
    padding-left: 5px;
}
.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-left .htmega-pricing-table__head-row-cell-area .htmega-pricing-table__head-row-cell-icon {
    padding-right: 5px;
}
  
  
  /* Pricing Style 02 */
  .htmega-pricing-table-style-2 .htb-table {
      margin: 0;
  }
  
  .htmega-pricing-table-style-2 .htb-table thead tr th {
      vertical-align: bottom;
      border-bottom: 2px solid #dee2e6;
      padding: 0;
      border: 0 none;
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
  }
  
  .htmega-pricing-table-style-2 .htb-table thead tr th:first-child {
    border: 1px solid transparent !important;
  }
  
  .htmega-pricing-table-style-2 .htb-table thead tr th span {
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      color: #ff6565;
      font-family: "Montserrat", sans-serif;
      text-transform: inherit;
      background: #ffc1c1;
      display: block;
      padding: 12px 20px;
      text-transform: initial;
  }
  
  .htmega-pricing-table-style-2 .htb-table tbody tr td {
      text-align: center;
      border: none;
      padding: 0;
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
  }
  
  .htmega-pricing-table-style-2 .htb-table tbody tr td:first-child {
      border-left: 1px solid transparent;
      border-bottom: 1px solid transparent;
  }
  
  .htmega-pricing-table-style-2 .htb-table tbody tr td span {
      padding: 12px 20px;
      vertical-align: middle;
      color: #ffffff;
      font-size: 16px;
      background: #ff8686;
      display: block;
  }
  
  .htmega-pricing-table-style-2 .htb-table tbody tr td span i {
      color: #ffffff;
      font-size: 16px;
  }
  
  .htmega-pricing-table-style-2 .htb-table tbody tr td a {
      color: #ffffff;
  }
  
  .htmega-pricing-table-style-2 .htb-table td.tb-name a {
      font-size: 16px;
      font-weight: 600;
      color: #18012c;
  }
  
  /* htmega-pricing-table-style-3 */
  
  .htmega-pricing-table-style-3 ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  
  .htmega-pricing-table-style-3 ul li {
      margin-bottom: 25px;
  }
  
  .htmega-pricing-table-style-3 ul li a {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
  }
  
  .htmega-pricing-table-style-3 ul li a .price-list-text {
      flex: 1;
      min-width: 1px;
      align-items: center;
      display: flex;
      flex-wrap: wrap;
  }
  
  .htmega-pricing-table-style-3 ul li a .price-list-text span {
      color: #373737;
      font-weight: 600;
      font-size: 20px;
  }
  
  .htmega-pricing-table-style-3 ul li a .price-list-text span.separator {
      margin-left: 20px;
      border-bottom-style: dotted;
      border-bottom-width: 1px;
      height: 0;
      color: #ccc;
      border-bottom-style: dashed;
      border-bottom-color: #b9b9b9;
      flex: 1;
      min-width: 1px;
  }
  
  .htmega-pricing-table-style-3 ul li a .price-text-right {
      width: auto;
      padding-left: 20px;
  }
  
  .htmega-pricing-table-style-3 ul li a .price-text-right span.price {
      background: #ff8686;
      display: inline-block;
      color: #ffffff;
      font-weight: 600;
      font-size: 20px;
      height: 45px;
      padding: 0 33px;
      line-height: 46px;
      margin-right: 10px;
      border-radius: 22px;
  }
  
  .htmega-pricing-table-style-3 ul li a .price-text-right span.basket {
      display: inline-block;
      background: #ff9898;
      height: 45px;
      line-height: 44px;
      width: 45px;
      text-align: center;
      border-radius: 100%;
      color: #fff;
      font-size: 18px;
  }
  
  /*
   * Vertical Timeline 
  */
  .htc-verctimeline-wrapper {
      position: relative;
      margin-top: 30px;
  }
  
  .htc-verctimeline-wrapper.htmega-verticletimeline-style-2::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 6px;
      background: #18012c;
      height: 100%;
      margin-left: -1px;
      border-radius: 20px;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      padding: 30px 0;
      position: relative;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 2px;
      background: #d2d2d2;
      height: 100%;
      margin-left: -1px;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline:last-child::before {
      display: none;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline .vertical-time {
      width: 50%;
      text-align: right;
      position: relative;
      -webkit-align-self: baseline;
      -moz-align-self: baseline;
      -ms-flex-item-align: baseline;
      align-self: baseline;
      position: relative;
      top: -53px;
      padding-right: 30px;
      padding-left: 0;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline .vertical-time::before {
      position: absolute;
      content: "";
      right: -15px;
      top: 50%;
      margin-top: -15px;
      height: 30px;
      width: 30px;
      border: 7px solid #e98250;
      border-radius: 100%;
      background: #fff;
      transform: translateY(-50%);
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date {
      width: 100px;
      border: 13px solid #f88a55;
      text-align: center;
      display: inline-block;
      height: 100px;
      border-radius: 100%;
      background: #fff;
      position: relative;
      top: -15px;
      margin-right: 11px;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date::before, .htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span.month:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 50%;
    height: 10px;
    width: 10px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #f58854;
    transform: translateY(-50%);
    margin-left: 12px;
}
  .htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date span {
    display: block;
    color: #fc8c56;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
  .htc-verctimeline-wrapper .ht-ver-timeline .timeline-content {
      padding-left: 123px;
      text-align: left;
      width: 50%;
      position: relative;
      top: -30px;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline .timeline-content::before {
      position: absolute;
      content: "";
      border-style: dashed;
      left: 25px;
      height: 1px;
      width: 80px;
      border-width: 0 0 2px;
      top: 11px;
      border-color: #f38753;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline .timeline-content p {
      color: #494849;
      font-size: 14px;
      line-height: 28px;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse {
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time {
    text-align: left;
    padding-left: 30px;
    padding-right: 0;
}
  .htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time::before {
      right: auto;
      left: -15px;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time .vertical-date {
      margin-right: 0;
      margin-left: 11px;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time .vertical-date::before {
      right: 115%;
      left: auto;
      border-top: 10px solid transparent;
      border-right: 15px solid #fc8c56;
      border-bottom: 10px solid transparent;
      border-left: 10px solid transparent;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .timeline-content {
      padding-left: 0;
      padding-right: 123px;
      text-align: right;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .timeline-content::before {
      left: auto;
      right: 25px;
  }
  
  /* Vertical Timeline style 04 */
  h6.time_line_title{
      margin-top: 0;
      margin-bottom: 10px;
      padding: 0;
      line-height: 1.3;
      font-size: 19px;
  }
  .htc-verctimeline-wrapper.htmega-verticletimeline-style-4  .ht-ver-timeline .timeline-content{
      padding-left: 40px;
  }
  .htc-verctimeline-wrapper.htmega-verticletimeline-style-4 .ht-ver-timeline.vertical-reverse .timeline-content{
      padding-right: 40px;
      padding-left: 0;
  }
  .htmega-verticletimeline-style-4 .ht-ver-timeline .timeline-content::before,.htmega-verticletimeline-style-4 .ht-ver-timeline .timeline-content::before{
      display: none;
  }
  .htmega-verticletimeline-style-4 .ht-ver-timeline .vertical-time .vertical-date {
    border: none;
    padding: 12px;
}
  .htmega-verticletimeline-style-4 .ht-ver-timeline .vertical-time .vertical-date:after,.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span.month:after {
    position: absolute;
    background: #e98250;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    border-radius: 100%;
}
.htmega-verticletimeline-style-4 .ht-ver-timeline .vertical-time .vertical-date span.month {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.htmega-verticletimeline-style-4 .ht-ver-timeline .vertical-time .vertical-date::before {
    left: 99%;
    margin: 0;
}
.htmega-verticletimeline-style-4 .ht-ver-timeline.vertical-reverse .vertical-time .vertical-date::before {
    right: 99%;
}

    /* Vertical Timeline style 02 */
  .htc-verctimeline-wrapper .ht-ver-timeline--2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      padding: 40px 0 0;
      position: relative;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--2::before {
      position: absolute;
      content: "";
      width: 6px;
      height: 100%;
      background: #cf2037;
      left: 50%;
      transform: translateX(-1px);
      top: 0;
      transition: 0.4s ease-in-out;
      opacity: 0;
      border-radius: 20px;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--2:hover::before {
      opacity: 1;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time {
      width: 50%;
      text-align: right;
      position: relative;
      -webkit-align-self: baseline;
      -moz-align-self: baseline;
      -ms-flex-item-align: baseline;
      align-self: baseline;
      position: relative;
      padding-right: 40px;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time::before {
      position: absolute;
      content: "";
      right: -12px;
      top: 50%;
      margin-top: 0px;
      height: 20px;
      width: 20px;
      border: 6px solid #18012c;
      border-radius: 100%;
      background: #fff;
      transform: translateY(-50%);
      transition: 0.4s ease-in-out;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span {
      display: block;
      color: #18012c;
      font-size: 18px;
      font-weight: 700;
      line-height: 28px;
      font-family: "Montserrat", sans-serif;
  }
  .htc-verctimeline-wrapper .ht-ver-timeline--2:hover .vertical-time::before {
      border: 6px solid #cf2037;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--2 .timeline-content {
      padding-left: 40px;
      text-align: left;
      width: 50%;
      position: relative;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--2 .timeline-content h6 {
      color: #18012c;
      font-size: 18px;
      font-weight: 700;
      transition: 0.4s ease-in-out;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--2 .timeline-content p {
      color: #313131;
      font-size: 15px;
      line-height: 25px;
      font-family: "Montserrat", sans-serif;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--2:hover .timeline-content h6 {
      color: #cf2037;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse {
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time {
    text-align: left;
    padding-left: 40px;
    padding-right: 0;
}
  
  .htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time::before {
      right: auto;
      left: -9px;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time .vertical-date {
      margin-right: 0;
      margin-left: 11px;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .timeline-content {
      padding-left: 0;
      padding-right: 40px;
      text-align: right;
  }
  .htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span.month {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span.month:after {
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span.month:before {
    margin: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid transparent;
}

.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time .vertical-date span.month:before {
    right: 100%;
    left: auto;
    border-top: 8px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
}
  /* Vertical Timeline style 03 */
  .htc-verctimeline-wrapper .ht-ver-timeline--3 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      position: relative;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--3::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 3px;
      background: #f4f4f4;
      height: 100%;
      margin-left: -2px;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--3:last-child::before {
      display: none;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--3 .vertical-time {
      width: 50%;
      text-align: right;
      padding: 0 40px;
      position: relative;
      -webkit-align-self: baseline;
      -moz-align-self: baseline;
      -ms-flex-item-align: baseline;
      align-self: baseline;
      position: relative;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--3 .vertical-time .vertical-date span {
      display: block;
      color: #18012c;
      font-size: 30px;
      font-weight: 700;
      line-height: 28px;
      font-family: "Montserrat", sans-serif;
      position: absolute;
      left: 100%;
      width: 60px;
      height: 60px;
      background: #f4f4f4;
      text-align: center;
      line-height: 60px;
      border-radius: 100%;
      top: 0;
      transform: translateX(-50%);
      transition: all 0.3s ease-in-out;
  }

  .htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content {
      padding-left: 67px;
      text-align: left;
      width: 50%;
      position: relative;
      top: 0;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content .content {
      background: #ffffff;
      box-shadow: 0 0 97px rgba(0, 0, 0, 0.1);
      padding: 38px 30px;
      position: relative;
      transition: all 0.3s ease-in-out;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content .content::before {
    right: 100%;
    left: auto;
    border-top: 10px solid transparent;
    border-right: 20px solid #ffffff;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    content: "";
    margin-top: -15px;
    height: 10px;
    width: 10px;
    transition: all 0.3s ease-in-out;
}
  .htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content h6 {
      color: #18012c;
      font-size: 18px;
      font-weight: 700;
      transition: 0.4s ease-in-out;
      margin-bottom: 8px;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content p {
      color: #18012c;
      font-size: 14px;
      line-height: 28px;
      transition: all 0.3s ease-in-out;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse {
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .vertical-time {
      text-align: left;
      padding: 0 40px;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .vertical-time .vertical-date span {
    left: auto;
    right: 100%;
    transform: translateX(50%);
}
  
  .htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .timeline-content {
      padding-right: 67px;
      text-align: right;
      padding-left: 0;
  }
  
  .htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .timeline-content .content::before {
      left: 100%;
      right: auto;
      border-top: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 15px solid #ffffff;
  }
   /* small mobile :320px. */
   @media (max-width: 767px) {
    .htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time {
        padding-right: 30px;
    }
    .htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time {
        padding-left: 30px;
    }

    .htc-verctimeline-wrapper .ht-ver-timeline--3 .vertical-time,.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .vertical-time {
        width: auto;
        padding: 0 18px;
    }
    .htc-verctimeline-wrapper .ht-ver-timeline--3::before {
        display: none;
    }
   .htc-verctimeline-wrapper .ht-ver-timeline--3{
        margin-bottom:30px;
    }

   }
  
  /*
   * Offcanvas Style 
  */
    .offcanvas{
        text-align: center;
    }
    .offcanvas .canvas-btn {
        display: inline-block;
        color: #ffffff;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        padding: 13px 36px;
        line-height: 1.4;
        border-radius: 4px;
        background: #fa9866;
        text-decoration: none;
    }
    .offcanvas svg {
        width: 20px;
        vertical-align: middle;
    }

    .site-menu .searchform input[type="text"] {
        color: #fff;
    }

    .site-menu.show-nav {
        -webkit-transform: translateX(440px);
        transform: translateX(440px);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0);
    }

    .site-menu {
        width: 440px;
        height: 100%;
        position: fixed;
        top: 0;
        left: -440px;
        background: #000000;
        transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: 300ms ease all;
        transition: 300ms ease all;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 99;
        overflow-y: auto;
        padding-top: 80px;
    }

    .admin-bar .site-menu{
        padding-top: 120px;
    }

    .site-menu a.canvas-closebtn i{
        border: 1px solid #fff;
        color: #fff;
        padding: 9px;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .admin-bar .site-menu a.canvas-closebtn i{
        top: 60px;
    }

    .site-menu.align-right-active {
        transform: translateX(0);
    }

    .site-menu.align-right-active.show-nav {
        -webkit-transform: translateX(-440px);
        transform: translateX(-440px);
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0);
    }
    .site-menu.align-right-active {
        left: auto;
        right: -440px;
    }


    .site-menu.align-top-active {
        transform: translateY(0);
    }

    .site-menu.align-top-active.show-nav {
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
    }

    .site-menu.align-bottom-active {
        transform: translateY(0);
    }

    .site-menu.align-bottom-active.show-nav {
        -webkit-transform: translateY(-150px);
        transform: translateY(-150px);
        -webkit-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0);
    }

    .site-menu.align-bottom-active,
    .site-menu.align-top-active {
        left: 0;
        right: auto;
        bottom: -150px;
        top: auto;
        width: 100%;
        height: 150px;
    }
    .site-menu.align-top-active {
        top: -150px;
        bottom: auto;
        width: 100%;
        height: 150px;
    }

    .site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul li a {
        color: #ffffff;
        font-size: 15px;
        display: block;
        padding: 13px 0;
        border-top: 1px solid #414141;
        text-transform: uppercase;
        text-decoration: none;
    }

    .site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul li:first-child a {
        border-top: 1px solid transparent;
    }
    .site-menu .content_offcanvas .blog-search{
        margin: 0 70px;
    }
    .site-menu .content_offcanvas .blog-search form input,.site-menu .content_offcanvas_verticle .blog-search form input {
        border-radius: 20px;
        height: 40px;
    }
    .site-menu .content_offcanvas .blog-search form button,.site-menu .content_offcanvas_verticle .blog-search form button {
        height: 40px;
    }
    .site-menu .content_offcanvas .blog-search form button:hover,.site-menu .content_offcanvas_verticle .blog-search form button:hover{
        color: #ffffff;
    }

    .site-menu .content_offcanvas_verticle .linemenu-nav ul li {
        margin: 0 10px;
    }

    .admin-bar .site-menu.align-top-active,.site-menu.align-bottom-active {
        padding-top: 40px !important;
    }
    .admin-bar .site-menu.align-top-active .elementor-image {
        margin-top: 7px;
    }
    .site-menu.align-top-active a.canvas-closebtn i,.site-menu.align-bottom-active a.canvas-closebtn i {
        z-index: 999;
    }

  /*
   * Image Magnifier Style
  */
  .magnifier-lens{
    cursor: pointer;
  }
  
  /*
   * Animated Heading
  */
  .htmega-animated-heading{
    text-align: center;
  }
  .htmega-animated-heading .cd-words-wrapper b {
    color: #0056ff;
  }
  
  /*Animated Heading 01*/
  .htmega-style-1 h4{
      color: #515151;
      font-size: 36px;
      margin: 0;
      font-weight: 600;
  }
  
  
  /*Animated Heading 02*/
  .htmega-style-2 h4 span.beforetext {
      padding: .25em 0 .325em;
      margin: 0 auto;
      text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
      font-size: 60px;
      color: #515151;
      /* Clip Background Image */
      -webkit-background-clip: text;
      background-clip: text;
      /* Animate Background Image */
      -webkit-text-fill-color: transparent;
      -webkit-animation: bgimganimation 80s linear infinite;
      /* Activate hardware acceleration for smoother animations */
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
     background-color: #007bff; 
  }
  
  
  /*Animated Heading 03*/
  .htmega-style-3 h4{
    color: #515151;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
  }
  
  /*Animated Heading 04*/
  .htmega-style-4 h4{
      vertical-align: middle;
      text-align: center;
      font-size: 36px;
      color: #4e4e4e;
      font-weight: 400;
      font-style: italic;
  }
  /*Animated Heading 05*/
  .htmega-style-5 h4{
      font-size: 36px;
  }
  
  /*Animated Heading 06*/
  .htmega-style-6 h4{
      text-align: center;
      font-size: 36px;
      color: #515151;
      font-weight: 400;
      margin: 0;
  }
  
  .htmega-style-6 .cd-words-wrapper b {
      font-style: italic;
      font-size: 48px;
      color: #0056ff;
      margin-top: -9px;
  }
  
  .cd-headline.loading-bar .cd-words-wrapper::after {
      background: #0056ff;
  }
  
  /* heading placeholder */
  .htmega-animated-heading .cd-headline::before {
    font-size: 100px;
    font-weight: 100;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    content: attr(data-pltext);
    -webkit-transform: translateX(-50%) translateY(-14px);
    -ms-transform: translateX(-50%) translateY(-14px);
    transform: translateX(-50%) translateY(-14px);
    text-transform: uppercase;
    color: #2e98fb24;
    white-space: nowrap;
	margin-top: -15px
    }

  .htmega-animated-heading .headline-placeholder {
    position: relative;
    z-index: 1;
  }
  
  .htmega-animated-alignment-left .cd-headline::before,
  .htmega-animated-alignment-right .cd-headline::before {
    left: 0;
    -webkit-transform: translateX(0) translateY(-14px);
    -ms-transform: translateX(0) translateY(-14px);
    transform: translateX(0) translateY(-14px);
  }
  .htmega-animated-alignment-right .cd-headline::before {
    left: auto;
    right: 0;
  }

  /*
   * Panel Slider
  */
  .htmega-carousel-activation {
      position: relative;
  }
  .htmega-carousel-activation .panel-slider .content h2{
    margin-top: 0;
  }
  
  .panel-slider-wrapper.htmega-carousel-activation .slick-track {
      margin: 0 -2px;
  }
  
  .panel-slider-wrapper.htmega-carousel-activation .slick-track .slick-slide {
      padding: 0 2px;
  }
  
  .panel-slider-wrapper.htmega-carousel-activation button {
      position: absolute;
      top: 50%;
      left: 70px;
      z-index: 2;
      width: 50px;
      height: 50px;
      border-radius: 100%;
      line-height: 50px;
      color: #fff;
      background: rgba(255, 255, 255, 0.5);
      border: 0 none;
      transform: translateY(-50%);
      transition: 0.4s ease-in-out;
      font-size: 24px;
      padding: 0;
  }
  .panel-slider-wrapper.htmega-carousel-activation button svg{
    width: 20px;
    height: 20px;
  }
  .panel-slider-wrapper.htmega-carousel-activation button:hover svg{
    fill: #000;
  }

  .panel-slider-wrapper.htmega-carousel-activation button:hover {
      background: rgba(24, 1, 44, 0.5);
  }
  
  .panel-slider-wrapper.htmega-carousel-activation button.htmega-carosul-next {
      left: auto;
      right: 70px;
  }
  
  .panel-slider {
      position: relative;
  }
  .panel-slider .content {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 33px 40px;
      background: rgba(0, 0, 0, 0.45);
      width: 100%;
  }
  .panel-slider .content h2 {
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 8px;
  }
  .panel-slider .content h2 a{
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      text-decoration: none;
  }
  .panel-slider .content span {
      color: #ffffff;
      font-size: 16px;
  }
  
  .panel-slide-active-2 .slick-slide {
      margin: 0 2px;
  }
  
  .panel_slider_style-1 .htmega-carousel-activation .panel-slider .content {
      opacity: 0;
      transition: all 0.3s ease-in-out;
      z-index: -1;
  }
  
  .panel_slider_style-1 .htmega-carousel-activation .slick-slide.slick-center .panel-slider .content {
      opacity: 1;
      z-index: 1;
  }
  .panel-slider .thumb img {
    width: 100%;
    }
    .panel_slider_area .slick-slide>div{
    line-height: 0;
    }
    .panel_slider_area .slick-slide>div *{
        line-height: normal;
    }
  /* Panel Slide 2 */
  .panel_slider_style-2 .htmega-carousel-activation .slick-track {
      margin: 0 -2px;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation .slick-track .slick-slide {
      padding: 0 2px;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation button {
      position: absolute;
      top: 50%;
      left: 50px;
      z-index: 2;
      color: #000000;
      border: 0 none;
      transform: translateY(-50%);
      transition: 0.4s ease-in-out;
      font-size: 36px;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation button:hover {
      color: #18012c;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation button.htmega-carosul-next {
      left: auto;
      right: 50px;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation .panel-slider {
      position: relative;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation .panel-slider .thumb img {
      width: 100%;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation .panel-slider .content {
      position: absolute;
      bottom: 0;
      padding: 33px 40px;
      background: rgba(0, 0, 0, 0.8);
      text-align: center;
      left: 0;
      width: 100%;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      -webkit-transform: translateY(110%);
      -moz-transform: translateY(110%);
      transform: translateY(110%);
      opacity: 0;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation .panel-slider .content h2 {
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 8px;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation .panel-slider .content span {
      color: #ffffff;
      font-size: 16px;
  }
  
  .panel_slider_style-2 .htmega-carousel-activation .panel-slider:hover .content {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
  }
  
  .htmega-custom-width .htmega-carousel-activation .slick-active:not(.slick-center) .panel-slider .content{
      display: none;
  }
  /*Panel Slider 3 */
  
  .panel_slider_style-3 .panel-slider .content-inner {
      -webkit-transition: opacity .15s 0s;
      -moz-transition: opacity .15s 0s;
      transition: opacity .15s 0s;
      position: absolute;
      width: 100%;
      text-align: center;
      height: 100%;
      top: 0;
  }
  
  .panel_slider_style-3 .panel-slider .content-inner::after {
      content: '';
      position: absolute;
      top: -100%;
      left: 0;
      height: 100%;
      width: 100%;
      background: black;
      -webkit-transition: top .35s;
      -moz-transition: top .35s;
      transition: top .35s;
  }
  
  .panel_slider_style-3 .panel-slider .content-inner .content {
      position: absolute;
      z-index: 2;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      transition: 0.4s ease-in-out;
      opacity: 0;
      bottom: auto;
      background:transparent!important;
  }
  
  .panel_slider_style-3 .panel-slider .content-inner .content h2 {
      color: #fff;
      margin-bottom: 10px;
      font-size: 30px;
  }
  
  .panel_slider_style-3 .panel-slider:hover .content-inner::after {
      top: 0;
  }
  
  .panel_slider_style-3 .panel-slider:hover .content-inner .content {
      opacity: 1;
  }
  
  
  /* Panel Slide 4 */
  .panel_slider_style-4 .htmega-carousel-activation button {
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 2;
      width: 50px;
      height: 50px;
      border-radius: 100%;
      line-height: 50px;
      color: #000000;
      border: 0 none;
      transform: translateY(-50%);
      transition: 0.4s ease-in-out;
      font-size: 24px;
      border: 1px solid #000000;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation button:hover {
      border: 1px solid #ffffff;
      color: #ffffff;
  }
  .panel_slider_style-4 .htmega-carousel-activation button.slick-arrow{
      left: 140px;
  }
  .panel_slider_style-4 .htmega-carousel-activation button.htmega-carosul-next {
      left: auto;
      right: 140px;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation .slick-slide {
      padding: 72px 0;
      transition: all 0.3s ease 0s;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation .panel-slider {
      position: relative;
      transition: all 0.3s ease 0s;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation .slick-slide.slick-center .panel-slider {
      transform: scale(1.3);
      z-index: 2;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation .panel-slider {
    position: relative;
    transform: scale(0.9);
  }
  
  .panel_slider_style-4 .htmega-carousel-activation .panel-slider::before {
      background: rgba(255, 255, 255, 0.7);
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: 0.3s ease-in-out;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation .slick-slide.slick-center .panel-slider::before {
      display: none;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation {
      margin: 0 -70px;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation .thumb img {
      width: 100%;
  }
  
  .panel_slider_style-4 .htmega-carousel-activation .slick-slide {
      margin: 0 70px;
  }
  
  /*
   * Scroll Images Style 
  */
  .ht-scroll-image {
      position: relative;
      border-style: solid;
      border-width: 20px 20px 20px 20px;
      border-color: #ffffff;
      border-radius: 5px 5px 5px 5px;
      box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
      overflow: hidden;
  }
  
  .ht-scroll-image .thumb {
      min-height: 600px;
      transition: background-position 6s ease-in-out;
      -webkit-transition: background-position 6s ease-in-out;
      border-style: solid;
      border-width: 0px 0px 0px 0px;
      display: block;
      position: relative;
      width: 100%;
      /* background-position: top; */
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden;
      border-top: 1px solid #f2f2f2;
      border-left: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      border-right: 1px solid #f2f2f2;
      transition-duration: 3s;
  }
  
  .ht-scroll-image .thumb:hover {
      background-position: left bottom !important;
  }
  .ht-vtr-direction-bottom.ht-scroll-image .thumb {
    background-position: bottom;
  }
  .ht-vtr-direction-bottom.ht-scroll-image .thumb:hover {
    background-position: left top !important;
  }

/* Left to right direciton */
  .ht-htr-direction-left.ht-scroll-image .thumb {
    background-position: left center;
  }
  .ht-htr-direction-left.ht-scroll-image .thumb:hover {
    background-position: right center !important;
  }

/* Right to left direciton */
.ht-htr-direction-right.ht-scroll-image .thumb {
    background-position: right center;
}

.ht-htr-direction-right.ht-scroll-image .thumb:hover {
    background-position: left center !important;
}

/* trigger scroll  */
.ht-scroll-type-vertical .ht-scroll-image-wrapper,
.ht-scroll-type-horizontal .ht-scroll-image-wrapper {
    overflow: hidden;
    height: 600px;
    position: relative;
}
.ht-scroll-type-vertical .ht-scroll-image-wrapper {
    overflow-y: auto;
}

.ht-scroll-type-horizontal .ht-scroll-image-wrapper {
    overflow-x: auto;
}

.ht-scroll-type-horizontal.ht-scroll-image .thumb img,.ht-scroll-type-horizontal.ht-scroll-image .thumb {
    max-width: max-content;
    height: 100%;
    width: max-content;
}

.ht-scroll-type-vertical.ht-scroll-image .thumb, .ht-scroll-type-horizontal.ht-scroll-image .thumb {
    height: auto!important;
    min-height: auto!important;
    overflow: visible;
}
/* .ht-scroll-type-horizontal.ht-scroll-image .thumb {
    height: 100%!important;
} */

/* Overlay */
.ht-scroll-image-overlay {
	content: "";
	background: #0000004a;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
    transition: all 0.3s ease-in-out;
}
.ht-scroll-image:hover .ht-scroll-image-overlay{
    opacity: 0;
    visibility: hidden;
}
  .ht-scroll-image span.htmega-badge {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 10px 20px;
    z-index: 9;
    background: #fff;
    margin: 15px;
    font-size: 13px;
    line-height: 1;
}

/* indicator icon css */
.ht-scroll-indicator {
    display: inline-block;
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 8;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all 0.3s ease-in-out;
}
.ht-scroll-indicator svg {
    width: 78px;
}
.ht-scroll-type-horizontal .ht-scroll-indicator {
    margin-top: -9px;
}
.ht-scroll-type-vertical .ht-scroll-indicator {

    margin-left: -9px;
}
.ht-scroll-image:hover .ht-scroll-indicator {
    opacity: 0;
    visibility: hidden;
} 

/* mask image css */
.ht-scroll-image .thumb {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
  /*
   * Weather Style Css 
  */
  
  /*
  * Custom Event 
  */
  .ht-event {
    align-items: center;
    border: 1px solid #efefef;
    border-radius: 10px;
    display: flex;
    margin-top: 40px;
    padding: 10px;
  }
  
  .ht-event .thumb {
    flex-basis: 50%;
    position: relative;
  }
  .ht-event .thumb a img {
    width: 100%;
  }
  
  .ht-event .content {
    flex-basis: 50%;
    padding-left: 27px;
  }
  .ht-event .thumb .event-date {
    background: #141414 none repeat scroll 0 0;
    color: #fff;
    padding: 8px 0;
    position: absolute;
    right: -13px;
    text-align: center;
    top: 0;
    width: 60px;
  }
  .ht-event .thumb .event-date span {
    display: block;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
  }
  .ht-event .content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .ht-event .content ul.event-time {
    display: flex;
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }
  .ht-event .content ul.event-time li {
    color: #909090;
    font-size: 14px;
  }
  .ht-event .content ul.event-time li i {
    color: #56a4b1;
    padding-right: 10px;
  }
  .ht-event .content p {
    color: #727272;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .ht-event .content .event-btn a {
    border-bottom: 1px solid #727272;
    color: #727272;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .ht-event .content ul.event-time li + li {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
  }
  
  .ht-event .content ul.event-time li + li::before {
    background: #9f9f9f none repeat scroll 0 0;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 28%;
    width: 2px;
  }
  
  /*Map Style */
  #htmega-google-map{
    width: 100%;
  }
  .htmega-google-map-inilasije {
    position: relative;
}

.htmega-google-map-address-{
    position: absolute;
}
.htmega-google-map-address-yes {
    position: absolute;
    z-index: 3;
    color: #000000;
    background: #ffff;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 265px;
    padding: 30px;
    border-radius: 10px;
}

.htmega-google-map-address-yes span{
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

.htmega-google-map-address-yes p{
    margin: 0;
}

.htmega-baloon-text span{
    font-weight: 600;
}
  
  .header-transparent .mean-container .mean-nav {
    background: #111111 none repeat scroll 0 0;
    float: left;
    width: 100%;
  }
  .header-transparent a.meanmenu-reveal i{
    color: #fff;
  }
  .mean-container .mean-nav > ul {
    padding: 0;
  }
  .header-transparent .mean-container .mean-nav a.mean-expand {
    color: #fff !important;
  }
  .mean-container .mean-nav > ul li ul{
    padding-left: 10px;
  }
  .header-transparent .mean-nav ul li a {
    border-color: #eee;
    color: #fff;
    padding: 6px 30px 6px 10px;
  }
  
  /* 
  * Otherstheme compatibility
  */
  
  /*Ocean theme compatibility*/
  #site-navigation-wrap .dropdown-menu {
    background-color: inherit;
    border: inherit;
    border-radius: inherit;
    color: inherit;
    display: block;
    float: inherit;
    font-size: inherit;
    font-family: inherit;
    list-style: outside none none;
    margin: 0;
    min-width: inherit;
    padding: 0;
    position: static;
    text-align: inherit;
    z-index: inherit;
    background-clip:inherit;
  }
  #site-navigation-wrap .dropdown-menu a{
    text-decoration: none;
    color: inherit;
  }
  /* a{
    color: inherit;
  } */
  .htmega-search-box .btn{
    font-family: fontawesome;
    padding: 0;
  }
  .htmega-search-box .fa{
    font-family: fontawesome;
  }
  
  .woocommerce .col-1,.woocommerce .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce .form-row {
    display: block;
  }
  
  /*
  * Responsive CSS Here 
  */
    
  /* Normal desktop :992px. */
  @media (min-width: 992px) and (max-width: 1199px) {
    .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{
      padding: 0;
    }
  }
  
   
  /* Tablet desktop :768px. */
  @media (min-width: 768px) and (max-width: 991px) {
  
    .htmega-banner-style-4 .banner-content {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px;
    }
    
    .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{
      padding: 0;
    }
  
    .htmega-banner-style-4 .banner-content h2{
      margin-top: 0;
    }
  
    .htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs::before{
      left: 40%;
    }
  
    .htmega-btn-size-md {
      padding: 16px 25px !important;
    }
  
    .htmega-btn-size-xl {
      padding: 35px 30px !important;
    }
  
    .htmega-btn-size-lg {
      padding: 25px 30px !important;
    }
  
    .htmega-btn-size-sm {
      padding: 8px 20px !important;
    }
  
    .htmega-call-to-action .text-right {
      margin-top: 10px;
      text-align: left !important;
    }
  
    .callto-action-style-3::before{
      display: none;
    }
  
    .htmega-newsticker-style-1 .breaking-news-title h5 {
      padding: 0 15px;
    }
    .htmega-team-style-3 .htmega-team-click-action {
      margin-bottom: -60px;
    }
  
    .htmega-social-network li {
      margin: 3px 0;
    }
    .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 {
      margin-top: 0;
    }
  
    .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 {
      margin-bottom: 0;
      margin-top: 0;
    }
  
    .htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span {
      margin-bottom: 3px;
    }
  
    .htmega-team .htmega-team-hover-action .htmega-team-hover p {
      padding: 0 5px;
    }
  
    .htmega-testimonial-style-5 .testimonial-shape {
      bottom: 45%;
    }
  
    .htmega-countbox .ht-count {
      margin: 0 22px 10px;
    }
  
    .title-style-two .section-title-txt {
      padding: 0 14%;
    }
  
    .post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner {
      padding: 35px 0 20px;
    }
  
    .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li {
      font-size: 13px;
    }

    .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action {
      padding: 0;
    }
  
    /* Instragram */
    .htmegainstagram-column-tablet-1 .htmega-instragram ul.htmega-instagram-list li{
      width: 100%;
    }
    .htmegainstagram-column-tablet-2 .htmega-instragram ul.htmega-instagram-list li{
      width: 50%;
    }
    .htmegainstagram-column-tablet-3 .htmega-instragram ul.htmega-instagram-list li{
      width: 33.33%;
    }
  
    .htmegainstagram-column-tablet-4 .htmega-instragram ul.htmega-instagram-list li{
      width: 25%;
    }
  
    .htmegainstagram-column-tablet-5 .htmega-instragram ul.htmega-instagram-list li{
      width: 20%;
    }
  
    .htmegainstagram-column-tablet-6 .htmega-instragram ul.htmega-instagram-list li{
      width: 16.66%;
    }
  
    .htmega-process-area{
      background-image: none !important;
    }
  
    .htmega-process-column-5 .htmega-single-process-area {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
  
  }
  
  /* small mobile :320px. */
  @media (max-width: 767px) {
  
    .htmega-tab-nav a {
      margin: 0 5px 10px;
    }
  
    .htmega-tab-menu-style-2 a {
      margin: 0 10px 10px;
    }
  
    .htmega-tab-menu-style-3 a {
      margin: 5px 3px -1px;
    }
  
    .htmega-tab-style-5 .htmega-tab-nav,.htmega-tab-style-5 .htmega-tab-content-area{
      max-width: 100%;
      flex: 0 0 100%;
    }
  
    .htmega-tab-style-5 .htmega-tab-content-area {
      border-left: 0px;
    }
  
    .single-partner {
      margin-bottom: 20px;
      width: auto;
    }
  
    .htmega-brands-style-2 ul.brand-list li {
      border-right: 0 none;
      margin: 0 auto;
      width: 50%;
    }
  
    .htmega-brands-style-4 ul.brand-list li {
      border: 0 none;
      padding: 25px 15px;
      width: 50%;
    }
  
    .htmega-brands-style-5 .brand-logo-col {
      flex: 0 0 50%;
      max-width: 50%;
    }

    .htmega-business-horurs-1 .business-hrs-inner {
      padding: 70px 0;
    }
  
    .htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs::before,.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs::before{
      display: none;
    }
  
    .htmega-business-horurs-5 .business-hrs-inner,.htmega-business-horurs-4 .business-hrs-inner {
      padding: 30px 20px;
    }
  
    .htmega-business-horurs-3 .business-hrs-inner{
      padding: 20px;
    }
  
    .htmega-call-to-action .text-right {
      margin-top: 10px;
      text-align: left !important;
    }
  
    .callto-action-style-3::before{
      display: none;
    }
  
    .callto-action-style-3 .htmega-content{
      display: block;
    }
  
    .callto-action-style-7 .call-to-action-inner{
      padding: 0;
    }
  
    .htmega-countbox .ht-count::before{
      display: none;
    }
  
    .htmega-countbox .ht-count {
      margin: 0 22px 15px !important;
    }
  
    .htmega-carousel-style-1 .slick-slide.slick-center .single-custom-carousel {
      transform: scale(1);
    }
  
    .ht-custom-carousel.slick-slider .slick-list, .ht-custom-carousel.slick-slider .slick-track {
      padding: 0 !important;
    }
  
    .htmega-carousel-style-6 .slick-dots li {
      padding: 30px 35px;
    }
  
    .htmega-table-style .dataTables_wrapper {
      overflow-x: auto;
    }
  
    .edd_download_columns_0 .edd_download, .edd_download_columns_3 .edd_download {
      width: 100%;
    }
    .custom-col-5 {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
    }
  
    a.instagram_follow_btn{
      margin-top: 20px;
    }
  
    a.instagram_follow_btn span {
      font-size: 12px;
      padding: 0 5px;
    }
  
    .htmega-lightbox img {
      width: 100%;
    }

  
    .htmega-mailchimp-style-3 .htmega-input-box input {
      max-width: inherit;
      width: auto;
    }
  
    .htmega-team-style-3 .htmega-team-click-action {
      margin-bottom: -58px;
    }
  
    .htmega-testimonial-style-5 .testimonial-shape {
      bottom: 38%;
    }
  
    .htmega-testimonial-for .testimonial-desc p {
      padding: 0 3%;
    }
    .htmega-testimonial-style-6,.htmega-testimonial-style-8 {
      padding: 0;
    }
    .htmega-testimonal-nav.slick-slider {
      max-width: 100%;
    }
  
    .htmega-testimonial-style-4 .testimonal .testimonal-image {
      float: none;
      padding-right: 0;
    }
    .htmega-testimonial-style-4 .testimonal .testimonal-image::after,.htmega-testimonial-style-4 .testimonal .testimonal-image::before{
      display: none;
    }
    .htmega-testimonial-style-4 .testimonal .content {
      padding-left: 0;
      padding-top: 20px;
    }
    .htc-verctimeline-wrapper .ht-ver-timeline .timeline-content {
      padding-left: 25px;
    }
    .htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .timeline-content{
      padding-right: 25px;
    }
    .htc-verctimeline-wrapper .ht-ver-timeline .timeline-content::before{
      display: none;
    }
  
    .htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content {
      padding-left: 60px;
      width: 100%;
    }
    .htmega-process-area{
      background-image: none !important;
    }
    .htmega-process-column-4 .htmega-single-process-area,.htmega-process-column-5 .htmega-single-process-area {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .htmega-process-column-3 .htmega-single-process-area {
      flex: 0 0 100%;
      margin-bottom: 30px;
      max-width: 100%;
    }
  
    .htmega-process-style-2 .htmega-number::before{
      display: none;
    }
  
    .htmega-process-style-4 {
      height: auto;
      width: auto;
    }
  
    .htmega-process-style-4 .htmega-single-process-area{
      position: inherit;
    }
  
    .htmega-process-style-4 .htmega-single-process-area:nth-child(2),.htmega-process-style-4 .htmega-single-process-area:nth-child(4) {
      top: 0;
    }
  
    .elementor-widget-htmega-scrollnavigation-addons .swiper-slide {
      height: 100vh !important;
    }
    
    .scroll-navigation-inner .elementor-image{
      display: none;
    }
    .elementor-widget-htmega-scrollnavigation-addons .swiper-container .swiper-wrapper .swiper-slide:first-child .elementor-image{
      display: block;
    }
  
    .htmega_mobile_fit.elementor-section.elementor-section-height-full {
      height: 100vh;
    }
  
    .htmega_mobile_fit.elementor-section.elementor-section-items-middle .elementor-container {
      align-items: center;
    }
  
    .htmega_mobile_fit.elementor-section.elementor-section-items-middle .elementor-container {
      align-items: center;
      height: 100%;
    }
    .ht-event {
      display: block;
    }
    .ht-event .thumb {
      margin-bottom: 20px;
    }
    .htmega-postcarousel-layout-3 .slick-arrow{
      display: none !important;
    }
    .htmega-countbox .ht-count {
      margin: 0 22px 10px;
    }
    .title-style-two .section-title-txt::before, .title-style-two .section-title-txt::after{
      display: none;
    }
    figure.gallery-item {
      margin-top: 20px !important;
    }
    .htmega-switcher-nav.nav {
      background: transparent none repeat scroll 0 0;
    }
  
    .post-carousel-wrapper .htmega-postslider-layout-4 .post-carousel-flex {
      display: block;
    }
    .post-carousel-wrapper .htmega-postslider-layout-4 .content{
      margin-left: 0;
      padding: 30px 20px;
    }
    .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li {
      font-size: 13px;
    }
  
    .htmega-singleimage-gridstyle-4 .image-grid-content .hover-action {
      padding: 0;
    }
  
    /* Instragram */
    .htmegainstagram-column-mobile-1 .htmega-instragram ul.htmega-instagram-list li{
      width: 100%;
    }
    .htmegainstagram-column-mobile-2 .htmega-instragram ul.htmega-instagram-list li{
      width: 50%;
    }
    .htmegainstagram-column-mobile-3 .htmega-instragram ul.htmega-instagram-list li{
      width: 33.33%;
    }
  
    .htmegainstagram-column-mobile-4 .htmega-instragram ul.htmega-instagram-list li{
      width: 25%;
    }
  
    .htmegainstagram-column-mobile-5 .htmega-instragram ul.htmega-instagram-list li{
      width: 20%;
    }
  
    .htmegainstagram-column-mobile-6 .htmega-instragram ul.htmega-instagram-list li{
      width: 16.66%;
    }
    /* .htmega-postslider-layout-3 .content, */
    .htmega-postslider-layout-1 .content,.htmega-postslider-layout-4 .content {
      position: static;
      max-width: 100%;
      padding: 0;
    }
    .post-carousel-wrapper .htmega-postslider-layout-1 .content{
        position: absolute;
    }
      .thumb-st-layout-4 .content {
          position: absolute;
      }
      .thumb-st-layout-4.htmega-postslider-area ul.slick-dots {
          width: 80px;
      }
  }
  
    /* Svg icon height auto css */
    [class*='htmega-'] svg{
        height: auto;
    }
    [class*='htmega-'] svg path{
        transition:  all 0.3s ease-in-out;
    }
    [class*='htmega-']>div {
        overflow-wrap: break-word;
        word-break: break-word;
    }
    /* HT Mega Button focus Outline none */
    [class*='htmega-'] [type=button]:focus, [class*='htmega-'] [type=submit]:focus, [class*='htmega-'] button:focus {
        outline: none;
    }

/* Flip Countdown Timer */
.ht-countdown-flip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  .ht-countdown-flip .htmega-time .htmega-time-inner {
    position: relative;
    display: block;
    width: 170px;
    height: 180px;
    transform: translateZ(0);
    transform: translate3d(0, 0, 0);
    text-align: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 479px;
    border: 2px solid #E7E7E7;
      border-radius: 10px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ht-countdown-flip .htmega-time .htmega-time-inner {
      width: 52px;
      height: 36px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-countdown-flip .htmega-time .htmega-time-inner {
      height: 46px;
    }
  }
  @media only screen and (max-width: 767px) {
    .ht-countdown-flip .htmega-time .htmega-time-inner {
      width: 40px;
      height: 28px;
    }
  }
  @media only screen and (max-width: 575px) {
    .ht-countdown-flip .htmega-time .htmega-time-inner {
      width: 60px;
      height: 46px;
    }
  }
  .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count {
    font-size: 96px;
	line-height: 180px;
	position: absolute;
	top: 0;
	display: flex;
	overflow: hidden;
	justify-content: center;
	width: 100% !important;
	transform: translateZ(0);
	color: #FFFFFF;
	background-color: #272626;
	transform-style: flat;
	font-family: 'Montserrat';
	padding: 0;
	border: none;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count {
      font-size: 24px;
      line-height: 36px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count {
      line-height: 46px;
    }
  }
  @media only screen and (max-width: 767px) {
    .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count {
      font-size: 20px;
      line-height: 28px;
    }
  }
  @media only screen and (max-width: 575px) {
    .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count {
      font-size: 36px;
      line-height: 50px;
    }
  }
  .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count.htmega-top {
    height: 50%;
    transform-origin: 50% 100%;
    border-radius: 10px 10px 0 0;
  }
  .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count.htmega-top.htmega-curr {
    z-index: 3;
    transform: rotateX(0deg);
  }
  .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count.htmega-bottom {
    line-height: 0;
    top: 50%;
    height: 50%;
    transform-origin: 50% 0;
    border-top: 1px solid #FFFFFF;
    border-radius: 0 0 10px 10px;
  }
  .ht-countdown-flip .htmega-time .htmega-time-inner .ht-count.htmega-bottom.htmega-next {
    z-index: 2;
    transform: rotateX(90deg);
  }
  .ht-countdown-flip .htmega-time.htmega-flip .htmega-time-inner .ht-count.htmega-top.htmega-curr {
    transition: all 250ms ease-in-out;
    transform: rotateX(-90deg);
  }
  .ht-countdown-flip .htmega-time.htmega-flip .htmega-time-inner .ht-count.htmega-bottom.htmega-next {
    transition: all 250ms ease-in-out 250ms;
    transform: rotateX(0deg);
  }
  .ht-countdown-flip .htmega-time .htmega-label {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    width: 100%;
    margin-top: 8px;
    text-align: center;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .ht-countdown-flip .htmega-time .htmega-label {
      margin-top: 4px;
    }
  }
  
  .ht-countdown-default {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-radius: 5px;
  }
  .ht-countdown-default .htmega-time .ht-count {
    font-size: 36px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    width: 60px;
    color: #FFFFFF;
    border-radius: 5px;
    background-color: #272626;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ht-countdown-default .htmega-time .ht-count {
      font-size: 24px;
      line-height: 36px;
      width: 52px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-countdown-default .htmega-time .ht-count {
      line-height: 46px;
    }
  }
  @media only screen and (max-width: 767px) {
    .ht-countdown-default .htmega-time .ht-count {
      font-size: 20px;
      line-height: 28px;
      width: 40px;
    }
  }
  @media only screen and (max-width: 575px) {
    .ht-countdown-default .htmega-time .ht-count {
      font-size: 36px;
      line-height: 46px;
      width: 60px;
    }
  }
  .ht-countdown-default .htmega-time .htmega-label {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    width: 100%;
    margin-top: 8px;
    text-align: center;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .ht-countdown-default .htmega-time .htmega-label {
      margin-top: 4px;
    }
  }
  
  .htmega-flash-flip-countdown-timer .ht-countdown .htmega-days .ht-count {
    background: #F8575A;
  }
  
  .htmega-flash-flip-countdown-timer .ht-countdown .htmega-hours .ht-count {
    background: #2ACC77;
  }
  
  .htmega-flash-flip-countdown-timer .ht-countdown .htmega-mins .ht-count {
    background: #F6BD56;
  }
  .htmega-flash-flip-countdown-timer .ht-countdown .htmega-secs .ht-count {
    background: #508BFF;
  }
  
  .ht-countdown-flip .htmega-time .htmega-time-inner:before {
    content: '';
    position: absolute;
    left: -11px;
    height: 20px;
    width: 20px;
    background: rgb(255, 255, 255);
    top: 50%;
    z-index: 99;
    border-radius: 100% 100% 100% 100%;
    transform: translateY(-50%);
  }
  
  .ht-countdown-flip .htmega-time .htmega-time-inner:after {
    content: '';
    position: absolute;
    right: -11px;
    height: 20px;
    width: 20px;
    background: rgb(255, 255, 255);
    top: 50%;
    z-index: 99;
    border-radius: 100% 100% 100% 100%;
    transform: translateY(-50%);
  }


/* Data Table Sorting Options style  */
.htmega-table-style .dataTables_wrapper .dataTables_length {
	border: 1px solid #dfdfe5;
	padding: 0px 30px;
}
.htmega-table-style .dataTables_wrapper .dataTables_filter input {
	border: 1px solid #dfdfe5;
	background: transparent;
}
.htmega-table-style .dataTables_wrapper .dataTables_filter input[type="search"]:focus {
	color: #333;
	outline: none;
}
.htmega-table-style .dataTables_wrapper .dataTables_paginate {
	border: 1px solid #dfdfe5;
}
.htmega-table-style .dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 8px 25px;
}
.htmega-table-style .dataTables_wrapper .dataTables_paginate .paginate_button.current, .htmega-table-style .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #824F9E;
	color: #fff !important;
	border: 1px solid #824f9e;
	padding: 8px 20px;
}

.htmega-table-style .dataTables_wrapper .dataTables_paginate {
    padding-top: 0px;
}

.htmega-table-style select {
	width: auto;
	border: 0;
	margin-right: 5px;
	margin-left: 5px;
}

.htmega-table-style select:focus-visible {
    outline: 1px solid #ddd;
}

.htmega-table-style, .htmega-table-style.htb-table-responsive {
    word-break: initial;
}

.htmega-table-style .dataTables_wrapper label {
    display: inline-flex;
    word-break: normal;
    align-items: center;
}

.htmega-error-notice {
    background: #efefef;
    padding: 10px 17px;
    border-left: 4px solid red;
    font-size: 19px;
    color: #8b4343;
}

/* Load More Button*/
.htmega-pro-load-more-wrapper {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  .htmega-loadmore-button {
    display: inline-flex;
    background: #4FACFE;
    padding: 10px 25px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .htmega-loader-img {
    margin-left: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .htmega-loadmore-button:hover .htmega-loader-img img, .htmega-infinity-loading.htmega-loadmore-button .htmega-loader-img img {
    -webkit-animation: mymove 0.6s infinite;
    animation: mymove 0.6s infinite;
  }
  @-webkit-keyframes mymove {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(180deg);
    }
  }
  
  @keyframes mymove {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(180deg);
    }
  }
  .htmega-load-item-effect {
	animation: append-animate .5s linear;
}

  @keyframes append-animate {
	from {
		transform: scale(0);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;	
	}
}/* Post Meta Info */
ul.htmeta-info{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.meta-layout-inline li {
  display: inline-block;
  margin-right: 10px;
}
ul.meta-layout-inline li:last-child{
    margin-right: 0;
}
.htbuilder-meta-icon{
    margin-right: 5px;
}
.htbuilder-meta-icon svg{
  width: 16px;
  height: auto;
}
ul.htmeta-info li a{
    font-size: 16px;
    font-weight: 400;
}

/* Search Form */
.htbuilder-search-form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 40px;
}
.htbuilder-search-form input.htbuilder-search-form-input{
	flex-basis: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #666;
    outline: medium none;
    padding: 3px;
}
.htbuilder-search-form input.htbuilder-search-form-input:focus{
	outline: none;
}
.htbuilder-search-form button.htbuilder-submit{
  background: #000 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  height: auto;
  line-height: 1;
  padding: 0 25px;
  transition: 0.4s;
}
.htbuilder-search-form button.htbuilder-submit svg{
  width: 16px;
  height: auto;
}
.htbuilder-search-form button.htbuilder-submit svg path {
  fill: #fff;
}
/* Archive Post */
.htbuilder-post-area *{
  box-sizing: border-box;
}
.htbuilder-post-area {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.htbuilder-post-col {
  padding: 0 15px;
  text-align: center;
}
.htbuilder-col-1 .htbuilder-post-col{
    width: 100%;
}
.htbuilder-col-2 .htbuilder-post-col{
    width: 50%;
}
.htbuilder-col-3 .htbuilder-post-col{
    width: 33.333%;
}
.htbuilder-col-4 .htbuilder-post-col{
    width: 25%;
}
.htbuilder-single-post {
  margin-bottom: 40px;
}
.htbuilder-post-media {
  margin-bottom: 20px;
}
.htbuilder-post-media img{
    width: 100%;
}
.htbuilder-post-title {
  font-size: 22px;
  margin: 5px 0;
  padding: 0;
}
.htbuilder-post-cat a {
  font-size: 12px;
}
.htbuilder-post-meta-info {
  color: #8a8a8a;
  font-size: 14px;
  margin: 10px 0;
}
.htbuilder-post-meta-info a{
    color: #8a8a8a;
}
.htbuilder-post-content {
  color: #8a8a8a;
  font-size: 16px;
}
.htbuilder-post-content p {
  margin-bottom: 15px;
}
.htbuilder-read-more-btn {
  border: 2px solid #282828;
  color: #282828;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  padding: 14px 40px;
  transition: all 250ms ease-out 0s;
}
.htbuilder-read-more-btn:hover {
  background: #282828 none repeat scroll 0 0;
  border-color: #282828;
  color: #fff;
}

/* Blog Layout Two */
.htbuilder-layout-two{}
.htbuilder-layout-two .htbuilder-single-post {
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  padding-bottom: 50px;
  text-align: left;
}
.htbuilder-layout-two:last-child .htbuilder-single-post {
  border: medium none;
  padding: 0;
}
.htbuilder-layout-two .htbuilder-post-media{
    flex-basis: 450px;
    margin-bottom: 0;
}
.htbuilder-layout-two .htbuilder-post-info{
    flex-basis: calc(100% - 450px);
    padding-left: 30px;
}
.htbuilder-layout-two .htbuilder-post-info.htbuilder-noimg{
    flex-basis: 100%;
    padding-left: 0;
}

/* Pagination */
.htbuilder-pagination ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
}
.htbuilder-pagination ul li{
    display: inline-block;
    margin-right: 10px;
}
.htbuilder-pagination ul li a, .htbuilder-pagination ul li span {
  border: 1px solid #ddd;
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  transition: all 0.3s ease 0s;
  width: auto;
  text-align: center;
  float: none !important;
}
.htbuilder-pagination ul li span.current, .htbuilder-pagination ul li:hover a{
  background: #282828 none repeat scroll 0 0;
  border: 1px solid #282828;
  color: #fff;
}

/* Header & Footer Element*/
.htbuilder-menu-area{}
.htbuilder-nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.htbuilder-nav ul > li{
    display: inline-block;
    position: relative;
}
.htbuilder-nav ul > li > a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 30px 15px;
    transition: all 0.3s ease 0s;
}
/* Sub Menu 2 Lavel */
.htbuilder-nav ul > li > ul{
    background-color: #ffffff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    list-style: outside none none;
    margin-top: 30px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: -999;
}
.htbuilder-nav ul > li:hover > ul.sub-menu{
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.htbuilder-nav .sub-menu li .sub-menu {
  left: 100%;
  right: auto;
  top: 0;
}
.htbuilder-nav ul > li > ul > li{
    display: block;
}
.htbuilder-nav ul > li > ul > li > a{
    border-bottom: 1px solid #eeeeee;
    display: flex;
    font-size: 13px;
    line-height: 25px;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
}
.htbuilder-nav ul.htbuilder-mainmenu li > ul > li:last-child > a{
    border-bottom: 0 !important;
}

/*Mobile Menu*/
.htbuilder-mobile-menu {
  padding: 40px 30px 50px;
}
.htbuilder-mobile-menu-area {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  min-height: 100vh;
  opacity: 0;
  position: fixed;
  right: -330px;
  top: 0;
  transition: all 400ms ease-out 0s;
  visibility: hidden;
  width: 330px;
  z-index: 9999;
}
.htbuilder-mobile-menu-area.inside {
  opacity: 1;
  right: 0;
  visibility: visible;
}
.htbuilder-mobile-button {
  color: #fff;
  display: none;
  font-size: 30px;
  line-height: 1;
}
.htbuilder-mobile-close {
  background-color: #343538;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 40px;
  left: -40px;
  line-height: 40px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  z-index: 9;
  cursor: pointer;
}
.admin-bar .htbuilder-mobile-menu-area{
    top: 30px;
}
.htbuilder-mobile-menu-area .menu-expand {
  cursor: pointer;
  height: 50px;
  right: 0;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 30px;
  z-index: 99;
}
.htbuilder-mobile-menu-area ul > li.active > .menu-expand > i.fa-plus::before {
  content:"\f068";
}
.htbuilder-menu-area ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.htbuilder-menu-area ul li{
    position: relative;
}
.htbuilder-menu-area ul > li > ul.sub-menu {
  padding-left: 15px;
}

.htbuilder-overlay{
  background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.htbuilder-overlay-active .htbuilder-overlay {
  opacity: 1;
  visibility: visible;
}
.htbuilder-mobile-menu ul li a {
  padding: 3px 0;
  display: inline-block;
}
/* Social Share */
.htbuilder-social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.htbuilder-social-share ul li {
  display: flex;
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 5px;
  text-align: center;
  transition: all 0.5s ease 0s;
  border: 1px solid #ccc;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.htbuilder-social-share ul li svg{
  width: 16px;
  height: auto;
}
.htbuilder-social-share ul li:hover{
    background: #444;
    border: 1px solid #444;
    color: #fff;
}

/* Author Info */
.htbuilder-author-box {
  display: flex;
}
.htavatar {
  margin-right: 20px;
}
.htavatar a{
    display: block;
}
.htavatar img {
  width: 100px;
}
.htavaterpos-right {
  flex-direction: row-reverse;
}
.htavaterpos-right .htavatar {
  margin-left: 20px;
  margin-right: 0;
}
.htavaterpos-right .htauthor-info {
  text-align: right;
}
.htbuilder-author-box.htavaterpos-top {
  display: block;
}
.htavaterpos-top .htavatar {
  margin-right: 0;
  margin-bottom: 15px;
}

.htbuilder-author-box.htavaterpos-bottom {
  display: flex;
  flex-flow: row wrap;
}
.htavaterpos-bottom .htavatar {
  margin: 10px 0 0;
  order: 2;
}

/* Post Navigation */
.htbuilder-postnavigation {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  display: flex;
  flex-basis: 50%;
  justify-content: space-between;
  padding: 15px 0;
}
.htcustom-lavel,.htnavigation_title,.htnavigation_arrow{
    transition: 0.4s;
}
.htnavigation a {
  align-items: center;
  display: flex;
}

.htnavigation-info {
  display: flex;
  flex-direction: column;
}

.htnavigation_arrow {
  padding-right: 12px;
}
.htnavigation_arrow svg {
  height: auto;
  width: 15px;
}
.htnext .htnavigation_arrow{
    padding-right: 0;
    padding-left: 12px;
}

.htnext .htnavigation-info{
    text-align: right;
}

.htnavigation_title {
  font-size: 12px;
  font-weight: 400;
}

/* Related Post */
.htbuilder-related-post-area {
  display: flex;
  flex-flow: row wrap;
}
.htbuilder-related-post {
  margin-bottom: 20px;
  padding: 0 15px;
}
.htrelated-col-1 .htbuilder-related-post{
    width: 100%;
}
.htrelated-col-2 .htbuilder-related-post{
    width: 50%;
}
.htrelated-col-3 .htbuilder-related-post{
    width: 33.333%;
}
.htrelated-col-4 .htbuilder-related-post{
    width: 25%;
}
.htrelated-title {
  font-size: 18px;
  margin: 0 0 5px;
}
.htcontent {
  margin: 10px 0 0;
}
.htbuilder-related-thumb {
  margin-bottom: 15px;
}
.htbuilder-related-post {
  margin-bottom: 20px;
}

/* Popular Post */
.htbuilder-popular-post-area {
  display: flex;
  flex-flow: row wrap;
}
.htbuilder-popular-post {
  margin-bottom: 20px;
  padding: 0 15px;
}
.htpopular-col-1 .htbuilder-popular-post{
    width: 100%;
}
.htpopular-col-2 .htbuilder-popular-post{
    width: 50%;
}
.htpopular-col-3 .htbuilder-popular-post{
    width: 33.333%;
}
.htpopular-col-4 .htbuilder-popular-post{
    width: 25%;
}
.htpopular-title {
  font-size: 18px;
  margin: 0 0 5px;
}
.htpopular-content {
  margin: 10px 0 0;
}
.htbuilder-popular-thumb {
  margin-bottom: 15px;
}
.htbuilder-popular-post {
  margin-bottom: 20px;
}

/*az css*/
.htbuilder-menu-area ul > li > ul.sub-menu {
	padding-left: 0;
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 1024px) {
    .htbuilder-mobile-button {
      display: inline-block;
    }
    .htbuilder-nav{
        display: none;
    }
    .htbuilder-menu-area {
      padding: 20px;
    }

}
/* small mobile :320px. */
@media (max-width: 767px) {
    .htbuilder-mobile-button {
      display: inline-block;
    }
    .htbuilder-nav{
        display: none;
    }
    .htbuilder-menu-area {
      padding: 20px;
    }
}