/* Slick */
	.slick-slider {
	  position: relative;
	  display: block;
	  box-sizing: border-box;

	  -webkit-user-select: none;
	     -moz-user-select: none;
	      -ms-user-select: none;
	          user-select: none;
	  -webkit-touch-callout: none;
	  -khtml-user-select: none;
	  -ms-touch-action: pan-y;
	      touch-action: pan-y;
	  -webkit-tap-highlight-color: transparent;
	}

	.slick-list {
	  position: relative;

	  display: block;
	  overflow: hidden;

	  margin: 0;
	  padding: 0;
	}

	.slick-list:focus {
	  outline: none;
	}

	.slick-list.dragging {
	  cursor: pointer;
	  cursor: hand;
	}

	.slick-slider .slick-track,
	.slick-slider .slick-list {
	  -webkit-transform: translate3d(0, 0, 0);
	     -moz-transform: translate3d(0, 0, 0);
	      -ms-transform: translate3d(0, 0, 0);
	       -o-transform: translate3d(0, 0, 0);
	          transform: translate3d(0, 0, 0);
	}

	.slick-track {
	  position: relative;
	  top: 0;
	  left: 0;

	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	}

	.slick-track:before,
	.slick-track:after {
	  display: table;

	  content: '';
	}

	.slick-track:after {
	  clear: both;
	}

	.slick-loading .slick-track {
	  visibility: hidden;
	}

	.slick-slide {
	  display: none;
	  float: left;

	  height: 100%;
	  min-height: 1px;
	}

	[dir='rtl'] .slick-slide {
	  float: right;
	}

	.slick-slide img {
	  display: block;
	}

	.slick-slide.slick-loading img {
	  display: none;
	}

	.slick-slide.dragging img {
	  pointer-events: none;
	}

	.slick-initialized .slick-slide {
	  display: block;
	}

	.slick-loading .slick-slide {
	  visibility: hidden;
	}

	.slick-vertical .slick-slide {
	  display: block;

	  height: auto;

	  border: 1px solid transparent;
	}

	.slick-arrow.slick-hidden {
	  display: none;
	}

