<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.competencies-approach-page .t3-content,
.competencies-approach-page .t3-mainbody{
	padding-bottom: 0;
}

.competencies{
	text-align: center;
}

.competencies &gt; h1{
	color: #75787b;
	margin-bottom: 22px;
}
.competencies &gt; h1 + *{
	color: #75787b;
	font-size: 20px;
    max-width: 1000px;
    margin: 0 auto;
}


.competencies .inspired-experience{
	margin-top: 30px;
}

.competencies .inspired-experience .items{
	/* padding: 0 30px; */
}

.competencies .inspired-experience .items::before {
    content: "";
    display: table;
}

.competencies .inspired-experience .items::after {
    content: "";
    clear: both;
    display: table;
}

.competencies .inspired-experience .items .item{
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
	min-height: 380px;
}

.competencies .inspired-experience .items .item::before{
    content: "";
    display: block;
    max-width: 200px;
    height: 150px;
    margin: 0 auto 25px;
    background-position: center;
    background-size: 150px;
    background-repeat: no-repeat;
	transition: background-image 0.5s;
}


.competencies .inspired-experience .items .item.brand-strategy::before{
	background-image: url('/assets/images/icon_brand_strategy_2.png');
}

.competencies .inspired-experience .items .item.digital-social::before{
	background-image: url('/assets/images/icon_digital_social_2.png');
}

.competencies .inspired-experience .items .item.pr-communications::before{
	background-image: url('/assets/images/icon_pr_communications_2.png');
}

.competencies .inspired-experience .items .item.experiential-marketing::before{
	background-image: url('/assets/images/icon_experiential_marketing_2.png');
}

.competencies .inspired-experience .items .item.interactive-technology::before{
	background-image: url('/assets/images/icon_interactive_technology_2.png');
}

.competencies .inspired-experience .items .item:hover.brand-strategy::before{
	background-image: url('/assets/images/icon_brand_strategy_2_hover.png');
}

.competencies .inspired-experience .items .item:hover.digital-social::before{
	background-image: url('/assets/images/icon_digital_social_2_hover.png');
}

.competencies .inspired-experience .items .item:hover.pr-communications::before{
	background-image: url('/assets/images/icon_pr_communications_2_hover.png');
}

.competencies .inspired-experience .items .item:hover.experiential-marketing::before{
	background-image: url('/assets/images/icon_experiential_marketing_2_hover.png');
}

.competencies .inspired-experience .items .item:hover.interactive-technology::before{
	background-image: url('/assets/images/icon_interactive_technology_2_hover.png');
}

.competencies .inspired-experience .items .item .content{
	max-width: 300px;
	margin: 0 auto;
}

.competencies .inspired-experience .items .item .content .title{
	color: #00C7B1;
	font-size: 20px;
	margin-bottom: 10px;
}

.our-approach{
	position: relative;
	margin: 0 -30px;
	background: #E8E8E8;
	padding: 0 20px;
	min-height: 500px;
}

.our-approach &gt; h1{
    padding: 40px 0 20px;
    margin: 0;
	color: #00C7B1;
}

.our-approach .big-title &gt; h1{
	text-align: left;
	color: #00C7B1;
	font-weight: bold;
	font-size: 2.7rem;
}


.our-approach .small-title{
	text-align: left;
	color: #848285;
	margin-bottom: 30px;
}

.our-approach .brand-engagement{
	display: table;
	width: 100%;
}

.our-approach .brand-engagement &gt; .row{
	display: table-cell;
	padding: 50px 0;
}

.our-approach .brand-engagement .element{}

.our-approach .brand-engagement .element .element-item{}

.our-approach .brand-engagement .element .element-item &gt; div{
	position: relative;
    background: #ffffff;
    width: 200px;
    height: 200px;
    border-radius: 150px;
    text-align: center;
    margin: 0 auto 20px;
	transition: background-color 0.3s ease;
}

.our-approach .brand-engagement .element .element-item:hover &gt; div{
    background: #00C7B1;
}

.our-approach .brand-engagement .element .element-item:hover &gt; div .content .item-title{
	color: #ffffff;
}

.our-approach .brand-engagement .element .element-item &gt; div .content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.our-approach .brand-engagement .element .element-item &gt; div .content .item-title{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    font-size: 1.5rem;
    font-weight: normal;
	color: #535353;
}

.our-approach .brand-engagement .element .element-item &gt; div .content .item-desc{
	display: none;
}

.our-approach .element .element-item:hover &gt; div .content .item-title{
	display: none;
}

.our-approach .element .element-item:hover &gt; div .content .item-desc{
	position: absolute;
	color: #ffffff;
	top: 40%;
	left: 0;
	right: 0;
	bottom: 0;
    margin: 0 10px;
    line-height: 1.2;
    max-height: 4em;
	overflow : hidden;
	display: block;
	/* ellipsis function */
	/* 
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	*/
}

@media screen and (max-width: 1179px) {
	.our-approach .brand-engagement .element .element-item{
		width: 50%;
	}
	
	.competencies .inspired-experience .items .item{
		width: 50%;
	}
}


@media screen and (max-width: 767px) {
	.our-approach .big-title &gt; h1{
		text-align: center;
	}


	.our-approach .small-title{
		text-align: center;
	}
	
	.competencies .inspired-experience .items .item{
		width: 100%;
	}
	
	.our-approach .brand-engagement .element .element-item{
		width: 100%;
	}
}

</pre></body></html>