.bico__widget--image .image__wrap {
	min-height: 360px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.bico__widget--image .image {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.text-uppercase {
	text-transform: uppercase;
}


/**
* Intro
*/

.intro__text {
	min-height: 300px;
	position: relative;
}

.intro__text .elementor-widget-container:before {
	content: '';
	background: url(../assets/images/bico-symbol.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 0;
}

.intro__text.black .elementor-widget-container:before {
	background: url(../assets/images/bico-symbol-black.svg);
}

.intro__text.color .elementor-widget-container:before {
	background: url(../assets/images/bico-symbol-black-blue.svg);
}

.intro__text .elementor-widget-container {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 20px 26px;
}

/**
* About
*/

.about {
	min-height: 600px;
}

.about .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 0 !important;
}


.about:before,
.about .clip__background:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.about .clip__background {
	min-height: 600px;
}

.about__content p {
	max-width: 85%;
	text-align: left;
	padding-right: 70px;
	padding-top: 20px;
}

.about__content .elementor-widget-container {
	text-align: right;
}

.about__content .elementor-widget-container:before {
	content: '';
	background: url(../assets/images/bico-symbol.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 20px;
}

.about__content p:first-of-type {
	position: relative;
}

.about__content p:first-of-type:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	background-color: #fff;
	width: calc(100% - 70px);
}

.about__intro .elementor-widget-container {
	max-width: 900px;
	margin: 0 auto !important;
}

.about__alt .elementor-heading-title.elementor-size-xxl:after {
	content: '';
	background: url(../assets/images/bico-symbol-black-blue.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 68px;
	height: 54px;
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	.about .clip__background .elementor-column:only-child .elementor-widget-wrap {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/**
* Info
*/

.elementor-column.info__item {
	min-height: 500px;
	overflow: hidden;
}

.info__content p {
	position: relative;
	padding-top: 20px;
}

.info__content p:first-of-type:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	background-color: #fff;
	width: 100%;
}

.info__content.info__content--alt p:first-of-type:before {
	background-color: #1300FA;
}

.info__content .elementor-widget-container:before {
	content: '';
	background: url(../assets/images/bico-symbol.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 20px;
}

.info__content.info__content--alt .elementor-widget-container:before {
	background: url(../assets/images/bico-symbol-blue.svg);
}


.info__content,
.info__button {
	padding-left: 60px;
}

.info__button .elementor-button-text {
	position: relative;
}

.info__button .elementor-button-text:after {
	content: '';
	background: url(../assets/images/arrow-up.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	height: 11px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	top: 2px;
}

.info__button .elementor-button-text:before {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: width 0.25s linear;
}

.info__button.info__button--alt .elementor-button-text:before {
	background-color: #1300FA;
}

.info__button.info__button--alt .elementor-button-text:after {
	background: url(../assets/images/arrow-up-blue.svg);
}

.info__button .elementor-button:hover .elementor-button-text:before,
.info__button .elementor-button:focus .elementor-button-text:before {
	width: 100%;
	transition: width 0.25s linear;
}

.info__item .image__wrap {
	position: absolute;
	width: 200px;
	height: 200px;
	min-height: auto;
	bottom: -55px;
	right: -55px;
	overflow: hidden;
	border-radius: 50px;
}

.info__item > .elementor-widget-wrap{
	overflow: hidden;
	position: relative;
	height: 100%;
}

.info__item .elementor-widget-bico_image{
	position: static;
	height: 100%;
}


/**
* CEO
*/

.ceo,
.ceo .bico__widget--image .image__wrap {
	min-height: 600px
}

.ceo__quote {
	text-align: center;
}

.elementor-blockquote {
	max-width: 400px;
	display: inline-block;
	text-align: left;
}

.elementor-blockquote__content {
	font-style: italic !important;
}

.elementor-blockquote__author {
	font-weight: 600 !important;
	font-size: 16px !important;
	font-family: 'MarkPro', 'sans-serif' !important;
}

.ceo__image .bico__widget--image {
	position: absolute;
	display: block;
	width: 384px;
	height: 258px;
	top: -100px;
	left: -100px;
}

.ceo__image .bico__widget--image:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #d9fae7;
	position: absolute;
	left: -10px;
	top: -10px;
}

.ceo__image .image__wrap {
	z-index: 1;
	min-height: 100%;
}

@media screen and ( max-width:768px ){
	.ceo__quote{
		order: 1;
    padding-top: 160px;
	}
	.ceo__image{
		order: 0;
	}
	.ceo__image .bico__widget--image{
		top: -25px;
    left: 50%;
    transform: translateX(-50%);
	}
}

/**
* News
*/

.news {
	background-image: url('../assets/images/bico-symbol-grey.svg');
	background-position: 8% 10%;
	background-repeat: no-repeat;
	background-size: 250px 200px;
}

.news .elementor-post__card {
	box-shadow: none !important;
	border-radius: 0 !important;
}

.news .elementor-post__card:hover .elementor-post__read-more:after {
	margin-left: 10px;
	transition: margin-left 0.25s linear;
}

.news .elementor-post__badge {
	display: none !important;
}

.news .elementor-post__text {
	margin: 0 !important;
	padding: 0 !important;
}

.news .elementor-post__title {
	font-family: Maxeville, sans-serif !important;
	font-size: 30px !important;
	font-weight: bold !important;
}

.news .elementor-post__excerpt,
.news .elementor-post__title {
	margin-bottom: 15px !important;
}

.news .elementor-post__read-more {
	color: #000 !important;
	font-size: 1rem !important;
	text-transform: none !important;
}

.news .elementor-post__read-more:after {
	content: '';
	background-image: url('../assets/images/bico-symbol-black.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	position: relative;
	top: 1px;
	transition: margin-left 0.25s linear;
}

/**
*	Contact us
*/

.contacts .questions__subitem {
	padding: 0;
}

.contacts .questions__subitem,
.contacts .questions__subitem strong {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
}

.contacts .questions__item {
	position: relative;
}

.contacts .questions__item:before {
	content: '';
	background: url(../assets/images/bico-symbol-black-blue.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 28px;
	height: 22px;
	position: absolute;
	top: 44px;
	left: 0;
}

.contacts .questions__item {
	padding: 20px 50px;
}

.contacts .questions__subitem h4 {
	margin: 0;
	font-size: 18px;
}

.bico-widget--contact-us {
	font-family: 'MarkPro', sans-serif;
}

/**
* Footer
*/
.site-footer {
	background-color: #000041;
	color: #fff;
	font-family: MarkPro, sans-serif;
	min-height: 200px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 20px;
	font-size: 16px;
}

.clip__background {
	clip-path: polygon(48% 24%, 32% 24%, 32% 50%, 16% 50%, 16% 77%, 31% 77%, 31% 100%, 100% 100%, 100% 0%, 48% 0%);
}