/* Team */
	.cea-team-image-wrapper{
		cursor: pointer;
	}
	
	.cea-team-image-wrapper img {
		display: block;
		width: 100%;
	}

	.cea-team-image-wrapper {
		margin-bottom: 30px;
	}

	.cea-team-name {
		font-size: 18px;
		line-height: 25px;
		font-weight: bold !important;
		margin: 0;
	}

	.cea-team-name-wrapper {
		margin-bottom: 7px;
	}

	.cea-team-position {
		font-size: 18px;
	}

	.cea-team-read-more {
		color: #000000 !important;
		background-color: transparent !important;
		display: flex;
		align-items: center;
		padding: 0;
	}

	.cea-team-read-more span {
		margin-right: 15px;
	}

	.cea-team-position-wrapper {
		line-height: 1;
		margin-bottom: 15px;
	}

	.cea-team-description-main-wrapper {
		color: #000000;
		background-color: #ffffff;
		display: none;
		position: absolute;
    top: 5px;
    z-index: 99999;
    overflow: auto;
    width: 50vw;
    height: calc(100% - 10px);
    padding: 85px 15px 85px 15px;
    border-right: 2px solid #000000;
    transform: translateX(-100%);
    transition: 0.5s;
	}

	.cea-team-description-main-wrapper[data-direction="right"] {
		transform: translateX(100%);
		border-right: none;
		border-left: 2px solid #000000;
	}

	.cea-team-description-main-wrapper a {
		color: #000000 !important;
	}

	.cea-team-description-close {
		color: #000000 !important;
		background-color: transparent !important;
		display: flex;
		align-items: center;
		padding: 0;
	}
	
	.cea-team-description-main-wrapper-close{
		position: absolute;
		top: 10px;
		right: 10px;
		color: #000000 !important;
		background-color: transparent !important;
		padding: 0;
	}

	.cea-team-description-image img {
		display: block;
		width: 100%;
	}

	.cea-team-description-image {
		margin-bottom: 30px;
	}

	.cea-team-description-name-wrapper .cea-team-name {
		font-size: 18px;
		line-height: 1.3;
	}

	.cea-team-description-name-wrapper .cea-team-position {
		font-size: 18px;
	}

	.cea-team-description-name-wrapper .cea-team-position-wrapper {
		padding-right: 50px;
		margin-bottom: 0;
	}

	.cea-team-description-name-wrapper {
		margin-bottom: 10px;
	}

	.cea-team-description-visible {
		overflow: hidden;
	}

	.team-open-hidden,
	.cea-team-wrapper {
		transition: 0.5s;
	}

	.cea-team-description-visible .team-open-hidden,
	.cea-team-description-visible .cea-team-wrapper {
		opacity: 0.2;
	}

	.cea-team-description-main-wrapper-visible {
		transform: none !important;
	}

	.cea-team[data-cols="4"] .cea-team-main-wrapper {
		width: 25%;
	}

	.cea-team[data-cols="2"] .cea-team-main-wrapper {
		width: 50%;
	}

	.cea-team {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 70px 0;
		margin: -5px -15px;
	}

	.cea-team-main-wrapper {
		padding: 15px;
	}

	.cea-team-description-wrapper {
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		margin: 0 -15px;
	}

	.cea-team-description-image {
		width: 50%;
		padding: 0 15px;
	}

	.cea-team-description {
		position: relative;
		width: 50%;
		padding: 0 15px;
	}

	.cea-team-description .cea-team-position-wrapper {
		margin-bottom: 30px;
	}

	.cea-team-description-controls-wrapper {
		display: flex;
		justify-content: space-between;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0 15px;
	}

	.cea-team-contact {
    color: #000000 !important;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    padding: 0;
	}

	.cea-team-contact svg path {
		fill: #000000;
	}

	.cea-team-contact span {
    margin-right: 15px;
	}

	.cea-team-description-content {
		margin-bottom: 50px;
	}

	@media (max-width: 1100px) {
		.cea-team-description-image {
			width: 100%;
		}

		.cea-team-description {
			width: 100%;
		}
	}

	@media (max-width: 992px) {
		.cea-team-description-main-wrapper {
			padding: 50px 30px;
		}

		.cea-team-description-close {
			right: 30px;
		}

		.cea-team-description-name-wrapper .cea-team-name {
			font-size: 22px;
		}

		.cea-team-description-name-wrapper .cea-team-position {
			font-size: 18px;
		}

		.cea-team-name {
			font-size: 16px;
		}

		.cea-team-position {
			font-size: 14px;
		}

		.cea-team-position-wrapper {
			margin-bottom: 10px;
		}

		.cea-team-read-more {
			font-size: 14px;
		}
	}

	@media (max-width: 768px) {
		.cea-team-main-wrapper {
			width: 50% !important;
		}

		.cea-team-description-main-wrapper {
			position: fixed;
			top: 0 !important;
			left: 0 !important;
			width: 100%;
			height: 100%;
			border: none !important;
		}

		.cea-team-description-wrapper {
			height: unset;
		}

		.cea-team {
			padding: 50px 0;
			margin: 0 -15px;
		}
	}

	@media (max-width: 650px) {
		.cea-team-description-image {
			width: 100%;
			padding: 0;
			margin-bottom: 30px;
		}

		.cea-team-description {
			width: 100%;
			padding: 0;
		}

		.cea-team-description-wrapper {
			margin: 0;
		}

		.cea-team-description-controls-wrapper {
			bottom: -50px;
			padding: 0;
		}

		.cea-team-description-main-wrapper {
			padding-bottom: 80px !important;
		}
	}

	@media (max-width: 500px) {
		.cea-team-main-wrapper {
			padding: 20px 7px;
		}
		
		.cea-team {
			padding: 35px 0 25px 0;
			margin: 0 -7px;
		}
		
		.cea-team-position-wrapper {
			margin-bottom: 25px;
		}
	}

