
.bck-iconbox {
	position: relative;
	display: block;
	color: initial;
}

.bck-iconbox-inner {
	border-style: solid;
}

.bck-iconbox__icon-wrap {
	display: -ms-flexbox;
	display: flex;
}

.bck-iconbox__icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	border-style: solid;
	justify-content: center;
	align-items: center;
}

.bck-iconbox__icon, .bck-iconbox__icon img {
	-webkit-transition: all .2s ease;
	-o-transition: .2s all ease;
	transition: all .2s ease;
}

.bck-iconbox__icon img {
	-webkit-transform-origin: center;
	transform-origin: center;
	display: inline-block;
	vertical-align: middle;
}

.bck-iconbox__badge {
	position: absolute;
	border-style: solid;
}

.bck-divider {
	display: -ms-flexbox;
	display: flex;
}

.bck-divider__text {
	margin-bottom: 0;
	padding-bottom: 0;
}

.bck-divider__element i, .bck-divider__element img {
	border-style: solid;
}

.bck-divider__icon i {
	display: inline-block !important;
}

.bck-divider__border {
	-ms-flex: 1 1;
	flex: 1 1;
}

.bck_skill_bar .bck-skill .bck_skill_bar_child:last-child {
	margin-bottom: 0 !important;
}

.bck-skillbar {
	position: relative;
}

.bck-skillbar__wrapper {
	background: #ddd;
	overflow: hidden;
}

.bck-skillbar__inner {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	white-space: nowrap;
	background-color: #add8e6;
}

.bck-skillbar__inner__text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
}

.bck-skillbar__inner span {
	color: #333;
}

.bck-team {
	overflow: hidden;
	border-style: solid;
}

.bck-team-content {
	border-style: solid;
	z-index: 99;
}

.bck-team figure .figure-wrap {
	overflow: hidden;
	height: 100%;
}

.bck-team figure {
	border-width: 0;
	position: relative;
}

.bck-team figure img {
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-style: solid;
}

.bck-team .bck-team-social, .et-db #et-boc .bck-team .bck-team-social {
	list-style: none !important;
	padding-left: 0;
}

.bck-team .bck-team-social {
	padding-bottom: 0;
	margin-bottom: 0;
}

