.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2
}

.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
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900
}

.wpcf7-form-control-wrap {
	position: relative
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: 400;
	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 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative
}

.wpcf7 form.submitting .ajax-loader {
	visibility: visible
}

.wpcf7 .ajax-loader:before {
	content: '';
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
	.wpcf7 .ajax-loader:before {
		animation-name: blink;
		animation-duration: 2s
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes blink {
	from {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.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
}

@charset "UTF-8";

/*!
			* Bootstrap v3.3.7 (http://getbootstrap.com)
			* Copyright 2011-2016 Twitter, Inc.
			* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
			*/
.fbc-page .fbc-items {
	margin-bottom: 20px;
	list-style: none;
	border-radius: 4px
}

.fbc-page .fbc-items>li {
	display: inline-block
}

.fbc-page .fbc-items>li+li:before {
	color: #ccc
}

.fbc-page * {
	margin: 0;
	padding: 0
}

.fbc-page .fbc-wrap .fbc-items {
	font-family: "Roboto", sans-serif;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	float: left;
	font-size: 16px
}

.fbc-page .fbc-wrap .fbc-items li {
	padding: 15px 0;
	line-height: normal
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
	border-radius: 4px 0 0 4px;
	padding-left: 16px;
	padding-right: 0
}

.fbc-page .fbc-wrap .fbc-items li:last-child {
	border-radius: 0 4px 4px 0;
	padding-right: 15px
}

.fbc-page .fbc-wrap .fbc-items li a {
	color: #337ab7
}

.fbc-page .fbc-wrap .fbc-items li a i {
	margin-right: 5px
}

.fbc-page .fbc-wrap .fbc-items li.active a {
	color: #27272a
}

@media (max-width:768px) {
	.fbc-page .fbc-wrap .fbc-items {
		padding: 0 10px
	}

	.fbc-page .fbc-wrap .fbc-items li:last-child {
		padding-right: 0
	}

	.fbc-page .fbc-wrap .fbc-items li:nth-child(7),
	.fbc-page .fbc-wrap .fbc-items li:nth-child(8),
	.fbc-page .fbc-wrap .fbc-items li:nth-child(9) {
		padding-top: 0
	}

	.fbc-page .fbc-wrap .fbc-items li a i {
		margin-right: 1px
	}

	.fbc-page .fbc-wrap .fbc-items li .fbc-separator {
		margin-left: 5px
	}

	.fbc-page .fbc-wrap .fbc-items li:nth-child(even) .fbc-separator {
		margin: 0
	}
}

.fbc-page .clearfix:before,
.fbc-page .clearfix:after {
	content: " ";
	display: table
}

.fbc-page .clearfix:after {
	clear: both
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
	margin-right: 3px
}

.fbc-page .fbc-wrap .fbc-items li {
	padding: 15px 2px
}

/*!
			*  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-face {
	font-family: 'FontAwesome';
	src: url(//www.mwaretv.com/wp-content/plugins/flexy-breadcrumb/public/css/../fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(//www.mwaretv.com/wp-content/plugins/flexy-breadcrumb/public/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//www.mwaretv.com/wp-content/plugins/flexy-breadcrumb/public/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//www.mwaretv.com/wp-content/plugins/flexy-breadcrumb/public/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//www.mwaretv.com/wp-content/plugins/flexy-breadcrumb/public/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//www.mwaretv.com/wp-content/plugins/flexy-breadcrumb/public/css/../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
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .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: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	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
}

.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: #fff
}

.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
}

.wpml-ls-legacy-list-horizontal {
	border: 1px solid transparent;
	padding: 7px;
	clear: both
}

.wpml-ls-legacy-list-horizontal>ul {
	padding: 0;
	margin: 0 !important;
	list-style-type: none
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block
}

.wpml-ls-legacy-list-horizontal a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	line-height: 1
}

.wpml-ls-legacy-list-horizontal a span {
	vertical-align: middle
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
	display: inline;
	vertical-align: middle
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
	margin-left: .4em
}

.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
	margin-left: 0;
	margin-right: .4em
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom: 30px
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
	text-align: center
}

/*# sourceMappingURL=style.min.css.map */
* {
	font-family: "Wigrum", sans-serif
}

@font-face {
	font-family: "Wigrum";
	src: url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Regular.eot");
	src: url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Regular.woff2") format("woff2"), url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Regular.woff") format("woff"), url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Wigrum";
	src: url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Bold.eot");
	src: url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Bold.woff2") format("woff2"), url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Bold.woff") format("woff"), url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Wigrum";
	src: url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Black.eot");
	src: url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Black.eot?#iefix") format("embedded-opentype"), url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Black.woff2") format("woff2"), url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Black.woff") format("woff"), url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Wigrum";
	src: url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Medium.eot");
	src: url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Medium.woff2") format("woff2"), url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Medium.woff") format("woff"), url("https://www.mwaretv.com/wp-content/themes/mwaretv/dist/fonts/Wigrum-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	padding: 0;
	vertical-align: baseline;
	margin: 0
}

:focus {
	outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	-moz-appearance: none
}

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: content-box
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 100%
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic
}

figure {
	margin: 0
}

form {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html,
button,
input,
select,
textarea {
	color: #000
}

img {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

input,
select,
textarea {
	-webkit-appearance: none;
	border-radius: 0
}

.hamburger-wrap {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	height: 100%;
	width: 27px;
	align-items: center
}

@media screen and (max-width:768px) {
	.hamburger-wrap {
		display: flex
	}

	.hamburger-wrap .hamburger {
		height: 18px;
		width: 27px;
		z-index: 9;
		margin-bottom: 3px;
		cursor: pointer
	}

	.hamburger-wrap .hamburger a.main-nav-toggle {
		display: block;
		width: 27px;
		height: 18px;
		position: absolute
	}

	.hamburger-wrap .hamburger a.main-nav-toggle:after,
	.hamburger-wrap .hamburger a.main-nav-toggle:before {
		content: "";
		position: absolute;
		top: 0;
		height: 0;
		border-bottom: 3px solid #000;
		width: 100%;
		left: 0;
		right: 0;
		transition: all cubic-bezier(.38, .11, .24, .94) .3s
	}

	.hamburger-wrap .hamburger a.main-nav-toggle:after {
		top: 100%
	}

	.hamburger-wrap .hamburger a.main-nav-toggle i {
		display: block;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		height: 3px;
		background-color: #000;
		width: 100%;
		position: absolute;
		top: 50%;
		transition: all ease-out .1s
	}

	.hamburger-wrap .hamburger a.main-nav-toggle.active-menu:after {
		transform: rotate(-45deg);
		transform-origin: center;
		top: 50%
	}

	.hamburger-wrap .hamburger a.main-nav-toggle.active-menu:before {
		transform: rotate(45deg);
		transform-origin: center;
		top: 50%
	}

	.hamburger-wrap .hamburger a.main-nav-toggle.active-menu i {
		opacity: 0
	}
}

.m-header {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 21;
	transition: all .6s cubic-bezier(.555, .205, .295, .975);
	padding: 0 15px
}

.m-header.headroom--unpinned {
	position: fixed;
	top: 0;
	background-color: #fff
}

.m-header.headroom--pinned {
	position: fixed;
	top: 0;
	background-color: #fff
}

.m-header.m-header--top {
	position: absolute
}

.m-header.headroom--top {
	background-color: transparent
}

.m-header.headroom--pinned:not(.headroom--top) nav>ul>li>a,
.m-header.headroom--pinned:not(.headroom--top) nav>ul>li>svg,
.m-header.headroom--unpinned:not(.headroom--top) nav>ul>li>a,
.m-header.headroom--unpinned:not(.headroom--top) nav>ul>li>svg {
	color: #000
}

.m-header>.container {
	height: 106px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative
}

@media screen and (max-width:768px) {
	.m-header>.container {
		height: 80px
	}
}

@media screen and (min-width:768px) {
	.m-header__right {
		display: flex;
		align-items: center
	}

	.m-header__right nav {
		margin-right: 32px
	}
}

@media screen and (min-width:768px) and (max-width:820px) {
	.m-header__right nav {
		margin-right: 2px
	}
}

@media screen and (min-width:768px) {
	.m-header__right nav>ul>li {
		display: inline-flex;
		margin: 0 15px
	}
}

@media screen and (min-width:768px) and (max-width:820px) {
	.m-header__right nav>ul>li {
		margin: 0 10px
	}
}

@media screen and (min-width:768px) {
	.m-header__right nav>ul>li a {
		color: #000;
		font-size: 16px;
		display: flex;
		align-items: center;
		transition: color .2s cubic-bezier(.38, .11, .24, .94);
		font-weight: 500
	}
}

@media screen and (min-width:768px) {
	.m-header__right nav>ul>li svg {
		color: #000;
		transition: all .2s cubic-bezier(.38, .11, .24, .94);
		margin-left: 4px;
		cursor: pointer
	}
}

@media screen and (min-width:768px) {
	.page-template-page-home .m-header__right nav>ul>li>a {
		color: #000
	}
}

@media screen and (min-width:768px) {
	.page-template-page-home .m-header__right nav>ul>li>svg {
		color: #fff
	}
}

@media screen and (min-width:768px) {

	.m-header__right nav>ul>li:hover>a,
	.m-header__right nav>ul>li.menu-open>a {
		color: #485fe0 !important
	}

	.m-header__right nav>ul>li:hover>svg,
	.m-header__right nav>ul>li.menu-open>svg {
		color: #485fe0 !important;
		transform: rotate(-90deg)
	}
}

@media screen and (min-width:768px) {
	.m-header__right nav>ul>li .menu-fixed-wrap {
		position: fixed;
		width: 100%;
		top: 106px;
		left: 0;
		transition: all .3s cubic-bezier(.38, .11, .24, .94);
		visibility: hidden;
		opacity: 0;
		transform-style: preserve-3d;
		will-change: transform opacity
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate {
		min-height: 240px;
		padding: 60px 15px 20px;
		background: #fff;
		transform: translateY(-12px) rotateX(-20deg) translateZ(50px);
		transform-origin: 50% -50%;
		transition: transform .4s cubic-bezier(.38, .11, .24, .94);
		pointer-events: none;
		z-index: -1
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate .container {
		position: relative
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate .container .menu-description {
		position: absolute;
		align-items: center;
		top: -50px;
		left: 0;
		width: 100%;
		font-size: 14px;
		font-weight: 700;
		color: #485fe0;
		border-bottom: 1px solid #f0f0f0;
		display: flex;
		z-index: 6;
		padding-bottom: 2px;
		height: 28px
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate .container .menu-post-item {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: 100px;
		z-index: 9
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate .container .menu-post-item h3 {
		font-size: 18px;
		line-height: 23px;
		display: block;
		margin-bottom: 12px
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate .container .menu-post-item a {
		float: left;
		display: inline
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate .container .menu-post-item a img {
		width: 190px;
		height: 115px;
		border-radius: 10px;
		float: left;
		margin-right: 40px;
		margin-bottom: 8px
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate .container .menu-post-item p {
		font-size: 18px;
		line-height: 26px;
		min-height: 100px
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate .container .menu-post-item a.menu-learn-more {
		font-weight: 500;
		float: none;
		display: flex;
		align-items: center
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate .container .menu-post-item a.menu-learn-more:hover {
		color: #485fe0
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate .container .menu-post-item a.menu-learn-more svg {
		margin-left: 4px
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate .container .sub-menu-left-wrap {
		width: 55%;
		display: flex;
		flex-wrap: wrap
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate .container .sub-menu-left-wrap>li {
		display: block;
		margin: 0 40px 24px 0;
		width: calc(33.333333% - 40px)
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate .container .sub-menu-left-wrap>li span.menu-title {
		font-weight: 700;
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 4px
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate .container .sub-menu-left-wrap>li ul.sub-menu {
		margin: 12px 0 0
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate .container .sub-menu-left-wrap>li ul.sub-menu li {
		margin: 0 0 10px;
		width: 100%
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate .container .sub-menu-left-wrap>li ul.sub-menu li a {
		font-size: 14px;
		line-height: 19px;
		font-weight: 400
	}

	.m-header__right nav>ul>li .menu-fixed-wrap .menu-translate .container .sub-menu-left-wrap>li ul.sub-menu li a:hover {
		text-decoration: underline;
		color: #485fe0
	}
}

@media screen and (min-width:768px) {
	.m-header__right nav>ul>li.menu-open .menu-fixed-wrap {
		opacity: 1;
		visibility: visible
	}

	.m-header__right nav>ul>li.menu-open .menu-fixed-wrap .menu-translate {
		pointer-events: auto;
		z-index: 10;
		transform: translateY(-2px) rotateX(0)
	}
}

@media screen and (min-width:768px) {
	.m-header__right__cta .btn-yellow {
		height: 40px
	}
}

@media screen and (min-width:768px) {
	.m-header .menu-products {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.m-header .menu-products .menu-product {
		background-color: transparent;
		transition: all .4s cubic-bezier(.38, .11, .24, .94);
		border-radius: 10px;
		flex: 0 1 calc(33.333333% - 12.5px);
		margin-bottom: 20px;
		padding: 28px 28px 0;
		min-height: 144px;
		align-items: flex-start
	}

	.m-header .menu-products .menu-product img {
		margin-right: 24px
	}

	.m-header .menu-products .menu-product h3 {
		margin-bottom: 8px;
		font-size: 18px;
		font-weight: 700;
		color: #000;
		transition: all .2s cubic-bezier(.38, .11, .24, .94)
	}

	.m-header .menu-products .menu-product p {
		font-size: 14px;
		line-height: 21px;
		font-weight: 400
	}

	.m-header .menu-products .menu-product:hover {
		background-color: #f9f9f9
	}

	.m-header .menu-products .menu-product:hover h3 {
		color: #485fe0
	}

	.m-header .menu-products .menu-product:active {
		transform: scale(.96)
	}
}

@media screen and (min-width:768px) {
	.m-header:hover {
		background-color: #ffffff00
	}

	.m-header:hover nav>ul>li>a,
	.m-header:hover nav>ul>li>svg {
		color: #000
	}
}

@media screen and (max-width:768px) {
	.m-header {
		background-color: #fff !important
	}

	.m-header__right nav {
		position: fixed;
		top: 80px;
		width: 100%;
		left: 0;
		opacity: 0;
		transition: all .3s cubic-bezier(.38, .11, .24, .94);
		visibility: hidden;
		opacity: 0;
		transform-style: preserve-3d;
		visibility: hidden
	}

	.m-header__right nav>ul {
		padding: 20px 15px;
		background: #fff;
		transform: translateY(-12px) rotateX(-20deg) translateZ(50px);
		transform-origin: 50% -50%;
		transition: all .4s cubic-bezier(.38, .11, .24, .94);
		max-height: calc(calc(var(--vh, 1vh)*100) - 80px);
		-ms-scroll-chaining: none;
		overscroll-behavior: contain;
		overflow: scroll;
		scroll-behavior: smooth
	}

	.m-header__right nav>ul>li {
		background-color: #fff;
		position: relative
	}

	.m-header__right nav>ul>li>a {
		color: #000;
		font-weight: 500;
		font-size: 22px;
		cursor: pointer;
		padding: 4px 0;
		min-height: 48px;
		display: inline-flex;
		align-items: center;
		padding-right: 12px
	}

	.m-header__right nav>ul>li>a:hover {
		color: #485fe0
	}

	.m-header__right nav>ul>li>svg {
		width: 48px !important;
		height: 48px !important;
		cursor: pointer;
		padding: 14px 10px;
		position: absolute;
		top: 0;
		right: -11px;
		transition: all .4s cubic-bezier(.38, .11, .24, .94)
	}

	.m-header__right nav>ul>li>svg:hover {
		color: #485fe0
	}

	.m-header__right nav>ul>li .sub-menu-left-wrap {
		margin-left: 24px
	}

	.m-header__right nav>ul>li ul.sub-menu {
		max-height: 0;
		opacity: 0;
		visibility: hidden;
		transition: all .4s cubic-bezier(.38, .11, .24, .94);
		margin-left: 32px
	}

	.m-header__right nav>ul>li ul.sub-menu .menu-title,
	.m-header__right nav>ul>li ul.sub-menu a {
		font-weight: 500;
		font-size: 22px;
		display: flex;
		height: 48px;
		align-items: center;
		color: #000
	}

	.m-header__right nav>ul>li ul.sub-menu .menu-title {
		font-weight: 700
	}

	.m-header__right nav>ul>li ul.sub-menu ul.sub-menu {
		margin-left: 32px
	}

	.m-header__right nav>ul>li ul.sub-menu ul.sub-menu a:hover {
		color: #485fe0
	}

	.m-header__right nav>ul>li.submenu-open>a {
		color: #485fe0
	}

	.m-header__right nav>ul>li.submenu-open>svg {
		transform: rotate(-90deg);
		color: #485fe0
	}

	.m-header__right nav>ul>li.submenu-open ul.sub-menu {
		max-height: 100vh;
		opacity: 1;
		margin-left: 0;
		visibility: visible
	}

	.m-header__right nav>ul>li.submenu-open ul.sub-menu ul.sub-menu {
		margin-left: 24px
	}

	.m-header__right nav .menu-description,
	.m-header__right nav .menu-post-item {
		display: none
	}

	.m-header__right nav .menu-products {
		max-height: 0;
		opacity: 0;
		visibility: hidden;
		transition: all .4s cubic-bezier(.38, .11, .24, .94);
		padding-left: 24px;
		margin-left: 32px
	}

	.m-header__right nav .menu-products .menu-product {
		margin-left: 24px
	}

	.m-header__right nav .menu-products .menu-product img,
	.m-header__right nav .menu-products .menu-product p {
		display: none
	}

	.m-header__right nav .menu-products .menu-product h3 {
		color: #000;
		font-weight: 500;
		font-size: 22px;
		cursor: pointer;
		padding: 4px 0;
		min-height: 48px
	}

	.m-header__right nav .submenu-open .menu-products {
		max-height: 100vh;
		opacity: 1;
		margin-left: 0;
		visibility: visible
	}

	.m-header__right nav.mobile-menu-open {
		opacity: 1;
		visibility: visible
	}

	.m-header__right nav.mobile-menu-open>ul {
		transform: translateY(0) rotateX(0) translateZ(0)
	}

	.headroom--unpinned .m-header__right nav.mobile-menu-open {
		opacity: 1;
		visibility: visible
	}

	.headroom--unpinned .m-header__right nav.mobile-menu-open>ul {
		transform: translateY(-12px) rotateX(-20deg) translateZ(50px)
	}

	.m-header__right__cta .btn-yellow {
		height: 40px;
		margin-right: 48px
	}
}

.hero-section {
	height: 420px;
	position: relative
}

.single-products .hero-section {
	margin-bottom: 7vw
}

.page-template-page-home .hero-section {
	margin-bottom: 7vw
}

@media screen and (max-width:840px) {
	.archive .hero-section {
		height: auto
	}
}

@media screen and (max-width:767px) {
	.page-template-page-home .hero-section {
		margin-top: -32px;
		height: auto
	}
}

@media screen and (max-width:540px) {
	.page-template-page-home .hero-section {
		margin-top: 0px;
		height: auto
	}
}

@media screen and (max-width:440px) {
	.page-template-page-home .hero-section {
		margin-top: 0px;
		height: auto
	}
}

.hero-section .container {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: visible
}

@media screen and (max-width:1240px) {
	.hero-section .container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media screen and (max-width:767px) {
	.page-template-page-home .hero-section .container {
		flex-direction: column-reverse
	}
}

@media screen and (max-width:767px) {
	.archive .hero-section .container {
		align-items: flex-start
	}
}

.hero-section .container .hero-wrap {
	max-width: 500px
}

.postid-54 .hero-wrap {
	max-width: 527px !Important
}

.postid-54 .hero-section .container .hero-animation__wrap {
	margin-left: 3.2% !Important
}

@media screen and (max-width:840px) {
	.archive .hero-section .container .hero-wrap {
		margin: 48px 0 32px
	}
}

@media screen and (max-width:440px) {
	.archive .hero-section .container .hero-wrap {
		margin: 24px 0 32px
	}
}

@media screen and (max-width:540px) {
	.page-template-page-home .hero-section .container .hero-wrap {
		margin-top: -32px
	}
}

@media screen and (max-width:440px) {
	.page-template-page-home .hero-section .container .hero-wrap {
		margin-top: -48px
	}
}

.hero-section .container .hero-wrap h1 {
	font-weight: 900;
	font-size: 50px;
	line-height: 58.8px;
	letter-spacing: -1px;
	margin-bottom: 10px
}

@media screen and (max-width:440px) {
	.hero-section .container .hero-wrap h1 {
		font-size: 46px;
		line-height: 50px
	}
}

.hero-section .container .hero-wrap h2 {
	font-weight: 400;
	font-size: 22px;
	line-height: 34px
}

.hero-section .container .hero-wrap h2 a {
	color: #000;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	-webkit-text-decoration-color: #485fe0;
	text-decoration-color: #485fe0
}

.hero-section .container .hero-wrap h2 a:hover {
	color: #485fe0
}

.hero-section .container .hero-wrap__cta {
	margin-top: 40px
}

.hero-section .container .hero-wrap__cta .btn-blue {
	padding: 0 15px;
	height: 46px;
	margin-right: 5px
}

@media screen and (max-width:440px) {
	.hero-section .container .hero-wrap__cta .btn-blue {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px
	}
}

.hero-section .container .hero-wrap__cta .btn-outlined {
	padding: 0 20px;
	height: 46px
}

@media screen and (max-width:440px) {
	.hero-section .container .hero-wrap__cta .btn-outlined {
		width: 100%
	}
}

.hero-section .container .hero-wrap__cta span {
	display: block;
	font-size: 14px;
	margin-bottom: 12px;
	letter-spacing: -.5px;
	color: #a5a5a5
}

@media screen and (max-width:440px) {
	.hero-section .container .hero-wrap__cta span {
		text-align: center
	}
}

.page-template-page-home .hero-section .container .hero-wrap {
	max-width: 420px
}

.page-template-page-home .hero-section .container .hero-wrap h1 {
	margin-top: 64px
}

@media screen and (max-width:540px) {
	.page-template-page-home .hero-section .container .hero-wrap h1 {
		margin-top: 0
	}
}

.page-template-page-home .hero-section .container .hero-wrap__cta {
	margin-top: 50px
}

@media screen and (max-width:440px) {
	.page-template-page-home .hero-section .container .hero-wrap__cta {
		margin-top: 32px
	}
}

.hero-section .container .hero-mask {
	line-height: 0;
	height: 100%;
	display: flex;
	align-items: flex-end;
	z-index: -6
}

@media screen and (max-width:840px) {
	.archive .hero-section .container .hero-mask {
		display: none
	}
}

.hero-section .container .hero-animation {
	flex: 1;
	height: 420px
}

@media screen and (max-width:767px) {
	.single-products .hero-section .container .hero-animation {
		display: none
	}
}

@media screen and (max-width:540px) {
	.hero-section .container .hero-animation {
		margin-top: -24px
	}
}

.hero-section .container .hero-animation__wrap {
	width: 100%;
	height: 100%;
	position: relative;
	margin-left: 5.2%;
	z-index: -1
}

@media screen and (max-width:1240px) {
	.hero-section .container .hero-animation__wrap {
		margin-left: -32px
	}
}

@media screen and (max-width:1100px) {
	.hero-section .container .hero-animation__wrap {
		margin-left: -64px
	}
}

@media screen and (max-width:1000px) {
	.hero-section .container .hero-animation__wrap {
		transform: scale(.8);
		margin-left: -32px
	}
}

@media screen and (max-width:767px) {
	.hero-section .container .hero-animation__wrap {
		margin-left: -48px
	}
}

@media screen and (max-width:540px) {
	.hero-section .container .hero-animation__wrap {
		margin-left: -48px;
		transform: scale(.6)
	}
}

@media screen and (max-width:440px) {
	.hero-section .container .hero-animation__wrap {
		margin-left: -32px;
		transform: scale(.55)
	}
}

.hero-section .container .hero-animation__wrap img {
	transition: all .4s cubic-bezier(.555, .205, .295, .975);
	opacity: 1;
	position: absolute;
	z-index: -1
}

.hero-section .container .hero-animation__wrap img.clouds {
	top: 24px;
	left: calc(50% + 50px);
	transform: translate(-50%, 0);
	z-index: -80 !important;
	will-change: opacity
}

.preload .hero-section .container .hero-animation__wrap img.clouds {
	opacity: 0
}

.hero-section .container .hero-animation__wrap img.tv {
	top: 14%;
	left: calc(40% + 50px);
	transform: translate(-50%, 0);
	transition-delay: .2s;
	margin-top: 0;
	will-change: opacity margin-top
}

.preload .hero-section .container .hero-animation__wrap img.tv {
	margin-top: 20px;
	opacity: 0
}

.hero-section .container .hero-animation__wrap img.jet {
	top: 33.5%;
	left: calc(50% - 350px);
	transform: translate(-50%, 0);
	transition-delay: .2s;
	will-change: opacity transform
}

.preload .hero-section .container .hero-animation__wrap img.jet {
	opacity: 0;
	transform: translate(40px, 40px)
}

@media screen and (max-width:1100px) {
	.hero-section .container .hero-animation__wrap img.jet {
		display: none
	}
}

.hero-section .container .hero-animation__wrap img.pop {
	top: -7.5%;
	right: calc(31% - 350px);
	transform: translate(-50%, 0);
	transition-delay: .2s;
	will-change: opacity transform;
	width: 44%
}

.preload .hero-section .container .hero-animation__wrap img.pop {
	opacity: 0;
	transform: translate(40px, 40px)
}

@media screen and (max-width:1100px) {
	.hero-section .container .hero-animation__wrap img.pop {
		display: none
	}
}

.hero-section .container .hero-animation__wrap img.laptop {
	bottom: -50px;
	left: calc(42% + 221px);
	transform: translate(-50%, 0);
	transition-delay: .3s;
	will-change: opacity;
	width: 48%
}

.preload .hero-section .container .hero-animation__wrap img.laptop {
	opacity: 0
}

.hero-section .container .hero-animation__wrap img.smart {
	bottom: -28px;
	left: calc(50% - 204px);
	transform: translate(-50%, 0);
	transition-delay: .4s;
	margin-top: 0;
	will-change: margin-top opacity
}

.preload .hero-section .container .hero-animation__wrap img.smart {
	margin-top: 20px;
	opacity: 0
}

.hero-section .container .hero-animation__wrap img.tablet {
	bottom: -26px;
	left: calc(41% - 204px);
	transform: translate(-50%, 0);
	transition-delay: .4s;
	margin-top: 0;
	will-change: margin-top opacity;
	width: 30%
}

.preload .hero-section .container .hero-animation__wrap img.tablet {
	margin-top: 20px;
	opacity: 0
}

.hero-section .container .hero-animation__wrap img.mobile {
	bottom: -54px;
	left: calc(55% - 204px);
	transform: translate(-50%, 0);
	transition-delay: .4s;
	margin-top: 0;
	will-change: margin-top opacity;
	max-width: 96px
}

.preload .hero-section .container .hero-animation__wrap img.mobile {
	margin-top: 20px;
	opacity: 0
}

.hero-section .container .hero-animation__wrap svg {
	position: absolute;
	bottom: -25px;
	left: calc(50% + 144px);
	width: 218px
}

.hero-section .container .hero-animation__wrap svg:nth-of-type(1) {
	z-index: -10
}

.hero-section .container .hero-animation__wrap svg:nth-of-type(2) {
	z-index: 0
}

.hero-section .container .hero-animation__wrap svg:nth-of-type(3) {
	z-index: -8
}

.curve-home {
	height: 800px;
	top: 0;
	position: absolute;
	right: 0;
	width: calc(50vw + 140px);
	overflow: hidden;
	z-index: -28
}

@media screen and (max-width:768px) {
	.curve-home {
		width: calc(100vw + 20px);
		top: -40px;
		right: auto;
		left: -20px
	}
}

@media screen and (max-width:540px) {
	.curve-home {
		width: calc(100vw + 28px);
		top: -94px;
		right: auto;
		left: -28px
	}
}

.curve-home__gradient {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -24;
	background-image: linear-gradient(126deg, #14c6cc 0%, #485fe0 52%, #1d0071 100%)
}

.curve-home__pattern {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -24;
	mix-blend-mode: multiply;
	background-position: center left
}

@media screen and (min-width:1480px) {
	.curve-home__pattern {
		background-size: cover
	}
}

.curve-home svg {
	position: absolute;
	top: 0;
	left: -1px;
	width: 2405px;
	z-index: -23
}

.top_partners {
	padding-top: 100px
}

@media screen and (max-width:480px) {
	.top_partners {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

.top_partners .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	max-width: 762px;
	margin: 0 auto 16px auto;
	text-align: center;
	letter-spacing: -.5px
}

.top_partners .title span {
	color: #485fe0
}

.top_partners .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 28px 0 80px
}

.top_partners .container img {
	margin: 0 12px
}

@media screen and (max-width:990px) {
	.top_partners .container {
		padding: 96px 0
	}
}

@media screen and (max-width:480px) {
	.top_partners .container {
		padding: 0
	}
}

.top_companies {
}

@media screen and (max-width:480px) {
	.top_companies {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

.top_companies .title {
	font-size: 30px;
	font-weight: 700;
	line-height: 42px;
	max-width: 762px;
	margin: 0 auto 16px auto;
	text-align: center;
	letter-spacing: -.5px
}

.top_companies .title span {
	color: #485fe0
}

.top_companies .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 28px 0
}

.top_companies .container a {
	margin: 0 12px
}

@media screen and (max-width:990px) {
	.top_companies .container {
		padding: 28px 0
	}
}

@media screen and (max-width:480px) {
	.top_companies .container {
		padding: 0
	}
}

.swipe_products {
	padding-top: 140px;
	padding-bottom: 85px
}

@media screen and (max-width:480px) {
	.swipe_products {
		padding-top: 80px;
		padding-bottom: 160px
	}
}

.swipe_products .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	flex-wrap: wrap;
	column-gap: 120px
}

.swipe_products .container.second-container {
	margin-top: 120px;
	margin-bottom: 0;
	display: flex;
	align-items: unset;
	position: relative;
	flex-wrap: wrap;
	column-gap: 0;
	justify-content: flex-end
}

.swipe_products .container.second-container .swipe-icon {
	margin-bottom: 30px
}

@media screen and (max-width:480px) {
	.swipe_products .container.second-container {
		margin-top: 40px
	}
}

.swipe_products .container .title_left {
	display: flex;
	flex-direction: column;
	width: 400px;
	flex-basis: 50%;
}

.swipe_products .container .title_left h2 {
	font-size: 46px;
	font-weight: 900;
	letter-spacing: -1.05px;
	line-height: 56px
}

.swipe_products .container .title_left h2 span {
	color: #485fe0
}

.swipe_products .container .textarea_right {
	flex: 1
}

.swipe_products .container .textarea_right .textarea {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 34px;
	margin-bottom: 40px
}

.swipe_products .container .textarea_right .textarea-learn-more {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 18px;
	display: flex;
	align-items: center
}

.swipe_products .container .textarea_right .textarea-learn-more svg {
	margin-left: 12px
}

.swipe_products .container .swiper-container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: visible
}

.swipe_products .container .swiper-container .product-learn-more,
.swipe_products .container .swiper-container img.diap {
	display: none;
	transition: display .2s cubic-bezier(.38, .11, .24, .94)
}

.swipe_products .container .swiper-container .swiper-slide {
	text-align: center;
	text-align: left;
	font-size: 18px;
	background: #fff;
	color: #000;
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	flex-direction: column;
	border-radius: 10px;
	padding: 30px;
	transition: transform .2s cubic-bezier(.38, .11, .24, .94);
	min-height: 340px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08)
}

@media screen and (max-width:1024px) {
	.swipe_products .container .swiper-container .swiper-slide .product-learn-more {
		display: flex;
		color: #000;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 14px;
		margin-top: 24px;
		align-items: center;
		cursor: pointer
	}

	.swipe_products .container .swiper-container .swiper-slide .product-learn-more svg {
		margin-left: 12px
	}

	.swipe_products .container .swiper-container .swiper-slide .product-learn-more svg path {
		fill: #000
	}

	.swipe_products .container .swiper-container .swiper-slide .product-learn-more svg rect:nth-child(1) {
		fill: #fff
	}

	.swipe_products .container .swiper-container .swiper-slide .product-learn-more svg rect {
		fill: #000
	}
}

@media screen and (min-width:1025px) {
	.swipe_products .container .swiper-container .swiper-slide:hover {
		color: #fff;
		background: #485fe0;
		transform: translateY(-24px);
		cursor: pointer
	}

	.swipe_products .container .swiper-container .swiper-slide:hover img.normal {
		display: none
	}

	.swipe_products .container .swiper-container .swiper-slide:hover img.diap {
		display: block
	}

	.swipe_products .container .swiper-container .swiper-slide:hover .product-learn-more {
		display: flex;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 14px;
		margin-top: 24px;
		align-items: center;
		cursor: pointer
	}

	.swipe_products .container .swiper-container .swiper-slide:hover .product-learn-more svg {
		margin-left: 12px
	}
}

.swipe_products .container .swiper-container .swiper-slide img {
	margin-bottom: 12px
}

.swipe_products .container .swiper-container .swiper-slide h3 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 30px;
	margin-bottom: 8px
}

.swipe_products .container .swiper-container .swiper-slide p {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20.4px;
	min-height: 60px
}

.home_interactive_map {
	color: #fff;
	z-index: 0 !important
}

.home_interactive_map .interactive-map-intro {
	padding-top: 56px
}

.home_interactive_map .interactive-map-intro h2 {
	font-size: 46px;
	line-height: 56px;
	max-width: 610px;
	margin: 0 auto 16px auto;
	text-align: center;
	letter-spacing: -1.05px;
	font-weight: 900;
	position: relative
}

.home_interactive_map .interactive-map-intro h2 span {
	color: #485fe0
}

.home_interactive_map .map {
	margin-top: -100px
}

.home_interactive_map .map svg {
	max-width: 1024px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block
}

.home_interactive_map .map .highlight {
	fill: rgba(255, 255, 255, .8) !important;
	position: relative
}

.home_interactive_map .map .highlight-circle {
	fill: #fff !important;
	transition: all 2s ease;
	animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1)
}

@keyframes pulse {
	to {
		r: 5
	}
}

.home_interactive_map .usp-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 64px;
	padding: 0 0 48px
}

@media screen and (max-width:480px) {
	.home_interactive_map .usp-wrapper {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media screen and (max-width:768px) {
	.home_interactive_map .usp-wrapper .single-usp {
		min-width: 190px
	}
}

.home_interactive_map .usp-wrapper .single-usp .number {
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: -.68px;
	line-height: 56px;
	text-align: center
}

.home_interactive_map .usp-wrapper .single-usp .description {
	color: #485fe0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center
}

.home_interactive_map .testimonials-wrapper {
	display: flex;
	align-items: center;
	column-gap: 20px;
	padding: 0 0 48px;
	max-width: 820px;
	margin: auto;
	flex-direction: row
}

@media screen and (max-width:480px) {
	.home_interactive_map .testimonials-wrapper {
		display: block;
		padding-left: 12px;
		padding-right: 12px;
		padding: 0 0 20px
	}
}

.home_interactive_map .testimonials-wrapper .single-testimonial {
	background-color: #fff;
	padding: 30px 30px 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
}

@media screen and (max-width:480px) {
	.home_interactive_map .testimonials-wrapper .single-testimonial {
		margin-bottom: 20px;
		display: block
	}
}

.home_interactive_map .testimonials-wrapper .single-testimonial .stars-wrapper {
	display: flex;
	column-gap: 4px;
	margin-bottom: 16px
}

.home_interactive_map .testimonials-wrapper .single-testimonial .stars-wrapper .star {
	display: none
}

.home_interactive_map .testimonials-wrapper .single-testimonial .stars-wrapper .star.checked {
	display: flex
}

.home_interactive_map .testimonials-wrapper .single-testimonial .title {
	color: #485fe0;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -.5px;
	line-height: 30px;
	margin-bottom: 8px
}

.home_interactive_map .testimonials-wrapper .single-testimonial .comment {
	color: #000;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 26px;
	margin-bottom: 16px
}

.home_interactive_map .testimonials-wrapper .single-testimonial .company-details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.home_interactive_map .testimonials-wrapper .single-testimonial .company-details .name {
	color: #a5a5a5;
	font-size: 14px;
	letter-spacing: -.47px;
	line-height: 28px
}

.home_interactive_map .testimonials-wrapper .single-testimonial .company-details img.company {
	max-height: 45px
}

.home_interactive_map .btwn-wrap {
	text-align: center
}

.why_choose_mware .container .why-mware-intro {
	padding-top: 100px;
	padding-bottom: 64px
}

@media screen and (max-width:480px) {
	.why_choose_mware .container .why-mware-intro {
		padding-top: 100px;
		padding-bottom: 10px
	}
}

.why_choose_mware .container .why-mware-intro h2 {
	font-size: 46px;
	line-height: 56px;
	max-width: 610px;
	margin: 0 auto 16px auto;
	text-align: center;
	letter-spacing: -1.05px;
	font-weight: 900;
	position: relative
}

.why_choose_mware .container .why-mware-intro h2 span {
	color: #485fe0
}

.why_choose_mware .container .aruguments-container {
	display: flex;
	position: relative;
	max-width: 828px;
	margin: auto;
	align-items: flex-start
}

.why_choose_mware .container .aruguments-container .arguments-images {
	display: flex;
	flex-direction: column;
	width: 50%;
	position: relative
}

@media screen and (max-width:1024px) {
	.why_choose_mware .container .aruguments-container .arguments-images {
		display: none
	}
}

.why_choose_mware .container .aruguments-container .arguments-images .single-image {
	position: absolute;
	top: 0;
	display: none;
	-webkit-mask: url("/wp-content/uploads/2021/01/triangle-image-mask.svg") no-repeat;
	mask: url("/wp-content/uploads/2021/01/triangle-image-mask.svg") no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-position: right bottom !important;
	width: 100%
}

.why_choose_mware .container .aruguments-container .arguments-images .single-image img {
	max-width: 100%
}

.why_choose_mware .container .aruguments-container .arguments-wrapper {
	display: flex;
	flex-direction: column;
	width: 50%;
	position: relative
}

@media screen and (max-width:1024px) {
	.why_choose_mware .container .aruguments-container .arguments-wrapper {
		width: 100%
	}
}

.why_choose_mware .container .aruguments-container .arguments-wrapper .single-wrapper.active .single-argument {
	border-left-color: #485fe0
}

.why_choose_mware .container .aruguments-container .arguments-wrapper .single-wrapper.active .single-argument .title,
.why_choose_mware .container .aruguments-container .arguments-wrapper .single-wrapper.active .single-argument .textarea-learn-more {
	color: #485fe0
}

.why_choose_mware .container .aruguments-container .arguments-wrapper .single-argument {
	padding-left: 20px;
	border-left: 3px solid #e8e8e8;
	transition: all .2s cubic-bezier(.38, .11, .24, .94);
	margin-bottom: 40px
}

.why_choose_mware .container .aruguments-container .arguments-wrapper .single-argument:hover {
	border-left-color: #485fe0
}

.why_choose_mware .container .aruguments-container .arguments-wrapper .single-argument:hover .title {
	color: #485fe0
}

.why_choose_mware .container .aruguments-container .arguments-wrapper .single-argument .title {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -.5px;
	line-height: 30px
}

.why_choose_mware .container .aruguments-container .arguments-wrapper .single-argument .extra-content {
	display: none
}

.why_choose_mware .container .aruguments-container .arguments-wrapper .single-argument .extra-content .description {
	margin-top: 12px;
	margin-bottom: 12px
}

.why_choose_mware .container .aruguments-container .arguments-wrapper .single-argument .extra-content .textarea-learn-more {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 18px;
	display: flex;
	align-items: center
}

.why_choose_mware .container .aruguments-container .arguments-wrapper .single-argument .extra-content .textarea-learn-more svg {
	margin-left: 12px
}

@media screen and (min-width:1024px) {
	.single-image-mobile-wrapper {
		display: none !important
	}
}

@media screen and (max-width:1024px) {
	.single-image-mobile-wrapper {
		position: relative;
		display: none
	}

	.single-image-mobile-wrapper:before {
		content: "";
		background-image: url("/wp-content/uploads/2021/01/triangle-s-blauw.svg");
		background-size: contain;
		background-repeat: no-repeat;
		display: block;
		height: 14%;
		width: -webkit-fill-available;
		position: absolute;
		top: 24%;
		left: 54%;
		z-index: 1
	}

	.single-image-mobile-wrapper:after {
		content: "";
		background-image: url("/wp-content/uploads/2021/01/triangle-l-groen.svg");
		background-size: contain;
		background-repeat: no-repeat;
		display: block;
		height: 28%;
		width: -webkit-fill-available;
		position: absolute;
		bottom: 4%;
		left: 12%;
		z-index: 1
	}

	.single-image-mobile-wrapper .single-argument-image-mobile {
		position: relative;
		margin: 0 auto 40px;
		display: block;
		-webkit-mask: url("/wp-content/uploads/2021/01/triangle-image-mask.svg") no-repeat;
		mask: url("/wp-content/uploads/2021/01/triangle-image-mask.svg") no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
		background-position: right bottom !important;
		width: 72%;
		-webkit-mask-position: center center;
		mask-position: center center
	}

	.single-image-mobile-wrapper .single-argument-image-mobile img {
		max-width: 100%
	}
}

.triangle-s {
	position: absolute;
	top: 90px;
	right: 160px
}

.triangle-m {
	position: absolute;
	left: -20px;
	top: 228px
}

.home_news {
	padding-bottom: 100px;
	padding-top: 100px
}

@media screen and (max-width:480px) {
	.home_news {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

.home_news .bigblockcover {
	position: relative;
	margin-bottom: 48px
}

@media screen and (max-width:480px) {
	.home_news .bigblockcover {
		margin-bottom: 20px
	}
}

.home_news .bigblockcover .bluetag {
	position: absolute;
	top: -10px;
	left: 20px;
	width: 146px;
	display: block;
	height: 30px;
	z-index: 1
}

.home_news .bigblockcover .bluetag svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.home_news .bigblockcover .bluetag .txt {
	position: absolute;
	top: 9px;
	left: 24px;
	z-index: 2;
	color: #fff;
	font-size: 14px;
	font-weight: 500
}

@media screen and (max-width:480px) {
	.home_news .bigblockcover .bluetag {
		display: none
	}
}

.home_news .bigblockcover .item-big {
	flex-direction: row-reverse
}

@media screen and (max-width:540px) {
	.home_news .bigblockcover .item-big {
		flex-direction: column-reverse
	}
}

.home_news .bigblockcover .item-big .item-big__content {
	padding: 40px 40px 36px;
	min-height: 270px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.home_news .bigblockcover .item-big .item-big__content .text h4 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94);
	line-height: 26px;
	margin-bottom: 10px
}

@media screen and (max-width:768px) {
	.home_news .bigblockcover .item-big .item-big__content .text h4 {
		font-size: 18px;
		line-height: 22px
	}
}

.home_news .bigblockcover .item-big .item-big__content .text .bullet {
	color: #000;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94)
}

.home_news .bigblockcover .item-big .item-big__content .text .bullet span {
	width: 80px;
	display: block;
	float: left;
	color: #485fe0;
	font-weight: 700
}

.home_news .bigblockcover .item-big .item-big__content .text .buttoncover {
	padding-left: 0
}

.home_news .bigblockcover .item-big .item-big__content .text .desc {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-top: 12px;
	margin-bottom: 20px
}

.home_news .bigblockcover .item-big .item-big__content .learn-more {
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #000;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94)
}

.home_news .bigblockcover .item-big .item-big__content .learn-more svg {
	margin-left: 12px
}

@media screen and (max-width:540px) {
	.home_news .bigblockcover .item-big .item-big__content {
		padding: 20px 20px 36px
	}
}

@media screen and (max-width:540px) {
	.home_news .bigblockcover .item-big .item-big__thumbnail {
		flex: 0 0 183px
	}
}

.home_news .bigblockcover .item-big .item-big__thumbnail:after {
	display: none
}

.home_news .bigblockcover .item-big .item-big__thumbnail:before {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	opacity: 50%;
	will-change: background-color;
	cursor: pointer;
	z-index: 9
}

.home_news .bigblockcover .item-big:hover .item-big__thumbnail:before {
	background-color: #485fe0
}

.home_news .bigblockcover .item-big:hover .item-big__content .text h4 {
	color: #485fe0
}

.home_news .bigblockcover .item-big:hover .item-big__content .learn-more {
	color: #485fe0
}

.home_news .btwn-wrap {
	text-align: center;
	margin-top: 20px
}

.archive-products-content-gray {
	margin-top: 106px;
	margin-top: 7vw
}

.archive-products {
	padding-bottom: 60px
}

.archive-products__top {
	padding: 52px 0 40px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center
}

.archive-products__top a {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	margin: 0 30px
}

.archive-products__top a:hover {
	text-decoration: underline;
	color: #485fe0
}

@media screen and (max-width:880px) {
	.archive-products__top a {
		margin: 0 15px
	}
}

@media screen and (max-width:680px) {
	.archive-products__top a {
		margin: 0 10px
	}
}

@media screen and (max-width:680px) {
	.archive-products__top a {
		margin: 0 10px
	}
}

@media screen and (max-width:640px) {
	.archive-products__top a {
		display: none
	}
}

@media screen and (max-width:640px) {
	.archive-products__top {
		padding: 24px 0 32px
	}
}

.archive-products__overview {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

.archive-products__overview .product {
	background: #fff;
	border-radius: 10px;
	position: relative;
	max-width: 1030px;
	width: 100%;
	cursor: default;
	display: flex;
	overflow: hidden;
	min-height: 380px
}

@media screen and (max-width:1000px) {
	.archive-products__overview .product {
		min-height: 280px
	}
}

@media screen and (max-width:620px) {
	.archive-products__overview .product {
		flex-direction: column-reverse
	}
}

.archive-products__overview .product__content {
	padding: 70px 35px 14px 70px
}

@media screen and (max-width:1000px) {
	.archive-products__overview .product__content {
		padding: 35px 24px 7px 35px
	}
}

@media screen and (max-width:768px) {
	.archive-products__overview .product__content {
		padding: 24px 12px 12px 24px
	}
}

@media screen and (max-width:620px) {
	.archive-products__overview .product__content {
		padding: 30px
	}
}

@media screen and (max-width:480px) {
	.archive-products__overview .product__content {
		padding: 24px 15px
	}
}

.archive-products__overview .product__content h2 {
	font-size: 34px;
	font-weight: 700;
	color: #000;
	transition: all .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer;
	margin-bottom: 12px;
	letter-spacing: -.5px
}

@media screen and (max-width:480px) {
	.archive-products__overview .product__content h2 {
		font-size: 26px
	}
}

.archive-products__overview .product__content p {
	color: #000;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 40px;
	cursor: auto
}

@media screen and (max-width:768px) {
	.archive-products__overview .product__content p {
		margin-bottom: 24px
	}
}

.archive-products__overview .product__content .btn,
.archive-products__overview .product__content .btn-outlined,
.archive-products__overview .product__content .btn-white,
.archive-products__overview .product__content .btn-yellow,
.archive-products__overview .product__content .btn-blue {
	padding-right: 15px;
	padding-left: 15px
}

@media screen and (max-width:480px) {

	.archive-products__overview .product__content .btn,
	.archive-products__overview .product__content .btn-outlined,
	.archive-products__overview .product__content .btn-white,
	.archive-products__overview .product__content .btn-yellow,
	.archive-products__overview .product__content .btn-blue {
		width: 100%
	}
}

.archive-products__overview .product__thumbnail {
	flex: 0 0 456px;
	overflow: hidden;
	position: relative
}

@media screen and (max-width:1000px) {
	.archive-products__overview .product__thumbnail {
		flex: 0 0 320px
	}
}

@media screen and (max-width:620px) {
	.archive-products__overview .product__thumbnail {
		flex: 0 0 200px
	}
}

@media screen and (max-width:420px) {
	.archive-products__overview .product__thumbnail {
		flex: 0 0 160px
	}
}

@media screen and (max-width:380px) {
	.archive-products__overview .product__thumbnail {
		flex: 0 0 140px
	}
}

.archive-products__overview .product__thumbnail img.thumbnail {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
	will-change: transform;
	transition: transform .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer
}

.archive-products__overview .product__thumbnail img.svg {
	filter: brightness(0) invert(1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.4);
	z-index: 20;
	opacity: 1;
	will-change: opacity;
	transition: opacity .2s cubic-bezier(.38, .11, .24, .94)
}

@media screen and (max-width:620px) {
	.archive-products__overview .product__thumbnail img.svg {
		transform: translate(-50%, -50%) scale(1)
	}
}

.archive-products__overview .product__thumbnail:before {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	transition: background-color .2s cubic-bezier(.38, .11, .24, .94);
	content: "";
	opacity: 50%;
	will-change: background-color;
	cursor: pointer;
	z-index: 9
}

.archive-products__overview .product__thumbnail:after {
	background-color: #fff;
	content: "";
	position: absolute;
	top: -100px;
	left: -66px;
	width: 100px;
	height: calc(100% + 200px);
	z-index: 20;
	transform: rotate(10deg)
}

@media screen and (max-width:620px) {
	.archive-products__overview .product__thumbnail:after {
		display: none
	}
}

.archive-products__overview .product:hover h2 {
	color: #485fe0
}

.archive-products__overview .product:hover img.thumbnail {
	transform: scale(1.05)
}

.archive-products__overview .product:hover img.svg {
	opacity: 0
}

.archive-products__overview .product:hover .product__thumbnail:before {
	background-color: #485fe0
}

.archive-products__overview>a {
	margin-bottom: 60px
}

.archive-products__overview>a:nth-of-type(even) .product {
	flex-direction: row-reverse
}

@media screen and (max-width:620px) {
	.archive-products__overview>a:nth-of-type(even) .product {
		flex-direction: column-reverse
	}
}

.archive-products__overview>a:nth-of-type(even) .product .product__content {
	padding: 70px 70px 14px 35px
}

@media screen and (max-width:1000px) {
	.archive-products__overview>a:nth-of-type(even) .product .product__content {
		padding: 35px 35px 7px 24px
	}
}

@media screen and (max-width:768px) {
	.archive-products__overview>a:nth-of-type(even) .product .product__content {
		padding: 24px 24px 12px 12px
	}
}

@media screen and (max-width:620px) {
	.archive-products__overview>a:nth-of-type(even) .product .product__content {
		padding: 30px
	}
}

@media screen and (max-width:480px) {
	.archive-products__overview>a:nth-of-type(even) .product .product__content {
		padding: 24px 15px
	}
}

.archive-products__overview>a:nth-of-type(even) .product .product__thumbnail:after {
	right: -66px;
	left: auto;
	transform: rotate(-10deg)
}

.single-product-intro {
	padding-top: 56px
}

.single-product-intro h2 {
	font-size: 34px;
	line-height: 44px;
	max-width: 762px;
	margin: 0 auto 16px auto;
	text-align: center;
	letter-spacing: -.5px
}

@media screen and (max-width:940px) {
	.single-product-intro h2 {
		font-size: 30px;
		line-height: 36px
	}
}

.single-product-intro p {
	font-size: 22px;
	line-height: 34px;
	max-width: 820px;
	margin: 0 auto;
	text-align: center
}

@media screen and (max-width:940px) {
	.single-product-intro p {
		font-size: 18px;
		line-height: 26px
	}
}

.tool-blocks-wrap {
	margin-top: 20px
}

.tools-wrap {
	padding: 80px 0 32px
}

.tools-wrap h2 {
	font-size: 30px;
	line-height: 36px;
	max-width: 762px;
	margin: 0 auto 24px auto;
	text-align: center;
	letter-spacing: -.5px
}

.tools-wrap .tool-tabs {
	margin: 24px 0 32px;
	display: flex;
	justify-content: center
}

.tools-wrap .tool-tabs a {
	font-weight: 500;
	color: #000;
	font-size: 16px;
	margin: 0 15px;
	letter-spacing: -.5px;
	text-align: center;
	line-height: 1.25
}

.tools-wrap .tool-tabs a:hover,
.tools-wrap .tool-tabs a.current {
	text-decoration: underline;
	color: #485fe0
}

.tools-wrap .tool-blocks {
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0 -10px;
	display: none;
	animation: fadein .4s cubic-bezier(.555, .205, .295, .975)
}

.tools-wrap .tool-blocks.current {
	display: flex
}

.tools-wrap .tool-blocks .tool-block {
	flex: 0 0 calc(25% - 20px);
	margin: 0 10px 20px;
	background-color: #fff;
	border-radius: 10px;
	padding: 60px 30px 16px;
	min-height: 247px
}

.tools-wrap .tool-blocks .tool-block img {
	margin-bottom: 20px
}

.tools-wrap .tool-blocks .tool-block h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 4px
}

.tools-wrap .tool-blocks .tool-block p {
	font-size: 16px;
	line-height: 22px
}

.tools-wrap .tool-blocks .tool-block .elementor-widget-text-editor div {
	line-height: 22px
}

@media screen and (max-width:1240px) {
	.tools-wrap .tool-blocks .tool-block {
		flex: 0 0 calc(33.333333% - 20px)
	}
}

@media screen and (max-width:768px) {
	.tools-wrap .tool-blocks .tool-block {
		flex: 0 0 calc(50% - 20px)
	}
}

@media screen and (max-width:520px) {
	.tools-wrap .tool-blocks .tool-block {
		flex: 0 0 calc(100%)
	}
}

.tools-wrap .tool-blocks:after {
	content: "";
	flex: auto
}

.product-blue-block .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 128px 0
}

.product-blue-block .container img {
	margin: 0 12px;
	max-width: 132px
}

@media screen and (max-width:990px) {
	.product-blue-block .container {
		padding: 96px 0
	}
}

.product-content-blocks {
	padding: 56px 0 72px
}

.product-content-blocks .product-content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 46px 0
}

@media screen and (max-width:940px) {
	.product-content-blocks .product-content {
		flex-direction: column-reverse
	}
}

.product-content-blocks .product-content__content {
	max-width: 505px;
	margin: 0 32px
}

.product-content-blocks .product-content__content h3 {
	font-size: 30px;
	line-height: 36px;
	padding-top: 8px;
	margin-bottom: 8px
}

.product-content-blocks .product-content__content p {
	font-size: 18px;
	line-height: 26px
}

.product-content-blocks .product-content__image {
	margin: 0 86px 0 32px
}

.product-content-blocks .product-content__image img {
	width: 100%;
	height: auto;
	max-width: 407px
}

@media screen and (max-width:940px) {
	.product-content-blocks .product-content__image {
		margin: 0 0 32px
	}
}

.product-content-blocks .product-content.image-left {
	flex-direction: row-reverse
}

@media screen and (max-width:940px) {
	.product-content-blocks .product-content.image-left {
		flex-direction: column-reverse
	}
}

.product-content-blocks .product-content.image-left .product-content__image {
	margin: 0 32px 0 86px
}

@media screen and (max-width:940px) {
	.product-content-blocks .product-content.image-left .product-content__image {
		margin: 0 0 32px
	}
}

.blue-pill-cta-container {
	padding: 112px 0
}

@media screen and (max-width:480px) {
	.blue-pill-cta-container {
		padding: 12px 0
	}
}

.blue-pill-cta-container .blue-block-cta {
	width: 100%;
	max-width: 1030px;
	border-radius: 10px;
	overflow: hidden;
	min-height: 280px;
	background-color: #485fe0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: default
}

.blue-pill-cta-container .blue-block-cta__content {
	max-width: 410px;
	padding-left: 50px
}

@media screen and (max-width:940px) {
	.blue-pill-cta-container .blue-block-cta__content {
		padding: 0 30px
	}
}

@media screen and (max-width:480px) {
	.blue-pill-cta-container .blue-block-cta__content {
		padding: 30px !important
	}
}

.blue-pill-cta-container .blue-block-cta__content h4 {
	color: #fff;
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 8px;
	letter-spacing: -.5px;
	cursor: pointer
}

.blue-pill-cta-container .blue-block-cta__content p {
	color: #fff;
	font-size: 18px;
	cursor: auto
}

.blue-pill-cta-container .blue-block-cta__content .btn,
.blue-pill-cta-container .blue-block-cta__content .btn-outlined,
.blue-pill-cta-container .blue-block-cta__content .btn-white,
.blue-pill-cta-container .blue-block-cta__content .btn-yellow,
.blue-pill-cta-container .blue-block-cta__content .btn-blue {
	margin-top: 26px;
	padding-right: 20px;
	padding-left: 20px;
	cursor: pointer
}

.blue-pill-cta-container .blue-block-cta__content .elementor-widget-wrap div {
	margin-bottom: 0 !important
}

.blue-pill-cta-container .blue-block-cta__image {
	overflow: hidden;
	position: relative;
	line-height: 0
}

@media screen and (max-width:480px) {
	.blue-pill-cta-container .blue-block-cta__image .thumbnail {
		display: none
	}
}

.blue-pill-cta-container .blue-block-cta__image img.thumbnail {
	width: 514px;
	height: 280px;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
	transition: transform .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer
}

@media screen and (max-width:500px) {
	.blue-pill-cta-container .blue-block-cta__image img.thumbnail {
		width: 200px
	}
}

@media screen and (max-width:380px) {
	.blue-pill-cta-container .blue-block-cta__image img.thumbnail {
		display: none
	}
}

.blue-pill-cta-container .blue-block-cta__image img.mobile {
	top: 8px;
	right: 0;
	position: absolute;
	cursor: pointer
}

@media screen and (max-width:940px) {
	.blue-pill-cta-container .blue-block-cta__image img.mobile {
		display: none
	}
}

.blue-pill-cta-container .blue-block-cta__image:after {
	background-color: #485fe0;
	content: "";
	position: absolute;
	top: -100px;
	left: -72px;
	width: 100px;
	height: calc(100% + 200px);
	z-index: 20;
	transform: rotate(10deg)
}

.blue-pill-cta-container .blue-block-cta:hover .blue-block-cta__image img.thumbnail {
	transform: scale(1.05)
}

@keyframes fadein {
	from {
		transform: translate(0, 24px);
		opacity: 0
	}

	to {
		transform: translate(0, 0);
		opacity: 1
	}
}

.elementor-column-gap-default>.elementor-column.column-padding>.elementor-element-populated.elementor-widget-wrap {
	padding: 10% !important
}

.elementor-column-gap-default>.elementor-column.column-padding>.elementor-element-populated.elementor-widget-wrap h3 {
	font-size: 30px;
	line-height: 36px;
	padding-top: 8px;
	margin-bottom: 8px;
	font-family: "Roboto", Sans-serif;
	font-weight: 600
}

.elementor-column-gap-default>.elementor-column.column-padding>.elementor-element-populated.elementor-widget-wrap p {
	font-size: 18px;
	line-height: 26px
}

.elementor-tabs-view-horizontal .elementor-tabs-wrapper .elementor-tab-desktop-title {
	border: thin solid #ccc !important;
	padding: 12px 14px;
	margin-right: 20px;
	border-radius: 4px;
	color: #999
}

.tool-tabs a {
	border: thin solid #ccc !important;
	padding: 12px 14px;
	margin-right: 20px;
	border-radius: 4px;
	color: #999;
	text-decoration: none !important
}

.tool-tabs a.current {
	background-color: #fff;
	text-decoration: none !important
}

.newsroom-posts-more.big .bigblockcover {
	flex: 0 0 100%
}

.post-type-archive-newsroom .content-gray {
	margin-top: 0 !important;
	background-color: transparent !important
}

.post-type-archive-newsroom .content-gray:before {
	top: 150px !important
}

.post-type-archive-newsroom .content-gray .containercover {
	background: linear-gradient(180deg, transparent 8%, #f9f9f9 8%)
}

.post-type-archive-newsroom .content-gray .containercover .newsoverview-cover {
	padding-bottom: 80px
}

.newsroom-posts-more {
	max-width: 1030px;
	margin: 0 auto
}

@media screen and (max-width:1060px) {
	.newsroom-posts-more {
		padding-right: 15px;
		padding-left: 15px
	}
}

.newsroom-posts-more__top {
	padding: 80px 0 30px
}

.newsroom-posts-more__top h3 {
	width: 100%;
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	letter-spacing: -.5px
}

.newsroom-posts-more__top h4 {
	width: 100%;
	font-weight: 900;
	font-size: 18px;
	text-align: center;
	letter-spacing: -.5px
}

.newsroom-posts-more__flex {
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap
}

.newsroom-posts-more__flex>a {
	cursor: default;
	width: calc(33.333333% - 14px);
	margin-bottom: 20px;
	margin-right: 21px
}

.newsroom-posts-more__flex>a:nth-child(3n) {
	margin-right: 0
}

@media screen and (max-width:768px) {
	.newsroom-posts-more__flex>a {
		flex: calc(50% - 14px)
	}

	.newsroom-posts-more__flex>a:nth-child(3n) {
		margin-right: 18px
	}

	.newsroom-posts-more__flex>a:nth-child(2n) {
		margin-right: 0
	}
}

@media screen and (max-width:480px) {
	.newsroom-posts-more__flex>a {
		flex: 100%
	}

	.newsroom-posts-more__flex>a:nth-child(1n) {
		margin-right: 0
	}

	.newsroom-posts-more__flex>a:nth-child(2n) {
		margin-right: 0
	}

	.newsroom-posts-more__flex>a:nth-child(3n) {
		margin-right: 0
	}
}

.newsroom-posts-more__flex>a .newsroom-post {
	background-color: #fff;
	overflow: hidden;
	border-radius: 10px
}

.newsroom-posts-more__flex>a .newsroom-post .newsroom-post__thumbnail {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.newsroom-posts-more__flex>a .newsroom-post .newsroom-post__thumbnail img.thumbnail {
	width: 100%;
	height: 183px;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
	transition: transform .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer
}

.newsroom-posts-more__flex>a .newsroom-post .newsroom-post__thumbnail img.svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	opacity: 1;
	will-change: opacity;
	transition: opacity .2s cubic-bezier(.38, .11, .24, .94)
}

.newsroom-posts-more__flex>a .newsroom-post .newsroom-post__thumbnail:after {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	opacity: 50%;
	will-change: background-color;
	cursor: pointer;
	z-index: 9
}

.newsroom-posts-more__flex>a .newsroom-post .newsroom-post__content {
	padding: 30px 30px 36px;
	min-height: 270px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

@media screen and (max-width:820px) {
	.newsroom-posts-more__flex>a .newsroom-post .newsroom-post__content {
		min-height: 260px
	}
}

@media screen and (max-width:480px) {
	.newsroom-posts-more__flex>a .newsroom-post .newsroom-post__content {
		padding: 20px 20px 36px;
		min-height: 200px
	}
}

.newsroom-posts-more__flex>a .newsroom-post .newsroom-post__content .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.newsroom-posts-more__flex>a .newsroom-post .newsroom-post__content .text .category {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94)
}

.newsroom-posts-more__flex>a .newsroom-post .newsroom-post__content .text h4 {
	color: #000;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94)
}

@media screen and (max-width:768px) {
	.newsroom-posts-more__flex>a .newsroom-post .newsroom-post__content .text h4 {
		font-size: 18px;
		line-height: 22px
	}
}

.newsroom-posts-more__flex>a .newsroom-post .newsroom-post__content .text .buttoncover {
	padding-left: 0
}

.newsroom-posts-more__flex>a .newsroom-post .newsroom-post__content .newsroom-learn-more {
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #000;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94)
}

.newsroom-posts-more__flex>a .newsroom-post .newsroom-post__content .newsroom-learn-more:hover {
	color: #485fe0
}

.newsroom-posts-more__flex>a .newsroom-post .newsroom-post__content .newsroom-learn-more svg {
	margin-left: 12px
}

.newsroom-posts-more__flex>a:hover .newsroom-post .newsroom-post__thumbnail img.thumbnail {
	transform: scale(1.05)
}

.newsroom-posts-more__flex>a:hover .newsroom-post .newsroom-post__thumbnail img.svg {
	opacity: 0
}

.newsroom-posts-more__flex>a:hover .newsroom-post .newsroom-post__thumbnail:after {
	background-color: #485fe0
}

.newsroom-posts-more__flex>a:hover .newsroom-post__content .text h4 {
	color: #485fe0
}

.newsroom-posts-more__flex>a:hover .newsroom-post__content .newsroom-learn-more {
	color: #485fe0
}

.newsroom-posts-more__flex .item-big {
	background: #fff;
	border-radius: 10px;
	position: relative;
	max-width: 1030px;
	width: 100%;
	cursor: default;
	display: flex;
	overflow: hidden;
	min-height: 400px
}

@media screen and (max-width:1000px) {
	.newsroom-posts-more__flex .item-big {
		min-height: 280px
	}
}

@media screen and (max-width:620px) {
	.newsroom-posts-more__flex .item-big {
		flex-direction: column-reverse
	}
}

.newsroom-posts-more__flex .item-big__content {
	padding: 50px 35px 14px 50px
}

@media screen and (max-width:1000px) {
	.newsroom-posts-more__flex .item-big__content {
		padding: 35px 24px 7px 35px
	}
}

@media screen and (max-width:768px) {
	.newsroom-posts-more__flex .item-big__content {
		padding: 24px 12px 12px 24px
	}
}

@media screen and (max-width:620px) {
	.newsroom-posts-more__flex .item-big__content {
		padding: 30px
	}
}

@media screen and (max-width:480px) {
	.newsroom-posts-more__flex .item-big__content {
		padding: 24px 15px
	}
}

.newsroom-posts-more__flex .item-big__content .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.newsroom-posts-more__flex .item-big__content .text .category {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94);
	height: 14px
}

.newsroom-posts-more__flex .item-big__content .text h4 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 12px;
	line-height: 26px
}

@media screen and (max-width:768px) {
	.newsroom-posts-more__flex .item-big__content .text h4 {
		font-size: 18px;
		line-height: 22px
	}
}

.newsroom-posts-more__flex .item-big__content .text .desc {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 20px
}

.newsroom-posts-more__flex .item-big__content .text .newsroom-learn-more {
	padding-right: 15px;
	padding-left: 15px
}

@media screen and (max-width:480px) {
	.newsroom-posts-more__flex .item-big__content .text .newsroom-learn-more {
		width: 100%
	}
}

.newsroom-posts-more__flex .item-big__thumbnail {
	flex: 0 0 600px;
	overflow: hidden;
	position: relative
}

@media screen and (max-width:1000px) {
	.newsroom-posts-more__flex .item-big__thumbnail {
		flex: 0 0 320px
	}
}

@media screen and (max-width:620px) {
	.newsroom-posts-more__flex .item-big__thumbnail {
		flex: 0 0 200px
	}
}

@media screen and (max-width:420px) {
	.newsroom-posts-more__flex .item-big__thumbnail {
		flex: 0 0 160px
	}
}

@media screen and (max-width:380px) {
	.newsroom-posts-more__flex .item-big__thumbnail {
		flex: 0 0 140px
	}
}

.newsroom-posts-more__flex .item-big__thumbnail img.thumbnail {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
	transition: transform .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer
}

.newsroom-posts-more__flex .item-big__thumbnail img.svg {
	filter: brightness(0) invert(1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.4);
	z-index: 20;
	opacity: 1;
	will-change: opacity;
	transition: opacity .2s cubic-bezier(.38, .11, .24, .94)
}

@media screen and (max-width:620px) {
	.newsroom-posts-more__flex .item-big__thumbnail img.svg {
		transform: translate(-50%, -50%) scale(1)
	}
}

.newsroom-posts-more__flex .item-big__thumbnail:before {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color .2s cubic-bezier(.38, .11, .24, .94);
	content: "";
	opacity: 50%;
	will-change: background-color;
	cursor: pointer;
	z-index: 9
}

.newsroom-posts-more__flex .item-big__thumbnail:after {
	background-color: #fff;
	content: "";
	position: absolute;
	top: -100px;
	left: -66px;
	width: 100px;
	height: calc(100% + 200px);
	z-index: 20;
	transform: rotate(10deg)
}

@media screen and (max-width:620px) {
	.newsroom-posts-more__flex .item-big__thumbnail:after {
		display: none
	}
}

.newsroom-posts-more__flex .item-big:hover h2 {
	color: #485fe0
}

.newsroom-posts-more__flex .item-big:hover img.thumbnail {
	transform: scale(1.05)
}

.newsroom-posts-more__flex .item-big:hover img.svg {
	opacity: 0
}

.newsroom-posts-more__flex .item-big:hover .product__thumbnail:before {
	background-color: #485fe0
}

.newsroom-posts-more__flex .bigblockcover:hover .item-big .item-big__content .text h4 {
	color: #485fe0
}

.newsroom-posts-more__flex>.blog-newsletter {
	cursor: default;
	flex: 0 0 calc(33.333333% - 14px)
}

@media screen and (max-width:768px) {
	.newsroom-posts-more__flex>.blog-newsletter {
		flex: 100%
	}
}

.newsroom-posts-more__flex>.blog-newsletter .newsletter-cover {
	background-color: #485fe0;
	overflow: hidden;
	border-radius: 10px
}

.newsroom-posts-more__flex>.blog-newsletter .newsletter-cover .newsroom-post__thumbnail {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.newsroom-posts-more__flex>.blog-newsletter .newsletter-cover .newsroom-post__thumbnail .svgcover {
	width: 100%;
	height: 183px;
	transition: transform .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer;
	display: flex;
	align-items: flex-end;
	margin-left: 30px
}

.newsroom-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content {
	padding: 30px 30px 36px;
	min-height: 270px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.newsroom-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.newsroom-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content .text .category {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94);
	opacity: 0;
	height: 14px
}

.newsroom-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content .text h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 8px
}

@media screen and (max-width:768px) {
	.newsroom-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content .text h4 {
		font-size: 18px;
		line-height: 22px
	}
}

.newsroom-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content .text .desc {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px
}

@media screen and (max-width:768px) {
	.newsroom-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content .text .desc {
		font-size: 16px;
		line-height: 18px
	}
}

.newsroom-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content form .form-group {
	position: relative;
	line-height: 0;
	display: flex;
	align-items: center;
	margin-top: 12px
}

.newsroom-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content form .form-group input[type=email] {
	height: 46px;
	width: 70px;
	flex: 1;
	border: 0;
	background-color: #2e3c8f;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	line-height: 1;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 1px 15px 0
}

.newsroom-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content form .form-group input[type=email]:-ms-input-placeholder {
	color: #fff;
	line-height: 40px
}

.newsroom-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content form .form-group input[type=email]::placeholder {
	color: #fff;
	line-height: 40px
}

.newsroom-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content form .form-group .submit {
	width: 46px;
	height: 46px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #2e3c8f
}

.newsroom-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content form .form-group .submit input {
	visibility: hidden;
	opacity: 0;
	height: 0;
	width: 0;
	border: 0;
	position: absolute
}

.newsroom-posts-more .btwn-wrap {
	text-align: center;
	width: 100%
}

.newsroom-posts-more .btwn-wrap div {
	margin-bottom: 40px
}

.newsroom-posts {
	max-width: 1030px;
	margin: 0 auto;
	padding-bottom: 120px
}

@media screen and (max-width:1060px) {
	.newsroom-posts {
		padding-right: 15px;
		padding-left: 15px
	}
}

.newsroom-posts__top {
	padding: 132px 0 40px
}

.newsroom-posts__top h3 {
	width: 100%;
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	letter-spacing: -.5px
}

.newsroom-posts__flex {
	display: flex;
	justify-content: space-between
}

@media screen and (max-width:820px) {
	.newsroom-posts__flex {
		display: block
	}
}

.newsroom-posts__flex>a {
	cursor: default;
	flex: 0 0 calc(33.333333% - 14px)
}

@media screen and (max-width:820px) {
	.newsroom-posts__flex>a {
		flex: 100%;
		display: block;
		margin-bottom: 20px
	}
}

.newsroom-posts__flex>a .newsroom-post {
	background-color: #f9f9f9;
	overflow: hidden;
	border-radius: 10px
}

.newsroom-posts__flex>a .newsroom-post.white-bg {
	background-color: #fff
}

.newsroom-posts__flex>a .newsroom-post .newsroom-post__thumbnail {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.newsroom-posts__flex>a .newsroom-post .newsroom-post__thumbnail img.thumbnail {
	width: 100%;
	height: 183px;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
	transition: transform .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer
}

.newsroom-posts__flex>a .newsroom-post .newsroom-post__thumbnail img.svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	opacity: 1;
	will-change: opacity;
	transition: opacity .2s cubic-bezier(.38, .11, .24, .94)
}

.newsroom-posts__flex>a .newsroom-post .newsroom-post__thumbnail:after {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color .2s cubic-bezier(.38, .11, .24, .94);
	content: "";
	opacity: 50%;
	will-change: background-color;
	cursor: pointer;
	z-index: 9
}

.newsroom-posts__flex>a .newsroom-post .newsroom-post__content {
	padding: 30px 30px 36px;
	min-height: 270px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

@media screen and (max-width:820px) {
	.newsroom-posts__flex>a .newsroom-post .newsroom-post__content {
		min-height: 260px
	}
}

@media screen and (max-width:480px) {
	.newsroom-posts__flex>a .newsroom-post .newsroom-post__content {
		padding: 20px 20px 36px;
		min-height: 200px
	}
}

.newsroom-posts__flex>a .newsroom-post .newsroom-post__content .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.newsroom-posts__flex>a .newsroom-post .newsroom-post__content .text .category {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94);
	height: 14px
}

.newsroom-posts__flex>a .newsroom-post .newsroom-post__content .text h4 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 12px;
	line-height: 26px
}

@media screen and (max-width:768px) {
	.newsroom-posts__flex>a .newsroom-post .newsroom-post__content .text h4 {
		font-size: 18px;
		line-height: 22px
	}
}

.newsroom-posts__flex>a .newsroom-post .newsroom-post__content .newsroom-learn-more {
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #000;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94)
}

.newsroom-posts__flex>a .newsroom-post .newsroom-post__content .newsroom-learn-more:hover {
	color: #485fe0
}

.newsroom-posts__flex>a .newsroom-post .newsroom-post__content .newsroom-learn-more svg {
	margin-left: 12px
}

.newsroom-posts__flex>a:hover .newsroom-post .newsroom-post__thumbnail img.thumbnail {
	transform: scale(1.05)
}

.newsroom-posts__flex>a:hover .newsroom-post .newsroom-post__thumbnail img.svg {
	opacity: 0
}

.newsroom-posts__flex>a:hover .newsroom-post .newsroom-post__thumbnail:after {
	background-color: #485fe0
}

.newsroom-posts__flex>a:hover .newsroom-post .newsroom-post__content h4 {
	color: #485fe0
}

.newsroom-posts__flex>a:hover .newsroom-post .newsroom-post__content .newsroom-learn-more {
	color: #485fe0
}

.single-newsroom .hero-section {
	height: 320px
}

.single-newsroom .hero-section .container {
	max-width: 1030px
}

.single-newsroom .hero-section .container .container-inner {
	position: relative;
	max-width: 830px;
	margin: 0 auto
}

.single-newsroom .hero-section .container .container-inner .hero-wrap {
	max-width: 100%
}

@media screen and (max-width:768px) {
	.single-newsroom .hero-section .container .container-inner .hero-wrap h1 {
		font-size: 42px;
		line-height: 48px
	}
}

@media screen and (max-width:480px) {
	.single-newsroom .hero-section .container .container-inner .hero-wrap h1 {
		font-size: 36px;
		line-height: 42px
	}
}

.single-newsroom .hero-section .container .container-inner .hero-wrap .meta-share {
	font-size: 18px;
	line-height: 34px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.single-newsroom .hero-section .container .container-inner .hero-wrap .meta-share .share {
	margin-right: -100px
}

@media screen and (max-width:1024px) {
	.single-newsroom .hero-section .container .container-inner .hero-wrap .meta-share .share {
		margin-right: 0
	}
}

.single-newsroom .hero-section .container .container-inner .hero-wrap .meta-share .share .text {
	text-align: left;
	margin-right: 12px;
	line-height: 38px
}

.single-newsroom .hero-section .container .container-inner .hero-wrap .meta-share .share .sharelink {
	width: 36px;
	height: 36px;
	float: right;
	margin-left: 8px;
	background-color: #485fe0;
	border-radius: 4px;
	cursor: pointer
}

.single-newsroom .hero-section .container .container-inner .hero-wrap .meta-share .share .sharelink:hover {
	background-color: #30409c
}

.single-newsroom .hero-section .container .container-inner .hero-wrap .meta-share .share .facebook {
	padding: 5px 14px
}

.single-newsroom .hero-section .container .container-inner .hero-wrap .meta-share .share .twitter {
	padding: 3px 11px
}

.single-newsroom .hero-section .container .container-inner .hero-wrap .meta-share .share .linkedin {
	padding: 4px 10px
}

.single-newsroom .hero-section .container .container-inner .hero-mask {
	position: absolute;
	top: 90px;
	right: -310px
}

.single-newsroom .hero-section .container .container-inner .hero-mask svg {
	width: 90%
}

.single-newsroom .content-gray {
	margin-top: 0 !important;
	background-color: transparent !important
}

.single-newsroom .content-gray:before {
	top: 150px !important
}

.single-newsroom .content-gray .containercover {
	background: linear-gradient(180deg, transparent 160px, #f9f9f9 160px)
}

.single-newsroom .content-gray .containercover .container .big-img {
	max-width: 1030px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 100px
}

.single-newsroom .content-gray .containercover .container .big-img img {
	width: 100%
}

@media screen and (max-width:1024px) {
	.single-newsroom .content-gray .containercover .container .big-img {
		max-width: 100%;
		margin: 0 30px
	}
}

@media screen and (max-width:768px) {
	.single-newsroom .content-gray .containercover .container .big-img {
		max-width: 100%;
		margin: 0 15px
	}
}

@media screen and (max-width:768px) {
	.single-newsroom .content-gray .containercover .container .big-img img {
		max-height: 420px
	}
}

@media screen and (max-width:480px) {
	.single-newsroom .content-gray .containercover .container .big-img img {
		max-height: 220px
	}
}

.single-newsroom .content-gray .containercover .container .container-inner {
	position: relative;
	max-width: 830px;
	margin: 0 auto
}

@media screen and (max-width:768px) {
	.single-newsroom .content-gray .containercover .container .container-inner {
		margin: 0 15px
	}
}

.single-newsroom .content-gray .containercover .container .container-inner.newsroom-content {
	padding-bottom: 120px
}

.single-newsroom .content-gray .containercover .container .container-inner.newsroom-content .intro-text {
	font-size: 22px;
	line-height: 34px;
	text-align: left;
	margin-bottom: 32px
}

@media screen and (max-width:768px) {
	.single-newsroom .content-gray .containercover .container .container-inner.newsroom-content .intro-text {
		margin-top: 40px
	}
}

@media screen and (max-width:480px) {
	.single-newsroom .content-gray .containercover .container .container-inner.newsroom-content .intro-text {
		line-height: 30px
	}
}

.single-newsroom .content-gray .containercover .container .container-inner.newsroom-content h4 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 6px;
	line-height: 26px;
	margin-top: 60px
}

@media screen and (max-width:768px) {
	.single-newsroom .content-gray .containercover .container .container-inner.newsroom-content h4 {
		margin-top: 20px
	}
}

.single-newsroom .content-gray .containercover .container .container-inner.newsroom-content p {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 26px
}

.single-newsroom .content-gray .containercover .container .container-inner.newsroom-content ul {
	padding-left: 50px;
	margin-top: 12px
}

@media screen and (max-width:480px) {
	.single-newsroom .content-gray .containercover .container .container-inner.newsroom-content ul {
		padding-left: 30px
	}
}

.single-newsroom .content-gray .containercover .container .container-inner.newsroom-content ul li {
	font-size: 18px;
	line-height: 40px;
	position: relative
}

@media screen and (max-width:480px) {
	.single-newsroom .content-gray .containercover .container .container-inner.newsroom-content ul li {
		line-height: 30px
	}
}

.single-newsroom .content-gray .containercover .container .container-inner.newsroom-content ul li:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #485fe0;
	position: absolute;
	top: 14px;
	left: -16px
}

@media screen and (max-width:480px) {
	.single-newsroom .content-gray .containercover .container .container-inner.newsroom-content ul li:before {
		top: 9px
	}
}

.single-newsroom .content-gray .containercover .container .container-inner.newsroom-content a {
	border-bottom: 1px solid #485fe0;
	color: inherit
}

.single-newsroom .content-gray .containercover .container .container-inner.newsroom-content a:hover {
	color: #485fe0
}

.nextdata .item-bottom {
	justify-content: left
}

.nextdata .item-bottom a {
	margin-bottom: 20px;
	margin-right: 20px
}

.nextdata .item-bottom a .post-type-post__thumbnail:after {
	background-color: transparent !important
}

.nextdata .item-bottom a .post-type-post__thumbnail:hover:after {
	background-color: #485fe0 !important
}

.newsloadmore {
	margin-top: 40px
}

.relatedcases3 .post-type-posts__flex a:hover .post-type-post__content h4 {
	color: #485fe0
}

.relatedcases3 .post-type-posts__flex a:hover .post-type-post__content .post-type-learn-more {
	color: #485fe0
}

.post-type-posts {
	max-width: 1030px;
	margin: 0 auto;
	padding-bottom: 120px
}

@media screen and (max-width:1060px) {
	.post-type-posts {
		padding-right: 15px;
		padding-left: 15px
	}
}

.post-type-posts__top {
	padding: 132px 0 40px
}

.post-type-posts__top h3 {
	width: 100%;
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	letter-spacing: -.5px
}

.post-type-posts__flex {
	display: flex;
	justify-content: space-between
}

@media screen and (max-width:820px) {
	.post-type-posts__flex {
		display: block
	}
}

.post-type-posts__flex>a {
	cursor: default;
	flex: 0 0 calc(33.333333% - 14px)
}

@media screen and (max-width:820px) {
	.post-type-posts__flex>a {
		flex: 100%;
		display: block;
		margin-bottom: 20px
	}
}

.post-type-posts__flex>a .post-type-post {
	background-color: #f9f9f9;
	overflow: hidden;
	border-radius: 10px
}

.post-type-posts__flex>a .post-type-post.white-bg {
	background-color: #fff
}

.post-type-posts__flex>a .post-type-post .post-type-post__thumbnail {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.post-type-posts__flex>a .post-type-post .post-type-post__thumbnail img.thumbnail {
	width: 100%;
	height: 183px;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
	transition: transform .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer
}

.post-type-posts__flex>a .post-type-post .post-type-post__thumbnail img.svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	opacity: 1;
	will-change: opacity;
	transition: opacity .2s cubic-bezier(.38, .11, .24, .94)
}

.post-type-posts__flex>a .post-type-post .post-type-post__thumbnail:after {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	transition: background-color .2s cubic-bezier(.38, .11, .24, .94);
	content: "";
	opacity: 50%;
	will-change: background-color;
	cursor: pointer;
	z-index: 9
}

.post-type-posts__flex>a .post-type-post .post-type-post__content {
	padding: 30px 30px 36px;
	min-height: 270px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

@media screen and (max-width:820px) {
	.post-type-posts__flex>a .post-type-post .post-type-post__content {
		min-height: 260px
	}
}

@media screen and (max-width:480px) {
	.post-type-posts__flex>a .post-type-post .post-type-post__content {
		padding: 20px 20px 36px;
		min-height: 200px
	}
}

.post-type-posts__flex>a .post-type-post .post-type-post__content h4 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 12px;
	line-height: 26px
}

@media screen and (max-width:768px) {
	.post-type-posts__flex>a .post-type-post .post-type-post__content h4 {
		font-size: 18px;
		line-height: 22px
	}
}

.post-type-posts__flex>a .post-type-post .post-type-post__content .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.post-type-posts__flex>a .post-type-post .post-type-post__content .text .category {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94);
	height: 14px
}

.post-type-posts__flex>a .post-type-post .post-type-post__content .post-type-learn-more {
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #000;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94)
}

.post-type-posts__flex>a .post-type-post .post-type-post__content .post-type-learn-more:hover {
	color: #485fe0
}

.post-type-posts__flex>a .post-type-post .post-type-post__content .post-type-learn-more svg {
	margin-left: 12px
}

.post-type-posts__flex>a:hover .post-type-post .post-type-post__thumbnail img.thumbnail {
	transform: scale(1.05)
}

.post-type-posts__flex>a:hover .post-type-post .post-type-post__thumbnail img.svg {
	opacity: 0
}

.post-type-posts__flex>a:hover .post-type-post .post-type-post__thumbnail:after {
	background-color: #485fe0
}

.post-type-posts.post-type-posts-2 .post-type-posts__flex>a {
	cursor: default;
	flex: 0 0 calc(50% - 14px)
}

.post-type-posts.post-type-posts-2 .post-type-posts__flex>a .post-type-post__thumbnail {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.post-type-posts.post-type-posts-2 .post-type-posts__flex>a .post-type-post__thumbnail img.thumbnail {
	height: 340px
}

@media screen and (max-width:820px) {
	.post-type-posts.post-type-posts-2 .post-type-posts__flex>a .post-type-post__thumbnail img.thumbnail {
		height: 220px
	}
}

.post-type-posts.post-type-posts-2 .post-type-posts__flex>a .post-type-post__content h4 {
	font-size: 30px;
	line-height: 36px
}

@media screen and (max-width:820px) {
	.post-type-posts.post-type-posts-2 .post-type-posts__flex>a .post-type-post__content h4 {
		font-size: 22px;
		line-height: 26px
	}
}

.post-type-posts.post-type-posts-2 .post-type-posts__flex>a:hover .post-type-post__content h4 {
	color: #485fe0
}

.post-type-posts.post-type-posts-2 .post-type-posts__flex>a:hover .post-type-learn-more {
	color: #485fe0
}

.events-posts-more.big .bigblockcover {
	flex: 0 0 100%
}

.post-type-archive-events .content-gray {
	margin-top: 0 !important;
	background-color: transparent !important
}

.post-type-archive-events .content-gray:before {
	top: 150px !important
}

.post-type-archive-events .content-gray .containercover {
	background: linear-gradient(180deg, transparent 8%, #f9f9f9 8%)
}

.events-posts-more {
	max-width: 1030px;
	margin: 0 auto
}

@media screen and (max-width:1060px) {
	.events-posts-more {
		padding-right: 15px;
		padding-left: 15px
	}
}

.events-posts-more__top {
	padding: 80px 0 40px
}

.events-posts-more__top h3 {
	width: 100%;
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	letter-spacing: -.5px
}

.events-posts-more__top h4 {
	width: 100%;
	font-weight: 900;
	font-size: 18px;
	text-align: center;
	letter-spacing: -.5px
}

.events-posts-more__flex {
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap
}

.events-posts-more__flex>a {
	cursor: default;
	width: calc(33.333333% - 14px);
	margin-bottom: 20px;
	margin-right: 21px
}

.events-posts-more__flex>a:nth-child(3n) {
	margin-right: 0
}

@media screen and (max-width:768px) {
	.events-posts-more__flex>a {
		flex: calc(50% - 14px)
	}

	.events-posts-more__flex>a:nth-child(3n) {
		margin-right: 18px
	}

	.events-posts-more__flex>a:nth-child(2n) {
		margin-right: 0
	}
}

@media screen and (max-width:480px) {
	.events-posts-more__flex>a {
		flex: 100%
	}

	.events-posts-more__flex>a:nth-child(1n) {
		margin-right: 0
	}

	.events-posts-more__flex>a:nth-child(2n) {
		margin-right: 0
	}

	.events-posts-more__flex>a:nth-child(3n) {
		margin-right: 0
	}
}

.events-posts-more__flex>a .events-post {
	background-color: #fff;
	overflow: hidden;
	border-radius: 10px
}

.events-posts-more__flex>a .events-post .events-post__thumbnail {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.events-posts-more__flex>a .events-post .events-post__thumbnail img.thumbnail {
	width: 100%;
	height: 183px;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
	transition: transform .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer
}

.events-posts-more__flex>a .events-post .events-post__thumbnail img.svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	opacity: 1;
	will-change: opacity;
	transition: opacity .2s cubic-bezier(.38, .11, .24, .94)
}

.events-posts-more__flex>a .events-post .events-post__thumbnail:after {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	opacity: 50%;
	will-change: background-color;
	cursor: pointer;
	z-index: 9
}

.events-posts-more__flex>a .events-post .events-post__content {
	padding: 30px 30px 36px;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

@media screen and (max-width:820px) {
	.events-posts-more__flex>a .events-post .events-post__content {
		min-height: 260px
	}
}

@media screen and (max-width:480px) {
	.events-posts-more__flex>a .events-post .events-post__content {
		padding: 20px 20px 36px;
		min-height: 200px
	}
}

.events-posts-more__flex>a .events-post .events-post__content .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.events-posts-more__flex>a .events-post .events-post__content .text h4 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94);
	line-height: 26px;
	margin-bottom: 10px
}

@media screen and (max-width:768px) {
	.events-posts-more__flex>a .events-post .events-post__content .text h4 {
		font-size: 18px;
		line-height: 22px
	}
}

.events-posts-more__flex>a .events-post .events-post__content .text .bullet {
	color: #000;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94)
}

.events-posts-more__flex>a .events-post .events-post__content .text .bullet span {
	width: 80px;
	display: block;
	float: left;
	color: #485fe0;
	font-weight: 700
}

.events-posts-more__flex>a .events-post .events-post__content .text .buttoncover {
	padding-left: 0
}

.events-posts-more__flex>a .events-post .events-post__content .events-learn-more {
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #000;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94)
}

.events-posts-more__flex>a .events-post .events-post__content .events-learn-more:hover {
	color: #485fe0
}

.events-posts-more__flex>a .events-post .events-post__content .events-learn-more svg {
	margin-left: 12px
}

.events-posts-more__flex>a:hover .events-post .events-post__thumbnail img.thumbnail {
	transform: scale(1.05)
}

.events-posts-more__flex>a:hover .events-post .events-post__thumbnail img.svg {
	opacity: 0
}

.events-posts-more__flex>a:hover .events-post .events-post__thumbnail:after {
	background-color: #485fe0
}

.events-posts-more__flex .item-big {
	background: #fff;
	border-radius: 10px;
	position: relative;
	max-width: 1030px;
	width: 100%;
	cursor: default;
	display: flex;
	overflow: hidden;
	min-height: 400px
}

@media screen and (max-width:1000px) {
	.events-posts-more__flex .item-big {
		min-height: 280px
	}
}

@media screen and (max-width:620px) {
	.events-posts-more__flex .item-big {
		flex-direction: column-reverse
	}
}

.events-posts-more__flex .item-big__content {
	padding: 50px 35px 14px 50px
}

@media screen and (max-width:1000px) {
	.events-posts-more__flex .item-big__content {
		padding: 35px 24px 7px 35px
	}
}

@media screen and (max-width:768px) {
	.events-posts-more__flex .item-big__content {
		padding: 24px 12px 12px 24px
	}
}

@media screen and (max-width:620px) {
	.events-posts-more__flex .item-big__content {
		padding: 30px
	}
}

@media screen and (max-width:480px) {
	.events-posts-more__flex .item-big__content {
		padding: 24px 15px
	}
}

.events-posts-more__flex .item-big__content .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.events-posts-more__flex .item-big__content .text h4 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 12px;
	line-height: 26px
}

@media screen and (max-width:768px) {
	.events-posts-more__flex .item-big__content .text h4 {
		font-size: 18px;
		line-height: 22px
	}
}

.events-posts-more__flex .item-big__content .text .bullet {
	color: #000;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94)
}

.events-posts-more__flex .item-big__content .text .bullet span {
	width: 80px;
	display: block;
	float: left;
	color: #485fe0;
	font-weight: 700
}

.events-posts-more__flex .item-big__content .text .desc {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-top: 12px;
	margin-bottom: 20px
}

.events-posts-more__flex .item-big__content .text .events-learn-more {
	padding-right: 15px;
	padding-left: 15px
}

@media screen and (max-width:480px) {
	.events-posts-more__flex .item-big__content .text .events-learn-more {
		width: 100%
	}
}

.events-posts-more__flex .item-big__thumbnail {
	flex: 0 0 600px;
	overflow: hidden;
	position: relative
}

@media screen and (max-width:1000px) {
	.events-posts-more__flex .item-big__thumbnail {
		flex: 0 0 320px
	}
}

@media screen and (max-width:620px) {
	.events-posts-more__flex .item-big__thumbnail {
		flex: 0 0 200px
	}
}

@media screen and (max-width:420px) {
	.events-posts-more__flex .item-big__thumbnail {
		flex: 0 0 160px
	}
}

@media screen and (max-width:380px) {
	.events-posts-more__flex .item-big__thumbnail {
		flex: 0 0 140px
	}
}

.events-posts-more__flex .item-big__thumbnail img.thumbnail {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
	transition: transform .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer
}

.events-posts-more__flex .item-big__thumbnail img.svg {
	filter: brightness(0) invert(1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.4);
	z-index: 20;
	opacity: 1;
	will-change: opacity;
	transition: opacity .2s cubic-bezier(.38, .11, .24, .94)
}

@media screen and (max-width:620px) {
	.events-posts-more__flex .item-big__thumbnail img.svg {
		transform: translate(-50%, -50%) scale(1)
	}
}

.events-posts-more__flex .item-big__thumbnail:before {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color .2s cubic-bezier(.38, .11, .24, .94);
	content: "";
	opacity: 50%;
	will-change: background-color;
	cursor: pointer;
	z-index: 9
}

.events-posts-more__flex .item-big__thumbnail:after {
	background-color: #fff;
	content: "";
	position: absolute;
	top: -100px;
	left: -66px;
	width: 100px;
	height: calc(100% + 200px);
	z-index: 20;
	transform: rotate(10deg)
}

@media screen and (max-width:620px) {
	.events-posts-more__flex .item-big__thumbnail:after {
		display: none
	}
}

.events-posts-more__flex .item-big:hover h2 {
	color: #485fe0
}

.events-posts-more__flex .item-big:hover img.thumbnail {
	transform: scale(1.05)
}

.events-posts-more__flex .item-big:hover img.svg {
	opacity: 0
}

.events-posts-more__flex .item-big:hover .product__thumbnail:before {
	background-color: #485fe0
}

.events-posts-more__flex>.blog-newsletter {
	cursor: default;
	flex: 0 0 calc(33.333333% - 14px)
}

@media screen and (max-width:768px) {
	.events-posts-more__flex>.blog-newsletter {
		flex: 100%
	}
}

.events-posts-more__flex>.blog-newsletter .newsletter-cover {
	background-color: #485fe0;
	overflow: hidden;
	border-radius: 10px
}

.events-posts-more__flex>.blog-newsletter .newsletter-cover .events-post__thumbnail {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.events-posts-more__flex>.blog-newsletter .newsletter-cover .events-post__thumbnail .svgcover {
	width: 100%;
	height: 183px;
	transition: transform .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer;
	display: flex;
	align-items: flex-end;
	margin-left: 30px
}

.events-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content {
	padding: 30px 30px 36px;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.events-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.events-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content .text .category {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94);
	opacity: 0;
	height: 14px
}

.events-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content .text h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 8px;
	line-height: 26px
}

@media screen and (max-width:768px) {
	.events-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content .text h4 {
		font-size: 18px;
		line-height: 22px
	}
}

.events-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content .text .desc {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px
}

@media screen and (max-width:768px) {
	.events-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content .text .desc {
		font-size: 16px;
		line-height: 18px
	}
}

.events-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content form .form-group {
	position: relative;
	line-height: 0;
	display: flex;
	align-items: center;
	margin-top: 12px
}

.events-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content form .form-group input[type=email] {
	height: 46px;
	width: 70px;
	flex: 1;
	border: 0;
	background-color: #2e3c8f;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	line-height: 1;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 1px 15px 0
}

.events-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content form .form-group input[type=email]:-ms-input-placeholder {
	color: #fff;
	line-height: 40px
}

.events-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content form .form-group input[type=email]::placeholder {
	color: #fff;
	line-height: 40px
}

.events-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content form .form-group .submit {
	width: 46px;
	height: 46px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #2e3c8f
}

.events-posts-more__flex>.blog-newsletter .newsletter-cover .newsletter-data__content form .form-group .submit input {
	visibility: hidden;
	opacity: 0;
	height: 0;
	width: 0;
	border: 0;
	position: absolute
}

.events-posts {
	max-width: 1030px;
	margin: 0 auto;
	padding-bottom: 120px
}

@media screen and (max-width:1060px) {
	.events-posts {
		padding-right: 15px;
		padding-left: 15px
	}
}

.events-posts__top {
	padding: 132px 0 40px
}

.events-posts__top h3 {
	width: 100%;
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	letter-spacing: -.5px
}

.events-posts__flex {
	display: flex;
	justify-content: space-between
}

@media screen and (max-width:820px) {
	.events-posts__flex {
		display: block
	}
}

.events-posts__flex>a {
	cursor: default;
	flex: 0 0 calc(33.333333% - 14px)
}

@media screen and (max-width:820px) {
	.events-posts__flex>a {
		flex: 100%;
		display: block;
		margin-bottom: 20px
	}
}

.events-posts__flex>a .events-post {
	background-color: #f9f9f9;
	overflow: hidden;
	border-radius: 10px
}

.events-posts__flex>a .events-post.white-bg {
	background-color: #fff
}

.events-posts__flex>a .events-post .events-post__thumbnail {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.events-posts__flex>a .events-post .events-post__thumbnail img.thumbnail {
	width: 100%;
	height: 183px;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
	transition: transform .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer
}

.events-posts__flex>a .events-post .events-post__thumbnail img.svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	opacity: 1;
	will-change: opacity;
	transition: opacity .2s cubic-bezier(.38, .11, .24, .94)
}

.events-posts__flex>a .events-post .events-post__thumbnail:after {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color .2s cubic-bezier(.38, .11, .24, .94);
	content: "";
	opacity: 50%;
	will-change: background-color;
	cursor: pointer;
	z-index: 9
}

.events-posts__flex>a .events-post .events-post__content {
	padding: 30px 30px 36px;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

@media screen and (max-width:820px) {
	.events-posts__flex>a .events-post .events-post__content {
		min-height: 260px
	}
}

@media screen and (max-width:480px) {
	.events-posts__flex>a .events-post .events-post__content {
		padding: 20px 20px 36px;
		min-height: 200px
	}
}

.events-posts__flex>a .events-post .events-post__content .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.events-posts__flex>a .events-post .events-post__content .text .category {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94);
	height: 14px
}

.events-posts__flex>a .events-post .events-post__content .text h4 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 12px;
	line-height: 26px
}

@media screen and (max-width:768px) {
	.events-posts__flex>a .events-post .events-post__content .text h4 {
		font-size: 18px;
		line-height: 22px
	}
}

.events-posts__flex>a .events-post .events-post__content .text .bullet {
	color: #000;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94)
}

.events-posts__flex>a .events-post .events-post__content .text .bullet span {
	width: 80px;
	display: block;
	float: left;
	color: #485fe0;
	font-weight: 700
}

.events-posts__flex>a .events-post .events-post__content .events-learn-more {
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #000;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94)
}

.events-posts__flex>a .events-post .events-post__content .events-learn-more:hover {
	color: #485fe0
}

.events-posts__flex>a .events-post .events-post__content .events-learn-more svg {
	margin-left: 12px
}

.events-posts__flex>a:hover .events-post .events-post__thumbnail img.thumbnail {
	transform: scale(1.05)
}

.events-posts__flex>a:hover .events-post .events-post__thumbnail img.svg {
	opacity: 0
}

.events-posts__flex>a:hover .events-post .events-post__thumbnail:after {
	background-color: #485fe0
}

.single-events .hero-section {
	height: 320px
}

.single-events .hero-section .container {
	max-width: 1030px
}

.single-events .hero-section .container .container-inner {
	position: relative;
	max-width: 830px;
	margin: 0 auto
}

.single-events .hero-section .container .container-inner .hero-wrap {
	max-width: 100%
}

@media screen and (max-width:768px) {
	.single-events .hero-section .container .container-inner .hero-wrap h1 {
		font-size: 42px;
		line-height: 48px
	}
}

@media screen and (max-width:480px) {
	.single-events .hero-section .container .container-inner .hero-wrap h1 {
		font-size: 36px;
		line-height: 42px
	}
}

.single-events .hero-section .container .container-inner .hero-wrap .meta-share {
	font-size: 18px;
	line-height: 34px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.single-events .hero-section .container .container-inner .hero-wrap .meta-share .share {
	margin-right: -100px
}

@media screen and (max-width:1024px) {
	.single-events .hero-section .container .container-inner .hero-wrap .meta-share .share {
		margin-right: 0
	}
}

.single-events .hero-section .container .container-inner .hero-wrap .meta-share .share .text {
	text-align: left;
	margin-right: 12px;
	line-height: 38px
}

.single-events .hero-section .container .container-inner .hero-wrap .meta-share .share .sharelink {
	width: 36px;
	height: 36px;
	float: right;
	margin-left: 8px;
	background-color: #485fe0;
	border-radius: 4px;
	cursor: pointer
}

.single-events .hero-section .container .container-inner .hero-wrap .meta-share .share .sharelink:hover {
	background-color: #30409c
}

.single-events .hero-section .container .container-inner .hero-wrap .meta-share .share .facebook {
	padding: 5px 14px
}

.single-events .hero-section .container .container-inner .hero-wrap .meta-share .share .twitter {
	padding: 3px 11px
}

.single-events .hero-section .container .container-inner .hero-wrap .meta-share .share .linkedin {
	padding: 4px 10px
}

.single-events .hero-section .container .container-inner .hero-mask {
	position: absolute;
	top: 90px;
	right: -310px
}

.single-events .hero-section .container .container-inner .hero-mask svg {
	width: 90%
}

.single-events .content-gray {
	margin-top: 0 !important;
	background-color: transparent !important
}

.single-events .content-gray:before {
	top: 150px !important
}

.single-events .content-gray .containercover {
	background: linear-gradient(180deg, transparent 160px, #f9f9f9 160px)
}

.single-events .content-gray .containercover .container .big-img {
	max-width: 1030px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 100px
}

@media screen and (max-width:1024px) {
	.single-events .content-gray .containercover .container .big-img {
		max-width: 100%;
		margin: 0 30px
	}
}

@media screen and (max-width:768px) {
	.single-events .content-gray .containercover .container .big-img {
		max-width: 100%;
		margin: 0 15px
	}
}

@media screen and (max-width:768px) {
	.single-events .content-gray .containercover .container .big-img img {
		max-height: 420px
	}
}

@media screen and (max-width:480px) {
	.single-events .content-gray .containercover .container .big-img img {
		max-height: 220px
	}
}

.single-events .content-gray .containercover .container .container-inner {
	position: relative;
	max-width: 830px;
	margin: 0 auto
}

@media screen and (max-width:768px) {
	.single-events .content-gray .containercover .container .container-inner {
		margin: 0 15px
	}
}

.single-events .content-gray .containercover .container .container-inner.events-content {
	padding-bottom: 120px
}

.single-events .content-gray .containercover .container .container-inner.events-content .intro-text {
	font-size: 22px;
	line-height: 34px;
	text-align: left;
	margin-bottom: 32px
}

@media screen and (max-width:768px) {
	.single-events .content-gray .containercover .container .container-inner.events-content .intro-text {
		margin-top: 40px
	}
}

@media screen and (max-width:480px) {
	.single-events .content-gray .containercover .container .container-inner.events-content .intro-text {
		line-height: 30px
	}
}

.single-events .content-gray .containercover .container .container-inner.events-content h4 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 6px;
	line-height: 26px;
	margin-top: 60px
}

@media screen and (max-width:768px) {
	.single-events .content-gray .containercover .container .container-inner.events-content h4 {
		margin-top: 20px
	}
}

.single-events .content-gray .containercover .container .container-inner.events-content p {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 10px
}

.single-events .content-gray .containercover .container .container-inner.events-content ul {
	padding-left: 50px;
	margin-top: 12px
}

@media screen and (max-width:480px) {
	.single-events .content-gray .containercover .container .container-inner.events-content ul {
		padding-left: 30px
	}
}

.single-events .content-gray .containercover .container .container-inner.events-content ul li {
	font-size: 18px;
	line-height: 40px;
	position: relative
}

@media screen and (max-width:480px) {
	.single-events .content-gray .containercover .container .container-inner.events-content ul li {
		line-height: 30px
	}
}

.single-events .content-gray .containercover .container .container-inner.events-content ul li:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #485fe0;
	position: absolute;
	top: 14px;
	left: -16px
}

@media screen and (max-width:480px) {
	.single-events .content-gray .containercover .container .container-inner.events-content ul li:before {
		top: 9px
	}
}

.single-partners-intro {
	padding-top: 56px;
	padding-bottom: 56px
}

.single-partners-intro h2 {
	font-size: 34px;
	line-height: 44px;
	max-width: 762px;
	margin: 0 auto 16px auto;
	text-align: center;
	letter-spacing: -.5px
}

.single-partners-intro p {
	font-size: 22px;
	line-height: 34px;
	max-width: 820px;
	margin: 0 auto;
	text-align: center
}

.partnercover a,
.partnercover h2,
.partnercover .thumbnail {
	cursor: default !important
}

.partnercover .product__thumbnail:before {
	cursor: default !important
}

.top_partners .title {
	padding-bottom: 8px;
	margin-bottom: 0
}

.top_partners .container {
	padding-top: 0
}

.top_partners img {
	max-width: 148px
}

.cases-posts-more.big .bigblockcover {
	flex: 0 0 100%
}

.post-type-archive-cases .content-gray {
	margin-top: 0 !important;
	background-color: transparent !important
}

.post-type-archive-cases .content-gray:before {
	top: 160px !important
}

@media screen and (max-width:2000px) {
	.post-type-archive-cases .content-gray:before {
		top: 80px !important
	}
}

@media screen and (max-width:1400px) {
	.post-type-archive-cases .content-gray:before {
		top: 80px !important
	}
}

@media screen and (max-width:1100px) {
	.post-type-archive-cases .content-gray:before {
		top: 2% !important
	}
}

.post-type-archive-cases .content-gray .containercover {
	background: linear-gradient(180deg, transparent 14%, #f9f9f9 14%)
}

.post-type-archive-cases .content-gray .containercover .cases-cover {
	padding-bottom: 80px
}

.post-type-archive-cases .content-gray .containercover .top_companies {
	padding-top: 100px
}

.post-type-archive-cases .content-gray .containercover .top_companies .container {
	padding: 28px 0 58px
}

.post-type-archive-cases .content-gray .containercover .top_companies h2 {
	font-size: 30px;
	line-height: 36px;
	max-width: 762px;
	margin: 0 auto 16px auto;
	text-align: center;
	letter-spacing: -.5px
}

.cases-posts-more {
	max-width: 1030px;
	margin: 0 auto
}

@media screen and (max-width:1060px) {
	.cases-posts-more {
		padding-right: 15px;
		padding-left: 15px
	}
}

.cases-posts-more__top {
	padding: 80px 0 40px
}

.cases-posts-more__top h3 {
	width: 100%;
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	letter-spacing: -.5px
}

.cases-posts-more__top h4 {
	width: 100%;
	font-weight: 900;
	font-size: 18px;
	text-align: center;
	letter-spacing: -.5px
}

.cases-posts-more__flex {
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap
}

.cases-posts-more__flex>a {
	cursor: default;
	width: calc(33.333333% - 14px);
	margin-bottom: 20px;
	margin-right: 21px
}

.cases-posts-more__flex>a:nth-child(3n) {
	margin-right: 0
}

@media screen and (max-width:768px) {
	.cases-posts-more__flex>a {
		flex: calc(50% - 14px)
	}

	.cases-posts-more__flex>a:nth-child(3n) {
		margin-right: 18px
	}

	.cases-posts-more__flex>a:nth-child(2n) {
		margin-right: 0
	}
}

@media screen and (max-width:480px) {
	.cases-posts-more__flex>a {
		flex: 100%
	}

	.cases-posts-more__flex>a:nth-child(1n) {
		margin-right: 0
	}

	.cases-posts-more__flex>a:nth-child(2n) {
		margin-right: 0
	}

	.cases-posts-more__flex>a:nth-child(3n) {
		margin-right: 0
	}
}

.cases-posts-more__flex>a .cases-post {
	background-color: #fff;
	overflow: hidden;
	border-radius: 10px
}

.cases-posts-more__flex>a .cases-post .cases-post__thumbnail {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.cases-posts-more__flex>a .cases-post .cases-post__thumbnail img.thumbnail {
	width: 100%;
	height: 183px;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
	transition: transform .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer
}

.cases-posts-more__flex>a .cases-post .cases-post__thumbnail img.svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	opacity: 1;
	will-change: opacity;
	transition: opacity .2s cubic-bezier(.38, .11, .24, .94)
}

.cases-posts-more__flex>a .cases-post .cases-post__thumbnail:after {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	content: "";
	opacity: 50%;
	will-change: background-color;
	cursor: pointer;
	z-index: 9
}

.cases-posts-more__flex>a .cases-post .cases-post__content {
	padding: 30px 30px 36px;
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

@media screen and (max-width:820px) {
	.cases-posts-more__flex>a .cases-post .cases-post__content {
		min-height: 240px
	}
}

@media screen and (max-width:480px) {
	.cases-posts-more__flex>a .cases-post .cases-post__content {
		padding: 20px 20px 36px;
		min-height: 200px
	}
}

.cases-posts-more__flex>a .cases-post .cases-post__content .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.cases-posts-more__flex>a .cases-post .cases-post__content .text .category {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94)
}

.cases-posts-more__flex>a .cases-post .cases-post__content .text h4 {
	color: #000;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94)
}

@media screen and (max-width:768px) {
	.cases-posts-more__flex>a .cases-post .cases-post__content .text h4 {
		font-size: 18px;
		line-height: 22px
	}
}

.cases-posts-more__flex>a .cases-post .cases-post__content .text .buttoncover {
	padding-left: 0
}

.cases-posts-more__flex>a .cases-post .cases-post__content .cases-learn-more {
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #000;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94)
}

.cases-posts-more__flex>a .cases-post .cases-post__content .cases-learn-more:hover {
	color: #485fe0
}

.cases-posts-more__flex>a .cases-post .cases-post__content .cases-learn-more svg {
	margin-left: 12px
}

.cases-posts-more__flex>a:hover .cases-post .cases-post__thumbnail img.thumbnail {
	transform: scale(1.05)
}

.cases-posts-more__flex>a:hover .cases-post .cases-post__thumbnail img.svg {
	opacity: 0
}

.cases-posts-more__flex>a:hover .cases-post .cases-post__thumbnail:after {
	background-color: #485fe0
}

.cases-posts-more__flex>a:hover .cases-post .cases-post__content .text h4 {
	color: #485fe0
}

.cases-posts-more__flex>a:hover .cases-post .cases-post__content .cases-learn-more {
	color: #485fe0
}

.cases-posts-more.cases-posts-more-2 .cases-posts-more__flex>a {
	cursor: default;
	flex: 0 0 calc(50% - 14px);
	margin-right: 28px
}

.cases-posts-more.cases-posts-more-2 .cases-posts-more__flex>a .cases-post__thumbnail {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.cases-posts-more.cases-posts-more-2 .cases-posts-more__flex>a .cases-post__thumbnail img.thumbnail {
	height: 340px
}

@media screen and (max-width:820px) {
	.cases-posts-more.cases-posts-more-2 .cases-posts-more__flex>a .cases-post__thumbnail img.thumbnail {
		height: 220px
	}
}

.cases-posts-more.cases-posts-more-2 .cases-posts-more__flex>a .cases-post__content h4 {
	font-size: 30px;
	line-height: 36px
}

@media screen and (max-width:820px) {
	.cases-posts-more.cases-posts-more-2 .cases-posts-more__flex>a .cases-post__content h4 {
		font-size: 22px;
		line-height: 26px
	}
}

@media screen and (max-width:480px) {
	.cases-posts-more.cases-posts-more-2 .cases-posts-more__flex>a .cases-post__content h4 {
		font-size: 18px;
		line-height: 22px
	}
}

.cases-posts-more.cases-posts-more-2 .cases-posts-more__flex>a:nth-child(2) {
	margin-right: 0
}

@media screen and (max-width:480px) {
	.cases-posts-more.cases-posts-more-2 .cases-posts-more__flex>a {
		flex: 100%;
		margin-right: 0
	}
}

.cases-posts-more .btwn-wrap {
	text-align: center;
	width: 100%
}

.cases-posts-more .btwn-wrap div {
	margin-bottom: 40px
}

.cases-posts {
	max-width: 1030px;
	margin: 0 auto;
	padding-bottom: 120px
}

@media screen and (max-width:1060px) {
	.cases-posts {
		padding-right: 15px;
		padding-left: 15px
	}
}

.cases-posts__top {
	padding: 132px 0 40px
}

.cases-posts__top h3 {
	width: 100%;
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	letter-spacing: -.5px
}

.cases-posts__flex {
	display: flex;
	justify-content: space-between
}

@media screen and (max-width:820px) {
	.cases-posts__flex {
		display: block
	}
}

.cases-posts__flex>a {
	cursor: default;
	flex: 0 0 calc(33.333333% - 14px)
}

@media screen and (max-width:820px) {
	.cases-posts__flex>a {
		flex: 100%;
		display: block;
		margin-bottom: 20px
	}
}

.cases-posts__flex>a .cases-post {
	background-color: #f9f9f9;
	overflow: hidden;
	border-radius: 10px
}

.cases-posts__flex>a .cases-post.white-bg {
	background-color: #fff
}

.cases-posts__flex>a .cases-post .cases-post__thumbnail {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.cases-posts__flex>a .cases-post .cases-post__thumbnail img.thumbnail {
	width: 100%;
	height: 183px;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
	transition: transform .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer
}

.cases-posts__flex>a .cases-post .cases-post__thumbnail img.svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	opacity: 1;
	will-change: opacity;
	transition: opacity .2s cubic-bezier(.38, .11, .24, .94)
}

.cases-posts__flex>a .cases-post .cases-post__thumbnail:after {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	transition: background-color .2s cubic-bezier(.38, .11, .24, .94);
	content: "";
	opacity: 50%;
	will-change: background-color;
	cursor: pointer;
	z-index: 9
}

.cases-posts__flex>a .cases-post .cases-post__content {
	padding: 30px 30px 36px;
	min-height: 270px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

@media screen and (max-width:820px) {
	.cases-posts__flex>a .cases-post .cases-post__content {
		min-height: 260px
	}
}

@media screen and (max-width:480px) {
	.cases-posts__flex>a .cases-post .cases-post__content {
		padding: 20px 20px 36px;
		min-height: 200px
	}
}

.cases-posts__flex>a .cases-post .cases-post__content .text {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.cases-posts__flex>a .cases-post .cases-post__content .text .category {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94);
	height: 14px
}

.cases-posts__flex>a .cases-post .cases-post__content .text h4 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 12px;
	line-height: 26px
}

@media screen and (max-width:768px) {
	.cases-posts__flex>a .cases-post .cases-post__content .text h4 {
		font-size: 18px;
		line-height: 22px
	}
}

.cases-posts__flex>a .cases-post .cases-post__content .cases-learn-more {
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #000;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94)
}

.cases-posts__flex>a .cases-post .cases-post__content .cases-learn-more:hover {
	color: #485fe0
}

.cases-posts__flex>a .cases-post .cases-post__content .cases-learn-more svg {
	margin-left: 12px
}

.cases-posts__flex>a:hover .cases-post .cases-post__thumbnail img.thumbnail {
	transform: scale(1.05)
}

.cases-posts__flex>a:hover .cases-post .cases-post__thumbnail img.svg {
	opacity: 0
}

.cases-posts__flex>a:hover .cases-post .cases-post__thumbnail:after {
	background-color: #485fe0
}

.single-cases .hero-section {
	height: 320px
}

.single-cases .hero-section .container {
	max-width: 1030px
}

.single-cases .hero-section .container .container-inner {
	position: relative;
	max-width: 830px;
	margin: 0 auto
}

.single-cases .hero-section .container .container-inner .hero-wrap {
	max-width: 100%
}

@media screen and (max-width:768px) {
	.single-cases .hero-section .container .container-inner .hero-wrap h1 {
		font-size: 42px;
		line-height: 48px
	}
}

@media screen and (max-width:480px) {
	.single-cases .hero-section .container .container-inner .hero-wrap h1 {
		font-size: 36px;
		line-height: 42px
	}
}

.single-cases .hero-section .container .container-inner .hero-wrap .meta-share {
	font-size: 18px;
	line-height: 34px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.single-cases .hero-section .container .container-inner .hero-wrap .meta-share .share {
	margin-right: -100px
}

@media screen and (max-width:1024px) {
	.single-cases .hero-section .container .container-inner .hero-wrap .meta-share .share {
		margin-right: 0
	}
}

.single-cases .hero-section .container .container-inner .hero-wrap .meta-share .share .text {
	text-align: left;
	margin-right: 12px;
	line-height: 38px
}

.single-cases .hero-section .container .container-inner .hero-wrap .meta-share .share .sharelink {
	width: 36px;
	height: 36px;
	float: right;
	margin-left: 8px;
	background-color: #485fe0;
	border-radius: 4px;
	cursor: pointer
}

.single-cases .hero-section .container .container-inner .hero-wrap .meta-share .share .sharelink:hover {
	background-color: #30409c
}

.single-cases .hero-section .container .container-inner .hero-wrap .meta-share .share .facebook {
	padding: 5px 14px
}

.single-cases .hero-section .container .container-inner .hero-wrap .meta-share .share .twitter {
	padding: 3px 11px
}

.single-cases .hero-section .container .container-inner .hero-wrap .meta-share .share .linkedin {
	padding: 4px 10px
}

.single-cases .hero-section .container .container-inner .hero-mask {
	position: absolute;
	top: 90px;
	right: -310px
}

.single-cases .hero-section .container .container-inner .hero-mask svg {
	width: 90%
}

.single-cases .content-gray {
	margin-top: 0 !important
}

.single-cases .content-gray:before {
	top: 150px !important
}

.single-cases .content-gray.skew-top {
	background-color: transparent !important
}

.single-cases .content-gray.skew-top .containercover {
	background: linear-gradient(180deg, transparent 160px, #f9f9f9 160px)
}

.single-cases .content-gray .containercover .container .big-img {
	max-width: 1030px;
	margin: 0 auto;
	margin-bottom: 100px
}

.single-cases .content-gray .containercover .container .big-img .bigimginn {
	position: relative;
	border-radius: 10px;
	overflow: hidden
}

.single-cases .content-gray .containercover .container .big-img .bigimginn:before {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #181440;
	transition: background-color .2s cubic-bezier(.38, .11, .24, .94);
	content: "";
	opacity: 50%;
	will-change: background-color;
	cursor: pointer;
	z-index: 9
}

.single-cases .content-gray .containercover .container .big-img .bigimginn .svg {
	position: absolute;
	width: 280px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	opacity: 1;
	will-change: opacity;
	transition: opacity .2s cubic-bezier(.38, .11, .24, .94)
}

@media screen and (max-width:480px) {
	.single-cases .content-gray .containercover .container .big-img .bigimginn .svg {
		width: 160px
	}
}

.single-cases .content-gray .containercover .container .big-img img {
	width: 100%
}

.single-cases .content-gray .containercover .container .big-img .meta {
	display: flex;
	padding: 20px 0
}

.single-cases .content-gray .containercover .container .big-img .meta .metacol {
	flex: 0 0 auto;
	width: 24%
}

@media screen and (max-width:480px) {
	.single-cases .content-gray .containercover .container .big-img .meta .metacol {
		width: 33%
	}
}

.single-cases .content-gray .containercover .container .big-img .meta .metacol .tag {
	line-height: 22px;
	position: relative;
	padding-left: 10px
}

.single-cases .content-gray .containercover .container .big-img .meta .metacol .tag svg {
	top: -2px;
	left: 0;
	position: absolute
}

.single-cases .content-gray .containercover .container .big-img .meta .metacol .val {
	line-height: 22px;
	padding-left: 10px;
	color: #485fe0;
	font-weight: 700
}

@media screen and (max-width:1024px) {
	.single-cases .content-gray .containercover .container .big-img {
		max-width: 100%;
		margin: 0 30px
	}
}

@media screen and (max-width:768px) {
	.single-cases .content-gray .containercover .container .big-img {
		max-width: 100%;
		margin: 0 15px
	}
}

@media screen and (max-width:768px) {
	.single-cases .content-gray .containercover .container .big-img img {
		max-height: 420px
	}
}

@media screen and (max-width:480px) {
	.single-cases .content-gray .containercover .container .big-img img {
		max-height: 220px
	}
}

.single-cases .content-gray .containercover .container .container-inner {
	position: relative;
	max-width: 830px;
	margin: 0 auto
}

@media screen and (max-width:768px) {
	.single-cases .content-gray .containercover .container .container-inner {
		margin: 0 15px
	}
}

.single-cases .content-gray .containercover .container .container-inner.cases-content {
	padding-bottom: 20px
}

.single-cases .content-gray .containercover .container .container-inner.cases-content .intro-text {
	font-size: 22px;
	line-height: 34px;
	text-align: left;
	margin-bottom: 32px
}

@media screen and (max-width:768px) {
	.single-cases .content-gray .containercover .container .container-inner.cases-content .intro-text {
		margin-top: 40px
	}
}

@media screen and (max-width:480px) {
	.single-cases .content-gray .containercover .container .container-inner.cases-content .intro-text {
		line-height: 30px
	}
}

.single-cases .content-gray .containercover .container .container-inner.cases-content h4 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 6px;
	line-height: 26px;
	padding-top: 60px
}

@media screen and (max-width:768px) {
	.single-cases .content-gray .containercover .container .container-inner.cases-content h4 {
		margin-top: 20px
	}
}

.single-cases .content-gray .containercover .container .container-inner.cases-content p {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 10px
}

.single-cases .content-gray .containercover .container .container-inner.cases-content ul {
	padding-left: 50px;
	margin-top: 12px
}

@media screen and (max-width:480px) {
	.single-cases .content-gray .containercover .container .container-inner.cases-content ul {
		padding-left: 30px
	}
}

.single-cases .content-gray .containercover .container .container-inner.cases-content ul li {
	font-size: 18px;
	line-height: 40px;
	position: relative
}

@media screen and (max-width:480px) {
	.single-cases .content-gray .containercover .container .container-inner.cases-content ul li {
		line-height: 30px
	}
}

.single-cases .content-gray .containercover .container .container-inner.cases-content ul li:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #485fe0;
	position: absolute;
	top: 14px;
	left: -16px
}

@media screen and (max-width:480px) {
	.single-cases .content-gray .containercover .container .container-inner.cases-content ul li:before {
		top: 9px
	}
}

.single-cases .content-gray .containercover .container .container-inner.cases-content img {
	max-width: 100%;
	height: auto
}

.single-cases .content-gray.lastgrey {
	padding-bottom: 90px
}

.single-cases .blue-pill-cta-container {
	padding: 100px 0
}

.content-white h4 {
	color: #000;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	cursor: pointer;
	transition: all .2s cubic-bezier(.38, .11, .24, .94)
}

.testimonial-cover {
	padding: 90px 0
}

@media screen and (max-width:480px) {
	.testimonial-cover {
		padding: 70px 15px
	}
}

.testimonial-cover .cases-content {
	max-width: 1030px;
	margin: auto
}

.testimonial-cover .cases-content h4 {
	font-size: 34px;
	line-height: 44px;
	font-weight: 600;
	color: #485fe0;
	font-family: "Wigrum", sans-serif
}

@media screen and (max-width:480px) {
	.testimonial-cover .cases-content h4 {
		font-size: 24px;
		line-height: 29px
	}
}

.testimonial-cover .cases-content .testimonial-author {
	font-size: 18px;
	line-height: 34px;
	font-weight: 400;
	color: #485fe0
}

.nextdata .item-bottom {
	justify-content: left
}

.nextdata .item-bottom a {
	margin-bottom: 20px;
	margin-right: 20px
}

.nextdata .item-bottom a .post-type-post__thumbnail:after {
	background-color: transparent !important
}

.nextdata .item-bottom a .post-type-post__thumbnail:hover:after {
	background-color: #485fe0 !important
}

.nextdata .item-bottom a:hover .post-type-post__thumbnail:after {
	background-color: #485fe0 !important
}

.nextdata .item-bottom a:hover .post-type-post__content h4 {
	color: #485fe0
}

.nextdata .item-bottom a:hover .post-type-post__content .post-type-learn-more {
	color: #485fe0
}

.casesloadmore {
	margin-top: 40px
}

.archive-markets-content-gray {
	margin-top: 106px;
	margin-top: 7vw
}

.archive-markets {
	padding-top: 34px;
	padding-bottom: 120px;
	max-width: 1030px;
	margin: 0 auto
}

.archive-markets__overview {
	display: block
}

.archive-markets__overview>a {
	cursor: default;
	width: calc(33.33% - 14px);
	display: inline-block;
	margin-bottom: 14px;
	margin-right: 14px
}

.archive-markets__overview>a:nth-child(3n) {
	margin-right: 0
}

@media screen and (max-width:768px) {
	.archive-markets__overview>a {
		width: calc(50% - 14px)
	}

	.archive-markets__overview>a:nth-child(3n) {
		margin-right: 14px
	}

	.archive-markets__overview>a:nth-child(2n) {
		margin-right: 0
	}
}

@media screen and (max-width:520px) {
	.archive-markets__overview>a {
		width: 100%;
		margin-right: 0
	}
}

.archive-markets__overview .market {
	background: #fff;
	border-radius: 10px;
	position: relative;
	max-width: 1030px;
	width: 100%;
	cursor: default;
	overflow: hidden;
	min-height: 185px
}

.archive-markets__overview .market__content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center
}

.archive-markets__overview .market__content h2 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	transition: all .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer;
	letter-spacing: -.5px
}

@media screen and (max-width:480px) {
	.archive-markets__overview .market__content h2 {
		font-size: 26px
	}
}

.archive-markets__overview .market__thumbnail {
	flex: 0 0 456px;
	overflow: hidden;
	position: relative;
	height: 185px
}

.archive-markets__overview .market__thumbnail img.thumbnail {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
	transition: transform .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer
}

.archive-markets__overview .market__thumbnail:before {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	transition: background-color .2s cubic-bezier(.38, .11, .24, .94);
	content: "";
	opacity: 50%;
	will-change: background-color;
	cursor: pointer;
	z-index: 9
}

.archive-markets__overview .market:hover h2 {
	color: #fff
}

.archive-markets__overview .market:hover img.thumbnail {
	transform: scale(1.05)
}

.archive-markets__overview .market:hover img.svg {
	opacity: 0
}

.archive-markets__overview .market:hover .market__thumbnail:before {
	background-color: #485fe0
}

.archive-markets__overview>a:nth-of-type(even) .market {
	flex-direction: row-reverse
}

@media screen and (max-width:620px) {
	.archive-markets__overview>a:nth-of-type(even) .market {
		flex-direction: column-reverse
	}
}

.archive-markets__overview>a:nth-of-type(even) .market .market__thumbnail:after {
	right: -66px;
	left: auto;
	transform: rotate(-10deg)
}

.single-markets .hero-section {
	height: 280px
}

.single-markets .hero-section .container {
	max-width: 1240px
}

.single-markets .hero-section .container .container-inner {
	position: relative;
	width: 100%
}

.single-markets .hero-section .container .container-inner .hero-wrap {
	max-width: 100%
}

@media screen and (max-width:768px) {
	.single-markets .hero-section .container .container-inner .hero-wrap h1 {
		font-size: 42px;
		line-height: 48px
	}
}

@media screen and (max-width:480px) {
	.single-markets .hero-section .container .container-inner .hero-wrap h1 {
		font-size: 36px;
		line-height: 42px
	}
}

.single-markets .hero-section .container .container-inner .hero-mask {
	position: absolute;
	top: 120px;
	right: -10%
}

.single-markets .hero-section .container .container-inner .hero-mask svg {
	width: 90%
}

.single-markets .content-gray {
	margin-top: 0 !important
}

.single-markets .content-gray:before {
	top: 150px !important
}

.single-markets .content-gray.skew-top {
	background-color: transparent !important
}

.single-markets .content-gray.skew-top .containercover {
	background: linear-gradient(180deg, transparent 160px, #f9f9f9 160px)
}

.single-markets .content-gray .containercover .container .big-img {
	max-width: 1030px;
	margin: 0 auto;
	margin-bottom: 100px
}

.single-markets .content-gray .containercover .container .big-img .bigimginn {
	position: relative;
	border-radius: 10px;
	overflow: hidden
}

.single-markets .content-gray .containercover .container .big-img img {
	width: 100%
}

.single-markets .content-gray .containercover .container .big-img .meta {
	display: flex;
	padding: 10px 0
}

.single-markets .content-gray .containercover .container .big-img .meta .metacol {
	flex: 0 0 auto;
	width: 24%
}

@media screen and (max-width:480px) {
	.single-markets .content-gray .containercover .container .big-img .meta .metacol {
		width: 33%
	}
}

.single-markets .content-gray .containercover .container .big-img .meta .metacol .tag {
	line-height: 22px;
	position: relative;
	padding-left: 10px
}

.single-markets .content-gray .containercover .container .big-img .meta .metacol .tag svg {
	top: -2px;
	left: 0;
	position: absolute
}

.single-markets .content-gray .containercover .container .big-img .meta .metacol .val {
	line-height: 22px;
	padding-left: 10px;
	color: #485fe0;
	font-weight: 700
}

@media screen and (max-width:1024px) {
	.single-markets .content-gray .containercover .container .big-img {
		max-width: 100%;
		margin: 0 30px
	}
}

@media screen and (max-width:768px) {
	.single-markets .content-gray .containercover .container .big-img {
		max-width: 100%;
		margin: 0 15px
	}
}

@media screen and (max-width:768px) {
	.single-markets .content-gray .containercover .container .big-img img {
		max-height: 420px
	}
}

@media screen and (max-width:480px) {
	.single-markets .content-gray .containercover .container .big-img img {
		max-height: 220px
	}
}

.single-markets .content-gray .containercover .container .container-inner {
	position: relative;
	max-width: 830px;
	margin: 0 auto
}

@media screen and (max-width:768px) {
	.single-markets .content-gray .containercover .container .container-inner {
		margin: 0 15px
	}
}

.single-markets .content-gray .containercover .container .container-inner.cases-content {
	padding-bottom: 20px
}

.single-markets .content-gray .containercover .container .container-inner.cases-content .intro-text {
	font-size: 22px;
	line-height: 34px;
	text-align: left;
	margin-bottom: 32px
}

@media screen and (max-width:768px) {
	.single-markets .content-gray .containercover .container .container-inner.cases-content .intro-text {
		margin-top: 40px
	}
}

@media screen and (max-width:480px) {
	.single-markets .content-gray .containercover .container .container-inner.cases-content .intro-text {
		line-height: 30px
	}
}

.single-markets .content-gray .containercover .container .container-inner.cases-content h4 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 6px;
	line-height: 26px;
	padding-top: 60px
}

@media screen and (max-width:768px) {
	.single-markets .content-gray .containercover .container .container-inner.cases-content h4 {
		margin-top: 20px
	}
}

.single-markets .content-gray .containercover .container .container-inner.cases-content p {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 10px
}

.single-markets .content-gray .containercover .container .container-inner.cases-content ul {
	padding-left: 50px;
	margin-top: 12px
}

@media screen and (max-width:480px) {
	.single-markets .content-gray .containercover .container .container-inner.cases-content ul {
		padding-left: 30px
	}
}

.single-markets .content-gray .containercover .container .container-inner.cases-content ul li {
	font-size: 18px;
	line-height: 40px;
	position: relative
}

@media screen and (max-width:480px) {
	.single-markets .content-gray .containercover .container .container-inner.cases-content ul li {
		line-height: 30px
	}
}

.single-markets .content-gray .containercover .container .container-inner.cases-content ul li:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #485fe0;
	position: absolute;
	top: 14px;
	left: -16px
}

@media screen and (max-width:480px) {
	.single-markets .content-gray .containercover .container .container-inner.cases-content ul li:before {
		top: 9px
	}
}

.single-markets .content-gray.lastgrey {
	padding-bottom: 90px
}

.single-market-intro {
	padding-top: 56px;
	padding-bottom: 56px
}

.single-market-intro h2 {
	font-size: 34px;
	line-height: 44px;
	max-width: 762px;
	margin: 0 auto 16px auto;
	text-align: center;
	letter-spacing: -.5px
}

@media screen and (max-width:940px) {
	.single-market-intro h2 {
		font-size: 30px;
		line-height: 36px
	}
}

.single-market-intro p {
	font-size: 22px;
	line-height: 34px;
	max-width: 820px;
	margin: 0 auto;
	text-align: center
}

@media screen and (max-width:940px) {
	.single-market-intro p {
		font-size: 18px;
		line-height: 26px
	}
}

.archive-platforms-content-gray {
	margin-top: 106px;
	margin-top: 7vw
}

.archive-platforms {
	padding-bottom: 120px;
	padding-top: 90px;
	max-width: 1030px;
	margin: 0 auto
}

.archive-platforms__overview {
	display: block
}

.archive-platforms__overview .platform_cat {
	cursor: default;
	width: calc(50% - 14px);
	display: inline-block;
	margin-bottom: 14px;
	margin-right: 14px
}

.archive-platforms__overview .platform_cat:nth-child(2n) {
	margin-right: 0
}

@media screen and (max-width:768px) {
	.archive-platforms__overview .platform_cat {
		width: calc(50% - 14px)
	}

	.archive-platforms__overview .platform_cat:nth-child(2n) {
		margin-right: 14px
	}

	.archive-platforms__overview .platform_cat:nth-child(2n) {
		margin-right: 0
	}
}

@media screen and (max-width:520px) {
	.archive-platforms__overview .platform_cat {
		width: 100%;
		margin-right: 0
	}
}

.archive-platforms__overview .platform {
	background: #fff;
	border-radius: 10px;
	position: relative;
	max-width: 1030px;
	width: 100%;
	cursor: default;
	overflow: hidden;
	min-height: 185px
}

.archive-platforms__overview .platform__content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	text-align: center
}

.archive-platforms__overview .platform__content h2 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	transition: all .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer;
	letter-spacing: -.5px
}

@media screen and (max-width:480px) {
	.archive-platforms__overview .platform__content h2 {
		font-size: 26px
	}
}

.archive-platforms__overview .platform__content h2:hover h2 {
	color: #fff
}

.archive-platforms__overview .platform__list {
	position: relative;
	padding: 40px 30px;
	min-height: 270px
}

.archive-platforms__overview .platform__list .platform-category-item {
	width: 50%;
	float: left;
	min-height: 100px;
	padding-right: 20px
}

.archive-platforms__overview .platform__list .platform-category-item:hover h2 {
	color: #485fe0
}

.archive-platforms__overview .platform__list .platform-category-item:hover svg g g {
	fill: #485fe0
}

.archive-platforms__overview .platform__list .platform-category-item h2 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	line-height: 24px;
	margin-bottom: 4px;
	cursor: pointer
}

.archive-platforms__overview .platform__list .platform-category-item h2 svg {
	width: 10px;
	height: 16px;
	margin-bottom: -2px;
	margin-left: 6px
}

.archive-platforms__overview .platform__list .platform-category-item p {
	font-size: 14px;
	line-height: 20px;
	color: #000
}

.archive-platforms__overview .platform__thumbnail {
	flex: 0 0 456px;
	overflow: hidden;
	position: relative;
	height: 280px
}

.archive-platforms__overview .platform__thumbnail img.thumbnail {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform .2s cubic-bezier(.38, .11, .24, .94)
}

.archive-platforms__overview .platform__thumbnail:before {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .02);
	transition: background-color .2s cubic-bezier(.38, .11, .24, .94);
	content: "";
	will-change: background-color;
	z-index: 9
}

.archive-platforms__overview .platform:hover img.thumbnail {
	transform: scale(1.05)
}

.archive-platforms__overview .platform:hover img.svg {
	opacity: 0
}

.archive-platforms__overview .platform:hover .platform__thumbnail:before {
	background-color: rgba(72, 95, 224, .6)
}

.archive-platforms__overview>a:nth-of-type(even) .platform {
	flex-direction: row-reverse
}

@media screen and (max-width:620px) {
	.archive-platforms__overview>a:nth-of-type(even) .platform {
		flex-direction: column-reverse
	}
}

.archive-platforms__overview>a:nth-of-type(even) .platform .platform__thumbnail:after {
	right: -66px;
	left: auto;
	transform: rotate(-10deg)
}

.archive-platforms .top_companies {
	padding-top: 10px;
	padding-bottom: 10px
}

.archive-platforms .top_companies .container {
	padding: 28px 0 22px
}

.archive-platforms .top_companies h2 {
	font-size: 30px;
	line-height: 36px;
	max-width: 762px;
	margin: 0 auto 16px auto;
	text-align: center;
	letter-spacing: -.5px
}

.single-platforms .hero-section {
	height: 280px
}

.single-platforms .hero-section .container {
	max-width: 1240px
}

.single-platforms .hero-section .container .container-inner {
	position: relative;
	width: 100%
}

.single-platforms .hero-section .container .container-inner .hero-wrap {
	max-width: 100%
}

@media screen and (max-width:768px) {
	.single-platforms .hero-section .container .container-inner .hero-wrap h1 {
		font-size: 42px;
		line-height: 48px
	}
}

@media screen and (max-width:480px) {
	.single-platforms .hero-section .container .container-inner .hero-wrap h1 {
		font-size: 36px;
		line-height: 42px
	}
}

.single-platforms .hero-section .container .container-inner .hero-mask {
	position: absolute;
	top: 120px;
	right: -10%
}

.single-platforms .hero-section .container .container-inner .hero-mask svg {
	width: 90%
}

.single-platforms .content-gray {
	margin-top: 0 !important
}

.single-platforms .content-gray:before {
	top: 150px !important
}

.single-platforms .content-gray.skew-top {
	background-color: transparent !important
}

.single-platforms .content-gray.skew-top .containercover {
	background: linear-gradient(180deg, transparent 160px, #f9f9f9 160px)
}

.single-platforms .content-gray .containercover .container .big-img {
	max-width: 1030px;
	margin: 0 auto;
	margin-bottom: 100px
}

.single-platforms .content-gray .containercover .container .big-img .bigimginn {
	position: relative;
	border-radius: 10px;
	overflow: hidden
}

.single-platforms .content-gray .containercover .container .big-img img {
	width: 100%
}

.single-platforms .content-gray .containercover .container .big-img .meta {
	display: flex;
	padding: 10px 0
}

.single-platforms .content-gray .containercover .container .big-img .meta .metacol {
	flex: 0 0 auto;
	width: 24%
}

@media screen and (max-width:480px) {
	.single-platforms .content-gray .containercover .container .big-img .meta .metacol {
		width: 33%
	}
}

.single-platforms .content-gray .containercover .container .big-img .meta .metacol .tag {
	line-height: 22px;
	position: relative;
	padding-left: 10px
}

.single-platforms .content-gray .containercover .container .big-img .meta .metacol .tag svg {
	top: -2px;
	left: 0;
	position: absolute
}

.single-platforms .content-gray .containercover .container .big-img .meta .metacol .val {
	line-height: 22px;
	padding-left: 10px;
	color: #485fe0;
	font-weight: 700
}

@media screen and (max-width:1024px) {
	.single-platforms .content-gray .containercover .container .big-img {
		max-width: 100%;
		margin: 0 30px
	}
}

@media screen and (max-width:768px) {
	.single-platforms .content-gray .containercover .container .big-img {
		max-width: 100%;
		margin: 0 15px
	}
}

@media screen and (max-width:768px) {
	.single-platforms .content-gray .containercover .container .big-img img {
		max-height: 420px
	}
}

@media screen and (max-width:480px) {
	.single-platforms .content-gray .containercover .container .big-img img {
		max-height: 220px
	}
}

.single-platforms .content-gray .containercover .container .container-inner {
	position: relative;
	max-width: 830px;
	margin: 0 auto
}

@media screen and (max-width:768px) {
	.single-platforms .content-gray .containercover .container .container-inner {
		margin: 0 15px
	}
}

.single-platforms .content-gray .containercover .container .container-inner.cases-content {
	padding-bottom: 20px
}

.single-platforms .content-gray .containercover .container .container-inner.cases-content .intro-text {
	font-size: 22px;
	line-height: 34px;
	text-align: left;
	margin-bottom: 32px
}

@media screen and (max-width:768px) {
	.single-platforms .content-gray .containercover .container .container-inner.cases-content .intro-text {
		margin-top: 40px
	}
}

@media screen and (max-width:480px) {
	.single-platforms .content-gray .containercover .container .container-inner.cases-content .intro-text {
		line-height: 30px
	}
}

.single-platforms .content-gray .containercover .container .container-inner.cases-content h4 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 6px;
	line-height: 26px;
	padding-top: 60px
}

@media screen and (max-width:768px) {
	.single-platforms .content-gray .containercover .container .container-inner.cases-content h4 {
		margin-top: 20px
	}
}

.single-platforms .content-gray .containercover .container .container-inner.cases-content p {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 10px
}

.single-platforms .content-gray .containercover .container .container-inner.cases-content ul {
	padding-left: 50px;
	margin-top: 12px
}

@media screen and (max-width:480px) {
	.single-platforms .content-gray .containercover .container .container-inner.cases-content ul {
		padding-left: 30px
	}
}

.single-platforms .content-gray .containercover .container .container-inner.cases-content ul li {
	font-size: 18px;
	line-height: 40px;
	position: relative
}

@media screen and (max-width:480px) {
	.single-platforms .content-gray .containercover .container .container-inner.cases-content ul li {
		line-height: 30px
	}
}

.single-platforms .content-gray .containercover .container .container-inner.cases-content ul li:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #485fe0;
	position: absolute;
	top: 14px;
	left: -16px
}

@media screen and (max-width:480px) {
	.single-platforms .content-gray .containercover .container .container-inner.cases-content ul li:before {
		top: 9px
	}
}

.single-platforms .content-gray.lastgrey {
	padding-bottom: 90px
}

.single-platform-intro {
	padding-top: 56px;
	padding-bottom: 0
}

.single-platform-intro h2 {
	font-size: 34px;
	line-height: 44px;
	max-width: 762px;
	margin: 0 auto 16px auto;
	text-align: center;
	letter-spacing: -.5px
}

@media screen and (max-width:940px) {
	.single-platform-intro h2 {
		font-size: 30px;
		line-height: 36px
	}
}

.single-platform-intro p {
	font-size: 22px;
	line-height: 34px;
	max-width: 820px;
	margin: 0 auto;
	text-align: center
}

@media screen and (max-width:940px) {
	.single-platform-intro p {
		font-size: 18px;
		line-height: 26px
	}
}

.page-template-default .hero-section {
	height: 280px
}

.page-template-default .hero-section .container {
	max-width: 1240px
}

.page-template-default .hero-section .container .container-inner {
	position: relative;
	width: 100%
}

.page-template-default .hero-section .container .container-inner .hero-wrap {
	max-width: 100%
}

@media screen and (max-width:768px) {
	.page-template-default .hero-section .container .container-inner .hero-wrap h1 {
		font-size: 42px;
		line-height: 48px
	}
}

@media screen and (max-width:480px) {
	.page-template-default .hero-section .container .container-inner .hero-wrap h1 {
		font-size: 36px;
		line-height: 42px
	}
}

.page-template-default .hero-section .container .container-inner .hero-mask {
	position: absolute;
	top: 120px;
	right: -10%
}

.page-template-default .hero-section .container .container-inner .hero-mask svg {
	width: 90%
}

.page-template-default .content-gray {
	margin-top: 0 !important
}

.page-template-default .content-gray:before {
	top: 150px !important
}

.page-template-default .content-gray.skew-top {
	background-color: transparent !important
}

.page-template-default .content-gray.skew-top .containercover {
	background: linear-gradient(180deg, transparent 160px, #f9f9f9 160px)
}

.page-template-default .content-gray .containercover .container .big-img {
	max-width: 1030px;
	margin: 0 auto;
	margin-bottom: 100px
}

.page-template-default .content-gray .containercover .container .big-img .bigimginn {
	position: relative;
	border-radius: 10px;
	overflow: hidden
}

@media screen and (max-width:480px) {
	.page-template-default .content-gray .containercover .container .big-img .bigimginn {
		margin-bottom: 24px
	}
}

.page-template-default .content-gray .containercover .container .big-img img {
	width: 100%
}

.page-template-default .content-gray .containercover .container .big-img .meta {
	display: flex;
	padding: 10px 0
}

.page-template-default .content-gray .containercover .container .big-img .meta .metacol {
	flex: 0 0 auto;
	width: 24%
}

@media screen and (max-width:480px) {
	.page-template-default .content-gray .containercover .container .big-img .meta .metacol {
		width: 33%
	}
}

.page-template-default .content-gray .containercover .container .big-img .meta .metacol .tag {
	line-height: 22px;
	position: relative;
	padding-left: 10px
}

.page-template-default .content-gray .containercover .container .big-img .meta .metacol .tag svg {
	top: -2px;
	left: 0;
	position: absolute
}

.page-template-default .content-gray .containercover .container .big-img .meta .metacol .val {
	line-height: 22px;
	padding-left: 10px;
	color: #485fe0;
	font-weight: 700
}

@media screen and (max-width:1024px) {
	.page-template-default .content-gray .containercover .container .big-img {
		max-width: 100%;
		margin: 0 30px
	}
}

@media screen and (max-width:768px) {
	.page-template-default .content-gray .containercover .container .big-img {
		max-width: 100%;
		margin: 0 15px
	}
}

@media screen and (max-width:768px) {
	.page-template-default .content-gray .containercover .container .big-img img {
		max-height: 420px
	}
}

@media screen and (max-width:480px) {
	.page-template-default .content-gray .containercover .container .big-img img {
		max-height: 220px
	}
}

.page-template-default .content-gray .containercover .container .container-inner {
	position: relative;
	max-width: 830px;
	margin: 0 auto
}

@media screen and (max-width:768px) {
	.page-template-default .content-gray .containercover .container .container-inner {
		margin: 0 15px
	}
}

.page-template-default .content-gray .containercover .container .container-inner.cases-content {
	padding-bottom: 20px
}

.page-template-default .content-gray .containercover .container .container-inner.cases-content .intro-text {
	font-size: 22px;
	line-height: 34px;
	text-align: left;
	margin-bottom: 32px
}

@media screen and (max-width:768px) {
	.page-template-default .content-gray .containercover .container .container-inner.cases-content .intro-text {
		margin-top: 40px
	}
}

@media screen and (max-width:480px) {
	.page-template-default .content-gray .containercover .container .container-inner.cases-content .intro-text {
		line-height: 30px
	}
}

.page-template-default .content-gray .containercover .container .container-inner.cases-content h4 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 6px;
	line-height: 26px;
	padding-top: 60px
}

@media screen and (max-width:768px) {
	.page-template-default .content-gray .containercover .container .container-inner.cases-content h4 {
		margin-top: 20px
	}
}

.page-template-default .content-gray .containercover .container .container-inner.cases-content p {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 10px
}

.page-template-default .content-gray .containercover .container .container-inner.cases-content ul {
	padding-left: 50px;
	margin-top: 12px
}

@media screen and (max-width:480px) {
	.page-template-default .content-gray .containercover .container .container-inner.cases-content ul {
		padding-left: 30px
	}
}

.page-template-default .content-gray .containercover .container .container-inner.cases-content ul li {
	font-size: 18px;
	line-height: 40px;
	position: relative
}

@media screen and (max-width:480px) {
	.page-template-default .content-gray .containercover .container .container-inner.cases-content ul li {
		line-height: 30px
	}
}

.page-template-default .content-gray .containercover .container .container-inner.cases-content ul li:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #485fe0;
	position: absolute;
	top: 14px;
	left: -16px
}

@media screen and (max-width:480px) {
	.page-template-default .content-gray .containercover .container .container-inner.cases-content ul li:before {
		top: 9px
	}
}

.page-template-default .content-gray.lastgrey {
	padding-bottom: 90px
}

.elementor-widget-container ul li {
	line-height: 26px;
	padding-left: 22px;
	position: relative
}

.elementor-widget-container ul li:before {
	content: "";
	position: absolute;
	transform: rotate(-90deg);
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url(../assets/images/arrow-down.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 3px;
	left: 0
}

.black .elementor-widget-container ul li {
	line-height: 26px;
	padding-left: 22px;
	position: relative
}

.black .elementor-widget-container ul li:before {
	content: "";
	position: absolute;
	transform: rotate(-90deg);
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url(../assets/images/arrow-down-black.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 3px;
	left: 0
}

.namefield {
	display: none
}

.newsletter-block .submit {
	position: relative
}

.newsletter-block .submit:before {
	content: "";
	position: absolute;
	transform: rotate(0deg);
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url(../assets/images/long-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 14px;
	left: 14px
}

.newsletter-block .wpcf7 .ajax-loader {
	position: absolute;
	right: 32px;
	top: 10px
}

.page-template-page-free-trial .hero-section {
	height: auto
}

.free-trail {
	margin-top: 106px
}

@media screen and (max-width:960px) {
	.free-trail {
		margin-top: 0
	}
}

.contact-trial {
	padding-top: 56px;
	padding-bottom: 56px;
	display: flex;
	padding: 46px 0
}

@media screen and (max-width:960px) {
	.contact-trial {
		display: block
	}

	.contact-trial .right {
		height: auto !important
	}
}

.contact-trial .left {
	min-width: 520px
}

.contact-trial .left .addresblock {
	display: flex;
	margin-bottom: 40px;
	line-height: 26px
}

@media screen and (max-width:480px) {
	.contact-trial .left .addresblock {
		display: block
	}
}

.contact-trial .left .addresblock .tag {
	width: 180px;
	font-weight: 700
}

.contact-trial .left .addresblock .data {
	width: 315px
}

.contact-trial .left .addresblock .data span {
	font-weight: 700
}

.contact-trial .left .addresblock .data a {
	color: #000;
	text-decoration: underline
}

.contact-trial .left .addresblock .data a:hover {
	color: #485fe0
}

.contact-trial .right {
	width: 100%;
	position: relative
}

.contact-trial .right .form_cover {
	width: 610px;
	height: auto;
	/* position: absolute; */
	background-color: #fff;
	/*
	right: 0;
	top: -540px;
	*/
	z-index: 10;
	box-shadow: 0px 0px 8px 1px #ccc;
	border-radius: 10px;
	padding: 40px
}

@media screen and (max-width:1150px) {
	.contact-trial .right .form_cover {
		width: 500px
	}
}

@media screen and (max-width:960px) {
	.contact-trial .right .form_cover {
		width: 100%;
		position: relative;
		top: 0
	}
}

.contact-trial .right .form_cover h2 {
	font-size: 34px;
	line-height: 44px;
	max-width: 762px;
	margin: 0 auto 16px auto;
	text-align: center;
	letter-spacing: -.5px;
	text-align: left
}

.contact-trial .right .form_cover p {
	font-size: 20px;
	line-height: 30px;
	max-width: 820px;
	margin: 0 auto;
	text-align: left
}

.contact-trial .right .form_cover .nf-form-fields-required {
	display: none
}

.contact-trial .right .form_cover .nf-form-layout {
	margin-top: 30px
}

.contact-trial .right .form_cover .nf-form-layout .nf-field-label {
	margin-bottom: 6px
}

.contact-trial .right .form_cover .nf-form-layout .nf-field-label .ninja-forms-req-symbol {
	color: #485fe0;
	font-weight: 400
}

.contact-trial .right .form_cover .nf-form-layout .nf-field-element input[type=text],
.contact-trial .right .form_cover .nf-form-layout .nf-field-element input[type=email] {
	height: 46px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	border-radius: 5px
}

.contact-trial .right .form_cover .nf-form-layout .nf-field-element textarea {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 5px
}

.contact-trial .right .form_cover .nf-form-layout .nf-field-element :-ms-input-placeholder {
	color: #a5a5a5
}

.contact-trial .right .form_cover .nf-form-layout .nf-field-element ::placeholder {
	color: #a5a5a5
}

.contact-trial .right .form_cover .nf-form-layout .nf-field-element:after {
	height: 44px;
	width: 44px;
	line-height: 46px
}

.contact-trial .right .form_cover .nf-form-layout .nf-field-element input[type=button] {
	height: 46px;
	width: 100%;
	border: 1px solid #485fe0;
	background-color: #485fe0;
	border-radius: 5px;
	font-weight: 700
}

.contact-trial .right .form_cover .nf-form-layout .nf-field-element input[type=button]:hover {
	color: #fff;
	background-color: #5f78fe;
	border: 1px solid #5f78fe
}

.contact-trial .right .form_cover .contact7form {
	margin-top: 30px
}

.contact-trial .right .form_cover .contact7form>p {
	margin-bottom: 25px
}

.contact-trial .right .form_cover .contact7form label {
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700
}

.contact-trial .right .form_cover .contact7form label input[type=text],
.contact-trial .right .form_cover .contact7form label input[type=email],
.contact-trial .right .form_cover .contact7form label input[type=tel] {
	height: 46px;
	width: 100%;
	padding: 12px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	border-radius: 5px
}

.contact-trial .right .form_cover .contact7form label textarea {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 12px;
	border-radius: 5px;
	width: 100%
}

.contact-trial .right .form_cover .contact7form label :-ms-input-placeholder {
	color: #a5a5a5;
	font-size: 16px
}

.contact-trial .right .form_cover .contact7form label ::placeholder {
	color: #a5a5a5;
	font-size: 16px
}

.contact-trial .right .form_cover .contact7form label:after {
	height: 44px;
	width: 44px;
	line-height: 46px
}

.contact-trial .right .form_cover .contact7form p input[type=submit] {
	height: 46px;
	width: 100%;
	border: 1px solid #485fe0;
	background-color: #485fe0;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	color: #fff
}

.contact-trial .right .form_cover .contact7form p input[type=submit]:hover {
	color: #fff;
	background-color: #5f78fe;
	border: 1px solid #5f78fe
}

.bottom-cta {
	overflow: hidden;
	position: relative;
	padding-top: 100px;
	margin-bottom: -500px;
	z-index: 4;
	padding-bottom: 18.5vw
}

@media screen and (min-width:1600px) {
	.bottom-cta {
		padding-bottom: 16vw
	}
}

@media screen and (max-width:1000px) {
	.bottom-cta {
		padding-bottom: 24vw
	}
}

@media screen and (max-width:740px) {
	.bottom-cta {
		padding-bottom: 32vw
	}
}

@media screen and (max-width:660px) {
	.bottom-cta {
		padding-bottom: 180px
	}
}

@media screen and (max-width:480px) {
	.bottom-cta {
		padding-bottom: 180px;
		padding-top: 80px
	}
}

.bottom-cta>.container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	flex-wrap: wrap
}

@media screen and (max-width:1240px) {
	.bottom-cta>.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

.bottom-cta__left {
	display: flex;
	flex-direction: column;
	width: 70%
}

@media screen and (max-width:660px) {
	.bottom-cta__left {
		width: 100%
	}
}

.bottom-cta__left h4 {
	font-weight: 900;
	font-size: 46px;
	letter-spacing: -1px;
	color: #000;
	line-height: 56px;
	margin-bottom: 10px
}

.bottom-cta__left h4 span {
	color: #485fe0
}

.bottom-cta__left h5 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400
}

.bottom-cta__right {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center
}

@media screen and (max-width:660px) {
	.bottom-cta__right {
		display: block;
		width: 100%;
		margin-top: 48px;
		margin-bottom: 8px
	}
}

.bottom-cta__right__center {
	display: inline-flex;
	flex-direction: column
}

.bottom-cta__right__center .btwn-wrap {
	text-align: center
}

@media screen and (max-width:660px) {
	.bottom-cta__right__center .btwn-wrap {
		text-align: left
	}
}

.bottom-cta__right__center .btwn-wrap .btn-blue {
	padding: 0 15px;
	height: 46px
}

.bottom-cta__right__center span {
	font-size: 14px;
	margin-top: 16px;
	text-align: center
}

.bottom-cta .skew {
	background: #fff;
	height: 500px;
	position: absolute;
	bottom: 0;
	width: 100%;
	content: "";
	transform-origin: top left;
	z-index: -5;
	transform: skewY(-9.6deg);
	overflow: hidden
}

.bottom-cta .skew .container {
	position: relative;
	height: 100%
}

.bottom-cta .skew .container img {
	transform: skewY(9.6deg);
	height: 230px;
	position: absolute;
	bottom: -80px
}

@media screen and (max-width:1240px) {
	.bottom-cta .skew .container img {
		left: 15px
	}
}

@media screen and (max-width:660px) {
	.bottom-cta .skew .container img {
		height: 180px;
		bottom: -60px
	}
}

.m-footer {
	color: #fff;
	overflow: hidden;
	position: relative
}

.m-footer:after {
	background: #000;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -12
}

.m-footer>.container {
	padding-top: 550px;
	position: relative
}

@media screen and (max-width:1240px) {
	.m-footer>.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media screen and (max-width:660px) {
	.m-footer>.container {
		padding-top: 580px
	}
}

.m-footer__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

@media screen and (max-width:420px) {
	.m-footer__top {
		margin-bottom: 46px
	}
}

.m-footer__top__left {
	width: 38%
}

@media screen and (max-width:768px) {
	.m-footer__top__left {
		width: 100%
	}
}

.m-footer__top__left__logo {
	margin-bottom: 106px
}

@media screen and (max-width:768px) {
	.m-footer__top__left__logo {
		margin-bottom: 72px
	}
}

.m-footer__top__left__newsletter .newsletter-block {
	background-color: #232323;
	border-radius: 10px;
	padding: 30px
}

@media screen and (max-width:768px) {
	.m-footer__top__left__newsletter .newsletter-block {
		margin-bottom: 48px
	}
}

.m-footer__top__left__newsletter .newsletter-block span {
	font-size: 14px;
	line-height: 20px
}

.m-footer__top__left__newsletter .newsletter-block .form-group {
	position: relative;
	line-height: 0;
	display: flex;
	margin-top: 12px
}

.m-footer__top__left__newsletter .newsletter-block .form-group input[type=email] {
	height: 46px;
	flex: 1;
	border: 0;
	background-color: #39393e;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	line-height: 1;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 1px 15px 0
}

.m-footer__top__left__newsletter .newsletter-block .form-group input[type=email]:-ms-input-placeholder {
	color: #fff;
	line-height: 40px
}

.m-footer__top__left__newsletter .newsletter-block .form-group input[type=email]::placeholder {
	color: #fff;
	line-height: 40px
}

.m-footer__top__left__newsletter .newsletter-block .form-group .submit {
	width: 46px;
	height: 46px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.m-footer__top__left__newsletter .newsletter-block .form-group .submit input {
	visibility: hidden;
	opacity: 0;
	height: 0;
	width: 0;
	border: 0;
	position: absolute
}

.m-footer__top__right {
	width: 58%
}

@media screen and (max-width:768px) {
	.m-footer__top__right {
		width: 100%
	}
}

.m-footer__top__right .menu {
	display: flex;
	justify-content: space-between;
	margin-left: 15%
}

@media screen and (max-width:1000px) {
	.m-footer__top__right .menu {
		margin-left: 0
	}
}

@media screen and (max-width:420px) {
	.m-footer__top__right .menu {
		display: block
	}
}

.m-footer__top__right .menu>li {
	margin-right: 40px
}

@media screen and (max-width:1000px) {
	.m-footer__top__right .menu>li {
		margin-right: 0
	}
}

@media screen and (max-width:420px) {
	.m-footer__top__right .menu>li {
		margin-right: 0;
		float: left;
		display: inline-block;
		width: 50%
	}

	.m-footer__top__right .menu>li:last-child {
		margin-top: 24px
	}
}

.m-footer__top__right .menu>li>a {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #3e3e3e
}

.m-footer__top__right .menu>li>a:hover {
	color: #3e3e3e
}

.m-footer__top__right .menu>li>ul {
	margin-top: 24px
}

@media screen and (max-width:420px) {
	.m-footer__top__right .menu>li>ul {
		margin-top: 16px
	}
}

.m-footer__top__right .menu>li>ul>li {
	margin-bottom: 7px;
	display: block
}

.m-footer__top__right .menu>li>ul>li a {
	display: flex;
	align-items: center;
	min-height: 16px;
	color: #fff;
	line-height: 21px;
	font-size: 14px
}

.m-footer__top__right .menu>li>ul>li a:hover {
	color: #485fe0
}

.m-footer__top__right .menu>li>ul>li a svg {
	margin-right: 4px;
	min-width: 16px;
	min-height: 16px
}

.m-footer__bottom {
	width: 100%
}

.m-footer__bottom__text {
	width: 100%;
	text-align: right;
	padding-bottom: 12px;
	display: block
}

.m-footer__bottom__text span {
	color: #3e3e3e;
	font-size: 14px
}

@media screen and (max-width:368px) {
	.m-footer__bottom__text span {
		font-size: 12px
	}
}

.m-footer__bottom__flex {
	display: flex;
	align-items: center;
	height: 88px;
	justify-content: space-between;
	border-top: 1px solid #3e3e3e
}

@media screen and (max-width:660px) {
	.m-footer__bottom__flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 106px;
		padding-bottom: 10px
	}
}

.m-footer__bottom__flex__menu {
	width: 100%
}

@media screen and (max-width:660px) {
	.m-footer__bottom__flex__menu ul {
		display: flex;
		justify-content: space-between
	}
}

.m-footer__bottom__flex__menu ul li {
	display: inline
}

.m-footer__bottom__flex__menu ul li a {
	color: #3e3e3e;
	margin-right: 32px;
	font-size: 14px
}

.m-footer__bottom__flex__menu ul li a:hover {
	color: #fff
}

@media screen and (max-width:660px) {
	.m-footer__bottom__flex__menu ul li a {
		margin-right: 0
	}
}

@media screen and (max-width:368px) {
	.m-footer__bottom__flex__menu ul li a {
		font-size: 12px
	}
}

.m-footer__bottom__flex__menu ul li:last-child a {
	margin-right: 0
}

@media screen and (max-width:660px) {
	.m-footer__bottom__flex__menu {
		padding-bottom: 24px
	}
}

.m-footer__bottom__flex__socials {
	display: flex;
	align-items: center
}

.m-footer__bottom__flex__socials a {
	color: #fff;
	margin-left: 20px
}

.m-footer__bottom__flex__socials a svg {
	transition: color .2s cubic-bezier(.38, .11, .24, .94)
}

.m-footer__bottom__flex__socials a svg:hover {
	color: #485fe0
}

.m-footer__poly {
	position: absolute;
	top: 220px;
	left: -180px;
	z-index: -11;
	line-height: 0;
	transform: scale(1.2)
}

.m-footer__poly img {
	line-height: 0;
	mix-blend-mode: multiply;
	filter: invert(1)
}

.m-footer__poly .vignet {
	position: absolute;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 340px 300px #000;
	top: 0;
	left: 0
}

*,
:after,
:before {
	box-sizing: border-box;
	outline: 0;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%
}

::selection {
	background: #ffcb00;
	color: #fff;
	text-shadow: none
}

p a {
	color: #485fe0;
	text-decoration: none
}

p a:hover,
p a:visited {
	color: #485fe0;
	text-decoration: underline
}

a {
	transition: all .2s cubic-bezier(.38, .11, .24, .94);
	text-decoration: none
}

a:focus {
	outline: none
}

a:visited {
	color: inherit
}

html,
body {
	width: 100vw;
	overflow-x: hidden
}

.preload * {
	transition: none !important
}

#m {
	padding-top: 106px
}

.container {
	max-width: 1240px;
	margin: 0 auto;
	width: 100%;
	overflow: visible
}

.content-gray {
	background: #f9f9f9
}

.content-gray.skew-top {
	position: relative
}

.content-gray.skew-top:before {
	background: #f9f9f9;
	height: 500px;
	position: absolute;
	top: 0;
	width: 100%;
	content: "";
	transform-origin: top left;
	z-index: -5;
	transform: skewY(-9.6deg)
}

.content-black {
	background: #000;
	z-index: 1
}

.content-black.skew-top {
	position: relative
}

.content-black.skew-top .skew-top-fix {
	display: none
}

@media (min-width:2000px) {
	.content-black.skew-top .skew-top-fix {
		display: block;
		position: absolute;
		top: -50px;
		right: 0;
		width: 50vw;
		height: 200px;
		z-index: -1;
		background: #000
	}
}

@media (min-width:3200px) {
	.content-black.skew-top .skew-top-fix {
		top: -150px;
		height: 300px
	}
}

.content-black.skew-top .skew-bottom-fix {
	display: none
}

@media (min-width:2000px) {
	.content-black.skew-top .skew-bottom-fix {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 50vw;
		height: 250px;
		background: #fff;
		z-index: -1
	}
}

@media (min-width:3500px) {
	.content-black.skew-top .skew-bottom-fix {
		height: 350px
	}
}

.content-black.skew-top:before {
	background: #000;
	height: 500px;
	position: absolute;
	top: 0;
	width: 100%;
	content: "";
	transform-origin: top left;
	z-index: -5;
	transform: skewY(-9.6deg)
}

.content-black.skew-bottom {
	position: relative
}

.content-black.skew-bottom:after {
	background: #fff;
	height: 500px;
	position: absolute;
	bottom: -400px;
	width: 100%;
	content: "";
	transform-origin: top left;
	z-index: -5;
	transform: skewY(-9.6deg)
}

@media screen and (max-width:480px) {
	.content-black.skew-bottom:after {
		bottom: -300px
	}
}

.content-white {
	background: #fff;
	z-index: 1;
	position: relative
}

.content-blue {
	background: #485fe0
}

.btn,
.btn-outlined,
.btn-white,
.btn-yellow,
.btn-blue {
	font-size: 16px;
	border-radius: 4px;
	transition: all .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer;
	font-weight: 500;
	text-align: center
}

.btn:active,
.btn-outlined:active,
.btn-white:active,
.btn-yellow:active,
.btn-blue:active {
	transform: scale(.96)
}

.btn-blue {
	background-color: #485fe0;
	padding: 0 12px;
	color: #fff !important;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.btn-blue:hover {
	background-color: #5f78fe
}

.btn-yellow {
	background-color: #ffcb00;
	color: #181440;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px
}

.btn-yellow:hover {
	background-color: #ffc600
}

.btn-white {
	background-color: #fff;
	padding: 0 12px;
	color: #000;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.btn-outlined {
	background-color: transparent;
	padding: 0 12px;
	color: #181440;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #00000080
}

.btn-outlined:hover {
	color: #000;
	border: 1px solid #000
}

.fade-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000000E6;
	z-index: 20;
	opacity: 0;
	visibility: hidden;
	transition: all .6s cubic-bezier(.38, .11, .24, .94)
}

.menu-active .fade-bg {
	opacity: 1;
	visibility: visible
}

@media screen and (max-width:768px) {
	.mobile-menu-active .fade-bg {
		opacity: 1;
		visibility: visible
	}
}

@media screen and (max-width:1240px) {

	.content-gray>.container,
	.content-white>.container,
	.content-blue>.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media screen and (min-width:961px) {
	.page-demo .contact-trial .right .form_cover {
		top: -115px;
		left: -8px
	}

	.page-demo .contact-trial .left {
		margin-bottom: 292px;
		margin-top: -113px
	}

	.page-lets-talk .contact-trial .right .form_cover {
		top: -115px;
		left: -8px
	}

	.page-lets-talk .contact-trial .left {
		margin-bottom: 292px;
		margin-top: -113px
	}

	.page-consult .contact-trial .right .form_cover {
		top: -115px;
		left: -8px
	}

	.page-consult .contact-trial .left {
		margin-bottom: 292px;
		margin-top: -113px
	}
}

@media screen and (max-width:960px) {
	.page-demo .contact-trial .left {
		margin-top: 49px
	}

	.page-demo .hero-section .container .hero-wrap h2 {
		max-width: 100% !important
	}

	.page-lets-talk .contact-trial .left {
		margin-top: 49px
	}

	.page-lets-talk .hero-section .container .hero-wrap h2 {
		max-width: 100% !important
	}

	.page-consult .contact-trial .left {
		margin-top: 49px
	}

	.page-consult .hero-section .container .hero-wrap h2 {
		max-width: 100% !important
	}
}

@media (min-width:961px) and (max-width:1062px) {
	.page-demo .contact-trial .left {
		padding-left: 99px
	}

	.page-demo .hero-section .container .hero-wrap h2 {
		max-width: 503px !important
	}

	.page-lets-talk .contact-trial .left {
		padding-left: 99px
	}

	.page-lets-talk .hero-section .container .hero-wrap h2 {
		max-width: 503px !important
	}

	.page-consult .contact-trial .left {
		padding-left: 99px
	}

	.page-consult .hero-section .container .hero-wrap h2 {
		max-width: 503px !important
	}
}

@media (min-width:961px) and (max-width:1150px) {
	.page-demo .hero-section .container .hero-wrap h2 {
		max-width: 503px !important
	}

	.page-demo .hero-section .container .hero-wrap h2 {
		max-width: 503px !important
	}

	.page-lets-talk .hero-section .container .hero-wrap h2 {
		max-width: 503px !important
	}

	.page-lets-talk .hero-section .container .hero-wrap h2 {
		max-width: 503px !important
	}

	.page-consult .hero-section .container .hero-wrap h2 {
		max-width: 503px !important
	}

	.page-consult .hero-section .container .hero-wrap h2 {
		max-width: 503px !important
	}
}

.page-demo .bottom-cta__left {
	display: none !important
}

.page-lets-talk .bottom-cta__left {
	display: none !important
}

.page-lets-talk .bottom-cta__right {
	display: none !important
}

.page-demo .bottom-cta__right {
	display: none !important
}

.page-consult .bottom-cta__right {
	display: none !important
}

.page-consult .bottom-cta__left {
	display: none !important
}

.page-demo .hero-section .container .hero-wrap {
	max-width: 100% !important
}

.page-demo .hero-section .container .hero-wrap h2 {
	max-width: 603px
}

.page-lets-talk .hero-section .container .hero-wrap {
	max-width: 100% !important
}

.page-lets-talk .hero-section .container .hero-wrap h2 {
	max-width: 603px
}

.page-consult .hero-section .container .hero-wrap {
	max-width: 100% !important
}

.page-consult .hero-section .container .hero-wrap h2 {
	max-width: 603px
}

@media screen and (max-width:767px) {
	@supports not (-webkit-touch-callout:none) {
		.page-template-page-home .hero-section .container .hero-wrap h1 {
			margin-top: 100px
		}

		.top_companies .container a {
			margin: 0 5px !Important
		}
	}
}

@media screen and (max-width:540px) {
	@supports not (-webkit-touch-callout:none) {
		/*
		.page-template-page-home .hero-section {
			margin-top: 262px !Important
		}
		*/

		.page-template-page-home .hero-section .hero-animation img {
			margin-top: -363px !Important
		}

		.hero-section .container .hero-animation__wrap img.clouds {
			margin-top: -419px !Important
		}
	}
}

@media (min-width:541px) and (max-width:767px) {
	@supports not (-webkit-touch-callout:none) {
		.page-template-page-home .hero-section .container .hero-wrap h1 {
			margin-top: 347px !Important
		}

		.page-template-page-home .hero-section {
			margin-top: 100px
		}
	}
}

@media (min-width:1001px) and (max-width:1240px) {
	.hero-section .container .hero-animation__wrap {
		margin-left: -15px !important
	}
}

@media (min-width:768px) and (max-width:900px) {
	.page-template-page-home .hero-section .container .hero-wrap {
		padding-right: 64px !important
	}
}

@media (min-width:768px) and (max-width:815px) {
	.hero-section .container .hero-animation__wrap img.tablet {
		left: calc(50% - 204px) !important
	}
}

@media (min-width:541px) and (max-width:767px) {
	.hero-section .container .hero-animation__wrap img.clouds {
		top: -116px
	}

	.hero-section .container .hero-animation__wrap img.tv {
		top: -81px
	}

	.hero-section .container .hero-animation__wrap img.mobile {
		top: 140px
	}

	.single-products .hero-section .container .hero-animation {
		margin-top: -105px !important
	}

	.single-products .hero-section .hero-wrap {
		margin-top: 50px
	}

	.elementor-54 .elementor-element.elementor-element-20fafaa {
		padding: 100px 100px 22px !important
	}
}

@media (min-width:940px) and (max-width:960px) {
	.contact-trial .form_cover {
		position: initial !important
	}
}

@media (min-width:961px) and (max-width:1032px) {
	.hero-section .container .hero-wrap h2 {
		padding-right: 12%
	}
}

@media screen and (max-width:540px) {
	.elementor-54 .elementor-element.elementor-element-20fafaa {
		padding: 71px 41px 23px !important
	}
}

@media screen and (max-width:382px) {
	.single-products .hero-section .hero-wrap h1 {
		margin-top: 52px !important
	}

	.single-products .hero-section .container .hero-wrap h1 {
		font-size: 37px !important
	}
}

@media (min-width:669px) and (max-width:880px) {
	.swipe_products .container {
		column-gap: 20px !important
	}
}

@media screen and (max-width:625px) {
	.elementor-element.elementor-element-73e6c39 {
		margin-left: 32px !Important
	}

	.elementor-element.elementor-element-1e6a79f {
		margin-left: 32px !Important
	}

	.elementor-element.elementor-element-fbc4f59 {
		margin-left: 32px !Important
	}

	.elementor-element.elementor-element-e5e1070 {
		margin-left: 32px !Important
	}

	.elementor-element.elementor-element-3b505c5 ul {
		margin-bottom: 17px
	}
}

@media (min-width:626px) and (max-width:650px) {
	.elementor-element.elementor-element-73e6c39 {
		padding-left: 45px;
		padding-right: 38px
	}

	.elementor-element.elementor-element-1e6a79f {
		padding-left: 45px;
		padding-right: 38px
	}

	.elementor-element.elementor-element-fbc4f59 {
		padding-left: 45px;
		padding-right: 38px
	}

	.elementor-element.elementor-element-e5e1070 {
		padding-left: 45px;
		padding-right: 38px
	}

	.elementor-element.elementor-element-3b505c5 ul li {
		list-style: inside;
		padding-left: 12px
	}

	.elementor-element.elementor-element-3b505c5 ul {
		margin-bottom: 17px
	}
}

@media (min-width:651px) and (max-width:700px) {
	.elementor-element.elementor-element-73e6c39 {
		padding-left: 12%;
		padding-right: 38px
	}

	.elementor-element.elementor-element-1e6a79f {
		padding-left: 12%;
		padding-right: 38px
	}

	.elementor-element.elementor-element-fbc4f59 {
		padding-left: 12%;
		padding-right: 38px
	}

	.elementor-element.elementor-element-e5e1070 {
		padding-left: 12%;
		padding-right: 38px
	}

	.elementor-element.elementor-element-3b505c5 ul li {
		list-style: inside;
		padding-left: 12px
	}

	.elementor-element.elementor-element-3b505c5 ul {
		margin-bottom: 17px
	}
}

@media (min-width:701px) and (max-width:745px) {
	.elementor-element.elementor-element-73e6c39 {
		padding-left: 14%;
		padding-right: 38px
	}

	.elementor-element.elementor-element-1e6a79f {
		padding-left: 14%;
		padding-right: 38px
	}

	.elementor-element.elementor-element-fbc4f59 {
		padding-left: 14%;
		padding-right: 38px
	}

	.elementor-element.elementor-element-e5e1070 {
		padding-left: 14%;
		padding-right: 38px
	}

	.elementor-element.elementor-element-3b505c5 ul li {
		list-style: inside;
		padding-left: 12px
	}

	.elementor-element.elementor-element-3b505c5 ul {
		margin-bottom: 17px
	}
}

@media (min-width:746px) and (max-width:767px) {
	.elementor-element.elementor-element-73e6c39 {
		padding-left: 16%;
		padding-right: 38px
	}

	.elementor-element.elementor-element-1e6a79f {
		padding-left: 16%;
		padding-right: 38px
	}

	.elementor-element.elementor-element-fbc4f59 {
		padding-left: 16%;
		padding-right: 38px
	}

	.elementor-element.elementor-element-e5e1070 {
		padding-left: 16%;
		padding-right: 38px
	}

	.elementor-element.elementor-element-3b505c5 ul li {
		list-style: inside;
		padding-left: 12px
	}

	.elementor-element.elementor-element-3b505c5 ul {
		margin-bottom: 17px
	}
}

@media screen and (max-width:1024px) {
	.elementor-element.elementor-element-9bffa39 {
		margin-top: 19px
	}

	.elementor-element.elementor-element-a08f150 {
		margin-top: 19px
	}

	.elementor-element.elementor-element-324711a {
		margin-top: 19px
	}
}

.hero-section .container .hero-animation__wrap svg:nth-of-type(2) {
	z-index: -6 !important
}

.elementor-element.elementor-element-3b505c5 ul li:before {
	position: absolute;
	transform: rotate(-90deg);
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url(/wp-content/themes/mwaretv/dist/images/arrow-down-black.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 3px;
	left: 0
}

#number_shomobile {
	text-align: center
}

@media screen and (min-width:669px) {
	.free-btn-addsks {
		margin-top: 12px;
		margin-left: 5px
	}
}

@media screen and (max-width:668px) {
	.free-btn-addsks {
		margin: 0 auto
	}

	.freedemo-sks a {
		margin: 0 auto
	}
}

.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-tab-title,
.elementor-tab-title:before,
.elementor-tab-title:after {
	border: 0 !important
}

.top_partners img {
	max-width: 148px !important
}

.m-footer__top__left__newsletter .newsletter-block form .form-group input[type=email] {
	width: 100%;
	margin-right: 0
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 0 !important
}

.single-product-intro h2.elementor-heading-title {
	font-size: 34px
}

.tools-wrap .tool-tabs .elementor-tab-title {
	font-weight: 500;
	color: #000;
	font-size: 16px;
	margin: 0 15px;
	letter-spacing: -.5px;
	text-align: center;
	line-height: 1.25
}

.tools-wrap .elementor-widget-heading,
.tools-wrap .elementor-widget-heading .elementor-widget-container {
	margin-bottom: 0
}

.tools-wrap .elementor-widget-heading h2 {
	margin-bottom: 16px
}

.tools-wrap .elementor-tabs .elementor-tab-title.elementor-active {
	text-decoration: underline;
	color: #485fe0
}

.elementor-widget-tabs .elementor-tab-desktop-title {
	padding: 20px 16px
}

.elementor-section.elementor-section-boxed>.elementor-container:first-child {
	max-width: 1240px !important
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-content .elementor-widget-wrap {
	padding: 0
}

.elementor-element .elementor-tab-content {
	border: 0 !important
}

.elementor-tabs-content-wrapper {
	border: 0 !important
}

.elementor-element .elementor-tab-content .tool-block .elementor-widget {
	margin-bottom: 0 !important
}

.elementor-section.tools-wrap .tool-blocks {
	display: unset;
	flex-wrap: unset;
	justify-content: unset;
	margin: unset
}

.elementor-section.tools-wrap .tool-blocks>.elementor-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.product-content-blocks>.elementor-container:first-child {
	max-width: 1240px !important
}

.product-content-blocks .elementor-container .product-content>.elementor-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 46px 0
}

.elementor-section.product-content-blocks .product-content {
	display: unset;
	justify-content: unset;
	align-items: unset;
	padding: unset
}

.product-content-blocks .elementor-container .elementor-widget-wrap {
	padding: 0
}

.product-content-blocks .elementor-widget-heading {
	margin-bottom: 0
}

.content-blue.product-blue-block .elementor-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 128px 0
}

.product-blue-block .elementor-container .elementor-column {
	margin: 0 12px;
	max-width: 132px
}

.product-blue-block .elementor-container .elementor-widget-wrap {
	padding: 0
}

.blue-pill-cta-container .elementor-widget-wrap {
	padding: 0 !important
}

.blue-pill-cta-container .blue-block-cta__image,
.blue-pill-cta-container .blue-block-cta__image>.elementor-widget-wrap {
	overflow: hidden;
	position: relative;
	line-height: 0
}

.blue-pill-cta-container .blue-block-cta__image .thumbnail {
	width: 514px;
	height: 280px;
	cursor: pointer;
	transition: transform .2s cubic-bezier(.38, .11, .24, .94);
	cursor: pointer;
	margin-bottom: 0
}

.blue-pill-cta-container>.elementor-container:first-child:hover .blue-block-cta__image .thumbnail {
	transform: scale(1.05)
}

.blue-pill-cta-container .blue-block-cta__image .thumbnail img {
	height: 280px;
	-o-object-fit: cover;
	object-fit: cover
}

.blue-pill-cta-container .blue-block-cta__image .mobile {
	top: 8px;
	right: 0;
	position: absolute;
	cursor: pointer;
	width: fit-content
}

@media screen and (max-width:1240px) {

	.content-gray>.elementor-container,
	.content-white>.elementor-container,
	.content-blue>.elementor-container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media screen and (max-width:940px) {
	.blue-pill-cta-container .blue-block-cta__content {
		padding: 0 30px
	}

	.blue-pill-cta-container .blue-block-cta__image .mobile {
		display: none
	}

	.product-content-blocks .product-content__content {
		margin-bottom: 32px
	}
}

.elementor-section.blue-pill-cta-container .blue-block-cta {
	display: unset;
	align-items: unset;
	justify-content: unset;
	cursor: unset
}

.elementor-section.blue-pill-cta-container .blue-block-cta>.elementor-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: default
}

.blue-block-cta__content .elementor-widget-text-editor,
.blue-block-cta__content .elementor-widget-heading {
	margin-bottom: 0
}

.elementor-widget-button.btn-white {
	width: max-content
}

.elementor-widget-button.btn-white .elementor-button {
	background-color: transparent;
	color: #000;
	padding: 0
}

@media (max-width:767px) {
	.elementor-tabs .elementor-tabs-wrapper {
		display: block
	}

	.elementor-tabs .elementor-tab-title {
		text-align: center
	}

	.elementor-tabs-content-wrapper .elementor-tab-mobile-title {
		display: none
	}

	.blue-pill-cta-container .blue-block-cta__content,
	.blue-pill-cta-container .blue-block-cta__image {
		width: unset
	}

	.elementor-section.blue-pill-cta-container .blue-block-cta>.elementor-container {
		-ms-flex-wrap: inherit;
		flex-wrap: inherit
	}

	.tools-wrap .elementor-section.tool-blocks {
		padding-bottom: 0
	}
}

@media (max-width:520px) {
	.elementor-section.tools-wrap .tool-blocks {
		margin: 0 -10px
	}
}

@media screen and (max-width:500px) {
	.blue-pill-cta-container .blue-block-cta__image .thumbnail {
		width: 200px
	}
}

.home_interactive_map .map .highlight {
	position: relative
}

.home_interactive_map .map .highlight-circle {
	fill: #fff !important;
	transition: all 2s ease;
	animation: pulse1 1.25s infinite cubic-bezier(.66, 0, 0, 1)
}

@keyframes pulse1 {
	from {
		r: 1.9
	}

	to {
		r: 5
	}
}

/*! elementor-icons - v5.11.0 - 01-03-2021 */
@font-face {
	font-family: eicons;
	src: url(//www.mwaretv.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.11.0);
	src: url(//www.mwaretv.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.11.0#iefix) format("embedded-opentype"), url(//www.mwaretv.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.11.0) format("woff2"), url(//www.mwaretv.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.11.0) format("woff"), url(//www.mwaretv.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.11.0) format("truetype"), url(//www.mwaretv.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.11.0#eicon) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
	display: inline-block;
	font-family: eicons;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@keyframes a {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.eicon-animation-spin {
	animation: a 2s infinite linear
}

.eicon-editor-link:before {
	content: '\e800'
}

.eicon-editor-unlink:before {
	content: '\e801'
}

.eicon-editor-external-link:before {
	content: '\e802'
}

.eicon-editor-close:before {
	content: '\e803'
}

.eicon-editor-list-ol:before {
	content: '\e804'
}

.eicon-editor-list-ul:before {
	content: '\e805'
}

.eicon-editor-bold:before {
	content: '\e806'
}

.eicon-editor-italic:before {
	content: '\e807'
}

.eicon-editor-underline:before {
	content: '\e808'
}

.eicon-editor-paragraph:before {
	content: '\e809'
}

.eicon-editor-h1:before {
	content: '\e80a'
}

.eicon-editor-h2:before {
	content: '\e80b'
}

.eicon-editor-h3:before {
	content: '\e80c'
}

.eicon-editor-h4:before {
	content: '\e80d'
}

.eicon-editor-h5:before {
	content: '\e80e'
}

.eicon-editor-h6:before {
	content: '\e80f'
}

.eicon-editor-quote:before {
	content: '\e810'
}

.eicon-editor-code:before {
	content: '\e811'
}

.eicon-elementor:before {
	content: '\e812'
}

.eicon-elementor-circle:before {
	content: '\e813'
}

.eicon-pojome:before {
	content: '\e814'
}

.eicon-plus:before {
	content: '\e815'
}

.eicon-menu-bar:before {
	content: '\e816'
}

.eicon-apps:before {
	content: '\e817'
}

.eicon-accordion:before {
	content: '\e818'
}

.eicon-alert:before {
	content: '\e819'
}

.eicon-animation-text:before {
	content: '\e81a'
}

.eicon-animation:before {
	content: '\e81b'
}

.eicon-banner:before {
	content: '\e81c'
}

.eicon-blockquote:before {
	content: '\e81d'
}

.eicon-button:before {
	content: '\e81e'
}

.eicon-call-to-action:before {
	content: '\e81f'
}

.eicon-captcha:before {
	content: '\e820'
}

.eicon-carousel:before {
	content: '\e821'
}

.eicon-checkbox:before {
	content: '\e822'
}

.eicon-columns:before {
	content: '\e823'
}

.eicon-countdown:before {
	content: '\e824'
}

.eicon-counter:before {
	content: '\e825'
}

.eicon-date:before {
	content: '\e826'
}

.eicon-divider-shape:before {
	content: '\e827'
}

.eicon-divider:before {
	content: '\e828'
}

.eicon-download-button:before {
	content: '\e829'
}

.eicon-dual-button:before {
	content: '\e82a'
}

.eicon-email-field:before {
	content: '\e82b'
}

.eicon-facebook-comments:before {
	content: '\e82c'
}

.eicon-facebook-like-box:before {
	content: '\e82d'
}

.eicon-form-horizontal:before {
	content: '\e82e'
}

.eicon-form-vertical:before {
	content: '\e82f'
}

.eicon-gallery-grid:before {
	content: '\e830'
}

.eicon-gallery-group:before {
	content: '\e831'
}

.eicon-gallery-justified:before {
	content: '\e832'
}

.eicon-gallery-masonry:before {
	content: '\e833'
}

.eicon-icon-box:before {
	content: '\e834'
}

.eicon-image-before-after:before {
	content: '\e835'
}

.eicon-image-box:before {
	content: '\e836'
}

.eicon-image-hotspot:before {
	content: '\e837'
}

.eicon-image-rollover:before {
	content: '\e838'
}

.eicon-info-box:before {
	content: '\e839'
}

.eicon-inner-section:before {
	content: '\e83a'
}

.eicon-mailchimp:before {
	content: '\e83b'
}

.eicon-menu-card:before {
	content: '\e83c'
}

.eicon-navigation-horizontal:before {
	content: '\e83d'
}

.eicon-nav-menu:before {
	content: '\e83e'
}

.eicon-navigation-vertical:before {
	content: '\e83f'
}

.eicon-number-field:before {
	content: '\e840'
}

.eicon-parallax:before {
	content: '\e841'
}

.eicon-php7:before {
	content: '\e842'
}

.eicon-post-list:before {
	content: '\e843'
}

.eicon-post-slider:before {
	content: '\e844'
}

.eicon-post:before {
	content: '\e845'
}

.eicon-posts-carousel:before {
	content: '\e846'
}

.eicon-posts-grid:before {
	content: '\e847'
}

.eicon-posts-group:before {
	content: '\e848'
}

.eicon-posts-justified:before {
	content: '\e849'
}

.eicon-posts-masonry:before {
	content: '\e84a'
}

.eicon-posts-ticker:before {
	content: '\e84b'
}

.eicon-price-list:before {
	content: '\e84c'
}

.eicon-price-table:before {
	content: '\e84d'
}

.eicon-radio:before {
	content: '\e84e'
}

.eicon-rtl:before {
	content: '\e84f'
}

.eicon-scroll:before {
	content: '\e850'
}

.eicon-search:before {
	content: '\e851'
}

.eicon-select:before {
	content: '\e852'
}

.eicon-share:before {
	content: '\e853'
}

.eicon-sidebar:before {
	content: '\e854'
}

.eicon-skill-bar:before {
	content: '\e855'
}

.eicon-slider-3d:before {
	content: '\e856'
}

.eicon-slider-album:before {
	content: '\e857'
}

.eicon-slider-device:before {
	content: '\e858'
}

.eicon-slider-full-screen:before {
	content: '\e859'
}

.eicon-slider-push:before {
	content: '\e85a'
}

.eicon-slider-vertical:before {
	content: '\e85b'
}

.eicon-slider-video:before {
	content: '\e85c'
}

.eicon-slides:before {
	content: '\e85d'
}

.eicon-social-icons:before {
	content: '\e85e'
}

.eicon-spacer:before {
	content: '\e85f'
}

.eicon-table:before {
	content: '\e860'
}

.eicon-tabs:before {
	content: '\e861'
}

.eicon-tel-field:before {
	content: '\e862'
}

.eicon-text-area:before {
	content: '\e863'
}

.eicon-text-field:before {
	content: '\e864'
}

.eicon-thumbnails-down:before {
	content: '\e865'
}

.eicon-thumbnails-half:before {
	content: '\e866'
}

.eicon-thumbnails-right:before {
	content: '\e867'
}

.eicon-time-line:before {
	content: '\e868'
}

.eicon-toggle:before {
	content: '\e869'
}

.eicon-url:before {
	content: '\e86a'
}

.eicon-t-letter:before {
	content: '\e86b'
}

.eicon-wordpress:before {
	content: '\e86c'
}

.eicon-text:before {
	content: '\e86d'
}

.eicon-anchor:before {
	content: '\e86e'
}

.eicon-bullet-list:before {
	content: '\e86f'
}

.eicon-code:before {
	content: '\e870'
}

.eicon-favorite:before {
	content: '\e871'
}

.eicon-google-maps:before {
	content: '\e872'
}

.eicon-image:before {
	content: '\e873'
}

.eicon-photo-library:before {
	content: '\e874'
}

.eicon-woocommerce:before {
	content: '\e875'
}

.eicon-youtube:before {
	content: '\e876'
}

.eicon-flip-box:before {
	content: '\e877'
}

.eicon-settings:before {
	content: '\e878'
}

.eicon-headphones:before {
	content: '\e879'
}

.eicon-testimonial:before {
	content: '\e87a'
}

.eicon-counter-circle:before {
	content: '\e87b'
}

.eicon-person:before {
	content: '\e87c'
}

.eicon-chevron-right:before {
	content: '\e87d'
}

.eicon-chevron-left:before {
	content: '\e87e'
}

.eicon-close:before {
	content: '\e87f'
}

.eicon-file-download:before {
	content: '\e880'
}

.eicon-save:before {
	content: '\e881'
}

.eicon-zoom-in:before {
	content: '\e882'
}

.eicon-shortcode:before {
	content: '\e883'
}

.eicon-nerd:before {
	content: '\e884'
}

.eicon-device-desktop:before {
	content: '\e885'
}

.eicon-device-tablet:before {
	content: '\e886'
}

.eicon-device-mobile:before {
	content: '\e887'
}

.eicon-document-file:before {
	content: '\e888'
}

.eicon-folder-o:before {
	content: '\e889'
}

.eicon-hypster:before {
	content: '\e88a'
}

.eicon-h-align-left:before {
	content: '\e88b'
}

.eicon-h-align-right:before {
	content: '\e88c'
}

.eicon-h-align-center:before {
	content: '\e88d'
}

.eicon-h-align-stretch:before {
	content: '\e88e'
}

.eicon-v-align-top:before {
	content: '\e88f'
}

.eicon-v-align-bottom:before {
	content: '\e890'
}

.eicon-v-align-middle:before {
	content: '\e891'
}

.eicon-v-align-stretch:before {
	content: '\e892'
}

.eicon-pro-icon:before {
	content: '\e893'
}

.eicon-mail:before {
	content: '\e894'
}

.eicon-lock-user:before {
	content: '\e895'
}

.eicon-testimonial-carousel:before {
	content: '\e896'
}

.eicon-media-carousel:before {
	content: '\e897'
}

.eicon-section:before {
	content: '\e898'
}

.eicon-column:before {
	content: '\e899'
}

.eicon-edit:before {
	content: '\e89a'
}

.eicon-clone:before {
	content: '\e89b'
}

.eicon-trash:before {
	content: '\e89c'
}

.eicon-play:before {
	content: '\e89d'
}

.eicon-angle-right:before {
	content: '\e89e'
}

.eicon-angle-left:before {
	content: '\e89f'
}

.eicon-animated-headline:before {
	content: '\e8a0'
}

.eicon-menu-toggle:before {
	content: '\e8a1'
}

.eicon-fb-embed:before {
	content: '\e8a2'
}

.eicon-fb-feed:before {
	content: '\e8a3'
}

.eicon-twitter-embed:before {
	content: '\e8a4'
}

.eicon-twitter-feed:before {
	content: '\e8a5'
}

.eicon-sync:before {
	content: '\e8a6'
}

.eicon-import-export:before {
	content: '\e8a7'
}

.eicon-check-circle:before {
	content: '\e8a8'
}

.eicon-library-save:before {
	content: '\e8a9'
}

.eicon-library-download:before {
	content: '\e8aa'
}

.eicon-insert:before {
	content: '\e8ab'
}

.eicon-preview-medium:before {
	content: '\e8ac'
}

.eicon-sort-down:before {
	content: '\e8ad'
}

.eicon-sort-up:before {
	content: '\e8ae'
}

.eicon-heading:before {
	content: '\e8af'
}

.eicon-logo:before {
	content: '\e8b0'
}

.eicon-meta-data:before {
	content: '\e8b1'
}

.eicon-post-content:before {
	content: '\e8b2'
}

.eicon-post-excerpt:before {
	content: '\e8b3'
}

.eicon-post-navigation:before {
	content: '\e8b4'
}

.eicon-yoast:before {
	content: '\e8b5'
}

.eicon-nerd-chuckle:before {
	content: '\e8b6'
}

.eicon-nerd-wink:before {
	content: '\e8b7'
}

.eicon-comments:before {
	content: '\e8b8'
}

.eicon-download-circle-o:before {
	content: '\e8b9'
}

.eicon-library-upload:before {
	content: '\e8ba'
}

.eicon-save-o:before {
	content: '\e8bb'
}

.eicon-upload-circle-o:before {
	content: '\e8bc'
}

.eicon-ellipsis-h:before {
	content: '\e8bd'
}

.eicon-ellipsis-v:before {
	content: '\e8be'
}

.eicon-arrow-left:before {
	content: '\e8bf'
}

.eicon-arrow-right:before {
	content: '\e8c0'
}

.eicon-arrow-up:before {
	content: '\e8c1'
}

.eicon-arrow-down:before {
	content: '\e8c2'
}

.eicon-play-o:before {
	content: '\e8c3'
}

.eicon-archive-posts:before {
	content: '\e8c4'
}

.eicon-archive-title:before {
	content: '\e8c5'
}

.eicon-featured-image:before {
	content: '\e8c6'
}

.eicon-post-info:before {
	content: '\e8c7'
}

.eicon-post-title:before {
	content: '\e8c8'
}

.eicon-site-logo:before {
	content: '\e8c9'
}

.eicon-site-search:before {
	content: '\e8ca'
}

.eicon-site-title:before {
	content: '\e8cb'
}

.eicon-plus-square:before {
	content: '\e8cc'
}

.eicon-minus-square:before {
	content: '\e8cd'
}

.eicon-cloud-check:before {
	content: '\e8ce'
}

.eicon-drag-n-drop:before {
	content: '\e8cf'
}

.eicon-welcome:before {
	content: '\e8d0'
}

.eicon-handle:before {
	content: '\e8d1'
}

.eicon-cart:before {
	content: '\e8d2'
}

.eicon-product-add-to-cart:before {
	content: '\e8d3'
}

.eicon-product-breadcrumbs:before {
	content: '\e8d4'
}

.eicon-product-categories:before {
	content: '\e8d5'
}

.eicon-product-description:before {
	content: '\e8d6'
}

.eicon-product-images:before {
	content: '\e8d7'
}

.eicon-product-info:before {
	content: '\e8d8'
}

.eicon-product-meta:before {
	content: '\e8d9'
}

.eicon-product-pages:before {
	content: '\e8da'
}

.eicon-product-price:before {
	content: '\e8db'
}

.eicon-product-rating:before {
	content: '\e8dc'
}

.eicon-product-related:before {
	content: '\e8dd'
}

.eicon-product-stock:before {
	content: '\e8de'
}

.eicon-product-tabs:before {
	content: '\e8df'
}

.eicon-product-title:before {
	content: '\e8e0'
}

.eicon-product-upsell:before {
	content: '\e8e1'
}

.eicon-products:before {
	content: '\e8e2'
}

.eicon-bag-light:before {
	content: '\e8e3'
}

.eicon-bag-medium:before {
	content: '\e8e4'
}

.eicon-bag-solid:before {
	content: '\e8e5'
}

.eicon-basket-light:before {
	content: '\e8e6'
}

.eicon-basket-medium:before {
	content: '\e8e7'
}

.eicon-basket-solid:before {
	content: '\e8e8'
}

.eicon-cart-light:before {
	content: '\e8e9'
}

.eicon-cart-medium:before {
	content: '\e8ea'
}

.eicon-cart-solid:before {
	content: '\e8eb'
}

.eicon-exchange:before {
	content: '\e8ec'
}

.eicon-preview-thin:before {
	content: '\e8ed'
}

.eicon-device-laptop:before {
	content: '\e8ee'
}

.eicon-collapse:before {
	content: '\e8ef'
}

.eicon-expand:before {
	content: '\e8f0'
}

.eicon-navigator:before {
	content: '\e8f1'
}

.eicon-plug:before {
	content: '\e8f2'
}

.eicon-dashboard:before {
	content: '\e8f3'
}

.eicon-typography:before {
	content: '\e8f4'
}

.eicon-info-circle-o:before {
	content: '\e8f5'
}

.eicon-integration:before {
	content: '\e8f6'
}

.eicon-plus-circle-o:before {
	content: '\e8f7'
}

.eicon-rating:before {
	content: '\e8f8'
}

.eicon-review:before {
	content: '\e8f9'
}

.eicon-tools:before {
	content: '\e8fa'
}

.eicon-loading:before {
	content: '\e8fb'
}

.eicon-sitemap:before {
	content: '\e8fc'
}

.eicon-click:before {
	content: '\e8fd'
}

.eicon-clock:before {
	content: '\e8fe'
}

.eicon-library-open:before {
	content: '\e8ff'
}

.eicon-warning:before {
	content: '\e900'
}

.eicon-flow:before {
	content: '\e901'
}

.eicon-cursor-move:before {
	content: '\e902'
}

.eicon-arrow-circle-left:before {
	content: '\e903'
}

.eicon-flash:before {
	content: '\e904'
}

.eicon-redo:before {
	content: '\e905'
}

.eicon-ban:before {
	content: '\e906'
}

.eicon-barcode:before {
	content: '\e907'
}

.eicon-calendar:before {
	content: '\e908'
}

.eicon-caret-left:before {
	content: '\e909'
}

.eicon-caret-right:before {
	content: '\e90a'
}

.eicon-caret-up:before {
	content: '\e90b'
}

.eicon-chain-broken:before {
	content: '\e90c'
}

.eicon-check-circle-o:before {
	content: '\e90d'
}

.eicon-check:before {
	content: '\e90e'
}

.eicon-chevron-double-left:before {
	content: '\e90f'
}

.eicon-chevron-double-right:before {
	content: '\e910'
}

.eicon-undo:before {
	content: '\e911'
}

.eicon-filter:before {
	content: '\e912'
}

.eicon-circle-o:before {
	content: '\e913'
}

.eicon-circle:before {
	content: '\e914'
}

.eicon-clock-o:before {
	content: '\e915'
}

.eicon-cog:before {
	content: '\e916'
}

.eicon-cogs:before {
	content: '\e917'
}

.eicon-commenting-o:before {
	content: '\e918'
}

.eicon-copy:before {
	content: '\e919'
}

.eicon-database:before {
	content: '\e91a'
}

.eicon-dot-circle-o:before {
	content: '\e91b'
}

.eicon-envelope:before {
	content: '\e91c'
}

.eicon-external-link-square:before {
	content: '\e91d'
}

.eicon-eyedropper:before {
	content: '\e91e'
}

.eicon-folder:before {
	content: '\e91f'
}

.eicon-font:before {
	content: '\e920'
}

.eicon-adjust:before {
	content: '\e921'
}

.eicon-lightbox:before {
	content: '\e922'
}

.eicon-heart-o:before {
	content: '\e923'
}

.eicon-history:before {
	content: '\e924'
}

.eicon-image-bold:before {
	content: '\e925'
}

.eicon-info-circle:before {
	content: '\e926'
}

.eicon-link:before {
	content: '\e927'
}

.eicon-long-arrow-left:before {
	content: '\e928'
}

.eicon-long-arrow-right:before {
	content: '\e929'
}

.eicon-caret-down:before {
	content: '\e92a'
}

.eicon-paint-brush:before {
	content: '\e92b'
}

.eicon-pencil:before {
	content: '\e92c'
}

.eicon-plus-circle:before {
	content: '\e92d'
}

.eicon-zoom-in-bold:before {
	content: '\e92e'
}

.eicon-sort-amount-desc:before {
	content: '\e92f'
}

.eicon-sign-out:before {
	content: '\e930'
}

.eicon-spinner:before {
	content: '\e931'
}

.eicon-square:before {
	content: '\e932'
}

.eicon-star-o:before {
	content: '\e933'
}

.eicon-star:before {
	content: '\e934'
}

.eicon-text-align-justify:before {
	content: '\e935'
}

.eicon-text-align-center:before {
	content: '\e936'
}

.eicon-tags:before {
	content: '\e937'
}

.eicon-text-align-left:before {
	content: '\e938'
}

.eicon-text-align-right:before {
	content: '\e939'
}

.eicon-close-circle:before {
	content: '\e93a'
}

.eicon-trash-o:before {
	content: '\e93b'
}

.eicon-font-awesome:before {
	content: '\e93c'
}

.eicon-user-circle-o:before {
	content: '\e93d'
}

.eicon-video-camera:before {
	content: '\e93e'
}

.eicon-heart:before {
	content: '\e93f'
}

.eicon-wrench:before {
	content: '\e940'
}

.eicon-help:before {
	content: '\e941'
}

.eicon-help-o:before {
	content: '\e942'
}

.eicon-zoom-out-bold:before {
	content: '\e943'
}

.eicon-plus-square-o:before {
	content: '\e944'
}

.eicon-minus-square-o:before {
	content: '\e945'
}

.eicon-minus-circle:before {
	content: '\e946'
}

.eicon-minus-circle-o:before {
	content: '\e947'
}

.eicon-code-bold:before {
	content: '\e948'
}

.eicon-cloud-upload:before {
	content: '\e949'
}

.eicon-search-bold:before {
	content: '\e94a'
}

.eicon-map-pin:before {
	content: '\e94b'
}

.eicon-meetup:before {
	content: '\e94c'
}

.eicon-slideshow:before {
	content: '\e94d'
}

.eicon-t-letter-bold:before {
	content: '\e94e'
}

.eicon-preferences:before {
	content: '\e94f'
}

.eicon-table-of-contents:before {
	content: '\e950'
}

.eicon-tv:before {
	content: '\e951'
}

.eicon-upload:before {
	content: '\e952'
}

.eicon-instagram-comments:before {
	content: '\e953'
}

.eicon-instagram-nested-gallery:before {
	content: '\e954'
}

.eicon-instagram-post:before {
	content: '\e955'
}

.eicon-instagram-video:before {
	content: '\e956'
}

.eicon-instagram-gallery:before {
	content: '\e957'
}

.eicon-instagram-likes:before {
	content: '\e958'
}

.eicon-facebook:before {
	content: '\e959'
}

.eicon-twitter:before {
	content: '\e95a'
}

.eicon-pinterest:before {
	content: '\e95b'
}

.eicon-frame-expand:before {
	content: '\e95c'
}

.eicon-frame-minimize:before {
	content: '\e95d'
}

.eicon-archive:before {
	content: '\e95e'
}

.eicon-colors-typography:before {
	content: '\e95f'
}

.eicon-custom:before {
	content: '\e960'
}

.eicon-footer:before {
	content: '\e961'
}

.eicon-header:before {
	content: '\e962'
}

.eicon-layout-settings:before {
	content: '\e963'
}

.eicon-lightbox-expand:before {
	content: '\e964'
}

.eicon-error-404:before {
	content: '\e965'
}

.eicon-theme-style:before {
	content: '\e966'
}

.eicon-search-results:before {
	content: '\e967'
}

.eicon-single-post:before {
	content: '\e968'
}

.eicon-site-identity:before {
	content: '\e969'
}

.eicon-theme-builder:before {
	content: '\e96a'
}

.eicon-download-bold:before {
	content: '\e96b'
}

.eicon-share-arrow:before {
	content: '\e96c'
}

.eicon-global-settings:before {
	content: '\e96d'
}

.eicon-user-preferences:before {
	content: '\e96e'
}

.eicon-lock:before {
	content: '\e96f'
}

.eicon-export-kit:before {
	content: '\e970'
}

.eicon-import-kit:before {
	content: '\e971'
}

.eicon-lottie:before {
	content: '\e972'
}

.eicon-products-archive:before {
	content: '\e973'
}

.eicon-single-product:before {
	content: '\e974'
}

.eicon-disable-trash-o:before {
	content: '\e975'
}

.eicon-single-page:before {
	content: '\e976'
}

.eicon-wordpress-light:before {
	content: '\e977'
}

.eicon-cogs-check:before {
	content: '\e978'
}

.eicon-custom-css:before {
	content: '\e979'
}

.eicon-global-colors:before {
	content: '\e97a'
}

.eicon-globe:before {
	content: '\e97b'
}

.eicon-typography-1:before {
	content: '\e97c'
}

.eicon-background:before {
	content: '\e97d'
}

.eicon-device-responsive:before {
	content: '\e97e'
}

.eicon-device-wide:before {
	content: '\e97f'
}

.eicon-code-highlight:before {
	content: '\e980'
}

.eicon-video-playlist:before {
	content: '\e981'
}

.eicon-download-kit:before {
	content: '\e982'
}

.eicon-kit-details:before {
	content: '\e983'
}

.eicon-kit-parts:before {
	content: '\e984'
}

.eicon-kit-upload:before {
	content: '\e985'
}

.eicon-kit-plugins:before {
	content: '\e986'
}

.eicon-kit-upload-alt:before {
	content: '\e987'
}

.eicon-hotspot:before {
	content: '\e988'
}

.eicon-paypal-button:before {
	content: '\e989'
}

.eicon-shape:before {
	content: '\e98a'
}

.eicon-wordart:before {
	content: '\e98b'
}

.eicon-eye:before {
	content: '\e8ac'
}

.eicon-elementor-square:before {
	content: '\e813'
}

@keyframes bounce {

	20%,
	53%,
	80%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom
}

@keyframes flash {

	50%,
	from,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	animation-name: flash
}

@keyframes pulse {

	from,
	to {
		transform: scale3d(1, 1, 1)
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05)
	}
}

.pulse {
	animation-name: pulse
}

@keyframes rubberBand {

	from,
	to {
		transform: scale3d(1, 1, 1)
	}

	30% {
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		transform: scale3d(1.05, .95, 1)
	}
}

.rubberBand {
	animation-name: rubberBand
}

@keyframes shake {

	from,
	to {
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	animation-name: shake
}

@keyframes headShake {
	0% {
		transform: translateX(0)
	}

	6.5% {
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		transform: translateX(0)
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake
}

@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing
}

@keyframes tada {

	from,
	to {
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
}

.tada {
	animation-name: tada
}

@keyframes wobble {

	from,
	to {
		transform: none
	}

	15% {
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
}

.wobble {
	animation-name: wobble
}

@keyframes jello {

	11.1%,
	from,
	to {
		transform: none
	}

	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	animation-name: jello;
	transform-origin: center
}

@keyframes bounceIn {

	20%,
	40%,
	60%,
	80%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	animation-name: bounceIn
}

@keyframes bounceInDown {

	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}

	75% {
		transform: translate3d(0, -10px, 0)
	}

	90% {
		transform: translate3d(0, 5px, 0)
	}

	to {
		transform: none
	}
}

.bounceInDown {
	animation-name: bounceInDown
}

@keyframes bounceInLeft {

	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}

	75% {
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		transform: translate3d(5px, 0, 0)
	}

	to {
		transform: none
	}
}

.bounceInLeft {
	animation-name: bounceInLeft
}

@keyframes bounceInRight {

	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		transform: translate3d(10px, 0, 0)
	}

	90% {
		transform: translate3d(-5px, 0, 0)
	}

	to {
		transform: none
	}
}

.bounceInRight {
	animation-name: bounceInRight
}

@keyframes bounceInUp {

	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}

	75% {
		transform: translate3d(0, 10px, 0)
	}

	90% {
		transform: translate3d(0, -5px, 0)
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	animation-name: bounceInUp
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInDown {
	animation-name: fadeInDown
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInLeft {
	animation-name: fadeInLeft
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRight {
	animation-name: fadeInRight
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		transform: skewX(-5deg);
		opacity: 1
	}

	to {
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out
}

@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		transform-origin: center;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	animation-name: rotateIn
}

@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight
}

@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.rollIn {
	animation-name: rollIn
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	animation-name: zoomIn
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	animation-name: zoomInDown
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	animation-name: zoomInLeft
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	animation-name: zoomInRight
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	animation-name: zoomInUp
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	animation-name: slideInDown
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	animation-name: slideInLeft
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	animation-name: slideInRight
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	animation-name: slideInUp
}

.elementor-animation-grow {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
	transform: scale(1.1)
}

.elementor-animation-shrink {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
	transform: scale(0.9)
}

@keyframes elementor-animation-pulse {
	25% {
		transform: scale(1.1)
	}

	75% {
		transform: scale(0.9)
	}
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
	animation-name: elementor-animation-pulse;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
	to {
		transform: scale(1.1)
	}
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
	animation-name: elementor-animation-pulse-grow;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
	to {
		transform: scale(0.9)
	}
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
	animation-name: elementor-animation-pulse-shrink;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}

@keyframes elementor-animation-push {
	50% {
		transform: scale(0.8)
	}

	100% {
		transform: scale(1)
	}
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
	animation-name: elementor-animation-push;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
	50% {
		transform: scale(1.2)
	}
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
	animation-name: elementor-animation-pop;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

.elementor-animation-bounce-in {
	transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
	transform: scale(1.2);
	transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
	transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
	transform: scale(0.8);
	transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
	transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
	transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
	transform: translateY(-8px)
}

.elementor-animation-sink {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
	transform: translateY(8px)
}

@keyframes elementor-animation-bob {
	0% {
		transform: translateY(-8px)
	}

	50% {
		transform: translateY(-4px)
	}

	100% {
		transform: translateY(-8px)
	}
}

@keyframes elementor-animation-bob-float {
	100% {
		transform: translateY(-8px)
	}
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
	animation-name: elementor-animation-bob-float, elementor-animation-bob;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
	0% {
		transform: translateY(8px)
	}

	50% {
		transform: translateY(4px)
	}

	100% {
		transform: translateY(8px)
	}
}

@keyframes elementor-animation-hang-sink {
	100% {
		transform: translateY(8px)
	}
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
	animation-name: elementor-animation-hang-sink, elementor-animation-hang;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate
}

.elementor-animation-skew {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
	transform: skew(-10deg)
}

.elementor-animation-skew-forward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
	transform: skew(-10deg)
}

.elementor-animation-skew-backward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
	transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
	16.65% {
		transform: translateY(8px)
	}

	33.3% {
		transform: translateY(-6px)
	}

	49.95% {
		transform: translateY(4px)
	}

	66.6% {
		transform: translateY(-2px)
	}

	83.25% {
		transform: translateY(1px)
	}

	100% {
		transform: translateY(0)
	}
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
	animation-name: elementor-animation-wobble-vertical;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
	16.65% {
		transform: translateX(8px)
	}

	33.3% {
		transform: translateX(-6px)
	}

	49.95% {
		transform: translateX(4px)
	}

	66.6% {
		transform: translateX(-2px)
	}

	83.25% {
		transform: translateX(1px)
	}

	100% {
		transform: translateX(0)
	}
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
	animation-name: elementor-animation-wobble-horizontal;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
	16.65% {
		transform: translate(8px, 8px)
	}

	33.3% {
		transform: translate(-6px, -6px)
	}

	49.95% {
		transform: translate(4px, 4px)
	}

	66.6% {
		transform: translate(-2px, -2px)
	}

	83.25% {
		transform: translate(1px, 1px)
	}

	100% {
		transform: translate(0, 0)
	}
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
	animation-name: elementor-animation-wobble-to-bottom-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
	16.65% {
		transform: translate(8px, -8px)
	}

	33.3% {
		transform: translate(-6px, 6px)
	}

	49.95% {
		transform: translate(4px, -4px)
	}

	66.6% {
		transform: translate(-2px, 2px)
	}

	83.25% {
		transform: translate(1px, -1px)
	}

	100% {
		transform: translate(0, 0)
	}
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
	animation-name: elementor-animation-wobble-to-top-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
	16.65% {
		transform: skew(-12deg)
	}

	33.3% {
		transform: skew(10deg)
	}

	49.95% {
		transform: skew(-6deg)
	}

	66.6% {
		transform: skew(4deg)
	}

	83.25% {
		transform: skew(-2deg)
	}

	100% {
		transform: skew(0)
	}
}

.elementor-animation-wobble-top {
	transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
	animation-name: elementor-animation-wobble-top;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
	16.65% {
		transform: skew(-12deg)
	}

	33.3% {
		transform: skew(10deg)
	}

	49.95% {
		transform: skew(-6deg)
	}

	66.6% {
		transform: skew(4deg)
	}

	83.25% {
		transform: skew(-2deg)
	}

	100% {
		transform: skew(0)
	}
}

.elementor-animation-wobble-bottom {
	transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
	animation-name: elementor-animation-wobble-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
	16.65% {
		transform: skew(-12deg)
	}

	33.3% {
		transform: skew(10deg)
	}

	49.95% {
		transform: skew(-6deg)
	}

	66.6% {
		transform: skew(4deg)
	}

	83.25% {
		transform: skew(-2deg)
	}

	100% {
		transform: skew(0)
	}
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
	animation-name: elementor-animation-wobble-skew;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
	50% {
		transform: translateX(3px) rotate(2deg)
	}

	100% {
		transform: translateX(-3px) rotate(-2deg)
	}
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
	animation-name: elementor-animation-buzz;
	animation-duration: .15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
	10% {
		transform: translateX(3px) rotate(2deg)
	}

	20% {
		transform: translateX(-3px) rotate(-2deg)
	}

	30% {
		transform: translateX(3px) rotate(2deg)
	}

	40% {
		transform: translateX(-3px) rotate(-2deg)
	}

	50% {
		transform: translateX(2px) rotate(1deg)
	}

	60% {
		transform: translateX(-2px) rotate(-1deg)
	}

	70% {
		transform: translateX(2px) rotate(1deg)
	}

	80% {
		transform: translateX(-2px) rotate(-1deg)
	}

	90% {
		transform: translateX(1px) rotate(0)
	}

	100% {
		transform: translateX(-1px) rotate(0)
	}
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
	animation-name: elementor-animation-buzz-out;
	animation-duration: .75s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

/*! elementor - v3.2.4 - 26-05-2021 */
.dialog-widget-content {
	background-color: #fff;
	position: absolute;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
	box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
	overflow: hidden
}

.dialog-message {
	font-size: 12px;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.dialog-type-lightbox {
	position: fixed;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 9999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.dialog-type-lightbox .dialog-widget-content {
	margin: auto;
	width: 375px
}

.dialog-type-lightbox .dialog-header {
	font-size: 15px;
	color: #495157;
	padding: 30px 0 10px;
	font-weight: 500
}

.dialog-type-lightbox .dialog-message {
	padding: 0 30px 30px;
	min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
	text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
	border-top: 1px solid #e6e9ec;
	text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
	font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
	width: 50%;
	border: none;
	background: none;
	color: #6d7882;
	font-size: 15px;
	cursor: pointer;
	padding: 13px 0;
	outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
	background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
	color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
	color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
	background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
	border: 0
}

.dialog-close-button {
	cursor: pointer;
	position: absolute;
	margin-top: 15px;
	right: 15px;
	font-size: 15px;
	line-height: 1
}

.dialog-close-button:not(:hover) {
	opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
	width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
	border-right: 1px solid #e6e9ec
}

.dialog-prevent-scroll {
	overflow: hidden;
	max-height: 100vh
}

@media (min-width:1024px) {
	body.admin-bar .dialog-lightbox-widget {
		height: calc(100vh - 32px)
	}
}

@media (max-width:1024px) {
	body.admin-bar .dialog-type-lightbox {
		position: -webkit-sticky;
		position: sticky;
		height: 100vh
	}
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
	padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
	padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
	padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
	padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
	padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
	padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
	position: relative;
	height: 0
}

.elementor-fit-aspect-ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 0;
	background-color: #000
}

.elementor-fit-aspect-ratio video {
	width: 100%
}

.flatpickr-calendar {
	width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
	font-weight: 300
}

.flatpickr-calendar .dayContainer {
	width: 280px;
	min-width: 280px;
	max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
	width: 280px
}

.flatpickr-calendar .flatpickr-day {
	max-width: 37px;
	height: 37px;
	line-height: 37px
}

.elementor-templates-modal .dialog-widget-content {
	font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
	background-color: #f1f3f5;
	width: 100%
}

@media (max-width:1439px) {
	.elementor-templates-modal .dialog-widget-content {
		max-width: 990px
	}
}

@media (min-width:1440px) {
	.elementor-templates-modal .dialog-widget-content {
		max-width: 1200px
	}
}

.elementor-templates-modal .dialog-header {
	padding: 0;
	z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper,
.elementor-templates-modal .dialog-header {
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper {
	border: none;
	display: none;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
	height: 40px;
	margin-left: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
	padding: 12px 36px;
	color: #fff;
	width: auto;
	font-size: 15px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
	background-color: #39b54a
}

.elementor-templates-modal .dialog-message {
	height: 750px;
	max-height: 85vh;
	overflow: auto;
	padding-top: 25px
}

.elementor-templates-modal .dialog-content {
	height: 100%
}

.elementor-templates-modal .dialog-loading {
	display: none
}

.elementor-templates-modal__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 50px
}

.elementor-templates-modal__header__logo {
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer
}

.elementor-templates-modal__header__logo-area {
	text-align: left;
	padding-left: 15px
}

.elementor-templates-modal__header__logo-area>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-templates-modal__header__logo__icon-wrapper {
	margin-right: 10px;
	font-size: 12px
}

.elementor-templates-modal__header__logo__title {
	padding-top: 2px
}

.elementor-templates-modal__header__items-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.elementor-templates-modal__header__item>i {
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.elementor-templates-modal__header__item>i:not(:hover) {
	color: #a4afb7
}

.elementor-templates-modal__header__close--normal {
	width: 47px;
	border-left: 1px solid #e6e9ec
}

.elementor-templates-modal__header__close--normal i {
	font-size: 18px
}

.elementor-templates-modal__header__close--skip {
	padding: 10px 10px 10px 20px;
	margin-right: 10px;
	color: #fff;
	background-color: #a4afb7;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer
}

.elementor-templates-modal__header__close--skip>i {
	font-size: inherit;
	padding-left: 10px;
	margin-left: 15px;
	border-left: 1px solid
}

.elementor-templates-modal__header__close--skip>i:not(:hover) {
	color: #fff
}

.elementor-templates-modal__sidebar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25%;
	background-color: hsla(0, 0%, 100%, .3)
}

.elementor-templates-modal__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, .05);
	box-shadow: inset 0 0 13px rgba(0, 0, 0, .05)
}

#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section+.elementor-second-section {
	border-top: 1px solid #464b50;
	margin-top: 6px
}

.elementor-hidden {
	display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
	position: absolute;
	top: -10000em;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.elementor-clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0
}

.e-logo-wrapper {
	background: #93003c;
	display: inline-block;
	padding: .75em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 1
}

.e-logo-wrapper i {
	color: #fff;
	font-size: 1em
}

.elementor {
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual
}

.elementor *,
.elementor :after,
.elementor :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.elementor a {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none
}

.elementor hr {
	margin: 0;
	background-color: transparent
}

.elementor img {
	height: auto;
	max-width: 100%;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
	margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1;
	border: none
}

.elementor .elementor-custom-embed {
	line-height: 0
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	z-index: 0;
	direction: ltr
}

.elementor .elementor-background-video-container {
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
	opacity: 0
}

.elementor .elementor-background-video-embed {
	max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
	max-width: none
}

.elementor .elementor-html5-video {
	-o-object-fit: cover;
	object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute
}

.elementor .elementor-background-slideshow {
	z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
	width: 100%;
	height: 100%;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover
}

.elementor-widget-wrap>.elementor-element.elementor-absolute {
	position: absolute
}

.elementor-widget-wrap>.elementor-element.elementor-fixed {
	position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
	max-width: 100%
}

@media (max-width:1024px) {

	.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
	.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
		max-width: 100%
	}
}

@media (max-width:767px) {

	.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
	.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
		max-width: 100%
	}
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
	z-index: 1
}

.elementor-invisible {
	visibility: hidden
}

.elementor-align-center {
	text-align: center
}

.elementor-align-center .elementor-button {
	width: auto
}

.elementor-align-right {
	text-align: right
}

.elementor-align-right .elementor-button {
	width: auto
}

.elementor-align-left {
	text-align: left
}

.elementor-align-left .elementor-button {
	width: auto
}

.elementor-align-justify .elementor-button {
	width: 100%
}

.elementor-custom-embed-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
	font-size: 100px;
	color: #fff;
	opacity: .8;
	text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
	font-family: eicons;
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite
}

.elementor-custom-embed-play.elementor-playing i:before {
	content: "\e8fb"
}

.elementor-tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.elementor-ken-burns {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 10s;
	-o-transition-duration: 10s;
	transition-duration: 10s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear
}

.elementor-ken-burns--out {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

.elementor-ken-burns--active {
	-webkit-transition-duration: 20s;
	-o-transition-duration: 20s;
	transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

@media (max-width:1024px) {
	.elementor-tablet-align-center {
		text-align: center
	}

	.elementor-tablet-align-center .elementor-button {
		width: auto
	}

	.elementor-tablet-align-right {
		text-align: right
	}

	.elementor-tablet-align-right .elementor-button {
		width: auto
	}

	.elementor-tablet-align-left {
		text-align: left
	}

	.elementor-tablet-align-left .elementor-button {
		width: auto
	}

	.elementor-tablet-align-justify .elementor-button {
		width: 100%
	}
}

@media (max-width:767px) {
	.elementor-mobile-align-center {
		text-align: center
	}

	.elementor-mobile-align-center .elementor-button {
		width: auto
	}

	.elementor-mobile-align-right {
		text-align: right
	}

	.elementor-mobile-align-right .elementor-button {
		width: auto
	}

	.elementor-mobile-align-left {
		text-align: left
	}

	.elementor-mobile-align-left .elementor-button {
		width: auto
	}

	.elementor-mobile-align-justify .elementor-button {
		width: 100%
	}
}

#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before {
	content: "\e813";
	font-family: eicons;
	top: 3px;
	font-size: 18px
}

#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before {
	content: "\f348";
	top: 2px
}

:root {
	--page-title-display: block
}

.elementor-page-title,
h1.entry-title {
	display: var(--page-title-display)
}

.elementor-section {
	position: relative
}

.elementor-section .elementor-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

@media (max-width:1024px) {
	.elementor-section .elementor-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1140px
}

.elementor-section.elementor-section-stretched {
	position: relative;
	width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

@media (min-width:768px) {
	.elementor-section.elementor-section-height-full {
		height: 100vh
	}

	.elementor-section.elementor-section-height-full>.elementor-container {
		height: 100%
	}
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.elementor-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1024px) {
	.elementor-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.elementor-widget-wrap {
	position: relative;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-widget-wrap>.elementor-element {
	width: 100%
}

.elementor-widget {
	position: relative
}

.elementor-widget:not(:last-child) {
	margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
	margin-bottom: 0
}

.elementor-column {
	min-height: 1px
}

.elementor-column,
.elementor-column-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-column-wrap {
	width: 100%
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
	padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
	padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
	padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
	padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
	padding: 0
}

@media (min-width:768px) {

	.elementor-column.elementor-col-10,
	.elementor-column[data-col="10"] {
		width: 10%
	}

	.elementor-column.elementor-col-11,
	.elementor-column[data-col="11"] {
		width: 11.111%
	}

	.elementor-column.elementor-col-12,
	.elementor-column[data-col="12"] {
		width: 12.5%
	}

	.elementor-column.elementor-col-14,
	.elementor-column[data-col="14"] {
		width: 14.285%
	}

	.elementor-column.elementor-col-16,
	.elementor-column[data-col="16"] {
		width: 16.666%
	}

	.elementor-column.elementor-col-20,
	.elementor-column[data-col="20"] {
		width: 20%
	}

	.elementor-column.elementor-col-25,
	.elementor-column[data-col="25"] {
		width: 25%
	}

	.elementor-column.elementor-col-30,
	.elementor-column[data-col="30"] {
		width: 30%
	}

	.elementor-column.elementor-col-33,
	.elementor-column[data-col="33"] {
		width: 33.333%
	}

	.elementor-column.elementor-col-40,
	.elementor-column[data-col="40"] {
		width: 40%
	}

	.elementor-column.elementor-col-50,
	.elementor-column[data-col="50"] {
		width: 50%
	}

	.elementor-column.elementor-col-60,
	.elementor-column[data-col="60"] {
		width: 60%
	}

	.elementor-column.elementor-col-66,
	.elementor-column[data-col="66"] {
		width: 66.666%
	}

	.elementor-column.elementor-col-70,
	.elementor-column[data-col="70"] {
		width: 70%
	}

	.elementor-column.elementor-col-75,
	.elementor-column[data-col="75"] {
		width: 75%
	}

	.elementor-column.elementor-col-80,
	.elementor-column[data-col="80"] {
		width: 80%
	}

	.elementor-column.elementor-col-83,
	.elementor-column[data-col="83"] {
		width: 83.333%
	}

	.elementor-column.elementor-col-90,
	.elementor-column[data-col="90"] {
		width: 90%
	}

	.elementor-column.elementor-col-100,
	.elementor-column[data-col="100"] {
		width: 100%
	}
}

@media (max-width:479px) {
	.elementor-column.elementor-xs-10 {
		width: 10%
	}

	.elementor-column.elementor-xs-11 {
		width: 11.111%
	}

	.elementor-column.elementor-xs-12 {
		width: 12.5%
	}

	.elementor-column.elementor-xs-14 {
		width: 14.285%
	}

	.elementor-column.elementor-xs-16 {
		width: 16.666%
	}

	.elementor-column.elementor-xs-20 {
		width: 20%
	}

	.elementor-column.elementor-xs-25 {
		width: 25%
	}

	.elementor-column.elementor-xs-30 {
		width: 30%
	}

	.elementor-column.elementor-xs-33 {
		width: 33.333%
	}

	.elementor-column.elementor-xs-40 {
		width: 40%
	}

	.elementor-column.elementor-xs-50 {
		width: 50%
	}

	.elementor-column.elementor-xs-60 {
		width: 60%
	}

	.elementor-column.elementor-xs-66 {
		width: 66.666%
	}

	.elementor-column.elementor-xs-70 {
		width: 70%
	}

	.elementor-column.elementor-xs-75 {
		width: 75%
	}

	.elementor-column.elementor-xs-80 {
		width: 80%
	}

	.elementor-column.elementor-xs-83 {
		width: 83.333%
	}

	.elementor-column.elementor-xs-90 {
		width: 90%
	}

	.elementor-column.elementor-xs-100 {
		width: 100%
	}
}

@media (max-width:767px) {
	.elementor-column.elementor-sm-10 {
		width: 10%
	}

	.elementor-column.elementor-sm-11 {
		width: 11.111%
	}

	.elementor-column.elementor-sm-12 {
		width: 12.5%
	}

	.elementor-column.elementor-sm-14 {
		width: 14.285%
	}

	.elementor-column.elementor-sm-16 {
		width: 16.666%
	}

	.elementor-column.elementor-sm-20 {
		width: 20%
	}

	.elementor-column.elementor-sm-25 {
		width: 25%
	}

	.elementor-column.elementor-sm-30 {
		width: 30%
	}

	.elementor-column.elementor-sm-33 {
		width: 33.333%
	}

	.elementor-column.elementor-sm-40 {
		width: 40%
	}

	.elementor-column.elementor-sm-50 {
		width: 50%
	}

	.elementor-column.elementor-sm-60 {
		width: 60%
	}

	.elementor-column.elementor-sm-66 {
		width: 66.666%
	}

	.elementor-column.elementor-sm-70 {
		width: 70%
	}

	.elementor-column.elementor-sm-75 {
		width: 75%
	}

	.elementor-column.elementor-sm-80 {
		width: 80%
	}

	.elementor-column.elementor-sm-83 {
		width: 83.333%
	}

	.elementor-column.elementor-sm-90 {
		width: 90%
	}

	.elementor-column.elementor-sm-100 {
		width: 100%
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-column.elementor-md-10 {
		width: 10%
	}

	.elementor-column.elementor-md-11 {
		width: 11.111%
	}

	.elementor-column.elementor-md-12 {
		width: 12.5%
	}

	.elementor-column.elementor-md-14 {
		width: 14.285%
	}

	.elementor-column.elementor-md-16 {
		width: 16.666%
	}

	.elementor-column.elementor-md-20 {
		width: 20%
	}

	.elementor-column.elementor-md-25 {
		width: 25%
	}

	.elementor-column.elementor-md-30 {
		width: 30%
	}

	.elementor-column.elementor-md-33 {
		width: 33.333%
	}

	.elementor-column.elementor-md-40 {
		width: 40%
	}

	.elementor-column.elementor-md-50 {
		width: 50%
	}

	.elementor-column.elementor-md-60 {
		width: 60%
	}

	.elementor-column.elementor-md-66 {
		width: 66.666%
	}

	.elementor-column.elementor-md-70 {
		width: 70%
	}

	.elementor-column.elementor-md-75 {
		width: 75%
	}

	.elementor-column.elementor-md-80 {
		width: 80%
	}

	.elementor-column.elementor-md-83 {
		width: 83.333%
	}

	.elementor-column.elementor-md-90 {
		width: 90%
	}

	.elementor-column.elementor-md-100 {
		width: 100%
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

@media (max-width:767px) {
	.elementor-reverse-mobile>.elementor-container>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.elementor-column {
		width: 100%
	}
}

ul.elementor-icon-list-items.elementor-inline-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
	word-break: break-word
}

.elementor-grid {
	display: grid;
	grid-column-gap: var(--grid-column-gap);
	grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
	min-width: 0
}

.elementor-grid-0 .elementor-grid {
	display: inline-block;
	width: 100%;
	word-spacing: var(--grid-column-gap);
	margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
	display: inline-block;
	margin-bottom: var(--grid-row-gap);
	word-break: break-word
}

.elementor-grid-1 .elementor-grid {
	grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
	grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
	grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
	grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
	grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
	grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
	grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
	grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
	grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
	grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
	grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
	grid-template-columns: repeat(12, 1fr)
}

@media (max-width:1024px) {
	.elementor-grid-tablet-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap))
	}

	.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word
	}

	.elementor-grid-tablet-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-grid-tablet-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-grid-tablet-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-grid-tablet-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-grid-tablet-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-grid-tablet-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-grid-tablet-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-grid-tablet-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-grid-tablet-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-grid-tablet-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-grid-tablet-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-grid-tablet-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:767px) {
	.elementor-grid-mobile-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap))
	}

	.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word
	}

	.elementor-grid-mobile-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-grid-mobile-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-grid-mobile-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-grid-mobile-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-grid-mobile-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-grid-mobile-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-grid-mobile-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-grid-mobile-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-grid-mobile-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-grid-mobile-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-grid-mobile-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-grid-mobile-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (min-width:1025px) {
	#elementor-device-mode:after {
		content: "desktop"
	}
}

@media (min-width:768px) and (max-width:1024px) {
	#elementor-device-mode:after {
		content: "tablet"
	}
}

@media (max-width:767px) {
	#elementor-device-mode:after {
		content: "mobile"
	}
}

[class*=" eicon-"],
[class^=eicon] {
	display: inline-block;
	font-family: eicons;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@-webkit-keyframes eicon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes eicon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.eicon-animation-spin {
	-webkit-animation: eicon-spin 2s linear infinite;
	animation: eicon-spin 2s linear infinite
}

.eicon-loading:before {
	content: "\e8fb"
}

.eicon-menu-bar:before {
	content: "\e816"
}

.eicon-chevron-right:before {
	content: "\e87d"
}

.eicon-chevron-left:before {
	content: "\e87e"
}

.eicon-close:before {
	content: "\e87f"
}

.eicon-share-arrow:before {
	content: "\e96c"
}

.eicon-zoom-in:before {
	content: "\e882"
}

.eicon-zoom-in-bold:before {
	content: "\e92e"
}

.eicon-zoom-out-bold:before {
	content: "\e943"
}

.eicon-frame-expand:before {
	content: "\e95c"
}

.eicon-frame-minimize:before {
	content: "\e95d"
}

.eicon-play:before {
	content: "\e89d"
}

.eicon-facebook:before {
	content: "\e959"
}

.eicon-twitter:before {
	content: "\e95a"
}

.eicon-pinterest:before {
	content: "\e95b"
}

.eicon-download-bold:before {
	content: "\e96b"
}

.elementor-form-fields-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-field-group {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-field-group.elementor-field-type-submit {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
	width: 100%;
	max-width: 100%;
	border: 1px solid #818a91;
	background-color: transparent;
	color: #373a3c;
	vertical-align: middle;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	outline: 0
}

.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-field-textual:-moz-placeholder,
.elementor-field-group .elementor-field-textual::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-field-textual::-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
	content: "\e92a";
	font-family: eicons;
	font-size: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	pointer-events: none;
	text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
	content: ""
}

.elementor-field-subgroup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
	display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
	padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
	display: inline
}

.elementor-field-label {
	cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
	content: "*";
	color: red;
	padding-left: .2em
}

.elementor-field-textual {
	line-height: 1.4;
	font-size: 15px;
	min-height: 40px;
	padding: 5px 14px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
	font-size: 13px;
	min-height: 33px;
	padding: 4px 12px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
	font-size: 16px;
	min-height: 47px;
	padding: 6px 16px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
	font-size: 18px;
	min-height: 59px;
	padding: 7px 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
	font-size: 20px;
	min-height: 72px;
	padding: 8px 24px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	-ms-flex-preferred-size: initial;
	flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
	-webkit-box-flex: initial;
	-ms-flex-positive: initial;
	flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
	-ms-flex-preferred-size: initial;
	flex-basis: auto
}

@media screen and (max-width:1024px) {
	.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.elementor-tablet-button-align-center .e-form__buttons,
	.elementor-tablet-button-align-center .elementor-field-type-submit {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.elementor-tablet-button-align-start .e-form__buttons,
	.elementor-tablet-button-align-start .elementor-field-type-submit {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.elementor-tablet-button-align-end .e-form__buttons,
	.elementor-tablet-button-align-end .elementor-field-type-submit {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		-ms-flex-preferred-size: initial;
		flex-basis: auto
	}

	.elementor-tablet-button-align-center .e-form__buttons__wrapper,
	.elementor-tablet-button-align-end .e-form__buttons__wrapper,
	.elementor-tablet-button-align-start .e-form__buttons__wrapper {
		-webkit-box-flex: initial;
		-ms-flex-positive: initial;
		flex-grow: 0
	}

	.elementor-tablet-button-align-center .e-form__buttons__wrapper,
	.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
	.elementor-tablet-button-align-end .e-form__buttons__wrapper,
	.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
	.elementor-tablet-button-align-start .e-form__buttons__wrapper,
	.elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
		-ms-flex-preferred-size: initial;
		flex-basis: auto
	}
}

@media screen and (max-width:767px) {
	.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.elementor-mobile-button-align-center .e-form__buttons,
	.elementor-mobile-button-align-center .elementor-field-type-submit {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.elementor-mobile-button-align-start .e-form__buttons,
	.elementor-mobile-button-align-start .elementor-field-type-submit {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.elementor-mobile-button-align-end .e-form__buttons,
	.elementor-mobile-button-align-end .elementor-field-type-submit {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		-ms-flex-preferred-size: initial;
		flex-basis: auto
	}

	.elementor-mobile-button-align-center .e-form__buttons__wrapper,
	.elementor-mobile-button-align-end .e-form__buttons__wrapper,
	.elementor-mobile-button-align-start .e-form__buttons__wrapper {
		-webkit-box-flex: initial;
		-ms-flex-positive: initial;
		flex-grow: 0
	}

	.elementor-mobile-button-align-center .e-form__buttons__wrapper,
	.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
	.elementor-mobile-button-align-end .e-form__buttons__wrapper,
	.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
	.elementor-mobile-button-align-start .e-form__buttons__wrapper,
	.elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
		-ms-flex-preferred-size: initial;
		flex-basis: auto
	}
}

.elementor-error .elementor-field {
	border-color: #d9534f
}

.elementor-error .help-inline {
	color: #d9534f;
	font-size: .9em
}

.elementor-message {
	margin: 10px 0;
	font-size: 1em;
	line-height: 1
}

.elementor-message:before {
	content: "\e90e";
	display: inline-block;
	font-family: eicons;
	font-weight: 400;
	font-style: normal;
	vertical-align: middle;
	margin-right: 5px
}

.elementor-message.elementor-message-danger {
	color: #d9534f
}

.elementor-message.elementor-message-danger:before {
	content: "\e87f"
}

.elementor-message.form-message-success {
	color: #5cb85c
}

.elementor-form .elementor-button {
	padding-top: 0;
	padding-bottom: 0;
	border: none
}

.elementor-form .elementor-button>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
	min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
	min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
	min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
	min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
	min-height: 72px
}

.elementor-element .elementor-widget-container {
	-webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
	transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
	-o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
}

.elementor-accordion {
	text-align: left
}

.elementor-accordion .elementor-accordion-item {
	border: 1px solid #d4d4d4
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
	border-top: none
}

.elementor-accordion .elementor-tab-title {
	margin: 0;
	padding: 15px 20px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	outline: none
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	display: inline-block;
	width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
	float: right;
	text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	float: left;
	text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
	display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
	display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
	display: block
}

.elementor-accordion .elementor-tab-content {
	display: none;
	padding: 15px 20px;
	border-top: 1px solid #d4d4d4
}

@media (max-width:767px) {
	.elementor-accordion .elementor-tab-title {
		padding: 12px 15px
	}

	.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
		width: 1.2em
	}

	.elementor-accordion .elementor-tab-content {
		padding: 7px 15px
	}
}

.elementor-alert {
	padding: 15px;
	border-left: 5px solid transparent;
	position: relative;
	text-align: left
}

.elementor-alert .elementor-alert-title {
	display: block;
	font-weight: 700
}

.elementor-alert .elementor-alert-description {
	font-size: 13px
}

.elementor-alert button.elementor-alert-dismiss {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 3px;
	font-size: 20px;
	line-height: 1;
	background: transparent;
	color: inherit;
	border: none;
	cursor: pointer
}

.elementor-alert.elementor-alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bcdff1
}

.elementor-alert.elementor-alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #cae6be
}

.elementor-alert.elementor-alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #f9f0c3
}

.elementor-alert.elementor-alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #e8c4c4
}

@media (max-width:767px) {
	.elementor-alert {
		padding: 10px
	}

	.elementor-alert button.elementor-alert-dismiss {
		right: 7px;
		top: 7px
	}
}

.elementor-tab-title a {
	color: inherit
}

.elementor-button {
	display: inline-block;
	line-height: 1;
	background-color: #818a91;
	font-size: 15px;
	padding: 12px 24px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	fill: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
	color: #fff
}

.elementor-button-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-button-icon {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.elementor-button-icon svg {
	width: 1em
}

.elementor-button-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	display: inline-block
}

.elementor-button.elementor-size-xs {
	font-size: 13px;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.elementor-button.elementor-size-md {
	font-size: 16px;
	padding: 15px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.elementor-button.elementor-size-lg {
	font-size: 18px;
	padding: 20px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.elementor-button.elementor-size-xl {
	font-size: 20px;
	padding: 25px 50px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
	margin-left: 5px;
	-webkit-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15
}

.elementor-button .elementor-align-icon-left {
	margin-right: 5px;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.elementor-button span {
	text-decoration: inherit
}

.elementor-menu-cart__toggle .elementor-button-icon {
	-webkit-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15
}

.elementor-element.elementor-button-info .elementor-button {
	background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
	background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
	background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
	background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
	background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
	background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
	background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
	background-color: #d9534f
}

.elementor-counter .elementor-counter-number-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 69px;
	font-weight: 600;
	color: #222;
	line-height: 1
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-prefix {
	text-align: right
}

.elementor-counter .elementor-counter-number-suffix {
	text-align: left
}

.elementor-counter .elementor-counter-title {
	text-align: center;
	font-size: 19px;
	font-weight: 400;
	color: #666;
	line-height: 2.5
}

.elementor-widget-divider {
	--divider-border-style: none;
	--divider-border-width: 1px;
	--divider-color: #2c2c2c;
	--divider-icon-size: 20px;
	--divider-element-spacing: 10px;
	--divider-pattern-height: 24px;
	--divider-pattern-size: 20px;
	--divider-pattern-url: none;
	--divider-pattern-repeat: repeat-x
}

.elementor-widget-divider .elementor-divider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-widget-divider .elementor-divider__text {
	font-size: 15px;
	line-height: 1;
	max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
	margin: 0 var(--divider-element-spacing);
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
	font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
	display: block;
	content: "";
	border-bottom: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 100;
	flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
	content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
	margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 100;
	flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
	content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
	margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
	border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
	--divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
	width: 100%;
	min-height: var(--divider-pattern-height);
	-webkit-mask-size: var(--divider-pattern-size) 100%;
	mask-size: var(--divider-pattern-size) 100%;
	-webkit-mask-repeat: var(--divider-pattern-repeat);
	mask-repeat: var(--divider-pattern-repeat);
	background-color: var(--divider-color);
	-webkit-mask-image: var(--divider-pattern-url);
	mask-image: var(--divider-pattern-url)
}

.elementor-widget-divider--no-spacing {
	--divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
	--divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
	direction: rtl
}

.elementor-image-gallery .gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	max-width: 100%;
	margin: 0 auto
}

.elementor-image-gallery .gallery-item img {
	margin: 0 auto
}

.elementor-image-gallery .gallery-item .gallery-caption {
	margin: 0
}

@media (min-width:768px) {
	.elementor-image-gallery .gallery-columns-2 .gallery-item {
		max-width: 50%
	}

	.elementor-image-gallery .gallery-columns-3 .gallery-item {
		max-width: 33.33%
	}

	.elementor-image-gallery .gallery-columns-4 .gallery-item {
		max-width: 25%
	}

	.elementor-image-gallery .gallery-columns-5 .gallery-item {
		max-width: 20%
	}

	.elementor-image-gallery .gallery-columns-6 .gallery-item {
		max-width: 16.666%
	}

	.elementor-image-gallery .gallery-columns-7 .gallery-item {
		max-width: 14.28%
	}

	.elementor-image-gallery .gallery-columns-8 .gallery-item {
		max-width: 12.5%
	}

	.elementor-image-gallery .gallery-columns-9 .gallery-item {
		max-width: 11.11%
	}

	.elementor-image-gallery .gallery-columns-10 .gallery-item {
		max-width: 10%
	}
}

@media (min-width:480px) and (max-width:767px) {

	.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
		max-width: 50%
	}
}

@media (max-width:479px) {

	.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
		max-width: 100%
	}
}

.elementor-widget-google_maps .elementor-widget-container {
	overflow: hidden
}

.elementor-widget-google_maps iframe {
	height: 300px
}

.elementor-heading-title {
	padding: 0;
	margin: 0;
	line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
	color: inherit;
	font-size: inherit;
	line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
	font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
	font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
	font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
	font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	font-size: 59px
}

.elementor-icon {
	display: inline-block;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #818a91;
	font-size: 50px;
	text-align: center
}

.elementor-icon:hover {
	color: #818a91
}

.elementor-icon i,
.elementor-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.elementor-icon i.fad {
	width: auto
}

.elementor-view-stacked .elementor-icon {
	padding: .5em;
	background-color: #818a91;
	color: #fff;
	fill: #fff
}

.elementor-view-framed .elementor-icon {
	padding: .5em;
	color: #818a91;
	border: 3px solid #818a91;
	background-color: transparent
}

.elementor-shape-circle .elementor-icon {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

@media (min-width:768px) {

	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
	.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
	.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
		margin: auto
	}

	.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

@media (max-width:767px) {
	.elementor-widget-icon-box .elementor-icon-box-icon {
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 15px
	}
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
	text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-title a {
	color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
	margin: 0
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
	overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
	margin-right: -8px;
	margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: 8px;
	margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	width: auto;
	left: auto;
	right: auto;
	position: relative;
	height: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left-width: 1px;
	border-style: solid;
	right: -8px
}

.elementor-widget .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.elementor-widget .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	position: relative
}

.elementor-widget .elementor-icon-list-item:after {
	position: absolute;
	bottom: 0;
	width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	-ms-flex-item-align: center;
	align-self: center;
	padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-widget .elementor-icon-list-icon i {
	width: 1.25em
}

.elementor-widget .elementor-icon-list-icon svg {
	width: 1em
}

.elementor-widget.elementor-list-item-link-full_width a {
	width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
	margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
	left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
	right: 0
}

@media (max-width:1024px) {

	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

@media (max-width:767px) {

	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

.elementor-widget-image {
	text-align: center
}

.elementor-widget-image a {
	display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
	width: 48px
}

.elementor-widget-image img {
	vertical-align: middle;
	display: inline-block
}

.elementor-widget-image-box .elementor-image-box-content {
	width: 100%
}

@media (min-width:768px) {

	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
	.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
		margin: auto
	}

	.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

@media (max-width:767px) {
	.elementor-widget-image-box .elementor-image-box-img {
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 15px
	}
}

.elementor-widget-image-box .elementor-image-box-img {
	display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
	color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
	text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
	margin: 0
}

.elementor-widget-image-carousel .swiper-container {
	position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
	line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
	text-align: center
}

.elementor-image-gallery figure img {
	display: block
}

.elementor-image-gallery figure figcaption {
	width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
	padding: 0
}

body.elementor-page .elementor-widget-menu-anchor {
	margin-bottom: 0
}

.elementor-widget-progress {
	text-align: left
}

.elementor-progress-wrapper {
	position: relative;
	background-color: #eee;
	color: #fff;
	height: 100%;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.elementor-progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #818a91;
	width: 0;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: width 1s ease-in-out;
	-o-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out
}

.elementor-progress-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 15px
}

.elementor-progress-percentage {
	padding-right: 15px
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
	background-color: #5bc0de
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
	background-color: #5cb85c
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
	background-color: #f0ad4e
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
	background-color: #d9534f
}

.elementor-progress .elementor-title {
	display: block
}

@media (max-width:767px) {
	.elementor-progress-text {
		padding-left: 10px
	}
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
	line-height: 1;
	font-size: 0
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
	display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
	grid-column-gap: var(--grid-column-gap, 5px);
	grid-row-gap: var(--grid-row-gap, 5px);
	grid-template-columns: var(--grid-template-columns);
	-webkit-box-pack: var(--justify-content, center);
	-ms-flex-pack: var(--justify-content, center);
	justify-content: var(--justify-content, center);
	justify-items: var(--justify-content, center)
}

.elementor-icon.elementor-social-icon {
	font-size: var(--icon-size, 25px);
	line-height: var(--icon-size, 25px);
	width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
	height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))
}

.elementor-social-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: #818a91;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	cursor: pointer
}

.elementor-social-icon i {
	color: #fff
}

.elementor-social-icon:last-child {
	margin: 0
}

.elementor-social-icon:hover {
	opacity: .9;
	color: #fff
}

.elementor-social-icon-android {
	background-color: #a4c639
}

.elementor-social-icon-apple {
	background-color: #999
}

.elementor-social-icon-behance {
	background-color: #1769ff
}

.elementor-social-icon-bitbucket {
	background-color: #205081
}

.elementor-social-icon-codepen {
	background-color: #000
}

.elementor-social-icon-delicious {
	background-color: #39f
}

.elementor-social-icon-deviantart {
	background-color: #05cc47
}

.elementor-social-icon-digg {
	background-color: #005be2
}

.elementor-social-icon-dribbble {
	background-color: #ea4c89
}

.elementor-social-icon-elementor {
	background-color: #d30c5c
}

.elementor-social-icon-envelope {
	background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
	background-color: #3b5998
}

.elementor-social-icon-flickr {
	background-color: #0063dc
}

.elementor-social-icon-foursquare {
	background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
	background-color: #006400
}

.elementor-social-icon-github {
	background-color: #333
}

.elementor-social-icon-gitlab {
	background-color: #e24329
}

.elementor-social-icon-globe {
	background-color: #818a91
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
	background-color: #dd4b39
}

.elementor-social-icon-houzz {
	background-color: #7ac142
}

.elementor-social-icon-instagram {
	background-color: #262626
}

.elementor-social-icon-jsfiddle {
	background-color: #487aa2
}

.elementor-social-icon-link {
	background-color: #818a91
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
	background-color: #0077b5
}

.elementor-social-icon-medium {
	background-color: #00ab6b
}

.elementor-social-icon-meetup {
	background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
	background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
	background-color: #f4731c
}

.elementor-social-icon-pinterest {
	background-color: #bd081c
}

.elementor-social-icon-product-hunt {
	background-color: #da552f
}

.elementor-social-icon-reddit {
	background-color: #ff4500
}

.elementor-social-icon-rss {
	background-color: #f26522
}

.elementor-social-icon-shopping-cart {
	background-color: #4caf50
}

.elementor-social-icon-skype {
	background-color: #00aff0
}

.elementor-social-icon-slideshare {
	background-color: #0077b5
}

.elementor-social-icon-snapchat {
	background-color: #fffc00
}

.elementor-social-icon-soundcloud {
	background-color: #f80
}

.elementor-social-icon-spotify {
	background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
	background-color: #fe7a15
}

.elementor-social-icon-steam {
	background-color: #00adee
}

.elementor-social-icon-stumbleupon {
	background-color: #eb4924
}

.elementor-social-icon-telegram {
	background-color: #2ca5e0
}

.elementor-social-icon-thumb-tack {
	background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
	background-color: #589442
}

.elementor-social-icon-tumblr {
	background-color: #35465c
}

.elementor-social-icon-twitch {
	background-color: #6441a5
}

.elementor-social-icon-twitter {
	background-color: #1da1f2
}

.elementor-social-icon-viber {
	background-color: #665cac
}

.elementor-social-icon-vimeo {
	background-color: #1ab7ea
}

.elementor-social-icon-vk {
	background-color: #45668e
}

.elementor-social-icon-weibo {
	background-color: #dd2430
}

.elementor-social-icon-weixin {
	background-color: #31a918
}

.elementor-social-icon-whatsapp {
	background-color: #25d366
}

.elementor-social-icon-wordpress {
	background-color: #21759b
}

.elementor-social-icon-xing {
	background-color: #026466
}

.elementor-social-icon-yelp {
	background-color: #af0606
}

.elementor-social-icon-youtube {
	background-color: #cd201f
}

.elementor-social-icon-500px {
	background-color: #0099e5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
	-webkit-border-radius: 10%;
	border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.elementor-star-rating {
	color: #ccd6df;
	font-family: eicons;
	display: inline-block
}

.elementor-star-rating i {
	display: inline-block;
	position: relative;
	font-style: normal;
	cursor: default
}

.elementor-star-rating i:before {
	content: "\e934";
	display: block;
	font-size: inherit;
	font-family: inherit;
	position: absolute;
	overflow: hidden;
	color: #f0ad4e;
	top: 0;
	left: 0
}

.elementor-star-rating .elementor-star-empty:before {
	content: none
}

.elementor-star-rating .elementor-star-1:before {
	width: 10%
}

.elementor-star-rating .elementor-star-2:before {
	width: 20%
}

.elementor-star-rating .elementor-star-3:before {
	width: 30%
}

.elementor-star-rating .elementor-star-4:before {
	width: 40%
}

.elementor-star-rating .elementor-star-5:before {
	width: 50%
}

.elementor-star-rating .elementor-star-6:before {
	width: 60%
}

.elementor-star-rating .elementor-star-7:before {
	width: 70%
}

.elementor-star-rating .elementor-star-8:before {
	width: 80%
}

.elementor-star-rating .elementor-star-9:before {
	width: 90%
}

.elementor-star-rating__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-star-rating__title {
	margin-right: 10px
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
	margin-right: auto
}

@media (max-width:1024px) {
	.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
		text-align: right;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
		margin-right: auto
	}
}

@media (max-width:767px) {
	.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
		text-align: right;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
		margin-right: auto
	}
}

.last-star {
	letter-spacing: 0
}

.elementor--star-style-star_unicode .elementor-star-rating {
	font-family: Arial, Helvetica, sans-serif
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
	content: "\002605"
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
	width: 25%;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
	border-right-style: none
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
	height: 999em;
	width: 0;
	right: 0;
	border-right-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
	top: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
	top: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	display: table-cell
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
	border-bottom-style: none
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
	bottom: 0;
	height: 0;
	width: 999em;
	border-bottom-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
	right: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
	left: 100%
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
	border: 1px #d4d4d4
}

.elementor-widget-tabs .elementor-tabs {
	text-align: left
}

.elementor-widget-tabs .elementor-tabs-wrapper {
	overflow: hidden
}

.elementor-widget-tabs .elementor-tab-title {
	cursor: pointer;
	outline: var(--focus-outline, none)
}

.elementor-widget-tabs .elementor-tab-desktop-title {
	position: relative;
	padding: 20px 25px;
	font-weight: 700;
	line-height: 1;
	border: solid transparent
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
	border-color: #d4d4d4
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
	display: block;
	content: "";
	position: absolute
}

.elementor-widget-tabs .elementor-tab-mobile-title {
	padding: 10px;
	cursor: pointer
}

.elementor-widget-tabs .elementor-tab-content {
	padding: 20px;
	display: none
}

@media (max-width:767px) {

	.elementor-tabs .elementor-tab-content,
	.elementor-tabs .elementor-tab-title {
		border-style: solid solid none
	}

	.elementor-tabs .elementor-tabs-wrapper {
		display: none
	}

	.elementor-tabs .elementor-tabs-content-wrapper {
		border-bottom-style: solid
	}

	.elementor-tabs .elementor-tab-content {
		padding: 10px
	}
}

@media (min-width:768px) {
	.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		border-style: solid solid solid none
	}

	.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
		border-style: none solid solid
	}

	.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,
	.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,
	.elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title {
		width: 100%
	}

	.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title {
		height: 100%
	}

	.elementor-tabs .elementor-tab-mobile-title {
		display: none
	}
}

.elementor-testimonial-wrapper {
	overflow: hidden;
	text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
	font-size: 1.3em;
	margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
	line-height: 1.5;
	color: inherit;
	display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
	font-size: .85em;
	color: inherit;
	display: block
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
	text-align: left
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
	text-align: right
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
	width: 100%;
	line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
	display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
	display: table-cell;
	vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: none
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
	padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
	text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
	display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
	margin-bottom: 20px
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: #818a91;
	color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
	color: #818a91;
	border: 3px solid;
	background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
	margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
	width: 1em;
	height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
	float: left;
	text-align: center;
	line-height: 1;
	font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
	display: inline-block
}

.elementor-toggle {
	text-align: left
}

.elementor-toggle .elementor-tab-title {
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #d4d4d4;
	cursor: pointer;
	outline: none
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	display: inline-block;
	width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
	float: right;
	text-align: right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
	float: left;
	text-align: left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
	display: block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
	display: none
}

.elementor-toggle .elementor-tab-title.elementor-active {
	border-bottom: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
	display: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
	display: block
}

.elementor-toggle .elementor-tab-content {
	padding: 15px;
	border-bottom: 1px solid #d4d4d4;
	display: none
}

@media (max-width:767px) {
	.elementor-toggle .elementor-tab-title {
		padding: 12px
	}

	.elementor-toggle .elementor-tab-content {
		padding: 12px 10px
	}
}

.elementor-widget-video .elementor-widget-container {
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
	cursor: pointer;
	text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
	opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
	display: block;
	width: 100%
}

.elementor-widget-video .e-hosted-video .elementor-video {
	-o-object-fit: cover;
	object-fit: cover
}

.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

.elementor-slick-slider[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.elementor-slick-slider .slick-loading .slick-list {
	background: #fff
}

.elementor-slick-slider .slick-loading .slick-list:after {
	content: "\e8fb";
	font-family: eicons;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
	font-size: 25px;
	color: #a4afb7
}

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

.elementor-slick-slider .slick-next:focus,
.elementor-slick-slider .slick-next:hover,
.elementor-slick-slider .slick-prev:focus,
.elementor-slick-slider .slick-prev:hover {
	color: transparent;
	outline: none;
	background: transparent
}

.elementor-slick-slider .slick-next:focus:before,
.elementor-slick-slider .slick-next:hover:before,
.elementor-slick-slider .slick-prev:focus:before,
.elementor-slick-slider .slick-prev:hover:before {
	opacity: 1
}

.elementor-slick-slider .slick-next.slick-disabled:before,
.elementor-slick-slider .slick-prev.slick-disabled:before {
	opacity: .25
}

.elementor-slick-slider .slick-next:before,
.elementor-slick-slider .slick-prev:before {
	font-family: eicons;
	font-size: 35px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider .slick-prev {
	left: -25px
}

[dir=rtl] .elementor-slick-slider .slick-prev {
	left: auto;
	right: -25px
}

.elementor-slick-slider .slick-prev:before {
	content: "\e89f"
}

[dir=rtl] .elementor-slick-slider .slick-prev:before {
	content: "\e89e"
}

.elementor-slick-slider .slick-next {
	right: -25px
}

[dir=rtl] .elementor-slick-slider .slick-next {
	left: -25px;
	right: auto
}

.elementor-slick-slider .slick-next:before {
	content: "\e89e"
}

[dir=rtl] .elementor-slick-slider .slick-next:before {
	content: "\e89f"
}

.elementor-slick-slider .slick-dotted.slick-slider {
	margin-bottom: 30px
}

.elementor-slick-slider ul.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1
}

.elementor-slick-slider ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer
}

.elementor-slick-slider ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.elementor-slick-slider ul.slick-dots li button:focus,
.elementor-slick-slider ul.slick-dots li button:hover {
	outline: none
}

.elementor-slick-slider ul.slick-dots li button:focus:before,
.elementor-slick-slider ul.slick-dots li button:hover:before {
	opacity: 1
}

.elementor-slick-slider ul.slick-dots li button:before {
	font-family: eicons;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "\e914";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider ul.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.elementor-slick-slider .slick-arrows-inside .slick-prev {
	left: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev {
	left: auto;
	right: 20px
}

.elementor-slick-slider .slick-arrows-inside .slick-next {
	right: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next {
	left: 20px;
	right: auto
}

.elementor-slick-slider .slick-dots-inside .slick-dots {
	bottom: 5px
}

.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
	margin-bottom: 0
}

.elementor-slick-slider .slick-slider .slick-next,
.elementor-slick-slider .slick-slider .slick-prev {
	z-index: 1
}

.elementor-slick-slider .slick-slide img {
	margin: auto
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container .swiper-slide figure {
	line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
	display: none
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 5px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	opacity: .2
}

.swiper-pagination-fraction {
	color: #000
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	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;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-scrollbar {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.elementor-pagination-position-outside .swiper-container {
	padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
	top: calc(50% - 30px / 2)
}

.elementor-swiper {
	position: relative
}

.elementor-main-swiper {
	position: static
}

.elementor-arrows-position-outside .swiper-container {
	width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
	left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
	right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
	width: 100%
}

.elementor-swiper-button {
	position: absolute;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	z-index: 1;
	cursor: pointer;
	font-size: 25px;
	color: hsla(0, 0%, 93.3%, .9);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.elementor-swiper-button-prev {
	left: 10px
}

.elementor-swiper-button-next {
	right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
	opacity: .3
}

.swiper-container-cube .elementor-swiper-button {
	-webkit-transform: translate3d(0, -50%, 1px);
	transform: translate3d(0, -50%, 1px)
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.elementor-lightbox {
	--lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
	--lightbox-ui-color-hover: #fff;
	--lightbox-text-color: var(--lightbox-ui-color);
	--lightbox-header-icons-size: 20px;
	--lightbox-navigation-icons-size: 25px
}

.elementor-lightbox .dialog-header {
	display: none
}

.elementor-lightbox .dialog-widget-content {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 100%
}

.elementor-lightbox .dialog-message {
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
	height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
	padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
	cursor: pointer;
	position: absolute;
	font-size: var(--lightbox-header-icons-size);
	right: .75em;
	margin-top: 13px;
	padding: .25em;
	z-index: 2;
	line-height: 1
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
	color: var(--lightbox-ui-color);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
	color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper-container {
	height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	margin: auto
}

@media (max-width:767px) {
	.elementor-lightbox .elementor-lightbox-item {
		padding: 70px 0
	}
}

.elementor-lightbox .elementor-lightbox-image {
	max-height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
	opacity: 1;
	-webkit-filter: none;
	filter: none;
	border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (min-width:1025px) {
	.elementor-lightbox .elementor-video-container {
		width: 75%
	}
}

@media (max-width:1024px) {
	.elementor-lightbox .elementor-video-container {
		width: 100%
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
		width: 70%
	}
}

.elementor-lightbox .elementor-swiper-button:focus {
	outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 15%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: var(--lightbox-navigation-icons-size)
}

.elementor-lightbox .elementor-swiper-button-prev {
	left: 0
}

.elementor-lightbox .elementor-swiper-button-next {
	right: 0
}

@media (max-width:767px) {
	.elementor-lightbox .elementor-swiper-button:focus {
		outline: none
	}

	.elementor-lightbox .elementor-swiper-button-next,
	.elementor-lightbox .elementor-swiper-button-prev {
		width: 20%
	}

	.elementor-lightbox .elementor-swiper-button-next i,
	.elementor-lightbox .elementor-swiper-button-prev i {
		padding: 10px;
		background-color: rgba(0, 0, 0, .5)
	}

	.elementor-lightbox .elementor-swiper-button-prev {
		left: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.elementor-lightbox .elementor-swiper-button-next {
		right: 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.elementor-slideshow__counter {
	color: currentColor;
	font-size: .75em;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.elementor-slideshow__footer {
	color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
	color: var(--lightbox-ui-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	font-size: var(--lightbox-header-icons-size);
	padding-left: 1em;
	padding-right: 2.6em;
	top: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10
}

.elementor-slideshow__header>i {
	font-size: inherit;
	cursor: pointer;
	padding: .25em;
	margin: 0 .35em
}

.elementor-slideshow__header>i:hover {
	color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
	margin-right: auto
}

.elementor-slideshow__header .elementor-icon-share {
	z-index: 5
}

.elementor-slideshow__share-menu {
	background-color: transparent;
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
	color: #2c2c2c
}

.elementor-slideshow__share-links {
	display: block;
	position: absolute;
	min-width: 200px;
	right: 2.8em;
	top: 3em;
	background-color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 14px 20px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transform-origin: 90% 10%;
	-ms-transform-origin: 90% 10%;
	transform-origin: 90% 10%;
	-webkit-transition: all .25s .1s;
	-o-transition: all .25s .1s;
	transition: all .25s .1s;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
	text-align: left;
	color: #55595c;
	font-size: 12px;
	line-height: 2.5;
	display: block;
	opacity: 0;
	-webkit-transition: opacity .5s .1s;
	-o-transition: opacity .5s .1s;
	transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
	color: #000
}

.elementor-slideshow__share-links a i {
	font-size: 1.25em;
	margin-right: .75em
}

.elementor-slideshow__share-links:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: .5em;
	border: .45em solid transparent;
	border-bottom-color: #fff;
	-webkit-transform: translateY(-100%) scaleX(.7);
	-ms-transform: translateY(-100%) scaleX(.7);
	transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
	bottom: 0;
	z-index: 5;
	position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
	margin: 0
}

.elementor-slideshow__title {
	font-size: 16px;
	font-weight: 700
}

.elementor-slideshow__description {
	font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
	opacity: 0;
	pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
	opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
	width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
	background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
	opacity: 0;
	pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 1;
	cursor: default;
	background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
	opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
	color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
	color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
	color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
	color: #a4afb7
}

.elementor-slideshow--share-mode .eicon-share-arrow {
	z-index: 2
}

.animated {
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s
}

.animated.animated-slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.animated-fast {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.reverse {
	animation-direction: reverse
}

@media (prefers-reduced-motion:reduce) {
	.animated {
		-webkit-animation: none;
		animation: none
	}
}

.elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr
}

.elementor-shape-top {
	top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
	z-index: -1
}

.elementor-shape-bottom {
	bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
	z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.elementor-shape svg {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
	fill: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
	background: #55595c;
	font-size: 11px;
	line-height: 9px;
	margin-top: 6px;
	padding: 4px 8px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.page-template-elementor_canvas.elementor-page:before {
	display: none
}

.elementor-post__thumbnail__link {
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
	padding: 0
}

#wpadminbar * {
	font-style: normal
}

.elementor-portfolio.elementor-grid {
	display: grid
}

.elementor-share-buttons--align-right {
	text-align: right
}

.elementor-share-buttons--align-left {
	text-align: left
}

.elementor-share-buttons--align-center {
	text-align: center
}

.elementor-share-buttons--align-justify {
	text-align: justify;
	-moz-text-align-last: justify;
	text-align-last: justify
}

@media (max-width:1024px) {
	.elementor-share-buttons-tablet--align-right {
		text-align: right
	}

	.elementor-share-buttons-tablet--align-left {
		text-align: left
	}

	.elementor-share-buttons-tablet--align-center {
		text-align: center
	}

	.elementor-share-buttons-tablet--align-justify {
		text-align: justify;
		-moz-text-align-last: justify;
		text-align-last: justify
	}
}

@media (max-width:767px) {
	.elementor-share-buttons-mobile--align-right {
		text-align: right
	}

	.elementor-share-buttons-mobile--align-left {
		text-align: left
	}

	.elementor-share-buttons-mobile--align-center {
		text-align: center
	}

	.elementor-share-buttons-mobile--align-justify {
		text-align: justify;
		-moz-text-align-last: justify;
		text-align-last: justify
	}
}

.e--ua-appleWebkit.rtl {
	--flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
	--justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container {
	margin-left: calc(-.5 * var(--grid-column-gap));
	margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container .elementor-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: var(--justify-content, space-between);
	-ms-flex-pack: var(--justify-content, space-between);
	justify-content: var(--justify-content, space-between)
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container .elementor-grid-item {
	margin-left: calc(.5 * var(--grid-column-gap));
	margin-right: calc(.5 * var(--grid-column-gap))
}

@media (max-width:767px) {
	.elementor .elementor-hidden-phone {
		display: none
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor .elementor-hidden-tablet {
		display: none
	}
}

@media (min-width:1025px) {
	.elementor .elementor-hidden-desktop {
		display: none
	}
}

.elementor-widget-text-path {
	font-size: 20px;
	text-align: var(--alignment, left)
}

.elementor-widget-text-path svg {
	width: var(--width);
	max-width: 100%;
	height: auto;
	overflow: visible;
	word-spacing: var(--word-spacing);
	-webkit-transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1));
	-ms-transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1));
	transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1))
}

.elementor-widget-text-path svg path {
	vector-effect: non-scaling-stroke;
	fill: var(--path-fill, transparent);
	stroke: var(--stroke-color, transparent);
	stroke-width: var(--stroke-width, 1px);
	-webkit-transition: var(--stroke-transition) stroke, var(--stroke-transition) fill;
	-o-transition: var(--stroke-transition) stroke, var(--stroke-transition) fill;
	transition: var(--stroke-transition) stroke, var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
	--path-fill: var(--path-fill-hover);
	--stroke-color: var(--stroke-color-hover);
	--stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
	--fill: var(--text-color);
	fill: var(--fill);
	direction: var(--direction, ltr);
	-webkit-transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill;
	-o-transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill;
	transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
	--text-color: var(--text-color-hover)
}

@font-face {
	font-family: eicons;
	src: url(https://www.mwaretv.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.10.0);
	src: url(https://www.mwaretv.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.10.0#iefix) format("embedded-opentype"), url(https://www.mwaretv.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.10.0) format("woff2"), url(https://www.mwaretv.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.10.0) format("woff"), url(https://www.mwaretv.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.10.0) format("truetype"), url(https://www.mwaretv.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.10.0#eicon) format("svg");
	font-weight: 400;
	font-style: normal
}

div[class*=' pp-'],
div[class^=pp-] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after {
	clear: both;
	content: "";
	font-size: 0;
	height: 0;
	display: block;
	visibility: hidden
}

.elementor-widget-pp-album .elementor-widget-container,
.elementor-widget-pp-video .elementor-widget-container {
	overflow: hidden
}

.pp-elementor-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.pp-elementor-grid .pp-grid-item {
	position: relative
}

.pp-elementor-grid .pp-grid-item-wrap {
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-transition: background .2s cubic-bezier(.645, .045, .355, 1);
	transition: background .2s cubic-bezier(.645, .045, .355, 1)
}

.pp-hidden {
	display: none !important
}

.pp-v-hidden {
	opacity: 0;
	visibility: hidden
}

.pp-icon {
	display: inline-block;
	line-height: 1;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pp-icon i,
.pp-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block
}

.pp-no-trans {
	-webkit-transition: none;
	transition: none
}

.pp-pos-abs {
	position: absolute
}

.pp-image-overlay,
.pp-media-background,
.pp-media-content,
.pp-media-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.pp-media-overlay {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-media-background {
	background-color: rgba(0, 0, 0, .2);
	background-size: cover
}

.pp-floating-element {
	position: fixed;
	z-index: 999
}

.pp-floating-element-align-top-left .pp-floating-element {
	top: 0;
	left: 0
}

.pp-floating-element-align-top-right .pp-floating-element {
	top: 0;
	right: 0
}

.pp-floating-element-align-top-center .pp-floating-element {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.pp-floating-element-align-middle-left .pp-floating-element {
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pp-floating-element-align-middle-right .pp-floating-element {
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pp-floating-element-align-bottom-left .pp-floating-element {
	bottom: 0;
	left: 0
}

.pp-floating-element-align-bottom-right .pp-floating-element {
	bottom: 0;
	right: 0
}

.pp-floating-element-align-bottom-center .pp-floating-element {
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.pp-submit-button,
.pp-tooltip-click {
	cursor: pointer
}

.pp-contact-form input[type=date],
.pp-contact-form input[type=email],
.pp-contact-form input[type=number],
.pp-contact-form input[type=tel],
.pp-contact-form input[type=text],
.pp-contact-form input[type=url],
.pp-contact-form textarea {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: auto
}

.pp-contact-form input[type=submit] {
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto
}

.pp-contact-form input[type=button],
.pp-contact-form input[type=submit] {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-contact-form.placeholder-hide input::-webkit-input-placeholder,
.pp-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.pp-contact-form.placeholder-hide input::-moz-placeholder,
.pp-contact-form.placeholder-hide textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.pp-contact-form.placeholder-hide input:-ms-input-placeholder,
.pp-contact-form.placeholder-hide textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.pp-contact-form.placeholder-hide input:-moz-placeholder,
.pp-contact-form.placeholder-hide textarea:-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.pp-custom-radio-checkbox input[type=checkbox],
.pp-custom-radio-checkbox input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	outline: 0;
	min-width: 1px;
	width: 15px;
	height: 15px;
	background: #ddd;
	padding: 3px;
	vertical-align: middle
}

.pp-custom-radio-checkbox input[type=checkbox]:before,
.pp-custom-radio-checkbox input[type=radio]:before {
	content: "";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block
}

.pp-custom-radio-checkbox input[type=checkbox]:checked:before,
.pp-custom-radio-checkbox input[type=radio]:checked:before {
	background: #999;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-custom-radio-checkbox input[type=radio] {
	border-radius: 50%
}

.pp-custom-radio-checkbox input[type=radio]:before {
	border-radius: 50%
}

.pp-divider-wrap {
	font-size: 0;
	line-height: 0
}

.pp-divider {
	text-align: center
}

.pp-divider-left .divider-border-left {
	display: none
}

.pp-divider-right .divider-border-right {
	display: none
}

.pp-divider-horizontal {
	border: 0;
	border-color: #000;
	border-bottom-width: 4px;
	border-top-width: 0;
	display: inline-block;
	width: 80px;
	height: 0;
	border-style: dashed
}

.pp-divider-vertical {
	border: 0;
	display: inline-block;
	border-left: 2px solid #000;
	padding-bottom: 50px
}

.divider-text-container {
	display: inline-block;
	max-width: 100%
}

.divider-text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto
}

.pp-divider-text {
	font-size: 16px;
	line-height: 1.4
}

.pp-divider-border-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.divider-border {
	border: 0;
	height: 1px;
	border-top: 1px solid #000;
	display: block;
	width: 100%
}

.pp-divider-content {
	display: inherit;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 20px
}

.pp-dual-heading .pp-first-text,
.pp-dual-heading .pp-second-text {
	display: inline-block
}

.pp-counter {
	display: inline-block
}

.pp-counter-icon,
.pp-counter-icon-divider,
.pp-counter-icon-wrap,
.pp-counter-num-divider {
	display: inline-block
}

.pp-counter-icon {
	line-height: 1
}

.pp-counter-layout-3 .pp-icon-title-wrap,
.pp-counter-layout-3-number-wrap,
.pp-counter-layout-4 .pp-icon-title-wrap,
.pp-counter-layout-4-number-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pp-counter-layout-5,
.pp-counter-layout-6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pp-counter-layout-6 .pp-counter-icon-wrap {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.pp-counter-layout-7,
.pp-counter-layout-8 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pp-counter-layout-7 .pp-icon-title-wrap,
.pp-counter-layout-8 .pp-icon-title-wrap {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.pp-counter-layout-7 .pp-counter-title-wrap,
.pp-counter-layout-8 .pp-counter-title-wrap {
	text-align: left
}

.pp-counter-layout-8 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.pp-counter-layout-8 .pp-icon-title-wrap {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.pp-counter-layout-8 .pp-counter-title-wrap {
	text-align: right
}

.pp-counter .pp-icon-title-wrap .pp-counter-title {
	display: inline-block
}

.pp-counter .pp-icon-number-wrap .pp-counter-number-wrap {
	display: inline-block
}

.pp-counter-number {
	direction: ltr
}

.pp-counter-number-wrap {
	font-size: 69px;
	line-height: 1
}

.pp-business-hours .pp-business-day,
.pp-business-hours .pp-business-timing {
	float: left;
	width: 50%
}

.pp-business-hours .pp-business-timing {
	text-align: right
}

.pp-list-container .pp-icon-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 1;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-list-container .pp-icon-list-icon {
	display: inline-block;
	text-align: center
}

.pp-list-container .pp-list-items {
	list-style: none;
	margin: 0;
	padding: 0
}

.pp-list-container .pp-list-items li {
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pp-list-container .pp-list-items li:after {
	bottom: 0;
	display: block;
	position: absolute;
	margin-bottom: -5px
}

.pp-list-container .pp-list-items li .pp-icon-list-text {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

.pp-list-container .pp-list-items .fa {
	text-align: center
}

.pp-list-container .pp-list-items a {
	display: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-list-items.pp-inline-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.pp-list-items.pp-inline-items li:not(:last-child) {
	margin-right: 8px
}

.pp-icon-right .pp-list-items li {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right
}

.pp-icon-right .pp-icon-wrapper {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.pp-info-box-container {
	display: block;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-info-box .pp-info-box-icon {
	display: inline-block;
	line-height: 1;
	max-width: 100%
}

.pp-info-box .pp-info-box-icon .fa {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
	width: 1em;
	height: 1em
}

.pp-info-box .pp-info-box-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.pp-info-box-divider-wrap {
	font-size: 0;
	line-height: 0
}

.pp-info-box-divider {
	display: inline-block
}

.pp-info-box-left .pp-info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.pp-info-box-left .pp-info-box .pp-info-box-icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px
}

.pp-info-box-left .pp-info-box .pp-info-box-icon,
.pp-info-box-left .pp-info-box img {
	width: 100%
}

.pp-info-box-right .pp-info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.pp-info-box-right .pp-info-box .pp-info-box-icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 20px
}

.pp-info-box-right .pp-info-box .pp-info-box-icon,
.pp-info-box-right .pp-info-box img {
	width: 100%
}

.pp-info-box-carousel .pp-info-box-content-wrap {
	overflow: hidden
}

.pp-info-box-description p:last-child {
	margin-bottom: 0
}

.pp-info-list-container {
	overflow: hidden
}

.pp-info-list-container li {
	overflow: hidden;
	position: relative
}

.pp-info-list-container li:last-child {
	overflow: hidden
}

.pp-info-list-container .pp-list-items li {
	display: block
}

.pp-info-list-container .pp-info-list-item-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pp-info-list-container .pp-infolist-icon-wrapper {
	background: #f5f5f5;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative
}

.pp-info-list-container .pp-info-list-number {
	text-align: center
}

.pp-info-list-container .pp-info-list-item:last-child {
	margin-bottom: 0 !important
}

.pp-info-list-container .pp-list-items a {
	color: inherit
}

.pp-infolist-content-wrapper {
	width: 100%
}

.pp-info-list-icon-left.pp-info-list-icon-vertical-middle .pp-info-list-item-inner,
.pp-info-list-icon-right.pp-info-list-icon-vertical-middle .pp-info-list-item-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-info-list-icon-left.pp-info-list-icon-vertical-top .pp-info-list-item-inner,
.pp-info-list-icon-right.pp-info-list-icon-vertical-top .pp-info-list-item-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.pp-info-list-icon-left.pp-info-list-icon-vertical-top .pp-info-list-item:first-child .pp-infolist-icon-wrapper:before,
.pp-info-list-icon-right.pp-info-list-icon-vertical-top .pp-info-list-item:first-child .pp-infolist-icon-wrapper:before {
	display: none
}

.pp-info-list-icon-left.pp-info-list-icon-vertical-bottom .pp-info-list-item-inner,
.pp-info-list-icon-right.pp-info-list-icon-vertical-bottom .pp-info-list-item-inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.pp-info-list-icon-left.pp-info-list-icon-vertical-bottom .pp-info-list-item:last-child .pp-infolist-icon-wrapper:after,
.pp-info-list-icon-right.pp-info-list-icon-vertical-bottom .pp-info-list-item:last-child .pp-infolist-icon-wrapper:after {
	display: none
}

.pp-info-list-icon-top.pp-info-list-icon-horizontal-center .pp-info-list-item-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-info-list-icon-top.pp-info-list-icon-horizontal-left .pp-info-list-item-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.pp-info-list-icon-top.pp-info-list-icon-horizontal-left .pp-info-list-item:first-child .pp-infolist-icon-wrapper:before {
	display: none
}

.pp-info-list-icon-top.pp-info-list-icon-horizontal-right .pp-info-list-item-inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.pp-info-list-icon-top.pp-info-list-icon-horizontal-right .pp-info-list-item:last-child .pp-infolist-icon-wrapper:after {
	display: none
}

.pp-info-list-icon-left .pp-infolist-icon-wrapper {
	margin-right: 10px
}

.pp-info-list-icon-left .pp-info-list-connector .pp-infolist-icon-wrapper:before {
	content: '';
	border-right: 1px solid #000;
	height: 1500px;
	bottom: 14px;
	left: calc(7px - (1px/2));
	position: absolute;
	width: 1px
}

.pp-info-list-icon-left .pp-info-list-connector .pp-infolist-icon-wrapper:after {
	content: '';
	border-right: 1px solid #000;
	height: 1500px;
	top: 14px;
	left: calc(7px - (1px/2));
	position: absolute;
	width: 1px
}

.pp-info-list-icon-right .pp-info-list-item {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right
}

.pp-info-list-icon-right .pp-infolist-icon-wrapper {
	margin-left: 10px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.pp-info-list-icon-right .pp-info-list-connector .pp-infolist-icon-wrapper:before {
	content: '';
	border-left: 1px solid #000;
	height: 1500px;
	bottom: 14px;
	right: calc(7px - (1px/2));
	position: absolute;
	width: 1px
}

.pp-info-list-icon-right .pp-info-list-connector .pp-infolist-icon-wrapper:after {
	content: '';
	border-left: 1px solid #000;
	height: 1500px;
	top: 14px;
	right: calc(7px - (1px/2));
	position: absolute;
	width: 1px
}

.pp-info-list-connector.pp-info-list-corners-hide .pp-info-list-item:first-child .pp-infolist-icon-wrapper:before {
	display: none
}

.pp-info-list-connector.pp-info-list-corners-hide .pp-info-list-item:last-child .pp-infolist-icon-wrapper:after {
	display: none
}

.pp-info-list-icon-top .pp-list-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pp-info-list-icon-top .pp-list-items .pp-info-list-item {
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	text-align: center
}

.pp-info-list-icon-top .pp-list-items .pp-info-list-item:last-child {
	margin-right: 0 !important
}

.pp-info-list-icon-top .pp-infolist-icon-wrapper {
	margin-bottom: 10px;
	vertical-align: top
}

.pp-info-list-icon-top .pp-info-list-connector .pp-infolist-icon-wrapper:before {
	content: '';
	border-top: 1px solid #000;
	height: 1px;
	top: calc(7px - (1px/2));
	left: auto;
	right: 14px;
	position: absolute;
	width: 1500px
}

.pp-info-list-icon-top .pp-info-list-connector .pp-infolist-icon-wrapper:after {
	content: '';
	border-top: 1px solid #000;
	height: 1px;
	left: 14px;
	top: calc(7px - (1px/2));
	right: auto;
	position: absolute;
	width: 1500px
}

.pp-info-list-icon-top .pp-info-list-item-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.pp-infolist-icon-wrapper {
	line-height: 1;
	position: relative;
	z-index: 1
}

.pp-info-list-item .pp-info-list-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.pp-info-list-item .pp-info-list-button .pp-button-icon {
	margin-right: 10px
}

.pp-info-list-item .pp-info-list-button-icon-after .pp-button-icon {
	margin-left: 10px;
	margin-right: 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.pp-link {
	display: inline-block;
	position: relative
}

.pp-link-effect-1:after {
	background: #000;
	position: absolute;
	bottom: -4px;
	content: '';
	height: 1px;
	left: 0;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: height .25s, opacity .25s, -webkit-transform .25s;
	transition: height .25s, opacity .25s, -webkit-transform .25s;
	transition: height .25s, opacity .25s, transform .25s;
	transition: height .25s, opacity .25s, transform .25s, -webkit-transform .25s;
	width: 100%
}

.pp-link-effect-1:hover:after {
	height: 4px;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.pp-link-effect-2:after {
	background: #000;
	position: absolute;
	bottom: -4px;
	content: '';
	height: 1px;
	left: 0;
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: height .25s, opacity .25s, -webkit-transform .25s;
	transition: height .25s, opacity .25s, -webkit-transform .25s;
	transition: height .25s, opacity .25s, transform .25s;
	transition: height .25s, opacity .25s, transform .25s, -webkit-transform .25s;
	width: 100%
}

.pp-link-effect-2:hover:after {
	height: 4px;
	opacity: 1;
	-webkit-transform: translateY(10px);
	transform: translateY(10px)
}

.pp-link-effect-3:after,
.pp-link-effect-3:before {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform .3s, opacity .2s;
	-webkit-transition: opacity .2s, -webkit-transform .3s;
	transition: opacity .2s, -webkit-transform .3s;
	transition: transform .3s, opacity .2s;
	transition: transform .3s, opacity .2s, -webkit-transform .3s
}

.pp-link-effect-3:before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	transform: translateX(20px)
}

.pp-link-effect-3:after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px)
}

.pp-link-effect-3:focus:after,
.pp-link-effect-3:focus:before,
.pp-link-effect-3:hover:after,
.pp-link-effect-3:hover:before {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.pp-link-effect-4 {
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.pp-link-effect-4 span {
	position: relative;
	display: inline-block;
	padding: 0 14px;
	background: #2195de;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.pp-link-effect-4 span:before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0965a0;
	text-align: center;
	content: attr(data-hover);
	-webkit-transition: background .3s;
	transition: background .3s;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0
}

.pp-link-effect-4:focus span,
.pp-link-effect-4:hover span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px)
}

.pp-link-effect-4:focus span:before,
.pp-link-effect-4:hover span:before {
	background: #28a2ee
}

.pp-link-effect-5 {
	display: inline-block;
	overflow: hidden;
	padding: 0 4px
}

.pp-link-effect-5 span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.pp-link-effect-5 span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.pp-link-effect-5:focus span,
.pp-link-effect-5:hover span {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.pp-link-effect-6 {
	margin: 0 10px;
	padding: 10px 20px
}

.pp-link-effect-6:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: top .3s;
	transition: top .3s
}

.pp-link-effect-6:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: height .3s;
	transition: height .3s
}

.pp-link-effect-6:hover::before {
	top: 100%;
	opacity: 1
}

.pp-link-effect-6:hover::after {
	height: 100%
}

.pp-link-effect-7 {
	padding: 12px 10px 10px;
	color: #566473;
	text-shadow: none;
	font-weight: 700
}

.pp-link-effect-7:after,
.pp-link-effect-7:before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background: #566473;
	content: '';
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: scale(.85);
	transform: scale(.85)
}

.pp-link-effect-7:after {
	opacity: 0;
	-webkit-transition: top .3s, opacity .3s, -webkit-transform .3s;
	transition: top .3s, opacity .3s, -webkit-transform .3s;
	transition: top .3s, opacity .3s, transform .3s;
	transition: top .3s, opacity .3s, transform .3s, -webkit-transform .3s
}

.pp-link-effect-7:focus::after,
.pp-link-effect-7:focus::before,
.pp-link-effect-7:hover::after,
.pp-link-effect-7:hover::before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.pp-link-effect-7:focus::after,
.pp-link-effect-7:hover::after {
	top: 0;
	opacity: 1
}

.pp-link-effect-8 {
	padding: 10px 20px
}

.pp-link-effect-8:after,
.pp-link-effect-8:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #354856;
	content: '';
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.pp-link-effect-8:after {
	border-color: #fff;
	opacity: 0;
	-webkit-transform: translateY(-7px) translateX(6px);
	transform: translateY(-7px) translateX(6px)
}

.pp-link-effect-8:focus:before,
.pp-link-effect-8:hover:before {
	opacity: 0;
	-webkit-transform: translateY(5px) translateX(-5px);
	transform: translateY(5px) translateX(-5px)
}

.pp-link-effect-8:focus:after,
.pp-link-effect-8:hover:after {
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0)
}

.pp-link-effect-9 {
	display: inline-block;
	margin: 0 20px;
	padding: 18px 20px
}

.pp-link-effect-9:after,
.pp-link-effect-9:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: .2;
	-webkit-transition: opacity .3s, height .3s;
	transition: opacity .3s, height .3s
}

.pp-link-effect-9:after {
	top: 100%;
	opacity: 0;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.pp-link-effect-9 span:first-child {
	z-index: 2;
	display: block;
	font-weight: 300
}

.pp-link-effect-9 span:last-child {
	z-index: 1;
	display: block;
	padding: 8px 0 0 0;
	color: rgba(0, 0, 0, .4);
	text-shadow: none;
	text-transform: none;
	font-style: italic;
	font-size: .75em;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	opacity: 0;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.pp-link-effect-9:focus:before,
.pp-link-effect-9:hover:before {
	height: 6px
}

.pp-link-effect-9:focus:after,
.pp-link-effect-9:focus:before,
.pp-link-effect-9:hover:after,
.pp-link-effect-9:hover:before {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.pp-link-effect-9:focus span:last-child,
.pp-link-effect-9:hover span:last-child {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.pp-link-effect-10 {
	display: inline-block;
	overflow: hidden;
	margin: 0 15px
}

.pp-link-effect-10 span {
	display: block;
	background: #0f7c67;
	padding: 8px 20px;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.pp-link-effect-10:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #0f7c67;
	content: attr(data-hover);
	padding: 8px 20px;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateX(-50%)
}

.pp-link-effect-10:focus span,
.pp-link-effect-10:hover span {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.pp-link-effect-10:focus:before,
.pp-link-effect-10:hover:before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	z-index: 1
}

.pp-link-effect-11 {
	padding: 10px 0;
	border-top: 2px solid #0972b4;
	color: #0972b4;
	text-shadow: none
}

.pp-link-effect-11:before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	max-width: 0;
	border-bottom: 2px solid #fff;
	color: #fff;
	content: attr(data-hover);
	-webkit-transition: max-width .5s;
	transition: max-width .5s
}

.pp-link-effect-11:focus:before,
.pp-link-effect-11:hover:before {
	max-width: 100%
}

.pp-link-effect-12:after,
.pp-link-effect-12:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 2px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(.2);
	transform: translateX(-50%) translateY(-50%) scale(.2)
}

.pp-link-effect-12:after {
	width: 90px;
	height: 90px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(.8);
	transform: translateX(-50%) translateY(-50%) scale(.8)
}

.pp-link-effect-12:focus:after,
.pp-link-effect-12:focus:before,
.pp-link-effect-12:hover:after,
.pp-link-effect-12:hover:before {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1)
}

.pp-link-effect-13 {
	display: inline-block;
	-webkit-transition: color .3s;
	transition: color .3s
}

.pp-link-effect-13:before {
	position: absolute;
	top: 100%;
	left: 50%;
	color: transparent;
	content: '\2022';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow .3s, color .3s;
	transition: text-shadow .3s, color .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none
}

.pp-link-effect-13:focus:before,
.pp-link-effect-13:hover:before {
	color: #fff;
	text-shadow: 10px 0 #fff, -10px 0 #fff
}

.pp-link-effect-13:focus,
.pp-link-effect-13:hover {
	color: #ba7700
}

.pp-link-effect-14 {
	display: inline-block;
	padding: 0 20px;
	height: 45px;
	line-height: 45px
}

.pp-link-effect-14:after,
.pp-link-effect-14:before {
	position: absolute;
	width: 45px;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none
}

.pp-link-effect-14:before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.pp-link-effect-14:after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.pp-link-effect-14:focus:after,
.pp-link-effect-14:focus:before,
.pp-link-effect-14:hover:after,
.pp-link-effect-14:hover:before {
	opacity: 1
}

.pp-link-effect-14:focus:before,
.pp-link-effect-14:hover:before {
	left: 50%;
	-webkit-transform: rotate(0) translateX(-50%);
	transform: rotate(0) translateX(-50%)
}

.pp-link-effect-14:focus:after,
.pp-link-effect-14:hover:after {
	right: 50%;
	-webkit-transform: rotate(0) translateX(50%);
	transform: rotate(0) translateX(50%)
}

.pp-link-effect-15 {
	display: inline-block;
	color: rgba(0, 0, 0, .2);
	font-weight: 700;
	text-shadow: none
}

.pp-link-effect-15:before {
	color: #fff;
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.pp-link-effect-15:focus:before,
.pp-link-effect-15:hover:before {
	-webkit-transform: scale(.9);
	transform: scale(.9);
	opacity: 0
}

.pp-link-effect-16 {
	display: inline-block;
	color: #6f8686;
	text-shadow: 0 0 1px rgba(111, 134, 134, .3)
}

.pp-link-effect-16:before {
	color: #fff;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255, 255, 255, .3);
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	pointer-events: none
}

.pp-link-effect-16:focus:before,
.pp-link-effect-16:hover:before {
	-webkit-transform: scale(1) translateX(0) translateY(0) rotate(0);
	transform: scale(1) translateX(0) translateY(0) rotate(0);
	opacity: 1
}

.pp-link-effect-17 {
	display: inline-block;
	color: #10649b;
	text-shadow: none;
	padding: 10px 0
}

.pp-link-effect-17:before {
	color: #fff;
	text-shadow: 0 0 1px rgba(255, 255, 255, .3);
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	pointer-events: none
}

.pp-link-effect-17:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	pointer-events: none
}

.pp-link-effect-17:focus:before,
.pp-link-effect-17:hover:before {
	opacity: 0;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.pp-link-effect-17:focus:after,
.pp-link-effect-17:hover:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.pp-link-effect-18 {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 5px;
	color: #000;
	font-weight: 700;
	-webkit-transition: color .3s;
	transition: color .3s
}

.pp-link-effect-18:after,
.pp-link-effect-18:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	background: #000;
	content: '';
	z-index: -1;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	pointer-events: none
}

.pp-link-effect-18:before {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px)
}

.pp-link-effect-18:after {
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}

.pp-link-effect-18:focus,
.pp-link-effect-18:hover {
	color: #000
}

.pp-link-effect-18:focus:after,
.pp-link-effect-18:focus:before,
.pp-link-effect-18:hover:after,
.pp-link-effect-18:hover:before {
	opacity: .7
}

.pp-link-effect-18:focus:before,
.pp-link-effect-18:hover:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.pp-link-effect-18:focus:after,
.pp-link-effect-18:hover:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.pp-link-effect-19 {
	display: inline-block;
	line-height: 2em;
	-webkit-perspective: 800px;
	perspective: 800px;
	width: 200px
}

.pp-link-effect-19 span {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 14px;
	background: #e35041;
	-webkit-transition: -webkit-transform .4s, background .4s;
	-webkit-transition: background .4s, -webkit-transform .4s;
	transition: background .4s, -webkit-transform .4s;
	transition: transform .4s, background .4s;
	transition: transform .4s, background .4s, -webkit-transform .4s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -100px;
	transform-origin: 50% 50% -100px
}

.pp-link-effect-19 span:before {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #b53a2d;
	content: attr(data-hover);
	-webkit-transition: background .4s;
	transition: background .4s;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	pointer-events: none
}

.pp-link-effect-19:focus span,
.pp-link-effect-19:hover span {
	background: #b53a2d;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg)
}

.pp-link-effect-19:focus span:before,
.pp-link-effect-19:hover span:before {
	background: #ef5e50
}

.pp-link-effect-20 {
	display: inline-block;
	line-height: 2em;
	-webkit-perspective: 800px;
	perspective: 800px
}

.pp-link-effect-20 span {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 3px 15px 0;
	background: #587285;
	-webkit-box-shadow: inset 0 3px #2f4351;
	box-shadow: inset 0 3px #2f4351;
	-webkit-transition: background .6s;
	transition: background .6s;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.pp-link-effect-20 span:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #2f4351;
	content: attr(data-hover);
	-webkit-transform: rotateX(270deg);
	transform: rotateX(270deg);
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	pointer-events: none
}

.pp-link-effect-20:focus span,
.pp-link-effect-20:hover span {
	background: #2f4351
}

.pp-link-effect-20:focus span::before,
.pp-link-effect-20:hover span::before {
	-webkit-transform: rotateX(10deg);
	transform: rotateX(10deg)
}

.pp-link-effect-21 {
	display: inline-block;
	padding: 10px;
	color: #237546;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: color .3s;
	transition: color .3s
}

.pp-link-effect-21:after,
.pp-link-effect-21:before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.pp-link-effect-21:before {
	top: 0;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.pp-link-effect-21:after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px)
}

.pp-link-effect-21:focus,
.pp-link-effect-21:hover {
	color: #fff
}

.pp-link-effect-21:focus:after,
.pp-link-effect-21:focus:before,
.pp-link-effect-21:hover:after,
.pp-link-effect-21:hover:before {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.elementor-widget-pp-pricing-table .elementor-widget-container {
	background-color: #f8f8f8
}

.pp-pricing-table {
	overflow: hidden;
	text-align: center;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-pricing-table-container {
	position: relative
}

.pp-pricing-table.horizontal-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pp-pricing-table.horizontal-table .pp-pricing-table-features,
.pp-pricing-table.horizontal-table .pp-pricing-table-footer,
.pp-pricing-table.horizontal-table .pp-pricing-table-head {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.pp-pricing-table-align-left .pp-pricing-table,
.pp-pricing-table-align-left.pp-pricing-table-price-duration-wrap .pp-pricing-table-price-duration {
	text-align: left
}

.pp-pricing-table-align-left .pp-pricing-table-price {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.pp-pricing-table-align-right .pp-pricing-table,
.pp-pricing-table-align-right.pp-pricing-table-price-duration-wrap .pp-pricing-table-price-duration {
	text-align: right
}

.pp-pricing-table-align-right .pp-pricing-table-price {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.pp-pricing-table-head {
	background: #7a7a7a;
	padding: 30px
}

.pp-pricing-table .pp-pricing-table-icon {
	display: inline-block
}

.pp-pricing-table .pp-pricing-table-title-wrap .pp-pricing-table-title {
	margin-bottom: 0
}

.pp-pricing-table .pp-pricing-table-title-wrap .pp-pricing-table-subtitle {
	margin-bottom: 0
}

.pp-pricing-table .pp-pricing-table-price {
	font-size: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px
}

.pp-pricing-table-price-value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pp-pricing-table-after-part {
	font-size: .4em;
	line-height: 1;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.pp-pricing-table .pp-pricing-table-features {
	list-style: none;
	margin: 0;
	padding: 0 30px
}

.pp-pricing-table .pp-pricing-table-features li {
	margin: 0;
	padding: 0
}

.pp-pricing-table .pp-pricing-table-features li:last-child {
	border-bottom: 0
}

.pp-pricing-table .pp-pricing-table-features .excluded {
	text-decoration: line-through
}

.pp-pricing-table .pp-pricing-table-price-duration,
.pp-pricing-table .pp-pricing-table-price-prefix {
	font-size: .4em;
	line-height: 1;
	text-align: left
}

.pp-pricing-table .pp-pricing-table-price-prefix {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.pp-pricing-table .pp-pricing-table-price-duration {
	-ms-flex-item-align: end;
	align-self: flex-end
}

.pp-pricing-table-price-duration-wrap .pp-pricing-table-price {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.pp-pricing-table-price-duration-wrap .pp-pricing-table-price-duration {
	text-align: center;
	width: 100%
}

.pp-pricing-table .pp-pricing-table-price-value {
	line-height: .9
}

.pp-pricing-table-price,
.pp-pricing-table-price-wrap {
	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;
	width: 100%
}

.pp-pricing-table-price-original {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: .5em;
	line-height: 1;
	-ms-flex-item-align: end;
	align-self: flex-end;
	text-decoration: line-through
}

.pp-pricing-table-feature-content {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-pricing-table-ribbon {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	z-index: 2
}

.pp-pricing-table-ribbon-inner {
	background: #61ce70
}

.pp-pricing-table-ribbon-1 {
	position: absolute;
	top: 0;
	width: 150px;
	overflow: hidden;
	height: 150px
}

.pp-pricing-table-ribbon-1.pp-pricing-table-ribbon-right {
	left: auto;
	right: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.pp-pricing-table-ribbon-1.pp-pricing-table-ribbon-left {
	left: 0;
	right: auto;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.pp-pricing-table-ribbon-1 .pp-pricing-table-ribbon-inner {
	text-align: center;
	left: 0;
	width: 200%;
	-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	margin-top: 35px;
	line-height: 2
}

.pp-pricing-table-ribbon-2 {
	border-radius: 50%;
	line-height: 4em;
	min-height: 4em;
	min-width: 4em
}

.pp-pricing-table-ribbon-2 .pp-pricing-table-ribbon-inner {
	background: #61ce70;
	border-radius: 50%
}

.pp-pricing-table-ribbon-2.pp-pricing-table-ribbon-right {
	-webkit-transform: translateX(38%) translateY(-38%);
	transform: translateX(38%) translateY(-38%)
}

.pp-pricing-table-ribbon-2.pp-pricing-table-ribbon-left {
	-webkit-transform: translateX(-38%) translateY(-38%);
	transform: translateX(-38%) translateY(-38%)
}

.pp-pricing-table-ribbon-right {
	right: 0
}

.pp-pricing-table-ribbon-left {
	left: 0
}

.pp-pricing-table-ribbon-3 {
	background: #61ce70;
	top: 10%
}

.pp-pricing-table-ribbon-3 .pp-pricing-table-ribbon-inner {
	padding: 3px 18px
}

.pp-pricing-table-ribbon-3:after,
.pp-pricing-table-ribbon-3:before {
	border-bottom: 8px solid transparent;
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	top: 100%
}

.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-right {
	border-radius: 3px 3px 0 3px;
	right: -8px
}

.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-right:after,
.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-right:before {
	right: 0
}

.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-right:before {
	border-left: 8px solid #61ce70
}

.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-right:after {
	border-left: 8px solid rgba(0, 0, 0, .2)
}

.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-left {
	border-radius: 3px 3px 3px 0;
	left: -8px
}

.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-left:after,
.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-left:before {
	left: 0
}

.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-left:before {
	border-right: 8px solid #61ce70
}

.pp-pricing-table-ribbon-3.pp-pricing-table-ribbon-left:after {
	border-right: 8px solid rgba(0, 0, 0, .2)
}

.pp-restaurant-menu .pp-restaurant-menu-item-wrap {
	margin-bottom: 10px;
	position: relative
}

.pp-restaurant-menu .pp-restaurant-menu-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pp-restaurant-menu .pp-restaurant-menu-image {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-right: 10px
}

.pp-restaurant-menu .pp-restaurant-menu-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.pp-restaurant-menu .pp-restaurant-menu-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 5px
}

.pp-restaurant-menu .pp-restaurant-menu-title {
	display: inline-block;
	margin: 0
}

.pp-restaurant-menu .pp-restaurant-menu-title a {
	color: inherit
}

.pp-restaurant-menu-style-1 .pp-restaurant-menu-price {
	float: right
}

.pp-restaurant-menu-style-3 .pp-restaurant-menu-image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.pp-restaurant-menu-style-4 .pp-restaurant-menu-header,
.pp-restaurant-menu-style-4 .pp-restaurant-menu-item {
	display: block
}

.pp-restaurant-menu-style-4 .pp-restaurant-menu-image {
	display: inline-block
}

.pp-restaurant-menu-style-1 .pp-price-title-connector {
	border-bottom: 1px dashed #000;
	height: 1px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0 20px
}

.pp-restaurant-menu-style-powerpack .pp-restaurant-menu-item {
	min-height: 150px;
	position: relative
}

.pp-restaurant-menu-style-powerpack .pp-restaurant-menu-price {
	bottom: 0;
	padding: 10px;
	position: absolute;
	right: 0;
	z-index: 1
}

.pp-restaurant-menu-style-powerpack .pp-restaurant-menu-price:after {
	border-color: transparent #b83d11;
	border-style: solid;
	border-width: 110px 130px 0 0;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	z-index: -1
}

.pp-restaurant-menu-divider-wrap {
	font-size: 0;
	line-height: 0
}

.pp-restaurant-menu-divider {
	display: inline-block
}

.pp-promo-box {
	overflow: hidden;
	position: relative;
	width: 100%
}

.pp-promo-box .pp-promo-box-icon {
	display: inline-block;
	line-height: 1;
	text-align: center;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-promo-box .pp-promo-box-icon .pp-promo-box-icon-inner {
	height: 1em;
	width: 1em
}

.pp-promo-box .pp-promo-box-bg,
.pp-promo-box .pp-promo-box-overlay {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: transform .25s linear 0s;
	-webkit-transition: -webkit-transform .25s linear 0s;
	transition: -webkit-transform .25s linear 0s;
	transition: transform .25s linear 0s;
	transition: transform .25s linear 0s, -webkit-transform .25s linear 0s
}

.pp-promo-box .pp-promo-box-bg {
	padding: 40px
}

.pp-promo-box .pp-promo-box-wrap {
	height: 100%;
	width: 100%;
	position: relative
}

.pp-promo-box .pp-promo-box-inner {
	display: table;
	width: 100%;
	height: 100%
}

.pp-promo-box .pp-promo-box-inner-content {
	display: table-cell;
	vertical-align: middle
}

.pp-promo-box .pp-promo-box-banner {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
	min-height: 100%;
	width: 100%
}

.pp-promo-box-heading-divider-wrap,
.pp-promo-box-subheading-divider-wrap {
	font-size: 0;
	line-height: 1
}

.pp-promo-box-heading-divider,
.pp-promo-box-subheading-divider {
	display: inline-block
}

.pp-tiled-posts {
	margin-left: -5px
}

.pp-tiled-posts a:before {
	bottom: 0;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute
}

.pp-tiled-posts-layout-2 .pp-tiled-post-2 {
	margin-bottom: 5px
}

.pp-tiled-posts-layout-3 .pp-tiles-posts-left {
	width: 66.667%
}

.pp-tiled-posts-layout-3 .pp-tiles-posts-right {
	width: 33.333%
}

.pp-tiled-posts-layout-6 .pp-tiles-posts-left,
.pp-tiled-posts-layout-6 .pp-tiles-posts-right {
	width: 25%
}

.pp-tiled-posts-layout-6 .pp-tiles-posts-left .pp-tiled-post,
.pp-tiled-posts-layout-6 .pp-tiles-posts-right .pp-tiled-post {
	width: calc(100% - 5px)
}

.pp-tiled-posts-layout-6 .pp-tiles-posts-center {
	width: 50%
}

.pp-tiled-posts-meta>span:not(:last-child):after {
	content: ''
}

.pp-tiled-posts .pp-post-categories-style-2 span {
	background: #ccc;
	display: inline-block
}

.pp-tiles-posts-left,
.pp-tiles-posts-right {
	float: left;
	width: 50%
}

.pp-tiles-posts-center {
	float: left
}

.pp-tiled-post {
	float: left;
	height: 535px;
	margin-bottom: 5px;
	margin-left: 5px;
	overflow: hidden;
	position: relative;
	width: calc(100% - 5px)
}

.pp-tiled-post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.pp-tiled-post-content-top {
	bottom: auto;
	top: 0
}

.pp-tiled-post-content-middle {
	bottom: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pp-tiled-post-large,
.pp-tiled-post-medium,
.pp-tiled-post-small,
.pp-tiled-post-xs {
	height: 265px
}

.pp-tiled-post-medium {
	width: calc(50% - 5px)
}

.pp-tiled-post-small {
	width: calc(33.333% - 5px)
}

.pp-tiled-post-xs {
	width: calc(25% - 5px)
}

.pp-tiled-post-group .pp-tiled-post {
	float: left
}

.pp-tiled-post-content {
	padding: 20px;
	pointer-events: none
}

.pp-tiled-posts .pp-tiled-post-title {
	color: #fff;
	font-size: 24px;
	margin: 0
}

.pp-image-hotspots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.pp-hot-spot-wrap {
	cursor: pointer;
	position: absolute;
	left: 30%;
	top: 30%;
	width: 14px;
	height: 14px;
	background: #000;
	border-radius: 50%;
	font-size: 14px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pp-hot-spot-image {
	position: relative
}

.pp-hot-spot-inner {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.pp-hot-spot-inner.hotspot-animation:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	pointer-events: none;
	-webkit-animation: pp-glow 2s infinite;
	animation: pp-glow 2s infinite;
	left: 0;
	top: 0
}

.pp-hot-spot-inner.hotspot-animation:hover:before {
	-webkit-animation: none;
	animation: none
}

.pp-hot-spot-inner.hotspot-animation .pp-hotspot-text {
	z-index: 1
}

.pp-hot-spot-inner,
.pp-hot-spot-inner:before {
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	height: 100%;
	position: absolute;
	width: 100%
}

.pp-hotspot-icon {
	position: relative
}

.pp-hotspot-icon-wrap {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%
}

@-webkit-keyframes pp-glow {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes pp-glow {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

.tipso_content p:last-child {
	margin-bottom: 0
}

.pp-hotspot-img-align-center .pp-image-hotspots {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pp-hotspot-img-align-left .pp-image-hotspots {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.pp-hotspot-img-align-right .pp-image-hotspots {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media only screen and (max-width:1024px) {
	.pp-hotspot-img-align-tablet-center .pp-image-hotspots {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.pp-hotspot-img-align-tablet-left .pp-image-hotspots {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.pp-hotspot-img-align-tablet-right .pp-image-hotspots {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

@media only screen and (max-width:767px) {
	.pp-hotspot-img-align-mobile-center .pp-image-hotspots {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.pp-hotspot-img-align-mobile-left .pp-image-hotspots {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.pp-hotspot-img-align-mobile-right .pp-image-hotspots {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.pp-table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: inherit;
	width: 100%
}

.pp-table .pp-table-cell {
	text-align: inherit
}

.pp-table-left .pp-table-container {
	margin-left: 0;
	margin-right: auto
}

.pp-table-center .pp-table-container {
	margin-left: auto;
	margin-right: auto
}

.pp-table-right .pp-table-container {
	margin-left: auto;
	margin-right: 0
}

.pp-table-cell-icon-before {
	margin-right: 10px
}

.pp-table-cell-icon-after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: 10px
}

.pp-table-container {
	overflow-x: auto
}

.pp-table.tablesaw-stack td,
.pp-table.tablesaw-stack th {
	float: none
}

.pp-table .pp-table-cell-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pp-table .tablesaw-sortable-btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0
}

.pp-table .tablesaw-sortable-btn .pp-table-cell-content {
	display: inline-block
}

.pp-table .tablesaw-sortable-btn .tablesaw-sortable-arrow {
	float: right;
	margin-left: 5px
}

.pp-table .tablesaw-sortable-btn:focus,
.pp-table .tablesaw-sortable-btn:hover {
	background: 0 0;
	border: none;
	color: inherit
}

.pp-table .tablesaw-sortable-head .tablesaw-sortable-arrow:after {
	content: "\f0dc";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900
}

.pp-table .tablesaw-sortable-head.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
	content: "\f0de"
}

.pp-table .tablesaw-sortable-head.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
	content: "\f0dd"
}

.pp-table-cell-icon {
	line-height: inherit
}

.pp-table-cell-icon i,
.pp-table-cell-icon svg {
	display: initial
}

.pp-table-sortable-dd-hide .tablesaw-sortable-switch {
	display: none
}

.pp-table tr:nth-child(odd) td {
	background-color: unset
}

.pp-table tr:nth-child(even) td {
	background-color: unset
}

.elementor-widget-pp-instafeed .elementor-widget-container {
	min-height: 2px
}

.pp-instagram-feed {
	position: relative
}

.pp-instagram-feed .pp-feed-item {
	float: left;
	position: relative
}

.pp-instagram-feed .pp-feed-item img {
	-webkit-filter: none;
	filter: none;
	vertical-align: middle
}

.pp-instagram-feed .pp-feed-item:hover img {
	-webkit-filter: none;
	filter: none
}

.pp-instagram-feed-gallery .pp-feed-item {
	width: 20%
}

.pp-instagram-feed-title-wrap {
	background: #fff;
	position: absolute;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.pp-insta-title-top .pp-instagram-feed-title-wrap {
	top: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translate(-50%)
}

.pp-insta-title-bottom .pp-instagram-feed-title-wrap {
	bottom: 0;
	top: auto;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translate(-50%)
}

.pp-instagram-feed-title {
	display: block;
	padding: 6px 30px;
	text-align: center
}

.pp-instagram-feed .pp-feed-item {
	position: relative
}

.pp-instagram-feed .pp-feed-item-inner {
	display: block;
	position: relative
}

.pp-instagram-feed-gray .pp-feed-item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: filter .25s linear 0s;
	-webkit-transition: -webkit-filter .25s linear 0s;
	transition: -webkit-filter .25s linear 0s;
	transition: filter .25s linear 0s;
	transition: filter .25s linear 0s, -webkit-filter .25s linear 0s
}

.pp-instagram-feed-hover-gray .pp-feed-item:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: filter .25s linear 0s;
	-webkit-transition: -webkit-filter .25s linear 0s;
	transition: -webkit-filter .25s linear 0s;
	transition: filter .25s linear 0s;
	transition: filter .25s linear 0s, -webkit-filter .25s linear 0s
}

.pp-instagram-feed .pp-overlay-container {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1
}

.pp-instagram-feed .pp-overlay-container span {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	margin: 0 5px
}

.pp-instagram-feed-hover .pp-overlay-container {
	opacity: 0
}

.pp-instagram-feed-hover .pp-feed-item:hover .pp-overlay-container {
	opacity: 1
}

.pp-instagram-feed .swiper-container .swiper-slide img {
	width: 100%
}

.pp-insta-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pp-instafeed {
	overflow: hidden;
	position: relative
}

.pp-if-icon {
	margin-right: 5px
}

.pp-if-square-images .pp-feed-item-inner {
	position: relative;
	padding-bottom: 100%;
	width: 100%
}

.pp-if-square-images .pp-if-img {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.pp-if-square-images img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.pp-load-more-button {
	cursor: pointer
}

.pp-load-more-button[disabled=disabled] {
	display: none
}

.pp-button-loading .pp-button-loader {
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-right: 8px
}

.pp-button-loading .pp-button-loader:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 3px solid #fff;
	border-color: #fff transparent #fff transparent;
	-webkit-animation: pp-dual-ring 1.2s linear infinite;
	animation: pp-dual-ring 1.2s linear infinite
}

@-webkit-keyframes pp-dual-ring {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes pp-dual-ring {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.pp-instagram-warning {
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 12px -5px silver;
	box-shadow: 0 0 12px -5px silver
}

.pp-instagram-warning::before {
	content: '\f071';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 10px;
	font-size: 20px;
	color: #e14e4e
}

.pp-recipe-container {
	border: 1px solid #eee
}

.pp-recipe-container .pp-recipe-detail-list,
.pp-recipe-container .pp-recipe-section ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.pp-recipe-container ol {
	list-style: decimal;
	margin: 0 0 0 15px;
	padding: 0
}

.pp-recipe-container h2,
.pp-recipe-container h3,
.pp-recipe-detail-title {
	color: #000
}

.pp-recipe-container h2 {
	font-size: 26px;
	margin: 0 0 20px
}

.pp-recipe-container h3 {
	font-size: 20px;
	margin: 0 0 20px
}

.pp-recipe-header {
	padding: 30px;
	overflow: hidden
}

.pp-recipe-header-content {
	overflow: hidden
}

.pp-recipe-header-image {
	float: right;
	margin-left: 30px;
	width: 180px
}

.pp-recipe-meta {
	margin-bottom: 20px
}

.pp-recipe-meta-item {
	position: relative
}

.pp-recipe-meta-item:after {
	content: '\2022';
	margin: 0 6px
}

.pp-recipe-meta-item:last-child:after {
	content: '';
	margin: 0
}

.pp-recipe-section {
	border-top: 1px solid #eee;
	padding: 30px
}

.pp-recipe-details {
	border-top: 1px solid #eee;
	overflow: hidden;
	padding: 20px 30px;
	text-align: center;
	width: 100%
}

.pp-recipe-container .pp-recipe-details li {
	display: inline-block;
	margin: 0;
	min-width: 125px;
	padding: 10px 20px;
	text-align: left
}

.pp-recipe-container .pp-recipe-ingredients li {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	margin: 0;
	padding: 12px 0;
	position: relative
}

.pp-recipe-detail-icon {
	margin-right: 8px
}

.pp-recipe-detail-content {
	display: inline-block
}

.pp-recipe-detail-content,
.pp-recipe-detail-icon,
.pp-recipe-detail-title,
.pp-recipe-detail-value {
	vertical-align: middle
}

.pp-recipe-detail-content .pp-recipe-detail-title,
.pp-recipe-detail-content .pp-recipe-detail-value {
	display: block
}

.pp-recipe-detail-title {
	margin-bottom: 3px
}

.pp-recipe-ingredients li:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

.pp-review-box-inner {
	position: relative
}

.pp-review-box-header {
	overflow: hidden
}

.pp-review-box-header,
.pp-review-features {
	margin-bottom: 20px
}

.pp-review-box-subheading {
	margin-bottom: 10px
}

.pp-review-box-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.pp-review-box-content {
	overflow: hidden
}

.pp-review-box-image {
	float: right;
	margin-left: 30px;
	width: 180px
}

.pp-review-features-list .pp-review-feature {
	display: block;
	margin-bottom: 15px
}

.pp-review-features-list .pp-review-feature:last-child {
	margin-bottom: 0
}

.pp-review-stars {
	display: inline-block;
	float: right;
	position: relative;
	white-space: nowrap
}

.pp-review-stars .fa {
	margin-right: 3px
}

.pp-review-stars .fa:last-of-type {
	margin-right: 0
}

.pp-review-stars>.fa {
	color: #ccc
}

.pp-review-stars-overlay {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap
}

.pp-review-number-bar-wrap,
.pp-review-percent-bar-wrap {
	position: relative
}

.pp-review-bar {
	background: rgba(0, 0, 0, .5);
	height: 30px;
	width: 100%;
	white-space: nowrap
}

.pp-review-bar-overlay {
	background: #000;
	height: 100%
}

.pp-rating-bar-text-over .pp-rating-bar-text {
	color: #fff;
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 15px;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pp-review-pros-cons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pp-review-pros-cons .pp-review-pros {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pp-review-pros-cons .pp-review-cons {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pp-review-list-icon {
	margin-right: 8px
}

.pp-review-summary,
.pp-review-summary-wrap {
	overflow: hidden
}

.pp-review-final-rating-wrap {
	float: right;
	text-align: center
}

.pp-review-final-rating-wrap .pp-review-stars {
	float: none
}

.pp-review-final-rating-title {
	font-size: 15px
}

.pp-final-rating-right .pp-review-final-rating-wrap {
	margin-left: 10px
}

.pp-final-rating-left .pp-review-final-rating-wrap {
	float: left;
	margin-right: 10px
}

.pp-final-rating-center .pp-review-final-rating-wrap {
	float: none;
	width: 100%
}

.pp-tm-wrapper {
	position: relative
}

.pp-tm-wrapper .pp-tm-social-links {
	list-style: none;
	margin: 0;
	padding: 0
}

.pp-tm-wrapper .pp-tm-social-links li {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top
}

.pp-tm-wrapper .pp-tm-title-divider-wrap {
	font-size: 0;
	line-height: 1
}

.pp-tm-wrapper .pp-tm-divider,
.pp-tm-wrapper .pp-tm-social-icon,
.pp-tm-wrapper li {
	display: inline-block
}

.pp-tm-wrapper .pp-tm:hover .pp-tm-overlay-content-wrap {
	opacity: 1;
	visibility: visible
}

.pp-tm-wrapper .pp-tm-image {
	display: inline-block;
	position: relative
}

.pp-tm-wrapper .pp-tm-image img {
	display: block
}

.pp-tm-content-normal {
	position: relative;
	z-index: 1
}

.pp-tm-overlay-content-wrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-tm-overlay-content-wrap:before {
	background-color: #000;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	z-index: -1
}

.pp-tm-overlay-content-wrap .pp-tm-content {
	padding: 20px;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pp-tm-social-icon-wrap {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-tm-name a {
	color: inherit
}

.pp-tm-description p:last-child {
	margin-bottom: 0
}

.pp-tm-carousel {
	position: relative
}

.pp-tm-carousel-dots-outside .swiper-pagination {
	position: static
}

.pp-logo-carousel.grayscale-normal img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.pp-logo-carousel.grayscale-normal .swiper-slide:hover img {
	-webkit-filter: none;
	filter: none
}

.pp-logo-carousel.grayscale-hover .swiper-slide:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.pp-logo-carousel.swiper-container .swiper-slide {
	text-align: center
}

.pp-logo-carousel.swiper-container .swiper-slide img {
	width: auto
}

.pp-logo-carousel .pp-logo-carousel-title a {
	color: inherit
}

.pp-logo-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.pp-logo-grid .pp-grid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
	width: 100%
}

.pp-logo-grid .pp-grid-item-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-transition: background .2s cubic-bezier(.645, .045, .355, 1);
	transition: background .2s cubic-bezier(.645, .045, .355, 1)
}

.pp-logo-grid .pp-logo-grid-title {
	margin-bottom: 0
}

.pp-logo-grid .pp-logo-grid-title a {
	color: inherit
}

.pp-logo-grid.grayscale-normal img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.pp-logo-grid.grayscale-normal .pp-grid-item:hover img {
	-webkit-filter: none;
	filter: none
}

.pp-logo-grid.grayscale-hover .pp-grid-item:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.pp-modal-popup-window {
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	width: 100%
}

.pp-modal-popup-window p:last-child {
	margin-bottom: 0
}

.mfp-content .pp-modal-popup-window {
	display: block
}

.pp-modal-popup-window .mfp-iframe-scaler iframe {
	-webkit-box-shadow: none;
	box-shadow: none
}

.pp-modal-popup-window img.mfp-img {
	padding: 0
}

.pp-modal-popup-window .mfp-close {
	text-align: center;
	line-height: 1;
	padding: 0;
	height: auto;
	width: auto;
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s
}

.pp-modal-popup-link {
	cursor: pointer
}

.pp-popup-content {
	overflow: hidden
}

.modal-popup-window-inner {
	position: relative
}

.pp-modal-popup-button {
	cursor: pointer
}

.pp-no-overlay.mfp-bg {
	background: 0 0
}

.pp-modal-popup-fullscreen .mfp-container {
	padding: 0
}

.pp-modal-popup-fullscreen .mfp-container .mfp-content,
.pp-modal-popup-fullscreen .mfp-container .pp-modal-popup-window {
	max-width: 100%;
	width: 100%;
	height: 100%
}

.win-top-left .mfp-content,
.win-top-left .pp-modal-popup-window,
.win-top-right .mfp-content,
.win-top-right .pp-modal-popup-window {
	position: static
}

.box-top-left .pp-modal-popup-window .mfp-close,
.win-top-left .pp-modal-popup-window .mfp-close {
	left: 0;
	right: auto
}

.win-top-left .mfp-close,
.win-top-right .mfp-close {
	top: 50px
}

.win-top-left .mfp-close {
	left: 50px
}

.win-top-right .mfp-close {
	right: 50px
}

.mfp-zoom-in .pp-modal-popup-window {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .pp-modal-popup-window {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-zoom-in.mfp-removing .pp-modal-popup-window {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-zoom-out .pp-modal-popup-window {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .pp-modal-popup-window {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-zoom-out.mfp-removing .pp-modal-popup-window {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-move-from-top .mfp-content {
	vertical-align: middle
}

.mfp-move-from-top .pp-modal-popup-window {
	opacity: 0;
	position: absolute;
	-webkit-transition: all .2s;
	transition: all .2s;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -80%);
	transform: translate(-50%, -80%)
}

.mfp-move-from-top.mfp-bg {
	opacity: 0;
	-webkit-transition: all .2s;
	transition: all .2s
}

.mfp-move-from-top.mfp-ready .pp-modal-popup-window {
	opacity: 1;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-move-from-top.mfp-removing .pp-modal-popup-window {
	top: 0;
	-webkit-transform: translate(-50%, -80%);
	transform: translate(-50%, -80%);
	opacity: 0
}

.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-3d-unfold .mfp-content {
	-webkit-perspective: 2000px;
	perspective: 2000px
}

.mfp-3d-unfold .pp-modal-popup-window {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-60deg);
	transform: rotateY(-60deg)
}

.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.mfp-3d-unfold.mfp-ready .pp-modal-popup-window {
	opacity: 1;
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-3d-unfold.mfp-removing .pp-modal-popup-window {
	-webkit-transform: rotateY(60deg);
	transform: rotateY(60deg);
	opacity: 0
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-move-right .pp-modal-popup-window {
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px)
}

.mfp-move-right.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.mfp-move-right.mfp-ready .pp-modal-popup-window {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.mfp-move-right.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-move-right.mfp-removing .pp-modal-popup-window {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0
}

.mfp-move-right.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-move-left .pp-modal-popup-window {
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(100px);
	transform: translateX(100px)
}

.mfp-move-left.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.mfp-move-left.mfp-ready .pp-modal-popup-window {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.mfp-move-left.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-move-left.mfp-removing .pp-modal-popup-window {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0
}

.mfp-move-left.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-newspaper .pp-modal-popup-window {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(0) rotate(500deg);
	transform: scale(0) rotate(500deg)
}

.mfp-newspaper.mfp-bg {
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.mfp-newspaper.mfp-ready .pp-modal-popup-window {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0)
}

.mfp-newspaper.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-newspaper.mfp-removing .pp-modal-popup-window {
	-webkit-transform: scale(0) rotate(500deg);
	transform: scale(0) rotate(500deg);
	opacity: 0
}

.mfp-newspaper.mfp-removing.mfp-bg {
	opacity: 0
}

.pp-google-map-container {
	line-height: 0
}

.pp-google-map {
	display: inline-block;
	width: 100%
}

.pp-google-map .gm-style .pp-infowindow-title {
	font-weight: 600
}

.elementor .gm-style img {
	max-width: none !important
}

.pp-one-page-nav-container {
	position: fixed;
	margin-right: 20px;
	right: 0;
	z-index: 999;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.pp-nav-align-bottom .pp-one-page-nav-container,
.pp-nav-align-top .pp-one-page-nav-container {
	left: 50%;
	left: 0;
	right: 0;
	transform: none;
	-webkit-transform: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pp-nav-align-top .pp-one-page-nav-container {
	top: 0;
	margin-top: 20px
}

.pp-nav-align-bottom .pp-one-page-nav-container {
	bottom: 0;
	margin-bottom: 20px;
	top: auto
}

.pp-nav-align-left .pp-one-page-nav-container {
	left: 0;
	margin-left: 20px;
	right: auto
}

.pp-one-page-nav-container .pp-one-page-nav {
	font-size: 0;
	line-height: 0
}

.pp-one-page-nav-container .pp-one-page-nav,
.pp-one-page-nav-container .pp-one-page-nav-item {
	list-style: none;
	margin: 0;
	padding: 0
}

.pp-nav-align-bottom .pp-one-page-nav-item,
.pp-nav-align-top .pp-one-page-nav-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px
}

.pp-nav-align-bottom .pp-one-page-nav-item:last-child,
.pp-nav-align-top .pp-one-page-nav-item:last-child {
	margin-right: 0 !important
}

.pp-one-page-nav-item {
	margin-bottom: 10px;
	position: relative;
	line-height: 1;
	text-align: center
}

.pp-one-page-nav-item:last-child {
	margin-bottom: 0 !important
}

.pp-one-page-nav-item:hover .pp-nav-dot-tooltip {
	visibility: visible;
	opacity: 1
}

.pp-one-page-nav-item a:focus {
	outline: 0
}

.pp-one-page-nav-item .pp-nav-dot {
	display: block
}

.pp-nav-dot-tooltip {
	color: #000;
	font-size: 14px;
	line-height: 1.3;
	opacity: 0;
	position: absolute;
	width: 200px;
	visibility: hidden;
	-webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
	transition: transform .3s ease, opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease
}

.pp-nav-dot-tooltip.pp-tooltip-arrow:after {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid;
	position: absolute;
	right: -5px;
	content: '';
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: ''
}

.pp-nav-align-bottom .pp-nav-dot-tooltip,
.pp-nav-align-top .pp-nav-dot-tooltip {
	text-align: center;
	left: -95px
}

.pp-nav-align-bottom .pp-nav-dot-tooltip.pp-tooltip-arrow:after,
.pp-nav-align-top .pp-nav-dot-tooltip.pp-tooltip-arrow:after {
	border-bottom: 5px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	content: '';
	top: -10px;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	right: auto
}

.pp-nav-align-top .pp-nav-dot-tooltip {
	top: 30px;
	left: 50%;
	transform: translateY(15px) translateX(-50%);
	-webkit-transform: translateY(15px) translateX(-50%)
}

.pp-nav-align-top .pp-one-page-nav-item:hover .pp-nav-dot-tooltip {
	transform: translateY(0) translateX(-50%);
	-webkit-transform: translateY(0) translateX(-50%)
}

.pp-nav-align-bottom .pp-nav-dot-tooltip {
	bottom: 30px;
	left: 50%;
	transform: translateY(-15px) translateX(-50%);
	-webkit-transform: translateY(-15px) translateX(-50%)
}

.pp-nav-align-bottom .pp-nav-dot-tooltip.pp-tooltip-arrow:after {
	border-top: 5px solid;
	border-bottom: 5px solid transparent;
	bottom: -10px;
	top: auto
}

.pp-nav-align-bottom .pp-one-page-nav-item:hover .pp-nav-dot-tooltip {
	transform: translateY(0) translateX(-50%);
	-webkit-transform: translateY(0) translateX(-50%)
}

.pp-nav-align-right .pp-nav-dot-tooltip {
	right: 40px;
	text-align: right;
	top: 50%;
	transform: translateY(-50%) translateX(-15px);
	-webkit-transform: translateY(-50%) translateX(-15px)
}

.pp-nav-align-right .pp-one-page-nav-item:hover .pp-nav-dot-tooltip {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
	-webkit-transform: translateY(-50%) translateX(0)
}

.pp-nav-align-left .pp-nav-dot-tooltip {
	left: 40px;
	top: 50%;
	text-align: left;
	transform: translateY(-50%) translateX(15px);
	-webkit-transform: translateY(-50%) translateX(15px)
}

.pp-nav-align-left .pp-nav-dot-tooltip.pp-tooltip-arrow:after {
	border-right: 5px solid;
	border-left: 5px solid transparent;
	left: -10px;
	right: auto
}

.pp-nav-align-left .pp-one-page-nav-item:hover .pp-nav-dot-tooltip {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
	-webkit-transform: translateY(-50%) translateX(0)
}

.pp-nav-dot-tooltip-content {
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}

.pp-nav-dot {
	color: #000;
	display: block;
	font-size: 10px;
	line-height: 1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-transition: color .3s ease, border .3s ease;
	transition: color .3s ease, border .3s ease
}

.pp-nav-dot-wrap {
	display: block;
	-webkit-transition: all .3s ease, border .3s ease;
	transition: all .3s ease, border .3s ease
}

.admin-bar .pp-nav-align-top .pp-one-page-nav-container {
	top: 32px
}

.pp-toggle-switch-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pp-toggle-center .pp-toggle-switch-inner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pp-toggle-right .pp-toggle-switch-inner {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.pp-toggle-switch-container {
	display: inline-block;
	font-size: 26px;
	line-height: 1;
	margin: 0 15px;
	overflow: hidden;
	-webkit-transition: all .4s;
	transition: all .4s
}

.pp-toggle-switch-round {
	border-radius: 1.31em
}

.pp-toggle-switch-round .pp-toggle-slider:before {
	border-radius: 50%
}

.pp-toggle-switch-label {
	position: relative;
	display: inline-block;
	font-size: 1em;
	width: 2.31em;
	height: 1.29em;
	margin: 0;
	vertical-align: middle
}

.pp-toggle-switch-label input {
	display: none
}

.pp-toggle-content-wrap .elementor-section-stretched {
	left: 0 !important;
	width: 100% !important
}

.pp-primary-toggle-label,
.pp-secondary-toggle-label {
	cursor: pointer
}

.pp-toggle-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: background .4s;
	transition: background .4s
}

.pp-toggle-slider:before {
	position: absolute;
	content: "";
	height: 1em;
	width: 1em;
	left: .16em;
	bottom: .15em;
	background-color: #fff;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.pp-toggle-switch-on .pp-toggle-slider,
.pp-toggle-switch:checked+.pp-toggle-slider {
	background-color: #2196f3;
	-webkit-box-shadow: 0 0 1px #2196f3;
	box-shadow: 0 0 1px #2196f3
}

.pp-toggle-switch-on .pp-toggle-slider:before,
.pp-toggle-switch:checked+.pp-toggle-slider:before {
	-webkit-transform: translateX(1em);
	transform: translateX(1em)
}

.pp-contact-form-7 .wpcf7-form:after {
	clear: both;
	content: "";
	font-size: 0;
	height: 0;
	display: block;
	visibility: hidden
}

.pp-contact-form-7 .wpcf7-form .wpcf7-form-control-wrap,
.pp-contact-form-7 .wpcf7-form label {
	display: block
}

.pp-contact-form-7 .wpcf7-form p {
	margin-bottom: 0
}

.pp-contact-form-7.labels-hide .wpcf7-form label {
	display: none
}

.pp-contact-form-7-title {
	margin-bottom: 10px
}

.pp-contact-form-7-description {
	margin-bottom: 20px
}

.pp-contact-form-7-button-full-width .wpcf7-form-control.wpcf7-submit {
	width: 100%
}

.pp-gravity-form .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0
}

.pp-gravity-form .gform_wrapper textarea {
	padding: 0
}

.pp-gravity-form .gform_wrapper .gform_footer input.button,
.pp-gravity-form .gform_wrapper .gform_footer input[type=submit],
.pp-gravity-form .gform_wrapper .gform_page_footer input.button,
.pp-gravity-form .gform_wrapper .gform_page_footer input[type=submit] {
	margin: 0
}

.pp-gravity-form .gform_wrapper .gform_page_footer input[type=button] {
	margin-right: 4px
}

.pp-gravity-form .gform_wrapper .gform_page_footer input[type=submit] {
	margin-left: 4px
}

.pp-gravity-form.title-description-hide .gform_heading {
	display: none
}

.pp-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.pp-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label {
	display: none
}

.pp-gravity-form .gform_footer input[type=button],
.pp-gravity-form .gform_footer input[type=submit],
.pp-gravity-form .gform_page_footer input[type=button],
.pp-gravity-form .gform_page_footer input[type=submit] {
	background: #428bca;
	border: none;
	display: inline-block;
	padding: 10px 15px
}

.pp-gravity-form-button-full-width .gform_wrapper .gform_footer input[type=submit],
.pp-gravity-form-button-full-width .gform_wrapper .gform_page_footer input[type=submit] {
	width: 100%
}

.pp-gravity-form-button-full-width .gform_wrapper .gform_page_footer input[type=submit] {
	margin-top: 20px
}

.pp-gravity-form-pagination-buttons-full-width .gform_wrapper .gform_page_footer input[type=button] {
	margin-top: 20px;
	width: 100%
}

.pp-gravity-form .gform_wrapper select {
	border-radius: 0;
	height: auto;
	display: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.pp-gravity-form .gform_wrapper .pp-gf-select-custom {
	position: relative
}

.pp-gravity-form .gform_wrapper .pp-gf-select-custom:after {
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	font-size: .7em;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	top: 45%;
	right: .8em;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
	z-index: 2
}

.pp-ninja-form .nf-form-title {
	display: none
}

.pp-ninja-form-title-yes .nf-form-title {
	display: block
}

.pp-ninja-form .title-description-hide .nf-form-title {
	display: none
}

.pp-ninja-form.title-description-hide .nf-form-title {
	display: none
}

.pp-ninja-form .nf-field-label {
	display: none
}

.pp-ninja-form-labels-yes .nf-field-label {
	display: block
}

.pp-ninja-form .submit-container input[type=button] {
	border: 0;
	border-radius: 0
}

.pp-ninja-form-button-full-width .submit-container input[type=button] {
	width: 100%
}

.pp-caldera-form .control-label {
	display: none
}

.pp-caldera-form-labels-yes .control-label {
	display: block
}

.pp-caldera-form-button-center .form-group input[type=button],
.pp-caldera-form-button-center .form-group input[type=submit] {
	display: block;
	margin: 0 auto
}

.pp-caldera-form-button-right .form-group input[type=button],
.pp-caldera-form-button-right .form-group input[type=submit] {
	float: right
}

.pp-caldera-form .intl-tel-input {
	display: inherit
}

.pp-custom-radio-checkbox .caldera-grid input[type=checkbox],
.pp-custom-radio-checkbox .caldera-grid input[type=radio] {
	border-style: solid;
	border-width: 0;
	padding: 3px;
	-webkit-appearance: none
}

.pp-caldera-form-button-full-width .form-group input[type=button],
.pp-caldera-form-button-full-width .form-group input[type=submit] {
	width: 100%
}

.pp-wpforms .wpforms-container .wpforms-form .wpforms-page-button,
.pp-wpforms .wpforms-container .wpforms-form button[type=submit],
.pp-wpforms .wpforms-container .wpforms-form input[type=submit] {
	border: 0
}

.pp-wpforms .wpforms-container .wpforms-form .wpforms-page-button:hover,
.pp-wpforms .wpforms-container .wpforms-form button[type=submit]:hover,
.pp-wpforms .wpforms-container .wpforms-form input[type=submit]:hover {
	border: 0
}

.pp-wpforms .wpforms-container .wpforms-form input[type=checkbox],
.pp-wpforms .wpforms-container .wpforms-form input[type=radio] {
	padding: 3px
}

.pp-wpforms .wpforms-container .wpforms-form .wpforms-field-label {
	display: none
}

.pp-wpforms .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row {
	max-width: 100%
}

.pp-wpforms .wpforms-container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.pp-wpforms .wpforms-container .wpforms-field select,
.pp-wpforms .wpforms-container .wpforms-field textarea {
	max-width: 100% !important
}

.pp-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label {
	display: block
}

.pp-wpforms-form-button-full-width .wpforms-submit-container .wpforms-submit {
	width: 100%
}

.swiper-container .swiper-slide,
.swiper-container-wrap .swiper-slide {
	text-align: center
}

.swiper-container-dots-outside .swiper-pagination,
.swiper-container-wrap-dots-outside .swiper-pagination {
	position: static
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev,
.swiper-container-wrap .swiper-button-next,
.swiper-container-wrap .swiper-button-prev {
	background-image: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto
}

.swiper-container .swiper-button-next .fa,
.swiper-container .swiper-button-prev .fa,
.swiper-container-wrap .swiper-button-next .fa,
.swiper-container-wrap .swiper-button-prev .fa {
	vertical-align: top
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
	outline: 0
}

.swiper-container-wrap .swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-container-wrap-dots-outside .swiper-pagination {
	position: static
}

.swiper-container-wrap .swiper-pagination-bullet {
	background: #ccc;
	margin: 0 4px;
	opacity: 1;
	height: 8px;
	width: 8px
}

.swiper-container-wrap .swiper-pagination-bullet-active {
	background: #000
}

.pp-slider-arrow {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	color: #000;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 22px;
	line-height: 22px;
	padding: 20px;
	position: absolute;
	top: 50%;
	width: 22px;
	height: 22px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-slider-arrow,
.pp-slider-arrow:focus,
.swiper-pagination-bullet,
.swiper-pagination-bullet:focus {
	outline: 0
}

.pp-arrow-next {
	right: 20px
}

.pp-arrow-prev {
	left: 20px
}

.pp-swiper-slider-pagination-outside .swiper-pagination {
	position: static
}

.pp-slider-arrow {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	color: #000;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 22px;
	line-height: 22px;
	padding: 20px;
	position: absolute;
	top: 50%;
	width: 22px;
	height: 22px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-arrow-next {
	right: 20px
}

.pp-arrow-prev {
	left: 20px
}

[dir=rtl] .pp-slick-slider .pp-arrow-next {
	left: 20px;
	right: auto
}

[dir=rtl] .pp-slick-slider .pp-arrow-prev {
	left: auto;
	right: 20px
}

.pp-slick-slider:not(.slick-initialized)>* {
	display: none
}

.pp-slick-slider .slick-slide:focus {
	outline: 0
}

.pp-slick-slider .slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%
}

.pp-slick-slider li {
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin: 0 4px;
	padding: 0;
	vertical-align: middle;
	-webkit-transition: .3s;
	transition: .3s
}

.pp-slick-slider li.slick-active {
	background: #000
}

.pp-slick-slider li button {
	background: 0 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: transparent;
	display: block;
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	padding: 0;
	outline: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.pp-slick-slider li button:focus,
.pp-slick-slider li button:hover {
	background: 0 0;
	border: 0
}

.pp-slick-slider-dots-inside .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0
}

.pp-info-table-container .pp-info-table-link {
	text-decoration: none !important
}

.pp-info-table-container .pp-info-table-sale-badge.right {
	position: absolute;
	right: -7px;
	z-index: 2;
	border-bottom-right-radius: 0 !important
}

.pp-info-table-container .pp-info-table-sale-badge.right:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: -8px;
	right: 0;
	border-bottom: 8px solid transparent;
	border-left: 8px;
	border-left-style: solid
}

.pp-info-table-container .pp-info-table-sale-badge.left {
	position: absolute;
	left: -7px;
	z-index: 2;
	border-bottom-left-radius: 0 !important
}

.pp-info-table-container .pp-info-table-sale-badge.left:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: -8px;
	left: 0;
	border-bottom: 8px solid transparent;
	border-right: 8px;
	border-right-style: solid
}

.pp-info-table-container .pp-info-table-sale-badge p {
	margin: 0;
	text-align: center !important
}

.pp-info-table-container .pp-info-table-icon-inner {
	display: inline-block
}

.pp-info-table-container .pp-info-table-icon-wrap {
	display: table
}

.pp-info-table-container .pp-info-table-icon-wrap .pp-info-table-icon {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.pp-countdown-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	text-align: center
}

.pp-countdown-wrapper .pp-countdown-item {
	display: inline-block;
	margin-bottom: 15px;
	position: relative
}

.pp-countdown-wrapper .pp-countdown-item .pp-countdown-digit,
.pp-countdown-wrapper .pp-countdown-item .pp-countdown-label {
	padding: 0;
	margin: 0
}

.pp-countdown-wrapper .pp-countdown-digit-wrapper,
.pp-countdown-wrapper .pp-countdown-label-wrapper {
	text-align: center;
	position: relative
}

.pp-countdown-wrapper.pp-countdown-separator-colon .pp-countdown-item,
.pp-countdown-wrapper.pp-countdown-separator-line .pp-countdown-item {
	position: relative;
	padding: 0;
	margin-left: 0;
	margin-right: 0
}

.pp-countdown-wrapper.pp-countdown-separator-colon .pp-countdown-item .pp-countdown-digit-wrapper:after {
	content: ':';
	display: inline-block;
	font-size: 30px;
	position: absolute;
	right: -5px;
	top: 45%;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pp-countdown-wrapper.pp-countdown-separator-colon .pp-countdown-item:last-child .pp-countdown-digit-wrapper:after {
	content: none
}

.pp-countdown-wrapper.pp-countdown-separator-line .pp-countdown-item:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	border-right: 1px solid #ccc
}

.pp-countdown-wrapper.pp-countdown-separator-line .pp-countdown-item:last-child:after {
	content: none
}

.pp-countdown-wrapper.pp-countdown-style-circle .pp-countdown-item .pp-countdown-digit-wrapper {
	border-radius: 50%;
	background: #333;
	color: #fff;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.pp-countdown-wrapper.pp-countdown-style-circle .pp-countdown-item .pp-countdown-digit {
	color: #fff
}

.pp-countdown-wrapper.pp-countdown-style-circle.pp-countdown-label-pos-out_left .pp-countdown-item,
.pp-countdown-wrapper.pp-countdown-style-circle.pp-countdown-label-pos-out_right .pp-countdown-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	direction: ltr
}

.pp-countdown-wrapper.pp-countdown-style-circle.pp-countdown-label-pos-out_right .pp-countdown-item {
	direction: rtl
}

.pp-countdown-wrapper.pp-countdown-style-square .pp-countdown-item .pp-countdown-digit-wrapper {
	background: #333;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-orient: vertical;
	box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.pp-countdown-wrapper.pp-countdown-style-square .pp-countdown-item .pp-countdown-digit {
	color: #fff
}

.pp-countdown-wrapper.pp-countdown-style-square.pp-countdown-label-pos-out_left .pp-countdown-item,
.pp-countdown-wrapper.pp-countdown-style-square.pp-countdown-label-pos-out_right .pp-countdown-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	direction: ltr
}

.pp-countdown-wrapper.pp-countdown-style-square.pp-countdown-label-pos-out_right .pp-countdown-item {
	direction: rtl
}

.pp-advanced-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.pp-advanced-tabs .pp-icon-img img {
	width: 30px
}

.pp-advanced-tabs .pp-advanced-tabs-content>.elementor {
	max-width: 100%;
	width: 100%
}

.pp-advanced-tabs.pp-style-1 .pp-advanced-tabs-wrapper.at-horizontal .pp-advanced-tabs-title {
	overflow: hidden
}

.pp-advanced-tabs.pp-style-1 .pp-advanced-tabs-wrapper.at-horizontal .pp-advanced-tabs-title:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -28px;
	display: block;
	border: solid 15px transparent;
	width: 0;
	margin: 0 auto;
	border-top-color: transparent;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.pp-advanced-tabs.pp-style-1 .pp-advanced-tabs-wrapper.at-horizontal .pp-advanced-tabs-title.pp-tab-active {
	overflow: visible;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.pp-advanced-tabs.pp-style-1 .pp-advanced-tabs-wrapper.at-horizontal .pp-advanced-tabs-title.pp-tab-active:after {
	bottom: -30px;
	border: solid 15px #fb0f0f00;
	border-top-color: grey
}

.pp-advanced-tabs.pp-style-1 .pp-advanced-tabs-wrapper.at-vertical .pp-advanced-tabs-title {
	overflow: hidden
}

.pp-advanced-tabs.pp-style-1 .pp-advanced-tabs-wrapper.at-vertical .pp-advanced-tabs-title:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -28px;
	left: auto;
	display: block;
	border: solid 15px transparent;
	width: 0;
	margin: auto 0;
	border-left-color: transparent;
	height: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.pp-advanced-tabs.pp-style-1 .pp-advanced-tabs-wrapper.at-vertical .pp-advanced-tabs-title.pp-tab-active {
	overflow: visible;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.pp-advanced-tabs.pp-style-1 .pp-advanced-tabs-wrapper.at-vertical .pp-advanced-tabs-title.pp-tab-active:after {
	right: -30px;
	border: solid 15px #00000000;
	border-left-color: #dbdbdb
}

.pp-advanced-tabs.pp-style-2 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title:before {
	content: '';
	height: 6px;
	width: calc(100% + 2px);
	position: absolute;
	top: -5px;
	left: -1px;
	right: 0
}

.pp-advanced-tabs.pp-style-2 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active {
	border: none
}

.pp-advanced-tabs.pp-style-2 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active:before {
	background: #000;
	top: -1px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.pp-advanced-tabs.pp-style-3 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title:before {
	content: '';
	height: 6px;
	width: calc(100% + 2px);
	position: absolute;
	top: 100%;
	left: -1px;
	right: 0
}

.pp-advanced-tabs.pp-style-3 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active {
	border: none
}

.pp-advanced-tabs.pp-style-3 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active:before {
	background: #000;
	top: calc(100% - 6px);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.pp-advanced-tabs.pp-style-4 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title {
	position: relative;
	overflow: hidden
}

.pp-advanced-tabs.pp-style-4 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active {
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	border: 1px solid
}

.pp-advanced-tabs.pp-style-4 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active:after,
.pp-advanced-tabs.pp-style-4 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active:before {
	right: 0;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
	background: 0 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.pp-advanced-tabs.pp-style-4 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active:after {
	top: 0;
	left: 100%
}

.pp-advanced-tabs.pp-style-4 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active:before {
	top: -200%;
	left: -100%
}

.pp-advanced-tabs.pp-style-4 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title:after,
.pp-advanced-tabs.pp-style-4 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title:before {
	position: absolute;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	content: ""
}

.pp-advanced-tabs.pp-style-4 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title:before {
	top: -2%;
	left: 100%
}

.pp-advanced-tabs.pp-style-4 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title:after {
	top: -190%;
	left: -100%
}

.pp-advanced-tabs.pp-style-5 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title {
	position: relative;
	overflow: hidden
}

.pp-advanced-tabs.pp-style-5 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active {
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	border: 1px solid
}

.pp-advanced-tabs.pp-style-5 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active:after,
.pp-advanced-tabs.pp-style-5 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active:before {
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
	background: 0 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.pp-advanced-tabs.pp-style-5 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active:after {
	top: 10%
}

.pp-advanced-tabs.pp-style-5 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active:before {
	top: -200%
}

.pp-advanced-tabs.pp-style-5 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title:after,
.pp-advanced-tabs.pp-style-5 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title:before {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	content: ""
}

.pp-advanced-tabs.pp-style-5 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title:before {
	top: -10%
}

.pp-advanced-tabs.pp-style-5 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title:after {
	top: -200%
}

.pp-advanced-tabs.pp-style-6 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title {
	border: none;
	position: relative;
	overflow: hidden;
	background-color: transparent
}

.pp-advanced-tabs.pp-style-6 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active {
	background-color: transparent !important;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.pp-advanced-tabs.pp-style-6 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active:after {
	z-index: -1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.pp-advanced-tabs.pp-style-6 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
	background: #58bdf4;
	-webkit-transition: background-color .5s ease, -webkit-transform .5s cubic-bezier(.7, 0, .3, 1);
	transition: background-color .5s ease, -webkit-transform .5s cubic-bezier(.7, 0, .3, 1);
	transition: background-color .5s ease, transform .5s cubic-bezier(.7, 0, .3, 1);
	transition: background-color .5s ease, transform .5s cubic-bezier(.7, 0, .3, 1), -webkit-transform .5s cubic-bezier(.7, 0, .3, 1)
}

.pp-advanced-tabs.pp-style-7 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title {
	border: none;
	position: relative;
	overflow: hidden
}

.pp-advanced-tabs.pp-style-7 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title .active-slider-span {
	height: 5px;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.pp-advanced-tabs.pp-style-7 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active .active-slider-span {
	right: 0
}

.pp-advanced-tabs.pp-style-8 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title {
	border: none;
	position: relative;
	overflow: hidden
}

.pp-advanced-tabs.pp-style-8 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title .active-slider-span {
	height: 5px;
	background: #000;
	position: absolute;
	top: calc(100% - 5px);
	left: 0;
	right: 100%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.pp-advanced-tabs.pp-style-8 .pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active .active-slider-span {
	right: 0
}

.pp-advanced-tabs .pp-advanced-tabs-icon-top {
	display: block;
	padding-bottom: 5px
}

.pp-advanced-tabs .pp-advanced-tabs-icon-left {
	padding-right: 5px
}

.pp-advanced-tabs .pp-advanced-tabs-icon-right {
	padding-left: 5px
}

.pp-advanced-tabs .pp-advanced-tabs-icon-bottom {
	display: block;
	padding-top: 5px
}

.pp-advanced-tabs .pp-icon i {
	display: inline-block
}

.pp-advanced-tabs-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.pp-advanced-tabs-wrapper .pp-advanced-tabs-title {
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	margin: 0;
	padding: 5px 15px;
	text-align: center;
	position: relative;
	overflow: hidden
}

.pp-advanced-tabs-wrapper .pp-advanced-tabs-title:focus {
	outline: 0 !important
}

.pp-advanced-tabs-wrapper .pp-advanced-tabs-title span,
.pp-advanced-tabs-wrapper .pp-advanced-tabs-title.pp-tab-active {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.pp-advanced-tabs-wrapper .pp-advanced-tabs-title>span {
	vertical-align: middle
}

.pp-advanced-tabs-wrapper.at-horizontal {
	width: 100%;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	bottom: 1px
}

.pp-advanced-tabs-wrapper.at-horizontal .pp-advanced-tabs-title.pp-tab-active {
	border-bottom: none
}

.pp-advanced-tabs-wrapper.at-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	float: left;
	width: 30%;
	text-align: center;
	height: auto;
	right: 1px
}

.pp-advanced-tabs-wrapper.at-vertical .pp-advanced-tabs-title.pp-tab-active {
	border-right: none
}

.pp-advanced-tabs-content-wrapper.at-horizontal-content {
	margin-top: -1px;
	width: 100%
}

.pp-advanced-tabs-content-wrapper.at-vertical-content {
	width: 70%;
	margin-left: -1px
}

.pp-advanced-tabs-content-wrapper .pp-advanced-tabs-content {
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none
}

.pp-advanced-tabs-content-wrapper .pp-advanced-tabs-content.pp-tab-active {
	display: block !important
}

.pp-advanced-tabs-content-wrapper .pp-advanced-tabs-title.pp-tab-responsive {
	display: none;
	cursor: pointer;
	margin: 0
}

.pp-advanced-tabs-content-wrapper .pp-tab-responsive .pp-advanced-tabs-title-inner .pp-toggle-icon {
	float: right
}

.pp-image-slider-box,
.pp-image-slider-slide,
.pp-image-slider-wrap {
	position: relative
}

.pp-image-slider-slide-link {
	cursor: pointer
}

.pp-image-slider img {
	vertical-align: middle
}

.pp-image-slider-slideshow .pp-image-slider-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.pp-image-slider-slideshow .pp-image-slider-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 70%
}

.pp-image-slider-slideshow .pp-image-slider-thumb-pagination {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 30%
}

.pp-image-slider-align-right .pp-image-slider-container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.pp-image-slider-align-top .pp-image-slider-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.pp-image-slider-align-top .pp-image-slider-thumb-pagination,
.pp-image-slider-align-top .pp-image-slider-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%
}

.pp-image-slider-content {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.pp-image-slider-thumb-item {
	overflow: hidden;
	position: relative;
	cursor: pointer
}

.pp-image-slider-thumb-item img {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
	vertical-align: middle;
	width: 100%
}

.pp-thumbs-equal-height .pp-image-slider-thumb-item {
	height: 300px
}

.pp-thumbs-equal-height .pp-image-slider-thumb-image {
	background-position: center center;
	background-size: cover;
	height: 100%
}

.pp-image-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.pp-image-gallery .pp-grid-item-wrap {
	-webkit-transition: none;
	transition: none
}

.pp-image-gallery .pp-image-gallery-item-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

.pp-image-gallery-thumbnail-wrap {
	overflow: hidden;
	position: relative;
	-webkit-transition: all .25s linear;
	transition: all .25s linear
}

.pp-image-gallery-thumbnail-wrap a {
	cursor: pointer;
	display: block;
	position: relative
}

.pp-image-gallery-thumbnail {
	overflow: hidden
}

.pp-image-gallery-thumbnail img {
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	vertical-align: middle
}

.pp-gallery-filters {
	margin-left: -5px;
	margin-right: -5px;
	text-align: center
}

.pp-gallery-filters .pp-gallery-filter {
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	margin: 0 5px 18px;
	padding: 12px 0;
	position: relative;
	-webkit-transition: all .25s linear;
	transition: all .25s linear
}

.pp-filters-dropdown {
	display: none;
	margin: 0 0 20px;
	padding: 10px
}

.pp-gallery-load-more {
	text-decoration: none
}

.pp-gallery-load-more.disabled {
	pointer-events: none;
	opacity: .3
}

.pp-media-content .pp-gallery-image-caption {
	color: #fff;
	padding: 5px 10px
}

.pp-media-content .pp-gallery-image-caption a {
	color: inherit
}

.pp-gallery-image-content,
.pp-gallery-image-icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-gallery-tilt {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.pp-button-loader {
	display: none
}

.pp-gallery-load-more.pp-loading .pp-button-loader {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 8px
}

.pp-gallery-load-more.pp-loading .pp-button-loader:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 3px solid #fff;
	border-color: #fff transparent #fff transparent;
	-webkit-animation: pp-dual-ring 1.2s linear infinite;
	animation: pp-dual-ring 1.2s linear infinite
}

@keyframes pp-dual-ring {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.pp-ins-filter-target {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-image-gallery-justified {
	position: relative;
	overflow: hidden
}

.pp-image-gallery-justified>div {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	filter: "alpha(opacity=10)";
	opacity: .1;
	margin: 0;
	padding: 0
}

.pp-image-gallery-justified>.entry-visible {
	filter: "alpha(opacity=100)";
	opacity: 1;
	background: 0 0
}

.pp-ins-hover-normal .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: none;
	filter: none
}

.pp-ins-hover-normal .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	display: none
}

.pp-ins-filter-1977 .pp-ins-filter-target,
.pp-ins-hover-filter-1977 .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.5) hue-rotate(-30deg) saturate(1.4);
	filter: sepia(.5) hue-rotate(-30deg) saturate(1.4)
}

.pp-ins-filter-aden .pp-ins-filter-target,
.pp-ins-hover-filter-aden .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.2) brightness(1.15) saturate(1.4);
	filter: sepia(.2) brightness(1.15) saturate(1.4)
}

.pp-ins-filter-aden .pp-ins-filter-target:before,
.pp-ins-hover-filter-aden .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: rgba(125, 105, 24, .1);
	content: "";
	mix-blend-mode: multiply
}

.pp-ins-filter-amaro .pp-ins-filter-target,
.pp-ins-hover-filter-amaro .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.35) contrast(1.1) brightness(1.2) saturate(1.3);
	filter: sepia(.35) contrast(1.1) brightness(1.2) saturate(1.3)
}

.pp-ins-filter-amaro .pp-ins-filter-target:before,
.pp-ins-hover-filter-amaro .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: rgba(125, 105, 24, .2);
	content: "";
	mix-blend-mode: overlay
}

.pp-ins-filter-ashby .pp-ins-filter-target,
.pp-ins-hover-filter-ashby .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.5) contrast(1.2) saturate(1.8);
	filter: sepia(.5) contrast(1.2) saturate(1.8)
}

.pp-ins-filter-ashby .pp-ins-filter-target:before,
.pp-ins-hover-filter-ashby .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: rgba(125, 105, 24, .35);
	content: "";
	mix-blend-mode: lighten
}

.pp-ins-filter-brannan .pp-ins-filter-target,
.pp-ins-hover-filter-brannan .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.4) contrast(1.25) brightness(1.1) saturate(.9) hue-rotate(-2deg);
	filter: sepia(.4) contrast(1.25) brightness(1.1) saturate(.9) hue-rotate(-2deg)
}

.pp-ins-filter-brooklyn .pp-ins-filter-target,
.pp-ins-hover-filter-brooklyn .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.25) contrast(1.25) brightness(1.25) hue-rotate(5deg);
	filter: sepia(.25) contrast(1.25) brightness(1.25) hue-rotate(5deg)
}

.pp-ins-filter-brooklyn .pp-ins-filter-target:before,
.pp-ins-hover-filter-brooklyn .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: rgba(127, 187, 227, .2);
	content: "";
	mix-blend-mode: overlay
}

.pp-ins-filter-charmes .pp-ins-filter-target,
.pp-ins-hover-filter-charmes .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.25) contrast(1.25) brightness(1.25) saturate(1.35) hue-rotate(-5deg);
	filter: sepia(.25) contrast(1.25) brightness(1.25) saturate(1.35) hue-rotate(-5deg)
}

.pp-ins-filter-charmes .pp-ins-filter-target:before,
.pp-ins-hover-filter-charmes .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: rgba(125, 105, 24, .25);
	content: "";
	mix-blend-mode: darken
}

.pp-ins-filter-clarendon .pp-ins-filter-target,
.pp-ins-hover-filter-clarendon .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.15) contrast(1.25) brightness(1.25) hue-rotate(5deg);
	filter: sepia(.15) contrast(1.25) brightness(1.25) hue-rotate(5deg)
}

.pp-ins-filter-clarendon .pp-ins-filter-target:before,
.pp-ins-hover-filter-clarendon .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: rgba(127, 187, 227, .4);
	content: "";
	mix-blend-mode: overlay
}

.pp-ins-filter-crema .pp-ins-filter-target,
.pp-ins-hover-filter-crema .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.5) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-2deg);
	filter: sepia(.5) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-2deg)
}

.pp-ins-filter-crema .pp-ins-filter-target:before,
.pp-ins-hover-filter-crema .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: rgba(125, 105, 24, .2);
	content: "";
	mix-blend-mode: multiply
}

.pp-ins-filter-dogpatch .pp-ins-filter-target,
.pp-ins-hover-filter-dogpatch .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.35) saturate(1.1) contrast(1.5);
	filter: sepia(.35) saturate(1.1) contrast(1.5)
}

.pp-ins-filter-earlybird .pp-ins-filter-target,
.pp-ins-hover-filter-earlybird .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.25) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-5deg);
	filter: sepia(.25) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-5deg)
}

.pp-ins-filter-earlybird .pp-ins-filter-target:before,
.pp-ins-hover-filter-earlybird .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
	background: -webkit-radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
	content: "";
	mix-blend-mode: multiply
}

.pp-ins-filter-gingham .pp-ins-filter-target,
.pp-ins-hover-filter-gingham .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: contrast(1.1) brightness(1.1);
	filter: contrast(1.1) brightness(1.1)
}

.pp-ins-filter-gingham .pp-ins-filter-target:before,
.pp-ins-hover-filter-gingham .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: #e6e6e6;
	content: "";
	mix-blend-mode: soft-light
}

.pp-ins-filter-ginza .pp-ins-filter-target,
.pp-ins-hover-filter-ginza .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.25) contrast(1.15) brightness(1.2) saturate(1.35) hue-rotate(-5deg);
	filter: sepia(.25) contrast(1.15) brightness(1.2) saturate(1.35) hue-rotate(-5deg)
}

.pp-ins-filter-ginza .pp-ins-filter-target:before,
.pp-ins-hover-filter-ginza .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: rgba(125, 105, 24, .15);
	content: "";
	mix-blend-mode: darken
}

.pp-ins-filter-hefe .pp-ins-filter-target,
.pp-ins-hover-filter-hefe .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.4) contrast(1.5) brightness(1.2) saturate(1.4) hue-rotate(-10deg);
	filter: sepia(.4) contrast(1.5) brightness(1.2) saturate(1.4) hue-rotate(-10deg)
}

.pp-ins-filter-hefe .pp-ins-filter-target:before,
.pp-ins-hover-filter-hefe .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: radial-gradient(circle closest-corner, transparent 0, rgba(0, 0, 0, .25) 100%);
	background: -webkit-radial-gradient(circle closest-corner, transparent 0, rgba(0, 0, 0, .25) 100%);
	content: "";
	mix-blend-mode: multiply
}

.pp-ins-filter-helena .pp-ins-filter-target,
.pp-ins-hover-filter-helena .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.5) contrast(1.05) brightness(1.05) saturate(1.35);
	filter: sepia(.5) contrast(1.05) brightness(1.05) saturate(1.35)
}

.pp-ins-filter-helena .pp-ins-filter-target:before,
.pp-ins-hover-filter-helena .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: rgba(158, 175, 30, .25);
	content: "";
	mix-blend-mode: overlay
}

.pp-ins-filter-hudson .pp-ins-filter-target,
.pp-ins-hover-filter-hudson .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.25) contrast(1.2) brightness(1.2) saturate(1.05) hue-rotate(-15deg);
	filter: sepia(.25) contrast(1.2) brightness(1.2) saturate(1.05) hue-rotate(-15deg)
}

.pp-ins-filter-hudson .pp-ins-filter-target:before,
.pp-ins-hover-filter-hudson .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
	background: -webkit-radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
	content: "";
	mix-blend-mode: multiply
}

.pp-ins-filter-inkwell .pp-ins-filter-target,
.pp-ins-hover-filter-inkwell .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: brightness(1.25) contrast(.85) grayscale(1);
	filter: brightness(1.25) contrast(.85) grayscale(1)
}

.pp-ins-filter-juno .pp-ins-filter-target,
.pp-ins-hover-filter-juno .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.35) contrast(1.15) brightness(1.15) saturate(1.8);
	filter: sepia(.35) contrast(1.15) brightness(1.15) saturate(1.8)
}

.pp-ins-filter-juno .pp-ins-filter-target:before,
.pp-ins-hover-filter-juno .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: rgba(127, 187, 227, .2);
	content: "";
	mix-blend-mode: overlay
}

.pp-ins-filter-kelvin .pp-ins-filter-target,
.pp-ins-hover-filter-kelvin .pp-ins-filter-hover:hover .pp-ins-filter-target {
	webkit-filter: sepia(.15) contrast(1.5) brightness(1.1) hue-rotate(-10deg);
	-webkit-filter: sepia(.15) contrast(1.5) brightness(1.1) hue-rotate(-10deg);
	filter: sepia(.15) contrast(1.5) brightness(1.1) hue-rotate(-10deg)
}

.pp-ins-filter-kelvin .pp-ins-filter-target:before,
.pp-ins-hover-filter-kelvin .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: radial-gradient(circle closest-corner, rgba(128, 78, 15, .25) 0, rgba(128, 78, 15, .5) 100%);
	background: -webkit-radial-gradient(circle closest-corner, rgba(128, 78, 15, .25) 0, rgba(128, 78, 15, .5) 100%);
	content: "";
	mix-blend-mode: overlay
}

.pp-ins-filter-lark .pp-ins-filter-target,
.pp-ins-hover-filter-lark .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.25) contrast(1.2) brightness(1.3) saturate(1.25);
	filter: sepia(.25) contrast(1.2) brightness(1.3) saturate(1.25)
}

.pp-ins-filter-lofi .pp-ins-filter-target,
.pp-ins-hover-filter-lofi .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: saturate(1.1) contrast(1.5);
	filter: saturate(1.1) contrast(1.5)
}

.pp-ins-filter-ludwig .pp-ins-filter-target,
.pp-ins-hover-filter-ludwig .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.25) contrast(1.05) brightness(1.05) saturate(2);
	filter: sepia(.25) contrast(1.05) brightness(1.05) saturate(2)
}

.pp-ins-filter-ludwig .pp-ins-filter-target:before,
.pp-ins-hover-filter-ludwig .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: rgba(125, 105, 24, .1);
	content: "";
	mix-blend-mode: overlay
}

.pp-ins-filter-maven .pp-ins-filter-target,
.pp-ins-hover-filter-maven .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.35) contrast(1.05) brightness(1.05) saturate(1.75);
	filter: sepia(.35) contrast(1.05) brightness(1.05) saturate(1.75)
}

.pp-ins-filter-maven .pp-ins-filter-target:before,
.pp-ins-hover-filter-maven .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: rgba(158, 175, 30, .25);
	content: "";
	mix-blend-mode: darken
}

.pp-ins-filter-mayfair .pp-ins-filter-target,
.pp-ins-hover-filter-mayfair .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: contrast(1.1) brightness(1.15) saturate(1.1);
	filter: contrast(1.1) brightness(1.15) saturate(1.1)
}

.pp-ins-filter-mayfair .pp-ins-filter-target:before,
.pp-ins-hover-filter-mayfair .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: radial-gradient(circle closest-corner, transparent 0, rgba(175, 105, 24, .4) 100%);
	background: -webkit-radial-gradient(circle closest-corner, transparent 0, rgba(175, 105, 24, .4) 100%);
	content: "";
	mix-blend-mode: multiply
}

.pp-ins-filter-moon .pp-ins-filter-target,
.pp-ins-hover-filter-moon .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: brightness(1.4) contrast(.95) saturate(0) sepia(.35);
	filter: brightness(1.4) contrast(.95) saturate(0) sepia(.35)
}

.pp-ins-filter-nashville .pp-ins-filter-target,
.pp-ins-hover-filter-nashville .pp-ins-filter-hover:hover .pp-ins-filter-target {
	-webkit-filter: sepia(.25) contrast(1.5) brightness(.9) hue-rotate(-15deg);
	filter: sepia(.25) contrast(1.5) brightness(.9) hue-rotate(-15deg)
}

.pp-ins-filter-nashville .pp-ins-filter-target:before,
.pp-ins-hover-filter-nashville .pp-ins-filter-hover:hover .pp-ins-filter-target:before {
	background: radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(128, 78, 15, .65) 100%);
	background: -webkit-radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(128, 78, 15, .65) 100%);
	content: "";
	mix-blend-mode: screen
}

.pp-gallery-image-caption,
.pp-gallery-image-content {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-caption-hover-effect-fade-in .pp-gallery-image-caption {
	opacity: 0
}

.pp-caption-hover-effect-fade-in .pp-image:hover .pp-media-content .pp-gallery-image-caption {
	opacity: 1
}

.pp-caption-hover-effect-fade-out .pp-gallery-image-caption {
	opacity: 1
}

.pp-caption-hover-effect-fade-out .pp-image:hover .pp-media-content .pp-gallery-image-caption {
	opacity: 0
}

.pp-caption-hover-effect-slide-from-top .pp-media-content {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.pp-caption-hover-effect-slide-from-bottom .pp-media-content {
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.pp-caption-hover-effect-slide-from-left .pp-media-content {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.pp-caption-hover-effect-slide-from-right .pp-media-content {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.pp-caption-hover-effect-fade-from-top .pp-media-content {
	-webkit-transform: translateY(-24px);
	transform: translateY(-24px)
}

.pp-caption-hover-effect-fade-from-bottom .pp-media-content {
	-webkit-transform: translateY(24px);
	transform: translateY(24px)
}

.pp-caption-hover-effect-fade-from-left .pp-media-content {
	-webkit-transform: translateX(-24px);
	transform: translateX(-24px)
}

.pp-caption-hover-effect-fade-from-right .pp-media-content {
	-webkit-transform: translateX(24px);
	transform: translateX(24px)
}

.pp-caption-hover-effect-fade-to-top .pp-image:hover .pp-media-content {
	-webkit-transform: translateY(-24px);
	transform: translateY(-24px)
}

.pp-caption-hover-effect-fade-to-bottom .pp-image:hover .pp-media-content {
	-webkit-transform: translateY(24px);
	transform: translateY(24px)
}

.pp-caption-hover-effect-fade-to-left .pp-image:hover .pp-media-content {
	-webkit-transform: translateX(-24px);
	transform: translateX(-24px)
}

.pp-caption-hover-effect-fade-to-right .pp-image:hover .pp-media-content {
	-webkit-transform: translateX(24px);
	transform: translateX(24px)
}

.pp-caption-hover-effect-slide-to-top .pp-image:hover .pp-media-content {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.pp-caption-hover-effect-slide-to-bottom .pp-image:hover .pp-media-content {
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.pp-caption-hover-effect-slide-to-left .pp-image:hover .pp-media-content {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.pp-caption-hover-effect-slide-to-right .pp-image:hover .pp-media-content {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.pp-caption-hover-effect-fade-from-bottom .pp-media-content,
.pp-caption-hover-effect-fade-from-left .pp-media-content,
.pp-caption-hover-effect-fade-from-right .pp-media-content,
.pp-caption-hover-effect-fade-from-top .pp-media-content {
	opacity: 0
}

.pp-caption-hover-effect-fade-to-bottom .pp-image:hover .pp-media-content,
.pp-caption-hover-effect-fade-to-left .pp-image:hover .pp-media-content,
.pp-caption-hover-effect-fade-to-right .pp-image:hover .pp-media-content,
.pp-caption-hover-effect-fade-to-top .pp-image:hover .pp-media-content {
	opacity: 0
}

.pp-caption-hover-effect-fade-from-bottom .pp-image:hover .pp-media-content,
.pp-caption-hover-effect-fade-from-left .pp-image:hover .pp-media-content,
.pp-caption-hover-effect-fade-from-right .pp-image:hover .pp-media-content,
.pp-caption-hover-effect-fade-from-top .pp-image:hover .pp-media-content,
.pp-caption-hover-effect-slide-from-bottom .pp-image:hover .pp-media-content,
.pp-caption-hover-effect-slide-from-left .pp-image:hover .pp-media-content,
.pp-caption-hover-effect-slide-from-right .pp-image:hover .pp-media-content,
.pp-caption-hover-effect-slide-from-top .pp-image:hover .pp-media-content {
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0)
}

.pp-caption-hover-effect-fade-from-bottom .pp-image:hover .pp-media-content,
.pp-caption-hover-effect-fade-from-left .pp-image:hover .pp-media-content,
.pp-caption-hover-effect-fade-from-right .pp-image:hover .pp-media-content,
.pp-caption-hover-effect-fade-from-top .pp-image:hover .pp-media-content {
	opacity: 1
}

.pp-menu-item:after,
.pp-menu-item:before {
	display: block;
	position: absolute;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):after,
.pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before {
	opacity: 0
}

.pp-menu-item.highlighted:after,
.pp-menu-item.highlighted:before,
.pp-menu-item:focus:after,
.pp-menu-item:focus:before,
.pp-menu-item:hover:after,
.pp-menu-item:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.pp-menu-item-active:after,
.pp-menu-item-active:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.pp--pointer-double-line .pp-menu-item:after,
.pp--pointer-double-line .pp-menu-item:before,
.pp--pointer-overline .pp-menu-item:after,
.pp--pointer-overline .pp-menu-item:before,
.pp--pointer-underline .pp-menu-item:after,
.pp--pointer-underline .pp-menu-item:before {
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #55595c;
	z-index: 2
}

.pp--pointer-double-line.e--animation-grow .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):after,
.pp--pointer-double-line.e--animation-grow .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before,
.pp--pointer-overline.e--animation-grow .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):after,
.pp--pointer-overline.e--animation-grow .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before,
.pp--pointer-underline.e--animation-grow .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):after,
.pp--pointer-underline.e--animation-grow .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before {
	height: 0;
	width: 0;
	left: 50%
}

.pp--pointer-double-line.e--animation-drop-out .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before,
.pp--pointer-overline.e--animation-drop-out .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before,
.pp--pointer-underline.e--animation-drop-out .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before {
	top: 10px
}

.pp--pointer-double-line.e--animation-drop-out .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):after,
.pp--pointer-overline.e--animation-drop-out .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):after,
.pp--pointer-underline.e--animation-drop-out .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):after {
	bottom: 10px
}

.pp--pointer-double-line.e--animation-drop-in .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before,
.pp--pointer-overline.e--animation-drop-in .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before,
.pp--pointer-underline.e--animation-drop-in .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before {
	top: -10px
}

.pp--pointer-double-line.e--animation-drop-in .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):after,
.pp--pointer-overline.e--animation-drop-in .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):after,
.pp--pointer-underline.e--animation-drop-in .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):after {
	bottom: -10px
}

.pp--pointer-double-line.e--animation-none,
.pp--pointer-overline.e--animation-none,
.pp--pointer-underline.e--animation-none {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp--pointer-double-line.e--animation-none:after,
.pp--pointer-double-line.e--animation-none:before,
.pp--pointer-double-line.e--animation-none:focus,
.pp--pointer-double-line.e--animation-none:hover,
.pp--pointer-overline.e--animation-none:after,
.pp--pointer-overline.e--animation-none:before,
.pp--pointer-overline.e--animation-none:focus,
.pp--pointer-overline.e--animation-none:hover,
.pp--pointer-underline.e--animation-none:after,
.pp--pointer-underline.e--animation-none:before,
.pp--pointer-underline.e--animation-none:focus,
.pp--pointer-underline.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp--pointer-double-line.e--animation-none .pp-menu-item,
.pp--pointer-overline.e--animation-none .pp-menu-item,
.pp--pointer-underline.e--animation-none .pp-menu-item {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp--pointer-double-line.e--animation-none .pp-menu-item:after,
.pp--pointer-double-line.e--animation-none .pp-menu-item:before,
.pp--pointer-double-line.e--animation-none .pp-menu-item:focus,
.pp--pointer-double-line.e--animation-none .pp-menu-item:hover,
.pp--pointer-overline.e--animation-none .pp-menu-item:after,
.pp--pointer-overline.e--animation-none .pp-menu-item:before,
.pp--pointer-overline.e--animation-none .pp-menu-item:focus,
.pp--pointer-overline.e--animation-none .pp-menu-item:hover,
.pp--pointer-underline.e--animation-none .pp-menu-item:after,
.pp--pointer-underline.e--animation-none .pp-menu-item:before,
.pp--pointer-underline.e--animation-none .pp-menu-item:focus,
.pp--pointer-underline.e--animation-none .pp-menu-item:hover {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp--pointer-double-line .pp-menu-item:before,
.pp--pointer-overline .pp-menu-item:before {
	content: '';
	top: 0
}

.pp--pointer-double-line.e--animation-slide .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before,
.pp--pointer-overline.e--animation-slide .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before {
	width: 10px;
	left: -20px
}

.pp--pointer-double-line .pp-menu-item:after,
.pp--pointer-underline .pp-menu-item:after {
	content: '';
	bottom: 0
}

.pp--pointer-double-line.e--animation-slide .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):after,
.pp--pointer-underline.e--animation-slide .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):after {
	width: 10px;
	left: calc(100% + 20px)
}

.pp--pointer-framed .pp-menu-item:after,
.pp--pointer-framed .pp-menu-item:before {
	background: 0 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 3px solid #55595c
}

.pp--pointer-framed .pp-menu-item:before {
	content: ''
}

.pp--pointer-framed.e--animation-grow .menu-item:not(.current-menu-ancestor) .pp-menu-item:before {
	-webkit-transition: opacity .2s, -webkit-transform .4s;
	transition: opacity .2s, -webkit-transform .4s;
	transition: opacity .2s, transform .4s;
	transition: opacity .2s, transform .4s, -webkit-transform .4s
}

.pp--pointer-framed.e--animation-grow .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before {
	-webkit-transform: scale(.75);
	transform: scale(.75)
}

.pp--pointer-framed.e--animation-shrink .menu-item:not(.current-menu-ancestor) .pp-menu-item:before {
	-webkit-transition: opacity .2s, -webkit-transform .4s;
	transition: opacity .2s, -webkit-transform .4s;
	transition: opacity .2s, transform .4s;
	transition: opacity .2s, transform .4s, -webkit-transform .4s
}

.pp--pointer-framed.e--animation-shrink .menu-item:not(.current-menu-ancestor) .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before {
	-webkit-transform: scale(1.25);
	transform: scale(1.25)
}

.pp--pointer-framed.e--animation-draw .menu-item:not(.current-menu-ancestor) .pp-menu-item:after,
.pp--pointer-framed.e--animation-draw .menu-item:not(.current-menu-ancestor) .pp-menu-item:before {
	width: 3px;
	height: 3px
}

.pp--pointer-framed.e--animation-draw .menu-item:not(.current-menu-ancestor) .pp-menu-item:before {
	border-width: 0 0 3px 3px;
	-webkit-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
	transition: width .1s .2s, height .1s .3s, opacity .12s .22s
}

.pp--pointer-framed.e--animation-draw .menu-item:not(.current-menu-ancestor) .pp-menu-item:after {
	content: '';
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	border-width: 3px 3px 0 0;
	-webkit-transition: width .1s, height .1s .1s, opacity 20ms .18s;
	transition: width .1s, height .1s .1s, opacity 20ms .18s
}

.pp--pointer-framed.e--animation-draw .menu-item:not(.current-menu-ancestor) .pp-menu-item.highlighted:after,
.pp--pointer-framed.e--animation-draw .menu-item:not(.current-menu-ancestor) .pp-menu-item.highlighted:before,
.pp--pointer-framed.e--animation-draw .menu-item:not(.current-menu-ancestor) .pp-menu-item:focus:after,
.pp--pointer-framed.e--animation-draw .menu-item:not(.current-menu-ancestor) .pp-menu-item:focus:before,
.pp--pointer-framed.e--animation-draw .menu-item:not(.current-menu-ancestor) .pp-menu-item:hover:after,
.pp--pointer-framed.e--animation-draw .menu-item:not(.current-menu-ancestor) .pp-menu-item:hover:before {
	width: 100%;
	height: 100%
}

.pp--pointer-framed.e--animation-draw .menu-item:not(.current-menu-ancestor) .pp-menu-item.highlighted:before,
.pp--pointer-framed.e--animation-draw .menu-item:not(.current-menu-ancestor) .pp-menu-item:focus:before,
.pp--pointer-framed.e--animation-draw .menu-item:not(.current-menu-ancestor) .pp-menu-item:hover:before {
	-webkit-transition: opacity 20ms, height .1s, width .1s .1s;
	transition: opacity 20ms, height .1s, width .1s .1s
}

.pp--pointer-framed.e--animation-draw .menu-item:not(.current-menu-ancestor) .pp-menu-item.highlighted:after,
.pp--pointer-framed.e--animation-draw .menu-item:not(.current-menu-ancestor) .pp-menu-item:focus:after,
.pp--pointer-framed.e--animation-draw .menu-item:not(.current-menu-ancestor) .pp-menu-item:hover:after {
	-webkit-transition: opacity 20ms .2s, height .1s .2s, width .1s .3s;
	transition: opacity 20ms .2s, height .1s .2s, width .1s .3s
}

.pp--pointer-framed.e--animation-draw .pp-menu-item-active:after,
.pp--pointer-framed.e--animation-draw .pp-menu-item-active:before {
	width: 100%;
	height: 100%
}

.pp--pointer-framed.e--animation-draw .pp-menu-item-active:before {
	-webkit-transition: opacity 20ms, height .1s, width .1s .1s;
	transition: opacity 20ms, height .1s, width .1s .1s
}

.pp--pointer-framed.e--animation-draw .pp-menu-item-active:after {
	-webkit-transition: opacity 20ms .2s, height .1s .2s, width .1s .3s;
	transition: opacity 20ms .2s, height .1s .2s, width .1s .3s
}

.pp--pointer-framed.e--animation-corners .menu-item:not(.current-menu-ancestor) .pp-menu-item:after,
.pp--pointer-framed.e--animation-corners .menu-item:not(.current-menu-ancestor) .pp-menu-item:before {
	width: 3px;
	height: 3px
}

.pp--pointer-framed.e--animation-corners .menu-item:not(.current-menu-ancestor) .pp-menu-item:before {
	border-width: 3px 0 0 3px
}

.pp--pointer-framed.e--animation-corners .menu-item:not(.current-menu-ancestor) .pp-menu-item:after {
	content: '';
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	border-width: 0 3px 3px 0
}

.pp--pointer-framed.e--animation-corners .menu-item:not(.current-menu-ancestor) .pp-menu-item.highlighted:after,
.pp--pointer-framed.e--animation-corners .menu-item:not(.current-menu-ancestor) .pp-menu-item.highlighted:before,
.pp--pointer-framed.e--animation-corners .menu-item:not(.current-menu-ancestor) .pp-menu-item:focus:after,
.pp--pointer-framed.e--animation-corners .menu-item:not(.current-menu-ancestor) .pp-menu-item:focus:before,
.pp--pointer-framed.e--animation-corners .menu-item:not(.current-menu-ancestor) .pp-menu-item:hover:after,
.pp--pointer-framed.e--animation-corners .menu-item:not(.current-menu-ancestor) .pp-menu-item:hover:before {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 2ms, width .4s, height .4s;
	transition: opacity 2ms, width .4s, height .4s
}

.pp--pointer-framed.e--animation-corners .menu-item:not(.current-menu-ancestor) .pp-menu-item-active:after,
.pp--pointer-framed.e--animation-corners .menu-item:not(.current-menu-ancestor) .pp-menu-item-active:before {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 2ms, width .4s, height .4s;
	transition: opacity 2ms, width .4s, height .4s
}

.pp--pointer-framed.e--animation-none {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp--pointer-framed.e--animation-none .pp-menu-item {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp--pointer-framed.e--animation-none .pp-menu-item:after,
.pp--pointer-framed.e--animation-none .pp-menu-item:before,
.pp--pointer-framed.e--animation-none .pp-menu-item:focus,
.pp--pointer-framed.e--animation-none .pp-menu-item:hover {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp--pointer-framed.e--animation-none:after,
.pp--pointer-framed.e--animation-none:before,
.pp--pointer-framed.e--animation-none:focus,
.pp--pointer-framed.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp--pointer-background .pp-menu-item:after,
.pp--pointer-background .pp-menu-item:before {
	content: '';
	-webkit-transition: .3s;
	transition: .3s
}

.pp--pointer-background .pp-menu-item:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1
}

.pp--pointer-background .pp-menu-item.highlighted,
.pp--pointer-background .pp-menu-item:focus,
.pp--pointer-background .pp-menu-item:hover {
	color: #fff
}

.pp--pointer-background .pp-menu-item.highlighted:before,
.pp--pointer-background .pp-menu-item:focus:before,
.pp--pointer-background .pp-menu-item:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.pp--pointer-background .pp-menu-item-active {
	color: #fff
}

.pp--pointer-background .pp-menu-item-active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.pp--pointer-background.e--animation-grow .pp-menu-item:before {
	-webkit-transform: scale(.5);
	transform: scale(.5)
}

.pp--pointer-background.e--animation-shrink .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .3s;
	transition: .3s
}

.pp--pointer-background.e--animation-shrink .pp-menu-item.highlighted:before,
.pp--pointer-background.e--animation-shrink .pp-menu-item:focus:before,
.pp--pointer-background.e--animation-shrink .pp-menu-item:hover:before {
	-webkit-transition: opacity .15s, -webkit-transform .4s;
	transition: opacity .15s, -webkit-transform .4s;
	transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s, -webkit-transform .4s
}

.pp--pointer-background.e--animation-shrink .pp-menu-item-active:before {
	-webkit-transition: opacity .15s, -webkit-transform .4s;
	transition: opacity .15s, -webkit-transform .4s;
	transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s, -webkit-transform .4s
}

.pp--pointer-background.e--animation-sweep-left .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before {
	left: 100%
}

.pp--pointer-background.e--animation-sweep-right .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before {
	right: 100%
}

.pp--pointer-background.e--animation-sweep-up .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before {
	top: 100%
}

.pp--pointer-background.e--animation-sweep-down .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before {
	bottom: 100%
}

.pp--pointer-background.e--animation-shutter-out-vertical .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before {
	bottom: 50%;
	top: 50%
}

.pp--pointer-background.e--animation-shutter-out-horizontal .pp-menu-item:not(:hover):not(:focus):not(.pp-menu-item-active):not(.highlighted):before {
	right: 50%;
	left: 50%
}

.pp--pointer-background.e--animation-shutter-in-horizontal .pp-menu-item:after,
.pp--pointer-background.e--animation-shutter-in-vertical .pp-menu-item:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1
}

.pp--pointer-background.e--animation-shutter-in-vertical .pp-menu-item:before {
	top: 0;
	bottom: 100%
}

.pp--pointer-background.e--animation-shutter-in-vertical .pp-menu-item:after {
	top: 100%;
	bottom: 0
}

.pp--pointer-background.e--animation-shutter-in-vertical .pp-menu-item.highlighted,
.pp--pointer-background.e--animation-shutter-in-vertical .pp-menu-item:focus,
.pp--pointer-background.e--animation-shutter-in-vertical .pp-menu-item:hover {
	bottom: 50%
}

.pp--pointer-background.e--animation-shutter-in-vertical .pp-menu-item.highlighted:after,
.pp--pointer-background.e--animation-shutter-in-vertical .pp-menu-item:focus:after,
.pp--pointer-background.e--animation-shutter-in-vertical .pp-menu-item:hover:after {
	top: 50%
}

.pp--pointer-background.e--animation-shutter-in-vertical .pp-menu-item-active:before {
	bottom: 50%
}

.pp--pointer-background.e--animation-shutter-in-vertical .pp-menu-item-active:after {
	top: 50%
}

.pp--pointer-background.e--animation-shutter-in-horizontal .pp-menu-item:before {
	right: 0;
	left: 100%
}

.pp--pointer-background.e--animation-shutter-in-horizontal .pp-menu-item:after {
	right: 100%;
	left: 0
}

.pp--pointer-background.e--animation-shutter-in-horizontal .pp-menu-item.highlighted:before,
.pp--pointer-background.e--animation-shutter-in-horizontal .pp-menu-item:focus:before,
.pp--pointer-background.e--animation-shutter-in-horizontal .pp-menu-item:hover:before {
	left: 50%
}

.pp--pointer-background.e--animation-shutter-in-horizontal .pp-menu-item.highlighted:after,
.pp--pointer-background.e--animation-shutter-in-horizontal .pp-menu-item:focus:after,
.pp--pointer-background.e--animation-shutter-in-horizontal .pp-menu-item:hover:after {
	right: 50%
}

.pp--pointer-background.e--animation-shutter-in-horizontal .pp-menu-item-active:before {
	left: 50%
}

.pp--pointer-background.e--animation-shutter-in-horizontal .pp-menu-item-active:after {
	right: 50%
}

.pp--pointer-background.e--animation-none {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp--pointer-background.e--animation-none:after,
.pp--pointer-background.e--animation-none:before,
.pp--pointer-background.e--animation-none:focus,
.pp--pointer-background.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp--pointer-background.e--animation-none .pp-menu-item {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp--pointer-background.e--animation-none .pp-menu-item:after,
.pp--pointer-background.e--animation-none .pp-menu-item:before,
.pp--pointer-background.e--animation-none .pp-menu-item:focus,
.pp--pointer-background.e--animation-none .pp-menu-item:hover {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp--pointer-brackets .pp-menu-item:after,
.pp--pointer-brackets .pp-menu-item:before {
	background-color: transparent !important;
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform .3s, opacity .2s;
	-webkit-transition: opacity .2s, -webkit-transform .3s;
	transition: opacity .2s, -webkit-transform .3s;
	transition: transform .3s, opacity .2s;
	transition: transform .3s, opacity .2s, -webkit-transform .3s
}

.pp--pointer-brackets .pp-menu-item:before {
	left: 0;
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	transform: translateX(20px)
}

.pp--pointer-brackets .pp-menu-item:after {
	right: 0;
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px)
}

.pp--pointer-brackets .menu-item.current-menu-ancestor .pp-menu-item:after,
.pp--pointer-brackets .menu-item.current-menu-ancestor .pp-menu-item:before,
.pp--pointer-brackets .pp-menu-item:focus:after,
.pp--pointer-brackets .pp-menu-item:focus:before,
.pp--pointer-brackets .pp-menu-item:hover:after,
.pp--pointer-brackets .pp-menu-item:hover:before {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.pp--pointer-right-angle-slides .pp-menu-item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #61ce70;
	content: '';
	opacity: 1 !important;
	-webkit-transition: top .3s;
	transition: top .3s
}

.pp--pointer-right-angle-slides .pp-menu-item:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background: #61ce70;
	content: '';
	-webkit-transition: height .3s, opacity .3s;
	transition: height .3s, opacity .3s
}

.pp--pointer-right-angle-slides .menu-item.current-menu-ancestor .pp-menu-item:before,
.pp--pointer-right-angle-slides .pp-menu-item:hover:before {
	top: 100%;
	opacity: 1
}

.pp--pointer-right-angle-slides .menu-item.current-menu-ancestor .pp-menu-item:after,
.pp--pointer-right-angle-slides .pp-menu-item:hover:after {
	height: 100%
}

.pp--pointer-text.e--animation-skew .pp-menu-item:focus,
.pp--pointer-text.e--animation-skew .pp-menu-item:hover {
	-webkit-transform: skew(-8deg);
	transform: skew(-8deg)
}

.pp--pointer-text.e--animation-grow .pp-menu-item:focus,
.pp--pointer-text.e--animation-grow .pp-menu-item:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.pp--pointer-text.e--animation-shrink .pp-menu-item:focus,
.pp--pointer-text.e--animation-shrink .pp-menu-item:hover {
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

.pp--pointer-text.e--animation-float .pp-menu-item:focus,
.pp--pointer-text.e--animation-float .pp-menu-item:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.pp--pointer-text.e--animation-sink .pp-menu-item:focus,
.pp--pointer-text.e--animation-sink .pp-menu-item:hover {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.pp--pointer-text.e--animation-rotate .pp-menu-item:focus,
.pp--pointer-text.e--animation-rotate .pp-menu-item:hover {
	-webkit-transform: rotate(6deg);
	transform: rotate(6deg)
}

.pp--pointer-text.e--animation-none {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp--pointer-text.e--animation-none:after,
.pp--pointer-text.e--animation-none:before,
.pp--pointer-text.e--animation-none:focus,
.pp--pointer-text.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp--pointer-text.e--animation-none .pp-menu-item {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp--pointer-text.e--animation-none .pp-menu-item:after,
.pp--pointer-text.e--animation-none .pp-menu-item:before,
.pp--pointer-text.e--animation-none .pp-menu-item:focus,
.pp--pointer-text.e--animation-none .pp-menu-item:hover {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp-advanced-menu--main li.current-menu-ancestor.current-menu-parent a.pp-menu-item.has-submenu:after,
.pp-advanced-menu--main li.current-menu-ancestor.current-menu-parent a.pp-menu-item.has-submenu:before {
	opacity: 1
}

.pp-advanced-menu--main .pp-advanced-menu a {
	-webkit-transition: .4s;
	transition: .4s;
	padding: 13px 20px
}

.pp-advanced-menu--main .pp-advanced-menu a.highlighted,
.pp-advanced-menu--main .pp-advanced-menu a:focus,
.pp-advanced-menu--main .pp-advanced-menu a:hover {
	padding: 13px 20px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.pp-advanced-menu--main .pp-advanced-menu a.current {
	background: #373a3c;
	color: #fff
}

.pp-advanced-menu--main .pp-advanced-menu a.disabled {
	background: #55595c;
	color: #a1a6a9
}

.pp-advanced-menu--main .pp-advanced-menu ul {
	position: absolute;
	width: 12em;
	border-width: 0;
	border-style: solid;
	padding: 0
}

.pp-advanced-menu--main .pp-advanced-menu span.scroll-down,
.pp-advanced-menu--main .pp-advanced-menu span.scroll-up {
	position: absolute;
	display: none;
	visibility: hidden;
	overflow: hidden;
	background: #fff;
	height: 20px
}

.pp-advanced-menu--main .pp-advanced-menu span.scroll-down-arrow,
.pp-advanced-menu--main .pp-advanced-menu span.scroll-up-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 8px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #494c4f transparent
}

.pp-advanced-menu--main .pp-advanced-menu span.scroll-down-arrow {
	top: 6px;
	border-style: solid dashed dashed dashed;
	border-color: #494c4f transparent transparent transparent
}

.pp-advanced-menu--layout-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pp-advanced-menu--layout-horizontal .pp-advanced-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.pp-advanced-menu--layout-horizontal .pp-advanced-menu a {
	white-space: nowrap
}

.pp-advanced-menu--layout-vertical .pp-advanced-menu ul {
	position: inherit;
	width: 100%;
	margin-left: 0 !important
}

.pp-advanced-menu__align-right .pp-advanced-menu {
	margin-left: auto
}

.pp-advanced-menu__align-right .pp-advanced-menu--layout-vertical>ul li a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.pp-advanced-menu__align-left .pp-advanced-menu {
	margin-right: auto
}

.pp-advanced-menu__align-left .pp-advanced-menu--layout-vertical>ul li a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.pp-advanced-menu__align-center .pp-advanced-menu {
	margin-left: auto;
	margin-right: auto
}

.pp-advanced-menu__align-center .pp-advanced-menu--layout-vertical>ul li a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pp-advanced-menu__align-justify .pp-advanced-menu--layout-horizontal .pp-advanced-menu {
	width: 100%
}

.pp-advanced-menu__align-justify .pp-advanced-menu--layout-horizontal .pp-advanced-menu>li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.pp-advanced-menu__align-justify .pp-advanced-menu--layout-horizontal .pp-advanced-menu>li>a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pp-advanced-menu-main-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

ul.pp-advanced-menu {
	position: relative;
	z-index: 2;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	-webkit-tap-highlight-color: transparent
}

ul.pp-advanced-menu:after {
	content: "\00a0";
	display: block;
	height: 0;
	font: 0/0 serif;
	clear: both;
	visibility: hidden;
	overflow: hidden
}

ul.pp-advanced-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	-webkit-tap-highlight-color: transparent;
	display: none
}

ul.pp-advanced-menu ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	-webkit-tap-highlight-color: transparent
}

ul.pp-advanced-menu ul ul a {
	border-left: 16px solid transparent
}

ul.pp-advanced-menu ul ul a:active,
ul.pp-advanced-menu ul ul a:focus,
ul.pp-advanced-menu ul ul a:hover {
	border-left: 16px solid transparent
}

ul.pp-advanced-menu ul ul ul a {
	border-left: 24px solid transparent
}

ul.pp-advanced-menu ul ul ul a:active,
ul.pp-advanced-menu ul ul ul a:focus,
ul.pp-advanced-menu ul ul ul a:hover {
	border-left: 24px solid transparent
}

ul.pp-advanced-menu ul ul ul ul a {
	border-left: 32px solid transparent
}

ul.pp-advanced-menu ul ul ul ul a:active,
ul.pp-advanced-menu ul ul ul ul a:focus,
ul.pp-advanced-menu ul ul ul ul a:hover {
	border-left: 32px solid transparent
}

ul.pp-advanced-menu ul ul ul ul ul a {
	border-left: 40px solid transparent
}

ul.pp-advanced-menu ul ul ul ul ul a:active,
ul.pp-advanced-menu ul ul ul ul ul a:focus,
ul.pp-advanced-menu ul ul ul ul ul a:hover {
	border-left: 40px solid transparent
}

ul.pp-advanced-menu li {
	position: relative;
	border-width: 0
}

ul.pp-advanced-menu a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px;
	line-height: 1.82;
	border: none;
	height: 100%
}

ul.pp-advanced-menu a:focus,
ul.pp-advanced-menu a:hover {
	padding: 10px 20px;
	text-decoration: none
}

ul.pp-advanced-menu a.current {
	background: #373a3c;
	color: #fff
}

ul.pp-advanced-menu a.disabled {
	cursor: not-allowed;
	color: #a1a6a9
}

.pp-advanced-menu--layout-expanded .pp-advanced-menu ul {
	display: block;
	position: static;
	width: auto
}

.pp-advanced-menu--layout-expanded .pp-advanced-menu ul ul a,
.pp-advanced-menu--layout-expanded .pp-advanced-menu ul ul a:active,
.pp-advanced-menu--layout-expanded .pp-advanced-menu ul ul a:focus,
.pp-advanced-menu--layout-expanded .pp-advanced-menu ul ul a:hover {
	border-left: 0
}

.pp-advanced-menu--layout-expanded .pp-advanced-menu--dropdown .pp-menu-item.highlighted,
.pp-advanced-menu--layout-expanded .pp-advanced-menu--dropdown .pp-menu-item:focus,
.pp-advanced-menu--layout-expanded .pp-advanced-menu--dropdown .pp-menu-item:hover {
	background-color: transparent;
	color: inherit
}

.pp-advanced-menu--indicator-none .pp-advanced-menu .pp-menu-item.has-submenu {
	padding-right: 20px
}

.pp-advanced-menu--indicator-none .pp-advanced-menu .pp-menu-item.has-submenu .sub-arrow {
	display: none
}

.pp-advanced-menu--indicator-plus:before {
	font-family: "Open Sans", sans-serif
}

.pp-advanced-menu--indicator-chevron .pp-advanced-menu .sub-arrow {
	font-size: 10px
}

.pp-advanced-menu--indicator-chevron .pp-advanced-menu .sub-arrow i:before {
	content: '\f078'
}

.pp-advanced-menu--indicator-angle .pp-advanced-menu .sub-arrow i:before {
	content: '\f107'
}

.pp-advanced-menu--indicator-classic .pp-advanced-menu .sub-arrow i:before {
	content: '\f0d7'
}

.pp-advanced-menu--indicator-plus .pp-advanced-menu .sub-arrow i:before {
	content: '+'
}

.pp-advanced-menu .sub-arrow {
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	padding-left: 10px
}

.pp-advanced-menu--dropdown .pp-menu-item {
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out
}

.pp-advanced-menu--dropdown .pp-menu-item.highlighted,
.pp-advanced-menu--dropdown .pp-menu-item:focus,
.pp-advanced-menu--dropdown .pp-menu-item:hover {
	background-color: #55595c;
	color: #fff
}

.pp-sub-item.highlighted,
.pp-sub-item:focus,
.pp-sub-item:hover {
	background-color: #55595c;
	color: #fff
}

.pp-menu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 22px;
	cursor: pointer;
	border: 0 solid;
	color: #494c4f;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .05);
	padding: .25em;
	-webkit-transition: .3s;
	transition: .3s
}

.pp-menu-toggle a {
	line-height: 0
}

.pp-menu-toggle-label-left .pp-hamburger {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.pp-menu-toggle .pp-hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	cursor: pointer;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
	line-height: 0
}

.pp-menu-toggle .pp-hamburger .pp-hamburger-box {
	position: relative;
	display: inline-block;
	font-size: 26px;
	width: 1em;
	height: 1em
}

.pp-menu-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -.077em;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-webkit-transition-duration: 75ms;
	transition-duration: 75ms
}

.pp-menu-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after,
.pp-menu-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before {
	display: block;
	content: ""
}

.pp-menu-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before {
	-webkit-transition: top 75ms ease .12s, opacity 75ms ease;
	transition: top 75ms ease .12s, opacity 75ms ease;
	top: -.308em
}

.pp-menu-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {
	-webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .12s;
	transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .12s;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(.55, .055, .675, .19) .12s;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(.55, .055, .675, .19) .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .12s;
	bottom: -.308em
}

.pp-menu-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner,
.pp-menu-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after,
.pp-menu-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before {
	background-color: #000;
	position: absolute;
	width: 100%;
	height: .154em;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: .154em
}

.pp-menu-toggle.pp-active .pp-hamburger .pp-hamburger-inner {
	-webkit-transition-delay: .12s;
	transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.pp-menu-toggle.pp-active .pp-hamburger .pp-hamburger-inner:before {
	top: 0;
	-webkit-transition: top 75ms ease, opacity 75ms ease .12s;
	transition: top 75ms ease, opacity 75ms ease .12s;
	opacity: 0
}

.pp-menu-toggle.pp-active .pp-hamburger .pp-hamburger-inner:after {
	bottom: 0;
	-webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.pp-menu-toggle-label-left .pp-menu-toggle-label {
	margin-right: 10px
}

.pp-menu-toggle-label-right .pp-menu-toggle-label {
	margin-left: 10px
}

.pp-advanced-menu--dropdown.pp-advanced-menu__container {
	margin-top: 10px
}

.pp-advanced-menu--dropdown.pp-advanced-menu__container .pp-sub-item {
	font-size: .85em;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out
}

.pp-advanced-menu--dropdown a {
	color: #494c4f;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.pp-advanced-menu--dropdown a.current {
	background: #373a3c;
	color: #fff
}

.pp-advanced-menu--dropdown a.disabled {
	color: #b3b3b3
}

ul.pp-advanced-menu--dropdown a {
	text-shadow: none;
	border-left: 8px solid transparent
}

ul.pp-advanced-menu--dropdown a:focus,
ul.pp-advanced-menu--dropdown a:hover {
	text-shadow: none;
	border-left: 8px solid transparent
}

.pp-advanced-menu--dropdown {
	background-color: #fff;
	font-size: 13px
}

.pp-advanced-menu-main-wrapper:not(.pp-advanced-menu--toggle) .pp-menu-toggle:not(.pp-menu-toggle-on-all) {
	display: none
}

.pp-advanced-menu__text-align-center .pp-advanced-menu--dropdown .pp-advanced-menu a {
	box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pp-advanced-menu--toggle .pp-menu-toggle:not(.pp-active)+.pp-advanced-menu__container:not(.pp-menu-full-screen) {
	display: none
}

.pp-advanced-menu--stretch .pp-advanced-menu__container.pp-advanced-menu--dropdown {
	position: absolute;
	z-index: 9998
}

.pp-advanced-menu--dropdown.pp-advanced-menu__container .pp-menu-item {
	background-color: transparent
}

.pp-advanced-menu--dropdown.pp-advanced-menu__container .pp-menu-item:hover {
	background-color: transparent
}

.pp-advanced-menu__submenu-visible-always .pp-advanced-menu ul {
	display: block !important
}

.pp-advanced-menu--type-full-screen .pp-menu-toggle.pp-active {
	visibility: hidden
}

.pp-advanced-menu--type-full-screen .pp-advanced-menu--dropdown.pp-advanced-menu__container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	margin-top: 0;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: -webkit-transform .4s linear, opacity .4s, visibility 0s .4s linear;
	-webkit-transition: opacity .4s linear, -webkit-transform .4s;
	transition: opacity .4s linear, -webkit-transform .4s;
	transition: transform .4s, opacity .4s linear;
	transition: transform .4s, opacity .4s linear, -webkit-transform .4s;
	overflow-y: auto
}

.pp-advanced-menu--type-full-screen .pp-advanced-menu--dropdown.pp-advanced-menu__container.pp-menu-open {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.pp-advanced-menu--type-full-screen .pp-advanced-menu--dropdown.pp-advanced-menu__container>ul {
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pp-advanced-menu--type-full-screen .pp-advanced-menu--dropdown.pp-advanced-menu__container .pp-menu-close-wrap {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 9999999
}

.pp-advanced-menu--type-full-screen .pp-advanced-menu--dropdown.pp-advanced-menu__container .pp-menu-close {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border: none;
	font-size: 40px;
	color: #fff;
	outline: 0;
	text-align: center;
	cursor: pointer
}

.pp-advanced-menu--type-full-screen .pp-advanced-menu--dropdown.pp-advanced-menu__container .pp-menu-close:after,
.pp-advanced-menu--type-full-screen .pp-advanced-menu--dropdown.pp-advanced-menu__container .pp-menu-close:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 2px;
	height: 40px;
	background-color: #fff;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg)
}

.pp-advanced-menu--type-full-screen .pp-advanced-menu--dropdown.pp-advanced-menu__container .pp-menu-close:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg)
}

.pp-advanced-menu--type-full-screen ul.pp-advanced-menu--dropdown a,
.pp-advanced-menu--type-full-screen ul.pp-advanced-menu--dropdown a:hover {
	border-left: 0
}

.pp-menu-clear {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999998;
	background: rgba(0, 0, 0, .1);
	display: none;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.pp-advanced-menu--dropdown.pp-menu-off-canvas {
	width: 300px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	padding: 60px 0 0;
	z-index: 999998;
	margin-top: 0;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	overflow-y: auto
}

.pp-advanced-menu--dropdown.pp-menu-off-canvas.pp-menu-off-canvas-right {
	left: auto;
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.pp-advanced-menu--dropdown.pp-menu-off-canvas.pp-menu-off-canvas-right .pp-menu-close-wrap {
	right: auto;
	left: 20px
}

.pp-advanced-menu--dropdown.pp-menu-open {
	display: block
}

.pp-advanced-menu--dropdown .pp-menu-close-wrap {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 9999999
}

.pp-advanced-menu--dropdown .pp-menu-close {
	width: 30px;
	height: 30px;
	overflow: hidden;
	border: none;
	font-size: 40px;
	color: #fff;
	outline: 0;
	text-align: center;
	cursor: pointer
}

.pp-advanced-menu--dropdown .pp-menu-close:after,
.pp-advanced-menu--dropdown .pp-menu-close:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 2px;
	height: 30px;
	background-color: #fff;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg)
}

.pp-advanced-menu--dropdown .pp-menu-close:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg)
}

body.pp-menu--off-canvas.pp-menu-open .pp-menu-open.pp-menu-off-canvas {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

body.pp-menu--off-canvas.pp-menu-open .pp-menu-open.pp-menu-off-canvas-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

ul.pp-advanced-menu--dropdown a,
ul.pp-advanced-menu--dropdown a:hover {
	border-left: 0
}

.pp-offcanvas-content-open.pp-offcanvas-content-bottom.pp-offcanvas-content-reset,
.pp-offcanvas-content-open.pp-offcanvas-content-top.pp-offcanvas-content-reset {
	margin-top: 0 !important
}

.pp-offcanvas-toggle {
	cursor: pointer
}

.pp-offcanvas-container {
	position: relative;
	left: 0;
	z-index: 99;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}

.pp-offcanvas-container:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, .2);
	opacity: 0;
	-webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
	transition: opacity .5s, width .1s .5s, height .1s .5s
}

.pp-offcanvas-content-open {
	overflow: hidden
}

.pp-offcanvas-content-open .pp-offcanvas-container:after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	z-index: 100001
}

.pp-offcanvas-content {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 300px;
	height: 100%;
	overflow-y: auto;
	background: #fff;
	-webkit-transition: all .5s;
	transition: all .5s
}

.pp-offcanvas-content.pp-offcanvas-content-right {
	left: auto;
	right: 0
}

.pp-offcanvas-content.pp-offcanvas-content-bottom,
.pp-offcanvas-content.pp-offcanvas-content-top {
	width: 100%;
	height: 300px
}

.pp-offcanvas-content.pp-offcanvas-content-bottom {
	top: auto;
	bottom: 0
}

.pp-offcanvas-content .pp-offcanvas-header {
	padding: 20px;
	text-align: right
}

.pp-offcanvas-content .pp-offcanvas-close {
	position: relative;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	z-index: 1;
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 24px;
	margin: 0
}

.pp-offcanvas-content .pp-offcanvas-body {
	padding-left: 20px;
	padding-right: 20px
}

.pp-offcanvas-toggle-wrap .pp-offcanvas-toggle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-offcanvas-icon-before .pp-offcanvas-toggle-icon {
	margin-right: 5px
}

.pp-offcanvas-icon-after .pp-offcanvas-toggle-icon {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: 5px
}

.pp-offcanvas-content.pp-offcanvas-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.pp-offcanvas-content.pp-offcanvas-slide.pp-offcanvas-content-right {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.pp-offcanvas-content.pp-offcanvas-slide.pp-offcanvas-content-top {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

.pp-offcanvas-content.pp-offcanvas-slide.pp-offcanvas-content-bottom {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.pp-offcanvas-content.pp-offcanvas-reveal {
	z-index: 1
}

.pp-offcanvas-content-slide.pp-offcanvas-content-open .pp-offcanvas-content.pp-offcanvas-content-visible {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.pp-offcanvas-content-left.pp-offcanvas-push {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.pp-offcanvas-content-right.pp-offcanvas-push {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.pp-offcanvas-content-top.pp-offcanvas-push {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

.pp-offcanvas-content-bottom.pp-offcanvas-push {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.pp-offcanvas-content-push.pp-offcanvas-content-open .pp-offcanvas-content.pp-offcanvas-content-visible {
	visibility: visible;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}

.pp-offcanvas-content-push.pp-offcanvas-content-open.pp-offcanvas-content-left .pp-offcanvas-container {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0)
}

.pp-offcanvas-content-push.pp-offcanvas-content-open.pp-offcanvas-content-right .pp-offcanvas-container {
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px)
}

.pp-offcanvas-content-push.pp-offcanvas-content-open.pp-offcanvas-content-top .pp-offcanvas-container {
	-webkit-transform: translate3d(0, 300px, 0);
	transform: translate3d(0, 300px, 0)
}

.pp-offcanvas-content-push.pp-offcanvas-content-open.pp-offcanvas-content-bottom .pp-offcanvas-container {
	-webkit-transform: translate3d(0, -300px, 0);
	transform: translate3d(0, -300px, 0)
}

.pp-offcanvas-content-push.pp-offcanvas-content-open.pp-offcanvas-content-bottom .pp-offcanvas-content,
.pp-offcanvas-content-push.pp-offcanvas-content-open.pp-offcanvas-content-left .pp-offcanvas-content,
.pp-offcanvas-content-push.pp-offcanvas-content-open.pp-offcanvas-content-right .pp-offcanvas-content,
.pp-offcanvas-content-push.pp-offcanvas-content-open.pp-offcanvas-content-top .pp-offcanvas-content {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.pp-offcanvas-content-reveal .pp-offcanvas-container {
	background: #fff;
	overflow: hidden
}

.pp-offcanvas-content-reveal.pp-offcanvas-content-open {
	position: relative;
	overflow: hidden
}

.pp-offcanvas-content-reveal.pp-offcanvas-content-open .pp-offcanvas-content.pp-offcanvas-content-visible {
	visibility: visible;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}

.pp-offcanvas-content-reveal.pp-offcanvas-content-open.pp-offcanvas-content-left .pp-offcanvas-container {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0)
}

.pp-offcanvas-content-reveal.pp-offcanvas-content-open.pp-offcanvas-content-right .pp-offcanvas-container {
	-webkit-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0)
}

.pp-offcanvas-content-reveal.pp-offcanvas-content-open.pp-offcanvas-content-top .pp-offcanvas-container {
	-webkit-transform: translate3d(0, 300px, 0);
	transform: translate3d(0, 300px, 0)
}

.pp-offcanvas-content-reveal.pp-offcanvas-content-open.pp-offcanvas-content-bottom .pp-offcanvas-container {
	-webkit-transform: translate3d(0, -300px, 0);
	transform: translate3d(0, -300px, 0)
}

.pp-offcanvas-content-reveal.pp-offcanvas-content-bottom .pp-offcanvas-container {
	height: 100%
}

.pp-offcanvas-content-left.pp-offcanvas-slide-along {
	z-index: 1;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}

.pp-offcanvas-content-right.pp-offcanvas-slide-along {
	z-index: 1;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0)
}

.pp-offcanvas-content-top.pp-offcanvas-slide-along {
	z-index: 1;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.pp-offcanvas-content-bottom.pp-offcanvas-slide-along {
	z-index: 1;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0)
}

.pp-offcanvas-content-slide-along .pp-offcanvas-container {
	background: #fff;
	overflow: hidden
}

.pp-offcanvas-content-slide-along.pp-offcanvas-content-open .pp-offcanvas-content.pp-offcanvas-content-visible {
	visibility: visible;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.pp-offcanvas-content-slide-along.pp-offcanvas-content-open.pp-offcanvas-content-left .pp-offcanvas-container {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0)
}

.pp-offcanvas-content-slide-along.pp-offcanvas-content-open.pp-offcanvas-content-right .pp-offcanvas-container {
	-webkit-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0)
}

.pp-offcanvas-content-slide-along.pp-offcanvas-content-open.pp-offcanvas-content-top .pp-offcanvas-container {
	-webkit-transform: translate3d(0, 300px, 0);
	transform: translate3d(0, 300px, 0)
}

.pp-offcanvas-content-slide-along.pp-offcanvas-content-open.pp-offcanvas-content-bottom .pp-offcanvas-container {
	-webkit-transform: translate3d(0, -300px, 0);
	transform: translate3d(0, -300px, 0)
}

.pp-offcanvas-content-slide-along.pp-offcanvas-content-bottom .pp-offcanvas-container {
	height: 100%
}

.pp-hamburger-label {
	display: inline-block;
	margin-left: 10px
}

.admin-bar .pp-offcanvas-content-left,
.admin-bar .pp-offcanvas-content-right {
	top: 32px
}

.pp-post {
	overflow: hidden
}

.pp-post .pp-post-title a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit
}

.pp-post-thumbnail {
	overflow: hidden
}

.pp-post-thumbnail img {
	width: 100%;
	-webkit-transition: all .25s linear;
	transition: all .25s linear
}

.pp-posts-thumbnail-ratio .pp-post-thumbnail-wrap {
	position: relative
}

.pp-posts-thumbnail-ratio .pp-post-thumbnail-wrap img {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%
}

.pp-post-separator-wrap {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pp-post-separator {
	background: #e6e6e6;
	height: 1px;
	width: 100%
}

.pp-posts-skin-portfolio .pp-post-content {
	position: relative
}

.pp-posts-skin-portfolio .pp-post-thumb-content-wrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.pp-posts-skin-portfolio .pp-post-thumbnail img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
	vertical-align: middle
}

.pp-posts-skin-portfolio .pp-post-thumbnail a {
	display: block;
	height: 100%
}

.pp-posts-skin-portfolio .pp-post-thumbnail a:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1
}

.pp-posts-skin-portfolio .pp-post-thumb-content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.pp-posts-skin-portfolio[data-layout=masonry] .pp-post-thumbnail-wrap {
	height: 100%
}

.pp-posts-skin-portfolio[data-layout=masonry] .pp-post-thumbnail {
	position: static
}

.pp-equal-height-yes .pp-posts-skin-portfolio .pp-post-thumbnail {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.pp-equal-height-yes .pp-posts-skin-portfolio .pp-post-thumbnail-wrap {
	height: 100%
}

.pp-content-on-hover .pp-post-thumb-content {
	opacity: 0;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-content-on-hover:hover .pp-post-thumb-content {
	opacity: 1
}

.pp-posts-skin-card .pp-post {
	border: 1px solid #e6e6e6
}

.pp-posts-skin-card .pp-post-meta-wrap {
	border-top: 1px solid #e6e6e6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px
}

.pp-posts-skin-card .pp-post-avtar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px
}

.pp-posts-skin-card .pp-post-avtar img {
	border-radius: 50%
}

.pp-posts-skin-creative .pp-post-title {
	font-size: 18px;
	text-transform: uppercase
}

.pp-posts-skin-creative .pp-post-meta {
	border-bottom: 1px solid #797979;
	border-top: 1px solid #797979;
	margin-bottom: 10px;
	padding: 10px 0
}

.pp-posts-skin-creative .pp-post-avtar {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.pp-posts-skin-creative .pp-post-avtar img {
	border-radius: 50%
}

.pp-post-content-align-left .pp-posts-skin-creative .pp-post-content {
	text-align: left
}

.pp-post-content-align-left .pp-posts-skin-creative .pp-post-authorbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-post-content-align-left .pp-posts-skin-creative .pp-post-avtar {
	margin-right: 10px
}

.pp-post-content-align-center .pp-posts-skin-creative .pp-post-content {
	text-align: center
}

.pp-post-content-align-center .pp-posts-skin-creative .pp-post-authorbox {
	display: block
}

.pp-post-content-align-center .pp-posts-skin-creative .pp-post-avtar {
	margin-bottom: 10px
}

.pp-post-content-align-right .pp-posts-skin-creative .pp-post-content {
	text-align: right
}

.pp-post-content-align-right .pp-posts-skin-creative .pp-post-authorbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse
}

.pp-post-content-align-right .pp-posts-skin-creative .pp-post-avtar {
	margin-left: 10px
}

.pp-posts-skin-checkerboard .pp-post-wrap,
.pp-posts-skin-news .pp-post-wrap {
	width: 100%
}

.pp-posts-skin-checkerboard .pp-post,
.pp-posts-skin-news .pp-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pp-posts-skin-checkerboard .pp-post-thumbnail,
.pp-posts-skin-news .pp-post-thumbnail {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.pp-posts-skin-checkerboard .pp-post-content,
.pp-posts-skin-news .pp-post-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.pp-posts-skin-checkerboard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.pp-posts-skin-checkerboard .pp-post-wrap:nth-child(2n) .pp-post {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.pp-posts-skin-checkerboard .pp-post-content-wrap {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.pp-posts-skin-checkerboard .pp-post-content {
	padding: 20px
}

.pp-posts-skin-checkerboard .pp-post-thumbnail img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: middle
}

.pp-post-thumbnail-align-right .pp-posts-skin-news .pp-post-thumbnail {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.pp-post-thumbnail-align-right .pp-posts-skin-news .pp-post-content {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.pp-posts-skin-overlap .pp-post {
	display: inline-block
}

.pp-posts-skin-overlap .pp-post-terms-wrap {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px
}

.pp-posts-skin-overlap .pp-post-content {
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.pp-post-terms {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
	display: inline-block
}

.pp-post-terms a {
	color: inherit
}

.pp-post-filters {
	display: block;
	margin: 0 0 30px;
	padding: 0
}

.pp-post-filters .pp-post-filter {
	background: #eee;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 5px;
	padding: 5px 12px
}

.pp-post-filters .pp-post-filter.pp-filter-current,
.pp-post-filters .pp-post-filter:hover {
	background: #000;
	color: #fff
}

.pp-post-event-date {
	background: #000;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 1.4;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: -30px auto 0;
	width: 60px;
	height: 60px;
	position: relative;
	text-transform: uppercase
}

.pp-equal-height-yes .pp-post {
	height: 100%
}

.pp-posts-pagination .page-numbers,
.pp-posts-pagination a {
	display: inline-block
}

.pp-posts-infinite-scroll .pp-posts-pagination-wrap {
	display: none
}

.pp-search-form-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.pp-search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .2s;
	transition: .2s;
	overflow: hidden;
	border: 0 solid transparent;
	margin-bottom: 20px;
	min-height: 50px;
	max-width: 400px;
	width: 100%
}

.pp-search-form button,
.pp-search-form input[type=search] {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: 0 0;
	line-height: 1;
	min-width: 0;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none
}

.pp-search-form button:focus,
.pp-search-form input[type=search]:focus {
	outline: 0
}

.pp-search-form input[type=search] {
	background: #eceeef;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	color: #55595c;
	-webkit-transition: color .2s;
	transition: color .2s
}

.pp-search-form button {
	background-color: #818a91;
	font-size: 16px;
	color: #fff;
	border-radius: 0;
	min-width: 50px
}

.pp-search-form .pp-search-form-input::-webkit-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.pp-search-form .pp-search-form-input:-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.pp-search-form .pp-search-form-input::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.pp-search-form .pp-search-form-input::-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.pp-search-form .pp-search-form-input::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.pp-search-form-text .pp-search-form-submit {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.pp-loader,
.pp-posts-loader {
	width: 46px;
	height: 46px
}

.pp-loader {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 2
}

.pp-posts-loader {
	display: none;
	margin-left: auto;
	margin-right: auto
}

.pp-loader:after,
.pp-posts-loader:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	margin: 1px;
	border-radius: 50%;
	border: 5px solid #fff;
	border-color: #000 transparent #000 transparent;
	-webkit-animation: pp-loader-dual-ring 1.2s linear infinite;
	animation: pp-loader-dual-ring 1.2s linear infinite
}

.pp-loader:after {
	width: 46px;
	height: 46px
}

@-webkit-keyframes pp-loader-dual-ring {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes pp-loader-dual-ring {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.pp-loader-overlay {
	background: rgba(255, 255, 255, .5);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%
}

.pp-timeline .pp-timeline-card-title {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-timeline .pp-timeline-card-title a {
	color: inherit
}

.pp-timeline-vertical {
	position: relative
}

.pp-timeline-vertical .pp-timeline-item {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
	margin-bottom: 20px
}

.pp-timeline-vertical .pp-timeline-item.pp-timeline-item-hidden .pp-timeline-card-wrapper {
	visibility: hidden
}

.pp-timeline-vertical .pp-timeline-item.bounce-in .pp-timeline-card-wrapper {
	visibility: visible;
	-webkit-animation: 1s pp-bounce-odd;
	animation: 1s pp-bounce-odd
}

.pp-timeline-vertical .pp-timeline-item:nth-of-type(even).bounce-in .pp-timeline-card-wrapper {
	visibility: visible;
	-webkit-animation: 1s pp-bounce-even;
	animation: 1s pp-bounce-even
}

.pp-timeline-vertical .pp-timeline-item .pp-timeline-card-wrapper {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.pp-timeline-vertical .pp-timeline-item:last-child {
	margin-bottom: 0
}

.pp-timeline-vertical .pp-timeline-card-date-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.pp-timeline-vertical .pp-timeline-connector-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px
}

.pp-timeline-vertical .pp-timeline-connector {
	position: absolute;
	background: #ccc;
	width: 4px;
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.pp-timeline-vertical .pp-timeline-connector-inner {
	background: #111
}

.pp-timeline-vertical .pp-timeline-arrow {
	width: 10px;
	right: 0;
	top: 0
}

.pp-timeline-vertical .pp-timeline-arrow:after {
	border-bottom: 10px solid transparent;
	border-left: 10px solid currentColor
}

.pp-timeline-vertical.pp-timeline-left .pp-timeline-connector-wrap {
	left: 0
}

.pp-timeline-vertical.pp-timeline-left .pp-timeline-marker-wrapper {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.pp-timeline-vertical.pp-timeline-left .pp-timeline-card-wrapper {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-right: 0
}

.pp-timeline-vertical.pp-timeline-center .pp-timeline-connector-wrap {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.pp-timeline-vertical.pp-timeline-center .pp-timeline-item:nth-child(even) {
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse
}

.pp-timeline-vertical.pp-timeline-center .pp-timeline-item:nth-child(even) .pp-timeline-card-date-wrapper {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.pp-timeline-vertical.pp-timeline-center .pp-timeline-item:nth-child(even) .pp-timeline-card-wrapper {
	padding-left: 10px;
	padding-right: 0
}

.pp-timeline-vertical.pp-timeline-center .pp-timeline-card-date {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px
}

.pp-timeline-vertical.pp-timeline-center .pp-timeline-card .pp-timeline-card-date {
	display: none
}

.pp-timeline-vertical.pp-timeline-center .pp-timeline-card-wrapper {
	padding-left: 0
}

.pp-timeline-vertical.pp-timeline-center .pp-timeline-card-date-wrapper,
.pp-timeline-vertical.pp-timeline-center .pp-timeline-card-wrapper {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

.pp-timeline-vertical.pp-timeline-right .pp-timeline-connector-wrap {
	right: 0
}

.pp-timeline-vertical.pp-timeline-right .pp-timeline-card-wrapper {
	padding-left: 0
}

.pp-timeline-vertical.pp-timeline-center .pp-timeline-item:nth-child(even) .pp-timeline-arrow,
.pp-timeline-vertical.pp-timeline-left .pp-timeline-arrow {
	left: 0;
	right: auto
}

.pp-timeline-vertical.pp-timeline-center .pp-timeline-item:nth-child(even) .pp-timeline-arrow:after,
.pp-timeline-vertical.pp-timeline-left .pp-timeline-arrow:after {
	border-right: 10px solid currentColor;
	border-left: none
}

.pp-timeline-vertical.pp-timeline-left .pp-timeline-card-date-wrapper,
.pp-timeline-vertical.pp-timeline-right .pp-timeline-card-date-wrapper {
	display: none
}

.pp-timeline-horizontal {
	margin-top: 20px
}

.pp-timeline-horizontal .pp-timeline-item {
	padding: 0 10px
}

.pp-timeline-horizontal .slick-list {
	margin: 0 -10px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 10px !important
}

.pp-timeline-horizontal .slick-current.slick-active .pp-timeline-arrow {
	width: 20px;
	height: 20px;
	top: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.pp-timeline-horizontal .slick-current.slick-active .pp-timeline-arrow:after {
	border-bottom: 10px solid currentColor;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent
}

.pp-timeline-card-wrapper {
	padding-left: 10px;
	padding-right: 10px;
	position: relative
}

.pp-timeline-arrow {
	color: #f1f1f1;
	position: absolute;
	height: 40px
}

.pp-timeline-arrow:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-timeline-arrows-middle .pp-timeline-item {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center
}

.pp-timeline-arrows-middle .pp-timeline-arrow {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pp-timeline-arrows-bottom .pp-timeline-item {
	-ms-flex-align: flex-end;
	-webkit-box-align: end;
	align-items: flex-end
}

.pp-timeline-arrows-bottom .pp-timeline-arrow {
	top: auto;
	bottom: 0
}

.pp-timeline-card {
	background: #f1f1f1;
	padding: 20px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-timeline-marker {
	background-color: #111;
	border-radius: 50%;
	color: #fff;
	height: 40px;
	width: 40px;
	position: relative;
	display: -ms-flexbox;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	z-index: 1;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-timeline-marker .pp-icon {
	-webkit-transition: none;
	transition: none
}

.pp-timeline-card-date {
	display: inline-block
}

.pp-timeline-card-title-wrap {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-timeline-items {
	position: relative
}

.pp-timeline-navigation {
	position: relative
}

.pp-timeline-navigation:before {
	position: absolute;
	content: '';
	height: 4px;
	width: 100%;
	background: #ccc;
	display: block;
	bottom: 20px;
	top: auto;
	-webkit-transform: translateY(2px);
	transform: translateY(2px)
}

.pp-timeline-navigation .slick-list {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.pp-timeline-navigation .pp-slider-arrow {
	-webkit-transform: none;
	transform: none;
	top: auto;
	bottom: 20px;
	padding: 0;
	height: 40px;
	width: 40px
}

.pp-timeline-navigation .pp-arrow-prev {
	background: #ccc;
	left: -20px
}

.pp-timeline-navigation .pp-arrow-next {
	background: #ccc;
	right: -20px
}

.pp-timeline-navigation .pp-timeline-marker-wrapper {
	cursor: pointer;
	text-align: center
}

.pp-timeline-item:focus,
.pp-timeline-marker-wrapper:focus {
	outline: 0
}

@-webkit-keyframes pp-bounce-even {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes pp-bounce-even {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes pp-bounce-odd {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes pp-bounce-odd {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@media only screen and (max-width:1024px) {
	.pp-timeline-vertical.pp-timeline-tablet-left .pp-timeline-item:nth-child(even) {
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}

	.pp-timeline-vertical.pp-timeline-tablet-left .pp-timeline-connector-wrap {
		left: 0;
		-webkit-transform: none;
		transform: none
	}

	.pp-timeline-vertical.pp-timeline-tablet-left .pp-timeline-marker-wrapper {
		margin-left: 0 !important;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.pp-timeline-vertical.pp-timeline-tablet-left .pp-timeline-card-wrapper {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-left: 10px;
		padding-right: 0
	}

	.pp-timeline-vertical.pp-timeline-tablet-left .pp-timeline-card-wrapper {
		-ms-flex-preferred-size: inherit;
		flex-basis: inherit
	}

	.pp-timeline-vertical.pp-timeline-tablet-center .pp-timeline-arrow {
		left: auto;
		right: 0
	}

	.pp-timeline-vertical.pp-timeline-tablet-center .pp-timeline-arrow:after {
		border-left: 10px solid currentColor;
		border-right: none
	}

	.pp-timeline-vertical.pp-timeline-tablet-center .pp-timeline-connector-wrap {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.pp-timeline-vertical.pp-timeline-tablet-center .pp-timeline-item:nth-child(even) {
		-ms-flex-direction: row-reverse;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse
	}

	.pp-timeline-vertical.pp-timeline-tablet-center .pp-timeline-item:nth-child(even) .pp-timeline-card-date-wrapper {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.pp-timeline-vertical.pp-timeline-tablet-center .pp-timeline-item:nth-child(even) .pp-timeline-card-wrapper {
		padding-right: 0;
		padding-left: 10px
	}

	.pp-timeline-vertical.pp-timeline-tablet-center .pp-timeline-item:nth-child(even) .pp-timeline-arrow {
		left: 0;
		right: auto
	}

	.pp-timeline-vertical.pp-timeline-tablet-center .pp-timeline-item:nth-child(even) .pp-timeline-arrow:after {
		border-right: 10px solid currentColor;
		border-left: none
	}

	.pp-timeline-vertical.pp-timeline-tablet-center .pp-timeline-card-date {
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px
	}

	.pp-timeline-vertical.pp-timeline-tablet-center .pp-timeline-card .pp-timeline-card-date {
		display: none
	}

	.pp-timeline-vertical.pp-timeline-tablet-center .pp-timeline-card-wrapper {
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit;
		padding-left: 0;
		padding-right: 10px
	}

	.pp-timeline-vertical.pp-timeline-tablet-center .pp-timeline-marker-wrapper {
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit
	}

	.pp-timeline-vertical.pp-timeline-tablet-center .pp-timeline-card-date-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit
	}

	.pp-timeline-vertical.pp-timeline-tablet-center .pp-timeline-card-date-wrapper,
	.pp-timeline-vertical.pp-timeline-tablet-center .pp-timeline-card-wrapper,
	.pp-timeline-vertical.pp-timeline-tablet-center.pp-timeline-dates .pp-timeline-card-date-wrapper {
		-ms-flex-positive: inherit;
		-webkit-box-flex: inherit;
		flex-grow: inherit;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		flex-grow: inherit;
		-ms-flex-negative: inherit;
		flex-shrink: inherit;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.pp-timeline-vertical.pp-timeline-tablet-right .pp-timeline-arrow {
		left: auto;
		right: 0
	}

	.pp-timeline-vertical.pp-timeline-tablet-right .pp-timeline-arrow:after {
		border-left: 10px solid currentColor;
		border-right: none
	}

	.pp-timeline-vertical.pp-timeline-tablet-right .pp-timeline-item:nth-child(even) {
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}

	.pp-timeline-vertical.pp-timeline-tablet-right .pp-timeline-item:nth-child(even) .pp-timeline-card-date-wrapper {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.pp-timeline-vertical.pp-timeline-tablet-right .pp-timeline-item:nth-child(even) .pp-timeline-arrow {
		left: auto;
		right: 0
	}

	.pp-timeline-vertical.pp-timeline-tablet-right .pp-timeline-item:nth-child(even) .pp-timeline-arrow:after {
		border-left: 10px solid currentColor;
		border-right: none
	}

	.pp-timeline-vertical.pp-timeline-tablet-right .pp-timeline-item:nth-child(even) .pp-timeline-card-wrapper {
		padding-left: 0;
		padding-right: 10px
	}

	.pp-timeline-vertical.pp-timeline-tablet-right .pp-timeline-connector-wrap {
		left: auto;
		right: 0;
		-webkit-transform: none;
		transform: none
	}

	.pp-timeline-vertical.pp-timeline-tablet-right .pp-timeline-marker-wrapper {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-right: 0 !important
	}

	.pp-timeline-vertical.pp-timeline-tablet-right .pp-timeline-card-wrapper {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-left: 0;
		padding-right: 10px
	}

	.pp-timeline-vertical.pp-timeline-tablet-right .pp-timeline-card-date-wrapper {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.pp-timeline-vertical.pp-timeline-tablet-right .pp-timeline-card-date-wrapper,
	.pp-timeline-vertical.pp-timeline-tablet-right .pp-timeline-card-wrapper {
		-ms-flex-preferred-size: inherit;
		flex-basis: inherit
	}

	.pp-timeline-vertical.pp-timeline-tablet-left .pp-timeline-card .pp-timeline-card-date,
	.pp-timeline-vertical.pp-timeline-tablet-right .pp-timeline-card .pp-timeline-card-date {
		display: inline-block;
		margin-left: 0;
		margin-right: 0
	}

	.pp-timeline-vertical.pp-timeline-tablet-left .pp-timeline-card-date-wrapper,
	.pp-timeline-vertical.pp-timeline-tablet-right .pp-timeline-card-date-wrapper {
		display: none
	}

	.pp-timeline-vertical.pp-timeline-tablet-center .pp-timeline-item:nth-child(even) .pp-timeline-arrow,
	.pp-timeline-vertical.pp-timeline-tablet-left .pp-timeline-arrow {
		left: 0;
		right: auto
	}

	.pp-timeline-vertical.pp-timeline-tablet-center .pp-timeline-item:nth-child(even) .pp-timeline-arrow:after,
	.pp-timeline-vertical.pp-timeline-tablet-left .pp-timeline-arrow:after {
		border-right: 10px solid currentColor;
		border-left: none
	}
}

@media only screen and (max-width:767px) {
	.pp-timeline-vertical .pp-timeline-card {
		word-break: break-word
	}

	.pp-timeline-vertical.pp-timeline-mobile-left .pp-timeline-arrow {
		left: 0;
		right: auto
	}

	.pp-timeline-vertical.pp-timeline-mobile-left .pp-timeline-arrow:after {
		border-right: 10px solid currentColor;
		border-left: none
	}

	.pp-timeline-vertical.pp-timeline-mobile-left .pp-timeline-item:nth-child(even) {
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}

	.pp-timeline-vertical.pp-timeline-mobile-left .pp-timeline-item:nth-child(even) .pp-timeline-arrow {
		left: 0;
		right: auto
	}

	.pp-timeline-vertical.pp-timeline-mobile-left .pp-timeline-item:nth-child(even) .pp-timeline-arrow:after {
		border-right: 10px solid currentColor;
		border-left: none
	}

	.pp-timeline-vertical.pp-timeline-mobile-left .pp-timeline-item:nth-child(even) .pp-timeline-card-wrapper {
		padding-left: 10px;
		padding-right: 0
	}

	.pp-timeline-vertical.pp-timeline-mobile-left .pp-timeline-connector-wrap {
		left: 0;
		-webkit-transform: none;
		transform: none
	}

	.pp-timeline-vertical.pp-timeline-mobile-left .pp-timeline-marker-wrapper {
		margin-left: 0 !important;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.pp-timeline-vertical.pp-timeline-mobile-left .pp-timeline-card-wrapper {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-left: 10px;
		padding-right: 0
	}

	.pp-timeline-vertical.pp-timeline-mobile-left .pp-timeline-card-wrapper {
		-ms-flex-preferred-size: inherit;
		flex-basis: inherit
	}

	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-arrow {
		left: auto;
		right: 0
	}

	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-arrow:after {
		border-left: 10px solid currentColor;
		border-right: none
	}

	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-connector-wrap,
	.pp-timeline-vertical.pp-timeline-mobile-center.pp-timeline-dates .pp-timeline-connector-wrap {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-item:nth-child(even) {
		-ms-flex-direction: row-reverse;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse
	}

	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-item:nth-child(even) .pp-timeline-card-date-wrapper {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-item:nth-child(even) .pp-timeline-card-wrapper {
		padding-left: 10px;
		padding-right: 0
	}

	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-item:nth-child(even) .pp-timeline-arrow {
		left: 0;
		right: auto
	}

	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-item:nth-child(even) .pp-timeline-arrow:after {
		border-right: 10px solid currentColor;
		border-left: none
	}

	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-card-date {
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px
	}

	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-card .pp-timeline-card-date {
		display: none
	}

	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-card-wrapper {
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit;
		padding-left: 0;
		padding-right: 10px
	}

	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-card-date-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-card-date-wrapper,
	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-marker-wrapper,
	.pp-timeline-vertical.pp-timeline-mobile-center.pp-timeline-dates .pp-timeline-marker-wrapper {
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit
	}

	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-card-date-wrapper,
	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-card-wrapper,
	.pp-timeline-vertical.pp-timeline-mobile-center.pp-timeline-dates .pp-timeline-card-date-wrapper {
		-ms-flex-positive: inherit;
		-webkit-box-flex: inherit;
		flex-grow: inherit;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		flex-grow: inherit;
		-ms-flex-negative: inherit;
		flex-shrink: inherit;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.pp-timeline-vertical.pp-timeline-mobile-right .pp-timeline-arrow {
		left: auto;
		right: 0
	}

	.pp-timeline-vertical.pp-timeline-mobile-right .pp-timeline-arrow:after {
		border-left: 10px solid currentColor;
		border-right: none
	}

	.pp-timeline-vertical.pp-timeline-mobile-right .pp-timeline-item:nth-child(even) {
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row
	}

	.pp-timeline-vertical.pp-timeline-mobile-right .pp-timeline-item:nth-child(even) .pp-timeline-card-date-wrapper {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.pp-timeline-vertical.pp-timeline-mobile-right .pp-timeline-item:nth-child(even) .pp-timeline-arrow {
		left: auto;
		right: 0
	}

	.pp-timeline-vertical.pp-timeline-mobile-right .pp-timeline-item:nth-child(even) .pp-timeline-arrow:after {
		border-left: 10px solid currentColor;
		border-right: none
	}

	.pp-timeline-vertical.pp-timeline-mobile-right .pp-timeline-item:nth-child(even) .pp-timeline-card-wrapper {
		padding-left: 0;
		padding-right: 10px
	}

	.pp-timeline-vertical.pp-timeline-mobile-right .pp-timeline-connector-wrap {
		left: auto;
		right: 0;
		-webkit-transform: none;
		transform: none
	}

	.pp-timeline-vertical.pp-timeline-mobile-right .pp-timeline-marker-wrapper {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-right: 0 !important
	}

	.pp-timeline-vertical.pp-timeline-mobile-right .pp-timeline-card-wrapper {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-left: 0;
		padding-right: 10px
	}

	.pp-timeline-vertical.pp-timeline-mobile-right .pp-timeline-card-date-wrapper {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.pp-timeline-vertical.pp-timeline-mobile-right .pp-timeline-card-date-wrapper,
	.pp-timeline-vertical.pp-timeline-mobile-right .pp-timeline-card-wrapper {
		-ms-flex-preferred-size: inherit;
		flex-basis: inherit
	}

	.pp-timeline-vertical.pp-timeline-mobile-left .pp-timeline-card .pp-timeline-card-date,
	.pp-timeline-vertical.pp-timeline-mobile-right .pp-timeline-card .pp-timeline-card-date {
		display: inline-block;
		margin-left: 0;
		margin-right: 0
	}

	.pp-timeline-vertical.pp-timeline-mobile-left .pp-timeline-card-date-wrapper,
	.pp-timeline-vertical.pp-timeline-mobile-right .pp-timeline-card-date-wrapper {
		display: none
	}

	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-item:nth-child(even) .pp-timeline-arrow,
	.pp-timeline-vertical.pp-timeline-mobile-left .pp-timeline-arrow {
		left: 0;
		right: auto
	}

	.pp-timeline-vertical.pp-timeline-mobile-center .pp-timeline-item:nth-child(even) .pp-timeline-arrow:after,
	.pp-timeline-vertical.pp-timeline-mobile-left .pp-timeline-arrow:after {
		border-right: 10px solid currentColor;
		border-left: none
	}
}

.pp-showcase-preview-wrap {
	position: relative
}

.pp-showcase-preview-item {
	position: relative
}

.pp-showcase-preview-item img {
	display: inline-block
}

.pp-showcase {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.pp-showcase-preview-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 70%
}

.pp-showcase-navigation {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 30%
}

.pp-showcase-navigation .pp-showcase-navigation-item-wrap {
	-webkit-transition: none;
	transition: none
}

.pp-showcase-navigation-icon-wrap {
	line-height: 1
}

.pp-showcase-navigation-icon img {
	display: inline-block
}

.pp-showcase-preview-align-right .pp-showcase {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.pp-showcase-preview-align-bottom .pp-showcase,
.pp-showcase-preview-align-top .pp-showcase {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.pp-showcase-preview-align-bottom .pp-showcase-navigation,
.pp-showcase-preview-align-bottom .pp-showcase-preview-wrap,
.pp-showcase-preview-align-top .pp-showcase-navigation,
.pp-showcase-preview-align-top .pp-showcase-preview-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%
}

.pp-showcase-preview-align-bottom .pp-showcase-navigation {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.pp-showcase-preview-align-bottom .pp-showcase-preview-wrap {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.pp-showcase-preview-content {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.pp-showcase-description-visible-active .pp-showcase-navigation-description {
	display: none
}

.pp-showcase-navigation-item-wrap {
	position: relative;
	cursor: pointer;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
	width: 100%
}

.pp-showcase-navigation-item-wrap.pp-active-slide .pp-showcase-navigation-description,
.pp-showcase-navigation-item-wrap.slick-current .pp-showcase-navigation-description {
	display: block
}

.pp-showcase-navigation-item-wrap:focus {
	outline: 0
}

.pp-video-container {
	background-color: #000;
	cursor: pointer;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative
}

.pp-video-play-icon {
	cursor: pointer;
	font-size: 80px;
	left: 50%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 10;
	-webkit-transition: .25s all;
	transition: .25s all
}

.pp-video-play-icon img {
	display: block
}

.pp-card-slider {
	width: 100%;
	position: relative;
	max-width: 800px;
	margin: auto;
	background: #fff;
	-webkit-box-shadow: 0 14px 80px rgba(34, 35, 58, .2);
	box-shadow: 0 14px 80px rgba(34, 35, 58, .2);
	padding: 25px;
	border-radius: 25px;
	height: 400px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pp-card-slider-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-card-slider-item.swiper-slide-active .pp-card-slider-image img {
	opacity: 1;
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.pp-card-slider-item.swiper-slide-active .pp-card-slider-content-wrap>* {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.pp-card-slider-item.swiper-slide-active .pp-card-slider-content-wrap>:nth-child(1) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.pp-card-slider-item.swiper-slide-active .pp-card-slider-content-wrap>:nth-child(2) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.pp-card-slider-item.swiper-slide-active .pp-card-slider-content-wrap>:nth-child(3) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

.pp-card-slider-item.swiper-slide-active .pp-card-slider-content-wrap>:nth-child(4) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.pp-card-slider-item.swiper-slide-active .pp-card-slider-content-wrap>:nth-child(5) {
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}

.pp-card-slider-item.swiper-slide-active .pp-card-slider-content-wrap>:nth-child(6) {
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}

.pp-card-slider-item.swiper-slide-active .pp-card-slider-content-wrap>:nth-child(7) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s
}

.pp-card-slider-item.swiper-slide-active .pp-card-slider-content-wrap>:nth-child(8) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

.pp-card-slider-item.swiper-slide-active .pp-card-slider-content-wrap>:nth-child(9) {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s
}

.pp-card-slider-item.swiper-slide-active .pp-card-slider-content-wrap>:nth-child(10) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s
}

.pp-card-slider-item.swiper-slide-active .pp-card-slider-content-wrap>:nth-child(11) {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s
}

.pp-card-slider-item.swiper-slide-active .pp-card-slider-content-wrap>:nth-child(12) {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s
}

.pp-card-slider-item.swiper-slide-active .pp-card-slider-content-wrap>:nth-child(13) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s
}

.pp-card-slider-item.swiper-slide-active .pp-card-slider-content-wrap>:nth-child(14) {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s
}

.pp-card-slider-item.swiper-slide-active .pp-card-slider-content-wrap>:nth-child(15) {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s
}

.pp-card-slider .pp-card-slider-item {
	overflow: visible
}

.pp-card-slider-image {
	width: 300px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 300px;
	border-radius: 20px;
	margin-left: -80px;
	margin-right: 40px;
	overflow: hidden;
	position: relative
}

.pp-card-slider-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	opacity: .8
}

.pp-card-slider-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	opacity: 0;
	border-radius: 20px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pp-card-slider-image-right .pp-card-slider-image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 0 -80px 0 40px
}

.pp-card-slider-image-right .pp-card-slider-content-wrap {
	padding-left: 25px;
	padding-right: 0
}

.pp-card-slider-image-right.pp-card-slider-dots-aside .swiper-pagination {
	left: 20px;
	right: auto
}

.pp-card-slider-content-wrap {
	padding-right: 25px
}

@media screen and (max-width:576px) {
	.pp-card-slider-content-wrap {
		padding: 0
	}
}

.pp-card-slider-content-wrap>* {
	opacity: 0;
	-webkit-transform: translateY(25px);
	transform: translateY(25px);
	-webkit-transition: all .4s;
	transition: all .4s
}

.pp-card-slider-meta {
	color: #7b7992;
	font-weight: 500;
	margin-bottom: 15px
}

.pp-card-slider-meta>span:not(:last-child):after {
	content: '-';
	margin: 0 4px
}

.pp-card-slider-meta-icon {
	margin-right: 4px
}

.pp-card-slider-date {
	display: block
}

.pp-card-slider-title {
	font-size: 24px;
	font-weight: 700;
	color: #0d0925;
	margin-bottom: 15px
}

.pp-card-slider-title a {
	color: inherit
}

.pp-card-slider-content {
	color: #4e4a67;
	margin-bottom: 30px;
	line-height: 1.5em
}

.pp-card-slider-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 15px 35px;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	letter-spacing: 1px
}

@media screen and (max-width:576px) {
	.pp-card-slider-button {
		width: 100%
	}
}

.pp-card-slider .swiper-pagination {
	position: absolute;
	z-index: 21;
	width: 11px;
	text-align: center
}

.pp-card-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.pp-card-slider .swiper-pagination-custom,
.pp-card-slider .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.pp-card-slider-dots-aside .swiper-pagination {
	right: 20px;
	left: auto;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pp-card-slider-dots-aside .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 8px 0
}

.pp-card-slider-dots-bottom .swiper-pagination {
	bottom: 15px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	top: auto;
	width: 100%;
	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
}

.pp-card-slider-dots-bottom .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.pp-card-slider .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	display: block;
	border-radius: 10px;
	background: #062744;
	opacity: .2;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pp-card-slider .swiper-pagination-bullet-active {
	opacity: 1;
	background: #545454;
	height: 30px
}

body.rtl .pp-card-slider-item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.pp-card-slider .pp-card-slider-image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.pp-card-slider-box-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	display: block;
	z-index: 11
}

.pp-buttons-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.pp-buttons-group a,
.pp-buttons-group a:hover {
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.pp-buttons-group .pp-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pp-button-content-wrapper .pp-button-content-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pp-button-content-wrapper .pp-button-content-inner.pp-icon-before {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.pp-button-content-wrapper .pp-button-content-inner.pp-icon-after {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.pp-button-content-wrapper .pp-button-content-inner.pp-icon-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.pp-button-content-wrapper .pp-button-content-inner.pp-icon-bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.pp-button-icon-image img {
	width: 40px
}

.pp-button-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pp-buttons-valign-top .pp-buttons-group {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.pp-buttons-valign-middle .pp-buttons-group {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-buttons-valign-bottom .pp-buttons-group {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.pp-buttons-valign-stretch .pp-buttons-group {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.pp-buttons-valign-stretch .pp-buttons-group .pp-button-content-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-buttons-halign-left .pp-buttons-group {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.pp-buttons-halign-center .pp-buttons-group {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pp-buttons-halign-right .pp-buttons-group {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.pp-buttons-halign-stretch .pp-buttons-group {
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch
}

.pp-buttons-halign-stretch .pp-button {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.pp-buttons-stack-desktop .pp-buttons-group {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.pp-buttons-stack-desktop.pp-buttons-halign-left .pp-buttons-group {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.pp-buttons-stack-desktop.pp-buttons-halign-center .pp-buttons-group {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-buttons-stack-desktop.pp-buttons-halign-right .pp-buttons-group {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.pp-buttons-stack-desktop.pp-buttons-halign-stretch .pp-buttons-group {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.pp-buttons-stack-desktop.pp-buttons-halign-stretch .pp-button {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.pp-buttons-stack-desktop .pp-button {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.pp-flipbox-container {
	overflow: hidden;
	position: relative;
	height: 300px;
	width: 100%
}

.pp-flipbox-icon-image,
.pp-flipbox-icon-image-back {
	display: inline-block;
	margin: 0 auto 0 auto;
	line-height: 1
}

.pp-flipbox-icon-image img,
.pp-flipbox-icon-image-back img {
	width: 30%
}

.pp-flipbox-icon-image i,
.pp-flipbox-icon-image-back i {
	font-size: 40px;
	line-height: 40px;
	width: 40px
}

.pp-flipbox-overlay {
	height: 100%;
	padding: 35px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pp-flipbox-back,
.pp-flipbox-front {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.pp-flipbox-front {
	background: #1abc9c;
	color: #fff;
	z-index: 2
}

.pp-flipbox-back {
	background: #444;
	color: #fff
}

.pp-flipbox-back .pp-flipbox-box-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.pp-flipbox-content,
.pp-flipbox-heading {
	color: #fff
}

.pp-flipbox-heading.pp-flipbox-linked-title {
	color: #fff;
	display: block;
	font-size: 1.5em;
	font-weight: 700
}

.pp-flipbox-container {
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.pp-flipbox-back,
.pp-flipbox-front {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.pp-flipbox-flip-card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.pp-flipbox-back,
.pp-flipbox-front {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}

.pp-animate-flip.pp-direction-up .pp-flipbox-back,
.pp-animate-flip.pp-direction-up.pp-flipbox-container:hover .pp-flipbox-flip-card {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.pp-animate-flip.pp-direction-down .pp-flipbox-back,
.pp-animate-flip.pp-direction-down.pp-flipbox-container:hover .pp-flipbox-flip-card {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.pp-animate-flip.pp-direction-left .pp-flipbox-back,
.pp-animate-flip.pp-direction-left.pp-flipbox-container:hover .pp-flipbox-flip-card {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.pp-animate-flip.pp-direction-right .pp-flipbox-back,
.pp-animate-flip.pp-direction-right.pp-flipbox-container:hover .pp-flipbox-flip-card {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.pp-animate-push.pp-flipbox-container,
.pp-animate-slide.pp-flipbox-container {
	overflow: hidden
}

.pp-animate-push .pp-flipbox-back,
.pp-animate-slide .pp-flipbox-back {
	z-index: 3
}

.pp-animate-push.pp-direction-up .pp-flipbox-back,
.pp-animate-slide.pp-direction-up .pp-flipbox-back {
	top: 100%
}

.pp-animate-push.pp-direction-up.pp-flipbox-container:hover .pp-flipbox-back,
.pp-animate-slide.pp-direction-up.pp-flipbox-container:hover .pp-flipbox-back {
	top: 0
}

.pp-animate-push.pp-direction-down .pp-flipbox-back,
.pp-animate-slide.pp-direction-down .pp-flipbox-back {
	top: auto;
	bottom: 100%
}

.pp-animate-push.pp-direction-down.pp-flipbox-container:hover .pp-flipbox-back,
.pp-animate-slide.pp-direction-down.pp-flipbox-container:hover .pp-flipbox-back {
	top: auto;
	bottom: 0
}

.pp-animate-push.pp-direction-left .pp-flipbox-back,
.pp-animate-slide.pp-direction-left .pp-flipbox-back {
	left: 100%
}

.pp-animate-push.pp-direction-left.pp-flipbox-container:hover .pp-flipbox-back,
.pp-animate-slide.pp-direction-left.pp-flipbox-container:hover .pp-flipbox-back {
	left: 0
}

.pp-animate-push.pp-direction-right .pp-flipbox-back,
.pp-animate-slide.pp-direction-right .pp-flipbox-back {
	left: auto;
	right: 100%
}

.pp-animate-push.pp-direction-right.pp-flipbox-container:hover .pp-flipbox-back,
.pp-animate-slide.pp-direction-right.pp-flipbox-container:hover .pp-flipbox-back {
	left: auto;
	right: 0
}

.pp-animate-push.pp-direction-up.pp-flipbox-container:hover .pp-flipbox-front {
	top: -100%
}

.pp-animate-push.pp-direction-down.pp-flipbox-container:hover .pp-flipbox-front {
	top: 100%
}

.pp-animate-push.pp-direction-left.pp-flipbox-container:hover .pp-flipbox-front {
	left: -100%
}

.pp-animate-push.pp-direction-right.pp-flipbox-container:hover .pp-flipbox-front {
	left: 100%
}

.pp-animate-zoom-in .pp-flipbox-back {
	opacity: 0;
	-webkit-transform: scale(.75);
	transform: scale(.75);
	z-index: 3
}

.pp-animate-zoom-in.pp-flipbox-container:hover .pp-flipbox-back {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.pp-animate-zoom-out .pp-flipbox-front {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 1;
	width: 100%;
	-webkit-transition: opacity .35s, width .1ms, -webkit-transform .5s;
	transition: opacity .35s, width .1ms, -webkit-transform .5s;
	transition: transform .5s, opacity .35s, width .1ms;
	transition: transform .5s, opacity .35s, width .1ms, -webkit-transform .5s
}

.pp-animate-zoom-out.pp-flipbox-container:hover .pp-flipbox-front {
	opacity: 0;
	width: 0;
	-webkit-transform: scale(.75);
	transform: scale(.75);
	-webkit-transition: opacity .5s .1s, width .1ms .5s, -webkit-transform .8s;
	transition: opacity .5s .1s, width .1ms .5s, -webkit-transform .8s;
	transition: transform .8s, opacity .5s .1s, width .1ms .5s;
	transition: transform .8s, opacity .5s .1s, width .1ms .5s, -webkit-transform .8s
}

.pp-animate-fade.pp-flipbox-container:hover .pp-flipbox-front {
	opacity: 0;
	visibility: hidden
}

.pp-image-accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50vh
}

.pp-image-accordion .pp-image-accordion-button-wrap * {
	-webkit-transition: none;
	transition: none
}

.pp-image-accordion .pp-image-accordion-button {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-image-accordion-item {
	cursor: pointer;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-decoration: none;
	-webkit-transition: -webkit-box-flex .4s, -webkit-flex .4s;
	-webkit-transition: -webkit-box-flex .4s;
	transition: -webkit-box-flex .4s;
	transition: flex .4s;
	transition: flex .4s, -webkit-box-flex .4s, -ms-flex .4s;
	overflow: hidden
}

.pp-image-accordion-item:last-child {
	margin-right: 0 !important
}

.pp-image-accordion-active {
	cursor: default
}

.pp-image-accordion-overlay {
	background-color: rgba(0, 0, 0, .3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	-webkit-transition: background-color .4s;
	transition: background-color .4s
}

.pp-image-accordion-overlay .pp-image-accordion-content-wrap {
	z-index: 1
}

.pp-image-accordion-content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	visibility: hidden
}

.pp-image-accordion-content-wrap p:last-child {
	margin-bottom: 0
}

.pp-image-accordion-content-wrap * {
	visibility: hidden;
	opacity: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.pp-image-accordion-title {
	color: #fff;
	-webkit-transform: translate3d(0, -60px, 0);
	transform: translate3d(0, -60px, 0)
}

.pp-image-accordion-description {
	color: #fff;
	-webkit-transform: translate3d(0, 60px, 0);
	transform: translate3d(0, 60px, 0)
}

.pp-image-accordion-button-wrap {
	-webkit-transform: translate3d(0, 60px, 0);
	transform: translate3d(0, 60px, 0)
}

.pp-image-accordion-content-active {
	visibility: visible
}

.pp-image-accordion-content-active * {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-transition: all .3s .3s;
	transition: all .3s .3s
}

.pp-image-accordion-on-hover .pp-image-accordion-item:hover {
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3
}

.pp-image-accordion-on-hover .pp-image-accordion-item:hover .pp-image-accordion-content-wrap * {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: all .3s .3s;
	transition: all .3s .3s
}

.pp-image-accordion-orientation-horizontal .pp-image-accordion {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.pp-image-accordion-orientation-horizontal .pp-image-accordion a:hover .pp-image-accordion-overlay {
	background-color: transparent
}

.pp-image-accordion-orientation-horizontal .pp-image-accordion-item {
	margin-right: 0 !important
}

.pp-advanced-accordion {
	width: auto;
	height: auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pp-advanced-accordion .pp-accordion-tab-title {
	padding: 15px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	outline: 0
}

.pp-advanced-accordion.pp-toggle-icon-align-left .pp-accordion-tab-title {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.pp-accordion-toggle-icon {
	-webkit-transition: none;
	transition: none;
	z-index: 10
}

.pp-accordion-tab-active-default .pp-accordion-toggle-icon-close,
.pp-accordion-tab-show .pp-accordion-toggle-icon-close,
.pp-accordion-toggle-icon-open {
	display: none
}

.pp-accordion-tab-active-default .pp-accordion-toggle-icon-open,
.pp-accordion-tab-show .pp-accordion-toggle-icon-open {
	display: inline-block
}

.pp-accordion-tab-content {
	display: none;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 1.7
}

.pp-accordion-tab-content p:last-child {
	margin: 0
}

.pp-accordion-tab-content.pp-accordion-tab-active {
	display: block
}

.pp-accordion-item {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pp-accordion-title-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-accordion-tab-icon {
	display: inline-block;
	margin-right: 10px
}

.pp-breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: -10px
}

.pp-breadcrumbs>li {
	margin-left: 10px
}

.pp-breadcrumbs p {
	margin-bottom: 0
}

.pp-breadcrumbs a,
.pp-breadcrumbs strong {
	display: inline-block
}

.pp-breadcrumbs a span {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: transparent !important;
	padding: 0 !important;
	border-width: 0 !important;
	border-style: initial !important;
	border-color: initial !important;
	-o-border-image: initial !important;
	border-image: initial !important;
	border-radius: 0 !important;
	margin: 0 !important
}

.pp-breadcrumbs:not(.pp-breadcrumbs-powerpack) {
	margin-left: 0;
	margin-right: 0
}

.pp-breadcrumbs:not(.pp-breadcrumbs-powerpack) a,
.pp-breadcrumbs:not(.pp-breadcrumbs-powerpack) span {
	display: inline-block
}

.pp-content-ticker-container {
	background: #f4f4f4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}

.pp-content-ticker-heading-left .pp-content-ticker-heading {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.pp-content-ticker-heading-center .pp-content-ticker-heading {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pp-content-ticker-heading-right .pp-content-ticker-heading {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.pp-content-ticker-heading {
	background: #333;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 15px;
	position: relative
}

.pp-content-ticker-heading-icon {
	margin-right: 5px
}

.pp-content-ticker-heading-icon-right {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 5px;
	margin-right: 0
}

.pp-content-ticker-heading-arrow .pp-content-ticker-heading:after {
	content: '';
	position: absolute;
	right: -20px;
	border: 10px solid transparent;
	border-left-color: #333;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pp-content-ticker-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	padding: 10px 15px
}

.pp-content-ticker {
	overflow: hidden
}

.pp-content-ticker .swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-content-ticker .pp-content-ticker-item-title {
	font-size: 20px;
	margin: 0
}

.pp-content-ticker .pp-content-ticker-item-title a {
	color: inherit;
	font-size: inherit
}

.pp-content-ticker-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-content-ticker-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
	width: 40px
}

.pp-content-ticker-meta {
	font-size: 14px
}

.pp-content-ticker-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px
}

.pp-content-ticker-navigation .swiper-button-next,
.pp-content-ticker-navigation .swiper-button-prev {
	background: 0 0;
	font-size: 18px;
	line-height: 1.2;
	height: auto;
	margin: 0;
	padding: 0 6px;
	position: static;
	text-align: center;
	width: auto
}

.pp-content-ticker-navigation .swiper-button-prev {
	margin-right: 6px
}

.pp-magazine-slider-dots-inside .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0
}

.pp-magazine-slider .slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center
}

.pp-magazine-slider li {
	background: #ccc;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	margin: 0 4px;
	padding: 0;
	vertical-align: middle
}

.pp-magazine-slider li.slick-active {
	background: #000
}

.pp-magazine-slider li button {
	background: 0 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	padding: 0;
	outline: 0
}

.pp-video-gallery .pp-video-player>img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.pp-video-gallery-item {
	position: relative
}

.pp-video-gallery .elementor-video {
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: middle
}

.pp-video-gallery-dots-inside .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0
}

.pp-video-play {
	color: #333
}

.pp-video-gallery .slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center
}

.pp-video-gallery li {
	background: #ccc;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	margin: 0 4px;
	padding: 0;
	vertical-align: middle
}

.pp-video-gallery li.slick-active {
	background: #000
}

.pp-video-gallery li button {
	background: 0 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	padding: 0;
	outline: 0
}

.pp-video-title-wrap {
	position: relative
}

.pp-video-player iframe,
.pp-video-player video,
.pp-video-player>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.pp-video-player>img {
	border: none;
	bottom: 0;
	cursor: pointer;
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
	right: 0;
	margin: 0;
	-webkit-transition: .25s all;
	transition: .25s all
}

.pp-video-player iframe {
	height: 100%;
	z-index: 1
}

.pp-video {
	position: relative
}

.pp-video .pp-video-player>img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.pp-video-item {
	position: relative
}

.pp-video-gallery-overlay {
	z-index: 1
}

.pp-testimonial .pp-testimonial-name {
	margin-bottom: 0
}

.pp-testimonial .pp-testimonial-name,
.pp-testimonial .pp-testimonial-position {
	color: inherit;
	display: block
}

.pp-testimonial-skin-1 .pp-testimonial-content {
	margin-bottom: 15px
}

.pp-testimonial-image {
	border-radius: 50%
}

.pp-testimonial-image img {
	border-radius: 50%;
	display: inline-block;
	height: 50px;
	width: 50px;
	vertical-align: middle
}

.pp-testimonial-skin-3,
.pp-testimonial-skin-4,
.pp-testimonial-skin-5,
.pp-testimonial-skin-6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-testimonial-skin-3 .pp-testimonial-footer,
.pp-testimonial-skin-4 .pp-testimonial-footer,
.pp-testimonial-skin-5 .pp-testimonial-footer,
.pp-testimonial-skin-6 .pp-testimonial-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.pp-testimonial-skin-8 .pp-testimonial-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-testimonial-skin-5 .pp-testimonial-image,
.pp-testimonial-skin-6 .pp-testimonial-image,
.pp-testimonial-skin-8 .pp-testimonial-image {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.pp-testimonial-skin-4,
.pp-testimonial-skin-6 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.pp-testimonials-h-align-left .pp-testimonial .pp-testimonial-footer {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left
}

.pp-testimonials-h-align-left .pp-testimonial-skin-7 .pp-testimonial-image {
	text-align: left
}

.pp-testimonials-h-align-center .pp-testimonial-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.pp-testimonials-h-align-center .pp-testimonial-skin-7 .pp-testimonial-image {
	text-align: center
}

.pp-testimonials-h-align-right .pp-testimonial .pp-testimonial-footer-inner {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right
}

.pp-testimonials-h-align-right .pp-testimonial-skin-7 .pp-testimonial-image {
	text-align: right
}

.pp-testimonials-v-align-top .pp-testimonial-skin-3,
.pp-testimonials-v-align-top .pp-testimonial-skin-4,
.pp-testimonials-v-align-top .pp-testimonial-skin-5,
.pp-testimonials-v-align-top .pp-testimonial-skin-6 {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.pp-testimonials-v-align-bottom .pp-testimonial-skin-3,
.pp-testimonials-v-align-bottom .pp-testimonial-skin-4,
.pp-testimonials-v-align-bottom .pp-testimonial-skin-5,
.pp-testimonials-v-align-bottom .pp-testimonial-skin-6 {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.pp-testimonials-thumb-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -8px
}

.pp-testimonials-thumb-item-wrap {
	padding-left: 8px
}

.pp-testimonials-thumb-item {
	cursor: pointer;
	position: relative;
	padding-top: 30px
}

.pp-testimonials-thumb-item img {
	border-radius: 50%;
	height: 80px;
	width: 80px;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: middle
}

.pp-testimonials-thumb-image {
	border-radius: 50%;
	position: relative;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-testimonials-thumb-image img {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-testimonials-wrap .pp-testimonials-thumb-item:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	height: 15px;
	width: 15px;
	border-top-color: transparent;
	border-right-color: transparent;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-clip: content-box
}

.pp-testimonials-wrap .pp-active-slide .pp-testimonials-thumb-item:before {
	opacity: 1
}

.pp-testimonial-text {
	position: relative
}

.pp-testimonials-quote-position-above .pp-testimonial-text:before {
	content: '\201C';
	display: block;
	font-size: 120px;
	line-height: 90px;
	margin-bottom: -30px
}

.pp-testimonials-quote-position-before .pp-testimonial-text:before,
.pp-testimonials-quote-position-before-after .pp-testimonial-text:before {
	display: inline-block;
	content: '\201C';
	font-size: 26px
}

.pp-testimonials-quote-position-before-after .pp-testimonial-text:after {
	display: inline-block;
	content: '\201D';
	font-size: 26px
}

.pp-testimonials-image-inline .pp-testimonial-footer-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center
}

.pp-testimonials-image-inline.pp-testimonials-h-align-right .pp-testimonial-image {
	margin: 0 0 0 15px
}

.pp-testimonials-image-inline.pp-testimonials-h-align-left .pp-testimonial-image {
	margin: 0 15px 0 0
}

.pp-testimonials-image-stacked .pp-testimonial-image {
	display: inline-block
}

.pp-testimonials-content-bubble .pp-testimonial-content {
	background-color: #e6e9ec;
	padding: 20px;
	position: relative
}

.pp-testimonials-content-bubble .pp-testimonial-content:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #e6e9ec;
	position: absolute;
	border-width: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.pp-testimonials-content-bubble .pp-testimonial-skin-1 .pp-testimonial-content:after,
.pp-testimonials-content-bubble .pp-testimonial-skin-5 .pp-testimonial-content:after,
.pp-testimonials-content-bubble .pp-testimonial-skin-6 .pp-testimonial-content:after {
	top: calc(100% - 7px);
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(.75) rotate(45deg);
	transform: translateX(-50%) scaleX(.75) rotate(45deg)
}

.pp-testimonials-content-bubble .pp-testimonial-skin-2 .pp-testimonial-content:after,
.pp-testimonials-content-bubble .pp-testimonial-skin-7 .pp-testimonial-content:after {
	bottom: calc(100% - 7px);
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
	transform: translateX(-50%) scaleX(.75) rotate(-135deg)
}

.pp-testimonials-content-bubble .pp-testimonial-skin-3 .pp-testimonial-content:after {
	top: 50%;
	left: -7px;
	-webkit-transform: translateY(-50%) scaleY(.75) rotate(135deg);
	transform: translateY(-50%) scaleY(.75) rotate(135deg)
}

.pp-testimonials-content-bubble .pp-testimonial-skin-4 .pp-testimonial-content:after {
	top: 50%;
	right: -7px;
	-webkit-transform: translateY(-50%) scaleY(.75) rotate(315deg);
	transform: translateY(-50%) scaleY(.75) rotate(315deg)
}

.pp-testimonials-content-bubble.pp-testimonials-h-align-left .pp-testimonial-skin-1 .pp-testimonial-content:after,
.pp-testimonials-content-bubble.pp-testimonials-h-align-left .pp-testimonial-skin-2 .pp-testimonial-content:after,
.pp-testimonials-content-bubble.pp-testimonials-h-align-left .pp-testimonial-skin-5 .pp-testimonial-content:after,
.pp-testimonials-content-bubble.pp-testimonials-h-align-left .pp-testimonial-skin-6 .pp-testimonial-content:after,
.pp-testimonials-content-bubble.pp-testimonials-h-align-left .pp-testimonial-skin-7 .pp-testimonial-content:after {
	left: 25px
}

.pp-testimonials-content-bubble.pp-testimonials-h-align-right .pp-testimonial-skin-1 .pp-testimonial-content:after,
.pp-testimonials-content-bubble.pp-testimonials-h-align-right .pp-testimonial-skin-5 .pp-testimonial-content:after,
.pp-testimonials-content-bubble.pp-testimonials-h-align-right .pp-testimonial-skin-6 .pp-testimonial-content:after {
	left: auto;
	right: 25px;
	-webkit-transform: translateX(50%) scaleX(.75) rotate(45deg);
	transform: translateX(50%) scaleX(.75) rotate(45deg)
}

.pp-testimonials-content-bubble.pp-testimonials-h-align-right .pp-testimonial-skin-2 .pp-testimonial-content:after,
.pp-testimonials-content-bubble.pp-testimonials-h-align-right .pp-testimonial-skin-7 .pp-testimonial-content:after {
	left: auto;
	right: 25px;
	-webkit-transform: translateX(50%) scaleX(.75) rotate(-135deg);
	transform: translateX(50%) scaleX(.75) rotate(-135deg)
}

.pp-testimonials-content-bubble.pp-testimonials-v-align-top .pp-testimonial-skin-3 .pp-testimonial-content:after,
.pp-testimonials-content-bubble.pp-testimonials-v-align-top .pp-testimonial-skin-4 .pp-testimonial-content:after {
	top: 30px
}

.pp-testimonials-content-bubble.pp-testimonials-v-align-bottom .pp-testimonial-skin-3 .pp-testimonial-content:after,
.pp-testimonials-content-bubble.pp-testimonials-v-align-bottom .pp-testimonial-skin-4 .pp-testimonial-content:after {
	top: auto;
	bottom: 18px
}

.pp-thumb-nav-gray .pp-testimonials-thumb-image img,
.pp-thumb-nav-gray-active .pp-active-slide .pp-testimonials-thumb-image img,
.pp-thumb-nav-gray-hover .pp-testimonials-thumb-image:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.pp-thumb-nav-gray .pp-active-slide .pp-testimonials-thumb-image img,
.pp-thumb-nav-gray .pp-testimonials-thumb-image:hover img {
	-webkit-filter: none;
	filter: none
}

.pp-image-scroll-container,
.pp-image-scroll-wrap {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}

.pp-image-scroll-wrap {
	overflow: hidden;
	width: 100%;
	position: relative
}

.pp-image-scroll-container {
	width: 100%
}

.pp-container-scroll {
	overflow: auto
}

.pp-image-scroll-container .pp-image-scroll-horizontal {
	position: relative;
	width: 100%;
	height: 100%
}

.pp-image-scroll-container .pp-image-scroll-horizontal.pp-image-scroll-image img {
	max-width: none;
	height: 100%;
	width: auto
}

.pp-image-scroll-container .pp-image-scroll-vertical.pp-image-scroll-image img {
	width: 100%;
	max-width: 100%;
	height: auto
}

.pp-image-scroll-ver {
	position: relative
}

.pp-image-scroll-container .pp-image-scroll-overlay {
	background: rgba(2, 2, 2, .3)
}

.pp-image-scroll-container .pp-image-scroll-link,
.pp-image-scroll-container .pp-image-scroll-overlay {
	z-index: 4
}

.pp-image-scroll-content {
	display: inline-block;
	position: absolute;
	height: auto;
	top: 50%;
	left: 50%;
	text-align: center;
	z-index: 5;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.pp-container-scroll-instant .pp-image-scroll-image img {
	-webkit-transition: all 0s ease-in-out !important;
	transition: all 0s ease-in-out !important
}

.pp-image-scroll-container .pp-image-scroll-content,
.pp-image-scroll-container .pp-image-scroll-overlay {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 1
}

.pp-image-scroll-container:hover .pp-image-scroll-content,
.pp-image-scroll-container:hover .pp-image-scroll-overlay {
	opacity: 0
}

.pp-image-scroll-container:hover .pp-image-scroll-content {
	visibility: hidden
}

.pp-image-scroll-content .pp-image-scroll-icon {
	display: inline-block;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

.pp-mouse-scroll-horizontal {
	-webkit-animation-name: pp-scroll-horizontal;
	animation-name: pp-scroll-horizontal
}

.pp-mouse-scroll-vertical {
	-webkit-animation-name: pp-scroll-vertical;
	animation-name: pp-scroll-vertical
}

@-webkit-keyframes pp-scroll-vertical {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}
}

@keyframes pp-scroll-vertical {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}
}

@-webkit-keyframes pp-scroll-horizontal {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px)
	}
}

@keyframes pp-scroll-horizontal {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px)
	}
}

.pp-album {
	position: relative
}

.pp-album-cover-wrap {
	height: 300px
}

.pp-album-cover {
	overflow: hidden
}

.pp-album-cover img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-album-content-wrap {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-album-cover-caption {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-album-cover-button-position-inline .pp-album-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.pp-album-trigger-button {
	cursor: pointer
}

.pp-album-button-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pp-album-trigger-icon-before .pp-album-button-content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.pp-fancybox-thumbs-x.fancybox-show-thumbs .fancybox-inner {
	right: 0;
	bottom: 95px
}

.pp-fancybox-thumbs-x .fancybox-thumbs {
	top: auto;
	width: auto;
	bottom: 0;
	left: 0;
	right: 0;
	height: 95px;
	padding: 10px 10px 5px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .3)
}

.pp-slick-center-mode .slick-list {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.pp-tabbed-carousel-item-image {
	overflow: hidden
}

.pp-tabbed-carousel-item-image img {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-carousel-side-blur .pp-tabbed-carousel-slide {
	-webkit-filter: blur(1px);
	filter: blur(1px);
	-webkit-transition: opacity .3s, -webkit-filter .3s;
	transition: opacity .3s, -webkit-filter .3s;
	transition: opacity .3s, filter .3s;
	transition: opacity .3s, filter .3s, -webkit-filter .3s;
	opacity: .3
}

.pp-carousel-side-blur .pp-tabbed-carousel-slide.slick-active {
	-webkit-filter: none;
	filter: none;
	opacity: 1
}

.pp-tabbed-carousel-filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 30px
}

.pp-tabbed-carousel-filters .pp-gallery-filter {
	--space-between: 10px;
	margin: 0;
	margin-right: var(--space-between)
}

.pp-tabbed-carousel-item {
	position: relative
}

.pp-tabbed-gallery-thumbnail-wrap {
	overflow: hidden;
	position: relative;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.pp-tabbed-gallery-thumbnail img {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
	margin-left: auto;
	margin-right: auto
}

.pp-filter-icon-block .pp-gallery-filter-label {
	display: block
}

.pp-slick-equal-height .pp-tabbed-carousel-item {
	width: 100%
}

.pp-slick-equal-height .pp-tabbed-gallery-thumbnail-wrap {
	height: 300px
}

.pp-slick-equal-height .pp-tabbed-gallery-thumbnail {
	height: 100%
}

.pp-slick-equal-height .pp-tabbed-gallery-thumbnail {
	background-repeat: no-repeat;
	background-size: cover
}

.pp-device-wrap {
	margin: 0 auto;
	display: inline-block;
	max-width: 100%;
	width: 280px;
	-webkit-transition: .3s cubic-bezier(.42, 0, .2, 1);
	transition: .3s cubic-bezier(.42, 0, .2, 1);
	-webkit-transition-property: width, padding-bottom;
	transition-property: width, padding-bottom
}

.pp-device-container {
	width: 100%;
	text-align: center;
	-webkit-transition: .3s cubic-bezier(.42, 0, .2, 1);
	transition: .3s cubic-bezier(.42, 0, .2, 1)
}

.pp-device {
	position: relative;
	height: 0;
	padding-bottom: 207.22022%;
	max-width: 100%;
	width: 100%;
	-webkit-transition: all .3s cubic-bezier(.42, 0, .2, 1);
	transition: all .3s cubic-bezier(.42, 0, .2, 1)
}

.pp-device .pp-video {
	height: 100%;
	width: 100%
}

.pp-device .pp-video-container {
	padding: 0;
	height: 100%;
	overflow: visible
}

.pp-device-body {
	width: 100%
}

.pp-device-body svg {
	display: block;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .3s cubic-bezier(.42, 0, .2, 1);
	transition: all .3s cubic-bezier(.42, 0, .2, 1)
}

.pp-device-media {
	position: absolute;
	left: 50%;
	-webkit-transition: all .3s cubic-bezier(.42, 0, .2, 1);
	transition: all .3s cubic-bezier(.42, 0, .2, 1);
	border-radius: 3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90.69767%;
	top: 10.8%;
	background: rgba(255, 255, 255, .2);
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	border-radius: 3px;
	transition: all .3s cubic-bezier(.42, 0, .2, 1);
	z-index: 2;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.pp-device-media-inner {
	background-color: rgba(255, 255, 255, .2);
	position: relative;
	left: 0;
	width: 100%;
	height: 0;
	padding-bottom: 177.77778%;
	-webkit-transition: all .3s cubic-bezier(.42, 0, .2, 1);
	transition: all .3s cubic-bezier(.42, 0, .2, 1)
}

.pp-device-screen {
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	border-radius: 3px;
	-webkit-transition: all .3s cubic-bezier(.42, 0, .2, 1);
	transition: all .3s cubic-bezier(.42, 0, .2, 1);
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-device-screen-play {
	cursor: pointer
}

.pp-device-image-fit-cover .pp-device-screen-image figure,
.pp-device-image-fit-fill .pp-device-screen-image figure {
	height: 100%
}

.pp-device-image-fit-cover .pp-device-screen-image img,
.pp-device-image-fit-fill .pp-device-screen-image img {
	height: 100%;
	width: 100%;
	-o-object-position: center;
	object-position: center
}

.pp-device-image-fit-cover .pp-device-screen-image img {
	-o-object-fit: cover;
	object-fit: cover
}

.pp-device-image-fit-fill .pp-device-screen-image img {
	-o-object-fit: fill;
	object-fit: fill
}

.pp-player-controls-overlay {
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 10
}

.pp-player-controls-rewind.fa-redo {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-filter: FlipH;
	filter: FlipH;
	-ms-filter: FlipH
}

.pp-video-button {
	color: #000;
	background-color: #fff;
	opacity: .9;
	padding: 2%;
	cursor: pointer;
	display: inline-table !important
}

.pp-video-button::before {
	font-size: 25px;
	vertical-align: middle
}

.pp-video-player-controls {
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.pp-video-player-controls-bar-wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.42, 0, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(.42, 0, .2, 1);
	transition: transform .4s cubic-bezier(.42, 0, .2, 1);
	transition: transform .4s cubic-bezier(.42, 0, .2, 1), -webkit-transform .4s cubic-bezier(.42, 0, .2, 1)
}

.pp-player-controls-bar {
	background-color: #fff;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 6px 2px
}

.pp-player-controls-bar .pp-player-controls-duration,
.pp-player-controls-bar .pp-player-controls-time {
	padding: 3px;
	font-size: 12px
}

.pp-player-control-icon,
.pp-player-controls-progress {
	cursor: pointer
}

.pp-player-control-icon {
	cursor: pointer;
	font-size: 12px;
	padding: 0 6px
}

.pp-player-controls-progress {
	margin: 0 2px;
	height: .6em;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	overflow: hidden;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1
}

.pp-player-control-progress-inner {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear
}

.pp-player-controls-progress-time,
.pp-player-controls-volume-bar-track {
	opacity: .2;
	right: 0
}

.pp-player-controls-volume {
	display: contents
}

.pp-player-controls-volume-bar {
	-webkit-box-flex: .5;
	-ms-flex-positive: .5;
	flex-grow: .5
}

.pp-player-controls-volume-bar-amount {
	width: 100%
}

.pp-device-screen.pp-playing .pp-video-player-controls {
	opacity: 0
}

.pp-device-screen.pp-playing:hover .pp-video-player-controls {
	opacity: 1
}

.pp-device-type-laptop .pp-video-player,
.pp-device-type-window .pp-video-player {
	height: 100%
}

.pp-video-player video {
	display: block;
	width: 100%;
	height: 100%
}

.pp-video-player video {
	-o-object-fit: cover;
	object-fit: cover
}

.pp-device-body svg .overlay-shape {
	fill-opacity: .4
}

.pp-device-type-phone .pp-device-media {
	top: 11.7%;
	width: 88.80866%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.pp-device-type-tablet .pp-device-wrap {
	width: 430px
}

.pp-device-type-tablet .pp-device {
	padding-bottom: 138.5%
}

.pp-device-type-tablet .pp-device-media {
	top: 8%
}

.pp-device-type-tablet .pp-device-media-inner {
	padding-bottom: 129.2%
}

.pp-device-type-laptop .pp-device-wrap {
	width: 645px
}

.pp-device-type-laptop .pp-device {
	padding-bottom: 57.4%
}

.pp-device-type-laptop .pp-device-media {
	top: 6%;
	width: 76%
}

.pp-device-type-laptop .pp-device-media-inner {
	padding-bottom: 64%
}

.pp-device-type-desktop .pp-device-wrap {
	width: 645px
}

.pp-device-type-desktop .pp-device {
	padding-bottom: 88.49162%
}

.pp-device-type-desktop .pp-device-media {
	top: 5%;
	width: 92.2905%
}

.pp-device-type-desktop .pp-device-media-inner {
	padding-bottom: 56.41646%
}

.pp-device-type-window .pp-device-wrap {
	width: 1000px
}

.pp-device-type-window .pp-device {
	padding-bottom: 66%
}

.pp-device-type-window .pp-device-media {
	-webkit-transform: none;
	transform: none;
	top: 7%;
	left: auto;
	border-radius: 0;
	width: 100%
}

.pp-device-type-window .pp-device-media-inner {
	padding-bottom: 60%
}

.pp-device-orientation-landscape .pp-device-body {
	width: 48.2578%;
	top: 50.5%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.pp-device-orientation-landscape .pp-device svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.pp-device-orientation-landscape .pp-device-media {
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 76%
}

.pp-device-orientation-landscape.pp-device-type-phone .pp-device-wrap {
	width: 574px
}

.pp-device-orientation-landscape.pp-device-type-phone .pp-device {
	padding-bottom: 48.25784%
}

.pp-device-orientation-landscape.pp-device-type-phone .pp-device-media-inner {
	padding-bottom: 56.25%
}

.pp-device-orientation-landscape.pp-device-type-tablet .pp-device-wrap {
	width: 595px
}

.pp-device-orientation-landscape.pp-device-type-tablet .pp-device {
	padding-bottom: 73%
}

.pp-device-orientation-landscape.pp-device-type-tablet .pp-device-body {
	width: 72.26%
}

.pp-device-orientation-landscape.pp-device-type-tablet .pp-device-media {
	width: 87%
}

.pp-device-orientation-landscape.pp-device-type-tablet .pp-device-media-inner {
	padding-bottom: 75%
}

.pp-device-orientation-landscape.pp-device-type-tablet .pp-video-player {
	height: 100%
}

.pp-device-orientation {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 99;
	-webkit-transform: translateY(calc(100% + 24px)) translateX(-50%);
	transform: translateY(calc(100% + 24px)) translateX(-50%);
	font-size: 28px;
	color: rgba(0, 0, 0, .1);
	cursor: pointer;
	-webkit-transition: all .3s cubic-bezier(.42, 0, .2, 1);
	transition: all .3s cubic-bezier(.42, 0, .2, 1);
	color: #d3d3d3;
	text-align: center
}

.pp-device-orientation:hover {
	color: rgba(0, 0, 0, .4)
}

.pp-device-orientation .pp-mobile-icon-portrait {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.pp-device.pp-has-orientation-control {
	margin-bottom: 62px
}

.pp-scrollable .pp-device-screen {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow-y: auto
}

.pp-scrollable .pp-device-screen-image figure {
	height: auto
}

.pp-heading-fill-gradient .pp-heading-text {
	display: block;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	z-index: 0
}

.pp-how-to-step.pp-has-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pp-how-to-step.pp-has-img .pp-how-to-step-content {
	width: 70%
}

.pp-how-to-step.pp-has-img .pp-how-to-step-image {
	width: 30%
}

.pp-coupon {
	overflow: hidden
}

.pp-coupon .pp-coupon-image-wrapper {
	position: relative
}

.pp-coupon .pp-coupon-image-wrapper img {
	width: 100%;
	height: auto
}

.pp-coupon-discount {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background: #e1124d;
	padding: 10px
}

.pp-coupon-discount-right .pp-coupon-discount {
	left: auto;
	right: 0
}

.pp-coupon-code {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #3b4452;
	cursor: pointer;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-coupon-code-right .pp-coupon-code {
	left: auto;
	right: 0
}

.pp-coupon-code-icon {
	margin-right: 8px
}

.pp-coupon-code-icon img {
	width: 30px
}

.pp-coupon-code-text {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-coupon-style-copy {
	padding: 10px
}

.pp-coupon-style-copy .pp-coupon-code-text {
	border-right: 2px dotted #fff;
	padding-right: 10px
}

.pp-coupon-style-no-code {
	cursor: default;
	padding: 10px
}

.pp-coupon-copy-text {
	color: #fff;
	padding-left: 10px
}

.pp-coupon-reveal-wrap {
	background-color: red;
	-webkit-box-shadow: 0 0 0 20px red;
	box-shadow: 0 0 0 20px red;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	float: left;
	padding: 10px;
	z-index: 9999
}

.pp-coupon-code.pp-coupon-style-reveal:hover .pp-coupon-reveal-wrap {
	-webkit-box-shadow: 0 0 0 3px red;
	box-shadow: 0 0 0 3px red
}

.pp-coupon-code-text-wrap {
	float: right;
	padding: 10px
}

.pp-copied .pp-coupon-code-text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-coupon-content {
	padding: 15px 0 0
}

.pp-coupon-separator {
	border: 0;
	border-top-color: #3b4452;
	border-top-style: solid;
	border-top-width: 1px;
	margin-bottom: 20px
}

.pp-coupon-code.pp-copied.pp-coupon-style-reveal .pp-coupon-code-text {
	border-right: 2px dotted #fff;
	padding-right: 10px
}

.pp-coupons-infinite-scroll .pp-posts-pagination {
	display: none
}

.pp-loader,
.pp-posts-loader {
	width: 46px;
	height: 46px
}

.pp-loader {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 2
}

.pp-posts-loader {
	display: none;
	margin-left: auto;
	margin-right: auto
}

.pp-loader:after,
.pp-posts-loader:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	margin: 1px;
	border-radius: 50%;
	border: 5px solid #fff;
	border-color: #000 transparent #000 transparent;
	-webkit-animation: pp-loader-dual-ring 1.2s linear infinite;
	animation: pp-loader-dual-ring 1.2s linear infinite
}

.pp-loader:after {
	width: 46px;
	height: 46px
}

.pp-formidable-forms .frm_form_field .frm_primary_label {
	display: none
}

.pp-formidable-forms-labels-yes .pp-formidable-forms .frm_primary_label {
	display: block
}

.pp-custom-radio-checkbox .form-field input[type=checkbox],
.pp-custom-radio-checkbox .form-field input[type=radio] {
	border-style: solid;
	border-width: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 2px 5px 2px 0;
	padding: 3px;
	-webkit-appearance: none
}

.pp-formidable-forms-button-full-width .pp-formidable-forms .frm_submit .frm_button_submit {
	width: 100%
}

.pp-fluent-forms-form-button-full-width .ff_submit_btn_wrapper .ff-btn-submit {
	margin-left: 0;
	margin-right: 0;
	width: 100%
}

.pp-custom-radio-checkbox .ff-el-group .ff-el-form-check {
	margin-bottom: 8px
}

.pp-custom-radio-checkbox .ff-el-group .ff-el-form-check label.ff-el-form-check-label {
	margin-bottom: 0
}

.pp-custom-radio-checkbox .ff-el-group input[type=checkbox],
.pp-custom-radio-checkbox .ff-el-group input[type=radio] {
	border-style: solid;
	border-width: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	padding: 3px;
	top: -1px;
	-webkit-appearance: none
}

.pp-categories .pp-category {
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pp-categories a,
.pp-categories a:focus,
.pp-categories a:hover {
	text-decoration: none
}

.pp-categories ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.pp-categories ul li {
	margin: 0;
	padding: 0;
	list-style: none
}

.pp-categories ul ul {
	margin-left: 20px
}

.pp-categories-tree ul .pp-category {
	overflow: initial;
	display: inline-block
}

.pp-categories-tree ul ul {
	display: none;
	margin-left: -12px;
	position: relative
}

.pp-categories-tree ul ul ul {
	margin-left: .5em
}

.pp-categories-tree ul ul:before {
	content: "";
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	bottom: 1em;
	left: 0;
	border-left: 1px solid
}

.pp-categories-tree ul ul li:before {
	content: "";
	display: block;
	width: 10px;
	height: 0;
	border-top: 1px solid;
	margin-top: -1px;
	position: absolute;
	top: 1em;
	left: 0
}

.pp-categories-tree ul ul li:last-child:before {
	height: auto;
	top: 1em;
	bottom: 0
}

.pp-categories-tree ul li {
	margin: 0;
	padding: 0 1em;
	line-height: 2em;
	color: #369;
	position: relative
}

.pp-categories-tree ul li a {
	text-decoration: none;
	color: #369
}

.pp-categories-tree ul li button {
	text-decoration: none;
	color: #369;
	border: none;
	background: 0 0;
	margin: 0;
	padding: 0;
	outline: 0
}

.pp-categories-tree ul li button:active,
.pp-categories-tree ul li button:focus {
	text-decoration: none;
	color: #369;
	border: none;
	background: 0 0;
	margin: 0;
	padding: 0;
	outline: 0
}

.pp-categories-tree .indicator {
	margin-right: 5px;
	margin-top: 7px;
	cursor: pointer;
	float: left
}

.pp-categories-tree span.pp-sitemap-list {
	display: block
}

.pp-categories-tree ul.pp-sitemap-list {
	padding: 0;
	list-style-position: inside
}

.pp-categories-classic .pp-category-inner img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.pp-categories-cover .pp-category {
	background: rgba(0, 0, 0, .5);
	height: 100%
}

.pp-categories-cover .pp-category-count,
.pp-categories-cover .pp-category-title {
	color: #fff
}

.pp-categories-cover .pp-category-inner {
	height: 300px
}

.pp-categories-cover .pp-category-inner img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.pp-categories-cover .pp-category-content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pp-category-content {
	-webkit-transition: all .3s;
	transition: all .3s
}

.pp-category-content-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.pp-categories-list .pp-category-inner {
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pp-category-icon img {
	width: 100px;
	vertical-align: middle
}

.pp-category-list-style-inline .pp-category-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-sitemap-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.pp-sitemap-wrap .pp-tree {
	margin: 0;
	padding: 0;
	list-style: none !important
}

.pp-sitemap-wrap .pp-tree ul {
	margin: 0;
	padding: 0;
	list-style: none !important;
	margin-left: 8px;
	position: relative
}

.pp-sitemap-wrap .pp-tree ul ul {
	margin-left: .5em
}

.pp-sitemap-wrap .pp-tree ul:before {
	content: "";
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	bottom: 1em;
	left: 0;
	border-left: 1px solid
}

.pp-sitemap-wrap .pp-tree ul li:before {
	content: "";
	display: block;
	width: 10px;
	height: 0;
	border-top: 1px solid;
	margin-top: -1px;
	position: absolute;
	top: 1em;
	left: 0
}

.pp-sitemap-wrap .pp-tree ul li:last-child:before {
	height: auto;
	top: 1em;
	bottom: 0
}

.pp-sitemap-wrap .pp-tree li {
	margin: 0;
	padding: 0 1em;
	line-height: 2em;
	color: #369;
	position: relative
}

.pp-sitemap-wrap .pp-tree li a {
	text-decoration: none;
	color: #369
}

.pp-sitemap-wrap .pp-tree li button {
	text-decoration: none;
	color: #369;
	border: none;
	background: 0 0;
	margin: 0;
	padding: 0;
	outline: 0
}

.pp-sitemap-wrap .pp-tree li button:active,
.pp-sitemap-wrap .pp-tree li button:focus {
	text-decoration: none;
	color: #369;
	border: none;
	background: 0 0;
	margin: 0;
	padding: 0;
	outline: 0
}

.pp-sitemap-wrap .indicator {
	margin-right: 5px;
	cursor: pointer
}

.pp-sitemap-wrap span.pp-sitemap-list {
	display: block
}

.pp-sitemap-wrap ul.pp-sitemap-list {
	padding: 0;
	list-style-position: inside
}

.elementor-widget-pp-table-of-contents.pp-toc--collapsed .pp-toc__toggle-button--collapse,
.elementor-widget-pp-table-of-contents:not(.pp-toc--collapsed) .pp-toc__toggle-button--expand {
	display: none
}

.pp-toc {
	border: 1px solid;
	border-color: var(--box-border-color, #535353);
	min-height: var(--box-min-height);
	border-radius: var(--box-border-radius, 3px);
	background-color: var(--box-background-color);
	overflow: hidden
}

.pp-toc__header-title-wrapper {
	display: block;
	width: 100%;
	text-align: var(--toc-header-title-align, "left")
}

.pp-toc__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: var(--toc-header-box-padding, 20px);
	color: var(--header-color, #000);
	background-color: var(--header-background-color);
	border-bottom: var(--separator-width, 1px) solid var(--separator-color, #535353);
	cursor: pointer
}

.pp-toc .pp-toc__header-title-wrapper .pp-toc__header-title {
	font-size: 18px;
	margin: 0 !important;
	color: var(--header-color)
}

.pp-toc__toggle-button {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.pp-toc__toggle-button i {
	color: var(--toggle-button-color)
}

.pp-toc__toggle-button svg {
	height: 1em;
	width: 1em
}

.pp-toc__spinner-container {
	text-align: center
}

.pp-toc__spinner {
	font-size: 2em
}

.pp-toc__body {
	padding: var(--toc-list-box-padding, 20px)
}

.pp-toc__list-wrapper {
	list-style: none;
	margin: 0;
	padding: 0
}

.pp-toc__list-item {
	margin-bottom: .5em
}

.pp-toc__list-item.pp-item-active {
	font-weight: 700
}

.pp-toc__list-item .pp-toc__list-wrapper {
	margin-top: .5em;
	margin-left: var(--nested-list-indent, 1em)
}

.pp-toc__list-item .pp-toc__list-item-text-wrapper .pp-toc__list-item-text {
	color: var(--item-text-color)
}

.pp-toc__list-item .pp-toc__list-item-text-wrapper .pp-toc__list-item-text:hover {
	color: var(--item-text-hover-color);
	-webkit-text-decoration: var(--item-text-hover-decoration);
	text-decoration: var(--item-text-hover-decoration)
}

.pp-toc__list-item .pp-toc__list-item-text-wrapper .pp-toc__list-item-text.pp-item-active {
	color: var(--item-text-active-color);
	-webkit-text-decoration: var(--item-text-active-decoration);
	text-decoration: var(--item-text-active-decoration)
}

.pp-toc__list-item-text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pp-toc__list-item-text-wrapper i,
.pp-toc__list-item-text-wrapper:before {
	margin-right: 8px;
	color: var(--marker-color)
}

.pp-toc__list-item-text-wrapper i {
	font-size: var(--marker-size, .5em)
}

.pp-toc__list-item-text-wrapper:before {
	font-size: var(--marker-size, 1em)
}

.pp-toc--content-ellipsis .pp-toc__list-item-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.pp-toc__list-items--collapsible>.pp-toc__list-wrapper>.pp-toc__list-item>.pp-toc__list-wrapper {
	display: none
}

.pp-toc__heading-anchor {
	position: absolute
}

a.pp-toc__list-item-text {
	-webkit-text-decoration: var(--item-text-decoration);
	text-decoration: var(--item-text-decoration)
}

ol.pp-toc__list-wrapper {
	counter-reset: item
}

ol.pp-toc__list-wrapper .pp-toc__list-item {
	counter-increment: item
}

ol.pp-toc__list-wrapper .pp-toc__list-item-text-wrapper:before {
	content: counters(item, ".") ". "
}

@media only screen and (max-width:1600px) {
	.pp-toc--minimized-on-desktop .pp-toc__body {
		display: none
	}
}

@media only screen and (max-width:1024px) {
	.pp-toc--minimized-on-tablet .pp-toc__body {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.pp-toc--minimized-on-mobile .pp-toc__body {
		display: none
	}
}

.sticky-custom-position .pp-toc.floating-toc {
	position: fixed;
	left: var(--toc-position-x);
	top: var(--toc-position-y)
}

.sticky-in-place .pp-toc.floating-toc {
	position: fixed
}

.pp-toc__scroll-to-top--container {
	position: fixed;
	background-color: #f0f0f0;
	padding: 20px;
	cursor: pointer
}

.pp-toc__scroll-to-top--container.pp-toc__scroll-to-top--align-right {
	right: var(--toc-scroll-top-position-x);
	bottom: var(--toc-scroll-top-position-y)
}

.pp-toc__scroll-to-top--container.pp-toc__scroll-to-top--align-left {
	left: var(--toc-scroll-top-position-x);
	bottom: var(--toc-scroll-top-position-y)
}

.pp-social-login-wrap {
	margin-top: 20px;
	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;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pp-social-login-wrap.pp-social-login--layout-stacked {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.pp-social-login-wrap.pp-social-login--layout-stacked .pp-social-login-button {
	margin-right: 0;
	margin-bottom: 8px;
	width: 100%
}

.pp-social-login-wrap.pp-social-login--layout-stacked .pp-social-login-button:last-of-type {
	margin-bottom: 0
}

.pp-social-login-wrap.pp-social-login--layout-stacked span.pp-social-login-label {
	text-align: center
}

.pp-login-form-wrap .pp-lf-error {
	color: red
}

.pp-login-form-wrap .pp-login-form>.pp-lf-error {
	display: block;
	margin-top: 15px
}

.pp-login-form-wrap.pp-event-disabled .pp-login-form {
	pointer-events: none;
	opacity: .2
}

.pp-login-form-wrap.pp-event-disabled:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: " ";
	display: block;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	border-radius: 50%;
	border: 5px solid #fff;
	border-color: #000 transparent #000 transparent;
	-webkit-animation: pp-loader-dual-ring 1.2s linear infinite;
	animation: pp-loader-dual-ring 1.2s linear infinite
}

.pp-login-form .pp-field-type-recaptcha .pp-grecaptcha {
	display: inline-block
}

.pp-login-form .pp-social-login-button {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s
}

.pp-login-form .pp-social-login-button:last-of-type {
	margin-right: 0
}

.pp-login-form .pp-social-login-button span {
	display: inline-block
}

.pp-login-form .pp-social-login-button span svg {
	height: 24px;
	width: 24px;
	vertical-align: top
}

.pp-login-form .pp-social-login-button span svg path {
	-webkit-transition: all .2s;
	transition: all .2s
}

.pp-login-form .pp-social-login-button span.pp-social-login-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 10px
}

.pp-login-form .pp-social-login-button span.pp-social-login-label {
	overflow: hidden;
	text-align: left;
	text-overflow: clip;
	white-space: nowrap;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 20px 0 10px;
	padding: 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .25px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.pp-login-form .pp-social-login-button.pp-fb-login-button {
	background-color: #4267b2
}

.pp-login-form .pp-social-login-button.pp-fb-login-button svg path {
	fill: #fff
}

.pp-login-form .pp-social-login-button.pp-google-login-button {
	background-color: #4285f4
}

.pp-login-form .pp-social-login-button.pp-google-login-button .pp-social-login-icon {
	background: #fff;
	margin: 1px;
	padding: 9px 10px
}

.pp-login-form .pp-social-login--transparent .pp-social-login-button {
	border: 1px solid
}

.pp-login-form .pp-social-login--transparent .pp-social-login-button.pp-fb-login-button {
	color: #4267b2;
	background-color: transparent
}

.pp-login-form .pp-social-login--transparent .pp-social-login-button.pp-fb-login-button:hover {
	background-color: rgba(66, 103, 178, .1)
}

.pp-login-form .pp-social-login--transparent .pp-social-login-button.pp-fb-login-button svg path {
	fill: #4267b2
}

.pp-login-form .pp-social-login--transparent .pp-social-login-button.pp-google-login-button {
	color: #4285f4;
	background-color: transparent
}

.pp-login-form .pp-social-login--transparent .pp-social-login-button.pp-google-login-button:hover {
	background-color: rgba(66, 133, 244, .1)
}

.pp-login-form .pp-social-login--transparent .pp-social-login-button.pp-google-login-button .pp-social-login-icon {
	background-color: transparent;
	border: none
}

.pp-login-form .pp-login-form-sep {
	margin-top: 20px;
	text-align: center
}

.pp-login-form .pp-login-form-sep-text {
	display: inline-block;
	position: relative;
	font-weight: 700;
	padding-left: 10px;
	padding-right: 10px
}

.pp-login-form .pp-login-form-sep-text:after,
.pp-login-form .pp-login-form-sep-text:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	border-width: 0;
	border-style: solid;
	border-bottom-width: 1px;
	width: 5px
}

.pp-login-form .pp-login-form-sep-text:before {
	right: 100%
}

.pp-login-form .pp-login-form-sep-text:after {
	left: 100%
}

.pp-login-form-links a {
	position: relative
}

.pp-login-form-links a:not(:last-child):after {
	content: "|";
	margin: 0 .3em
}

.pp-registration-form .pp-rf-field .pp-rf-field-inner {
	width: 100%;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.pp-registration-form .pp-rf-field button.pp-rf-toggle-pw {
	display: none;
	background: 0 0;
	border: 1px solid transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	opacity: .5;
	font-size: 14px;
	line-height: 2;
	width: 2.5rem;
	height: 2.5rem;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-decoration: none
}

.pp-registration-form .pp-rf-field.pp-rf-field-pw-toggle button.pp-rf-toggle-pw {
	display: inline-block
}

.pp-registration-form .pp-rf-field input[type=checkbox],
.pp-registration-form .pp-rf-field input[type=checkbox]+label {
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pp-registration-form .pp-rf-field input[type=checkbox] {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	margin-right: 5px
}

.pp-registration-form .pp-rf-field input[type=checkbox]+label {
	display: inline-block;
	width: auto;
	padding-bottom: 0 !important
}

.pp-registration-form .pp-disabled {
	opacity: .3;
	pointer-events: none
}

.pp-registration-form .pp-after-submit-action {
	width: 100%;
	text-align: center;
	margin: 10px 0
}

.pp-registration-form .pp-rf-failed-error.pp-error-fields-count {
	width: 100%;
	display: block;
	text-align: center;
	margin: 5px
}

.pp-registration-form .pp-rf-failed-error {
	color: red
}

.pp-registration-form .pp-rf-error,
.pp-registration-form .pp-rf-error-inline {
	display: none;
	color: red;
	font-size: 12px
}

.pp-registration-form .pp-rf-field-error .pp-rf-error-inline,
.pp-registration-form .pp-rf-validation-error .pp-rf-error {
	display: block
}

.pp-registration-form .pp-required-mark {
	color: red
}

form.pp-registration-form div.pp-rf-field.pp-rf-field-error .pp-rf-control,
form.pp-registration-form div.pp-rf-field.pp-rf-validation-error .pp-rf-control {
	border-color: red
}

.pp-random-image-wrap {
	overflow: hidden;
	position: relative;
	text-align: center
}

.pp-random-image-wrap .pp-random-image {
	display: inline-block;
	vertical-align: middle
}

.pp-random-image-wrap .pp-media-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.pp-random-image-caption-over .pp-random-image-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1
}

@media (min-width:768px) {
	.pp-advanced-menu--dropdown-mobile .pp-menu-toggle:not(.pp-menu-toggle-on-all) {
		display: none
	}
}

@media only screen and (min-width:1025px) {
	.pp-advanced-menu--dropdown-tablet .pp-menu-toggle:not(.pp-menu-toggle-on-all) {
		display: none
	}

	.elementor-element.elementor-grid-1 {
		position: relative
	}

	.elementor-element.elementor-grid-1 .pp-elementor-grid .pp-grid-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-2 {
		position: relative
	}

	.elementor-element.elementor-grid-2 .pp-elementor-grid .pp-grid-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-2 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-2 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-3 {
		position: relative
	}

	.elementor-element.elementor-grid-3 .pp-elementor-grid .pp-grid-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-3 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-3 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-4 {
		position: relative
	}

	.elementor-element.elementor-grid-4 .pp-elementor-grid .pp-grid-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-4 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-4 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-5 {
		position: relative
	}

	.elementor-element.elementor-grid-5 .pp-elementor-grid .pp-grid-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-5 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-5 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-6 {
		position: relative
	}

	.elementor-element.elementor-grid-6 .pp-elementor-grid .pp-grid-item-wrap {
		width: 16.6667%;
		float: left
	}

	.elementor-element.elementor-grid-6 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-6 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(6n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-7 {
		position: relative
	}

	.elementor-element.elementor-grid-7 .pp-elementor-grid .pp-grid-item-wrap {
		width: 14.285%;
		float: left
	}

	.elementor-element.elementor-grid-7 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(7n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-7 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(7n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-8 {
		position: relative
	}

	.elementor-element.elementor-grid-8 .pp-elementor-grid .pp-grid-item-wrap {
		width: 12.5%;
		float: left
	}

	.elementor-element.elementor-grid-8 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(8n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-8 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(8n+1) {
		clear: left
	}
}

@media (max-width:1024px) {
	.pp-advanced-menu--dropdown-tablet .pp-advanced-menu--main {
		display: none
	}

	.pp-advanced-menu--dropdown-tablet .pp-menu-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.pp-image-slider-stack-tablet .pp-image-slider-container {
		display: block
	}

	.pp-image-slider-stack-tablet .pp-image-slider-thumb-pagination,
	.pp-image-slider-stack-tablet .pp-image-slider-wrap {
		width: 100% !important
	}

	.pp-info-box-tablet-top .pp-info-box {
		display: inline-block
	}

	.pp-info-box-tablet-top .pp-info-box .pp-info-box-icon-wrap {
		display: inline-block;
		margin: 0
	}

	.pp-info-box-tablet-top .pp-info-box .pp-info-box-icon {
		margin-right: auto
	}

	.pp-info-box-tablet-left .pp-info-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.pp-info-box-tablet-left .pp-info-box .pp-info-box-icon-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: 20px
	}

	.pp-info-box-tablet-left .pp-info-box .pp-info-box-icon,
	.pp-info-box-tablet-left .pp-info-box img {
		width: 100%
	}

	.pp-info-box-tablet-right .pp-info-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.pp-info-box-tablet-right .pp-info-box .pp-info-box-icon-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: 20px
	}

	.pp-info-box-tablet-right .pp-info-box .pp-info-box-icon,
	.pp-info-box-tablet-right .pp-info-box img {
		width: 100%
	}

	.pp-info-list-stack-tablet.pp-info-list-icon-top .pp-info-list-container .pp-list-items {
		display: block
	}

	.pp-info-list-stack-tablet.pp-info-list-icon-top .pp-info-list-container .pp-list-items .pp-info-list-item {
		display: block;
		text-align: center !important;
		width: 100% !important
	}

	.pp-info-list-stack-tablet.pp-info-list-icon-top .pp-info-list-item-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.pp-info-list-stack-tablet.pp-info-list-icon-top .pp-infolist-icon-wrapper {
		margin-bottom: 0;
		margin-right: 10px
	}

	.pp-info-list-stack-tablet.pp-info-list-icon-top .pp-infolist-icon-wrapper:before {
		content: '';
		border-right: 1px solid #000;
		height: 1500px;
		bottom: 14px;
		left: calc(7px - (1px/2));
		position: absolute;
		width: 1px;
		top: auto
	}

	.pp-info-list-stack-tablet.pp-info-list-icon-top .pp-infolist-icon-wrapper:after {
		content: '';
		border-right: 1px solid #000;
		height: 1500px;
		top: 14px;
		left: calc(7px - (1px/2));
		position: absolute;
		width: 1px;
		top: auto
	}

	.pp-showcase-preview-stack-tablet .pp-showcase {
		display: block
	}

	.pp-showcase-preview-stack-tablet .pp-showcase-navigation,
	.pp-showcase-preview-stack-tablet .pp-showcase-preview-wrap {
		width: 100% !important
	}

	.pp-card-slider {
		max-width: 680px;
		height: 400px
	}

	.pp-buttons-valign-tablet-top .pp-buttons-group {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.pp-buttons-valign-tablet-middle .pp-buttons-group {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.pp-buttons-valign-tablet-bottom .pp-buttons-group {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.pp-buttons-valign-tablet-stretch .pp-buttons-group {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.pp-buttons-valign-tablet-stretch .pp-buttons-group .pp-button-content-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-tablet-left .pp-buttons-group,
	.pp-buttons-stack-none.pp-buttons-halign-tablet-left .pp-buttons-group {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-tablet-left .pp-button,
	.pp-buttons-stack-none.pp-buttons-halign-tablet-left .pp-button {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-tablet-center .pp-buttons-group,
	.pp-buttons-stack-none.pp-buttons-halign-tablet-center .pp-buttons-group {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-tablet-center .pp-button,
	.pp-buttons-stack-none.pp-buttons-halign-tablet-center .pp-button {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-tablet-right .pp-buttons-group,
	.pp-buttons-stack-none.pp-buttons-halign-tablet-right .pp-buttons-group {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-tablet-right .pp-button,
	.pp-buttons-stack-none.pp-buttons-halign-tablet-right .pp-button {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-tablet-stretch .pp-buttons-group,
	.pp-buttons-stack-none.pp-buttons-halign-tablet-stretch .pp-buttons-group {
		-webkit-box-pack: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-tablet-stretch .pp-button,
	.pp-buttons-stack-none.pp-buttons-halign-tablet-stretch .pp-button {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.pp-buttons-stack-tablet .pp-buttons-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.pp-buttons-stack-tablet .pp-buttons-group .pp-button {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.pp-buttons-stack-tablet.pp-buttons-halign-left .pp-buttons-group {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.pp-buttons-stack-tablet.pp-buttons-halign-center .pp-buttons-group {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.pp-buttons-stack-tablet.pp-buttons-halign-right .pp-buttons-group {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.pp-buttons-stack-tablet.pp-buttons-halign-stretch .pp-buttons-group {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.pp-buttons-stack-tablet.pp-buttons-halign-stretch .pp-button {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.pp-buttons-stack-desktop .pp-buttons-group,
	.pp-buttons-stack-tablet .pp-buttons-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.pp-buttons-stack-desktop.pp-buttons-halign-tablet-left .pp-buttons-group,
	.pp-buttons-stack-tablet.pp-buttons-halign-tablet-left .pp-buttons-group {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.pp-buttons-stack-desktop.pp-buttons-halign-tablet-left .pp-button,
	.pp-buttons-stack-tablet.pp-buttons-halign-tablet-left .pp-button {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.pp-buttons-stack-desktop.pp-buttons-halign-tablet-center .pp-buttons-group,
	.pp-buttons-stack-tablet.pp-buttons-halign-tablet-center .pp-buttons-group {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.pp-buttons-stack-desktop.pp-buttons-halign-tablet-center .pp-button,
	.pp-buttons-stack-tablet.pp-buttons-halign-tablet-center .pp-button {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.pp-buttons-stack-desktop.pp-buttons-halign-tablet-right .pp-buttons-group,
	.pp-buttons-stack-tablet.pp-buttons-halign-tablet-right .pp-buttons-group {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.pp-buttons-stack-desktop.pp-buttons-halign-tablet-right .pp-button,
	.pp-buttons-stack-tablet.pp-buttons-halign-tablet-right .pp-button {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.pp-buttons-stack-desktop.pp-buttons-halign-tablet-stretch .pp-buttons-group,
	.pp-buttons-stack-tablet.pp-buttons-halign-tablet-stretch .pp-buttons-group {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.pp-buttons-stack-desktop.pp-buttons-halign-tablet-stretch .pp-button,
	.pp-buttons-stack-tablet.pp-buttons-halign-tablet-stretch .pp-button {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.pp-button-content-wrapper .pp-button-content-inner.pp-icon-before-tablet {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.pp-button-content-wrapper .pp-button-content-inner.pp-icon-after-tablet {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.pp-button-content-wrapper .pp-button-content-inner.pp-icon-top-tablet {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.pp-button-content-wrapper .pp-button-content-inner.pp-icon-bottom-tablet {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.pp-image-accordion-stack-on-tablet .pp-image-accordion {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.pp-image-accordion-stack-on-tablet .pp-image-accordion a:hover .pp-image-accordion-overlay {
		background-color: transparent
	}

	.pp-image-accordion-stack-on-tablet .pp-image-accordion-item {
		margin-right: 0 !important
	}

	.pp-album-cover-button-tablet-position-inline .pp-album-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.pp-album-cover-button-tablet-position-bottom .pp-album-content {
		display: block
	}

	.pp-advanced-tabs.pp-tabs-responsive-tablet .pp-advanced-tabs-wrapper.at-horizontal {
		display: none
	}

	.pp-advanced-tabs.pp-tabs-responsive-tablet .pp-advanced-tabs-wrapper.at-vertical {
		display: none
	}

	.pp-advanced-tabs.pp-tabs-responsive-tablet .pp-advanced-tabs-content-wrapper.at-vertical-content {
		width: 100%
	}

	.pp-advanced-tabs.pp-tabs-responsive-tablet .pp-advanced-tabs-content-wrapper .pp-advanced-tabs-title.pp-tab-responsive {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.pp-posts-image-stack-tablet .pp-post {
		display: block
	}

	.pp-posts-image-stack-tablet .pp-post-thumbnail {
		float: none !important
	}

	.pp-filters-wrapper-tablet .pp-gallery-filters:not(.pp-filters-dropdown) {
		display: none
	}

	.pp-filters-wrapper-tablet .pp-filters-dropdown {
		display: block
	}
}

@media only screen and (max-width:1024px) and (min-width:766px) {
	.elementor-element.elementor-grid-tablet-1 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-1 .pp-elementor-grid .pp-grid-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-2 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-2 .pp-elementor-grid .pp-grid-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-2 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-2 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-3 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-3 .pp-elementor-grid .pp-grid-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-3 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-3 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-4 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-4 .pp-elementor-grid .pp-grid-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-4 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-4 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-5 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-5 .pp-elementor-grid .pp-grid-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-5 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-5 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-6 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-6 .pp-elementor-grid .pp-grid-item-wrap {
		width: 16.6667%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-6 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-6 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(6n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-7 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-7 .pp-elementor-grid .pp-grid-item-wrap {
		width: 14.285%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-7 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(7n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-7 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(7n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-8 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-8 .pp-elementor-grid .pp-grid-item-wrap {
		width: 12.5%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-8 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(8n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-8 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(8n+1) {
		clear: left
	}
}

@media only screen and (max-width:767px) {
	.pp-advanced-menu--dropdown-mobile .pp-advanced-menu--main {
		display: none
	}

	.pp-advanced-menu--dropdown-mobile .pp-menu-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.pp-image-slider-stack-mobile .pp-image-slider-container {
		display: block
	}

	.pp-image-slider-stack-mobile .pp-image-slider-thumb-pagination,
	.pp-image-slider-stack-mobile .pp-image-slider-wrap {
		width: 100% !important
	}

	.pp-tiled-posts {
		margin-left: 0 !important
	}

	.pp-tiled-posts .pp-tiled-post,
	.pp-tiled-posts .pp-tiled-post-1,
	.pp-tiled-posts .pp-tiled-post-large,
	.pp-tiled-posts .pp-tiled-post-medium,
	.pp-tiled-posts .pp-tiled-post-small,
	.pp-tiled-posts .pp-tiles-posts-right,
	.pp-tiled-posts-layout-3 .pp-tiles-posts-left,
	.pp-tiled-posts-layout-6 .pp-tiles-posts-center,
	.pp-tiled-posts-layout-6 .pp-tiles-posts-left,
	.pp-tiled-posts-layout-6 .pp-tiles-posts-right,
	.pp-tiles-posts-left {
		width: 100% !important
	}

	.pp-tiled-posts .pp-tiled-post {
		margin-left: 0 !important
	}

	.pp-recipe-header-image {
		float: none;
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 0;
		width: 100%
	}

	.pp-recipe-details {
		text-align: left
	}

	.pp-info-box-mobile-top .pp-info-box {
		display: inline-block
	}

	.pp-info-box-mobile-top .pp-info-box .pp-info-box-icon-wrap {
		display: inline-block;
		margin: 0
	}

	.pp-info-box-mobile-top .pp-info-box .pp-info-box-icon {
		margin-right: auto
	}

	.pp-info-box-mobile-left .pp-info-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.pp-info-box-mobile-left .pp-info-box .pp-info-box-icon-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: 20px
	}

	.pp-info-box-mobile-left .pp-info-box .pp-info-box-icon,
	.pp-info-box-mobile-left .pp-info-box img {
		width: 100%
	}

	.pp-info-box-mobile-right .pp-info-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.pp-info-box-mobile-right .pp-info-box .pp-info-box-icon-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: 20px
	}

	.pp-info-box-mobile-right .pp-info-box .pp-info-box-icon,
	.pp-info-box-mobile-right .pp-info-box img {
		width: 100%
	}

	.pp-countdown-wrapper.pp-countdown-separator-hide-mobile .pp-countdown-item:after {
		display: none
	}

	.pp-countdown-wrapper.pp-countdown-separator-hide-mobile .pp-countdown-item .pp-countdown-digit-wrapper::after {
		display: none
	}

	.pp-info-list-stack-mobile.pp-info-list-icon-top .pp-info-list-container .pp-list-items {
		display: block
	}

	.pp-info-list-stack-mobile.pp-info-list-icon-top .pp-info-list-container .pp-list-items .pp-info-list-item {
		display: block;
		text-align: center !important;
		width: 100% !important
	}

	.pp-info-list-stack-mobile.pp-info-list-icon-top .pp-info-list-item-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.pp-info-list-stack-mobile.pp-info-list-icon-top .pp-infolist-icon-wrapper {
		margin-bottom: 0;
		margin-right: 10px
	}

	.pp-info-list-stack-mobile.pp-info-list-icon-top .pp-infolist-icon-wrapper:before {
		content: '';
		border-right: 1px solid #000;
		height: 1500px;
		bottom: 14px;
		left: calc(7px - (1px/2));
		position: absolute;
		width: 1px;
		top: auto
	}

	.pp-info-list-stack-mobile.pp-info-list-icon-top .pp-infolist-icon-wrapper:after {
		content: '';
		border-right: 1px solid #000;
		height: 1500px;
		top: 14px;
		left: calc(7px - (1px/2));
		position: absolute;
		width: 1px;
		top: auto
	}

	.elementor-element.elementor-grid-mobile-1 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-1 .pp-elementor-grid .pp-grid-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-2 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-2 .pp-elementor-grid .pp-grid-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-2 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-2 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-3 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-3 .pp-elementor-grid .pp-grid-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-3 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-3 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-4 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-4 .pp-elementor-grid .pp-grid-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-4 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-4 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-5 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-5 .pp-elementor-grid .pp-grid-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-5 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-5 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-6 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-6 .pp-elementor-grid .pp-grid-item-wrap {
		width: 16.6667%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-6 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-6 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(6n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-7 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-7 .pp-elementor-grid .pp-grid-item-wrap {
		width: 14.285%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-7 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(7n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-7 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(7n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-8 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-8 .pp-elementor-grid .pp-grid-item-wrap {
		width: 12.5%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-8 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(8n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-8 .pp-elementor-grid .pp-grid-item-wrap:nth-of-type(8n+1) {
		clear: left
	}

	.pp-showcase-preview-stack-mobile .pp-showcase {
		display: block
	}

	.pp-showcase-preview-stack-mobile .pp-showcase-navigation,
	.pp-showcase-preview-stack-mobile .pp-showcase-preview-wrap {
		width: 100% !important
	}

	.pp-card-slider {
		height: auto;
		margin: 180px auto 0
	}

	.pp-card-slider-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.pp-card-slider-image {
		margin: -180px 0 40px;
		width: 100%
	}

	.pp-card-slider-image-right .pp-card-slider-image {
		margin: -180px 0 40px;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.pp-card-slider-image {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.pp-card-slider .swiper-pagination,
	.pp-card-slider-image-right .pp-card-slider .swiper-pagination {
		bottom: 15px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		top: auto;
		width: 100%;
		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
	}

	.pp-card-slider .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px
	}

	.pp-card-slider .swiper-pagination-bullet-active {
		height: 11px;
		width: 11px
	}

	.pp-card-slider-content-wrap,
	.pp-card-slider-image-right .pp-card-slider-content-wrap {
		padding: 0
	}

	.pp-buttons-valign-mobile-top .pp-buttons-group {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.pp-buttons-valign-mobile-middle .pp-buttons-group {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.pp-buttons-valign-mobile-bottom .pp-buttons-group {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.pp-buttons-valign-mobile-stretch .pp-buttons-group {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.pp-buttons-valign-mobile-stretch .pp-buttons-group .pp-button-content-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.pp-buttons-stack-none.pp-buttons-halign-mobile-left .pp-buttons-group {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.pp-buttons-stack-none.pp-buttons-halign-mobile-left .pp-button {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.pp-buttons-stack-none.pp-buttons-halign-mobile-center .pp-buttons-group {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.pp-buttons-stack-none.pp-buttons-halign-mobile-center .pp-button {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.pp-buttons-stack-none.pp-buttons-halign-mobile-right .pp-buttons-group {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.pp-buttons-stack-none.pp-buttons-halign-mobile-right .pp-button {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.pp-buttons-stack-none.pp-buttons-halign-mobile-stretch .pp-buttons-group {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.pp-buttons-stack-none.pp-buttons-halign-mobile-stretch .pp-button {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.pp-buttons-stack-mobile .pp-buttons-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-left .pp-buttons-group {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-center .pp-buttons-group {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-right .pp-buttons-group {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-stretch .pp-buttons-group {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-stretch .pp-button {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-tablet-left .pp-buttons-group {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-tablet-center .pp-buttons-group {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-tablet-right .pp-buttons-group {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-tablet-stretch .pp-buttons-group {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.pp-buttons-stack-mobile.pp-buttons-halign-tablet-stretch .pp-button {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.pp-buttons-stack-desktop .pp-buttons-group,
	.pp-buttons-stack-mobile .pp-buttons-group,
	.pp-buttons-stack-tablet .pp-buttons-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.pp-buttons-stack-desktop.pp-buttons-halign-mobile-left .pp-buttons-group,
	.pp-buttons-stack-mobile.pp-buttons-halign-mobile-left .pp-buttons-group,
	.pp-buttons-stack-tablet.pp-buttons-halign-mobile-left .pp-buttons-group {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.pp-buttons-stack-desktop.pp-buttons-halign-mobile-left .pp-button,
	.pp-buttons-stack-mobile.pp-buttons-halign-mobile-left .pp-button,
	.pp-buttons-stack-tablet.pp-buttons-halign-mobile-left .pp-button {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.pp-buttons-stack-desktop.pp-buttons-halign-mobile-center .pp-buttons-group,
	.pp-buttons-stack-mobile.pp-buttons-halign-mobile-center .pp-buttons-group,
	.pp-buttons-stack-tablet.pp-buttons-halign-mobile-center .pp-buttons-group {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.pp-buttons-stack-desktop.pp-buttons-halign-mobile-center .pp-button,
	.pp-buttons-stack-mobile.pp-buttons-halign-mobile-center .pp-button,
	.pp-buttons-stack-tablet.pp-buttons-halign-mobile-center .pp-button {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.pp-buttons-stack-desktop.pp-buttons-halign-mobile-right .pp-buttons-group,
	.pp-buttons-stack-mobile.pp-buttons-halign-mobile-right .pp-buttons-group,
	.pp-buttons-stack-tablet.pp-buttons-halign-mobile-right .pp-buttons-group {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.pp-buttons-stack-desktop.pp-buttons-halign-mobile-right .pp-button,
	.pp-buttons-stack-mobile.pp-buttons-halign-mobile-right .pp-button,
	.pp-buttons-stack-tablet.pp-buttons-halign-mobile-right .pp-button {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.pp-buttons-stack-desktop.pp-buttons-halign-mobile-stretch .pp-buttons-group,
	.pp-buttons-stack-mobile.pp-buttons-halign-mobile-stretch .pp-buttons-group,
	.pp-buttons-stack-tablet.pp-buttons-halign-mobile-stretch .pp-buttons-group {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.pp-buttons-stack-desktop.pp-buttons-halign-mobile-stretch .pp-buttons-group .pp-button,
	.pp-buttons-stack-mobile.pp-buttons-halign-mobile-stretch .pp-buttons-group .pp-button,
	.pp-buttons-stack-tablet.pp-buttons-halign-mobile-stretch .pp-buttons-group .pp-button {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.pp-buttons-stack-mobile .pp-buttons-group .pp-button {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.pp-button-content-wrapper .pp-button-content-inner.pp-icon-before-mobile {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.pp-button-content-wrapper .pp-button-content-inner.pp-icon-after-mobile {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.pp-button-content-wrapper .pp-button-content-inner.pp-icon-top-mobile {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.pp-button-content-wrapper .pp-button-content-inner.pp-icon-bottom-mobile {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.pp-image-accordion-stack-on-mobile .pp-image-accordion {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.pp-image-accordion-stack-on-mobile .pp-image-accordion a:hover .pp-image-accordion-overlay {
		background-color: transparent
	}

	.pp-image-accordion-stack-on-mobile .pp-image-accordion-item {
		margin-right: 0 !important
	}

	.pp-album-cover-button-mobile-position-inline .pp-album-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.pp-album-cover-button-mobile-position-bottom .pp-album-content {
		display: block
	}

	.pp-how-to-step.pp-has-img.pp-step-img-left .pp-how-to-step-content,
	.pp-how-to-step.pp-has-img.pp-step-img-right .pp-how-to-step-content {
		width: 100% !important
	}

	.pp-advanced-tabs.pp-tabs-responsive-mobile .pp-advanced-tabs-wrapper.at-horizontal {
		display: none
	}

	.pp-advanced-tabs.pp-tabs-responsive-mobile .pp-advanced-tabs-wrapper.at-vertical {
		display: none
	}

	.pp-advanced-tabs.pp-tabs-responsive-mobile .pp-advanced-tabs-content-wrapper.at-vertical-content {
		width: 100%
	}

	.pp-advanced-tabs.pp-tabs-responsive-mobile .pp-advanced-tabs-content-wrapper .pp-advanced-tabs-title.pp-tab-responsive {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.pp-posts-image-stack-mobile .pp-post {
		display: block
	}

	.pp-posts-image-stack-mobile .pp-post-thumbnail {
		float: none !important
	}

	.pp-content-ticker-heading {
		width: 100% !important
	}

	.pp-content-ticker-heading-arrow .pp-content-ticker-heading:after {
		display: none
	}

	.pp-content-ticker-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.pp-content-ticker-navigation {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.pp-filters-wrapper-mobile .pp-gallery-filters:not(.pp-filters-dropdown) {
		display: none
	}

	.pp-filters-wrapper-mobile .pp-filters-dropdown {
		display: block
	}
}

.tooltipster-base {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	pointer-events: none;
	position: absolute
}

.tooltipster-box {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.tooltipster-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto
}

.tooltipster-ruler {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
	opacity: 1
}

.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0);
	transform: rotateZ(0);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
	-webkit-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
	top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0
}

.tooltipster-slide {
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
	left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0
}

@-webkit-keyframes tooltipster-fading {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes tooltipster-fading {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.tooltipster-update-fade {
	-webkit-animation: tooltipster-fading .4s;
	animation: tooltipster-fading .4s
}

@-webkit-keyframes tooltipster-rotating {
	25% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg)
	}

	75% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes tooltipster-rotating {
	25% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg)
	}

	75% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.tooltipster-update-rotate {
	-webkit-animation: tooltipster-rotating .6s;
	animation: tooltipster-rotating .6s
}

@-webkit-keyframes tooltipster-scaling {
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes tooltipster-scaling {
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.tooltipster-update-scale {
	-webkit-animation: tooltipster-scaling .6s;
	animation: tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
	background: #27292a;
	border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
	color: #fff
}

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 8px;
	margin-left: -8px;
	top: 0;
	width: 16px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 16px;
	margin-top: -8px;
	right: 0;
	top: 0;
	width: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 16px;
	margin-top: -8px;
	left: 0;
	top: 0;
	width: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 8px;
	margin-left: -8px;
	width: 16px
}

.tooltipster-sidetip .tooltipster-arrow-background {
	height: 0;
	position: absolute;
	width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 8px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #27292a;
	left: 0;
	top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #27292a;
	left: -3px;
	top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #27292a;
	left: 3px;
	top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #27292a;
	left: 0;
	top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px
}

.pp-tooltip-content {
	font-size: 13px;
	line-height: 1.3;
	padding: 8px 14px;
	text-align: center
}

.pp-tooltip-content p:last-child {
	margin-bottom: 0
}

.pp-tooltip-size-tiny .pp-tooltip-content {
	font-size: 10px
}

.pp-tooltip-size-small .pp-tooltip-content {
	font-size: 12px
}

.pp-tooltip-size-large .pp-tooltip-content {
	font-size: 14px
}

.pp-tooltip-container {
	display: none
}

:not(.elementor-editor-active) .pp-visibility-hidden {
	display: none
}

.pp-background-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):after,
.pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):before {
	opacity: 0
}

.pp-gallery-filter:after,
.pp-gallery-filter:before {
	display: block;
	position: absolute;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.pp-gallery-filters:not(.pp-pointer-framed) .pp-gallery-filter:after {
	background-color: #55595c
}

.pp-pointer-line .pp-gallery-filter:after,
.pp-pointer-line .pp-gallery-filter:before {
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #55595c;
	z-index: 2
}

.pp-pointer-line.pp-animation-grow .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):after,
.pp-pointer-line.pp-animation-grow .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):before {
	height: 0;
	width: 0;
	left: 50%
}

.pp-pointer-line.pp-animation-drop-out .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):before {
	top: 10px
}

.pp-pointer-line.pp-animation-drop-out .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):after {
	bottom: 10px
}

.pp-pointer-line.pp-animation-drop-in .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):before {
	top: -10px
}

.pp-pointer-line.pp-animation-drop-in .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):after {
	bottom: -10px
}

.pp-pointer-line.pp-animation-none,
.pp-pointer-line.pp-animation-none .pp-gallery-filter,
.pp-pointer-line.pp-animation-none .pp-gallery-filter:after,
.pp-pointer-line.pp-animation-none .pp-gallery-filter:before,
.pp-pointer-line.pp-animation-none .pp-gallery-filter:focus,
.pp-pointer-line.pp-animation-none .pp-gallery-filter:hover,
.pp-pointer-line.pp-animation-none:after,
.pp-pointer-line.pp-animation-none:before,
.pp-pointer-line.pp-animation-none:focus,
.pp-pointer-line.pp-animation-none:hover {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp-pointer-double-line .pp-gallery-filter:before,
.pp-pointer-overline .pp-gallery-filter:before {
	content: '';
	top: 0
}

.pp-pointer-double-line.pp-animation-slide .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):before,
.pp-pointer-overline.pp-animation-slide .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):before {
	width: 10px;
	left: -20px
}

.pp-pointer-double-line .pp-gallery-filter:after,
.pp-pointer-underline .pp-gallery-filter:after {
	content: '';
	bottom: 0
}

.pp-pointer-double-line.pp-animation-slide .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):after,
.pp-pointer-underline.pp-animation-slide .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):after {
	width: 10px;
	left: calc(100% + 20px)
}

.pp-pointer-framed .pp-gallery-filter:after,
.pp-pointer-framed .pp-gallery-filter:before {
	background: 0 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 3px solid #55595c
}

.pp-pointer-framed .pp-gallery-filter:before {
	content: ''
}

.pp-pointer-framed.pp-animation-grow .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):before {
	-webkit-transform: scale(.75);
	transform: scale(.75)
}

.pp-pointer-framed.pp-animation-shrink .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):before {
	-webkit-transform: scale(1.25);
	transform: scale(1.25)
}

.pp-pointer-framed.pp-animation-grow .pp-gallery-filter:before,
.pp-pointer-framed.pp-animation-shrink .pp-gallery-filter:before {
	-webkit-transition: opacity .2s, -webkit-transform .4s;
	transition: opacity .2s, -webkit-transform .4s;
	transition: opacity .2s, transform .4s;
	transition: opacity .2s, transform .4s, -webkit-transform .4s
}

.pp-pointer-framed.pp-animation-draw .pp-gallery-filter:after,
.pp-pointer-framed.pp-animation-draw .pp-gallery-filter:before {
	width: 3px;
	height: 3px
}

.pp-pointer-framed.pp-animation-draw .pp-gallery-filter:before {
	border-width: 0 0 3px 3px;
	-webkit-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
	transition: width .1s .2s, height .1s .3s, opacity .12s .22s
}

.pp-pointer-framed.pp-animation-draw .pp-gallery-filter:after {
	content: '';
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	border-width: 3px 3px 0 0;
	-webkit-transition: width .1s, height .1s .1s, opacity 20ms .18s;
	transition: width .1s, height .1s .1s, opacity 20ms .18s
}

.pp-pointer-framed.pp-animation-draw .pp-active:after,
.pp-pointer-framed.pp-animation-draw .pp-active:before,
.pp-pointer-framed.pp-animation-draw .pp-gallery-filter.highlighted:after,
.pp-pointer-framed.pp-animation-draw .pp-gallery-filter.highlighted:before,
.pp-pointer-framed.pp-animation-draw .pp-gallery-filter:focus:after,
.pp-pointer-framed.pp-animation-draw .pp-gallery-filter:focus:before,
.pp-pointer-framed.pp-animation-draw .pp-gallery-filter:hover:after,
.pp-pointer-framed.pp-animation-draw .pp-gallery-filter:hover:before {
	width: 100%;
	height: 100%
}

.pp-pointer-framed.pp-animation-draw .pp-active:before,
.pp-pointer-framed.pp-animation-draw .pp-gallery-filter.highlighted:before,
.pp-pointer-framed.pp-animation-draw .pp-gallery-filter:focus:before,
.pp-pointer-framed.pp-animation-draw .pp-gallery-filter:hover:before {
	-webkit-transition: opacity 20ms, height .1s, width .1s .1s;
	transition: opacity 20ms, height .1s, width .1s .1s
}

.pp-pointer-framed.pp-animation-draw .pp-active:after,
.pp-pointer-framed.pp-animation-draw .pp-gallery-filter.highlighted:after,
.pp-pointer-framed.pp-animation-draw .pp-gallery-filter:focus:after,
.pp-pointer-framed.pp-animation-draw .pp-gallery-filter:hover:after {
	-webkit-transition: opacity 20ms .2s, height .1s .2s, width .1s .3s;
	transition: opacity 20ms .2s, height .1s .2s, width .1s .3s
}

.pp-pointer-framed.pp-animation-corners .pp-gallery-filter:after,
.pp-pointer-framed.pp-animation-corners .pp-gallery-filter:before {
	width: 3px;
	height: 3px
}

.pp-pointer-framed.pp-animation-corners .pp-gallery-filter:before {
	border-width: 3px 0 0 3px
}

.pp-pointer-framed.pp-animation-corners .pp-gallery-filter:after {
	content: '';
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	border-width: 0 3px 3px 0
}

.pp-pointer-framed.pp-animation-corners .pp-active:after,
.pp-pointer-framed.pp-animation-corners .pp-active:before,
.pp-pointer-framed.pp-animation-corners .pp-gallery-filter.highlighted:after,
.pp-pointer-framed.pp-animation-corners .pp-gallery-filter.highlighted:before,
.pp-pointer-framed.pp-animation-corners .pp-gallery-filter:focus:after,
.pp-pointer-framed.pp-animation-corners .pp-gallery-filter:focus:before,
.pp-pointer-framed.pp-animation-corners .pp-gallery-filter:hover:after,
.pp-pointer-framed.pp-animation-corners .pp-gallery-filter:hover:before {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 2ms, width .4s, height .4s;
	transition: opacity 2ms, width .4s, height .4s
}

.pp-pointer-framed.pp-animation-none,
.pp-pointer-framed.pp-animation-none .pp-gallery-filter,
.pp-pointer-framed.pp-animation-none .pp-gallery-filter:after,
.pp-pointer-framed.pp-animation-none .pp-gallery-filter:before,
.pp-pointer-framed.pp-animation-none .pp-gallery-filter:focus,
.pp-pointer-framed.pp-animation-none .pp-gallery-filter:hover,
.pp-pointer-framed.pp-animation-none:after,
.pp-pointer-framed.pp-animation-none:before,
.pp-pointer-framed.pp-animation-none:focus,
.pp-pointer-framed.pp-animation-none:hover {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp-pointer-background .pp-gallery-filter:after,
.pp-pointer-background .pp-gallery-filter:before {
	content: '';
	-webkit-transition: .3s;
	transition: .3s
}

.pp-pointer-background .pp-gallery-filter:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1
}

.pp-pointer-background .pp-active,
.pp-pointer-background .pp-gallery-filter.highlighted,
.pp-pointer-background .pp-gallery-filter:focus,
.pp-pointer-background .pp-gallery-filter:hover {
	color: #fff
}

.pp-pointer-background.pp-animation-grow .pp-gallery-filter:before {
	-webkit-transform: scale(.5);
	transform: scale(.5)
}

.pp-pointer-background.pp-animation-grow .pp-active:before,
.pp-pointer-background.pp-animation-grow .pp-gallery-filter.highlighted:before,
.pp-pointer-background.pp-animation-grow .pp-gallery-filter:focus:before,
.pp-pointer-background.pp-animation-grow .pp-gallery-filter:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.pp-pointer-background.pp-animation-shrink .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):before {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .3s;
	transition: .3s
}

.pp-pointer-background.pp-animation-shrink .pp-active:before,
.pp-pointer-background.pp-animation-shrink .pp-gallery-filter.highlighted:before,
.pp-pointer-background.pp-animation-shrink .pp-gallery-filter:focus:before,
.pp-pointer-background.pp-animation-shrink .pp-gallery-filter:hover:before {
	-webkit-transition: opacity .15s, -webkit-transform .4s;
	transition: opacity .15s, -webkit-transform .4s;
	transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s, -webkit-transform .4s
}

.pp-pointer-background.pp-animation-sweep-left .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):before {
	left: 100%
}

.pp-pointer-background.pp-animation-sweep-right .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):before {
	right: 100%
}

.pp-pointer-background.pp-animation-sweep-up .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):before {
	top: 100%
}

.pp-pointer-background.pp-animation-sweep-down .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):before {
	bottom: 100%
}

.pp-pointer-background.pp-animation-shutter-out-vertical .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):before {
	bottom: 50%;
	top: 50%
}

.pp-pointer-background.pp-animation-shutter-out-horizontal .pp-gallery-filter:not(:hover):not(:focus):not(.pp-active):not(.highlighted):before {
	right: 50%;
	left: 50%
}

.pp-pointer-background.pp-animation-shutter-in-horizontal .pp-gallery-filter:after,
.pp-pointer-background.pp-animation-shutter-in-vertical .pp-gallery-filter:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1
}

.pp-pointer-background.pp-animation-shutter-in-vertical .pp-gallery-filter:before {
	top: 0;
	bottom: 100%
}

.pp-pointer-background.pp-animation-shutter-in-vertical .pp-gallery-filter:after {
	top: 100%;
	bottom: 0
}

.pp-pointer-background.pp-animation-shutter-in-vertical .pp-active:before,
.pp-pointer-background.pp-animation-shutter-in-vertical .pp-gallery-filter.highlighted:before,
.pp-pointer-background.pp-animation-shutter-in-vertical .pp-gallery-filter:focus:before,
.pp-pointer-background.pp-animation-shutter-in-vertical .pp-gallery-filter:hover:before {
	bottom: 50%
}

.pp-pointer-background.pp-animation-shutter-in-vertical .pp-active:after,
.pp-pointer-background.pp-animation-shutter-in-vertical .pp-gallery-filter.highlighted:after,
.pp-pointer-background.pp-animation-shutter-in-vertical .pp-gallery-filter:focus:after,
.pp-pointer-background.pp-animation-shutter-in-vertical .pp-gallery-filter:hover:after {
	top: 50%
}

.pp-pointer-background.pp-animation-shutter-in-horizontal .pp-gallery-filter:before {
	right: 0;
	left: 100%
}

.pp-pointer-background.pp-animation-shutter-in-horizontal .pp-gallery-filter:after {
	right: 100%;
	left: 0
}

.pp-pointer-background.pp-animation-shutter-in-horizontal .pp-active:before,
.pp-pointer-background.pp-animation-shutter-in-horizontal .pp-gallery-filter.highlighted:before,
.pp-pointer-background.pp-animation-shutter-in-horizontal .pp-gallery-filter:focus:before,
.pp-pointer-background.pp-animation-shutter-in-horizontal .pp-gallery-filter:hover:before {
	left: 50%
}

.pp-pointer-background.pp-animation-shutter-in-horizontal .pp-active:after,
.pp-pointer-background.pp-animation-shutter-in-horizontal .pp-gallery-filter.highlighted:after,
.pp-pointer-background.pp-animation-shutter-in-horizontal .pp-gallery-filter:focus:after,
.pp-pointer-background.pp-animation-shutter-in-horizontal .pp-gallery-filter:hover:after {
	right: 50%
}

.pp-pointer-background.pp-animation-none,
.pp-pointer-background.pp-animation-none .pp-gallery-filter,
.pp-pointer-background.pp-animation-none .pp-gallery-filter:after,
.pp-pointer-background.pp-animation-none .pp-gallery-filter:before,
.pp-pointer-background.pp-animation-none .pp-gallery-filter:focus,
.pp-pointer-background.pp-animation-none .pp-gallery-filter:hover,
.pp-pointer-background.pp-animation-none:after,
.pp-pointer-background.pp-animation-none:before,
.pp-pointer-background.pp-animation-none:focus,
.pp-pointer-background.pp-animation-none:hover {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp-pointer-text.pp-animation-skew .pp-gallery-filter:focus,
.pp-pointer-text.pp-animation-skew .pp-gallery-filter:hover {
	-webkit-transform: skew(-8deg);
	transform: skew(-8deg)
}

.pp-pointer-text.pp-animation-grow .pp-gallery-filter:focus,
.pp-pointer-text.pp-animation-grow .pp-gallery-filter:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.pp-pointer-text.pp-animation-shrink .pp-gallery-filter:focus,
.pp-pointer-text.pp-animation-shrink .pp-gallery-filter:hover {
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

.pp-pointer-text.pp-animation-float .pp-gallery-filter:focus,
.pp-pointer-text.pp-animation-float .pp-gallery-filter:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.pp-pointer-text.pp-animation-sink .pp-gallery-filter:focus,
.pp-pointer-text.pp-animation-sink .pp-gallery-filter:hover {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.pp-pointer-text.pp-animation-rotate .pp-gallery-filter:focus,
.pp-pointer-text.pp-animation-rotate .pp-gallery-filter:hover {
	-webkit-transform: rotate(6deg);
	transform: rotate(6deg)
}

.pp-pointer-text.pp-animation-none,
.pp-pointer-text.pp-animation-none .pp-gallery-filter,
.pp-pointer-text.pp-animation-none .pp-gallery-filter:after,
.pp-pointer-text.pp-animation-none .pp-gallery-filter:before,
.pp-pointer-text.pp-animation-none .pp-gallery-filter:focus,
.pp-pointer-text.pp-animation-none .pp-gallery-filter:hover,
.pp-pointer-text.pp-animation-none:after,
.pp-pointer-text.pp-animation-none:before,
.pp-pointer-text.pp-animation-none:focus,
.pp-pointer-text.pp-animation-none:hover {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.pp-gallery-filters:not(.pp-pointer-framed) .pp-gallery-filter:after,
.pp-gallery-filters:not(.pp-pointer-framed) .pp-gallery-filter:before {
	background-color: var(--filters-pointer-bg-color-hover)
}

.pp-gallery-filters:not(.pp-pointer-framed) .pp-gallery-filter.pp-active:after,
.pp-gallery-filters:not(.pp-pointer-framed) .pp-gallery-filter.pp-active:before {
	background-color: var(--filters-pointer-bg-color-active)
}

.pp-gallery-filters.pp-pointer-framed .pp-gallery-filter:before {
	border-color: var(--filters-pointer-bg-color-hover);
	border-width: var(--filters-pointer-border-width)
}

.pp-gallery-filters.pp-pointer-framed .pp-gallery-filter:after {
	border-color: var(--filters-pointer-bg-color-hover)
}

.pp-gallery-filters.pp-pointer-framed .pp-gallery-filter.pp-active:after,
.pp-gallery-filters.pp-pointer-framed .pp-gallery-filter.pp-active:before {
	border-color: var(--filters-pointer-bg-color-active)
}

.pp-gallery-filters.pp-pointer-framed.e--animation-draw .pp-gallery-filter:before {
	border-width: 0 0 var(--filters-pointer-border-width) var(--filters-pointer-border-width)
}

.pp-gallery-filters.pp-pointer-framed.e--animation-draw .pp-gallery-filter:after {
	border-width: var(--filters-pointer-border-width) var(--filters-pointer-border-width) 0 0
}

.pp-gallery-filters.pp-pointer-framed.e--animation-corners .pp-gallery-filter:before {
	border-width: var(--filters-pointer-border-width) 0 0 var(--filters-pointer-border-width)
}

.pp-gallery-filters.pp-pointer-framed.e--animation-corners .pp-gallery-filter:after {
	border-width: 0 var(--filters-pointer-border-width) var(--filters-pointer-border-width) 0
}

.pp-gallery-filters .pp-pointer-double-line .pp-gallery-filter:after,
.pp-gallery-filters .pp-pointer-double-line .pp-gallery-filter:before,
.pp-gallery-filters .pp-pointer-overline .pp-gallery-filter:before,
.pp-gallery-filters .pp-pointer-underline .pp-gallery-filter:after {
	height: var(--filters-pointer-border-width)
}

@charset 'UTF-8';

.slider {
	margin: 0 auto
}

.slick-slide img {
	display: block;
	margin: auto
}

.slick-prev:before,
.slick-next:before {
	color: #000
}

.slider ul {
	margin: 0 !important
}

.content-over-slider .slick-slide {
	position: relative
}

.content-over-slider .slick-slide .content-section {
	position: absolute;
	width: 100%;
	padding: 0 140px
}

.content-over-slider .slick-slide .content-section .carousel_btn_span a {
	text-decoration: none;
	padding: 8px 20px;
	margin-top: 20px
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-slide,
.slick-slide * {
	outline: none
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.tm-slider .slick-slide {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.slick-slide {
	display: none;
	float: left;
	padding-bottom: 10px;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

@font-face {
	font-weight: 400;
	font-style: normal;
	src: url(//www.mwaretv.com/wp-content/plugins/ultimate-carousel-for-elementor/classes/../css/fonts/slick.eot);
	src: url(//www.mwaretv.com/wp-content/plugins/ultimate-carousel-for-elementor/classes/../css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(//www.mwaretv.com/wp-content/plugins/ultimate-carousel-for-elementor/classes/../css/fonts/slick.woff) format('woff'), url(//www.mwaretv.com/wp-content/plugins/ultimate-carousel-for-elementor/classes/../css/fonts/slick.ttf) format('truetype'), url(//www.mwaretv.com/wp-content/plugins/ultimate-carousel-for-elementor/classes/../css/fonts/slick.svg#slick) format('svg')
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: 0 0
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: 0 0
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 0;
	opacity: .9;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: 40px !important;
	z-index: 99
}

[dir=rtl] .slick-prev {
	left: auto
}

.tm-slider.slider .slick-prev:before {
	font-family: 'Font Awesome 5 Free' !important;
	content: "\f053" !important;
	font-weight: 700
}

[dir=rtl] .slick-prev:before {
	content: '→'
}

.slick-next {
	right: 40px !important;
	z-index: 99;
	width: auto
}

[dir=rtl] .slick-next {
	right: auto
}

.tm-slider.slider .slick-next:before {
	font-family: 'Font Awesome 5 Free' !important;
	content: "\f054" !important;
	font-weight: 700
}

[dir=rtl] .slick-next:before {
	content: '←'
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: #000;
	border: 0;
	outline: none;
	background: 0 0
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 30px;
	line-height: 11px;
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	content: '•';
	text-align: center;
	opacity: .6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #000
}

.tdt-slider h2 {
	margin: 5px
}

.tdt-slider .slick-slide {
	padding: 0 5px !important
}

.ultimate_carousel_btn:hover {
	text-decoration: none
}

.slick-slide .carousel_btn_span {
	width: 100%;
	display: inline-block
}

.slick-slider .slick-arrow {
	border: 0 !important;
	background: 0 0 !important;
	display: block !important;
	font-family: 'Font Awesome 5 Free'
}

.tdt-slider .carousel-caption {
	position: inherit !important
}

.tdt-slider .carousel-caption:focus {
	outline: none
}

.post-content-box div {
	max-width: initial !important
}

button.slick-next.slick-arrow {
	font-size: 0
}

button.slick-prev.slick-arrow {
	font-size: 0
}

.tm-slider.slick-slider .slick-prev:before,
.tm-slider.slick-slider .slick-next:before {
	padding: 4px 10px !important
}

[dir=rtl] .slick-slide {
	float: left
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	direction: ltr
}

@media only screen and (max-width:768px) {
	.content-over-slider .slick-slide .content-section {
		padding: 0 60px
	}

	.slick-slider img {
		height: auto !important
	}
}

@media only screen and (max-width:480px) {
	.tdt-slider .tdt-slider-heading {
		font-size: 17px !important;
		font-weight: 700
	}

	.tdt-slider h1,
	.tdt-slider h2,
	.tdt-slider h3,
	.tdt-slider p,
	.tdt-slider span {
		font-size: 15px !important
	}

	.tdt-slider .carousel_btn_span a {
		padding: 6px 20px !important
	}

	.content-over-slider .slick-slide .content-section .carousel_btn_span a {
		margin-top: 10px
	}

	.slick-prev {
		left: 7px !important
	}

	.slick-next {
		right: 7px !important
	}
}

/*!
			* Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
			* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
			*/
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-500px:before {
	content: "\f26e"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.far {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url(//www.mwaretv.com/wp-content/plugins/ultimate-carousel-for-elementor/classes/../css/font-awesome/css/../webfonts/fa-solid-900.eot);
	src: url(//www.mwaretv.com/wp-content/plugins/ultimate-carousel-for-elementor/classes/../css/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.mwaretv.com/wp-content/plugins/ultimate-carousel-for-elementor/classes/../css/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"), url(//www.mwaretv.com/wp-content/plugins/ultimate-carousel-for-elementor/classes/../css/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"), url(//www.mwaretv.com/wp-content/plugins/ultimate-carousel-for-elementor/classes/../css/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"), url(//www.mwaretv.com/wp-content/plugins/ultimate-carousel-for-elementor/classes/../css/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900
}

/*!
			* Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
			* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
			*/
@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(//www.mwaretv.com/wp-content/plugins/ultimate-carousel-for-elementor/classes/../../elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot);
	src: url(//www.mwaretv.com/wp-content/plugins/ultimate-carousel-for-elementor/classes/../../elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.mwaretv.com/wp-content/plugins/ultimate-carousel-for-elementor/classes/../../elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"), url(//www.mwaretv.com/wp-content/plugins/ultimate-carousel-for-elementor/classes/../../elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"), url(//www.mwaretv.com/wp-content/plugins/ultimate-carousel-for-elementor/classes/../../elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"), url(//www.mwaretv.com/wp-content/plugins/ultimate-carousel-for-elementor/classes/../../elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}

/*! elementor-pro - v3.2.2 - 05-05-2021 */
@charset "UTF-8";

.elementor-bg-transform .elementor-bg {
	will-change: transform
}

.elementor-bg-transform-zoom-in:hover .elementor-bg {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.elementor-bg-transform-zoom-out .elementor-bg {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.elementor-bg-transform-zoom-out:hover .elementor-bg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.elementor-bg-transform-move-left .elementor-bg {
	-webkit-transform: scale(1.2) translateX(8%);
	-ms-transform: scale(1.2) translateX(8%);
	transform: scale(1.2) translateX(8%)
}

.elementor-bg-transform-move-left:hover .elementor-bg {
	-webkit-transform: scale(1.2) translateX(-8%);
	-ms-transform: scale(1.2) translateX(-8%);
	transform: scale(1.2) translateX(-8%)
}

.elementor-bg-transform-move-right .elementor-bg {
	-webkit-transform: scale(1.2) translateX(-8%);
	-ms-transform: scale(1.2) translateX(-8%);
	transform: scale(1.2) translateX(-8%)
}

.elementor-bg-transform-move-right:hover .elementor-bg {
	-webkit-transform: scale(1.2) translateX(8%);
	-ms-transform: scale(1.2) translateX(8%);
	transform: scale(1.2) translateX(8%)
}

.elementor-bg-transform-move-up .elementor-bg {
	-webkit-transform: scale(1.2) translateY(8%);
	-ms-transform: scale(1.2) translateY(8%);
	transform: scale(1.2) translateY(8%)
}

.elementor-bg-transform-move-up:hover .elementor-bg {
	-webkit-transform: scale(1.2) translateY(-8%);
	-ms-transform: scale(1.2) translateY(-8%);
	transform: scale(1.2) translateY(-8%)
}

.elementor-bg-transform-move-down .elementor-bg {
	-webkit-transform: scale(1.2) translateY(-8%);
	-ms-transform: scale(1.2) translateY(-8%);
	transform: scale(1.2) translateY(-8%)
}

.elementor-bg-transform-move-down:hover .elementor-bg {
	-webkit-transform: scale(1.2) translateY(8%);
	-ms-transform: scale(1.2) translateY(8%);
	transform: scale(1.2) translateY(8%)
}

.elementor-animated-content {
	--translate: 0, 0
}

.elementor-animated-content:hover .elementor-animated-item--grow {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.elementor-animated-content:hover .elementor-animated-item--shrink {
	-webkit-transform: scale(.85);
	-ms-transform: scale(.85);
	transform: scale(.85)
}

.elementor-animated-content:hover .elementor-animated-item--shrink-contained {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-out {
	opacity: 0
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
	-webkit-transform: scale(.2);
	-ms-transform: scale(.2);
	transform: scale(.2)
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2)
}

.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,
.elementor-animated-content:hover .elementor-animated-item--enter-from-left,
.elementor-animated-content:hover .elementor-animated-item--enter-from-right,
.elementor-animated-content:hover .elementor-animated-item--enter-from-top {
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0)
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-right {
	-webkit-transform: translateX(1000px);
	-ms-transform: translateX(1000px);
	transform: translateX(1000px)
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-left {
	-webkit-transform: translateX(-1000px);
	-ms-transform: translateX(-1000px);
	transform: translateX(-1000px)
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
	-webkit-transform: translateY(-600px);
	-ms-transform: translateY(-600px);
	transform: translateY(-600px)
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
	-webkit-transform: translateY(600px);
	-ms-transform: translateY(600px);
	transform: translateY(600px)
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:hover .elementor-animated-item--exit-to-left,
.elementor-animated-content:hover .elementor-animated-item--exit-to-right,
.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
	opacity: 0
}

.elementor-animated-content:hover .elementor-animated-item--move-right {
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px)
}

.elementor-animated-content:hover .elementor-animated-item--move-left {
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px)
}

.elementor-animated-content:hover .elementor-animated-item--move-up {
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px)
}

.elementor-animated-content:hover .elementor-animated-item--move-down {
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px)
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-right {
	--translate: 8%, 0
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-left {
	--translate: -8%, 0
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-top {
	--translate: 0, -8%
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom {
	--translate: 0, 8%
}

.elementor-animated-content [class^=elementor-animated-item] {
	will-change: transform, opacity
}

.elementor-animated-content .elementor-animated-item--shrink-contained {
	-webkit-transform: scale(1.17);
	-ms-transform: scale(1.17);
	transform: scale(1.17)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in {
	-webkit-transform: scale(.2);
	-ms-transform: scale(.2);
	transform: scale(.2)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-out {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in,
.elementor-animated-content .elementor-animated-item--enter-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-in {
	opacity: 0
}

.elementor-animated-content .elementor-animated-item--exit-zoom-in,
.elementor-animated-content .elementor-animated-item--exit-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-out {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.elementor-animated-content .elementor-animated-item--enter-from-right {
	-webkit-transform: translateX(1000px);
	-ms-transform: translateX(1000px);
	transform: translateX(1000px)
}

.elementor-animated-content .elementor-animated-item--enter-from-left {
	-webkit-transform: translateX(-1000px);
	-ms-transform: translateX(-1000px);
	transform: translateX(-1000px)
}

.elementor-animated-content .elementor-animated-item--enter-from-top {
	-webkit-transform: translateY(-600px);
	-ms-transform: translateY(-600px);
	transform: translateY(-600px)
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom {
	-webkit-transform: translateY(500px);
	-ms-transform: translateY(500px);
	transform: translateY(500px)
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom,
.elementor-animated-content .elementor-animated-item--enter-from-left,
.elementor-animated-content .elementor-animated-item--enter-from-right,
.elementor-animated-content .elementor-animated-item--enter-from-top {
	opacity: 0
}

.elementor-animated-content .elementor-animated-item--exit-to-bottom,
.elementor-animated-content .elementor-animated-item--exit-to-left,
.elementor-animated-content .elementor-animated-item--exit-to-right,
.elementor-animated-content .elementor-animated-item--exit-to-top {
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0)
}

.elementor-animated-content .elementor-animated-item--move-contained-bottom,
.elementor-animated-content .elementor-animated-item--move-contained-left,
.elementor-animated-content .elementor-animated-item--move-contained-right,
.elementor-animated-content .elementor-animated-item--move-contained-top {
	-webkit-transform: scale(1.2) translate(var(--translate));
	-ms-transform: scale(1.2) translate(var(--translate));
	transform: scale(1.2) translate(var(--translate))
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover {
	outline: 1px solid #fec449
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#feb416), to(#fec449));
	background-image: -webkit-linear-gradient(bottom, #feb416, #fec449);
	background-image: -o-linear-gradient(bottom, #feb416, #fec449);
	background-image: linear-gradient(0deg, #feb416, #fec449)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover {
	background-color: #feb416
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save {
	display: none
}

.elementor-widget-archive-posts:after,
.elementor-widget-posts:after {
	display: none
}

.elementor-posts-container.elementor-posts-masonry {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-posts-container:not(.elementor-posts-masonry) {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.elementor-posts-container .elementor-post {
	padding: 0;
	margin: 0
}

.elementor-posts-container .elementor-post__thumbnail {
	overflow: hidden
}

.elementor-posts-container .elementor-post__thumbnail img {
	display: block;
	width: 100%;
	max-height: none;
	max-width: none;
	-webkit-transition: -webkit-filter .3s;
	transition: -webkit-filter .3s;
	-o-transition: filter .3s;
	transition: filter .3s;
	transition: filter .3s, -webkit-filter .3s
}

.elementor-posts-container .elementor-post__thumbnail__link {
	position: relative;
	display: block;
	width: 100%
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
	height: auto;
	position: absolute;
	top: calc(50% + 1px);
	left: calc(50% + 1px);
	-webkit-transform: scale(1.01) translate(-50%, -50%);
	-ms-transform: scale(1.01) translate(-50%, -50%);
	transform: scale(1.01) translate(-50%, -50%)
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
	height: 100%;
	width: auto
}

.elementor-posts .elementor-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: background, border, -webkit-box-shadow;
	transition-property: background, border, -webkit-box-shadow;
	-o-transition-property: background, border, box-shadow;
	transition-property: background, border, box-shadow;
	transition-property: background, border, box-shadow, -webkit-box-shadow;
	-webkit-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s
}

.elementor-posts .elementor-post__title {
	font-size: 18px;
	margin: 0
}

.elementor-posts .elementor-post__excerpt {
	margin-bottom: 10px
}

.elementor-posts .elementor-post__excerpt p {
	margin: 0;
	line-height: 1.5em;
	font-size: 14px;
	color: #777
}

.elementor-posts .elementor-post__meta-data {
	line-height: 1.3em;
	font-size: 12px;
	margin-bottom: 13px;
	color: #adadad
}

.elementor-posts .elementor-post__read-more {
	font-size: 12px;
	font-weight: 700
}

.elementor-posts .elementor-post__thumbnail {
	position: relative
}

.elementor-posts--skin-classic {
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-posts--skin-classic:not(.elementor-posts-masonry) {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.elementor-posts--skin-classic .elementor-post {
	overflow: hidden
}

.elementor-posts--skin-classic .elementor-post__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-posts--align-left .elementor-post {
	text-align: left
}

.elementor-posts--align-right .elementor-post {
	text-align: right
}

.elementor-posts--align-center .elementor-post {
	text-align: center
}

.elementor-posts--thumbnail-top .elementor-post {
	display: block
}

.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
	margin-bottom: 20px
}

.elementor-posts--thumbnail-top .elementor-post__text {
	width: 100%
}

.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link {
	margin-right: auto
}

.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link {
	margin-left: auto
}

.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link {
	margin-right: auto;
	margin-left: auto
}

.elementor-posts--thumbnail-left .elementor-post__thumbnail__link,
.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25%
}

.elementor-posts--thumbnail-left .elementor-post__thumbnail__link {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	margin-right: 20px
}

.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	margin-left: 20px
}

.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link {
	display: none
}

.elementor-posts .elementor-post__card {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	width: 100%;
	min-height: 100%;
	border-radius: 3px;
	border: 0 solid #818a91;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}

.elementor-posts .elementor-post__card .elementor-post__thumbnail {
	position: relative;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d
}

.elementor-posts .elementor-post__card .elementor-post__thumbnail img {
	width: calc(100% + 1px)
}

.elementor-posts .elementor-post__card .elementor-post__text {
	padding: 0 30px;
	margin-bottom: 0;
	margin-top: 20px
}

.elementor-posts .elementor-post__card .elementor-post__read-more {
	margin-bottom: 20px;
	display: inline-block
}

.elementor-posts .elementor-post__card .elementor-post__meta-data {
	padding: 15px 30px;
	margin-bottom: 0;
	border-top: 1px solid #eaeaea
}

.elementor-posts .elementor-post__card .elementor-post__meta-data span+span:before {
	margin: 0 5px
}

.elementor-posts .elementor-post__card .elementor-post__title {
	font-size: 21px
}

.elementor-posts .elementor-post__card .elementor-post__excerpt {
	line-height: 1.7
}

.elementor-posts .elementor-post__card .elementor-post__excerpt,
.elementor-posts .elementor-post__card .elementor-post__title {
	margin-bottom: 25px
}

.elementor-posts .elementor-post__card .elementor-post__badge,
.elementor-posts .elementor-post__card .elementor-post__read-more {
	text-transform: uppercase
}

.elementor-posts .elementor-post__badge {
	position: absolute;
	top: 0;
	background: #818a91;
	color: #fff;
	font-size: 12px;
	padding: .6em 1.2em;
	line-height: 1;
	font-weight: 400;
	margin: 20px;
	border-radius: 999px
}

.elementor-posts .elementor-post__avatar {
	position: relative;
	padding: 0 30px;
	width: 100%;
	top: -25px;
	height: 0;
	pointer-events: none
}

.elementor-posts .elementor-post__avatar img {
	border-radius: 50%;
	width: 60px;
	pointer-events: all;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card,
.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data,
.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data {
	margin-top: auto
}

.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar {
	padding-top: 0;
	position: static;
	height: auto
}

.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	vertical-align: bottom
}

.elementor-posts--show-avatar .elementor-post__thumbnail__link {
	margin-bottom: 25px
}

.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after {
	display: block;
	content: "";
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .35)), color-stop(75%, transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .35), transparent 75%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .35) 0, transparent 75%);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 1;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after {
	opacity: .5
}

.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
	height: 100%
}

.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
	width: calc(100% + 1px)
}

.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
	height: 115%
}

.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
	width: 115%
}

.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
	height: 115%
}

.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
	width: 115%
}

.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
	height: 100%
}

.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
	width: calc(100% + 1px)
}

.elementor-posts__hover-zoom-in .elementor-post__thumbnail img,
.elementor-posts__hover-zoom-out .elementor-post__thumbnail img {
	-webkit-transition: height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1), -webkit-filter .3s;
	transition: height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1), -webkit-filter .3s;
	-o-transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1);
	transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1);
	transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1), -webkit-filter .3s
}

.elementor-card-shadow-yes .elementor-post__card {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
}

.elementor-card-shadow-yes .elementor-post__card:hover {
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15)
}

.elementor-posts--skin-full_content article {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden
}

.elementor-posts--skin-full_content article .elementor-post__thumbnail {
	padding-bottom: 0
}

body.elementor-editor-active .elementor-posts--skin-archive_full_content,
body.elementor-editor-active .elementor-posts--skin-full_content {
	pointer-events: none
}

body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link,
body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link {
	display: none
}

body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link {
	display: block
}

.elementor-portfolio__filters {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0
}

.elementor-portfolio__filter {
	margin: 0;
	cursor: pointer;
	padding: 8px
}

.elementor-portfolio-item {
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	overflow: hidden;
	margin: 0
}

.elementor-portfolio-item__title {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 18px;
	color: #fff
}

.elementor-portfolio-item__tags__separator:before {
	content: ", "
}

.elementor-portfolio-item__overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	background-color: rgba(129, 138, 145, .8)
}

.elementor-portfolio-item__overlay:hover {
	opacity: 1;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s
}

.elementor-portfolio-item__img img[src=""] {
	background-color: rgba(0, 0, 0, .1);
	height: 100%
}

.elementor-portfolio.elementor-has-item-ratio {
	-webkit-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s
}

.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail {
	position: absolute;
	background-color: rgba(0, 0, 0, .1)
}

.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link {
	padding-bottom: 56.25%
}

.elementor ul li.elementor-portfolio__filter {
	list-style-type: none
}

.elementor-button.elementor-hidden,
.elementor-hidden {
	display: none
}

.e-form__step {
	width: 100%
}

.e-form__step:not(.elementor-hidden) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.e-form__buttons {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.e-form__buttons,
.e-form__buttons__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.e-form__indicators {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-size: 13px;
	margin-bottom: var(--e-form-steps-indicators-spacing)
}

.e-form__indicators,
.e-form__indicators__indicator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.e-form__indicators__indicator {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	padding: 0 var(--e-form-steps-divider-gap)
}

.e-form__indicators__indicator__progress {
	width: 100%;
	position: relative;
	background-color: var(--e-form-steps-indicator-progress-background-color);
	border-radius: var(--e-form-steps-indicator-progress-border-radius);
	overflow: hidden
}

.e-form__indicators__indicator__progress__meter {
	width: var(--e-form-steps-indicator-progress-meter-width, 0);
	height: var(--e-form-steps-indicator-progress-height);
	line-height: var(--e-form-steps-indicator-progress-height);
	padding-right: 15px;
	border-radius: var(--e-form-steps-indicator-progress-border-radius);
	background-color: var(--e-form-steps-indicator-progress-color);
	color: var(--e-form-steps-indicator-progress-meter-color);
	text-align: right;
	-webkit-transition: width .1s linear;
	-o-transition: width .1s linear;
	transition: width .1s linear
}

.e-form__indicators__indicator:first-child {
	padding-left: 0
}

.e-form__indicators__indicator:last-child {
	padding-right: 0
}

.e-form__indicators__indicator--state-inactive {
	color: var(--e-form-steps-indicator-inactive-primary-color, #c2cbd2)
}

.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
	background-color: var(--e-form-steps-indicator-inactive-secondary-color, #fff)
}

.e-form__indicators__indicator--state-active {
	color: var(--e-form-steps-indicator-active-primary-color, #39b54a);
	border-color: var(--e-form-steps-indicator-active-secondary-color, #fff)
}

.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
	background-color: var(--e-form-steps-indicator-active-secondary-color, #fff)
}

.e-form__indicators__indicator--state-completed {
	color: var(--e-form-steps-indicator-completed-secondary-color, #fff)
}

.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
	background-color: var(--e-form-steps-indicator-completed-primary-color, #39b54a)
}

.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label {
	color: var(--e-form-steps-indicator-completed-primary-color, #39b54a)
}

.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none {
	color: var(--e-form-steps-indicator-completed-primary-color, #39b54a);
	background-color: initial
}

.e-form__indicators__indicator__icon {
	width: var(--e-form-steps-indicator-padding, 30px);
	height: var(--e-form-steps-indicator-padding, 30px);
	font-size: var(--e-form-steps-indicator-icon-size);
	border-width: 1px;
	border-style: solid;
	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;
	overflow: hidden;
	margin-bottom: 10px
}

.e-form__indicators__indicator__icon img {
	width: var(--e-form-steps-indicator-icon-size);
	height: auto
}

.e-form__indicators__indicator__number {
	width: var(--e-form-steps-indicator-padding, 30px);
	height: var(--e-form-steps-indicator-padding, 30px);
	border-width: 1px;
	border-style: solid;
	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-bottom: 10px
}

.e-form__indicators__indicator--shape-circle {
	border-radius: 50%
}

.e-form__indicators__indicator--shape-square {
	border-radius: 0
}

.e-form__indicators__indicator--shape-rounded {
	border-radius: 5px
}

.e-form__indicators__indicator--shape-none {
	border: 0
}

.e-form__indicators__indicator__label {
	text-align: center
}

.e-form__indicators__indicator__separator {
	width: 100%;
	height: var(--e-form-steps-divider-width);
	background-color: #c2cbd2
}

.e-form__indicators--type-icon,
.e-form__indicators--type-icon_text,
.e-form__indicators--type-number,
.e-form__indicators--type-number_text {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.e-form__indicators--type-icon .e-form__indicators__indicator__separator,
.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,
.e-form__indicators--type-number .e-form__indicators__indicator__separator,
.e-form__indicators--type-number_text .e-form__indicators__indicator__separator {
	margin-top: calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)
}

.elementor-field-type-hidden {
	display: none
}

.elementor-field-type-html {
	display: inline-block
}

.elementor-login .elementor-lost-password,
.elementor-login .elementor-remember-me {
	font-size: .85em
}

.elementor-field-type-recaptcha_v3 .elementor-field-label {
	display: none
}

.elementor-button .elementor-form-spinner {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.elementor-form .elementor-button>span {
	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
}

.elementor-form .elementor-button .elementor-button-text {
	white-space: normal;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.elementor-form .elementor-button svg {
	height: auto
}

.elementor-widget-price-list .elementor-price-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.elementor-widget-price-list .elementor-price-list li {
	margin: 0
}

.elementor-price-list li:not(:last-child) {
	margin-bottom: 20px
}

.elementor-price-list .elementor-price-list-image {
	max-width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 25px
}

.elementor-price-list .elementor-price-list-image img {
	width: 100%
}

.elementor-price-list .elementor-price-list-header,
.elementor-price-list .elementor-price-list-item,
.elementor-price-list .elementor-price-list-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-price-list .elementor-price-list-item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-text {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-title {
	max-width: 80%
}

.elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 14px;
	margin: 0
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-separator {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	height: 0
}

.elementor-price-table {
	text-align: center
}

.elementor-price-table .elementor-price-table__header {
	background: #555;
	padding: 20px 0
}

.elementor-price-table .elementor-price-table__heading {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 24px;
	font-weight: 600;
	color: #fff
}

.elementor-price-table .elementor-price-table__subheading {
	font-size: 13px;
	font-weight: 400;
	color: #fff
}

.elementor-price-table .elementor-price-table__original-price {
	margin-right: 15px;
	text-decoration: line-through;
	font-size: .5em;
	line-height: 1;
	font-weight: 400;
	-ms-flex-item-align: center;
	align-self: center
}

.elementor-price-table .elementor-price-table__price {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	color: #555;
	font-weight: 800;
	font-size: 65px;
	padding: 40px 0
}

.elementor-price-table .elementor-price-table__price .elementor-typo-excluded {
	line-height: normal;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 400;
	font-size: medium;
	font-style: normal
}

.elementor-price-table .elementor-price-table__after-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.elementor-price-table .elementor-price-table__integer-part {
	line-height: .8
}

.elementor-price-table .elementor-price-table__currency,
.elementor-price-table .elementor-price-table__fractional-part {
	line-height: 1;
	font-size: .3em
}

.elementor-price-table .elementor-price-table__currency {
	margin-right: 3px
}

.elementor-price-table .elementor-price-table__period {
	width: 100%;
	font-size: 13px;
	font-weight: 400
}

.elementor-price-table .elementor-price-table__features-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1
}

.elementor-price-table .elementor-price-table__features-list li {
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 0
}

.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
	margin-left: 15px;
	margin-right: 15px
}

.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before {
	content: "";
	display: block;
	border: 0 solid hsla(0, 0%, 47.8%, .3);
	margin: 10px 12.5%
}

.elementor-price-table .elementor-price-table__features-list i {
	margin-right: 10px;
	font-size: 1.3em
}

.elementor-price-table .elementor-price-table__features-list svg {
	margin-right: 10px;
	width: 1.3em
}

.elementor-price-table .elementor-price-table__footer {
	padding: 30px 0
}

.elementor-price-table .elementor-price-table__additional_info {
	margin: 0;
	font-size: 13px;
	line-height: 1.4
}

.elementor-price-table__ribbon {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 150px;
	overflow: hidden;
	height: 150px
}

.elementor-price-table__ribbon-inner {
	text-align: center;
	left: 0;
	width: 200%;
	-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	-ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	margin-top: 35px;
	font-size: 13px;
	line-height: 2;
	font-weight: 800;
	text-transform: uppercase;
	background: #000
}

.elementor-price-table__ribbon.elementor-ribbon-left {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	left: 0;
	right: auto
}

.elementor-price-table__ribbon.elementor-ribbon-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: auto;
	right: 0
}

.elementor-widget-price-table .elementor-widget-container {
	overflow: hidden;
	background-color: #f7f7f7
}

.elementor-flip-box {
	height: 280px;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

@media (max-device-width:1024px) {
	.elementor-flip-box {
		cursor: pointer
	}
}

.elementor-flip-box__front {
	background-color: #1abc9c
}

.elementor-flip-box__back {
	background-color: #4054b2;
	display: block
}

.elementor-flip-box__layer {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.elementor-flip-box__layer__overlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
	padding: 35px
}

.elementor-flip-box__layer__title {
	font-size: 21px
}

.elementor-flip-box__layer__description {
	font-size: 14px
}

.elementor-flip-box__layer__description,
.elementor-flip-box__layer__title {
	color: #fff
}

.elementor-flip-box__layer__description:not(:last-child),
.elementor-flip-box__layer__title:not(:last-child) {
	margin: 0 0 20px;
	padding: 0
}

.elementor-flip-box__layer__title {
	line-height: 1;
	font-weight: 600
}

.elementor-flip-box .elementor-icon,
.elementor-flip-box .elementor-view-framed .elementor-icon,
.elementor-flip-box .elementor-view-stacked .elementor-icon {
	color: #fff
}

.elementor-flip-box .elementor-view-framed .elementor-icon {
	border-color: #fff
}

.elementor-flip-box .elementor-view-stacked .elementor-icon {
	background-color: rgba(0, 0, 0, .5)
}

.elementor-flip-box__button.elementor-button {
	cursor: pointer;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #fff;
	color: #fff;
	background: transparent
}

.elementor-flip-box__button.elementor-button:hover {
	background: transparent;
	text-decoration: none
}

.elementor-flip-box__image {
	margin: 0 0 20px;
	display: inline-block;
	width: 100%
}

.elementor-flip-box__image img {
	width: 50%
}

.elementor-flip-box .elementor-icon-wrapper {
	margin-bottom: 20px
}

.elementor-flip-box--3d .elementor-flip-box__layer__inner {
	-webkit-transform: translateZ(90px) scale(.91);
	transform: translateZ(90px) scale(.91)
}

.elementor-flip-box--3d .elementor-flip-box__layer__overlay {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(.1px);
	transform: translateZ(.1px)
}

.elementor-flip-box--effect-flip .elementor-flip-box {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.elementor-flip-box--effect-flip .elementor-flip-box__layer {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.elementor-flip-box--effect-flip .elementor-flip-box__front {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 1
}

.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back {
	-webkit-transform: rotateX(0) rotateY(-180deg);
	transform: rotateX(0) rotateY(-180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: rotateX(0) rotateY(180deg);
	transform: rotateX(0) rotateY(180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box__back {
	-webkit-transform: rotateX(0) rotateY(180deg);
	transform: rotateX(0) rotateY(180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: rotateX(0) rotateY(-180deg);
	transform: rotateX(0) rotateY(-180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back {
	-webkit-transform: rotateX(-180deg) rotateY(0);
	transform: rotateX(-180deg) rotateY(0)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: rotateX(180deg) rotateY(0);
	transform: rotateX(180deg) rotateY(0)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box__back {
	-webkit-transform: rotateX(180deg) rotateY(0);
	transform: rotateX(180deg) rotateY(0)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: rotateX(-180deg) rotateY(0);
	transform: rotateX(-180deg) rotateY(0)
}

.elementor-flip-box--effect-push .elementor-flip-box__front {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: translateX(100%) translateY(0);
	-ms-transform: translateX(100%) translateY(0);
	transform: translateX(100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: translateX(-100%) translateY(0);
	-ms-transform: translateX(-100%) translateY(0);
	transform: translateX(-100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: translateX(0) translateY(-100%);
	-ms-transform: translateX(0) translateY(-100%);
	transform: translateX(0) translateY(-100%)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: translateX(0) translateY(100%);
	-ms-transform: translateX(0) translateY(100%);
	transform: translateX(0) translateY(100%)
}

.elementor-flip-box--effect-push .elementor-flip-box,
.elementor-flip-box--effect-slide .elementor-flip-box {
	overflow: hidden
}

.elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back,
.elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box__back,
.elementor-flip-box--effect-slide.elementor-flip-box--direction-right .elementor-flip-box__back {
	-webkit-transform: translateX(-100%) translateY(0);
	-ms-transform: translateX(-100%) translateY(0);
	transform: translateX(-100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box__back,
.elementor-flip-box--effect-slide.elementor-flip-box--direction-left .elementor-flip-box__back {
	-webkit-transform: translateX(100%) translateY(0);
	-ms-transform: translateX(100%) translateY(0);
	transform: translateX(100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box__back,
.elementor-flip-box--effect-slide.elementor-flip-box--direction-up .elementor-flip-box__back {
	-webkit-transform: translateX(0) translateY(100%);
	-ms-transform: translateX(0) translateY(100%);
	transform: translateX(0) translateY(100%)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box__back,
.elementor-flip-box--effect-slide.elementor-flip-box--direction-down .elementor-flip-box__back {
	-webkit-transform: translateX(0) translateY(-100%);
	-ms-transform: translateX(0) translateY(-100%);
	transform: translateX(0) translateY(-100%)
}

.elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front {
	-webkit-transition: opacity .35s, width .1ms, -webkit-transform .7s;
	transition: opacity .35s, width .1ms, -webkit-transform .7s;
	-o-transition: transform .7s, opacity .35s, width .1ms;
	transition: transform .7s, opacity .35s, width .1ms;
	transition: transform .7s, opacity .35s, width .1ms, -webkit-transform .7s;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 1;
	width: 100%
}

.elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front {
	width: 0;
	opacity: 0;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	-webkit-transition: opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
	transition: opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
	-o-transition: transform .8s, opacity .7s .1s, width .1ms .7s;
	transition: transform .8s, opacity .7s .1s, width .1ms .7s;
	transition: transform .8s, opacity .7s .1s, width .1ms .7s, -webkit-transform .8s
}

.elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back {
	-webkit-transition: opacity .5s .2s, -webkit-transform .7s;
	transition: opacity .5s .2s, -webkit-transform .7s;
	-o-transition: transform .7s, opacity .5s .2s;
	transition: transform .7s, opacity .5s .2s;
	transition: transform .7s, opacity .5s .2s, -webkit-transform .7s;
	opacity: 0;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7)
}

.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back {
	-webkit-transition: opacity .5s, -webkit-transform .7s;
	transition: opacity .5s, -webkit-transform .7s;
	-o-transition: transform .7s, opacity .5s;
	transition: transform .7s, opacity .5s;
	transition: transform .7s, opacity .5s, -webkit-transform .7s;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back {
	opacity: 0
}

.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back {
	opacity: 1
}

.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__front {
	display: none
}

.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1
}

.elementor-cta,
.elementor-widget-call-to-action .elementor-widget-container {
	overflow: hidden
}

.elementor-cta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.elementor-cta--skin-classic .elementor-cta {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
	position: relative;
	min-height: 200px;
	width: 100%
}

.elementor-cta--skin-classic .elementor-cta__content {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	width: 100%;
	background-color: #f7f7f7
}

.elementor-cta--skin-classic .elementor-cta__button.elementor-button,
.elementor-cta--skin-classic .elementor-cta__content-item,
.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
	color: #55595c;
	border-color: #55595c
}

.elementor-cta--skin-cover .elementor-cta {
	display: block
}

.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	width: 100%
}

.elementor-cta--skin-cover .elementor-cta__content {
	min-height: 280px
}

.elementor-cta--skin-cover .elementor-cta__button.elementor-button,
.elementor-cta--skin-cover .elementor-cta__content-item,
.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
	color: #fff;
	border-color: #fff
}

.elementor-cta--layout-image-above .elementor-cta {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
	width: 100%
}

.elementor-cta--layout-image-left .elementor-cta,
.elementor-cta--layout-image-right .elementor-cta {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
	width: auto;
	min-width: 50%
}

.elementor-cta--layout-image-left .elementor-cta__content,
.elementor-cta--layout-image-right .elementor-cta__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-cta--layout-image-left .elementor-cta {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.elementor-cta--layout-image-right .elementor-cta {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-cta__bg,
.elementor-cta__bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.elementor-cta__bg-wrapper {
	z-index: 1;
	overflow: hidden
}

.elementor-cta__bg {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50%;
	z-index: 1
}

.elementor-cta__bg-overlay {
	z-index: 2
}

.elementor-cta__button.elementor-button {
	cursor: pointer;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #fff;
	background: transparent
}

.elementor-cta__button.elementor-button:hover {
	background: transparent;
	text-decoration: none
}

.elementor-cta__title {
	font-size: 23px
}

.elementor-cta__content {
	z-index: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 35px;
	width: 100%
}

.elementor-cta__content,
.elementor-cta__content-item {
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #fff
}

.elementor-cta__content-item {
	width: 100%;
	margin: 0
}

.elementor-cta__content-item:not(:last-child) {
	margin-bottom: 15px
}

.elementor-cta__content-item .elementor-icon {
	color: #fff
}

.elementor-cta--valign-top .elementor-cta__content {
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor-cta--valign-middle .elementor-cta__content {
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-cta--valign-bottom .elementor-cta__content {
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.elementor-cta:hover .elementor-cta__bg-overlay {
	background-color: rgba(0, 0, 0, .3)
}

@media (max-device-width:1024px) {
	.elementor-cta {
		cursor: pointer
	}
}

@media (min-width:1025px) {
	.elementor-cta--desktop-layout-image-above .elementor-cta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.elementor-cta--desktop-layout-image-above .elementor-cta__bg-wrapper {
		width: 100%
	}

	.elementor-cta--desktop-layout-image-left .elementor-cta,
	.elementor-cta--desktop-layout-image-right .elementor-cta {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.elementor-cta--desktop-layout-image-left .elementor-cta__bg-wrapper,
	.elementor-cta--desktop-layout-image-right .elementor-cta__bg-wrapper {
		width: auto;
		min-width: 50%
	}

	.elementor-cta--desktop-layout-image-left .elementor-cta__content,
	.elementor-cta--desktop-layout-image-right .elementor-cta__content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.elementor-cta--desktop-layout-image-left .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.elementor-cta--desktop-layout-image-right .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

@media (max-width:1024px) {
	.elementor-cta--tablet-layout-image-above .elementor-cta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper {
		width: 100%
	}

	.elementor-cta--tablet-layout-image-left .elementor-cta,
	.elementor-cta--tablet-layout-image-right .elementor-cta {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,
	.elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
		width: auto;
		min-width: 50%
	}

	.elementor-cta--tablet-layout-image-left .elementor-cta__content,
	.elementor-cta--tablet-layout-image-right .elementor-cta__content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.elementor-cta--tablet-layout-image-left .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.elementor-cta--tablet-layout-image-right .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

@media (max-width:767px) {
	.elementor-cta--mobile-layout-image-above .elementor-cta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper {
		width: 100%
	}

	.elementor-cta--mobile-layout-image-left .elementor-cta,
	.elementor-cta--mobile-layout-image-right .elementor-cta {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,
	.elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
		width: auto;
		min-width: 50%
	}

	.elementor-cta--mobile-layout-image-left .elementor-cta__content,
	.elementor-cta--mobile-layout-image-right .elementor-cta__content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.elementor-cta--mobile-layout-image-left .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.elementor-cta--mobile-layout-image-right .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

.elementor-ribbon {
	position: absolute;
	z-index: 1;
	top: 0;
	left: auto;
	right: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 150px;
	overflow: hidden;
	height: 150px
}

.elementor-ribbon-inner {
	text-align: center;
	left: 0;
	width: 200%;
	-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	-ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	margin-top: 35px;
	font-size: 13px;
	line-height: 2;
	font-weight: 800;
	text-transform: uppercase;
	background: #000;
	color: #fff
}

.elementor-ribbon.elementor-ribbon-left {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	left: 0;
	right: auto
}

.elementor-ribbon.elementor-ribbon-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: auto;
	right: 0
}

.elementor-widget-countdown .elementor-countdown-expire--message {
	display: none;
	padding: 20px;
	text-align: center
}

.elementor-widget-countdown .elementor-countdown-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.elementor-widget-countdown .elementor-countdown-item {
	padding: 20px 0;
	text-align: center;
	background-color: #818a91;
	color: #fff
}

.elementor-widget-countdown .elementor-countdown-digits,
.elementor-widget-countdown .elementor-countdown-label {
	line-height: 1
}

.elementor-widget-countdown .elementor-countdown-digits {
	font-size: 69px
}

.elementor-widget-countdown .elementor-countdown-label {
	font-size: 19px
}

.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto
}

.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits,
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label {
	display: block
}

.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-widget-countdown.elementor-countdown--label-inline {
	text-align: center
}

.elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

.elementor-slides .swiper-slide-bg {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	min-width: 100%;
	min-height: 100%
}

.elementor-slides .swiper-slide-inner {
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 50px;
	margin: auto
}

.elementor-slides .swiper-slide-inner,
.elementor-slides .swiper-slide-inner:hover {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-slides .swiper-slide-inner .elementor-background-overlay {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.elementor-slides .swiper-slide-inner .elementor-slide-content {
	position: relative;
	z-index: 1;
	width: 100%
}

.elementor-slides .swiper-slide-inner .elementor-slide-heading {
	font-size: 35px;
	font-weight: 700;
	line-height: 1
}

.elementor-slides .swiper-slide-inner .elementor-slide-description {
	font-size: 17px;
	line-height: 1.4
}

.elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child),
.elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child) {
	margin-bottom: 30px
}

.elementor-slides .swiper-slide-inner .elementor-slide-button {
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
	display: inline-block
}

.elementor-slides .swiper-slide-inner .elementor-slide-button,
.elementor-slides .swiper-slide-inner .elementor-slide-button:hover {
	background: transparent;
	color: inherit;
	text-decoration: none
}

.elementor--v-position-top .swiper-slide-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elementor--v-position-bottom .swiper-slide-inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.elementor--v-position-middle .swiper-slide-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor--h-position-left .swiper-slide-inner {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor--h-position-right .swiper-slide-inner {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor--h-position-center .swiper-slide-inner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

body.rtl .elementor-widget-slides .elementor-swiper-button-next {
	left: 10px;
	right: auto
}

body.rtl .elementor-widget-slides .elementor-swiper-button-prev {
	right: 10px;
	left: auto
}

.elementor-slides-wrapper div:not(.swiper-slide)>.swiper-slide-inner {
	display: none
}

@media (max-width:767px) {
	.elementor-slides .swiper-slide-inner {
		padding: 30px
	}

	.elementor-slides .swiper-slide-inner .elementor-slide-heading {
		font-size: 23px;
		line-height: 1;
		margin-bottom: 15px
	}

	.elementor-slides .swiper-slide-inner .elementor-slide-description {
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 15px
	}
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn {
	background-color: #ea4335
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn {
	color: #ea4335;
	border-color: #ea4335
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon {
	background-color: #ea4335
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon {
	color: #fff
}

.elementor-share-buttons--color-official .elementor-share-btn:hover {
	-webkit-filter: saturate(1.5) brightness(1.2);
	filter: saturate(1.5) brightness(1.2)
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg {
	background-color: #005be2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email {
	background-color: #ea4335
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print {
	background-color: #aaa
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook {
	background-color: #3b5998
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google {
	background-color: #dd4b39
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket {
	background-color: #ef3f56
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin {
	background-color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki {
	background-color: #f4731c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest {
	background-color: #bd081c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit {
	background-color: #ff4500
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype {
	background-color: #00aff0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare {
	background-color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat {
	background-color: #fffc00
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon {
	background-color: #eb4924
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_mix,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_mix {
	background-color: #f3782b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr {
	background-color: #35465c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch {
	background-color: #6441a5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram {
	background-color: #2ca5e0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter {
	background-color: #1da1f2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo {
	background-color: #1ab7ea
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk {
	background-color: #45668e
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp {
	background-color: #25d366
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress {
	background-color: #21759b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing {
	background-color: #026466
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg {
	color: #005be2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email {
	color: #ea4335
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print {
	color: #aaa
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook {
	color: #3b5998
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google {
	color: #dd4b39
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket {
	color: #ef3f56
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin {
	color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki {
	color: #f4731c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest {
	color: #bd081c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit {
	color: #ff4500
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype {
	color: #00aff0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare {
	color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat {
	color: #fffc00
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon {
	color: #eb4924
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix {
	color: #f3782b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr {
	color: #35465c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch {
	color: #6441a5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram {
	color: #2ca5e0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter {
	color: #1da1f2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo {
	color: #1ab7ea
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk {
	color: #45668e
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp {
	color: #25d366
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress {
	color: #21759b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing {
	color: #026466
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_digg .elementor-share-btn__icon {
	background-color: #005be2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_email .elementor-share-btn__icon {
	background-color: #ea4335
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_print .elementor-share-btn__icon {
	background-color: #aaa
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_facebook .elementor-share-btn__icon {
	background-color: #3b5998
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_google .elementor-share-btn__icon {
	background-color: #dd4b39
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pocket .elementor-share-btn__icon {
	background-color: #ef3f56
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_linkedin .elementor-share-btn__icon {
	background-color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_odnoklassniki .elementor-share-btn__icon {
	background-color: #f4731c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pinterest .elementor-share-btn__icon {
	background-color: #bd081c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_reddit .elementor-share-btn__icon {
	background-color: #ff4500
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_skype .elementor-share-btn__icon {
	background-color: #00aff0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_slideshare .elementor-share-btn__icon {
	background-color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_snapchat .elementor-share-btn__icon {
	background-color: #fffc00
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_stumbleupon .elementor-share-btn__icon {
	background-color: #eb4924
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_mix .elementor-share-btn__icon {
	background-color: #f3782b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_tumblr .elementor-share-btn__icon {
	background-color: #35465c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitch .elementor-share-btn__icon {
	background-color: #6441a5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_telegram .elementor-share-btn__icon {
	background-color: #2ca5e0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitter .elementor-share-btn__icon {
	background-color: #1da1f2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vimeo .elementor-share-btn__icon {
	background-color: #1ab7ea
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vk .elementor-share-btn__icon {
	background-color: #45668e
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_whatsapp .elementor-share-btn__icon {
	background-color: #25d366
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_wordpress .elementor-share-btn__icon {
	background-color: #21759b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_xing .elementor-share-btn__icon {
	background-color: #026466
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon {
	color: #fff
}

.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,
.elementor-share-buttons--skin-framed .elementor-share-btn__icon {
	margin-left: -.2em
}

.elementor-share-buttons--skin-boxed .elementor-share-btn,
.elementor-share-buttons--skin-framed .elementor-share-btn {
	border-style: solid
}

.elementor-share-buttons--skin-gradient .elementor-share-btn__text,
.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .12)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .12), transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .12), transparent);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .12), transparent)
}

.elementor-share-buttons--skin-boxed .elementor-share-btn__text,
.elementor-share-buttons--skin-gradient .elementor-share-btn__text,
.elementor-share-buttons--skin-minimal .elementor-share-btn__text {
	padding-left: .9em
}

.elementor-share-buttons--skin-flat .elementor-share-btn,
.elementor-share-buttons--skin-flat .elementor-share-btn:hover,
.elementor-share-buttons--skin-gradient .elementor-share-btn,
.elementor-share-buttons--skin-gradient .elementor-share-btn:hover {
	color: #fff
}

.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon {
	border-radius: .5em
}

.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon {
	border-radius: 99.9em
}

.elementor-share-buttons--view-text .elementor-share-btn__text {
	padding-left: 1em
}

.elementor-share-buttons--view-icon .elementor-share-btn,
.elementor-share-buttons--view-text .elementor-share-btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-share-buttons--view-icon .elementor-share-btn__icon,
.elementor-share-buttons--view-icon .elementor-share-btn__text,
.elementor-share-buttons--view-text .elementor-share-btn__icon,
.elementor-share-buttons--view-text .elementor-share-btn__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-share-buttons--shape-rounded .elementor-share-btn {
	border-radius: .5em
}

.elementor-share-buttons--shape-circle .elementor-share-btn {
	border-radius: 99.9em
}

.elementor-share-btn {
	overflow: hidden;
	font-size: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-transition-property: background-color, border-color, -webkit-filter;
	transition-property: background-color, border-color, -webkit-filter;
	-o-transition-property: filter, background-color, border-color;
	transition-property: filter, background-color, border-color;
	transition-property: filter, background-color, border-color, -webkit-filter;
	height: 4.5em;
	cursor: pointer
}

.elementor-share-btn,
.elementor-share-btn__icon,
.elementor-share-btn__text {
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s
}

.elementor-share-btn__icon,
.elementor-share-btn__text {
	-webkit-transition-property: color, background-color;
	-o-transition-property: color, background-color;
	transition-property: color, background-color
}

.elementor-share-btn__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 4.5em;
	position: relative
}

.elementor-share-btn__icon i {
	font-size: 1.7em
}

.elementor-share-btn__text {
	font-size: 1.5em;
	padding-right: 1em;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 100
}

.elementor-share-btn__title {
	font-weight: 700;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-widget-share-buttons {
	text-align: var(--alignment, inherit);
	-moz-text-align-last: var(--alignment, inherit);
	text-align-last: var(--alignment, inherit)
}

.elementor-widget-share-buttons.elementor-grid-0 .elementor-widget-container {
	font-size: 0
}

body.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,
body.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,
body.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,
body.woocommerce div.product .elementor-widget-woocommerce-product-images div.images {
	float: none;
	width: 100%;
	padding: 0
}

body.rtl.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,
body.rtl.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,
body.rtl.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,
body.rtl.woocommerce div.product .elementor-widget-woocommerce-product-images div.images {
	float: none;
	padding: 0
}

.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.woocommerce div.product.elementor .quantity .qty {
	vertical-align: top;
	margin-right: 0
}

.woocommerce div.product.elementor .quantity+.button {
	margin-left: 10px
}

.woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input {
	height: 100%
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity {
	margin-right: 0
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) button {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity {
	margin-right: auto
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,
.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) button {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

@media (max-width:1024px) {

	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity {
		margin-right: 0
	}

	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) button,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) button,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) button {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity {
		margin-right: auto
	}

	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,
	.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media (max-width:767px) {

	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity {
		margin-right: 0
	}

	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) button,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) button,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) button {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity {
		margin-right: auto
	}

	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,
	.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-info button.button.alt.elementor-button {
	background-color: #5bc0de
}

.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-success button.button.alt.elementor-button {
	background-color: #5cb85c
}

.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-warning button.button.alt.elementor-button {
	background-color: #f0ad4e
}

.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-danger button.button.alt.elementor-button {
	background-color: #d9534f
}

.elementor-widget-wc-add-to-cart .quantity {
	display: inline-block
}

.elementor-widget-wc-add-to-cart.elementor-align-center form.cart {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-widget-wc-add-to-cart.elementor-align-left form.cart,
.elementor-widget-wc-add-to-cart.elementor-align-right form.cart {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.woocommerce div.product.elementor ul.tabs:before {
	position: static;
	content: none;
	width: auto;
	bottom: auto;
	left: auto;
	border-bottom: 0;
	z-index: auto
}

.woocommerce div.product.elementor ul.tabs {
	margin: 0
}

.woocommerce div.product.elementor ul.tabs li {
	padding: 0
}

.woocommerce div.product.elementor ul.tabs li a {
	padding: .8em 1.2em;
	line-height: 1
}

.woocommerce div.product.elementor ul.tabs li:after,
.woocommerce div.product.elementor ul.tabs li:before {
	border: 0;
	position: static;
	bottom: auto;
	width: auto;
	height: auto;
	content: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
	padding: 20px;
	border-radius: 0;
	border-width: 0;
	border-top: 1px solid #d3ced2;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: -1px 0 0
}

.woocommerce div.product.elementor .elementor-product-price-block-yes .price del,
.woocommerce div.product.elementor .elementor-product-price-block-yes .price ins {
	display: block
}

.elementor-widget-woocommerce-product-meta .detail-container {
	position: relative
}

.elementor-widget-woocommerce-product-meta .detail-container:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.elementor-widget-woocommerce-product-meta .detail-label {
	font-weight: 700
}

.elementor-woo-meta--view-inline .product_meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-woo-meta--view-inline .product_meta .detail-container:after {
	width: auto;
	left: auto;
	right: auto;
	position: absolute;
	height: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left-width: 1px;
	border-style: solid;
	right: -8px
}

.elementor-woo-meta--view-table .product_meta {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.elementor-woo-meta--view-table .product_meta,
.elementor-woo-meta--view-table .product_meta .detail-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-woo-meta--view-table .product_meta .detail-label {
	min-width: 108px
}

.elementor-woo-meta--view-stacked .product_meta .detail-container {
	display: block
}

.woocommerce div.product.elementor .woocommerce-product-rating {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.woocommerce div.product.elementor .star-rating {
	margin-top: 0
}

.elementor-product-rating--align-left .woocommerce-product-rating {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-product-rating--align-right .woocommerce-product-rating {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor-product-rating--align-center .woocommerce-product-rating {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-product-rating--align-justify .woocommerce-product-rating .woocommerce-review-link {
	margin-left: auto
}

@media (min-width:1025px) {

	.elementor-element.elementor-products-grid .woocommerce.columns-2 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-2 {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-element.elementor-products-grid .woocommerce.columns-3 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-3 {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-element.elementor-products-grid .woocommerce.columns-4 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-4 {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-element.elementor-products-grid .woocommerce.columns-5 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-5 {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-element.elementor-products-grid .woocommerce.columns-6 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-6 {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-element.elementor-products-grid .woocommerce.columns-7 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-7 {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-element.elementor-products-grid .woocommerce.columns-8 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-8 {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-element.elementor-products-grid .woocommerce.columns-9 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-9 {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-element.elementor-products-grid .woocommerce.columns-10 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-10 {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-element.elementor-products-grid .woocommerce.columns-11 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-11 {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-element.elementor-products-grid .woocommerce.columns-12 ul.products,
	.elementor-element.elementor-products-grid ul.products.columns-12 {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:1024px) {
	.elementor-element.elementor-products-grid ul.products {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media (max-width:767px) {
	.elementor-element.elementor-products-grid ul.products {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (min-width:1025px) {
	.elementor-element.elementor-products-grid.elementor-products-columns-1 ul.products {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-2 ul.products {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-3 ul.products {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-4 ul.products {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-5 ul.products {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-6 ul.products {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-7 ul.products {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-8 ul.products {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-9 ul.products {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-10 ul.products {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-11 ul.products {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-12 ul.products {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:1024px) {
	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-1 ul.products {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-2 ul.products {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-3 ul.products {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-4 ul.products {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-5 ul.products {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-6 ul.products {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-7 ul.products {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-8 ul.products {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-9 ul.products {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-10 ul.products {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-11 ul.products {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-tablet-12 ul.products {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:767px) {
	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-1 ul.products {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-2 ul.products {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-3 ul.products {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-4 ul.products {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-5 ul.products {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-6 ul.products {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-7 ul.products {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-8 ul.products {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-9 ul.products {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-10 ul.products {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-11 ul.products {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-element.elementor-products-grid.elementor-products-columns-mobile-12 ul.products {
		grid-template-columns: repeat(12, 1fr)
	}
}

.elementor-element.elementor-products-grid ul.products {
	display: grid;
	margin: 0;
	grid-column-gap: 20px;
	grid-row-gap: 40px
}

.elementor-element.elementor-products-grid ul.products:after,
.elementor-element.elementor-products-grid ul.products:before {
	content: none;
	display: none
}

.elementor-element.elementor-products-grid ul.products li.product {
	width: auto;
	padding: 0;
	margin: 0;
	float: none
}

.elementor-element.elementor-products-grid ul.products li.product .onsale {
	padding: 0;
	display: none
}

.elementor-element.elementor-products-grid ul.products li.product a.woocommerce-loop-product__link {
	display: block;
	position: relative
}

.elementor-products-grid:not(.show-heading-yes) .products>h2 {
	display: none
}

.elementor-products-grid nav.woocommerce-pagination {
	margin-top: 40px
}

.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul {
	border: 0
}

.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul li {
	border-right: 0;
	border-left: 0
}

.elementor-product-loop-item--align-left ul.products li.product .star-rating {
	margin-right: auto
}

.elementor-product-loop-item--align-right ul.products li.product .star-rating {
	margin-left: auto
}

.elementor-product-loop-item--align-center ul.products li.product .star-rating {
	margin-right: auto;
	margin-left: auto
}

.woocommerce .elementor-element.elementor-products-grid ul.products li.product,
.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,
.woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product {
	width: auto
}

.elementor.product .woocommerce-product-gallery__trigger+.woocommerce-product-gallery__wrapper {
	overflow: hidden
}

.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
	padding: 0
}

.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-subtotal-yes) .elementor-menu-cart__toggle .elementor-button-text {
	display: none
}

.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product-remove {
	display: none
}

.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__product:not(:last-of-type),
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__products,
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__subtotal {
	border-bottom: none
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-light .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8e3"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-medium .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8e4"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-solid .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8e5"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-light .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8e6"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-medium .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8e7"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-solid .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8e8"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-light .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8e9"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-medium .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8ea"
}

.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-solid .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: "\e8eb"
}

.elementor-menu-cart__toggle .elementor-button {
	background: transparent;
	border-radius: 0;
	color: #818a91;
	border: 1px solid;
	border-color: inherit;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-menu-cart__toggle .elementor-button-text {
	margin-right: .3em
}

.elementor-menu-cart__toggle .elementor-button-icon {
	position: relative;
	-webkit-transition: color .1s;
	-o-transition: color .1s;
	transition: color .1s
}

.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
	content: attr(data-counter);
	display: block;
	position: absolute;
	min-width: 1.6em;
	height: 1.6em;
	line-height: 1.5em;
	top: -.7em;
	right: -.7em;
	border-radius: 100%;
	color: #fff;
	background-color: #d9534f;
	text-align: center;
	font-size: 10px
}

.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
	content: attr(data-counter);
	display: inline-block;
	font-weight: 400
}

.elementor-menu-cart--empty-indicator-hide .elementor-menu-cart__toggle .elementor-button-icon[data-counter="0"]:before {
	content: none
}

.elementor-menu-cart__container {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	overflow: hidden;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .25);
	-webkit-transition: background-color .4s, -webkit-transform 0s;
	transition: background-color .4s, -webkit-transform 0s;
	-o-transition: background-color .4s, transform 0s;
	transition: background-color .4s, transform 0s;
	transition: background-color .4s, transform 0s, -webkit-transform 0s
}

.elementor-menu-cart__container .elementor-menu-cart__main {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: fixed;
	top: 0;
	width: 350px;
	max-width: 100%;
	right: 0;
	bottom: 0;
	padding: 0 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.elementor-menu-cart__container:not(.elementor-menu-cart--shown) {
	background-color: transparent;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: background-color .4s, -webkit-transform 0s .4s;
	transition: background-color .4s, -webkit-transform 0s .4s;
	-o-transition: background-color .4s, transform 0s .4s;
	transition: background-color .4s, transform 0s .4s;
	transition: background-color .4s, transform 0s .4s, -webkit-transform 0s .4s
}

.elementor-menu-cart__container:not(.elementor-menu-cart--shown) .elementor-menu-cart__main {
	overflow: hidden;
	opacity: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.elementor-menu-cart__container:not(.elementor-menu-cart--shown) .dialog-lightbox-close-button {
	display: none
}

.elementor-menu-cart__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 14px
}

.elementor-menu-cart__close-button {
	width: 25px;
	height: 25px;
	position: relative;
	margin: 20px 0;
	-ms-flex-item-align: end;
	align-self: flex-end;
	cursor: pointer
}

.elementor-menu-cart__close-button:after,
.elementor-menu-cart__close-button:before {
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #818a91;
	border-radius: 1px
}

.elementor-menu-cart__close-button:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.elementor-menu-cart__close-button:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.elementor-menu-cart__products {
	max-height: calc(100vh - 250px);
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.elementor-menu-cart__product {
	display: grid;
	grid-template-columns: 25% auto 50px;
	grid-template-rows: 75% auto
}

.elementor-menu-cart__product-image {
	grid-row-start: 1;
	grid-row-end: 3;
	width: 100%
}

.elementor-menu-cart__product-image a,
.elementor-menu-cart__product-image img {
	display: block
}

.elementor-menu-cart__product-name {
	grid-column-start: 2;
	grid-column-end: 4;
	margin: 0
}

.elementor-menu-cart__product-price {
	-ms-flex-item-align: end;
	align-self: end;
	color: #d4d4d4;
	font-weight: 300
}

.elementor-menu-cart__product-price .amount {
	font-weight: 600
}

.elementor-menu-cart__product-name,
.elementor-menu-cart__product-price {
	font-size: 14px;
	padding-left: 20px
}

.elementor-menu-cart__product-remove {
	-ms-flex-item-align: end;
	align-self: end;
	justify-self: end;
	color: #818a91;
	width: 22px;
	height: 22px;
	border-radius: 20px;
	border: 1px solid #d4d4d4;
	text-align: center;
	overflow: hidden;
	position: relative
}

.elementor-menu-cart__product-remove:after,
.elementor-menu-cart__product-remove:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 50%;
	top: 50%;
	left: 25%;
	margin-top: -1px;
	background: #d4d4d4;
	z-index: 1
}

.elementor-menu-cart__product-remove:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.elementor-menu-cart__product-remove:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.elementor-menu-cart__product-remove>a {
	display: block;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	position: absolute
}

.elementor-menu-cart__product:not(:last-of-type),
.elementor-menu-cart__products,
.elementor-menu-cart__subtotal {
	border-bottom: 1px solid #d4d4d4
}

.elementor-menu-cart__footer-buttons,
.elementor-menu-cart__product:not(:first-of-type),
.elementor-menu-cart__subtotal {
	padding-top: 20px
}

.elementor-menu-cart__product,
.elementor-menu-cart__subtotal {
	padding-bottom: 20px
}

.elementor-menu-cart__subtotal {
	font-size: 20px;
	text-align: center;
	font-weight: 600
}

.elementor-menu-cart__footer-buttons {
	font-size: 20px;
	text-align: center;
	display: grid;
	grid-column-gap: 10px;
	grid-row-gap: 10px
}

.elementor-menu-cart__footer-buttons .elementor-button {
	border-radius: 0
}

.elementor-menu-cart--buttons-inline .elementor-menu-cart__footer-buttons {
	grid-template-columns: 1fr 1fr
}

.elementor-menu-cart--buttons-stacked .elementor-menu-cart__footer-buttons {
	grid-template-columns: 1fr
}

.product .count {
	background-color: inherit
}

.elementor-widget-woocommerce-product-additional-information:not(.elementor-show-heading-yes) h2 {
	display: none
}

.woocommerce div.product.elementor form.cart div.product-addon {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-skin-carousel .elementor-main-swiper,
.elementor-skin-coverflow .elementor-main-swiper {
	height: 230px
}

.elementor-skin-slideshow .elementor-main-swiper {
	height: 450px;
	position: relative
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .elementor-custom-embed-play i {
	font-size: 50px
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide {
	cursor: pointer
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .3)
}

.elementor-carousel-image {
	background: no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	position: relative
}

.elementor-carousel-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #fff;
	background-color: rgba(129, 138, 145, .8);
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	-o-transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s
}

.elementor-carousel-image-overlay i {
	font-size: 21px
}

.elementor-testimonial__image {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-testimonial__image img {
	border-radius: 999px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-o-object-fit: cover;
	object-fit: cover
}

.elementor-testimonial__footer,
.elementor-testimonial__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-testimonial__footer cite,
.elementor-testimonial__header cite {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-style: normal;
	font-size: 14px;
	line-height: 1.5
}

.elementor-testimonial__name {
	font-weight: 700
}

.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
	margin-left: 20px
}

.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__footer,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__footer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image+cite,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image+cite {
	margin-right: 20px;
	margin-left: 0
}

.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__footer,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__footer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image+cite,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image+cite {
	margin-right: 0;
	margin-left: 20px
}

.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
	margin-top: 25px
}

.elementor-testimonial--layout-image_above .elementor-testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
	margin-bottom: 25px
}

.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
	margin-top: 25px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-testimonial--layout-image_stacked .elementor-testimonial__image,
.elementor-testimonial--layout-image_stacked .elementor-testimonial cite {
	margin-top: 15px;
	width: 100%
}

.elementor-testimonial--layout-image_left .elementor-testimonial,
.elementor-testimonial--layout-image_right .elementor-testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.elementor-testimonial--layout-image_left .elementor-testimonial__footer,
.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}

.elementor-testimonial--layout-image_left .elementor-testimonial__image+cite,
.elementor-testimonial--layout-image_right .elementor-testimonial__image+cite {
	margin-top: 15px
}

.elementor-testimonial--layout-image_left.elementor-testimonial--align-center .elementor-testimonial__footer,
.elementor-testimonial--layout-image_right.elementor-testimonial--align-center .elementor-testimonial__footer {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-testimonial--layout-image_left .elementor-testimonial {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-testimonial--layout-image_left .elementor-testimonial__footer {
	padding-right: 20px
}

.elementor-testimonial--layout-image_right .elementor-testimonial {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
	padding-left: 20px
}

.elementor-testimonial--align-right .elementor-testimonial {
	text-align: right
}

.elementor-testimonial--align-left .elementor-testimonial {
	text-align: left
}

.elementor-testimonial--align-center .elementor-testimonial {
	text-align: center
}

.elementor-testimonial--align-center .elementor-testimonial__footer {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
	text-align: left
}

.elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite,
.elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite,
.elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 25px
}

.elementor-testimonial--skin-bubble .elementor-testimonial__content {
	background-color: #e6e9ec;
	padding: 20px;
	position: relative
}

.elementor-testimonial--skin-bubble .elementor-testimonial__content:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #e6e9ec;
	position: absolute;
	-webkit-transform: scaleX(.75) rotate(45deg);
	-ms-transform: scaleX(.75) rotate(45deg);
	transform: scaleX(.75) rotate(45deg);
	border-width: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after {
	bottom: calc(100% - 7px);
	-webkit-transform: scaleX(.75) rotate(-135deg);
	-ms-transform: scaleX(.75) rotate(-135deg);
	transform: scaleX(.75) rotate(-135deg)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center .elementor-testimonial__content:after {
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
	-ms-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
	transform: translateX(-50%) scaleX(.75) rotate(-135deg)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked .elementor-testimonial__content:after {
	top: calc(100% - 7px)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center .elementor-testimonial__content:after {
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(.75) rotate(45deg);
	-ms-transform: translateX(-50%) scaleX(.75) rotate(45deg);
	transform: translateX(-50%) scaleX(.75) rotate(45deg)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after {
	left: calc(20px + (50px / 2))
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after {
	right: calc(20px + (50px / 2))
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after {
	-webkit-transform: scaleY(.75) rotate(135deg);
	-ms-transform: scaleY(.75) rotate(135deg);
	transform: scaleY(.75) rotate(135deg);
	left: -8px
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
	-webkit-transform: scaleY(.75) rotate(-45deg);
	-ms-transform: scaleY(.75) rotate(-45deg);
	transform: scaleY(.75) rotate(-45deg);
	right: -8px
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
	top: calc(20px + (50px / 2))
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__footer,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
	padding-top: 20px
}

.elementor-widget-testimonial-carousel .swiper-slide {
	padding: 20px
}

.elementor-widget-testimonial-carousel .elementor-testimonial__text {
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.5
}

.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
	width: 50px;
	height: 50px
}

.elementor-widget-reviews .swiper-slide {
	background-color: #fff;
	border: 1px solid #e1e8ed;
	border-radius: 5px;
	padding: 0
}

.elementor-widget-reviews .elementor-testimonial__text {
	font-size: 14px;
	line-height: 20px
}

.elementor-widget-reviews .elementor-testimonial__name {
	color: #1c2022
}

.elementor-widget-reviews .elementor-testimonial__title {
	color: #697882;
	font-size: 12.5px;
	font-weight: 400;
	font-family: inherit
}

.elementor-widget-reviews .elementor-testimonial__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-widget-reviews .elementor-testimonial__image img {
	width: 36px;
	height: 36px
}

.elementor-widget-reviews .elementor-testimonial__icon {
	margin-left: auto;
	font-size: 17px
}

.elementor-widget-reviews .elementor-testimonial__icon .fa+.fa {
	margin-left: .15em
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-android {
	color: #a4c639
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-apple {
	color: #999
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-behance {
	color: #1769ff
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-bitbucket {
	color: #205081
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-codepen {
	color: #000
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-delicious {
	color: #39f
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-digg {
	color: #005be2
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-dribbble {
	color: #ea4c89
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-envelope {
	color: #ea4335
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-facebook {
	color: #3b5998
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-flickr {
	color: #0063dc
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-foursquare {
	color: #2d5be3
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-github {
	color: #333
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-google-plus {
	color: #dd4b39
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-houzz {
	color: #7ac142
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-instagram {
	color: #262626
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-jsfiddle {
	color: #487aa2
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-linkedin {
	color: #0077b5
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-medium {
	color: #00ab6b
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-meetup {
	color: #ec1c40
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-mixcloud {
	color: #273a4b
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-odnoklassniki {
	color: #f4731c
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-pinterest {
	color: #bd081c
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-product-hunt {
	color: #da552f
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-reddit {
	color: #ff4500
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-rss {
	color: #f26522
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-shopping-cart {
	color: #4caf50
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-skype {
	color: #00aff0
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-slideshare {
	color: #0077b5
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-snapchat {
	color: #fffc00
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-soundcloud {
	color: #f80
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-spotify {
	color: #2ebd59
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stack-overflow {
	color: #fe7a15
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-steam {
	color: #00adee
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stumbleupon {
	color: #eb4924
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-telegram {
	color: #2ca5e0
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumb-tack,
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumbtack {
	color: #1aa1d8
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tripadvisor {
	color: #589442
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tumblr {
	color: #35465c
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitch {
	color: #6441a5
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitter {
	color: #1da1f2
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vimeo {
	color: #1ab7ea
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vk {
	color: #45668e
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weibo {
	color: #dd2430
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weixin {
	color: #31a918
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-whatsapp {
	color: #25d366
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-wordpress {
	color: #21759b
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-xing {
	color: #026466
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-yelp {
	color: #af0606
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-youtube {
	color: #cd201f
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-500px {
	color: #0099e5
}

.elementor-widget-reviews .elementor-testimonial__rating {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffc82c), to(#ccc));
	background-image: -webkit-linear-gradient(left, #ffc82c var(--rating), #ccc var(--rating));
	background-image: -o-linear-gradient(left, #ffc82c var(--rating), #ccc var(--rating));
	background-image: linear-gradient(90deg, #ffc82c var(--rating), #ccc var(--rating));
	font-family: eicons
}

.elementor-widget-reviews .elementor-testimonial__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 15px;
	padding-bottom: 6px
}

.elementor-widget-reviews .elementor-testimonial__image+cite {
	margin-left: 9px
}

.elementor-widget-reviews .elementor-testimonial__separator {
	margin: 0 auto;
	border-top: 0;
	border-bottom: 1px solid #e1e8ed;
	height: 0
}

.elementor-widget-reviews .elementor-testimonial__content {
	padding-top: 6px;
	padding-bottom: 15px
}

.elementor-widget-reviews .elementor-testimonial__content,
.elementor-widget-reviews .elementor-testimonial__header {
	padding-left: 15px;
	padding-right: 15px
}

.elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header {
	border-bottom: 1px solid #e1e8ed
}

.swiper-pagination-bullets {
	color: #fff;
	cursor: default
}

.swiper-slide {
	border-style: solid;
	border-width: 0;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: border, background, -webkit-transform;
	transition-property: border, background, -webkit-transform;
	-o-transition-property: border, background, transform;
	transition-property: border, background, transform;
	transition-property: border, background, transform, -webkit-transform;
	overflow: hidden
}

.swiper-slide:not(:hover) .e-overlay-animation-fade {
	opacity: 0
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-up {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-down {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-right {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-left {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0
}

.swiper-slide a {
	display: inline
}

.swiper-slide a.elementor-button {
	display: inline-block
}

.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper,
.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper {
	width: calc(95% - 40px)
}

.elementor-widget-reviews .elementor-main-swiper,
.elementor-widget-testimonial-carousel .elementor-main-swiper {
	width: 95%
}

.elementor-widget-reviews .swiper-wrapper,
.elementor-widget-testimonial-carousel .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.elementor-widget-reviews .swiper-slide,
.elementor-widget-testimonial-carousel .swiper-slide {
	height: auto
}

.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container {
	padding-bottom: 40px
}

.elementor-widget-reviews .elementor-swiper-button-prev,
.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-next {
	left: 0;
	right: unset
}

.elementor-widget-reviews .elementor-swiper-button-next,
.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev {
	right: 0;
	left: unset
}

.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,
.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
	top: calc(50% - (40px / 2))
}

.elementor-widget-media-carousel .elementor-swiper-button-prev,
.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-next {
	left: 10px;
	right: unset
}

.elementor-widget-media-carousel .elementor-swiper-button-next,
.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-prev {
	right: 10px;
	left: unset
}

.entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft),
.entry-summary blockquote.elementor-blockquote {
	margin-right: 0;
	margin-left: 0
}

.elementor-widget-blockquote blockquote {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	quotes: none;
	border: 0;
	font-style: normal;
	color: #55595c
}

.elementor-widget-blockquote blockquote:after,
.elementor-widget-blockquote blockquote:before,
.elementor-widget-blockquote blockquote cite:after,
.elementor-widget-blockquote blockquote cite:before,
.elementor-widget-blockquote blockquote footer:after,
.elementor-widget-blockquote blockquote footer:before {
	content: "";
	content: none
}

.elementor-blockquote {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.elementor-blockquote__author,
.elementor-blockquote__content {
	margin-bottom: 0;
	font-style: normal
}

.elementor-blockquote__author {
	font-weight: 700
}

.elementor-blockquote footer {
	margin-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.elementor-blockquote__tweet-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #1da1f2;
	-ms-flex-item-align: end;
	align-self: flex-end;
	line-height: 1;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.elementor-blockquote__tweet-button:hover {
	color: #0967a0
}

.elementor-blockquote__tweet-button span {
	font-weight: 600
}

.elementor-blockquote__tweet-button i,
.elementor-blockquote__tweet-button span {
	vertical-align: middle
}

.elementor-blockquote__tweet-button i+span {
	margin-left: .5em
}

.elementor-blockquote__tweet-label {
	white-space: pre-wrap
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button,
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button {
	padding: .7em 1.2em;
	border-radius: 100em;
	background-color: #1da1f2;
	color: #fff;
	font-size: 15px
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover,
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover {
	background-color: #0967a0;
	color: #fff
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover:before,
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover:before {
	border-right-color: #0967a0
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button,
.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button {
	padding: 0;
	width: 2em;
	height: 2em
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i,
.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:before {
	content: "";
	border: .5em solid transparent;
	border-right-color: #1da1f2;
	position: absolute;
	left: -.8em;
	top: 50%;
	-webkit-transform: translateY(-50%) scaleY(.65);
	-ms-transform: translateY(-50%) scaleY(.65);
	transform: translateY(-50%) scaleY(.65);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:before {
	right: auto;
	left: -.8em;
	border-right-color: #1da1f2;
	border-left-color: transparent
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:hover:before {
	border-right-color: #0967a0
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:before {
	left: auto;
	right: -.8em;
	border-right-color: transparent;
	border-left-color: #1da1f2
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:hover:before {
	border-left-color: #0967a0
}

.elementor-blockquote--skin-boxed .elementor-blockquote {
	background-color: #e6e9ec;
	padding: 30px
}

.elementor-blockquote--skin-border .elementor-blockquote {
	border-color: #e6e9ec;
	border-left: 7px #e6e9ec;
	border-style: solid;
	padding-left: 20px
}

.elementor-blockquote--skin-quotation .elementor-blockquote:before {
	content: "“";
	font-size: 100px;
	color: #e6e9ec;
	font-family: Times New Roman, Times, serif;
	font-weight: 900;
	line-height: 1;
	display: block;
	height: .6em
}

.elementor-blockquote--skin-quotation .elementor-blockquote__content {
	margin-top: 15px
}

.elementor-blockquote--align-left .elementor-blockquote__content {
	text-align: left
}

.elementor-blockquote--align-left .elementor-blockquote footer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.elementor-blockquote--align-right .elementor-blockquote__content {
	text-align: right
}

.elementor-blockquote--align-right .elementor-blockquote footer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-blockquote--align-center .elementor-blockquote {
	text-align: center
}

.elementor-blockquote--align-center .elementor-blockquote__author,
.elementor-blockquote--align-center .elementor-blockquote footer {
	display: block
}

.elementor-blockquote--align-center .elementor-blockquote__tweet-button {
	margin-right: auto;
	margin-left: auto
}

.elementor-headline {
	font-size: 43px;
	line-height: 1.2;
	display: block
}

.elementor-headline-dynamic-text {
	color: var(--dynamic-text-color, #aebcb9)
}

.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper {
	text-align: left
}

.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper {
	overflow: visible;
	text-align: inherit
}

.elementor-headline--style-highlight .elementor-headline-dynamic-text {
	z-index: 1
}

.elementor-headline--style-highlight .elementor-headline-plain-text {
	z-index: 1;
	position: relative
}

.elementor-headline--style-highlight svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: visible
}

.elementor-headline--style-highlight svg path {
	stroke: red;
	stroke-width: 9;
	fill: none;
	opacity: 0;
	stroke-dasharray: 0 1500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.elementor-headline.e-animated svg path {
	-webkit-animation: elementor-headline-dash forwards;
	animation: elementor-headline-dash forwards;
	-webkit-animation-duration: var(--animation-duration, 1.2s);
	animation-duration: var(--animation-duration, 1.2s);
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.elementor-headline.e-animated svg path:nth-of-type(2) {
	-webkit-animation-delay: calc(var(--animation-duration, 1.2s) / 2);
	animation-delay: calc(var(--animation-duration, 1.2s) / 2)
}

.elementor-headline.e-hide-highlight svg path {
	opacity: 1;
	stroke-dasharray: 1500 1500;
	-webkit-animation: hide-highlight .4s forwards;
	animation: hide-highlight .4s forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

@-webkit-keyframes elementor-headline-dash {
	0% {
		stroke-dasharray: 0 1500;
		opacity: 1
	}

	to {
		stroke-dasharray: 1500 1500;
		opacity: 1
	}
}

@keyframes elementor-headline-dash {
	0% {
		stroke-dasharray: 0 1500;
		opacity: 1
	}

	to {
		stroke-dasharray: 1500 1500;
		opacity: 1
	}
}

@-webkit-keyframes hide-highlight {
	0% {
		opacity: 1;
		stroke-dasharray: 1500 1500
	}

	to {
		opacity: 0;
		-webkit-filter: blur(10px);
		filter: blur(10px)
	}
}

@keyframes hide-highlight {
	0% {
		opacity: 1;
		stroke-dasharray: 1500 1500
	}

	to {
		opacity: 0;
		-webkit-filter: blur(10px);
		filter: blur(10px)
	}
}

.elementor-headline-text-wrapper {
	vertical-align: bottom
}

.elementor-headline-dynamic-wrapper {
	display: inline-block;
	position: relative
}

.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0
}

.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
	position: relative
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text {
	opacity: 0;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-animation: elementor-headline-flip-in 1.2s;
	animation: elementor-headline-flip-in 1.2s
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: elementor-headline-flip-out 1.2s;
	animation: elementor-headline-flip-out 1.2s
}

@-webkit-keyframes elementor-headline-flip-in {
	0% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}

	35% {
		-webkit-transform: rotateX(120deg);
		transform: rotateX(120deg);
		opacity: 0
	}

	65% {
		opacity: 0
	}

	to {
		-webkit-transform: rotateX(1turn);
		transform: rotateX(1turn);
		opacity: 1
	}
}

@keyframes elementor-headline-flip-in {
	0% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}

	35% {
		-webkit-transform: rotateX(120deg);
		transform: rotateX(120deg);
		opacity: 0
	}

	65% {
		opacity: 0
	}

	to {
		-webkit-transform: rotateX(1turn);
		transform: rotateX(1turn);
		opacity: 1
	}
}

@-webkit-keyframes elementor-headline-flip-out {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1
	}

	35% {
		-webkit-transform: rotateX(-40deg);
		transform: rotateX(-40deg);
		opacity: 1
	}

	65% {
		opacity: 0
	}

	to {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}
}

@keyframes elementor-headline-flip-out {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1
	}

	35% {
		-webkit-transform: rotateX(-40deg);
		transform: rotateX(-40deg);
		opacity: 1
	}

	65% {
		opacity: 0
	}

	to {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper {
	vertical-align: top;
	overflow: hidden
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 90%;
	width: 1px;
	background-color: #0d0d0d
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after {
	-webkit-animation: elementor-headline-pulse 1s infinite;
	animation: elementor-headline-pulse 1s infinite
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected {
	background-color: var(--typing-selected-bg-color, #0d0d0d)
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after {
	visibility: hidden
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text {
	color: var(--typing-selected-color, var(--dynamic-text-color), #aebcb9)
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active) {
	visibility: hidden
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
	position: absolute;
	visibility: hidden
}

@-webkit-keyframes elementor-headline-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
		opacity: 1
	}

	40% {
		-webkit-transform: translateY(-50%) scale(.9);
		transform: translateY(-50%) scale(.9);
		opacity: 0
	}

	to {
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		opacity: 0
	}
}

@keyframes elementor-headline-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
		opacity: 1
	}

	40% {
		-webkit-transform: translateY(-50%) scale(.9);
		transform: translateY(-50%) scale(.9);
		opacity: 0
	}

	to {
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		opacity: 0
	}
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text {
	-webkit-transform: scaleX(1.0005);
	-ms-transform: scaleX(1.0005);
	transform: scaleX(1.0005);
	opacity: 0
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-20px) rotateX(90deg);
	transform: translateZ(-20px) rotateX(90deg);
	opacity: 0
}

.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
	opacity: 1
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in {
	-webkit-animation: elementor-headline-swirl-in .4s forwards;
	animation: elementor-headline-swirl-in .4s forwards
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
	-webkit-animation: elementor-headline-swirl-out .4s forwards;
	animation: elementor-headline-swirl-out .4s forwards
}

@-webkit-keyframes elementor-headline-swirl-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg);
		transform: translateZ(-20px) rotateX(90deg)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg);
		transform: translateZ(-20px) rotateX(-10deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0deg);
		transform: translateZ(-20px) rotateX(0deg)
	}
}

@keyframes elementor-headline-swirl-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg);
		transform: translateZ(-20px) rotateX(90deg)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg);
		transform: translateZ(-20px) rotateX(-10deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0deg);
		transform: translateZ(-20px) rotateX(0deg)
	}
}

@-webkit-keyframes elementor-headline-swirl-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
		transform: translateZ(-20px) rotateX(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg);
		transform: translateZ(-20px) rotateX(-100deg)
	}

	to {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg);
		transform: translateZ(-20px) rotateX(-90deg)
	}
}

@keyframes elementor-headline-swirl-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
		transform: translateZ(-20px) rotateX(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg);
		transform: translateZ(-20px) rotateX(-100deg)
	}

	to {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg);
		transform: translateZ(-20px) rotateX(-90deg)
	}
}

.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper {
	display: inline-block;
	padding: .2em 0
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper {
	overflow: hidden;
	vertical-align: top
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text {
	opacity: 0;
	top: .2em
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active {
	top: 0;
	opacity: 1;
	-webkit-animation: elementor-headline-slide-down-in .6s;
	animation: elementor-headline-slide-down-in .6s
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive {
	-webkit-animation: elementor-headline-slide-down-out .6s;
	animation: elementor-headline-slide-down-out .6s
}

@-webkit-keyframes elementor-headline-slide-down-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(20%);
		transform: translateY(20%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes elementor-headline-slide-down-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(20%);
		transform: translateY(20%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes elementor-headline-slide-down-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateY(120%);
		transform: translateY(120%)
	}

	to {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

@keyframes elementor-headline-slide-down-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateY(120%);
		transform: translateY(120%)
	}

	to {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

.elementor-headline-animation-type-clip .elementor-headline-text-wrapper {
	display: inline-block;
	padding: .2em 0
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper {
	overflow: hidden;
	vertical-align: top
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #0d0d0d
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-text {
	opacity: 0
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active {
	opacity: 1
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text {
	opacity: 0
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active {
	opacity: 1;
	-webkit-animation: elementor-headline-drop-in-in .8s;
	animation: elementor-headline-drop-in-in .8s
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive {
	-webkit-animation: elementor-headline-drop-in-out .8s;
	animation: elementor-headline-drop-in-out .8s
}

@-webkit-keyframes elementor-headline-drop-in-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes elementor-headline-drop-in-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@-webkit-keyframes elementor-headline-drop-in-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
		transform: translateZ(-100px)
	}
}

@keyframes elementor-headline-drop-in-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
		transform: translateZ(-100px)
	}
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text {
	opacity: 0
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
	display: inline-block;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in {
	-webkit-animation: elementor-headline-blinds-in .6s forwards;
	animation: elementor-headline-blinds-in .6s forwards
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
	-webkit-animation: elementor-headline-blinds-out .6s forwards;
	animation: elementor-headline-blinds-out .6s forwards
}

@-webkit-keyframes elementor-headline-blinds-in {
	0% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}

	to {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

@keyframes elementor-headline-blinds-in {
	0% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}

	to {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

@-webkit-keyframes elementor-headline-blinds-out {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0)
	}

	to {
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg)
	}
}

@keyframes elementor-headline-blinds-out {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0)
	}

	to {
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg)
	}
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
	opacity: 0
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
	display: inline-block;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
	opacity: 1
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in {
	-webkit-animation: elementor-headline-wave-up .6s forwards;
	animation: elementor-headline-wave-up .6s forwards
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
	-webkit-animation: elementor-headline-wave-down .6s forwards;
	animation: elementor-headline-wave-down .6s forwards
}

@-webkit-keyframes elementor-headline-wave-up {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	60% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes elementor-headline-wave-up {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	60% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes elementor-headline-wave-down {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	60% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
}

@keyframes elementor-headline-wave-down {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	60% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text {
	opacity: 0
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active {
	opacity: 1;
	-webkit-animation: elementor-headline-slide-in .6s;
	animation: elementor-headline-slide-in .6s
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive {
	-webkit-animation: elementor-headline-slide-out .6s;
	animation: elementor-headline-slide-out .6s
}

@-webkit-keyframes elementor-headline-slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
		transform: translateX(10%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes elementor-headline-slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
		transform: translateX(10%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes elementor-headline-slide-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
		transform: translateX(110%)
	}

	to {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@keyframes elementor-headline-slide-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
		transform: translateX(110%)
	}

	to {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper {
	-webkit-transition: width .5s;
	-o-transition: width .5s;
	transition: width .5s
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,
.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper {
	overflow: hidden
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text,
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text,
.elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
	white-space: nowrap
}

.elementor-msie .elementor-headline--style-highlight svg {
	top: auto;
	left: auto;
	-webkit-transform: translate(-100%);
	-ms-transform: translate(-100%);
	transform: translate(-100%)
}

.elementor-facebook-widget.fb_iframe_widget,
.elementor-facebook-widget.fb_iframe_widget span {
	width: 100% !important
}

.elementor-facebook-widget.fb_iframe_widget iframe {
	position: relative
}

.elementor-facebook-widget.fb-like {
	height: 1px
}

.elementor-widget-facebook-comments iframe {
	width: 100% !important
}

.site-main .menu-navigation-container {
	overflow: visible
}

.elementor-item:after,
.elementor-item:before {
	display: block;
	position: absolute;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	-o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	opacity: 0
}

.elementor-item-active:after,
.elementor-item-active:before,
.elementor-item.highlighted:after,
.elementor-item.highlighted:before,
.elementor-item:focus:after,
.elementor-item:focus:before,
.elementor-item:hover:after,
.elementor-item:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:after,
.e--pointer-overline .elementor-item:before,
.e--pointer-underline .elementor-item:after,
.e--pointer-underline .elementor-item:before {
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #55595c;
	z-index: 2
}

.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	height: 0;
	width: 0;
	left: 50%
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 10px
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: 10px
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: -10px
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: -10px
}

.e--pointer-double-line.e--animation-none,
.e--pointer-double-line.e--animation-none .elementor-item,
.e--pointer-overline.e--animation-none,
.e--pointer-overline.e--animation-none .elementor-item,
.e--pointer-underline.e--animation-none,
.e--pointer-underline.e--animation-none .elementor-item {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

.e--pointer-double-line.e--animation-none .elementor-item:after,
.e--pointer-double-line.e--animation-none .elementor-item:before,
.e--pointer-double-line.e--animation-none .elementor-item:focus,
.e--pointer-double-line.e--animation-none .elementor-item:hover,
.e--pointer-double-line.e--animation-none:after,
.e--pointer-double-line.e--animation-none:before,
.e--pointer-double-line.e--animation-none:focus,
.e--pointer-double-line.e--animation-none:hover,
.e--pointer-overline.e--animation-none .elementor-item:after,
.e--pointer-overline.e--animation-none .elementor-item:before,
.e--pointer-overline.e--animation-none .elementor-item:focus,
.e--pointer-overline.e--animation-none .elementor-item:hover,
.e--pointer-overline.e--animation-none:after,
.e--pointer-overline.e--animation-none:before,
.e--pointer-overline.e--animation-none:focus,
.e--pointer-overline.e--animation-none:hover,
.e--pointer-underline.e--animation-none .elementor-item:after,
.e--pointer-underline.e--animation-none .elementor-item:before,
.e--pointer-underline.e--animation-none .elementor-item:focus,
.e--pointer-underline.e--animation-none .elementor-item:hover,
.e--pointer-underline.e--animation-none:after,
.e--pointer-underline.e--animation-none:before,
.e--pointer-underline.e--animation-none:focus,
.e--pointer-underline.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:before {
	content: "";
	top: 0
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	width: 10px;
	left: -20px
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-underline .elementor-item:after {
	content: "";
	bottom: 0
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	width: 10px;
	left: calc(100% + 20px)
}

.e--pointer-framed .elementor-item:after,
.e--pointer-framed .elementor-item:before {
	background: transparent;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 3px solid #55595c
}

.e--pointer-framed .elementor-item:before {
	content: ""
}

.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75)
}

.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25)
}

.e--pointer-framed.e--animation-grow .elementor-item:before,
.e--pointer-framed.e--animation-shrink .elementor-item:before {
	-webkit-transition: opacity .2s, -webkit-transform .4s;
	transition: opacity .2s, -webkit-transform .4s;
	-o-transition: opacity .2s, transform .4s;
	transition: opacity .2s, transform .4s;
	transition: opacity .2s, transform .4s, -webkit-transform .4s
}

.e--pointer-framed.e--animation-draw .elementor-item:after,
.e--pointer-framed.e--animation-draw .elementor-item:before {
	width: 3px;
	height: 3px
}

.e--pointer-framed.e--animation-draw .elementor-item:before {
	border-width: 0 0 3px 3px;
	-webkit-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
	-o-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
	transition: width .1s .2s, height .1s .3s, opacity .12s .22s
}

.e--pointer-framed.e--animation-draw .elementor-item:after {
	content: "";
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	border-width: 3px 3px 0 0;
	-webkit-transition: width .1s, height .1s .1s, opacity .02s .18s;
	-o-transition: width .1s, height .1s .1s, opacity .02s .18s;
	transition: width .1s, height .1s .1s, opacity .02s .18s
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
	width: 100%;
	height: 100%
}

.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
	-webkit-transition: opacity .02s, height .1s, width .1s .1s;
	-o-transition: opacity .02s, height .1s, width .1s .1s;
	transition: opacity .02s, height .1s, width .1s .1s
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after {
	-webkit-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
	-o-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
	transition: opacity .02s .2s, height .1s .2s, width .1s .3s
}

.e--pointer-framed.e--animation-corners .elementor-item:after,
.e--pointer-framed.e--animation-corners .elementor-item:before {
	width: 3px;
	height: 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:before {
	border-width: 3px 0 0 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:after {
	content: "";
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	border-width: 0 3px 3px 0
}

.e--pointer-framed.e--animation-corners .elementor-item-active:after,
.e--pointer-framed.e--animation-corners .elementor-item-active:before,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-corners .elementor-item:focus:after,
.e--pointer-framed.e--animation-corners .elementor-item:focus:before,
.e--pointer-framed.e--animation-corners .elementor-item:hover:after,
.e--pointer-framed.e--animation-corners .elementor-item:hover:before {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 2ms, width .4s, height .4s;
	-o-transition: opacity 2ms, width .4s, height .4s;
	transition: opacity 2ms, width .4s, height .4s
}

.e--pointer-framed.e--animation-none,
.e--pointer-framed.e--animation-none .elementor-item {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

.e--pointer-framed.e--animation-none .elementor-item:after,
.e--pointer-framed.e--animation-none .elementor-item:before,
.e--pointer-framed.e--animation-none .elementor-item:focus,
.e--pointer-framed.e--animation-none .elementor-item:hover,
.e--pointer-framed.e--animation-none:after,
.e--pointer-framed.e--animation-none:before,
.e--pointer-framed.e--animation-none:focus,
.e--pointer-framed.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

.e--pointer-background .elementor-item:after,
.e--pointer-background .elementor-item:before {
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.e--pointer-background .elementor-item:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1
}

.e--pointer-background .elementor-item-active,
.e--pointer-background .elementor-item.highlighted,
.e--pointer-background .elementor-item:focus,
.e--pointer-background .elementor-item:hover {
	color: #fff
}

.e--pointer-background.e--animation-grow .elementor-item:before {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5)
}

.e--pointer-background.e--animation-grow .elementor-item-active:before,
.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,
.e--pointer-background.e--animation-grow .elementor-item:focus:before,
.e--pointer-background.e--animation-grow .elementor-item:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.e--pointer-background.e--animation-shrink .elementor-item-active:before,
.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shrink .elementor-item:focus:before,
.e--pointer-background.e--animation-shrink .elementor-item:hover:before {
	-webkit-transition: opacity .15s, -webkit-transform .4s;
	transition: opacity .15s, -webkit-transform .4s;
	-o-transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s, -webkit-transform .4s
}

.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	left: 100%
}

.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	right: 100%
}

.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 100%
}

.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 100%
}

.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 50%;
	top: 50%
}

.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	right: 50%;
	left: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
	top: 0;
	bottom: 100%
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
	top: 100%;
	bottom: 0
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before {
	bottom: 50%
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after {
	top: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
	right: 0;
	left: 100%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
	right: 100%;
	left: 0
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before {
	left: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after {
	right: 50%
}

.e--pointer-background.e--animation-none,
.e--pointer-background.e--animation-none .elementor-item {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

.e--pointer-background.e--animation-none .elementor-item:after,
.e--pointer-background.e--animation-none .elementor-item:before,
.e--pointer-background.e--animation-none .elementor-item:focus,
.e--pointer-background.e--animation-none .elementor-item:hover,
.e--pointer-background.e--animation-none:after,
.e--pointer-background.e--animation-none:before,
.e--pointer-background.e--animation-none:focus,
.e--pointer-background.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

.e--pointer-text.e--animation-skew .elementor-item:focus,
.e--pointer-text.e--animation-skew .elementor-item:hover {
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg)
}

.e--pointer-text.e--animation-grow .elementor-item:focus,
.e--pointer-text.e--animation-grow .elementor-item:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.e--pointer-text.e--animation-shrink .elementor-item:focus,
.e--pointer-text.e--animation-shrink .elementor-item:hover {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}

.e--pointer-text.e--animation-float .elementor-item:focus,
.e--pointer-text.e--animation-float .elementor-item:hover {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px)
}

.e--pointer-text.e--animation-sink .elementor-item:focus,
.e--pointer-text.e--animation-sink .elementor-item:hover {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px)
}

.e--pointer-text.e--animation-rotate .elementor-item:focus,
.e--pointer-text.e--animation-rotate .elementor-item:hover {
	-webkit-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg)
}

.e--pointer-text.e--animation-none,
.e--pointer-text.e--animation-none .elementor-item {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

.e--pointer-text.e--animation-none .elementor-item:after,
.e--pointer-text.e--animation-none .elementor-item:before,
.e--pointer-text.e--animation-none .elementor-item:focus,
.e--pointer-text.e--animation-none .elementor-item:hover,
.e--pointer-text.e--animation-none:after,
.e--pointer-text.e--animation-none:before,
.e--pointer-text.e--animation-none:focus,
.e--pointer-text.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

.elementor-nav-menu--main .elementor-nav-menu a {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.elementor-nav-menu--main .elementor-nav-menu a:focus,
.elementor-nav-menu--main .elementor-nav-menu a:hover {
	padding: 13px 20px
}

.elementor-nav-menu--main .elementor-nav-menu a.current {
	background: #373a3c;
	color: #fff
}

.elementor-nav-menu--main .elementor-nav-menu a.disabled {
	background: #55595c;
	color: #a1a6a9
}

.elementor-nav-menu--main .elementor-nav-menu ul {
	position: absolute;
	width: 12em;
	border-width: 0;
	border-style: solid;
	padding: 0
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up {
	position: absolute;
	display: none;
	visibility: hidden;
	overflow: hidden;
	background: #fff;
	height: 20px
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 8px dashed transparent;
	border-bottom: 8px solid #494c4f
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
	top: 6px;
	border-style: solid dashed dashed;
	border-color: #494c4f transparent transparent
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.elementor-nav-menu--layout-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
	white-space: nowrap
}

.elementor-nav-menu__align-right .elementor-nav-menu {
	margin-left: auto;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.elementor-nav-menu__align-left .elementor-nav-menu {
	margin-right: auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.elementor-nav-menu__align-center .elementor-nav-menu {
	margin-left: auto;
	margin-right: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	width: 100%
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
	display: none
}

.elementor-widget-nav-menu .elementor-widget-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.elementor-nav-menu {
	position: relative;
	z-index: 2
}

.elementor-nav-menu:after {
	content: "\00a0";
	display: block;
	height: 0;
	font: 0/0 serif;
	clear: both;
	visibility: hidden;
	overflow: hidden
}

.elementor-nav-menu,
.elementor-nav-menu li,
.elementor-nav-menu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.elementor-nav-menu ul {
	display: none
}

.elementor-nav-menu ul ul a,
.elementor-nav-menu ul ul a:active,
.elementor-nav-menu ul ul a:focus,
.elementor-nav-menu ul ul a:hover {
	border-left: 16px solid transparent
}

.elementor-nav-menu ul ul ul a,
.elementor-nav-menu ul ul ul a:active,
.elementor-nav-menu ul ul ul a:focus,
.elementor-nav-menu ul ul ul a:hover {
	border-left: 24px solid transparent
}

.elementor-nav-menu ul ul ul ul a,
.elementor-nav-menu ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul a:hover {
	border-left: 32px solid transparent
}

.elementor-nav-menu ul ul ul ul ul a,
.elementor-nav-menu ul ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul ul a:hover {
	border-left: 40px solid transparent
}

.elementor-nav-menu a,
.elementor-nav-menu li {
	position: relative
}

.elementor-nav-menu li {
	border-width: 0
}

.elementor-nav-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-nav-menu a,
.elementor-nav-menu a:focus,
.elementor-nav-menu a:hover {
	padding: 10px 20px;
	line-height: 20px
}

.elementor-nav-menu a.current {
	background: #373a3c;
	color: #fff
}

.elementor-nav-menu a.disabled {
	cursor: not-allowed;
	color: #a1a6a9
}

.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu {
	padding-right: 20px
}

.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu .sub-arrow {
	display: none
}

.elementor-nav-menu--indicator-plus:before {
	font-family: Open Sans, sans-serif
}

.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow {
	font-size: 10px
}

.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow i:before {
	content: ""
}

.elementor-nav-menu--indicator-angle .elementor-nav-menu .sub-arrow i:before {
	content: ""
}

.elementor-nav-menu--indicator-classic .elementor-nav-menu .sub-arrow i:before {
	content: ""
}

.elementor-nav-menu--indicator-plus .elementor-nav-menu .sub-arrow i:before {
	content: "+"
}

.elementor-nav-menu .sub-arrow {
	font-size: 16px;
	line-height: 1;
	padding: 10px 0 10px 10px;
	margin-top: -10px;
	margin-bottom: -10px
}

.elementor-nav-menu .sub-arrow i {
	pointer-events: none
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
	background-color: #55595c;
	color: #fff
}

.elementor-menu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 22px;
	padding: .25em;
	cursor: pointer;
	border: 0 solid;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .05);
	color: #494c4f
}

.elementor-menu-toggle.elementor-active i:before {
	content: "\e87f"
}

.elementor-nav-menu--dropdown {
	background-color: #fff;
	font-size: 13px
}

.elementor-nav-menu--dropdown-none .elementor-menu-toggle,
.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
	display: none
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	margin-top: 10px;
	-webkit-transition: max-height .3s, -webkit-transform .3s;
	transition: max-height .3s, -webkit-transform .3s;
	-o-transition: max-height .3s, transform .3s;
	transition: max-height .3s, transform .3s;
	transition: max-height .3s, transform .3s, -webkit-transform .3s;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	overflow: auto
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
	font-size: .85em
}

.elementor-nav-menu--dropdown a {
	color: #494c4f;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.elementor-nav-menu--dropdown a.current {
	background: #373a3c;
	color: #fff
}

.elementor-nav-menu--dropdown a.disabled {
	color: #b3b3b3
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
	text-shadow: none;
	border-left: 8px solid transparent
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	max-height: 0
}

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	max-height: 100vh
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	position: absolute;
	z-index: 9997
}

@media (min-width:768px) {

	.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,
	.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
		display: none
	}
}

@media (min-width:1025px) {

	.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
	.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
		display: none
	}
}

@media (max-width:1024px) {
	.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
		display: none
	}
}

@media (max-width:767px) {
	.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
		display: none
	}
}

.elementor-theme-builder-content-area {
	height: 400px
}

.elementor-location-footer:before,
.elementor-location-header:before {
	content: "";
	display: table;
	clear: both
}

.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post {
	display: block
}

.elementor-post-navigation-borders-yes .elementor-post-navigation.elementor-grid {
	color: #d4d4d4;
	border: 1px solid;
	border-right: none;
	border-left: none;
	padding-top: 10px;
	padding-bottom: 10px
}

.elementor-post-navigation-borders-yes .elementor-post-navigation__separator {
	height: 100%;
	width: 1px;
	margin: 0 auto;
	background-color: #d4d4d4
}

.elementor-post-navigation {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-post-navigation .post-navigation__arrow-wrapper {
	color: #d4d4d4
}

.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
	font-size: 30px;
	padding-right: 15px
}

.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next {
	font-size: 30px;
	padding-left: 15px
}

.elementor-post-navigation .post-navigation__arrow-wrapper i {
	-webkit-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%)
}

.elementor-post-navigation .elementor-post-navigation__link__next,
.elementor-post-navigation .elementor-post-navigation__link__prev {
	overflow: hidden
}

.elementor-post-navigation .elementor-post-navigation__link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%
}

.elementor-post-navigation .post-navigation__next--label,
.elementor-post-navigation .post-navigation__prev--label {
	text-transform: uppercase;
	font-size: .8em
}

.elementor-post-navigation .post-navigation__next--title,
.elementor-post-navigation .post-navigation__prev--title {
	font-size: .7em
}

.elementor-post-navigation .post-navigation__next--label,
.elementor-post-navigation .post-navigation__next--title,
.elementor-post-navigation .post-navigation__prev--label,
.elementor-post-navigation .post-navigation__prev--title {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.elementor-post-navigation span.elementor-post-navigation__link__next {
	text-align: right
}

.elementor-post-navigation span.elementor-post-navigation__link__next,
.elementor-post-navigation span.elementor-post-navigation__link__prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.elementor-post-navigation .elementor-grid {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.elementor-post-navigation .elementor-post-navigation__link {
	width: calc(50% - (1px / 2));
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.elementor-post-navigation .elementor-post-navigation__separator-wrapper {
	text-align: center
}

.elementor-post-navigation .elementor-post-navigation__next {
	text-align: right
}

.elementor-post-navigation .elementor-post-navigation__next a {
	float: right
}

.elementor-search-form {
	display: block;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.elementor-search-form button,
.elementor-search-form input[type=search] {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none;
	line-height: 1;
	min-width: 0;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none
}

.elementor-search-form button:focus,
.elementor-search-form input[type=search]:focus {
	outline: 0;
	color: inherit
}

.elementor-search-form button {
	background-color: #818a91;
	font-size: 16px;
	color: #fff;
	border-radius: 0
}

.elementor-search-form__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	overflow: hidden;
	border: 0 solid transparent;
	min-height: 50px
}

.elementor-search-form__container:not(.elementor-search-form--full-screen) {
	background: #eceeef
}

.elementor-search-form__input {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	color: #55595c;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s
}

.elementor-search-form__input::-webkit-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-search-form__input:-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-search-form__input:-moz-placeholder,
.elementor-search-form__input::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-search-form__input::-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-search-form__input::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-search-form__submit {
	-webkit-transition: color .2s, background .2s;
	-o-transition: color .2s, background .2s;
	transition: color .2s, background .2s
}

.elementor-search-form .elementor-search-form__submit,
.elementor-search-form .elementor-search-form__submit:hover {
	color: #fff;
	border: none;
	border-radius: 0
}

.elementor-search-form--button-type-text .elementor-search-form__submit {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-search-form--skin-minimal .elementor-search-form__icon {
	opacity: .6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #55595c
}

.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input {
	font-size: 50px;
	text-align: center;
	border: solid #fff;
	border-width: 0 0 1px;
	line-height: 1.5;
	color: #fff
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	color: #494c4f
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
	position: relative;
	display: block;
	border: 0 solid;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	width: 33px;
	height: 33px;
	background-color: rgba(0, 0, 0, .05);
	border-radius: 3px
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: .55em
}

.elementor-search-form--skin-full_screen .elementor-search-form__container {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	padding: 0 15%;
	background-color: rgba(0, 0, 0, .8)
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) {
	overflow: hidden;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button {
	display: none
}

.elementor-author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-author-box__avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 25px
}

.elementor-author-box__avatar img {
	width: 100px;
	border-radius: 500px;
	-o-object-fit: cover;
	object-fit: cover
}

.elementor-author-box__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 17px
}

.elementor-author-box__name {
	font-size: 24px;
	margin-bottom: 5px
}

.elementor-author-box__bio,
.elementor-author-box__bio p {
	margin-bottom: .8em
}

.elementor-author-box__bio p:last-of-type {
	margin-bottom: 0
}

.elementor-author-box--layout-image-left .elementor-author-box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.elementor-author-box--layout-image-left .elementor-author-box__avatar {
	margin-left: 0;
	margin-right: 25px
}

.elementor-author-box--layout-image-right .elementor-author-box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-author-box--layout-image-right .elementor-author-box__avatar {
	margin-right: 0;
	margin-left: 25px
}

.elementor-author-box--layout-image-above .elementor-author-box {
	display: block
}

.elementor-author-box--layout-image-above .elementor-author-box__avatar {
	margin: 0 auto 15px;
	display: inline-block
}

.elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar {
	margin-left: 0
}

.elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar {
	margin-right: 0
}

.elementor-author-box--align-left .elementor-author-box {
	text-align: left
}

.elementor-author-box--align-right .elementor-author-box {
	text-align: right
}

.elementor-author-box--align-center .elementor-author-box {
	text-align: center
}

.elementor-button.elementor-author-box__button {
	border: 2px solid #55595c;
	font-size: 15px;
	font-weight: 100;
	padding: 10px 18px
}

.elementor-button.elementor-author-box__button,
.elementor-button.elementor-author-box__button:hover {
	background: transparent;
	color: #55595c
}

.elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top .elementor-author-box__avatar {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle .elementor-author-box__avatar {
	-ms-flex-item-align: center;
	align-self: center
}

.elementor-post-info__terms-list {
	display: inline-block
}

.elementor-post-info .elementor-icon-list-icon .elementor-avatar {
	border-radius: 100%
}

.elementor-widget-post-info.elementor-align-center .elementor-icon-list-item:after {
	margin: initial
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
	display: inline-block
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a,
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
	display: inline
}

.elementor-widget-breadcrumbs {
	font-size: .85em
}

.elementor-widget-breadcrumbs p {
	margin-bottom: 0
}

.elementor-sitemap-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.elementor-sticky--active {
	z-index: 99
}

[data-elementor-type=popup]:not(.elementor-edit-area) {
	display: none
}

[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section {
	display: none
}

.elementor-popup-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	pointer-events: none;
	background-color: transparent;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.elementor-popup-modal .dialog-buttons-wrapper,
.elementor-popup-modal .dialog-header {
	display: none
}

.elementor-popup-modal .dialog-close-button {
	display: none;
	top: 20px;
	margin-top: 0;
	right: 20px;
	opacity: 1;
	z-index: 9999;
	pointer-events: all
}

.elementor-popup-modal .dialog-widget-content {
	width: auto;
	overflow: visible;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	pointer-events: all
}

.elementor-popup-modal .dialog-message {
	width: 640px;
	max-width: 100vw;
	max-height: 100vh;
	padding: 0;
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-popup-modal .elementor {
	width: 100%
}

.elementor-motion-effects-element,
.elementor-motion-effects-layer {
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
	-o-transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
	transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s
}

.elementor-motion-effects-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.elementor-motion-effects-layer {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.elementor-motion-effects-perspective {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.elementor-gallery__container {
	min-height: 1px
}

.elementor-gallery-item {
	position: relative;
	overflow: hidden;
	display: block;
	text-decoration: none;
	border: solid var(--image-border-width) var(--image-border-color);
	border-radius: var(--image-border-radius)
}

.elementor-gallery-item__content,
.elementor-gallery-item__overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.elementor-gallery-item__overlay {
	mix-blend-mode: var(--overlay-mix-blend-mode);
	-webkit-transition-duration: var(--overlay-transition-duration);
	-o-transition-duration: var(--overlay-transition-duration);
	transition-duration: var(--overlay-transition-duration);
	-webkit-transition-property: mix-blend-mode, opacity, background-color, -webkit-transform;
	transition-property: mix-blend-mode, opacity, background-color, -webkit-transform;
	-o-transition-property: mix-blend-mode, transform, opacity, background-color;
	transition-property: mix-blend-mode, transform, opacity, background-color;
	transition-property: mix-blend-mode, transform, opacity, background-color, -webkit-transform
}

.elementor-gallery-item__image.e-gallery-image {
	-webkit-transition-duration: var(--image-transition-duration);
	-o-transition-duration: var(--image-transition-duration);
	transition-duration: var(--image-transition-duration);
	-webkit-transition-property: -webkit-filter, -webkit-transform;
	transition-property: -webkit-filter, -webkit-transform;
	-o-transition-property: filter, transform;
	transition-property: filter, transform;
	transition-property: filter, transform, -webkit-filter, -webkit-transform
}

.elementor-gallery-item__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: var(--content-justify-content, center);
	-ms-flex-pack: var(--content-justify-content, center);
	justify-content: var(--content-justify-content, center);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: var(--content-text-align);
	padding: var(--content-padding)
}

.elementor-gallery-item__content>div {
	-webkit-transition-duration: var(--content-transition-duration);
	-o-transition-duration: var(--content-transition-duration);
	transition-duration: var(--content-transition-duration)
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2) {
	-webkit-transition-delay: calc((var(--content-transition-delay) / 3));
	-o-transition-delay: calc((var(--content-transition-delay) / 3));
	transition-delay: calc((var(--content-transition-delay) / 3))
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3) {
	-webkit-transition-delay: calc((var(--content-transition-delay) / 3) * 2);
	-o-transition-delay: calc((var(--content-transition-delay) / 3) * 2);
	transition-delay: calc((var(--content-transition-delay) / 3) * 2)
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4) {
	-webkit-transition-delay: calc((var(--content-transition-delay) / 3) * 3);
	-o-transition-delay: calc((var(--content-transition-delay) / 3) * 3);
	transition-delay: calc((var(--content-transition-delay) / 3) * 3)
}

.elementor-gallery-item__description {
	color: var(--description-text-color, #fff);
	width: 100%
}

.elementor-gallery-item__title {
	color: var(--title-text-color, #fff);
	font-weight: 700;
	width: 100%
}

.elementor-gallery__titles-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: var(--titles-container-justify-content, center);
	-ms-flex-pack: var(--titles-container-justify-content, center);
	justify-content: var(--titles-container-justify-content, center);
	margin-bottom: 20px
}

.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before {
	background-color: var(--galleries-pointer-bg-color-hover)
}

.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after {
	background-color: var(--galleries-pointer-bg-color-hover)
}

.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before {
	background-color: var(--galleries-pointer-bg-color-active)
}

.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after {
	background-color: var(--galleries-pointer-bg-color-active)
}

.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before {
	border-color: var(--galleries-pointer-bg-color-hover);
	border-width: var(--galleries-pointer-border-width)
}

.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after {
	border-color: var(--galleries-pointer-bg-color-hover)
}

.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before {
	border-color: var(--galleries-pointer-bg-color-active)
}

.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after {
	border-color: var(--galleries-pointer-bg-color-active)
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before {
	border-left-width: var(--galleries-pointer-border-width);
	border-bottom-width: var(--galleries-pointer-border-width);
	border-right-width: 0;
	border-top-width: 0
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after {
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: var(--galleries-pointer-border-width);
	border-top-width: var(--galleries-pointer-border-width)
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before {
	border-left-width: var(--galleries-pointer-border-width);
	border-bottom-width: 0;
	border-right-width: 0;
	border-top-width: var(--galleries-pointer-border-width)
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after {
	border-left-width: 0;
	border-bottom-width: var(--galleries-pointer-border-width);
	border-right-width: var(--galleries-pointer-border-width);
	border-top-width: 0
}

.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,
.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,
.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,
.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after {
	height: var(--galleries-pointer-border-width)
}

.elementor-gallery-title {
	--space-between: 10px;
	cursor: pointer;
	color: #6d7882;
	font-weight: 500;
	position: relative;
	padding: 7px 14px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.elementor-gallery-title--active {
	color: #495157
}

.elementor-gallery-title:not(:last-child) {
	margin-right: var(--space-between)
}

.elementor-gallery-item__title+.elementor-gallery-item__description {
	margin-top: var(--description-margin-top)
}

.e-gallery-item.elementor-gallery-item {
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all
}

.e-gallery-item:hover .elementor-gallery__item-overlay-bg {
	opacity: 1
}

.e-gallery-item:hover .elementor-gallery__item-overlay-content {
	opacity: 1
}

.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,
.e-gallery-item:hover .elementor-gallery__item-overlay-content__title {
	opacity: 1
}

.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top {
	opacity: 1
}

a.elementor-item.elementor-gallery-title {
	color: var(--galleries-title-color-normal)
}

a.elementor-item.elementor-gallery-title.elementor-item-active,
a.elementor-item.elementor-gallery-title.highlighted,
a.elementor-item.elementor-gallery-title:focus,
a.elementor-item.elementor-gallery-title:hover {
	color: var(--galleries-title-color-hover)
}

a.elementor-item.elementor-gallery-title.elementor-item-active {
	color: var(--gallery-title-color-active)
}

.elementor-widget-table-of-contents .elementor-toc__header-title {
	color: var(--header-color)
}

.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-toc__toggle-button--collapse {
	display: none
}

.elementor-widget-table-of-contents:not(.elementor-toc--collapsed) .elementor-toc__toggle-button--expand {
	display: none
}

.elementor-widget-table-of-contents .elementor-widget-container {
	min-height: var(--box-min-height);
	border: var(--box-border-width, 1px) solid var(--box-border-color, #a4afb7);
	border-radius: var(--box-border-radius, 3px);
	background-color: var(--box-background-color);
	-webkit-transition: min-height .4s;
	-o-transition: min-height .4s;
	transition: min-height .4s;
	overflow: hidden
}

.elementor-toc__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: var(--box-padding, 20px);
	background-color: var(--header-background-color);
	border-bottom: var(--separator-width, 1px) solid var(--box-border-color, #a4afb7)
}

.elementor-toc__header-title {
	font-size: 18px;
	margin: 0;
	color: var(--header-color)
}

.elementor-toc__toggle-button {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.elementor-toc__toggle-button i {
	color: var(--toggle-button-color)
}

.elementor-toc__toggle-button svg {
	height: 1em;
	width: 1em
}

.elementor-toc__spinner-container {
	text-align: center
}

.elementor-toc__spinner {
	font-size: 2em
}

.elementor-toc__body {
	padding: var(--box-padding, 20px);
	max-height: var(--toc-body-max-height);
	overflow-y: auto
}

.elementor-toc__body::-webkit-scrollbar {
	width: 7px
}

.elementor-toc__body::-webkit-scrollbar-thumb {
	background-color: #c2cbd2;
	border-radius: 10px
}

.elementor-toc__list-wrapper {
	list-style: none;
	padding: 0
}

.elementor-toc__list-item {
	margin-bottom: .5em
}

.elementor-toc__list-item.elementor-item-active {
	font-weight: 700
}

.elementor-toc__list-item .elementor-toc__list-wrapper {
	margin-top: .5em;
	margin-left: var(--nested-list-indent, 1em)
}

.elementor-toc__list-item-text:hover {
	color: var(--item-text-hover-color);
	-webkit-text-decoration: var(--item-text-hover-decoration);
	text-decoration: var(--item-text-hover-decoration)
}

.elementor-toc__list-item-text.elementor-item-active {
	color: var(--item-text-active-color);
	-webkit-text-decoration: var(--item-text-active-decoration);
	text-decoration: var(--item-text-active-decoration)
}

.elementor-toc__list-item-text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-toc__list-item-text-wrapper:before,
.elementor-toc__list-item-text-wrapper i {
	margin-right: 8px;
	color: var(--marker-color)
}

.elementor-toc__list-item-text-wrapper i {
	font-size: var(--marker-size, .5em)
}

.elementor-toc__list-item-text-wrapper:before {
	font-size: var(--marker-size, 1em)
}

.elementor-toc--content-ellipsis .elementor-toc__list-item-text {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.elementor-toc__list-items--collapsible>.elementor-toc__list-wrapper>.elementor-toc__list-item>.elementor-toc__list-wrapper {
	display: none
}

.elementor-toc__heading-anchor {
	position: absolute
}

.elementor-toc__body .elementor-toc__list-item-text {
	color: var(--item-text-color);
	-webkit-text-decoration: var(--item-text-decoration);
	text-decoration: var(--item-text-decoration)
}

.elementor-toc__body .elementor-toc__list-item-text:hover {
	color: var(--item-text-hover-color);
	-webkit-text-decoration: var(--item-text-hover-decoration);
	text-decoration: var(--item-text-hover-decoration)
}

.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active {
	color: var(--item-text-active-color);
	-webkit-text-decoration: var(--item-text-active-decoration);
	text-decoration: var(--item-text-active-decoration)
}

ol.elementor-toc__list-wrapper {
	counter-reset: item
}

ol.elementor-toc__list-wrapper .elementor-toc__list-item {
	counter-increment: item
}

ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before {
	content: counters(item, ".") ". "
}

@media only screen and (max-width:1024px) {
	.elementor-toc--minimized-on-tablet .elementor-toc__body {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.elementor-toc--minimized-on-mobile .elementor-toc__body {
		display: none
	}
}

.e-lottie__container {
	display: inline-block;
	max-width: var(--lottie-container-max-width);
	width: var(--lottie-container-width);
	opacity: var(--lottie-container-opacity)
}

.e-lottie__container:hover {
	opacity: var(--lottie-container-opacity-hover);
	-webkit-transition-duration: var(--lottie-container-transition-duration-hover);
	-o-transition-duration: var(--lottie-container-transition-duration-hover);
	transition-duration: var(--lottie-container-transition-duration-hover)
}

.e-lottie__container svg,
.e-lottie__container svg * {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important
}

.e-lottie__caption {
	color: var(--caption-color);
	margin-top: var(--caption-margin-top);
	text-align: var(--caption-text-align)
}

.elementor-payment-button {
	border: none
}

.recentcomments a {
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important
}

.meta-share .meta {
	padding-right: 80px
}

.single-events .hero-section .container .container-inner .hero-wrap .meta-share .share {
	margin-right: 0 !important
}

.postid-3743 .containercover img {
	width: 100%
}

.events-mobile-world-congress-2023 .events-posts-more__flex .item-big__thumbnail:after {
	left: 0 !important;
	height: auto !important
}

.events-mobile-world-congress-2023 .events-posts-more__flex .item-big__thumbnail img.thumbnail {
	object-fit: contain !important
}

.single-events .content-gray .containercover .container .big-img {
	overflow: unset !important
}

.big-img img {
	width: 100% !important
}

.fbc.fbc-page {
	max-width: 1240px;
	margin: 0 auto
}

.fbc-page .fbc-wrap .fbc-items {
	background: 0 0 !important
}

.ewd-ufaq-faq-list ul li:before {
	margin-right: 36px !IMPORTANT;
	content: "";
	border-color: transparent #485fe0;
	border-style: solid;
	border-width: .29em 0 .29em .55em;
	display: block;
	height: 0;
	width: 42px;
	left: -1.3em;
	top: 1.2em;
	position: relative;
	font-size: 13px !IMPORTANT
}

.ewd-ufaq-faq-list ul {
	padding-left: 25px
}

.ewd-ufaq-faqs {
	max-width: 1060px;
	margin: 0 auto
}

.ewd-ufaq-faq-body {
	padding: 13px 13px 28px 10px !Important
}

.faqs-title {
	padding-bottom: 64px;
	font-size: 46px;
	line-height: 56px;
	text-align: center;
	letter-spacing: -1.05px;
	font-weight: 900;
	position: relative;
	max-width: 1060px;
	margin: 0 auto;
	padding-top: 12px
}

.ewd-ufaq-faq-title-text h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -.5px;
	line-height: 30px;
	color: #485fe0
}

.ewd-ufaq-post-margin.ewd-ufaq-faq-post {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 25px;
	margin-bottom: 25px
}

.ewd-ufaq-post-margin.ewd-ufaq-faq-post p {
	margin-bottom: 10px;
	text-align: justify
}

.faq-section {
	background: #f9f9f9;
	padding-bottom: 85px
}

.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
	display: table-cell;
	font-size: 30px;
	margin: 0 auto;
	font-family: inherit;
	color: #485fe0
}

@media screen and (max-width:767px) {
	.single-products .hero-section .container .hero-animation {
		display: block !important;
		margin-top: -344px
	}

	.hero-section .container .hero-animation__wrap img.clouds {
		z-index: -8 !important;
		will-change: initial
	}

	.tools-wrap .tool-tabs {
		flex-direction: column
	}

	.tools-wrap .tool-tabs a {
		margin-bottom: 8px
	}

	.products-template-default #m {
		padding-top: 286px
	}

	.products-template-default #m .hero-animation__wrap {
		margin-left: -200px;
		margin-top: -146px
	}
}

.page-template-default .content-gray .containercover .container .container-inner.cases-content h4 {
	font-weight: 700;
	font-size: 30px;
	line-height: initial;
	margin-bottom: 0;
	padding-top: 0;
	color: #000
}

.post-content h1 {
	font-weight: 900;
	font-size: 50px;
	line-height: 60px;
	color: #000
}

.post-content h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 48px;
	color: #000
}

.post-content h3 {
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	color: #000
}

.post-content h4 {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #000
}

.post-content h5 {
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	color: #000
}

.post-content h6 {
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	color: #000
}

.post-content p {
	color: #000
}

#menu-top-menu .menu-item-has-children span {
	color: #fff;
	font-weight: 500
}

.m-header:hover #menu-top-menu .menu-item-has-children span {
	color: #000;
	font-weight: 500
}

.m-header:hover #menu-top-menu .menu-item-has-children.menu-open span {
	color: #485fe0;
	font-weight: 500
}

.m-header.headroom--not-top #menu-top-menu .menu-item-has-children span {
	color: #000;
	font-weight: 500
}

.swiper-change {
	float: left
}

#menu-top-menu .menu-item-has-children span {
	color: #000;
	font-weight: 500
}

@media screen and (min-width:768px) {
	.home #menu-top-menu .menu-item-has-children span {
		color: #fff
	}

	.m-header__right nav>ul>li span {
		color: #000;
		font-size: 16px;
		display: flex;
		align-items: center;
		transition: color .2s cubic-bezier(.38, .11, .24, .94);
		font-weight: 500
	}

	.swipe_products .container .swiper-container .swiper-slide {
		width: 31%;
		margin-right: 2%;
		float: left;
		margin-bottom: 2%
	}
}

@media screen and (max-width:768px) {
	.m-header__right nav>ul>li>span {
		color: #000;
		font-weight: 500;
		font-size: 22px;
		cursor: pointer;
		padding: 4px 0;
		min-height: 48px;
		display: inline-flex;
		align-items: center;
		padding-right: 12px
	}

	.swipe_products .container .swiper-container .swiper-slide {
		width: 48%;
		margin-right: 2%;
		float: left;
		margin-bottom: 2%
	}
}

@media screen and (max-width:480px) {
	.swipe_products .container .swiper-container .swiper-slide {
		width: 100%;
		margin-right: 0;
		float: left;
		margin-bottom: 5%
	}
}

.product-elementor {
	background: #fff;
	border-radius: 10px;
	position: relative;
	max-width: 1030px;
	width: 100%;
	cursor: default;
	display: flex;
	overflow: hidden;
	min-height: 380px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px
}

section.product-elementor>.elementor-container {
	max-width: 1030px !important;
	justify-content: space-between
}

.product-content-elementor {
	padding: 70px 35px 14px 70px
}

.product-thumbnail-elementor {
	overflow: hidden;
	position: relative
}

.product-thumbnail-elementor:after {
	background-color: #fff;
	content: "";
	position: absolute;
	top: -100px;
	left: -66px;
	width: 100px;
	height: calc(100% + 200px);
	z-index: 20;
	transform: rotate(10deg)
}

.product-thumbnail-elementor.product-thumbnail-elementor-even:after {
	right: -66px;
	left: auto;
	transform: rotate(-10deg)
}

.page-template-page-products .content-gray.skew-top {
	margin-top: 7vw
}

@media screen and (max-width:640px) {
	.archive-products__top {
		flex-direction: column
	}

	.archive-products__top a {
		display: block !important
	}

	.product-elementor>div .product-thumbnail-elementor:after {
		background-color: unset
	}

	.page-template-page-products .hero-mask {
		display: none !important
	}
}

.rrssb-buttons {
	box-sizing: border-box;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 36px;
	margin: 0;
	padding: 0;
	width: 100%
}

.rrssb-buttons:after {
	clear: both
}

.rrssb-buttons:after,
.rrssb-buttons:before {
	content: ' ';
	display: table
}

.rrssb-buttons li {
	box-sizing: border-box;
	float: left;
	height: 100%;
	line-height: 13px;
	list-style: none;
	margin: 0;
	padding: 0 2px
}

.rrssb-buttons li.rrssb-email a {
	background-color: #0a88ff
}

.rrssb-buttons li.rrssb-email a:hover {
	background-color: #006ed6
}

.rrssb-buttons li.rrssb-facebook a {
	background-color: #306199
}

.rrssb-buttons li.rrssb-facebook a:hover {
	background-color: #244872
}

.rrssb-buttons li.rrssb-tumblr a {
	background-color: #32506d
}

.rrssb-buttons li.rrssb-tumblr a:hover {
	background-color: #22364a
}

.rrssb-buttons li.rrssb-linkedin a {
	background-color: #007bb6
}

.rrssb-buttons li.rrssb-linkedin a:hover {
	background-color: #005983
}

.rrssb-buttons li.rrssb-twitter a {
	background-color: #26c4f1
}

.rrssb-buttons li.rrssb-twitter a:hover {
	background-color: #0eaad6
}

.rrssb-buttons li.rrssb-googleplus a {
	background-color: #e93f2e
}

.rrssb-buttons li.rrssb-googleplus a:hover {
	background-color: #ce2616
}

.rrssb-buttons li.rrssb-youtube a {
	background-color: #df1c31
}

.rrssb-buttons li.rrssb-youtube a:hover {
	background-color: #b21627
}

.rrssb-buttons li.rrssb-reddit a {
	background-color: #8bbbe3
}

.rrssb-buttons li.rrssb-reddit a:hover {
	background-color: #62a3d9
}

.rrssb-buttons li.rrssb-pinterest a {
	background-color: #b81621
}

.rrssb-buttons li.rrssb-pinterest a:hover {
	background-color: #8a1119
}

.rrssb-buttons li.rrssb-pocket a {
	background-color: #ed4054
}

.rrssb-buttons li.rrssb-pocket a:hover {
	background-color: #e4162d
}

.rrssb-buttons li.rrssb-github a {
	background-color: #444
}

.rrssb-buttons li.rrssb-github a:hover {
	background-color: #2b2b2b
}

.rrssb-buttons li.rrssb-instagram a {
	background-color: #517fa4
}

.rrssb-buttons li.rrssb-instagram a:hover {
	background-color: #406582
}

.rrssb-buttons li.rrssb-delicious a {
	background-color: #0B79E5
}

.rrssb-buttons li.rrssb-delicious a:hover {
	background-color: #095fb4
}

.rrssb-buttons li.rrssb-vk a {
	background-color: #4d71a9
}

.rrssb-buttons li.rrssb-vk a:hover {
	background-color: #3d5a86
}

.rrssb-buttons li.rrssb-hackernews a {
	background-color: #f60
}

.rrssb-buttons li.rrssb-hackernews a:hover {
	background-color: #cc5200
}

.rrssb-buttons li a {
	background-color: #ccc;
	border-radius: 2px;
	box-sizing: border-box;
	display: block;
	font-size: 11px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
	height: 100%;
	padding: 11px 7px 12px 27px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	width: 100%
}

.rrssb-buttons li a .rrssb-icon {
	display: block;
	left: 10px;
	padding-top: 9px;
	position: absolute;
	top: 0;
	width: 10%
}

.rrssb-buttons li a .rrssb-icon svg {
	height: 17px;
	width: 17px
}

.rrssb-buttons li a .rrssb-icon svg path,
.rrssb-buttons li a .rrssb-icon svg polygon {
	fill: #fff
}

.rrssb-buttons li a .rrssb-text {
	color: #fff
}

.rrssb-buttons li a:active {
	box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, .25)
}

.rrssb-buttons li.small a {
	padding: 0
}

.rrssb-buttons li.small a .rrssb-icon {
	left: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: auto;
	width: 100%
}

.rrssb-buttons li.small a .rrssb-text {
	visibility: hidden
}

.rrssb-buttons.large-format,
.rrssb-buttons.large-format li {
	height: auto
}

.rrssb-buttons.large-format li:first-child:nth-last-child(1) a {
	font-size: 20px;
	font-size: 4vw
}

.rrssb-buttons.large-format li:first-child:nth-last-child(2) a,
.rrssb-buttons.large-format li:first-child:nth-last-child(2)~li a {
	font-size: 16px;
	font-size: 2vw
}

.rrssb-buttons.large-format li:first-child:nth-last-child(3) a,
.rrssb-buttons.large-format li:first-child:nth-last-child(3)~li a {
	font-size: 14px;
	font-size: 1.7vw
}

.rrssb-buttons.large-format li:first-child:nth-last-child(4) a,
.rrssb-buttons.large-format li:first-child:nth-last-child(4)~li a {
	font-size: 13px;
	font-size: 1.4vw
}

.rrssb-buttons.large-format li:first-child:nth-last-child(5) a,
.rrssb-buttons.large-format li:first-child:nth-last-child(5)~li a {
	font-size: 13px;
	font-size: 1.2vw
}

.rrssb-buttons.large-format li:first-child:nth-last-child(6) a,
.rrssb-buttons.large-format li:first-child:nth-last-child(6)~li a {
	font-size: 12px;
	font-size: 1.05vw
}

.rrssb-buttons.large-format li:first-child:nth-last-child(7) a,
.rrssb-buttons.large-format li:first-child:nth-last-child(7)~li a {
	font-size: 11px;
	font-size: .9vw
}

.rrssb-buttons.large-format li:first-child:nth-last-child(8) a,
.rrssb-buttons.large-format li:first-child:nth-last-child(8)~li a {
	font-size: 11px;
	font-size: .8vw
}

.rrssb-buttons.large-format li:first-child:nth-last-child(9) a,
.rrssb-buttons.large-format li:first-child:nth-last-child(9)~li a {
	font-size: 11px;
	font-size: .7vw
}

.rrssb-buttons.large-format li:first-child:nth-last-child(10) a,
.rrssb-buttons.large-format li:first-child:nth-last-child(10)~li a {
	font-size: 11px;
	font-size: .6vw
}

.rrssb-buttons.large-format li:first-child:nth-last-child(11) a,
.rrssb-buttons.large-format li:first-child:nth-last-child(11)~li a {
	font-size: 11px;
	font-size: .5vw
}

.rrssb-buttons.large-format li a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: .2em;
	padding: 8.5% 0 8.5% 12%
}

.rrssb-buttons.large-format li a .rrssb-icon {
	height: 100%;
	left: 7%;
	padding-top: 0;
	width: 12%
}

.rrssb-buttons.large-format li a .rrssb-icon svg {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%
}

.rrssb-buttons.large-format li a .rrssb-text {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.rrssb-buttons.small-format {
	padding-top: 5px
}

.rrssb-buttons.small-format li {
	height: 80%;
	padding: 0 1px
}

.rrssb-buttons.small-format li a .rrssb-icon {
	height: 100%;
	padding-top: 0
}

.rrssb-buttons.small-format li a .rrssb-icon svg {
	height: 48%;
	position: relative;
	top: 6px;
	width: 80%
}

.rrssb-buttons.tiny-format {
	height: 22px;
	position: relative
}

.rrssb-buttons.tiny-format li {
	padding-right: 7px
}

.rrssb-buttons.tiny-format li a {
	background-color: transparent;
	padding: 0
}

.rrssb-buttons.tiny-format li a .rrssb-icon svg {
	height: 70%;
	width: 100%
}

.rrssb-buttons.tiny-format li a:active,
.rrssb-buttons.tiny-format li a:hover {
	background-color: transparent
}

.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg polygon {
	fill: #0a88ff
}

.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg polygon {
	fill: #0054a3
}

.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg polygon {
	fill: #306199
}

.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg polygon {
	fill: #18304b
}

.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg polygon {
	fill: #32506d
}

.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg polygon {
	fill: #121d27
}

.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg polygon {
	fill: #007bb6
}

.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg polygon {
	fill: #003650
}

.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg polygon {
	fill: #26c4f1
}

.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg polygon {
	fill: #0b84a6
}

.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg polygon {
	fill: #e93f2e
}

.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg polygon {
	fill: #a01e11
}

.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg polygon {
	fill: #df1c31
}

.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg polygon {
	fill: #84111d
}

.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg polygon {
	fill: #8bbbe3
}

.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg polygon {
	fill: #398bcf
}

.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg polygon {
	fill: #b81621
}

.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg polygon {
	fill: #5d0b11
}

.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg polygon {
	fill: #ed4054
}

.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg polygon {
	fill: #b61124
}

.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg polygon {
	fill: #444
}

.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg polygon {
	fill: #111
}

.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg polygon {
	fill: #517fa4
}

.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg polygon {
	fill: #2f4a60
}

.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg polygon {
	fill: #0B79E5
}

.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg polygon {
	fill: #064684
}

.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg polygon {
	fill: #4d71a9
}

.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg polygon {
	fill: #2d4263
}

.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg polygon {
	fill: #f60
}

.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path,
.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg polygon {
	fill: #993d00
}

/*! jQuery UI - v1.12.1 - 2016-09-14
			* http://jqueryui.com
			* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
			* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
			* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default !important;
	pointer-events: none
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0
}

.ui-menu .ui-menu {
	position: absolute
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px
}

.ui-menu-icons {
	position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none
}

.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-button-icon-only {
	text-indent: 0
}

.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
	z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
	border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
	border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
	width: 75%;
	width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid
}

.ui-checkboxradio-disabled {
	pointer-events: none
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.ui-datepicker .ui-datepicker-next {
	right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0
}

.ui-datepicker td {
	border: 0;
	padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}

.ui-datepicker.ui-datepicker-multi {
	width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}

.ui-datepicker-rtl {
	direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-resizable {
	position: relative
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0
}

.ui-selectmenu-open {
	display: block
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0
}

.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none
}

.ui-spinner-up {
	top: 0
}

.ui-spinner-down {
	bottom: 0
}

.ui-tabs {
	position: relative;
	padding: .2em
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px
}

body .ui-tooltip {
	border-width: 2px
}

.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333
}

.ui-widget-content a {
	color: #333
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold
}

.ui-widget-header a {
	color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}

.ui-icon {
	width: 16px;
	height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(//www.mwaretv.com/wp-content/plugins/ultimate-faqs/assets/css/images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
	background-image: url(//www.mwaretv.com/wp-content/plugins/ultimate-faqs/assets/css/images/ui-icons_444444_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(//www.mwaretv.com/wp-content/plugins/ultimate-faqs/assets/css/images/ui-icons_555555_256x240.png)
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(//www.mwaretv.com/wp-content/plugins/ultimate-faqs/assets/css/images/ui-icons_ffffff_256x240.png)
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(//www.mwaretv.com/wp-content/plugins/ultimate-faqs/assets/css/images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(//www.mwaretv.com/wp-content/plugins/ultimate-faqs/assets/css/images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
	background-image: url(//www.mwaretv.com/wp-content/plugins/ultimate-faqs/assets/css/images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
	background-position: 16px 16px
}

.ui-icon-caret-1-n {
	background-position: 0 0
}

.ui-icon-caret-1-ne {
	background-position: -16px 0
}

.ui-icon-caret-1-e {
	background-position: -32px 0
}

.ui-icon-caret-1-se {
	background-position: -48px 0
}

.ui-icon-caret-1-s {
	background-position: -65px 0
}

.ui-icon-caret-1-sw {
	background-position: -80px 0
}

.ui-icon-caret-1-w {
	background-position: -96px 0
}

.ui-icon-caret-1-nw {
	background-position: -112px 0
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.ui-icon-arrow-4 {
	background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.ui-icon-extlink {
	background-position: -32px -80px
}

.ui-icon-newwin {
	background-position: -48px -80px
}

.ui-icon-refresh {
	background-position: -64px -80px
}

.ui-icon-shuffle {
	background-position: -80px -80px
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.ui-icon-folder-open {
	background-position: -16px -96px
}

.ui-icon-document {
	background-position: -32px -96px
}

.ui-icon-document-b {
	background-position: -48px -96px
}

.ui-icon-note {
	background-position: -64px -96px
}

.ui-icon-mail-closed {
	background-position: -80px -96px
}

.ui-icon-mail-open {
	background-position: -96px -96px
}

.ui-icon-suitcase {
	background-position: -112px -96px
}

.ui-icon-comment {
	background-position: -128px -96px
}

.ui-icon-person {
	background-position: -144px -96px
}

.ui-icon-print {
	background-position: -160px -96px
}

.ui-icon-trash {
	background-position: -176px -96px
}

.ui-icon-locked {
	background-position: -192px -96px
}

.ui-icon-unlocked {
	background-position: -208px -96px
}

.ui-icon-bookmark {
	background-position: -224px -96px
}

.ui-icon-tag {
	background-position: -240px -96px
}

.ui-icon-home {
	background-position: 0 -112px
}

.ui-icon-flag {
	background-position: -16px -112px
}

.ui-icon-calendar {
	background-position: -32px -112px
}

.ui-icon-cart {
	background-position: -48px -112px
}

.ui-icon-pencil {
	background-position: -64px -112px
}

.ui-icon-clock {
	background-position: -80px -112px
}

.ui-icon-disk {
	background-position: -96px -112px
}

.ui-icon-calculator {
	background-position: -112px -112px
}

.ui-icon-zoomin {
	background-position: -128px -112px
}

.ui-icon-zoomout {
	background-position: -144px -112px
}

.ui-icon-search {
	background-position: -160px -112px
}

.ui-icon-wrench {
	background-position: -176px -112px
}

.ui-icon-gear {
	background-position: -192px -112px
}

.ui-icon-heart {
	background-position: -208px -112px
}

.ui-icon-star {
	background-position: -224px -112px
}

.ui-icon-link {
	background-position: -240px -112px
}

.ui-icon-cancel {
	background-position: 0 -128px
}

.ui-icon-plus {
	background-position: -16px -128px
}

.ui-icon-plusthick {
	background-position: -32px -128px
}

.ui-icon-minus {
	background-position: -48px -128px
}

.ui-icon-minusthick {
	background-position: -64px -128px
}

.ui-icon-close {
	background-position: -80px -128px
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-icon-key {
	background-position: -112px -128px
}

.ui-icon-lightbulb {
	background-position: -128px -128px
}

.ui-icon-scissors {
	background-position: -144px -128px
}

.ui-icon-clipboard {
	background-position: -160px -128px
}

.ui-icon-copy {
	background-position: -176px -128px
}

.ui-icon-contact {
	background-position: -192px -128px
}

.ui-icon-image {
	background-position: -208px -128px
}

.ui-icon-video {
	background-position: -224px -128px
}

.ui-icon-script {
	background-position: -240px -128px
}

.ui-icon-alert {
	background-position: 0 -144px
}

.ui-icon-info {
	background-position: -16px -144px
}

.ui-icon-notice {
	background-position: -32px -144px
}

.ui-icon-help {
	background-position: -48px -144px
}

.ui-icon-check {
	background-position: -64px -144px
}

.ui-icon-bullet {
	background-position: -80px -144px
}

.ui-icon-radio-on {
	background-position: -96px -144px
}

.ui-icon-radio-off {
	background-position: -112px -144px
}

.ui-icon-pin-w {
	background-position: -128px -144px
}

.ui-icon-pin-s {
	background-position: -144px -144px
}

.ui-icon-play {
	background-position: 0 -160px
}

.ui-icon-pause {
	background-position: -16px -160px
}

.ui-icon-seek-next {
	background-position: -32px -160px
}

.ui-icon-seek-prev {
	background-position: -48px -160px
}

.ui-icon-seek-end {
	background-position: -64px -160px
}

.ui-icon-seek-start {
	background-position: -80px -160px
}

.ui-icon-seek-first {
	background-position: -80px -160px
}

.ui-icon-stop {
	background-position: -96px -160px
}

.ui-icon-eject {
	background-position: -112px -160px
}

.ui-icon-volume-off {
	background-position: -128px -160px
}

.ui-icon-volume-on {
	background-position: -144px -160px
}

.ui-icon-power {
	background-position: 0 -176px
}

.ui-icon-signal-diag {
	background-position: -16px -176px
}

.ui-icon-signal {
	background-position: -32px -176px
}

.ui-icon-battery-0 {
	background-position: -48px -176px
}

.ui-icon-battery-1 {
	background-position: -64px -176px
}

.ui-icon-battery-2 {
	background-position: -80px -176px
}

.ui-icon-battery-3 {
	background-position: -96px -176px
}

.ui-icon-circle-plus {
	background-position: 0 -192px
}

.ui-icon-circle-minus {
	background-position: -16px -192px
}

.ui-icon-circle-close {
	background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px
}

.ui-icon-circle-check {
	background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .003;
	filter: Alpha(Opacity=.3)
}

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666
}

.ewd-ufaq-hidden {
	display: none
}

.ewd-ufaq-faq-category-title-toggle {
	cursor: pointer
}

.ewd-ufaq-faq-category-body-hidden {
	display: none
}

.ewd-ufaq-clear {
	clear: both
}

.ewd-ufaq-permalink {
	margin: 24px 0
}

.ewd-ufaq-permalink-image {
	background: url(//www.mwaretv.com/wp-content/plugins/ultimate-faqs/assets/css/../img/insert_link.png);
	height: 21px;
	width: 30px;
	margin-top: -32px;
	margin-left: 112px
}

.ewd-ufaq-author {
	font-weight: 600
}

.ewd-ufaq-date {
	font-weight: 600
}

.ewd-ufaq-faq-category-title {
	width: 100%;
	clear: both
}

.ewd-ufaq-faq-category {
	margin-bottom: 20px
}

.ewd-ufaq-faq-category-inner {
	margin-bottom: 48px
}

.ewd-ufaq-faq-body {
	padding: 10px 25px;
	padding-left: 55px
}

.ewd-ufaq-faq-search {
	margin: 5px 0 !important
}

.ewd-ufaq-highlight-search-term {
	background: #f7ff00
}

.ewd-ufaq-no-results-found {
	margin-top: 16px
}

.ewd-otp-field-label {
	width: auto !important
}

.ewd-ufaq-text-input {
	border-radius: 0 !important;
	margin: 15px !important
}

.ewd-ufaq-submit {
	border-radius: 0 !important
}

.ewd-ufaq-faq-header {
	margin: 10px
}

.ewd-ufaq-faq-header a:hover {
	text-decoration: none
}

div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin {
	text-decoration: none
}

div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
	text-decoration: none;
	float: left;
	text-align: center;
	width: auto;
	height: auto;
	margin-right: 15px;
	padding: 2px 0 0 2px;
	line-height: 1;
	border-style: solid;
	border-width: 0
}

.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
	display: inline-block;
	font-size: 30px;
	margin: 0 auto
}

.ewd-ufaq-faq-title-text {
	float: left;
	width: 85%
}

.ewd-ufaq-faq-title h1,
.ewd-ufaq-faq-title h2,
.ewd-ufaq-faq-title h3,
.ewd-ufaq-faq-title h4,
.ewd-ufaq-faq-title h5,
.ewd-ufaq-faq-title h6 {
	display: inline-block;
	margin: 5px !important
}

.ewd-ufaq-custom-field-label,
.ewd-ufaq-custom-field-value {
	position: relative;
	float: left;
	margin-top: 14px
}

.ewd-ufaq-custom-field-label {
	font-weight: 400
}

.ewd-ufaq-faq-body .comment-respond {
	margin-top: 24px
}

.ewd-ufaq-faq-body li.comment {
	list-style-type: none
}

.ewd-ufaq-faq-body textarea {
	clear: both;
	display: block;
	position: relative;
	width: 35%;
	height: 100px
}

.ewd-ufaq-faq-body .comment-form-comment label {
	clear: both;
	display: block;
	position: relative;
	width: 100%
}

.ewd-ufaq-faq-body .submit {
	width: auto;
	background: 0 0;
	cursor: pointer;
	color: #111;
	margin-bottom: 20px
}

.ewd-ufaq-faq-body .submit:hover {
	background: #111;
	color: #fff
}

.ewd-ufaq-faq-body .comment-author img {
	margin-right: 8px
}

.ewd-ufaq-faq-body .comment-body p {
	margin: 10px 0;
	margin-top: 10px !important
}

.ewd-ufaq-faq-body .reply {
	text-transform: uppercase
}

.ewd-ufaq-faq-body .ewd-ufaq-back-to-top-link {
	cursor: pointer
}

.ewd-ufaq-ratings {
	padding: 14px 0 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px
}

.ewd-ufaq-down-vote {
	background-position: 0 8px !important;
	height: 50px !important
}

.ewd-ufaq-bottom {
	clear: both
}

.ewd-ufaq-previous-faqs h4 {
	float: left;
	padding-left: 12px;
	cursor: pointer;
	font-weight: 600
}

.ewd-ufaq-next-faqs h4 {
	float: right;
	padding-right: 12px;
	cursor: pointer;
	font-weight: 600
}

.ewd-ufaq-load-more h4 {
	text-align: center;
	cursor: pointer;
	font-weight: 600
}

.ewd-ufaq-faq-div.ewd-ufaq-faq-column-count-two {
	width: 48%;
	margin-right: 2%;
	float: left;
	clear: none
}

.ewd-ufaq-faq-div.ewd-ufaq-faq-column-count-three {
	width: 31%;
	margin-right: 2%;
	float: left;
	clear: none
}

.ewd-ufaq-faq-div.ewd-ufaq-faq-column-count-four {
	width: 23%;
	margin-right: 2%;
	float: left;
	clear: none
}

@media only screen and (max-width:960px) {

	.ewd-ufaq-faq-div.ewd-ufaq-faq-column-count-three.ewd-ufaq-faq-responsive-columns-1,
	.ewd-ufaq-faq-div.ewd-ufaq-faq-column-count-four.ewd-ufaq-faq-responsive-columns-1 {
		width: 48%;
		margin-right: 2%
	}
}

@media only screen and (max-width:520px) {

	.ewd-ufaq-faq-div.ewd-ufaq-faq-column-count-two.ewd-ufaq-faq-responsive-columns-1,
	.ewd-ufaq-faq-div.ewd-ufaq-faq-column-count-three.ewd-ufaq-faq-responsive-columns-1,
	.ewd-ufaq-faq-div.ewd-ufaq-faq-column-count-four.ewd-ufaq-faq-responsive-columns-1 {
		width: 100%;
		margin-right: none
	}
}

.ewd-ufaq-faq-display-style-color_block .ewd-ufaq-post-margin-symbol {
	background-color: #18c;
	color: #fff
}

.ewd-ufaq-Circle {
	border-radius: 18px
}

.ewd-ufaq-Square {
	border-radius: 0
}

.ewd-ufaq-faq-div {
	margin: 2px 0;
	padding: 2px 0;
	clear: both
}

.ewd-ufaq-faq-toggle:hover,
.ewd-ufaq-faq-toggle a:hover {
	cursor: pointer;
	cursor: hand;
	text-decoration: none
}

.ewd-ufaq-faq-display-style-block a,
.ewd-ufaq-faq-display-style-block a:visited,
.ewd-ufaq-faq-display-style-block a:active {
	text-decoration: none
}

.ewd-ufaq-faq-display-style-block:hover,
.ewd-ufaq-faq-display-style-block:hover a,
.ewd-ufaq-faq-display-style-block:hover h1,
.ewd-ufaq-faq-display-style-block:hover h2,
.ewd-ufaq-faq-display-style-block:hover h3,
.ewd-ufaq-faq-display-style-block:hover h4,
.ewd-ufaq-faq-display-style-block:hover h5,
.ewd-ufaq-faq-display-style-block:hover h6 {
	text-decoration: none !important;
	color: #fff;
	background: #18c
}

.ewd-ufaq-faq-display-style-block.ewd-ufaq-post-active,
.ewd-ufaq-faq-display-style-block.ewd-ufaq-post-active a {
	color: #fff;
	background: #18c
}

.ewd-ufaq-faq-header-title a {
	display: inline-block
}

.ewd-ufaq-faq-display-style-minimalist {
	border-bottom: 1px solid #aaa;
	padding: 8px 0
}

.ewd-ufaq-faq-display-style-minimalist .ewd-ufaq-post-margin-symbol {
	float: right;
	height: auto
}

.ewd-ufaq-faq-display-style-minimalist .ewd-ufaq-post-margin-symbol span {
	font-size: 22px
}

.ewd-ufaq-faq-display-style-minimalist .ewd-ufaq-faq-body {
	padding: 20px 25px 10px;
	padding-left: 40px
}

.ewd-ufaq-faq-display-style-minimalist .ewd-ufaq-faq-tags,
.ewd-ufaq-faq-display-style-minimalist .ewd-ufaq-social-links {
	margin-top: 4px
}

.ewd-ufaq-faq-display-style-minimalist .ewd-ufaq-social-links ul {
	float: left;
	margin-bottom: 14px;
	position: relative;
	width: auto
}

.ewd-ufaq-faq-display-style-minimalist .ewd-ufaq-permalink {
	margin: 24px 0
}

.ewd-ufaq-faq-display-style-minimalist .ewd-ufaq-permalink-image {
	margin-top: -32px;
	margin-left: 112px
}

.ewd-ufaq-faq-display-style-minimalist .ewd-ufaq-author-date {
	margin-bottom: 14px
}

.ewd-ufaq-faq-display-style-minimalist .ewd-ufaq-faq-categories {
	margin: 14px 0
}

.ewd-ufaq-faq-div {
	margin: 2px 0;
	padding: 2px 0;
	clear: both
}

.ewd-ufaq-faq-toggle:hover,
.ewd-ufaq-faq-toggle a:hover {
	cursor: pointer;
	cursor: hand;
	text-decoration: none
}

.ewd-ufaq-faq-display-style-border_block a,
.ewd-ufaq-faq-display-style-border_block a:visited,
.ewd-ufaq-faq-display-style-border_block a:active {
	text-decoration: none
}

.ewd-ufaq-faq-display-style-border_block:hover,
.ewd-ufaq-faq-display-style-border_block:hover a,
.ewd-ufaq-faq-display-style-border_block:hover h1,
.ewd-ufaq-faq-display-style-border_block:hover h2,
.ewd-ufaq-faq-display-style-border_block:hover h3,
.ewd-ufaq-faq-display-style-border_block:hover h4,
.ewd-ufaq-faq-display-style-border_block:hover h5,
.ewd-ufaq-faq-display-style-border_block:hover h6 {
	text-decoration: none !important;
	color: #fff;
	background: #18c
}

.ewd-ufaq-faq-display-style-border_block.ewd-ufaq-post-active,
.ewd-ufaq-faq-display-style-border_block.ewd-ufaq-post-active a {
	color: #fff !important;
	background: #18c
}

.ewd-ufaq-faq-display-style-border_block .ewd-ufaq-faq-body {
	color: #555 !important;
	background: #fff;
	border: 3px solid #18c;
	border-bottom: 2px solid #18c
}

.ewd-ufaq-faq-display-style-border_block .ewd-ufaq-faq-body a {
	color: #000 !important;
	background: 0 0
}

.ewd-ufaq-faq-display-style-border_block .ewd-ufaq-faq-tags,
.ewd-ufaq-faq-display-style-border_block .ewd-ufaq-social-links {
	margin-top: 4px
}

.ewd-ufaq-faq-display-style-border_block .ewd-ufaq-social-links ul {
	float: left;
	margin-bottom: 14px;
	position: relative;
	width: auto
}

.ewd-ufaq-faq-display-style-border_block .ewd-ufaq-permalink {
	margin: 24px 0
}

.ewd-ufaq-faq-display-style-border_block .ewd-ufaq-permalink-image {
	margin-top: -32px;
	margin-left: 112px
}

.ewd-ufaq-faq-display-style-border_block .ewd-ufaq-author-date {
	margin-bottom: 14px
}

.ewd-ufaq-faq-display-style-border_block .ewd-ufaq-faq-categories {
	margin: 14px 0
}

.ewd-ufaq-faq-display-style-border_block.ewd-ufaq-post-active .ewd-ufaq-faq-title-text {
	color: #fff !important
}

.ewd-ufaq-faq-display-style-border_block .comment-reply-title {
	background: 0 0 !important;
	color: #000 !important
}

.ewd-ufaq-faq-display-style-border_block:hover .comment-reply-title {
	color: #000 !important
}

.ewd-ufaq-faq-display-style-contemporary {
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0
}

.ewd-ufaq-faq-display-style-contemporary:first-of-type {
	border-top: 1px solid #ccc
}

.ewd-ufaq-faq-display-style-contemporary .ewd-ufaq-faq-title {
	background: #f7f7f7;
	padding: 8px 0 8px 4px
}

.ewd-ufaq-faq-display-style-contemporary .ewd-ufaq-post-margin-symbol {
	float: right;
	height: auto
}

.ewd-ufaq-faq-display-style-contemporary .ewd-ufaq-faq-body {
	padding: 20px 25px 10px;
	padding-left: 40px
}

.ewd-ufaq-faq-display-style-contemporary .ewd-ufaq-faq-tags,
.ewd-ufaq-faq-display-style-contemporary .ewd-ufaq-social-links {
	margin-top: 4px
}

.ewd-ufaq-faq-display-style-contemporary .ewd-ufaq-social-links ul {
	float: left;
	margin-bottom: 14px;
	position: relative;
	width: auto
}

.ewd-ufaq-faq-display-style-contemporary .ewd-ufaq-permalink {
	margin-left: 0;
	margin-bottom: 10px
}

.ewd-ufaq-faq-display-style-contemporary .ewd-ufaq-back-to-top {
	margin-bottom: 14px
}

.ewd-ufaq-social-links-label {
	float: left;
	margin-right: 8px;
	position: relative;
	top: 3px
}

.ewd-ufaq-rating-button {
	position: relative;
	float: left;
	width: 60px;
	height: 48px;
	margin-right: 12px;
	line-height: 48px;
	font-weight: 600;
	cursor: pointer
}

.ewd-ufaq-rating-button img {
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	height: auto
}

.ewd-ufaq-rating-button span {
	text-align: right;
	width: 100%;
	display: block
}

.ewd-ufaq-up-vote {
	background: 0 0;
	background-repeat: no-repeat
}

.ewd-ufaq-down-vote {
	background: 0 0;
	background-repeat: no-repeat
}

.ewd-ufaq-ratings-custom-image {
	background: 0 0
}

.ewd-ufaq-rating-button.ewd-ufaq-rating-button-custom-up-image,
.ewd-ufaq-rating-button.ewd-ufaq-rating-button-custom-down-image {
	background: 0 0;
	padding-left: 0
}

.ewd-ufaq-rating-button.ewd-ufaq-rating-button-custom-up-image img,
.ewd-ufaq-rating-button.ewd-ufaq-rating-button-custom-down-image img {
	position: relative;
	float: left;
	width: 48px;
	height: auto;
	margin-right: 4px
}

.ewd-ufaq-expand-all,
.ewd-ufaq-collapse-all {
	text-decoration: none;
	cursor: pointer;
	font-size: .9em
}

@font-face {
	font-family: 'ewd-toggle-icon';
	src: url(../fonts/ewd-toggle-icon.eot);
	src: url(../fonts/ewd-toggle-icon.woff2) format('woff2'), url(../fonts/ewd-toggle-icon.woff) format('woff'), url(../fonts/ewd-toggle-icon.ttf) format("truetype"), url(../fonts/ewd-toggle-icon.svg#ewd-toggle-icon) format("svg");
	font-weight: 400;
	font-style: normal
}

.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol,
.ewd-ufaq-toggle-all-symbol {
	font-family: 'ewd-toggle-icon'
}

.ewd-ufaq-question-update {
	font-size: 1.2em;
	margin-bottom: 20px
}

.ewd-ufaq-question-form .form-field {
	margin-bottom: 20px
}

.rrssb-buttons li a .rrssb-text {
	color: #fff;
	margin-left: 5px
}

.ewd-ufaq-social-links .rrssb-buttons li {
	margin-bottom: 5px
}

.ewd-ufaq-permalink {
	clear: both
}

@media only screen and (max-width:810px) {
	.ewd-ufaq-faq-title-text {
		width: 80%
	}
}

.ewd-ufaq-previous-faqs,
.ewd-ufaq-next-faqs {
	margin-top: 16px
}

.ewd-ufaq-previous-faqs {
	float: left
}

.ewd-ufaq-next-faqs {
	float: right
}

#ewd-ufaq-jquery-ajax-search input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0
}

#ewd-ufaq-jquery-ajax-search input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0
}

#ewd-ufaq-jquery-ajax-search input[type=search]::-webkit-search-decoration,
#ewd-ufaq-jquery-ajax-search input[type=search]::-webkit-search-cancel-button,
#ewd-ufaq-jquery-ajax-search input[type=search]::-webkit-search-results-button,
#ewd-ufaq-jquery-ajax-search input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none
}

#ewd-ufaq-jquery-ajax-search * {
	vertical-align: middle
}

#ewd-ufaq-jquery-ajax-search .search-field {
	display: inline-block;
	margin: 15px;
	position: relative
}

#ewd-ufaq-jquery-ajax-search .search-field .ewd-ufaq-text-input {
	margin: 0 !important;
	padding: 8px 30px 8px 12px !important
}

#ewd-ufaq-jquery-ajax-search .clear-field {
	display: inline;
	padding: 0;
	margin: 0;
	height: 100%;
	background: 0 0;
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	transition: width .35s, opacity .25s;
	transform: translateX(15px);
	opacity: 0;
	width: 0
}

#ewd-ufaq-jquery-ajax-search .clear-field.slide-in {
	opacity: 1;
	width: 30px;
	animation: slide-in-right .5s forwards;
	-webkit-animation: slide-in-right .5s forwards
}

#ewd-ufaq-jquery-ajax-search .clear-field.slide-out {
	opacity: 0;
	width: 0;
	animation: slide-out-right .5s forwards;
	-webkit-animation: slide-out-right .5s forwards
}

#ewd-ufaq-jquery-ajax-search .clear-field:hover,
#ewd-ufaq-jquery-ajax-search .clear-field:focus {
	border-radius: 0
}

@keyframes slide-in-right {
	100% {
		transform: translateX(0px)
	}
}

@keyframes slide-out-right {
	0% {
		transform: translateX(0px)
	}

	100% {
		transform: translateX(15px)
	}
}

.opacity-05 {
	opacity: .5;
}

.swiper-slide svg {
	height: 80px;
	margin-bottom: 1rem;
}

.fa-plus,
.fa-minus {
	margin-top: .6rem;
	color: #485fe0;
}

.pricing .swiper-slide {
	background: white !important;
	color: #000 !important;
	width: 23% !important;
}

.pricing .swiper-slide:hover {
	box-shadow: #485fe0 0px 0px 0px 4px inset, rgb(0 0 0 / 10%) 0px 7px 21px 0px !important;
}


.pricing .swiper-slide:hover {
	background: red;
}
.pricing a ul li {
	padding-left: 0px;
	margin-bottom: 0.4rem;
}
.pricing a ul li i {
	color: #485fe0;
}

.pricing a p, .pricing a h2 {
	text-align: center;
	width: 100%;
}

.pricing a p {
	margin-bottom: .5rem;
}

.pricing a h2 {
	margin-bottom: 2rem;
}

.pricebutton {
	opacity: .5;
}

.pricebutton.active {
	opacity: 1;
}

.form form p:first-child {
	margin: 0 !important;
}

.form form p {
	margin: 1rem 0 !important;
}

.form form p span {
	display: block;
	/*font-size: 1.5rem;*/
	margin-bottom: .5rem;
}

.form form p span.required::after {
	content: " *";
	color: rgb(239 68 68/1);
}

.form form p a {
	text-decoration: none;
}

.form form p .btn {
	height: 40px !important;
	font-size: 15px;
}

input {
	outline: 2px solid transparent;
    outline-offset: 2px;
    border: 1px solid rgb(156 163 175/.8);
    padding: 6px 1rem 6px 0.9rem;
    border-radius: 4px;
    font-size: 1rem;
    width: 100%;
}

.hidden, .opacity-0 {
	display: none !important;
}

.text-xs-red-600 {
	font-size: 12px !important;
	line-height: initial;
	margin-top: 1rem;
	color: red;
}

@media screen and (max-width: 1015px) {
	.swipe_products .container {
		justify-content: center;
		align-items: center;
		column-gap: 80px;
		padding: 0rem 2rem 3rem 2rem;
	}
}

@media screen and (max-width: 800px) {
	.swipe_products .container {
		padding: 0rem 2rem 3rem 1rem;
	}
	.swipe_products .container .title_left {
		flex-basis: 100% !important;
		text-align: center;
	}
	.swipe_products .container .title_left a {
		margin: 0 auto;
	}
	.swipe_products .container .textarea_right {
		flex: auto;
    	text-align: center;
	}
}

@media screen and (max-width: 1000px) {
	.pricing .swiper-slide {
		width: 31% !important;
	}
}

@media screen and (max-width: 800px) {
	.pricing .swiper-slide {
		width: 48% !important;
	}
}

@media screen and (max-width: 600px) {
	.pricing .swiper-slide {
		width: 100% !important;
	}
	.pricingbtncont {
		flex-wrap: wrap;
		gap: 0 !important;
	}
	.pricingbtncont * {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 1200px) {
	.swipe_products .container {
		column-gap: 0px !important;
	}
}

@media screen and (max-width: 1024px) {
	.swipe_products .container .textarea_right {
		text-align: center !important;
	}
}

@media screen and (max-width: 961px) {
	.contact-trial .left {
		display: none;
	}
	.contact-trial .left.pay {
		display: block !important;
	}
}


@media screen and (min-width: 768px) {
	.mobile-menu {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.msection {
		padding: 0 2rem;
	}
}

@media screen and (max-width: 850px) {
	.elementor embed, .elementor iframe, .elementor object, .elementor video {
		width: 91vw !important;
	}
}

@media screen and (max-width: 1015px) {
	.swipe_products .container .title_left {
		flex-basis: 80%;
	}
}

.form form p.price span {
	display: inline-block !important;
	font-size: 1.5rem !important;
}

.form form p.price {
	font-size: 1.5rem !important;
	font-weight: bold;
	color: #485fe0;
	padding-top: 1rem;
}