/* Services */
	.cea-services-item-wrapper {
		padding: 70px 10px 45px 10px;
		border-top: 2px solid #000000;
	}

	.cea-services-item {
		max-width: 1200px;
		margin: auto;
	}

	.cea-services-item-title {
		font-size: 34px;
		line-height: 40px;
		font-weight: bold !important;
		margin-bottom: 45px;
	}

	.cea-services-item-description-title {
		font-size: 18px;
		text-transform: uppercase;
		margin: 0;
	}

	.cea-services-item-description ul {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
	}

	.cea-services-item-description ul li:first-child {
		list-style: none;
	}

	.cea-services-item-description ul li:not(:first-child):before {
		content: '';
		background-color: #000000;
		width: 0.4em;
		height: 0.4em;
		margin-right: 5px;
		border-radius: 100%;
	}

	.cea-services-item-description ul li {
		display: flex;
		align-items: center;
	}

	.cea-services-item-description ul li:not(:first-child) {
		margin-left: 5px;
	}

	.cea-services-projects-title {
		font-size: 24px;
		line-height: 34px;
		font-weight: bold;
		margin-bottom: 0;
	}

	.cea-services-projects-open {
		background-color: transparent !important;
		padding: 0;
	}

	.cea-services-projects-open svg {
		display: block;
	}

	.cea-services-projects-title-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.cea-services-projects-wrapper {
		margin-top: 45px;
	}

	.cea-services-item-description {
		width: 65%;
	}

	.cea-services-projects-list {
		color: #ffffff;
		background-color: #000000;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 2;
		width: 60%;
	}

	.cea-services-projects-list a {
		color: #ffffff !important;
	}

	.cea-services-item-wrapper {
		position: relative;
	}

	.cea-services-projects-item-title {
		font-size: 34px;
		line-height: 40px;
		padding-right: 30px;
		margin: 0;
	}

	.cea-services-projects-item:hover .cea-services-projects-item-title {
		font-weight: bold;
	}

	.cea-services-projects-item:hover svg path {
		stroke-width: 4.5;
	}

	.cea-services-projects-item a {
		display: flex;
		position: relative;
		padding: 15px calc((100vw - 1200px) / 2) 15px 20px;
	}

	.cea-services-projects-item svg {
		display: block;
	}

	.cea-services-projects-item:not(:last-child) {
		border-bottom: 2px solid #ffffff;
	}

	.cea-services-projects-item-image {
		position: absolute;
		right: calc((100vw - 1200px) / 2 + 70px);
		bottom: 100%;
		z-index: 3;
		width: 38%;
		transform: translateY(20%);
		opacity: 0;
	}

	.cea-services-projects-item-image-visible .cea-services-projects-item-image {
		transform: none;
		opacity: 1;
	}

	.cea-services-projects-item-image img {
		display: block;
		width: 100%;
	}

	.cea-services-projects-item-image {
		display: none;
	}

	.cea-services-projects-item-content {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.cea-services-projects-list {
		overflow: hidden;
		height: 0;
		transition: 0.5s;
	}

	.cea-services-projects-open {
		transform: none;
		transition: 0.5s;
	}

	.cea-services-projects-wrapper[data-open="1"] .cea-services-projects-open {
		transform: rotate(45deg);
	}

	.cea-services-projects-title-wrapper {
		cursor: pointer;
	}

	@media (max-width: 1210px) {
		.cea-services-projects-item a {
			padding-right: 20px;
		}

		.cea-services-projects-item-image {
			right: 90px;
		}
	}

	@media (max-width: 992px) {
		.cea-services-item-description {
			width: 100%;
		}

		.cea-services-projects-list {
			width: 80%;
		}
	}

	@media (max-width: 768px) {
		.cea-services-item-title {
			font-size: 28px;
			line-height: 1.3em;
		}

		.cea-services-projects-title {
			font-size: 20px;
			line-height: 1.3em;
		}

		.cea-services-projects-open svg {
			width: 25px;
			height: 25px;
		}

		.cea-services-projects-list {
			width: 100%;
		}

		.cea-services-projects-item-title {
			font-size: 26px;
			line-height: 1.3;
		}

		.cea-services-projects-read-more svg {
			width: 25px;
			height: 25px;
		}

		.cea-services-projects-item-image {
			width: 50%;
		}
	}

/* Projects Nav */
	.cea-projects-nav-prev a,
	.cea-projects-nav-next a {
		font-size: 40px;
		line-height: 45px;
		display: flex;
		align-items: center;
	}

	.cea-projects-nav-prev svg {
		display: block;
		margin-right: 20px;
	}

	.cea-projects-nav-next svg {
		display: block;
		margin-left: 20px;
	}

	.cea-projects-nav {
		display: flex;
		justify-content: space-between;
	}

	@media (max-width: 768px) {
		.cea-projects-nav-prev a,
		.cea-projects-nav-next a {
			font-size: 28px;
			line-height: 1.3;
		}

		.cea-projects-nav-prev svg {
			width: 28px;
		}

		.cea-projects-nav-next svg {
			width: 28px;
		}
	}

/* Careers */
	.cea-careers-item-wrapper {
		padding: 0 10px;
		border-bottom: 2px solid #000000;
	}

	.cea-careers-item-wrapper:first-child {
		border-top: 2px solid #000000;
	}

	.cea-careers-item {
		max-width: 1200px;
		padding: 20px 0;
		margin: auto;
	}

	.cea-careers-item-title {
		font-size: 34px;
		/*font-weight: bold !important;*/
		margin-bottom: 0;
	}

	.cea-careers-item-info {
		margin-bottom: 25px;
	}

	.cea-careers-item-read-more {
		text-transform: uppercase;
		display: inline-block;
		padding: 12px 25px;
		border: 2px solid #000000;
		border-radius: 50px;
	}
	
	.cea-careers-item-title-wrapper {
		margin-bottom: 10px;
	}

	.cea-careers-style-1 .cea-careers-item {
		padding: 0;
	}

	.cea-careers-style-1 .cea-careers-item-wrapper {
		padding: 0;
		border: none !important;
	}

	.cea-careers-style-1 .cea-careers-item-title-wrapper {
		margin-bottom: 0;
	}

	.cea-careers-style-1 .cea-careers-item-read-more {
		display: none;
	}

	@media (max-width: 768px) {
		.cea-careers-item-title {
			font-size: 28px;
		}

		.cea-careers-item-info {
			font-size: 16px;
		}

		.cea-careers-item-read-more {
			font-size: 16px;
			padding: 10px 20px;
		}
	}

/* Menu */
	.cea-menu-item-title-wrapper {
		padding-top: 17px;
		padding-bottom: 17px;
	}

	.cea-menu-content-wrapper {
		display: none;
		overflow: hidden;
		height: 0;
		transition: 0.5s;
	}

	.cea-menu-content {
		padding-top: 25px;
		padding-bottom: 50px;
	}

	.cea-menu-item-main-wrapper:last-child .cea-menu-content {
		padding-bottom: 70px;
	}

	.cea-menu-item-title-wrapper,
	.cea-menu-content-wrapper {
		padding-left: calc((100vw - 1200px) / 2) !important;
	}

	.cea-menu-open {
		background-color: transparent !important;
		padding: 0 !important;
		transition: 0.5;
	}

	.cea-menu-open svg {
		display: block;
	}

	.cea-menu-item-title {
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 0;
	}

	.cea-menu-item-title-wrapper {
		border-bottom: 2px solid #000000;
	}

	.cea-menu-item-main-wrapper:last-child .cea-menu-item-title-wrapper {
/* 		border-bottom: none; */
	}

	.cea-menu-item-main-wrapper.cea-menu-item-active:last-child .cea-menu-item-title-wrapper {
		border-bottom: 2px solid #000000;
	}

	.cea-menu-item-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.cea-menu-item-title span {
		margin-right: 10px;
	}

	.cea-menu-item-main-wrapper {
		width: 70%;
		transition: 0.5s;
	}

	.cea-menu-item-hidden {
		opacity: 0.2;
	}

	.cea-menu-item-active .cea-menu-open {
		transform: rotate(45deg)
	}

	@media (max-width: 1210px) {
		.cea-menu-item-title-wrapper,
		.cea-menu-content-wrapper {
			padding-left: 10px !important;
		}
	}

	@media (max-width: 992px) {
		.cea-menu-item-main-wrapper {
			width: 90%;
		}

		.cea-menu-item-title {
			font-size: 28px;
			line-height: 1.3em;
		}

		.cea-menu-open svg {
			width: 28px;
		}
	}

	@media (max-width: 768px) {
		.cea-menu-item-main-wrapper {
			width: 100%;
		}

		.cea-menu-item-title-wrapper,
		.cea-menu-content-wrapper {
			padding-right: 10px;
		}

		.cea-menu-item-title {
			font-size: 24px;
		}

		.cea-menu-open svg {
			width: 20px;
		}
	}

/* LinkedIn */
	.cea-linkedin-item-title {
		font-size: 18px;
		text-transform: uppercase;
		margin-bottom: 0;
	}

	.cea-linkedin-item-title-wrapper {
		margin-bottom: 35px;
	}

	.cea-linkedin-item-description {
		margin-bottom: 42px;
	}

	.cea-linkedin-item-wrapper {
		width: 33.3333%;
		padding: 0 15px;
		margin-bottom: 120px;
	}

	.cea-linkedin-item-image {
		margin-bottom: 50px;
	}

	.cea-linkedin-item-read-more {
		text-transform: uppercase;
    display: inline-block;
    padding: 12px 80px 12px 0;
    border-bottom: 2px solid #000000;
/*     border-radius: 50px; */
		transition: 0.5s;
	}

.cea-linkedin-item-read-more:hover {
	border-color: transparent;
}

.cea-linkedin-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.cea-linkedin-controls .slick-dots {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 10px;
}

.premium-carousel-inner .slick-dots li,
.cea-linkedin-controls .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border: 2px solid #000000;
	border-radius: 100%;
	transition: 0.5s;
}