.bck-team .bck-team-social, .bck-team .bck-team-social li a {
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.bck-team .bck-team-social li a {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3px;
}

.bck-team .content-left {
	text-align: left;
}

.bck-team .content-right {
	text-align: right;
}

.bck-team .content-center {
	text-align: center;
}

.bck-team .item-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.bck-team .item-right {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.bck-team .bck-team-content p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.bck-team.hover_1 {
	position: relative;
}

.bck-team.hover_1 .bck-team-content {
	position: absolute;
	bottom: 50px;
	left: 25px;
	width: calc(100% - 50px);
	opacity: 0;
}

.bck-team.hover_1:hover .bck-team-content {
	bottom: 25px;
	opacity: 1;
}

.bck-team.hover_2 {
	position: relative;
}

.bck-team.hover_2 .bck-team-content {
	position: absolute;
	top: 25px;
	left: 25px;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	opacity: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.bck-team.hover_2:hover .bck-team-content {
	opacity: 1;
}

.bck-team.hover_3 {
	position: relative;
}

.bck-team.hover_3 .bck-team-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.bck-team.hover_3:hover .bck-team-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.bck-team.hover_4 {
	position: relative;
}

.bck-team.hover_4 .bck-team-content {
	position: absolute;
	top: 50%;
	left: 25px;
	width: calc(100% - 50px);
	opacity: 0;
	-webkit-transform: translateY(-50%) scale(.7);
	transform: translateY(-50%) scale(.7);
}

.bck-team.hover_4:hover .bck-team-content {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.bck-card {
	display: -ms-flexbox;
	display: flex;
	overflow: initial !important;
	color: inherit;
	position: relative;
}

.bck-card-icon {
	border-style: solid;
}

.bck-card.image--left.use-icon-off, .bck-card.image--right.use-icon-off {
	-ms-flex-align: center;
	align-items: center;
}

.use-icon-on .bck-card-figure {
	display: inline-block;
}

.image--left .bck-card-figure, .image--left .bck-card-icon-wrap {
	-ms-flex-order: 1;
	order: 1;
}

.bck-card-figure img {
	-webkit-transition: .2s cubic-bezier(.95, .05, .795, .035);
	-o-transition: .2s cubic-bezier(.95, .05, .795, .035);
	transition: .2s cubic-bezier(.95, .05, .795, .035);
	border-style: solid;
}

.bck-card-figure {
	position: relative;
}

.bck-card img {
	vertical-align: middle;
}

.image--right .bck-card-icon {
	margin-left: auto;
}

.bck-card-icon {
	display: inline-block;
}

.image--top .bck-card-content {
	width: 100%;
}

.image--left .bck-card-content {
	-ms-flex-order: 2;
	order: 2;
	-ms-flex: 1 1;
	flex: 1 1;
}

.image--right .bck-card-content {
	-ms-flex-order: 1;
	order: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.image--right .bck-card-figure, .image--right .bck-card-icon-wrap {
	-ms-flex-order: 2;
	order: 2;
}

.bck-card.image--top {
	-ms-flex-direction: column;
	flex-direction: column;
}

.bck-card-badge {
	font-size: 13px;
	border-style: solid;
	white-space: nowrap;
}

.bck-card.align--center {
	text-align: center;
}

.bck-card.align--center.image--top {
	-ms-flex-align: center;
	align-items: center;
}

.bck-card.align--right.image--top {
	-ms-flex-align: end;
	align-items: flex-end;
}

.bck-card.align--left {
	text-align: left;
}

.bck-card.align--right {
	text-align: right;
}

.image-align-left {
	-ms-flex-align: start;
	align-items: flex-start;
}

.image-align-right {
	-ms-flex-align: end;
	align-items: flex-end;
}

.image-align-center {
	-ms-flex-align: center;
	align-items: center;
}

.bck-card .bck-card-title {
	margin-bottom: 0;
}

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

.content-left {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.content-right {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.bck-dual-btn {
	width: 100%;
	-ms-flex-align: start;
	align-items: flex-start;
}

.bck-btn-wrap, .bck-dual-btn {
	display: -ms-flexbox;
	display: flex;
}

.bck-btn-wrap {
	position: relative;
}

.bck-btn__connector {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.bck-btn__connector--icon, .bck-btn__connector--text {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateX(50%) translateY(-50%);
	transform: translateX(50%) translateY(-50%);
	z-index: 99;
}

.btn-el {
	display: inline-block;
}

.bck-number, .bck-number-wrap {
	display: -ms-flexbox;
	display: flex;
}

.bck-number-wrap {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
	text-align: center;
}

.bck-number-text {
	font-size: 26px;
}

.bck_video_popup {
	overflow: hidden;
}

.bck-video-popup-inner {
	position: relative;
}

.bck-video-popup-icon i {
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.bck-video-popup-icon i:after {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-animation: videoAnimation 2s infinite;
	animation: videoAnimation 2s infinite;
}

@-webkit-keyframes videoAnimation {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	10% {
		opacity: 1;
	}
	
	90% {
		opacity: 0;
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes videoAnimation {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	10% {
		opacity: 1;
	}
	
	90% {
		opacity: 0;
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.bck-video-popup-icon {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 99;
	left: 0;
	top: 0;
}

.bck-video-popup-figure {
	position: relative;
	cursor: pointer;
	display: block;
}

.bck-video-popup-figure:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.bck-video-popup-figure img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.bck-video-open .mfp-iframe-holder .mfp-close {
	width: 52px;
	top: -51px !important;
	opacity: 1 !important;
	font-size: 46px;
}

.bck-video-open .mfp-iframe-holder .mfp-close:focus {
	outline: none;
	border: none;
}

.bck-modal {
	max-width: 700px;
	margin: 30px auto;
	position: relative;
	padding: 0;
	background: #fff;
	opacity: 0;
	-webkit-transition: .1s !important;
	-o-transition: .1s !important;
	transition: .1s !important;
}

.bck-video-wrap {
	overflow: hidden;
}

.bck-modal video {
	width: 100%;
	vertical-align: middle;
}

.bck-video-open .mfp-wrap .bck-modal .mfp-close:active {
	top: 0 !important;
}

.bck-modal.open {
	opacity: 1;
}

.bck-modal-open .mfp-close-btn-in .mfp-close {
	color: #fff;
	top: -42px;
	opacity: 1;
	font-size: 40px;
}

.bck-info-box .figure {
	overflow: hidden;
	position: relative;
}

.bck-info-box .et_pb_video, .bck-info-box .et_pb_video_box {
	overflow: hidden;
}

.bck-info-box .figure img {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 100%;
	vertical-align: middle;
}

.bck-info-box .figure {
	display: inline-block;
}

.bck-info-box-icon {
	-webkit-transition: all .2s ease !important;
	-o-transition: .2s all ease !important;
	transition: all .2s ease !important;
}

.bck-info-box .bck-content-video, .bck-info-box .bck-info-box-icon, .bck-info-box .figure {
	border-style: solid;
}

.bck-mce-content h1, .bck-mce-content h2, .bck-mce-content h3, .bck-mce-content h4, .bck-mce-content h5, .bck-mce-content h6, .bck-mce-content p {
	color: inherit !important;
}

.fluid-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bck-content-video {
	border-style: solid;
}

.bck-review {
	display: -ms-flexbox;
	display: flex;
}

.bck-stars-wrap {
	font-size: 30px;
	position: relative;
}

.bck-stars-wrap, .bck-stars-wrap .bck-star {
	display: inline-block;
	line-height: .9;
}

.bck-stars-act, .bck-stars-inact {
	white-space: nowrap;
}

.bck-stars-act {
	position: absolute;
	left: 0;
	top: 0;
	width: var(--active-width);
	overflow: hidden;
}

.bck-ratings {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.bck-ratings-number {
	padding-top: 5px;
}

.bck-rating-figure {
	border-style: solid;
	position: relative;
}

.bck-rating-figure img {
	border-style: solid;
}

.bck-rating-star-desc {
	font-size: 14px;
}

.bck-advanced-heading-wrap {
	width: 100%;
	position: relative;
	display: block;
}

.bck-module .bck-advanced-heading {
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.bck-module .bck-advanced-heading-border {
	position: absolute;
	z-index: -1;
}

.bck-list-group {
	display: grid;
	display: -ms-grid;
}

.bck-list-group .et_pb_module {
	margin-bottom: 0 !important;
}

.bck_list_group_child {
	border-style: solid;
}

.bck_list_group .bck-list-group.bck-module .bck_list_group_child:last-child {
	margin-bottom: 0 !important;
}

.bck-list-group-child {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: center;
	align-items: center;
}

.bck-list-group-direction {
	margin-left: auto;
}

.bck-list-group-direction, .bck-list-group-figure {
	border-style: solid;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.bck-list-group-figure img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.bck-list-group-subtitle, .bck-list-group-title {
	padding: 0;
}

.bck-price-menu-image {
	border-style: solid;
	display: inline-block !important;
}

.bck-price-menu-header h3 {
	padding-bottom: 0;
	margin-bottom: 0;
}

.bck-price-menu-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.bck-price-menu .bck-price-menu-desc {
	margin-bottom: 0;
	padding-bottom: 0;
}

.bck_price_menu_child {
	border-style: solid;
}

.bck_price_menu .bck-price-menu.bck-module .bck_price_menu_child:last-child {
	margin-bottom: 0 !important;
}

.bck-price-menu-child {
	width: 100%;
}

.bck-image-masking-image {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform-origin: center;
	transform-origin: center;
	mix-blend-mode: overlay;
}

.bck-image-masking-figure {
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: unset;
	-webkit-mask-size: unset;
}

.bck-image-masking {
	position: relative;
}

.bck-image-masking-subtitle {
	padding-bottom: 0 !important;
}

.bck-image-masking-content {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 999;
}

.bck-image-compare .twentytwenty-horizontal .twentytwenty-handle:after, .bck-image-compare .twentytwenty-horizontal .twentytwenty-handle:before, .bck-image-compare .twentytwenty-vertical .twentytwenty-handle:after, .bck-image-compare .twentytwenty-vertical .twentytwenty-handle:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 30;
	-webkit-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: 0 0 12px rgba(51, 51, 51, .5);
}

.bck-image-compare .twentytwenty-horizontal .twentytwenty-handle:after, .bck-image-compare .twentytwenty-horizontal .twentytwenty-handle:before {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}

.bck-image-compare .twentytwenty-vertical .twentytwenty-handle:after, .bck-image-compare .twentytwenty-vertical .twentytwenty-handle:before {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
}

.bck-image-compare .twentytwenty-overlay div:before {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	border: 0 solid;
}

.bck-image-compare .twentytwenty-after-label, .bck-image-compare .twentytwenty-before-label, .bck-image-compare .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.bck-image-compare .twentytwenty-after-label, .bck-image-compare .twentytwenty-before-label {
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.bck-image-compare .twentytwenty-after-label:before, .bck-image-compare .twentytwenty-before-label:before {
	color: #fff;
	font-size: 13px;
	letter-spacing: .1em;
	position: absolute;
	background: hsla(0, 0%, 100%, .2);
	line-height: 38px;
}

.bck-image-compare .twentytwenty-horizontal .twentytwenty-after-label:before, .bck-image-compare .twentytwenty-horizontal .twentytwenty-before-label:before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bck-image-compare .twentytwenty-vertical .twentytwenty-after-label:before, .bck-image-compare .twentytwenty-vertical .twentytwenty-before-label:before {
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bck-image-compare .twentytwenty-down-arrow, .bck-image-compare .twentytwenty-left-arrow, .bck-image-compare .twentytwenty-right-arrow, .bck-image-compare .twentytwenty-up-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}

.bck-image-compare .twentytwenty-left-arrow, .bck-image-compare .twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}

.bck-image-compare .twentytwenty-down-arrow, .bck-image-compare .twentytwenty-up-arrow {
	left: 50%;
	margin-left: -6px;
}

.bck-image-compare .twentytwenty-container {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.bck-image-compare .twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block;
}

.bck-image-compare .twentytwenty-container.active .twentytwenty-overlay, .bck-image-compare .twentytwenty-container.active :hover.twentytwenty-overlay {
	background: transparent;
}

.bck-image-compare .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .bck-image-compare .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .bck-image-compare .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label, .bck-image-compare .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label {
	opacity: 0;
}

.bck-image-compare .twentytwenty-container * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.bck-image-compare .twentytwenty-after-label:before, .bck-image-compare .twentytwenty-before-label:before {
	content: attr(data-content);
}

.bck-image-compare .twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}

.bck-image-compare .twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}

.bck-image-compare .twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
}

.bck-image-compare .twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
}

.bck-image-compare .twentytwenty-overlay {
	-webkit-transition-property: background;
	-o-transition-property: background;
	transition-property: background;
	background: transparent;
	z-index: 25;
}

.bck-image-compare .twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, .5);
}

.bck-image-compare .twentytwenty-overlay:hover .twentytwenty-after-label, .bck-image-compare .twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}

.bck-image-compare .twentytwenty-before {
	z-index: 20;
}

.bck-image-compare .twentytwenty-after {
	z-index: 10;
}

.bck-image-compare .twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border-radius: 1000px;
	-webkit-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: 0 0 12px rgba(51, 51, 51, .5);
	z-index: 40;
	cursor: pointer;
}

.bck-image-compare .twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
}

.bck-image-compare .twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
}

.bck-image-compare .twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}

.bck-image-compare .twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}

.bck-image-compare .twentytwenty-left-arrow {
	left: 50%;
	margin-left: -17px;
}

.bck-image-compare .twentytwenty-right-arrow {
	right: 50%;
	margin-right: -17px;
}

.bck-image-compare .twentytwenty-up-arrow {
	border-bottom: 6px solid #fff;
	top: 50%;
	margin-top: -17px;
}

.bck-image-compare .twentytwenty-down-arrow {
	border-top: 6px solid #fff;
	bottom: 50%;
	margin-bottom: -17px;
}

.bck-scroll-image {
	cursor: pointer;
}

.scroll-figure-wrap {
	position: relative;
}

.bck-scroll-image-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: all .3s ease-in-out;
}

.bck-scroll-image-icon img {
	width: 50px;
}

.bck-scroll-image-icon {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: all .3s ease-in-out;
}

.bck-scroll-image:hover .bck-scroll-image-icon, .bck-scroll-image:hover .bck-scroll-image-overlay {
	opacity: 0;
}

@-webkit-keyframes bck-scroll-X {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	to {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
}

@keyframes bck-scroll-X {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	to {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
}

@-webkit-keyframes bck-scroll-Y {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	to {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

@keyframes bck-scroll-Y {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	to {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

.bck-horizontal-timeline-frontend .slick-arrow:before {
	content: attr(data-icon) !important;
}

.bck-horizontal-timeline .slick-arrow:before {
	font-family: ETmodules !important;
	line-height: .5;
	line-height: 1.35;
	vertical-align: middle;
}

.bck-horizontal-timeline .slick-arrow:after, .bck-horizontal-timeline .slick-arrow:before {
	color: inherit !important;
}

.bck-horizontal-timeline-title h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.bck-horizontal-timeline .slick-arrow {
	z-index: 99 !important;
}

.bck-horizontal-timeline-icon-wrap {
	position: relative;
}

.bck-horizontal-timeline-icon-wrap:before {
	content: "";
	width: 150%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

.bck-horizontal-timeline-icon {
	border: 0 solid;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 99;
	border-radius: 6px;
}

.bck-horizontal-timeline-figure {
	max-width: 100%;
	overflow: hidden;
	display: inline-block;
}

.bck-horizontal-timeline-figure img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	max-width: 100%;
}

.bck-horizontal-timeline-content-wrap {
	position: relative;
}

.bck-horizontal-timeline .bck-horizontal-timeline-arrow:before {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.bck-horizontal-timeline .bck-horizontal-timeline-arrow {
	position: absolute;
	bottom: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 15px;
	height: 15px;
	border-right-color: transparent;
	border-bottom-color: transparent;
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.bck-toggle label {
	cursor: pointer;
}

.bck-toggle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
}

.bck-toggle-left, .bck-toggle-right {
	cursor: pointer;
}

.bck-toggle-head-1 {
	margin: 0;
	padding: 0;
}

.bck-toggle-btn {
	-ms-flex-align: center;
	align-items: center;
}

.bck-switch-label {
	position: relative;
	display: inline-block;
	width: 4.5em;
	vertical-align: middle;
}

.bck-switch-label .bck-toggle-switch {
	display: none;
}

.bck-switch-inner {
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bck-switch-inner, .bck-switch-inner:before {
	position: absolute;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.bck-switch-inner:before {
	content: "";
	height: 1.8em;
	width: 1.8em;
	left: .25em;
	bottom: .25em;
}

.bck-toggle-head-2 {
	margin: 0;
	padding: 0;
}

.bck-toggle-switch:checked+.bck-switch-inner:before {
	-webkit-transform: translateX(2.1em);
	transform: translateX(2.1em);
}

.bck-content-toggle-body .et-waypoint:not(.et_pb_counters) {
	opacity: 1 !important;
}

.bck-hover-box {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	border-style: solid;
}

.bck-hover-box-content {
	position: absolute;
	z-index: 9999;
}

.bck-hover-box-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bck-hover-box .bck-hover-box-desc {
	margin-bottom: 0;
	padding-bottom: 0;
}

.bck-hover-box.style_3 .bck-hover-box-content {
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(101%);
	transform: translateY(101%);
}

.bck-hover-box.style_3:hover .bck-hover-box-content {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.bck-hover-box.style_4 .bck-hover-box-content {
	left: 0;
	bottom: 0;
}

.bck-hover-box.style_4:hover .bck-hover-box-content {
	-webkit-transform: translateY(102%);
	transform: translateY(102%);
}

.bck-hover-box.style_1:hover .bck-hover-box-content, .bck-hover-box.style_2 .bck-hover-box-content {
	opacity: 0;
}

.bck-hover-box.style_2:hover .bck-hover-box-content {
	opacity: 1;
}

.bck-hover-box.style_5 .bck-hover-box-content {
	left: 0;
	top: 0;
	-webkit-transform: translateY(-101%);
	transform: translateY(-101%);
}

.bck-hover-box.style_5:hover .bck-hover-box-content {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.bck-hover-box.style_6 .bck-hover-box-content {
	left: 0;
	top: 0;
}

.bck-hover-box.style_6:hover .bck-hover-box-content {
	-webkit-transform: translateY(-102%);
	transform: translateY(-102%);
}

.bck-hover-box.style_7 .bck-hover-box-content {
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

.bck-hover-box.style_7 .bck-hover-box-desc, .bck-hover-box.style_7 .bck-hover-box-subtitle {
	opacity: 0;
}

.bck-hover-box.style_7:hover .bck-hover-box-desc, .bck-hover-box.style_7:hover .bck-hover-box-subtitle, .bck-hover-box.style_7:hover .bck-hover-box-title {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.bck-hover-box.style_7 .bck-hover-box-btn-wrap, .bck-hover-box.style_7 .bck-hover-box-desc, .bck-hover-box.style_7 .bck-hover-box-title {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

.bck-hover-box.style_7:hover .bck-hover-box-desc {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}

.bck-hover-box.style_8 .bck-hover-box-content {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	padding: 25px;
	height: 100%;
}

.bck-hover-box.style_8 .bck-hover-box-content:after, .bck-hover-box.style_8 .bck-hover-box-content:before {
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 25px;
	left: 25px;
	content: "";
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
}

.bck-hover-box.style_8 .bck-hover-box-content:before {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.bck-hover-box.style_8 .bck-hover-box-content:after {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.bck-hover-box.style_8:hover .bck-hover-box-content:after, .bck-hover-box.style_8:hover .bck-hover-box-content:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.bck-hover-box.style_8 .bck-hover-box-desc, .bck-hover-box.style_8 .bck-hover-box-subtitle {
	opacity: 0;
}

.bck-hover-box.style_8:hover .bck-hover-box-desc, .bck-hover-box.style_8:hover .bck-hover-box-subtitle {
	opacity: 1;
}

.bck-hover-box.style_8 .bck-hover-box-subtitle {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

.bck-hover-box.style_8 .bck-hover-box-title {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}

.bck-hover-box.style_8:hover .bck-hover-box-subtitle {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}

.bck-hover-box.style_8:hover .bck-hover-box-subtitle, .bck-hover-box.style_8:hover .bck-hover-box-title {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.bck-hover-box.style_9 .bck-hover-box-content {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	padding: 25px;
	height: 100%;
}

.bck-hover-box.style_9 .bck-hover-box-content:after, .bck-hover-box.style_9 .bck-hover-box-content:before {
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 25px;
	left: 25px;
	content: "";
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
}

.bck-hover-box.style_9 .bck-hover-box-content:before {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.bck-hover-box.style_9 .bck-hover-box-content:after {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.bck-hover-box.style_9:hover .bck-hover-box-content:after, .bck-hover-box.style_9:hover .bck-hover-box-content:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.bck-hover-box.style_9 .bck-hover-box-desc {
	opacity: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.bck-hover-box.style_9:hover .bck-hover-box-desc {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.bck-testimonial-img {
	border-style: solid;
	overflow: hidden;
	border-width: 0;
	display: inline-block !important;
}

.bck-img-right .bck-testimonial-reviewer figure {
	-ms-flex-order: 2;
	order: 2;
}

.bck-testimonial {
	position: relative;
}

.bck-testimonial.bck-align-left * {
	text-align: left;
}

.bck-testimonial.bck-align-center * {
	text-align: center;
}

.bck-testimonial.bck-align-right * {
	text-align: right;
}

.bck-img-left .bck-testimonial-reviewer, .bck-img-right .bck-testimonial-reviewer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.bck-testimonial-review p {
	padding-bottom: 0 !important;
}

.bck-align-right .bck-testimonial-reviewer {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.bck-align-center .bck-testimonial-reviewer {
	-ms-flex-pack: center;
	justify-content: center;
}

.bck-testimonial-icon i {
	display: inline-block;
	border-style: solid;
}

.bck-testimonial-inner {
	position: relative;
	z-index: 1;
	border-style: solid;
	min-height: 110px;
}

.bck-testimonial-inner .bck-icon-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	left: 0;
	top: 0;
}

.bck-testimonial .bck-icon-absolute {
	position: absolute;
	z-index: 9999999;
}

.bck-testimonial-content {
	width: 100%;
}

.bck-testimonial-inner.img-pos-left, .bck-testimonial-inner.img-pos-right {
	display: -ms-flexbox;
	display: flex;
}

.bck-vertical-timeline .et_pb_module.bck_vertical_timeline_child:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.bck-vt-content-inner {
	position: relative;
}

.bck-vertical-timeline h4, .bck-vertical-timeline h5 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.bck-vertical-timeline {
	position: relative;
	overflow: hidden;
}

.bck-vt-date-time .bck-vt-date, .bck-vt-date-time .bck-vt-time, .bck-vt-figure {
	display: inline-block;
}

.bck-vt-figure img {
	border-style: solid;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.bck-vt-content {
	border-style: solid;
}

.bck-vt-circle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	border: 0 solid #333;
	z-index: 9999;
	position: absolute;
}

.bck-vt-title h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.bck_vertical_timeline_child:not(.is-scroll) .bck-vt-scroll-inner {
	display: none;
}

.bck-vt-circle i:after {
	-webkit-transition: 0s !important;
	-o-transition: 0s !important;
	transition: 0s !important;
}

.bck-vt-scroll {
	position: absolute;
	height: 300%;
	left: 0;
	top: 5px;
	z-index: 99;
}

.bck-vt-scroll-inner {
	width: 100%;
	position: static;
}

.bck-vt-circle-date {
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

.bck-vt-circle-date .date-day {
	font-size: 13px;
}

.bck-vt-circle-date .date-month {
	font-size: 16px;
}

.bck-vt-circle-date .date-year {
	font-size: 11px;
}

.bck-vt-time {
	margin-left: 8px;
}

.template-1 .bck-vt-scroll {
	left: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.template-1 .bck_vertical_timeline_child:nth-child(2n) .bck-vt-scroll {
	left: auto;
	right: 100%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.template-1 .bck_vertical_timeline_child {
	position: relative;
	margin: 0 50% 0 0;
}

.template-1 .bck_vertical_timeline_child:nth-child(2n) {
	margin: 0 0 0 50%;
}

.template-1 .bck-vt-content {
	position: relative;
}

.template-1 .bck_vertical_timeline_child:nth-child(2n) .bck-vt-content-inner:before {
	right: auto;
	left: -9px;
}

.template-1 .bck-vt-content-inner:before {
	width: 20px;
	height: 20px;
	display: block;
	content: "";
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: -9px;
	background-color: inherit;
}

.template-1 .bck-vt-circle {
	position: absolute;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.template-1 .bck_vertical_timeline_child:nth-child(2n) .bck-vt-circle {
	right: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.template-2 .bck-vt-content-inner:before {
	width: 20px;
	height: 20px;
	display: block;
	content: "";
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: -9px;
	background-color: inherit;
}

.template-2 .bck_vertical_timeline_child {
	position: relative;
	margin: 0;
}

.template-2 .bck-vt-content {
	position: relative;
}

.template-2 .bck-vt-circle, .template-2 .bck-vt-scroll {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.template-2 .bck-vt-scroll {
	left: 0;
}

.template-3 .bck_vertical_timeline_child {
	position: relative;
	padding-bottom: 40px;
}

.template-3 .bck-vt-content {
	position: relative;
}

.template-3 .bck-vt-content-inner:before {
	width: 20px;
	height: 20px;
	display: block;
	content: "";
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: -9px;
	background-color: inherit;
}

.template-3 .bck-vt-scroll {
	left: 0;
}

.template-3 .bck-vt-circle, .template-3 .bck-vt-scroll {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.template-3 .bck-vt-content-left {
	position: absolute;
	text-align: right;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

@media (max-width:767px) {
	.bck-vertical-timeline.template-1 .bck-vt-circle {
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	
	.bck-vertical-timeline.template-1 .bck-vt-scroll {
		left: 50% !important;
		-webkit-transform: translateX(-50%) !important;
		transform: translateX(-50%) !important;
		right: auto !important;
	}
	
	.bck-vertical-timeline.template-1 .bck_vertical_timeline_child {
		margin: 0 !important;
	}
	
	.bck-vertical-timeline.template-1 .bck-vt-content-inner:before {
		left: 50% !important;
		top: -10px !important;
		right: auto !important;
		margin-left: -10px;
	}
	
	.bck-vertical-timeline.template-1 .bck-vt-content, .bck-vertical-timeline.template-1 .bck_vertical_timeline_child:nth-child(2n) .bck-vt-content {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.template-1 .bck_vertical_timeline_child:nth-child(2n) .bck-vt-circle {
		-webkit-transform: translateX(-50%) translateY(-50%) !important;
		transform: translateX(-50%) translateY(-50%) !important;
	}
	
	.template-1 .bck-vt-content {
		z-index: 9999;
	}
	
	.template-1 .bck_vertical_timeline_child .bck-vt-circle {
		right: auto !important;
		left: 50% !important;
	}
	
	.bck-vertical-timeline.template-3 .bck-vt-title {
		position: static !important;
		text-align: inherit;
		top: auto;
		left: auto;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		margin-bottom: 15px;
	}
	
	.bck-vertical-timeline.template-3 .bck-vt-content-left {
		width: 166px !important;
		width: auto !important;
		position: static !important;
		-webkit-transform: translateX(0) translateY(0) !important;
		transform: translateX(0) translateY(0) !important;
		text-align: left !important;
	}
}

.bck-vertical-timeline .et_pb_module {
	margin-bottom: 0 !important;
}

.bck-cf7-styler * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bck-cf7-styler .wpcf7 form {
	position: relative;
}

.bck-cf7-styler .wpcf7-form .wpcf7-submit {
	display: block !important;
}

.bck-cf7-styler .wpcf7 form>div, .bck-cf7-styler .wpcf7 form>p {
	margin-bottom: 1rem;
	padding-bottom: 0;
}

.bck-cf7-styler .wpcf7 .bck-cf7-styler .wpcf7-control-wrap {
	width: 100%;
	display: block;
}

.bck-cf7-styler .wpcf7 input:not([type=submit]):focus, .bck-cf7-styler .wpcf7 select:focus, .bck-cf7-styler .wpcf7 textarea:focus {
	border-color: #eaeaea;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bck-cf7-styler .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]), .bck-cf7-styler .wpcf7 select, .bck-cf7-styler .wpcf7 textarea {
	width: 100%;
	max-width: 100%;
	padding: .75em;
}

.bck-cf7-styler .wpcf7 input[type=file] {
	color: #666;
	height: auto;
	border: 1px solid #eaeaea;
	background: #fafafa;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bck-cf7-styler.bck-cf7-styler-cr .wpcf7 input[type=checkbox], .bck-cf7-styler.bck-cf7-styler-cr .wpcf7 input[type=radio] {
	display: inline-block;
	position: relative;
	visibility: hidden;
	clear: none;
	cursor: pointer;
	line-height: 0;
	height: 1.2em;
	margin: -3px 4px 0 0;
	outline: 0;
	padding: 0;
	border-radius: .2em;
	text-align: center;
	vertical-align: middle;
	width: 1.4em;
	min-width: 1.4em;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.bck-cf7-styler input[type=range] {
	background: 0 0 !important;
	border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.bck-cf7-styler.bck-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]+span:before, .bck-cf7-styler.bck-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]:checked+span:before, .bck-cf7-styler.bck-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]+span:before, .bck-cf7-styler.bck-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]:checked+span:before, .bck-cf7-styler.bck-cf7-styler-cr .wpcf7-radio input[type=radio]+span:before {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.bck-cf7-styler.bck-cf7-styler-cr .wpcf7-acceptance input[type=checkbox], .bck-cf7-styler.bck-cf7-styler-cr .wpcf7-checkbox input[type=checkbox], .bck-cf7-styler.bck-cf7-styler-cr .wpcf7-radio input[type=radio] {
	display: none;
}

.bck-cf7-styler.bck-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]+span:before, .bck-cf7-styler.bck-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]+span:before, .bck-cf7-styler.bck-cf7-styler-cr .wpcf7-radio input[type=radio]:not(:checked)+span:before {
	background-color: #fff;
}

.bck-cf7-styler.bck-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]+span:before, .bck-cf7-styler.bck-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]+span:before, .bck-cf7-styler.bck-cf7-styler-cr .wpcf7-radio input[type=radio]+span:before {
	border: 1px solid #d1d8de;
	width: 14px;
	height: 14px;
}

.bck-cf7-styler.bck-cf7-styler-cr .wpcf7-radio input[type=radio]:checked+span:before {
	-webkit-box-shadow: inset 0 0 0 4px #fff;
	box-shadow: inset 0 0 0 4px #fff;
}

.bck-cf7-styler.bck-cf7-styler-cr .wpcf7-radio input[type=radio]+span:before {
	border-radius: 100%;
	background-color: #d1d8de;
}

.bck-cf7-styler.bck-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]+span:before, .bck-cf7-styler.bck-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]+span:before, .bck-cf7-styler.bck-cf7-styler-cr .wpcf7-radio input[type=radio]+span:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
}

.bck-cf7-styler.bck-cf7-styler-cr .wpcf7-acceptance input[type=checkbox]:checked+span:before, .bck-cf7-styler.bck-cf7-styler-cr .wpcf7-checkbox input[type=checkbox]:checked+span:before {
	content: "✔";
	line-height: 1.2;
}

.bck-cf7-styler-button-center input.wpcf7-form-control.wpcf7-submit, .bck-cf7-styler-button-justify input.wpcf7-form-control.wpcf7-submit, .bck-cf7-styler-button-left input.wpcf7-form-control.wpcf7-submit, .bck-cf7-styler-button-right input.wpcf7-form-control.wpcf7-submit {
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	width: auto;
}

.bck-cf7 .wpcf7 input[type=submit][disabled] {
	cursor: not-allowed;
}

.bck-cf7-styler .wpcf7 input[type=submit] {
	font-size: 14px;
	font-size: 16px;
	letter-spacing: .6px;
	width: auto;
	padding: 10px 22px;
	border-radius: 3px;
	border-style: solid;
	border-color: #2ea3f2;
	color: #fff;
	background-color: #2ea3f2;
	-webkit-appearance: button;
	cursor: pointer;
}

.bck-cf7-styler .wpcf7 div.wpcf7-response-output {
	margin: 0;
}

.bck-form-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.bck-form-header-icon, .bck-form-header-image {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: auto 0;
	flex: auto 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 50% 50%;
}

.bck-form-header-title {
	font-size: 32px;
	font-weight: 600;
}

.bck-form-header-text {
	margin-top: 8px;
	opacity: .7;
	font-size: 15px;
}

.bck-cf7-styler-button-center .wpcf7-form button.wpcf7-submit, .bck-cf7-styler-button-center .wpcf7-form input[type=submit] {
	margin-left: auto !important;
	margin-right: auto !important;
}

.bck-cf7-styler-button-right .wpcf7-form button.wpcf7-submit, .bck-cf7-styler-button-right .wpcf7-form input[type=submit] {
	margin-left: auto !important;
}

.bck-cf7-styler-button-left .wpcf7-form button.wpcf7-submit, .bck-cf7-styler-button-left .wpcf7-form input[type=submit] {
	margin-right: auto !important;
}

.bck-logo-grid {
	display: grid;
	list-style: none;
	padding: 0;
}

.bck_logo_grid_child {
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	border-style: solid;
}

.bck_logo_grid_child>div {
	height: auto !important;
	width: 100%;
}

.bck_logo_grid_child figure {
	margin: 0;
	text-align: center;
	height: 100%;
}

.bck-logo-grid__item a {
	display: block;
	height: 100%;
}

.bck-logo-grid__item img {
	vertical-align: middle;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	-o-object-fit: contain;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto;
}

.zoom_in .bck-logo-grid__item:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.zoom_out .bck-logo-grid__item:hover img {
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.fade .bck-logo-grid__item:hover img {
	opacity: .65;
}

.black_n_white .bck-logo-grid__item:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.bck-logo-grid .et_pb_module {
	margin-bottom: 0 !important;
}

.bck-logo-grid__item {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border-style: solid;
}

.tippy-touch {
	cursor: pointer !important;
}

.tippy-notransition {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.tippy-popper {
	max-width: 400px;
	-webkit-perspective: 800px;
	perspective: 800px;
	z-index: 9999;
	outline: 0;
	-webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
	-o-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
	transition-timing-function: cubic-bezier(.165, .84, .44, 1);
	pointer-events: none;
}

.tippy-popper.html-template {
	max-width: 96%;
	max-width: calc(100% - 20px);
}

.tippy-popper[x-placement^=top] [x-arrow] {
	border-top: 7px solid #333;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	bottom: -7px;
	margin: 0 9px;
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-small {
	border-top: 5px solid #333;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: -5px;
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-big {
	border-top: 10px solid #333;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
}

.tippy-popper[x-placement^=top] [x-circle] {
	-webkit-transform-origin: 0 33%;
	transform-origin: 0 33%;
}

.tippy-popper[x-placement^=top] [x-circle].enter {
	-webkit-transform: scale(1) translate(-50%, -55%);
	transform: scale(1) translate(-50%, -55%);
	opacity: 1;
}

.tippy-popper[x-placement^=top] [x-circle].leave {
	-webkit-transform: scale(.15) translate(-50%, -50%);
	transform: scale(.15) translate(-50%, -50%);
	opacity: 0;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
	background-color: #fff;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
	border-top: 7px solid #fff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
	border-top: 5px solid #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
	border-top: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
	background-color: rgba(0, 0, 0, .7);
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
	border-top: 7px solid rgba(0, 0, 0, .7);
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
	border-top: 5px solid rgba(0, 0, 0, .7);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
	border-top: 10px solid rgba(0, 0, 0, .7);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
}

.tippy-popper[x-placement^=top] [data-animation=perspective].enter {
	opacity: 1;
	-webkit-transform: translateY(-10px) rotateX(0);
	transform: translateY(-10px) rotateX(0);
}

.tippy-popper[x-placement^=top] [data-animation=perspective].leave {
	opacity: 0;
	-webkit-transform: translateY(0) rotateX(90deg);
	transform: translateY(0) rotateX(90deg);
}

.tippy-popper[x-placement^=top] [data-animation=fade].enter {
	opacity: 1;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=fade].leave {
	opacity: 0;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift].enter {
	opacity: 1;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift].leave {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.tippy-popper[x-placement^=top] [data-animation=scale].enter {
	opacity: 1;
	-webkit-transform: translateY(-10px) scale(1);
	transform: translateY(-10px) scale(1);
}

.tippy-popper[x-placement^=top] [data-animation=scale].leave {
	opacity: 0;
	-webkit-transform: translateY(0) scale(0);
	transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^=bottom] [x-arrow] {
	border-bottom: 7px solid #333;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	top: -7px;
	margin: 0 9px;
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
	border-bottom: 5px solid #333;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	top: -5px;
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
	border-bottom: 10px solid #333;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	top: -10px;
}

.tippy-popper[x-placement^=bottom] [x-circle] {
	-webkit-transform-origin: 0 -50%;
	transform-origin: 0 -50%;
}

.tippy-popper[x-placement^=bottom] [x-circle].enter {
	-webkit-transform: scale(1) translate(-50%, -45%);
	transform: scale(1) translate(-50%, -45%);
	opacity: 1;
}

.tippy-popper[x-placement^=bottom] [x-circle].leave {
	-webkit-transform: scale(.15) translate(-50%, -5%);
	transform: scale(.15) translate(-50%, -5%);
	opacity: 0;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
	background-color: #fff;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
	border-bottom: 7px solid #fff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
	border-bottom: 5px solid #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
	background-color: rgba(0, 0, 0, .7);
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
	border-bottom: 7px solid rgba(0, 0, 0, .7);
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
	border-bottom: 5px solid rgba(0, 0, 0, .7);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
	border-bottom: 10px solid rgba(0, 0, 0, .7);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
	-webkit-transform-origin: top;
	transform-origin: top;
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
	opacity: 1;
	-webkit-transform: translateY(10px) rotateX(0);
	transform: translateY(10px) rotateX(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
	opacity: 0;
	-webkit-transform: translateY(0) rotateX(-90deg);
	transform: translateY(0) rotateX(-90deg);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
	opacity: 1;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
	opacity: 1;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
	opacity: 1;
	-webkit-transform: translateY(10px) scale(1);
	transform: translateY(10px) scale(1);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
	opacity: 0;
	-webkit-transform: translateY(0) scale(0);
	transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^=left] [x-arrow] {
	border-left: 7px solid #333;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	right: -7px;
	margin: 6px 0;
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-small {
	border-left: 5px solid #333;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	right: -5px;
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-big {
	border-left: 10px solid #333;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	right: -10px;
}

.tippy-popper[x-placement^=left] [x-circle] {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.tippy-popper[x-placement^=left] [x-circle].enter {
	-webkit-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
	opacity: 1;
}

.tippy-popper[x-placement^=left] [x-circle].leave {
	-webkit-transform: scale(.15) translate(-50%, -50%);
	transform: scale(.15) translate(-50%, -50%);
	opacity: 0;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
	background-color: #fff;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
	border-left: 7px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
	border-left: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
	border-left: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
	background-color: rgba(0, 0, 0, .7);
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
	border-left: 7px solid rgba(0, 0, 0, .7);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
	border-left: 5px solid rgba(0, 0, 0, .7);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
	border-left: 10px solid rgba(0, 0, 0, .7);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
	-webkit-transform-origin: right;
	transform-origin: right;
}

.tippy-popper[x-placement^=left] [data-animation=perspective].enter {
	opacity: 1;
	-webkit-transform: translateX(-10px) rotateY(0);
	transform: translateX(-10px) rotateY(0);
}

.tippy-popper[x-placement^=left] [data-animation=perspective].leave {
	opacity: 0;
	-webkit-transform: translateX(0) rotateY(-90deg);
	transform: translateX(0) rotateY(-90deg);
}

.tippy-popper[x-placement^=left] [data-animation=fade].enter {
	opacity: 1;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=fade].leave {
	opacity: 0;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift].enter {
	opacity: 1;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift].leave {
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.tippy-popper[x-placement^=left] [data-animation=scale].enter {
	opacity: 1;
	-webkit-transform: translateX(-10px) scale(1);
	transform: translateX(-10px) scale(1);
}

.tippy-popper[x-placement^=left] [data-animation=scale].leave {
	opacity: 0;
	-webkit-transform: translateX(0) scale(0);
	transform: translateX(0) scale(0);
}

.tippy-popper[x-placement^=right] [x-arrow] {
	border-right: 7px solid #333;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	left: -7px;
	margin: 6px 0;
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-small {
	border-right: 5px solid #333;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	left: -5px;
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-big {
	border-right: 10px solid #333;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	left: -10px;
}

.tippy-popper[x-placement^=right] [x-circle] {
	-webkit-transform-origin: -50% 0;
	transform-origin: -50% 0;
}

.tippy-popper[x-placement^=right] [x-circle].enter {
	-webkit-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
	opacity: 1;
}

.tippy-popper[x-placement^=right] [x-circle].leave {
	-webkit-transform: scale(.15) translate(-50%, -50%);
	transform: scale(.15) translate(-50%, -50%);
	opacity: 0;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
	background-color: #fff;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
	border-right: 7px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
	border-right: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
	border-right: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
	background-color: rgba(0, 0, 0, .7);
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
	border-right: 7px solid rgba(0, 0, 0, .7);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
	border-right: 5px solid rgba(0, 0, 0, .7);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
	border-right: 10px solid rgba(0, 0, 0, .7);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
	-webkit-transform-origin: left;
	transform-origin: left;
}

.tippy-popper[x-placement^=right] [data-animation=perspective].enter {
	opacity: 1;
	-webkit-transform: translateX(10px) rotateY(0);
	transform: translateX(10px) rotateY(0);
}

.tippy-popper[x-placement^=right] [data-animation=perspective].leave {
	opacity: 0;
	-webkit-transform: translateX(0) rotateY(90deg);
	transform: translateX(0) rotateY(90deg);
}

.tippy-popper[x-placement^=right] [data-animation=fade].enter {
	opacity: 1;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=fade].leave {
	opacity: 0;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift].enter {
	opacity: 1;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift].leave {
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.tippy-popper[x-placement^=right] [data-animation=scale].enter {
	opacity: 1;
	-webkit-transform: translateX(10px) scale(1);
	transform: translateX(10px) scale(1);
}

.tippy-popper[x-placement^=right] [data-animation=scale].leave {
	opacity: 0;
	-webkit-transform: translateX(0) scale(0);
	transform: translateX(0) scale(0);
}

.tippy-popper .tippy-tooltip.transparent-theme {
	background-color: rgba(0, 0, 0, .7);
}

.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
	background-color: transparent;
}

.tippy-popper .tippy-tooltip.light-theme {
	color: #26323d;
	-webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, .1), 0 4px 80px -8px rgba(0, 20, 60, .2);
	box-shadow: 0 4px 20px 4px rgba(0, 20, 60, .1), 0 4px 80px -8px rgba(0, 20, 60, .2);
	background-color: #fff;
}

.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
	background-color: transparent;
}

.tippy-tooltip {
	position: relative;
	color: #fff;
	border-radius: 4px;
	font-size: .95rem;
	padding: .4rem .8rem;
	text-align: center;
	will-change: transform;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #333;
}

.tippy-tooltip--small {
	padding: .25rem .5rem;
	font-size: .8rem;
}

.tippy-tooltip--big {
	padding: .6rem 1.2rem;
	font-size: 1.2rem;
}

.tippy-tooltip[data-animatefill] {
	overflow: hidden;
	background-color: transparent;
}

.tippy-tooltip[data-interactive] {
	pointer-events: auto;
}

.tippy-tooltip[data-inertia] {
	-webkit-transition-timing-function: cubic-bezier(.53, 2, .36, .85);
	-o-transition-timing-function: cubic-bezier(.53, 2, .36, .85);
	transition-timing-function: cubic-bezier(.53, 2, .36, .85);
}

.tippy-tooltip [x-arrow] {
	position: absolute;
	width: 0;
	height: 0;
}

.tippy-tooltip [x-circle] {
	position: absolute;
	will-change: transform;
	background-color: #333;
	border-radius: 50%;
	width: 130%;
	width: calc(110% + 2rem);
	left: 50%;
	top: 50%;
	z-index: -1;
	overflow: hidden;
	-webkit-transition: all ease;
	-o-transition: all ease;
	transition: all ease;
}

.tippy-tooltip [x-circle]:before {
	content: "";
	padding-top: 90%;
	float: left;
}

@media (max-width:450px) {
	.tippy-popper {
		max-width: 96%;
		max-width: calc(100% - 20px);
	}
}

.tippy-box[data-theme=light] {
	color: #26323d;
	-webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, .1), 0 4px 80px -8px rgba(0, 20, 60, .2);
	box-shadow: 0 4px 20px 4px rgba(0, 20, 60, .1), 0 4px 80px -8px rgba(0, 20, 60, .2);
	background-color: #fff;
	border-radius: 4px;
}

.tippy-box, .tippy-tooltip {
	font-size: 14px;
	padding: 5px 10px !important;
	line-height: 24px;
}

.tippy-content {
	position: relative;
	padding: 0;
	z-index: 1;
}

.tippy-box[data-theme=light] .tippy-arrow {
	color: #fff;
}

.tippy-box[data-theme=dark] .tippy-arrow {
	color: #262626;
}

.tippy-box[data-theme=dark] {
	color: #fff;
	background-color: #262626;
	border-radius: 4px;
}

.bck-lottie-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.bck-lottie-container {
	display: inline-block;
	max-width: 100%;
	width: 100%;
	opacity: 1;
}

.bck-lottie-container:hover {
	opacity: 1;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.bck-lottie-container svg, .bck-lottie-container svg * {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.bck-lottie-caption {
	color: inherit;
	margin-top: 0;
	text-align: center;
}

.bck-flipbox-icon-front .bck-et-icon {
	font-family: ETmodules !important;
	font-weight: 400 !important;
}

.bck-flipbox-card-container {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.bck-flipbox-card {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bck-flipbox-front-card {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	-webkit-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.bck-flipbox-card-inner {
	width: 100%;
}

.bck-flipbox-card-content {
	width: 100%;
	padding: 30px;
}

.bck-flipbox-back-card {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.bck-flipbox--flip .bck-flipbox-card-container {
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.bck-flipbox--flip .bck-flipbox-back-card, .bck-flipbox--flip .bck-flipbox-front-card {
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.bck-flipbox--flip .bck-flipbox-front-card {
	position: relative;
	bottom: 0;
	z-index: 10;
}

.bck-flipbox--flip .bck-flipbox-back-card {
	position: absolute;
	z-index: -1;
	padding: 30px;
}

.bck-flipbox--flip.bck-flip-right .bck-flipbox-front-card {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.bck-flipbox--flip.bck-flip-right .bck-flipbox-back-card {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.bck-flipbox--flip.bck-flip-right:hover .bck-flipbox-back-card {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.bck-flipbox--flip.bck-flip-right:hover .bck-flipbox-front-card {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.bck-flipbox--flip.bck-flip-left .bck-flipbox-front-card {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.bck-flipbox--flip.bck-flip-left .bck-flipbox-back-card {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.bck-flipbox--flip.bck-flip-left:hover .bck-flipbox-back-card {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.bck-flipbox--flip.bck-flip-left:hover .bck-flipbox-front-card {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.bck-flipbox--flip.bck-flip-up .bck-flipbox-front-card {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.bck-flipbox--flip.bck-flip-up .bck-flipbox-back-card {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.bck-flipbox--flip.bck-flip-up:hover .bck-flipbox-back-card {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.bck-flipbox--flip.bck-flip-up:hover .bck-flipbox-front-card {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.bck-flipbox--flip.bck-flip-down .bck-flipbox-front-card {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.bck-flipbox--flip.bck-flip-down .bck-flipbox-back-card {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.bck-flipbox--flip.bck-flip-down:hover .bck-flipbox-back-card {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.bck-flipbox--flip.bck-flip-down:hover .bck-flipbox-front-card {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.bck-flipbox--flip:hover .bck-flipbox-front-card {
	z-index: -1;
}

.bck-flipbox--flip:hover .bck-flipbox-back-card {
	z-index: 1;
}

.bck-flipbox-subtitle-back, .bck-flipbox-subtitle-front, .bck-flipbox-title-back, .bck-flipbox-title-front {
	margin-bottom: 0;
	padding-bottom: 0;
}

.bck-flipbox-figure-back .bck-flipbox-icon, .bck-flipbox-figure-front .bck-flipbox-icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.bck-flipbox-figure-back, .bck-flipbox-figure-front {
	border-style: solid;
	display: inline-block;
}

.bck-flipbox-figure-back img, .bck-flipbox-figure-front img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.bck-flipbox-card {
	border-style: solid;
}

.bck-flipbox--flip.bck-flipbox-3d .bck-flipbox-back-card, .bck-flipbox--flip.bck-flipbox-3d .bck-flipbox-front-card {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.bck-flipbox--flip.bck-flipbox-3d .bck-flipbox-card-inner {
	-webkit-transform: translateZ(50px) scale(.9);
	transform: translateZ(50px) scale(.9);
}

.bck-flipbox--flip.bck-flipbox-3d .bck-flipbox-card-container {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.bck-flipbox--push, .bck-flipbox--slide {
	overflow: hidden;
	position: relative;
}

.bck-flipbox--slide .bck-flipbox-back-card {
	z-index: 9999;
}

.bck-flipbox--push.bck-push-up .bck-flipbox-back-card, .bck-flipbox--slide.bck-slide-up .bck-flipbox-back-card {
	top: 100%;
}

.bck-flipbox--push.bck-push-up:hover .bck-flipbox-back-card, .bck-flipbox--slide.bck-slide-up:hover .bck-flipbox-back-card {
	top: 0;
}

.bck-flipbox--push.bck-push-down .bck-flipbox-back-card, .bck-flipbox--push.bck-push-up:hover .bck-flipbox-front-card, .bck-flipbox--slide.bck-slide-down .bck-flipbox-back-card {
	top: -100%;
}

.bck-flipbox--push.bck-push-down:hover .bck-flipbox-back-card, .bck-flipbox--slide.bck-slide-down:hover .bck-flipbox-back-card {
	top: 0;
}

.bck-flipbox--push.bck-push-down:hover .bck-flipbox-front-card {
	top: 100%;
}

.bck-flipbox--push.bck-push-left .bck-flipbox-back-card, .bck-flipbox--slide.bck-slide-left .bck-flipbox-back-card {
	left: 100%;
}

.bck-flipbox--push.bck-push-left:hover .bck-flipbox-back-card, .bck-flipbox--slide.bck-slide-left:hover .bck-flipbox-back-card {
	left: 0;
}

.bck-flipbox--push.bck-push-left:hover .bck-flipbox-front-card, .bck-flipbox--push.bck-push-right .bck-flipbox-back-card, .bck-flipbox--slide.bck-slide-right .bck-flipbox-back-card {
	left: -100%;
}

.bck-flipbox--push.bck-push-right:hover .bck-flipbox-back-card, .bck-flipbox--slide.bck-slide-right:hover .bck-flipbox-back-card {
	left: 0;
}

.bck-flipbox--push.bck-push-right:hover .bck-flipbox-front-card {
	left: 100%;
}

.bck-flipbox--fade .bck-flipbox-back-card {
	z-index: 999;
	opacity: 0;
}

.bck-flipbox--fade:hover .bck-flipbox-back-card {
	opacity: 1;
}

.bck-flipbox--zoom_in .bck-flipbox-back-card {
	z-index: 999;
	opacity: 0;
	-webkit-transform: scale(.3);
	transform: scale(.3);
}

.bck-flipbox--zoom_in:hover .bck-flipbox-back-card {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.bck-flipbox--zoom_out .bck-flipbox-front-card {
	z-index: 999;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.bck-flipbox--zoom_out:hover .bck-flipbox-front-card {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	pointer-events: none;
}

.bck-flipbox--rotate_3d .bck-flipbox-inner {
	position: relative;
	-webkit-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
}

.bck-flipbox--rotate_3d .bck-flipbox-inner .bck-flipbox-card-container {
	position: absolute;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-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;
	-webkit-transform: translateZ(-75px);
	transform: translateZ(-75px);
}

.bck-flipbox--rotate_3d .bck-flipbox-inner .bck-flipbox-card-container, .bck-flipbox--rotate_3d .bck-flipbox-inner .bck-flipbox-card-container:hover {
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	-o-transition-property: transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.bck-flipbox--rotate_3d .bck-flipbox-inner .bck-flipbox-card-container:hover {
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transform: translateZ(-75px) rotateY(180deg);
	transform: translateZ(-75px) rotateY(180deg);
}

.bck-flipbox--rotate_3d .bck-flipbox-inner .bck-flipbox-front-card {
	z-index: 1;
	-webkit-transform: rotateY(0deg) translateZ(75px);
	transform: rotateY(0deg) translateZ(75px);
}

.bck-flipbox--rotate_3d .bck-flipbox-inner .bck-flipbox-back-card {
	z-index: 0;
	-webkit-transform: rotateY(180deg) translateZ(75px);
	transform: rotateY(180deg) translateZ(75px);
}

.bck-flipbox--rotate_3d .bck-flipbox-inner .bck-flank {
	width: 150px;
	height: 100%;
	left: 75px;
	-webkit-transform: rotateY(-90deg) translateZ(150px);
	transform: rotateY(-90deg) translateZ(150px);
	display: block;
	overflow: hidden;
	position: absolute;
}

.bck-flipbox--rotate_3d.bck-rotate_3d-v .bck-flipbox-inner .bck-flipbox-card-container:hover {
	-webkit-transform: translateZ(-75px) rotateX(180deg);
	transform: translateZ(-75px) rotateX(180deg);
}

.bck-flipbox--rotate_3d.bck-rotate_3d-v .bck-flipbox-inner .bck-flipbox-back-card {
	-webkit-transform: rotateX(180deg) translateZ(75px);
	transform: rotateX(180deg) translateZ(75px);
}

.bck-flipbox--rotate_3d.bck-rotate_3d-v .bck-flipbox-inner .bck-flank {
	width: 100%;
	height: 150px;
	left: 0;
	top: 25px;
}

.bck-flipbox--rotate_3d .bck-flipbox-inner .bck-flipbox-card, .bck-flipbox-card-container {
	height: 100%;
	width: 100%;
	position: absolute;
}

.bck-flipbox--open_up .bck-flipbox-card-container {
	-webkit-perspective: 800px;
	perspective: 800px;
}

.bck-flipbox--open_up .bck-flipbox-front-card {
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

.bck-flipbox--open_up:hover .bck-flipbox-front-card {
	-webkit-transform: rotateX(77deg);
	transform: rotateX(77deg);
}

.bck-flipbox--diagonal.bck-diagonal-right .bck-flipbox-back-card {
	-webkit-transform: rotate3d(-1, 1, 0, 180deg);
	transform: rotate3d(-1, 1, 0, 180deg);
}

.bck-flipbox--diagonal.bck-diagonal-left .bck-flipbox-back-card {
	-webkit-transform: rotate3d(1, 1, 0, 180deg);
	transform: rotate3d(1, -1, 0, 180deg);
}

.bck-flipbox--diagonal.bck-diagonal-right:hover .bck-flipbox-card-container {
	-webkit-transform: rotate3d(-1, 1, 0, 180deg);
	transform: rotate3d(-1, 1, 0, 180deg);
}

.bck-flipbox--diagonal.bck-diagonal-left:hover .bck-flipbox-card-container {
	-webkit-transform: rotate3d(1, -1, 0, 180deg);
	transform: rotate3d(1, -1, 0, 180deg);
}

.bck-flipbox--shake .bck-flipbox-inner {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.bck-flipbox--shake .bck-flipbox-card-container .bck-flipbox-back-card {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.bck-flipbox--shake:hover .bck-flipbox-card-container {
	-webkit-transform: rotateX(180deg) rotate(180deg);
	transform: rotateX(180deg) rotate(180deg);
}

.bck-hotspot-label .bck-et-icon {
	font-family: ETmodules !important;
	font-weight: 400 !important;
}

.bck-hotspots {
	position: relative;
}

.bck-hotspot .bck-hotspot-tooltip {
	display: none;
}

.bck-hotspots-img-root {
	width: 100%;
}

.bck-hotspots .bck_hotspots_child {
	position: absolute !important;
	border-radius: 50%;
	margin-bottom: 0 !important;
}

.bck-hotspot-label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	border-style: solid;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
}

.bck-hotspot-desc, .bck-hotspot-title {
	color: #fff;
}

.bck-hotspot-tp-figure {
	border-style: solid;
	display: inline-block;
}

.bck-hotspot-tp-icon, .bck-hotspot-tp-img {
	height: 100%;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bck-hotspot-btn {
	font-size: 20px;
}

@-webkit-keyframes hpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	10% {
		opacity: 1;
	}
	
	90% {
		opacity: 0;
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes hpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	10% {
		opacity: 1;
	}
	
	90% {
		opacity: 0;
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.tippy-box[data-animation=fade][data-state=hidden] {
	opacity: 0;
}

[data-tippy-root] {
	max-width: calc(100vw - 10px);
}

.tippy-box {
	position: relative;
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.4;
	outline: 0;
	-webkit-transition-property: visibility, opacity, -webkit-transform;
	transition-property: visibility, opacity, -webkit-transform;
	transition-property: transform, visibility, opacity;
	transition-property: transform, visibility, opacity, -webkit-transform;
	-o-transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top]>.tippy-arrow {
	bottom: 0;
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
	bottom: -7px;
	left: 0;
	border-width: 8px 8px 0;
	border-top-color: initial;
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
	top: 0;
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
	top: -7px;
	left: 0;
	border-width: 0 8px 8px;
	border-bottom-color: initial;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.tippy-box[data-placement^=left]>.tippy-arrow {
	right: 0;
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
	border-width: 8px 0 8px 8px;
	border-left-color: initial;
	right: -7px;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

.tippy-box[data-placement^=right]>.tippy-arrow {
	left: 0;
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
	left: -7px;
	border-width: 8px 8px 8px 0;
	border-right-color: initial;
	-webkit-transform-origin: center right;
	transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
	-webkit-transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
	-o-transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
	transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}

.tippy-arrow {
	width: 16px;
	height: 16px;
	color: #333;
}

.tippy-arrow:before {
	content: "";
	position: absolute;
	border-color: transparent;
	border-style: solid;
}

.tippy-content {
	position: relative;
	padding: 5px 9px;
	z-index: 1;
}

.tippy-box[data-animation=scale][data-placement^=top] {
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
	-webkit-transform-origin: top;
	transform-origin: top;
}

.tippy-box[data-animation=scale][data-placement^=left] {
	-webkit-transform-origin: right;
	transform-origin: right;
}

.tippy-box[data-animation=scale][data-placement^=right] {
	-webkit-transform-origin: left;
	transform-origin: left;
}

.tippy-box[data-animation=scale][data-state=hidden] {
	-webkit-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}

.tippy-box[data-animation=perspective][data-placement^=top] {
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
}

.tippy-box[data-animation=perspective][data-placement^=top][data-state=visible] {
	-webkit-transform: perspective(700px);
	transform: perspective(700px);
}

.tippy-box[data-animation=perspective][data-placement^=top][data-state=hidden] {
	-webkit-transform: perspective(700px) translateY(8px) rotateX(60deg);
	transform: perspective(700px) translateY(8px) rotateX(60deg);
}

.tippy-box[data-animation=perspective][data-placement^=bottom] {
	-webkit-transform-origin: top;
	transform-origin: top;
}

.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=visible] {
	-webkit-transform: perspective(700px);
	transform: perspective(700px);
}

.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=hidden] {
	-webkit-transform: perspective(700px) translateY(-8px) rotateX(-60deg);
	transform: perspective(700px) translateY(-8px) rotateX(-60deg);
}

.tippy-box[data-animation=perspective][data-placement^=left] {
	-webkit-transform-origin: right;
	transform-origin: right;
}

.tippy-box[data-animation=perspective][data-placement^=left][data-state=visible] {
	-webkit-transform: perspective(700px);
	transform: perspective(700px);
}

.tippy-box[data-animation=perspective][data-placement^=left][data-state=hidden] {
	-webkit-transform: perspective(700px) translateX(8px) rotateY(-60deg);
	transform: perspective(700px) translateX(8px) rotateY(-60deg);
}

.tippy-box[data-animation=perspective][data-placement^=right] {
	-webkit-transform-origin: left;
	transform-origin: left;
}

.tippy-box[data-animation=perspective][data-placement^=right][data-state=visible] {
	-webkit-transform: perspective(700px);
	transform: perspective(700px);
}

.tippy-box[data-animation=perspective][data-placement^=right][data-state=hidden] {
	-webkit-transform: perspective(700px) translateX(-8px) rotateY(60deg);
	transform: perspective(700px) translateX(-8px) rotateY(60deg);
}

.tippy-box[data-animation=perspective][data-state=hidden], .tippy-box[data-animation=shift-away-extreme][data-state=hidden] {
	opacity: 0;
}

.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=top] {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=bottom] {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=left] {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.tippy-box[data-animation=shift-away-extreme][data-state=hidden][data-placement^=right] {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.tippy-box[data-animation=shift-toward-extreme][data-state=hidden] {
	opacity: 0;
}

.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=top] {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=bottom] {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=left] {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=right] {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.bck-inline-svg-wrap {
	text-align: center;
}

.bck-inline-svg, .bck-inline-svg svg {
	min-width: 40px;
}

.bck-inline-svg {
	display: inline-block;
}

.bck-inline-svg-custom-width svg {
	width: 100%;
	height: auto;
	display: block;
}

.bck-inline-svg-custom-width {
	width: 100%;
}

.bck-inline-svg-custom-color svg {
	fill: currentColor;
	stroke: currentColor;
}

.bck-insta-grid-layout, .bck-insta-highlight-layout {
	display: grid;
	grid-auto-flow: dense;
}

.bck-insta-grid-layout .bck-insta-layout-cell, .bck-insta-highlight-layout .bck-insta-layout-cell {
	position: relative;
}

.bck-insta-grid-layout .bck-insta-layout-flex-column, .bck-insta-highlight-layout .bck-insta-layout-flex-column {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.bck-insta-grid-layout .bck-insta-layout-flex-column, .bck-insta-highlight-layout .bck-insta-layout-flex-column, .bck-insta-masonry-layout .bck-insta-layout-flex-column {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
}

.bck-insta-media-container {
	-ms-flex: 1 1;
	flex: 1 1;
	overflow: hidden;
	position: relative;
}

.bck-insta-link {
	width: 100%;
	height: 100%;
}

.bck-insta-image {
	width: 100% !important;
	height: 100% !important;
}

.bck-insta-overlay {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.bck-insta-overlay .bck-insta-icon {
	position: absolute;
	opacity: 0;
	-webkit-animation-name: bck-fade-in-animation;
	animation-name: bck-fade-in-animation;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transition: all .4s ease;
	-o-transition: .4s all ease;
	transition: all .4s ease;
	bottom: 15px;
	right: 20px;
	z-index: 1;
}

.bck-insta-overlay .bck-insta-icon svg {
	fill: currentColor;
	stroke: currentColor;
}

.bck-insta-overlay .bck-insta-caption {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 1.5rem;
	width: 100%;
	color: #fff;
	z-index: 1;
	opacity: 0;
	-webkit-animation-name: bck-fade-in-animation;
	animation-name: bck-fade-in-animation;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transition: all .4s ease;
	-o-transition: .4s all ease;
	transition: all .4s ease;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
}

.bck-insta-overlay:hover, .bck-insta-overlay:hover .bck-insta-caption, .bck-insta-overlay:hover .bck-insta-icon {
	opacity: 1;
	-webkit-transition: all .4s ease;
	-o-transition: .4s all ease;
	transition: all .4s ease;
}

.bck-insta-overlay .bck-insta-caption p {
	display: block;
	overflow: hidden;
	margin: 0;
	max-height: 84px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.bck-insta-layout-cell-content img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 solid transparent !important;
	outline: 0 solid transparent !important;
	-webkit-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
	-webkit-animation-name: bck-fade-in-animation;
	animation-name: bck-fade-in-animation;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bck-insta-layout-cell-content, .bck-insta-layout-cell-content img {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}

@-webkit-keyframes bck-fade-in-animation {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes bck-fade-in-animation {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.bck-insta-masonry-layout .grid-item {
	overflow: hidden !important;
	border-style: solid;
}

.bck-insta-masonry-layout .grid-item a {
	display: block;
	overflow: hidden;
}

.bck-insta-masonry-layout .grid-item img {
	display: block;
}

.bck-insta-highlight {
	grid-row: span 2;
	grid-column: span 2;
}

.bck-twitter-grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bck-twitter-grid * {
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.bck-twitter-grid .bck-twitter-grid-item {
	position: relative;
	z-index: 0;
	display: -ms-flexbox;
	display: flex;
	border-style: solid;
	word-break: break-word;
}

.bck-twitter-grid .bck-twitter-grid-inner-wrapper {
	-ms-flex-direction: column;
	flex-direction: column;
}

.bck-twitter-grid .bck-twitter-grid-item .bck-twitter-grid-item-inner {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: visible !important;
}

.bck-twitter-grid-item-inner {
	border-style: solid;
	position: relative;
}

.bck-twitter-grid .bck-twitter-grid-author, .bck-twitter-grid .bck-twitter-grid-inner-wrapper, .bck-twitter-grid .bck-twitter-grid-user {
	display: -ms-flexbox;
	display: flex;
}

.bck-twitter-grid.bck-twitter-right .bck-twitter-grid-icon span {
	right: auto;
	left: 5px;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.bck-twitter-grid .bck-twitter-grid-icon span {
	position: absolute;
	top: 15px;
	right: 15px;
}

.bck-twitter-grid .bck-twitter-grid-author {
	margin-bottom: 15px;
	margin-bottom: 10px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
}

.bck-twitter-grid.bck-twitter-center .bck-twitter-grid-author {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
}

.bck-twitter-grid.bck-twitter-right .bck-twitter-grid-author {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.bck-twitter-center .bck-twitter-grid-user {
	text-align: center;
}

.bck-twitter-grid .bck-twitter-grid-user {
	-ms-flex-direction: column;
	flex-direction: column;
}

.bck-twitter-grid.bck-twitter-center .bck-twitter-grid-avatar {
	vertical-align: middle;
}

.bck-twitter-grid .bck-twitter-grid-avatar {
	border-style: solid;
}

.bck-twitter-grid .bck-twitter-grid-content {
	position: relative;
	color: #222;
}

.bck-twitter-grid .bck-twitter-grid-content p {
	margin-bottom: 5px;
}

.bck-twitter-grid.bck-twitter-left .bck-twitter-grid-content {
	text-align: left;
}

.bck-twitter-grid.bck-twitter-center .bck-twitter-grid-content {
	text-align: center;
}

.bck-twitter-grid.bck-twitter-right .bck-twitter-grid-content {
	text-align: right;
}

.bck-twitter-grid .bck-twitter-grid-footer {
	width: 100%;
}

.bck-twitter-grid-footer * {
	vertical-align: middle;
}

.bck-twitter-grid .bck-tweet-favorite {
	margin-right: 12px;
}

.bck-twitter-grid .bck-tweet-favorite, .bck-twitter-grid .bck-tweet-retweet {
	display: inline-block;
	color: #a7a7a7;
}

.bck-twitter-right .bck-twitter-grid-user {
	text-align: right;
}

.bck-twitter-grid .bck-twitter-grid-footer-wrapper {
	margin-top: auto !important;
}

.bck-bp-grid-layout {
	display: grid;
	grid-column-gap: 30px;
	grid-row-gap: 35px;
	grid-template-columns: repeat(3, 1fr);
}

.bck-bp-post {
	overflow: hidden;
	background-color: #f6f6f6;
	border-style: solid;
	border-width: 0;
}

.bck-bp-post a:hover {
	color: #1d39d8;
}

.bck-bp-thumb-wrap {
	line-height: 0;
	position: relative;
}

.bck-bp-classic-skin .bck-bp-thumb-wrap {
	position: relative;
	width: 100%;
	height: 250px;
}

.bck-bp-creative-skin .bck-bp-thumb-wrap {
	position: relative;
	height: 250px;
}

.bck-bp-thumb {
	display: -ms-inline-flexbox;
	display: inline-flex;
	overflow: hidden;
}

.bck-bp-elegant-skin .bck-bp-thumb {
	width: 200px;
	height: 200px;
	border-radius: 100%;
}

.bck-bp-elegant-skin .bck-bp-post {
	padding-top: 20px;
}

.bck-bp-elegant-skin .bck-bp-thumb-wrap {
	margin-bottom: 20px;
}

.bck-bp-classic-skin .bck-bp-thumb, .bck-bp-classic-skin .bck-bp-thumb:before {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.bck-bp-card-skin .bck-bp-thumb, .bck-bp-creative-skin .bck-bp-thumb {
	width: 100%;
	height: 100%;
}

.bck-bp-card-skin .bck-bp-thumb img, .bck-bp-classic-skin .bck-bp-thumb img, .bck-bp-creative-skin .bck-bp-thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.bck-bp-badge {
	line-height: 1.6;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	margin-bottom: 20px;
	color: #1d39d8;
	border-radius: 1px;
	padding: 5px 10px;
	background-color: #e4e4e4;
	display: inline-block;
	font-weight: 600;
}

.bck-bp-badge a {
	text-transform: capitalize;
	color: inherit;
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-style: inherit;
}

.bck-bp-thumb-wrap .bck-bp-badge {
	margin: 0;
	position: absolute;
	border-style: solid;
}

.bck-bp-card-skin .bck-bp-thumb-wrap .bck-bp-badge, .bck-bp-classic-skin .bck-bp-thumb-wrap .bck-bp-badge {
	bottom: 20px;
	left: 20px;
}

.bck-bp-creative-skin .bck-bp-thumb-wrap .bck-bp-badge {
	top: 20px;
	right: 20px;
}

.bck-bp-creative-skin .bck-bp-thumb-wrap .bck-bp-avatar {
	position: absolute;
	bottom: -12px;
	left: 0;
	padding: 0 30px;
	pointer-events: none;
}

.bck-bp-creative-skin .bck-bp-thumb-wrap .bck-bp-avatar img {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	top: 8px;
	z-index: 10;
	max-width: 100%;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	pointer-events: all;
}

.bck-bp-creative-skin .bck-bp-thumb-wrap .bck-bp-avatar svg {
	z-index: 1;
	width: 127px;
	height: 47px;
}

.bck-bp-creative-skin .bck-bp-avatar svg {
	fill: #fff;
}

.bck-bp-title {
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 1;
}

.bck-bp-title a {
	color: #444;
	word-break: break-word;
	font-weight: 700;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.bck-bp-meta-wrap {
	line-height: 1.3em;
	color: #adadad;
	font-size: 15px;
}

.bck-bp-meta-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bck-bp-meta-wrap ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}

.bck-bp-meta-wrap ul li a {
	color: #adadad;
}

.bck-bp-meta-wrap ul li svg {
	width: auto;
	height: .9em;
	margin-right: 5px;
	fill: #8c8c8c !important;
}

.bck-bp-meta-wrap ul li a, .bck-bp-meta-wrap ul li span, .bck-bp-meta-wrap ul li svg path, .bck-bp-readmore a {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.bck-bp-meta-wrap ul li:last-child {
	margin-right: 0;
}

.bck-bp-excerpt {
	margin-bottom: 20px;
}

.bck-bp-readmore a {
	display: inline-block;
	color: #8c8c8c;
	font-weight: 700;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.bck-bp-infinite, .bck-bp-pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
	clear: both;
}

.bck-bp-pagination .page-numbers.current {
	pointer-events: none;
}

.bck-bp-pagination .page-numbers.next, .bck-bp-pagination .page-numbers.prev {
	padding: 5px 18px;
}

.bck-bp-pagination .page-numbers.current, .bck-bp-pagination .page-numbers:hover {
	background: #eee;
}

.bck-bp-infinite .bck-bp-infinite-button, .bck-bp-pagination .page-numbers {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-size: 15px;
	line-height: 24px;
	color: #666;
	padding: 5px 15px;
	margin: 0 2px;
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
	outline: none;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.bck-bp-no-results, .bck-bp-search-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 100%;
}

.bck-bp-search-box form {
	margin-top: 1em;
}

.bck-bp-input, .bck-bp-search-box form {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 400px;
	max-width: 100%;
}

.bck-bp-input input[type=text] {
	border: 1px solid rgba(109, 124, 144, .1);
	border: none;
	border: 2px solid transparent;
	padding: 2px;
	padding: 8px 12px;
	color: #4e4e4e;
	color: #20292f;
	position: relative;
	display: block;
	border-radius: 5px;
	background: rgba(109, 124, 144, .1);
	width: 100%;
	margin: 16px 0;
	text-align: left;
	-webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
	-o-transition: .3s all cubic-bezier(.4, 0, .2, 1);
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	font-size: .9em;
	font-family: lato, sans-serif;
	line-height: 1.8em;
	letter-spacing: .5px;
	font-weight: 700;
	outline: none;
}

.bck-bp-input .et_filled, .bck-bp-input label {
	text-align: left;
	font-size: 10px;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	top: -.2em;
	left: 0;
	pointer-events: none;
	-webkit-transition: all, .4s;
	-o-transition: all, .4s;
	transition: all, .4s;
	opacity: 0;
	color: rgba(109, 124, 144, .6);
}

.bck-bp-search-box .search-icon {
	height: 28px;
	width: auto;
	right: 8px;
	z-index: 2;
	top: 24px;
	position: absolute;
}

.bck-carousel * {
	vertical-align: middle !important;
}

.bck-carousel .slick-arrow:after, .bck-carousel .slick-arrow:before {
	color: inherit !important;
}

.bck-carousel .slick-arrow {
	z-index: 999;
}

.bck-carousel .slick-dots {
	padding: 0 !important;
}

.bck-carousel .slick-arrow:before {
	font-family: ETmodules !important;
	line-height: .5;
	line-height: 1.35;
	vertical-align: middle;
	content: attr(data-icon);
}

.bck-carousel .slick-arrow.slick-disabled:before, .bck-carousel .slick-dots li button:before {
	opacity: 1 !important;
}

.bck-carousel .slick-arrow.slick-disabled {
	cursor: not-allowed !important;
}

.bck-carousel .slick-dots li button:before {
	display: none;
}

.bck-carousel .slick-dots li button {
	padding: 0 !important;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.bck-carousel .slick-dots li {
	height: auto !important;
	width: auto !important;
	padding: 0 !important;
}

.bck-carousel .et_pb_button {
	display: inline-block;
}

.bck-carousel .slick-arrow {
	height: 40px;
	width: 40px;
	color: #000;
	background-color: #ddd;
}

.bck-equal-height-on .slick-track {
	display: -ms-flexbox !important;
	display: flex !important;
}

.bck-equal-height-on .slick-slide {
	height: inherit !important;
}

.bck-equal-height-on .slick-slide .bck-bp-post, .bck-equal-height-on .slick-slide>div {
	height: 100% !important;
}

.bck-bp-card-skin .bck-bp-meta-wrap, .bck-bp-creative-skin .bck-bp-meta-wrap {
	padding: 15px 30px 0;
	border-top: 1px solid #ddd;
}

.bck-bp-card-skin .bck-bp-post, .bck-bp-creative-skin .bck-bp-post {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 5px;
}

.bck-bp-masonry-layout .bck-bp-thumb-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.bck-bp-masonry-layout .bck-bp-thumb, .bck-bp-masonry-layout .bck-bp-thumb:before {
	position: relative;
}

.bck-floating-image {
	position: relative;
}

.bck_floating_image_child img {
	width: 100%;
	max-width: 100%;
}

.bck_floating_image .bck_floating_image_child {
	position: absolute !important;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	margin-bottom: 0 !important;
}

html.magnifying>body {
	overflow-x: hidden !important;
}

.bck-image-magnifier .magnify {
	position: relative;
}

.bck-image-magnifier .magnify-lens {
	position: absolute;
	border-radius: 100%;
	cursor: none;
	display: none;
	z-index: 999;
	border-style: solid;
}

.bck-image-magnifier .magnify>.magnify-lens.loading {
	background: #333 !important;
	opacity: .8;
}

.bck-image-magnifier .magnify>.magnify-lens.loading:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	content: "Loading...";
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1px;
	margin-top: -8px;
	text-align: center;
	text-shadow: 0 0 2px rgba(51, 51, 51, .8);
	text-transform: none;
}

.bck-image-magnifier img {
	border-style: solid;
	width: 100%;
	max-width: 100%;
}

.bck-iac {
	display: -ms-flexbox;
	display: flex;
}

.bck_image_accordion_child {
	margin-bottom: 0 !important;
	-ms-flex: 1 1;
	flex: 1 1;
	height: 100%;
	-webkit-transition: flex .4s ease-in-out;
	-o-transition: flex .4s ease-in-out;
	transition: flex .4s ease-in-out;
	transition: flex .4s ease-in-out, -ms-flex .4s ease-in-out;
	position: relative;
	z-index: 9;
	display: -ms-flexbox;
	display: flex;
	background-position: 50%;
	background-size: cover;
}

.bck_image_accordion_child>div {
	height: auto !important;
	width: 100%;
}

.bck_image_accordion_child:before {
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	opacity: 0;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	top: 0;
	left: 0;
}

.bck-iac-figure, .bck-iac-img {
	display: inline-block;
}

.bck-iac-subtitle, .bck-iac-title {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.bck-iac-btn {
	display: inline-block;
}

.bck-active .bck-iac-content {
	visibility: visible;
	pointer-events: auto;
}

.bck-iac-content {
	visibility: hidden;
	pointer-events: none;
}

.bck-iac-el {
	opacity: 0;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.bck_image_accordion_child.bck-active .bck-iac-el {
	opacity: 1;
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.seq-off .bck-active .bck-iac-el, .seq-on .bck-active .bck-iac-el:first-child {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.seq-on .bck-active .bck-iac-el:nth-child(2) {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s;
}

.seq-on .bck-active .bck-iac-el:nth-child(3) {
	-webkit-transition-delay: .9s;
	-o-transition-delay: .9s;
	transition-delay: .9s;
}

.seq-on .bck-active .bck-iac-el:nth-child(4) {
	-webkit-transition-delay: 1.1s;
	-o-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.seq-on .bck-active .bck-iac-el:nth-child(5) {
	-webkit-transition-delay: 1.3s;
	-o-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.bck_image_accordion_child.bck-active {
	-ms-flex: 6 1;
	flex: 6 1;
}

.bck-animated-text-head {
	line-height: 1;
}

.bck-animated-text .typed-cursor {
	opacity: 0;
	visibility: hidden;
	max-width: 1px;
	min-width: 1px;
}

.bck-animated-text-prefix span, .bck-animated-text-suffix span {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.bck-animated-text-main {
	list-style-type: none !important;
}

.bck-animated-text-slide li {
	display: none;
	list-style: none;
	line-height: 1;
}

.bck-animated-text-slide li.text-in {
	display: block;
}

.bck-text-animation {
	position: relative;
}

.bck-text-animation:after {
	position: absolute;
	content: "";
	right: -8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
	-webkit-animation: bck-blink .7s infinite;
	animation: bck-blink .7s infinite;
	display: none;
}

@-webkit-keyframes bck-blink {
	50% {
		opacity: 0;
	}
}

@keyframes bck-blink {
	50% {
		opacity: 0;
	}
}

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

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

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

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

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

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

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

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

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, to {
		-webkit-transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-30px);
	}
	
	60% {
		-webkit-transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
	}
	
	50% {
		-webkit-transform: scale(1.1);
	}
	
	to {
		-webkit-transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

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

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

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

.flip {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
	}
	
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

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

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

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

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

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
	}
	
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}
	
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

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

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

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

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

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

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

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

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

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

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

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

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

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

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
	}
	
	to {
		-webkit-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

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

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
	}
	
	to {
		-webkit-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
	}
	
	to {
		-webkit-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

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

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
	}
	
	to {
		-webkit-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
	}
	
	to {
		-webkit-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

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

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
}

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

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

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

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

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

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

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

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

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

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

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

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

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

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

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

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

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

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

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

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

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

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

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: translateX(0) skewX(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateX(0) skewX(0deg);
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: translateX(0) skewX(-15deg);
		transform: translateX(0) skewX(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: translateX(0) skewX(0deg);
		transform: translateX(0) skewX(0deg);
		opacity: 1;
	}
}

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

.animated.lightSpeedIn {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}

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

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

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

.animated.lightSpeedOut {
	-webkit-animation-duration: .25s;
	animation-duration: .25s;
}

@-webkit-keyframes wiggle {
	0% {
		-webkit-transform: skewX(9deg);
	}
	
	10% {
		-webkit-transform: skewX(-8deg);
	}
	
	20% {
		-webkit-transform: skewX(7deg);
	}
	
	30% {
		-webkit-transform: skewX(-6deg);
	}
	
	40% {
		-webkit-transform: skewX(5deg);
	}
	
	50% {
		-webkit-transform: skewX(-4deg);
	}
	
	60% {
		-webkit-transform: skewX(3deg);
	}
	
	70% {
		-webkit-transform: skewX(-2deg);
	}
	
	80% {
		-webkit-transform: skewX(1deg);
	}
	
	90% {
		-webkit-transform: skewX(0deg);
	}
	
	to {
		-webkit-transform: skewX(0deg);
	}
}

@keyframes wiggle {
	0% {
		-webkit-transform: skewX(9deg);
		transform: skewX(9deg);
	}
	
	10% {
		-webkit-transform: skewX(-8deg);
		transform: skewX(-8deg);
	}
	
	20% {
		-webkit-transform: skewX(7deg);
		transform: skewX(7deg);
	}
	
	30% {
		-webkit-transform: skewX(-6deg);
		transform: skewX(-6deg);
	}
	
	40% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	
	50% {
		-webkit-transform: skewX(-4deg);
		transform: skewX(-4deg);
	}
	
	60% {
		-webkit-transform: skewX(3deg);
		transform: skewX(3deg);
	}
	
	70% {
		-webkit-transform: skewX(-2deg);
		transform: skewX(-2deg);
	}
	
	80% {
		-webkit-transform: skewX(1deg);
		transform: skewX(1deg);
	}
	
	90% {
		-webkit-transform: skewX(0deg);
		transform: skewX(0deg);
	}
	
	to {
		-webkit-transform: skewX(0deg);
		transform: skewX(0deg);
	}
}

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

.animated.wiggle {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

.bck-business-hour-day, .bck-business-hour-hour {
	line-height: 1;
}

.bck-business-hour-title {
	border-style: solid;
}

.bck-business-hour-title h2 {
	margin: 0;
	padding: 0;
}

.bck_business_hour .bck-business-hour .bck-business-hour-content .bck_business_hour_child:last-child {
	margin-bottom: 0 !important;
}

.bck_business_hour .bck-business-hour .bck-business-hour-content .bck_business_hour_child:last-child:after {
	display: none;
	opacity: 0;
}

.bck_business_hour_child {
	position: relative;
}

.bck_business_hour_child:after {
	width: 100%;
	left: 0;
}

.bck-business-hour-child {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.bck-business-hour-separator {
	-ms-flex: 1 1;
	flex: 1 1;
}

.bck-social-share {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bck-social-share-icon {
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	border-style: solid;
}

.bck-social-share-icon, .bck-social-share .bck-social-share-btn a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.bck-social-share-btn-inner {
	border-style: solid;
}

.bck-social-share-text {
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.bck_social_share_child {
	margin-bottom: 0 !important;
}

.bck-social-share-btn-inner, .bck-social-share-icon, .bck-social-share-icon svg, .bck-social-share-text {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

:root {
	--primary-color: #1d39d8;
	--secondary-color: #e8de16;
}

.brainconkit-admin-page #wpcontent {
	padding: 0;
}

.dp-admin {
	margin: 0 !important;
	margin-top: 0 !important;
}

.dp-admin .dp-nav {
	background: #fff;
	padding: 20px;
}

.dp-admin .dp-nav-container {
	margin: 0 auto;
	max-width: 1260px;
}

.dp-admin .dp-dash-logo h2, .dp-admin .dp-nav-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.dp-admin .dp-dash-logo h2 {
	font-size: 20px;
	line-height: 1;
	padding: 0;
	margin: 0;
}

.dp-admin .dp-dash-logo h2 span {
	padding: 2px 7px;
	font-size: 12px;
	margin-left: 5px;
	background: #1d39d8;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
}

.dp-admin .dp-dash-version {
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: right;
}

.dp-admin .dp-dash-version span {
	padding: 5px;
	background: #e0e0e0;
	color: #1e1e1e;
}

.dp-admin-grid {
	display: grid;
	grid-template-columns: 1fr 260px;
	grid-gap: 3em;
}

.dp-side-panel-box {
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 20px;
	border-radius: 4px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.dp-side-panel-box h2 {
	margin-bottom: 0;
	margin-top: 0;
}

.dp-admin .dp-dash {
	margin: 20px 20px 0;
}

.dp-admin .dp-admin-dash-main {
	margin: 0 auto;
	max-width: 1260px;
}

.dp-admin-nav-item-link {
	display: inline-block;
	background: #f8fafb;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	cursor: pointer;
	padding: 18px 16px;
	margin-right: 5px;
	font-weight: 600;
	text-decoration: none;
	font-size: 13px;
	color: #1e1e1e;
}

.dp-btn-main {
	float: right;
}

.dp-admin-nav-item-link.active-tab, .dp-admin-nav-item-link:active, .dp-admin-nav-item-link:focus, .dp-admin-nav-item-link:hover {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 1;
}

.dp-admin-nav-item-link.active-tab {
	background-color: #fff;
	color: var(--primary-color);
}

.dp-admin-tabs-content-wrapper {
	background: #fff;
}

.dp-admin-tabs-content {
	background-color: #fff;
	padding: 30px;
}

.dp-nav-content p {
	color: #72777c;
	font-size: 14px;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
	margin: 0;
	line-height: 1.4;
}

.dp-admin-tabs-content-item.active-tab {
	position: relative;
	z-index: 1;
	display: block;
}

.dp-admin-tabs-content-item {
	display: none;
}

.dp-admin-modules {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: 1fr 1fr 1fr;
}

.dp-admin-extensions {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: 1fr 1fr;
}

.dp-admin-modules-item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	margin-left: 0;
	padding: 10px 20px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
}

.dp-admin-extensions-item {
	border: 1px solid #e2e8f0;
	padding: 20px;
	border-radius: 4px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.dp-admin-extensions-item h4 {
	margin-bottom: 0;
	font-size: 16px;
}

.dp-item-icon-size {
	width: 10px;
	height: auto;
	margin-left: 4px;
	margin-top: 3px;
}

.dp-admin-modules-item-icon.dp-icon-svg, .dp-item-icon-size {
	vertical-align: middle;
}

.dp-admin-modules-item-icon.dp-icon-svg svg {
	width: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.dp-admin .dp-toggle {
	position: relative;
	display: block;
	overflow: hidden;
	width: 40px;
	height: 24px;
	border-radius: 100px;
	background-color: #e8e8e8;
	-webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .05);
}

.dp-admin-modules-item-toggle {
	position: absolute !important;
	right: 20px;
}

.dp-admin .dp-toggle-check:checked~.dp-toggle-switch {
	right: 2px;
	left: 18px;
	-webkit-transition: .35s cubic-bezier(.785, .135, .15, .86);
	-o-transition: .35s cubic-bezier(.785, .135, .15, .86);
	transition: .35s cubic-bezier(.785, .135, .15, .86);
	-webkit-transition-delay: .05s, 0s;
	-o-transition-delay: .05s, 0s;
	transition-delay: .05s, 0s;
	-webkit-transition-property: left, right;
	-o-transition-property: left, right;
	transition-property: left, right;
}

.dp-admin .dp-toggle-check:checked~.dp-toggle-track {
	-webkit-box-shadow: inset 0 0 0 20px #1d39d8;
	box-shadow: inset 0 0 0 20px #1d39d8;
}

.dp-admin .dp-toggle-switch {
	z-index: 1;
	background-color: #fff;
	-webkit-transition-delay: 0s, .05s;
	-o-transition-delay: 0s, .05s;
	transition-delay: 0s, .05s;
	-webkit-transition-property: left, right;
	-o-transition-property: left, right;
	transition-property: left, right;
	top: 2px;
	right: 18px;
	bottom: 2px;
	left: 2px;
	border-radius: 36px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.dp-admin .dp-toggle-track {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 40px;
	-webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .01);
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .01);
}

.dp-admin .dp-toggle-switch, .dp-admin .dp-toggle-track {
	-webkit-transition: .35s cubic-bezier(.785, .135, .15, .86);
	-o-transition: .35s cubic-bezier(.785, .135, .15, .86);
	transition: .35s cubic-bezier(.785, .135, .15, .86);
}

.dp-admin .dp-toggle-check {
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.dp-admin .dp-toggle-check, .dp-admin .dp-toggle-switch, .dp-admin .dp-toggle-track {
	position: absolute;
	display: block;
}

.dp-btn {
	display: inline-block;
	padding: 15px 25px;
	border: 0;
	border-radius: 5px;
	-webkit-box-shadow: 0 14px 15px 0 rgba(0, 5, 41, .08);
	box-shadow: 0 14px 15px 0 rgba(0, 5, 41, .08);
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.dp-btn:focus, .dp-btn:hover {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dp-btn-primary {
	background-color: var(--primary-color);
	color: #fff;
}

.dp-btn-primary:focus, .dp-btn-primary:hover {
	color: #fff;
	opacity: .8;
}

.dp-btn-save.disabled, .dp-btn-save:disabled {
	background-color: #b3b3b3;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .7;
	cursor: not-allowed;
}

.dp-btn-save {
	width: 13em;
	background-color: var(--primary-color);
	color: #fff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.dp-admin-button-panel {
	padding-top: 20px;
}

.et-db #et-boc .et-l .et-fb-modules-list li[class^=bck], .et-db #et-boc .et-l .et-fb-modules-list li[class^=bck]:active, .et-db #et-boc .et-l .et-fb-modules-list li[class^=bck]:focus, .et-db #et-boc .et-l .et-fb-modules-list li[class^=bck]:hover {
	background: rgba(29, 57, 215, .15) !important;
	color: #333 !important;
}

.et-db #et-boc .et-l .et-fb-modules-list li[class^=bck] {
	font-size: 11px;
	position: relative;
}

.et-db #et-boc .et-fb-modules-list li[class^=bck]:before {
	color: #fff !important;
}

.et-db #et-boc .et-l .et-fb-modules-list li[class^=bck]:before {
	color: #fff;
}

.et-db #et-boc .et-l .et-fb-modules-list li[class^=bck] .et-fb-icon.et-fb-icon--svg {
	fill: #fff !important;
	width: 16px !important;
	min-width: 16px !important;
	height: 22px !important;
	margin: 2px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.bck-divi-shortcode {
	-webkit-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
	display: block;
	padding: 5px;
	border: 1px dashed #1d39d8;
	color: #1d39d8;
	background-color: #fff;
	text-align: left;
	font-family: inherit;
	overflow: auto;
	font-size: 13px;
}

.bck-divi-shortcode:focus {
	color: #8e2de2;
	outline: none;
	-webkit-animation: select .1s step-end forwards;
	animation: select .1s step-end forwards;
}

@-webkit-keyframes select {
	to {
		-webkit-user-select: text;
		user-select: text;
	}
}

@keyframes select {
	to {
		-webkit-user-select: text;
		-moz-user-select: text;
		-ms-user-select: text;
		user-select: text;
	}
}

.customize-control-brainconkit-radio-image label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
}

.customize-control-brainconkit-radio-image>.image {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}

.customize-control-brainconkit-radio-image input {
	display: none;
}

.customize-control-brainconkit-radio-image .brainconkit-radio-img-svg svg {
	width: 75px;
	height: 50px;
}

.customize-control-brainconkit-radio-image input+label svg {
	background: #f9f9f9;
	border-radius: 3px;
}

.customize-control-brainconkit-radio-image input:checked+label svg {
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 3px 0 #506cff;
	box-shadow: 0 0 3px 0 #506cff;
}

.range-slider {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.range-slider .control-wrap {
	width: 100%;
}

.range-slider__range {
	background-color: rgba(0, 0, 0, .1);
	border-radius: 5px;
	height: 5px;
	width: 67%;
	padding: 0;
	cursor: pointer;
	outline: none;
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
}

.range-slider__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 17px;
	height: 17px;
	border: 2px solid #2e86b9;
	border-radius: 15px;
	background-color: #fff;
}

.range-slider__range::-webkit-slider-thumb:hover, .range-slider__range:active::-webkit-slider-thumb {
	background: #fff;
}

.range-slider__range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #2e86b9;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	-o-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover, .range-slider__range:active::-moz-range-thumb {
	background: #fff;
}

.customize-control input[type=number].range-slider-value, .customize-control input[type=text].range-slider-value {
	width: 21%;
	height: 28px;
	text-align: center;
	margin-left: 2%;
	border-radius: 4px;
	padding: 3px;
	font-size: 12px;
	font-weight: 600;
	color: #555;
	-moz-appearance: textfield;
	cursor: default;
}

.customize-control input[type=number].range-slider-value::-webkit-inner-spin-button, .customize-control input[type=number].range-slider-value::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.customize-control input[type=number].range-slider-value {
	-moz-appearance: textfield;
}

.range-reset-slider .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 1;
}

.customize-control span.range-reset-slider {
	display: inline-block;
	position: relative;
	width: 10%;
	line-height: 1;
	color: rgba(0, 0, 0, .2);
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.customize-control span.range-reset-slider:hover {
	color: #1d39d8;
}

::-moz-range-track {
	background: #d7dcdf;
	border: 0;
}

input::-moz-focus-inner, input::-moz-focus-outer {
	border: 0;
}

.customize-control-range-value .customize-control-title, .customize-control-range-value .responsive-switchers {
	display: inline-block;
}

.responsive-switchers {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}

.responsive-switchers .preview-mobile, .responsive-switchers .preview-tablet {
	display: none;
}

.customize-control .responsive-switchers {
	margin-left: 5px;
	width: auto;
}

.customize-control .responsive-switchers-open li button {
	display: block;
}

.customize-control .responsive-switchers li {
	float: left;
	margin: 0;
}

.customize-control .responsive-switchers li button {
	height: 20px;
	width: 20px;
	background-color: #a4afb7;
	position: relative;
	margin-left: 5px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	border-radius: 50%;
	padding: 0;
	border: 0;
	outline: none;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
	cursor: pointer;
}

.customize-control .responsive-switchers li button:hover {
	background-color: #c2cbd2;
}

.customize-control .responsive-switchers li button.active {
	background-color: #13aff0;
}

.customize-control .responsive-switchers li button i {
	width: auto;
	height: auto;
	font-size: inherit;
	line-height: 18px;
}

#login {
	width: 100%;
}

.login .button.wp-hide-pw {
	-webkit-transition: 0 !important;
	-o-transition: 0 !important;
	transition: 0 !important;
}

.brainconkit-form-footer {
	margin-top: 16px;
}

#brainconkit-password, #brainconkit-username, #login form {
	position: relative;
}

#brainconkit-password input, #brainconkit-username input {
	margin-bottom: 0;
}

#brainconkit-password .customizer-event-overlay, #brainconkit-username .customizer-event-overlay {
	border: 0;
	bottom: 0;
	left: 0;
	right: 0;
	top: 2px;
	width: 100%;
	opacity: 0 !important;
	-webkit-transition: opacity .1s cubic-bezier(.33, 0, .2, 1), background .1s cubic-bezier(.33, 0, .2, 1);
	-o-transition: opacity .1s cubic-bezier(.33, 0, .2, 1), background .1s cubic-bezier(.33, 0, .2, 1);
	transition: opacity .1s cubic-bezier(.33, 0, .2, 1), background .1s cubic-bezier(.33, 0, .2, 1);
}

#brainconkit-password:hover .customizer-event-overlay, #brainconkit-username:hover .customizer-event-overlay, #login form.input-hover #brainconkit-password .customizer-event-overlay, #login form.input-hover #brainconkit-username .customizer-event-overlay {
	opacity: 1 !important;
	background: rgba(0, 167, 233, .11) !important;
}

#brainconkit-password-label, #brainconkit-username-label {
	position: relative;
}

#brainconkit-password-label:hover, #brainconkit-username-label:hover, #login form.label-hover #brainconkit-password-label, #login form.label-hover #brainconkit-username-label {
	color: #0085ba !important;
}

#brainconkit-password-label .customizer-event-overlay, #brainconkit-username-label .customizer-event-overlay {
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: -2px;
	width: calc(100% + 4px);
	border: 0 !important;
	opacity: 0 !important;
}

.no-label #brainconkit-username-label {
	-webkit-transition: opacity .2s cubic-bezier(.694, 0, .335, 1), visibility 0ms cubic-bezier(.694, 0, .335, 1);
	-o-transition: opacity .2s cubic-bezier(.694, 0, .335, 1), visibility 0ms cubic-bezier(.694, 0, .335, 1);
	transition: opacity .2s cubic-bezier(.694, 0, .335, 1), visibility 0ms cubic-bezier(.694, 0, .335, 1);
	opacity: 0;
}

body:hover .no-label #brainconkit-username-label {
	-webkit-transition: opacity .2s cubic-bezier(.694, 0, .335, 1), visibility 0ms cubic-bezier(.694, 0, .335, 1) .2s;
	-o-transition: opacity .2s cubic-bezier(.694, 0, .335, 1), visibility 0ms cubic-bezier(.694, 0, .335, 1) .2s;
	transition: opacity .2s cubic-bezier(.694, 0, .335, 1), visibility 0ms cubic-bezier(.694, 0, .335, 1) .2s;
	opacity: 1;
}

.no-label #brainconkit-username-label .login-designer-event-button {
	background: #0085ba;
	height: 8px !important;
	width: 8px !important;
	border-radius: 100%;
}

.no-label #brainconkit-username-label .login-designer-event-button.customizer-event-overlay {
	opacity: 1 !important;
	top: -8px;
	left: -1px;
}

#brainconkit-button {
	position: relative;
	float: right;
}

#brainconkit-button .customizer-event-overlay {
	border: 0 !important;
	border-radius: 3px;
	bottom: 0;
	left: 0;
	opacity: 1 !important;
	right: 0;
	top: 0 !important;
	width: 100%;
	z-index: 99999;
	-webkit-transition: opacity .1s cubic-bezier(.33, 0, .2, 1), background .1s cubic-bezier(.33, 0, .2, 1);
	-o-transition: opacity .1s cubic-bezier(.33, 0, .2, 1), background .1s cubic-bezier(.33, 0, .2, 1);
	transition: opacity .1s cubic-bezier(.33, 0, .2, 1), background .1s cubic-bezier(.33, 0, .2, 1);
}

#brainconkit-button:hover .customizer-event-overlay {
	opacity: 1 !important;
	background: rgba(0, 167, 233, .2) !important;
}

.customizer-event-overlay {
	background: transparent;
	border: 2px solid transparent;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	text-indent: -9999em;
	top: 0;
	width: 100%;
	z-index: 22;
	-webkit-transition: border-color .1s cubic-bezier(.33, 0, .2, 1);
	-o-transition: border-color .1s cubic-bezier(.33, 0, .2, 1);
	transition: border-color .1s cubic-bezier(.33, 0, .2, 1);
}

.customizer-event-overlay:focus, .customizer-event-overlay:hover {
	border-color: #0085ba;
	outline: 0;
}

#customize-theme-controls .control-panel-brainconkit-panel .accordion-section-title {
	color: #555d66;
	background-color: #f6f7fe;
	border-left: 4px solid #1d39d8;
}

#customize-controls .control-section-brainconkit-section .accordion-section-title:focus, #customize-controls .control-section-brainconkit-section .accordion-section-title:hover, #customize-controls .control-section-brainconkit-section.open .accordion-section-title, #customize-controls .control-section-brainconkit-section:hover>.accordion-section-title, #customize-theme-controls .control-panel-brainconkit-panel .accordion-section-title:focus, #customize-theme-controls .control-panel-brainconkit-panel .accordion-section-title:hover, #customize-theme-controls .control-panel-brainconkit-panel:hover>.accordion-section-title {
	color: #1d39d8;
	background-color: #f6f7fe;
	border-left-color: #1d39d8;
}

#customize-theme-controls .control-panel-brainconkit-panel .accordion-section-title:after, #customize-theme-controls .control-panel-brainconkit-panel:hover>.accordion-section-title:after, #customize-theme-controls .control-section-brainconkit-section .accordion-section-title:after, #customize-theme-controls .control-section-brainconkit-section:hover>.accordion-section-title:after {
	content: "";
	color: #1d39d8;
}

#customize-theme-controls .control-section-brainconkit-section .customize-control {
	border-bottom: 1px solid #f1f1f1;
	padding-top: 7px;
	padding-bottom: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.customize-control-brainconkit-title {
	border: none !important;
	padding-top: 0 !important;
	margin-bottom: 10px;
}

#customize-theme-controls .control-section-brainconkit-section .customize-control-select {
	position: relative;
}

#customize-theme-controls .control-section-brainconkit-section .wp-color-result-text, #customize-theme-controls .control-section-brainconkit-section .wp-color-result:after {
	display: none;
}

#customize-theme-controls .control-section-brainconkit-section .customize-control-title {
	margin-top: 0 !important;
}

.customize-control select {
	width: 100%;
}

#customize-theme-controls .control-section-brainconkit-section .customize-control-select select {
	background: #fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%;
}

#customize-theme-controls .control-section-brainconkit-section .customize-control-select select.nitro-lazy {
	background-image: none !important;
}

.brainconkit-control-field {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.brainconkit-control-field.brainconkit-title-control {
	background: #f6f7fe;
	margin-bottom: -13px;
	margin-left: -24px;
	margin-right: -24px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding: 12px 20px;
}

.brainconkit-control-field.brainconkit-title-control .customize-control-title {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .3px;
}

.brainconkit-control-field .customize-control-title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: .1px;
	line-height: 18px;
}

.customize-control-brainconkit-toggle .toggle-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.customize-control-brainconkit-toggle .toggle-wrapper .customize-control-title {
	-ms-flex: 2 0;
	flex: 2 0;
	vertical-align: middle;
	margin-bottom: 0;
}

.customize-control-brainconkit-toggle .toggle-wrapper input[type=checkbox] {
	display: none;
}

.customize-control-brainconkit-toggle .toggle-wrapper label {
	border: 1px solid #50575e;
	cursor: pointer;
	display: inline-block;
	height: 24px;
	outline: 0;
	position: relative;
	top: 2px;
	right: 0;
	-webkit-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 40px;
	border-radius: 15px;
}

.customize-control-brainconkit-toggle .toggle-wrapper label:after, .customize-control-brainconkit-toggle .toggle-wrapper label:before {
	display: block;
	position: absolute;
	content: "";
}

.customize-control-brainconkit-toggle .toggle-wrapper label:after {
	border-radius: 50px;
	bottom: 0;
	left: 4px;
	top: 4px;
	width: 16px;
	height: 16px;
	-webkit-transition: background .2s ease, -webkit-transform .2s ease;
	transition: background .2s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background .2s ease;
	transition: transform .2s ease, background .2s ease, -webkit-transform .2s ease;
	-o-transition: transform .2s ease, background .2s ease;
}

.customize-control-brainconkit-toggle .toggle-wrapper label:before {
	background-color: #50575e;
	border-radius: 50px;
	bottom: 0;
	left: 4px;
	top: 4px;
	width: 16px;
	height: 16px;
	-webkit-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}

.customize-control-brainconkit-toggle .toggle-wrapper input[type=checkbox]:checked+label {
	background-color: #1d39d8;
}

.customize-control-brainconkit-toggle .toggle-wrapper input[type=checkbox]:checked+label:after {
	background-color: #f5f5f5;
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

.customize-control-brainconkit-toggle .toggle-wrapper input[type=checkbox]:checked+label:before {
	background-color: #1d39d8;
}

.customize-control-brainconkit-toggle:hover .toggle-wrapper label:before {
	background-color: #50575e;
}

.customize-control-brainconkit-title {
	background: #ddd;
	margin-bottom: 10px !important;
	margin-top: 20px !important;
	margin-left: -24px;
	margin-right: -24px;
	border-top: 1px solid #f9f9f9 !important;
	border-bottom: 1px solid #f9f9f9 !important;
	padding: 12px 20px !important;
}

.customize-control-brainconkit-title .title-control .customize-control-title {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .3px;
	margin-bottom: 0 !important;
}

#customize-control-brain_conkit-blog_designer_readmore_font_style {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

#accordion-panel-brainconkit_section_separator {
	margin-top: 15px;
	border-top: 1px solid #ddd;
	display: block !important;
}

#accordion-panel-brainconkit_section_separator .accordion-section-title {
	display: none !important;
}

.et-db #et-boc .et-l .et-fb-modules-list li[class^=bck], .et-db #et-boc .et-l .et-fb-modules-list li[class^=bck]:active, .et-db #et-boc .et-l .et-fb-modules-list li[class^=bck]:focus, .et-db #et-boc .et-l .et-fb-modules-list li[class^=bck]:hover {
	background: rgba(29, 57, 215, .15) !important;
	color: #333 !important;
}

.et-db #et-boc .et-l .et-fb-modules-list li[class^=bck] {
	font-size: 11px;
	position: relative;
}

.et-db #et-boc .et-fb-modules-list li[class^=bck]:before {
	color: #fff !important;
}

.et-db #et-boc .et-l .et-fb-modules-list li[class^=bck]:before {
	color: #fff;
}

.et-db #et-boc .et-l .et-fb-modules-list li[class^=bck] .et-fb-icon.et-fb-icon--svg {
	fill: #fff !important;
	width: 16px !important;
	min-width: 16px !important;
	height: 22px !important;
	margin: 2px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