.premium-carousel-inner .slick-dots li.slick-active,
.cea-linkedin-controls .slick-dots li.slick-active {
	background-color: #000000;
}

.case_studies_slider .premium-carousel-inner .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border: 2px solid #FFF;
	border-radius: 100%;
	transition: 0.5s;
}

.case_studies_slider .premium-carousel-inner .slick-dots li.slick-active{
	background-color: #fff;
}

.cea-linkedin-controls {
	display: none;
	align-items: center;
	justify-content: space-between;
	padding: 25px 30px 50px 25px;
}

@media (max-width: 992px) {
	.cea-linkedin-item-wrapper {
		width: 50%;
		margin-bottom: 80px;
	}
}

@media (max-width: 650px) {
    .cea-linkedin-controls {
        display: flex;
		justify-content: center;
    }
	
	.short-list-updates .cea-linkedin-item-wrapper {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 600px) {
	.cea-linkedin-item-wrapper {
		width: 100%;
	}
}

/* Statistic */
.cea-statistic-item-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.cea-statistic-item-title {
    font-size: 40px;
	line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
	color: #262140;
	display: flex;
    flex-wrap: wrap;
}

.cea-statistic-value {
	font-size: 40px;
    font-weight: bold;
	text-transform: uppercase;
	color: #262140;
	display: flex;
	align-items: flex-start;
	margin-left: 30px;
}

.cea-statistic-measure {
	font-size: 22px;
	line-height: 1.4;
    font-weight: bold;
    text-transform: uppercase;
	margin-left: 10px;
}

.cea-statistic-item-image-wrapper {
	color: #262140;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
}

.cea-statistic-item-direction-left .cea-statistic-item-image-wrapper {
	border-right: 2px solid #262140;
}

.cea-statistic-item-direction-left-value-left .cea-statistic-item-image-wrapper {
	border-right: 2px solid #262140;
}

.cea-statistic-item-direction-right .cea-statistic-item-image-wrapper {
	border-left: 2px solid #262140;
}

.cea-statistic-value-wrapper {
	display: flex;
	align-items: center;
	width: 22%;
}

.cea-statistic-item-direction-left .cea-statistic-value-wrapper {
	justify-content: flex-end;
}

.cea-statistic-item-title-wrapper {
	display: flex;
	align-items: center;
/* 	justify-content: center; */
	width: 80%;
	padding-left: 35px;
}

.cea-statistic-item-wrapper {
	min-height: 100px;
    border-bottom: 2px solid #262140;
}

.cea-statistic-item-main-wrapper:last-child .cea-statistic-item-wrapper {
	border: none;
}

.cea-statistic-item-direction-right {
	flex-direction: row-reverse;
}

.cea-statistic-item-direction-right .cea-statistic-item-image-wrapper {
	width: 20%;
}

.cea-statistic-item-direction-right .cea-statistic-item-title-wrapper {
	justify-content: flex-end;
	width: 80%;
	padding-left: 0;
	padding-right: 35px;
}

.cea-statistic-main-wrapper {
	border-top: 2px solid #262140;
	border-bottom: 2px solid #262140;
}

.cea-statistic-controls .slick-arrow button {
	background-color: transparent !important;
	display: block;
	padding: 0;
}

.cea-statistic-controls .slick-arrow button svg {
	display: block;
}

.cea-statistic-controls .slick-dots {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 10px;
}

.cea-statistic-controls .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border: 2px solid #262140;
	border-radius: 100%;
	transition: 0.5s;
}

.cea-statistic-controls .slick-dots li.slick-active {
	background-color: #262140;
}

.cea-statistic-controls {
	display: none;
	align-items: center;
	justify-content: space-between;
	padding: 25px 30px;
}

.cea-statistic-item-direction-left-value-left .cea-statistic-item-title,
.cea-statistic-item-direction-right .cea-statistic-item-title {
	flex-direction: row-reverse;
}

.cea-statistic-item-direction-left-value-left .cea-statistic-value,
.cea-statistic-item-direction-right .cea-statistic-value {
	margin-left: 0;
	margin-right: 30px;
}

.cea-statistic-counter {
    min-width: 45px;
}

.cea-statistic-value-wrapper {
	display: none;
}

@media (max-width: 1150px) {
	.cea-statistic-item-title,
	.cea-statistic-value {
		font-size: 28px;
	}
	
	.cea-statistic-measure {
		font-size: 16px;
		line-height: 2.1;
	}
	
	.cea-statistic-item-wrapper {
		min-height: 80px;
	}
}

@media (max-width: 850px) {
	.cea-statistic-item-title,
	.cea-statistic-value {
		font-size: 26px;
		line-height: 1.2;
	}
	
	.cea-statistic-measure {
		font-size: 16px;
		line-height: 1.5;
	}
	
	.cea-statistic-item-wrapper {
		min-height: 80px;
	}
	
	.cea-statistic-item-image img {
		max-width: 60px;
	}
	
	.cea-statistic-value {
/* 		flex-wrap: wrap; */
	}
	
	.cea-statistic-value span {
/* 		width: 100%; */
	}
	
	.cea-statistic-item-direction-left .cea-statistic-value {
		text-align: right;
	}
}

@media (max-width: 650px) {
	.cea-statistic-controls {
		display: flex;	
	}
	
	.cea-statistic-item-image-wrapper,
	.cea-statistic-item-title-wrapper,
	.cea-statistic-value-wrapper,
	.cea-statistic-item-direction-right .cea-statistic-item-image-wrapper,
	.cea-statistic-item-direction-right .cea-statistic-item-title-wrapper {
		text-align: center;
		width: 100%;
	}
	
	.cea-statistic-item-direction-right .cea-statistic-item-title-wrapper {
		justify-content: center;
		padding: 0;
	}
	
	.cea-statistic-value-wrapper,
	.cea-statistic-item-direction-left .cea-statistic-value-wrapper {
		justify-content: center;
	}
	
	.cea-statistic-item-direction-left .cea-statistic-item-image-wrapper {
		border-right: none;
	}
	
	.cea-statistic-item-direction-right .cea-statistic-item-image-wrapper {
		border-left: none;
	}
	
	.cea-statistic-value {
		flex-wrap: unset;
	}
	
	.cea-statistic-value span {
		margin-left: 5px;
	}
	
	.cea-statistic-item-title,
	.cea-statistic-value {
		font-size: 22px;
	}
	
	.cea-statistic-item-image img {
		max-width: 70px;
	}
	
	.cea-statistic-item-wrapper {
		border: none;
	}
	
	.cea-statistic-item-image-wrapper,
	.cea-statistic-item-title-wrapper,
	.cea-statistic-value-wrapper {
		border-bottom: 2px solid #262140;
	}
	
	.cea-statistic-item-image-wrapper {
		padding: 5px 0;
	}
	
	.cea-statistic-item-title-wrapper,
	.cea-statistic-item-direction-right .cea-statistic-item-title-wrapper,
	.cea-statistic-value-wrapper {
		padding: 22px 0;
	}
	
	.cea-statistic-item-image img {
		height: 70px;
		object-fit: contain;
	}
	
	.cea-statistic-main-wrapper {
		margin: 0 -10px;
	}
	
	.cea-statistic-item-title .cea-statistic-value {
		display: none;
	}
	
	.cea-statistic-value {
		margin: 0 !important;
	}
	
	.cea-statistic-item-title-wrapper {
		justify-content: center;
	}
	
	.cea-statistic-value-wrapper {
		display: flex;
	}
}