/* Fonts */
@font-face {
  font-family: 'Roobert';
  src: url('fonts/Roobert-Regular.woff') format('woff'),
       url('fonts/Roobert-Regular.woff2') format('woff2'),
       url('fonts/Roobert-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roobert';
  src: url('fonts/Roobert-RegularItalic.woff') format('woff'),
       url('fonts/Roobert-RegularItalic.woff2') format('woff2'),
       url('fonts/Roobert-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roobert';
  src: url('fonts/Roobert-SemiBold.woff') format('woff'),
       url('fonts/Roobert-SemiBold.woff2') format('woff2'),
       url('fonts/Roobert-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Roobert';
  src: url('fonts/Roobert-Bold.woff') format('woff'),
       url('fonts/Roobert-Bold.woff2') format('woff2'),
       url('fonts/Roobert-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roobert';
  src: url('fonts/Roobert-BoldItalic.woff') format('woff'),
       url('fonts/Roobert-BoldItalic.woff2') format('woff2'),
       url('fonts/Roobert-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

/* General */
html { 
	font-size: 62.5%; 
	background-color: transparent;
}
body {
  background-color: #F7F2F2;
  color: #293948;
  font-family: 'Roobert', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2.0rem;
}
body.bg-transparent {
	background-color: #293948 !important;
  color: #fff;
}
body.bg-light {
	background-color: #F7F2F2 !important;
  color: #293948;
}
body.bg-dark {
	background-color: #293948 !important;
	color: #fff;
}
a:active {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}
.row {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}
input:-internal-autofill-selected {
  background-color: transparent !important;
  background-image: none !important;
  color: #000 !important;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
/* Header */
.site-header {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	float: left;
	padding: 2.644em 7% 2.644em 7%;
	margin: 0;
	background-color: #F7F2F2;
	color: #fff;
	z-index: 1500;
	transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  opacity: 1;
  pointer-events: all;
}
.site-header.fixed-top {
	transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  opacity: 0;
  pointer-events: none;
}
.bg-transparent .site-header {
	background-color: transparent;
}
.bg-dark .site-header {
	background-color: #293948;
}
.bg-light .site-header {
	background-color: #F7F2F2;
}
.site-header .site-branding {
    width: 120px;
    height: 41px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: left;
    float: left;
    position: relative;
}
.site-header .site-branding .site-title {
	width: 100%;
	height: 100%;
  font-size: 16px;
  line-height: 19px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-align: left;
  float: left;
  text-transform: none;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  text-decoration: none !important;
  position: relative;
  background-image: url('../img/inkef-logo-black.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -99999px;
	filter: invert(15%) sepia(4%) saturate(5596%) hue-rotate(168deg) brightness(95%) contrast(81%);
}
.bg-transparent .site-header .site-branding .site-title {
  filter: invert(1);
}
.bg-dark .site-header .site-branding .site-title {
  filter: invert(81%) sepia(100%) saturate(4257%) hue-rotate(289deg) brightness(99%) contrast(106%);
}
.bg-light .site-header .site-branding .site-title {
  filter: invert(15%) sepia(4%) saturate(5596%) hue-rotate(168deg) brightness(95%) contrast(81%);
}
.home .site-header .site-branding {
  width: 120px;
  height: 81px;
}
.home .site-header .site-branding .site-title {
	background-image: url('../img/inkef-logo-tagline.svg');
	background-position: left top;
  background-size: 100% auto;
  filter: invert(0);
}
.site-header .site-branding .site-title a {
	width: 100%;
	height: 100%;
	float: left;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.site-header .site-branding .site-description {
	display: none;
}
.site-header .main-navigation {
	width: 84%;
  height: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: left;
  float: right;
  position: relative;
}
.site-header .main-navigation .menu-content, .site-header .main-navigation .menu-content > div {
	width: auto;
  height: 100%;
}
.site-header .main-navigation > div {
  width: 100%;
  height: 100%;
}
.site-header .main-navigation ul,
.site-footer .site-info .info-bottom .col-left ul {
	width: 100%;
  height: 100%;
  /*max-width: 700px;*/
  max-width: 560px;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
  justify-items: center;
  flex-wrap: nowrap;
  float: right;
}
.site-header .main-navigation ul li,
.site-footer .site-info .info-bottom .col-left ul li {
	width: auto;
  height: auto;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  flex: none;
  position: relative;
}
.site-header .main-navigation ul li:first-child,
.site-footer .site-info .info-bottom .col-left ul li:first-child {
  margin: 0 0 0 0;
}
.site-header .main-navigation ul li a,
.site-footer .site-info .info-bottom .col-left ul li a {
	width: 100%;
	height: auto;
  font-size: 16px;
  line-height: 19px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  float: right;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0 !important;
  text-decoration: none !important;
  position: relative;
  border-bottom: none;
  color: #293948;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.bg-transparent .site-header .main-navigation ul li a {
	color: #fff;
}
.bg-dark .site-header .main-navigation ul li a,
.site-footer .site-info .info-bottom .col-left ul li a {
	color: #FEB8C2;
}
.bg-light .site-header .main-navigation ul li a {
	color: #293948;
}
.site-header .main-navigation ul li.current-menu-item a,
.site-footer .site-info .info-bottom .col-left ul li.current-menu-item a {
	font-weight: 700;
	font-style: normal;
}
.site-header .main-navigation ul li a:hover,
.site-footer .site-info .info-bottom .col-left ul li a:hover {
	font-weight: 400;
	font-style: italic;
}
.site-header .main-navigation ul li.current-menu-item a, .site-header .main-navigation ul li.current-menu-item a:hover,
.site-header .main-navigation ul li.current-menu-parent > a, .site-header .main-navigation ul li.current-menu-parent > a:hover,
.site-footer .site-info .info-bottom .col-left ul li.current-menu-item a, .site-footer .site-info .info-bottom .col-left ul li.current-menu-item a:hover,
.site-footer .site-info .info-bottom .col-left ul li.current-menu-parent > a, .site-footer .site-info .info-bottom .col-left ul li.current-menu-parent > a:hover {
	font-weight: 700;
	font-style: normal;
}
.site-header .main-navigation ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 200%;
  height: auto;
  padding: 6px 0 6px 0;
  margin: 0 0 0 0;
  float: left;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  pointer-events: none;
}
.site-header .main-navigation li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  pointer-events: all;
}
.site-header .main-navigation ul.sub-menu li {
	text-align: left;
	width: 100%;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.site-header .main-navigation ul.sub-menu li a {
	text-align: left;
	width: 100%;
	float: left;
	padding: 2px 0 2px 0;
	margin: 0 0 0 0;
}
.site-footer .site-info .info-bottom .col-left ul.sub-menu li {
	display: block !important;
}
/* Menu Contextual */
.site-header.fixed-top.menu-open {
  transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  opacity: 1 !important;
  pointer-events: all !important;
}
.site-header.menu-open {
  background-color: #293948 !important;
}
.site-header.menu-open .site-branding .site-title {
  background-image: url('../img/inkef-logo-black.png') !important;
	filter: invert(15%) sepia(4%) saturate(5596%) hue-rotate(168deg) brightness(95%) contrast(81%);
}
.bg-transparent .site-header .button-menu a {
  filter: invert(1);
}
.bg-dark .site-header .button-menu a {
  filter: invert(81%) sepia(100%) saturate(4257%) hue-rotate(289deg) brightness(99%) contrast(106%);
}
.bg-light .site-header .button-menu a {
  filter: invert(15%) sepia(4%) saturate(5596%) hue-rotate(168deg) brightness(95%) contrast(81%);
}
.site-header.menu-open .site-branding .site-title {
  filter: invert(1) !important;
}
.site-header .button-menu {
    width: 22px !important;
    height: 30px !important;
    float: left;
    position: absolute !important;
    top: 27px;
    background-color: transparent;
    right: 7%;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    text-decoration: none !important;
}
.site-header .button-menu a {
		color: #000;
		padding: 0 0 0 0;
		margin: 0 0 0 0 !important;
		float: left;
		width: 100%;
		height: 100%;
		position: relative;
		background-image: url('../img/icon-menu.svg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 22px auto;
		/*-webkit-transition: all 0.4s ease-in-out;
	  -moz-transition: all 0.4s ease-in-out;
	  -o-transition: all 0.4s ease-in-out;
	  transition: all 0.4s ease-in-out;*/
}
.site-header.menu-open .button-menu a {
		background-image: url('../img/icon-close.svg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 22px auto;
		filter: none !important;
}
.main-navigation .button-menu a:before, .main-navigation .button-menu a:hover:before {
		display: none !important;
}
.mc-primary-nav .menu-contextual {
  top: -100%;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.mc-primary-nav .menu-contextual.is-visible {
  top: 84px;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.mc-primary-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}
.mc-primary-nav .menu-contextual {
  position: fixed;
  width: 100%;
  height: calc(100% - 84px);
  z-index: 9;
  margin: 0;
  padding: 2em 0 0 0;
  background-color: transparent;
  display: block;
  opacity: 0;
  left: 0;
  z-index: -1;
}
.mc-primary-nav .menu-contextual.is-visible {
  position: fixed;
  left: 0;
  overflow-y: auto;
  display: block;
  background-color: #293948;
  height: calc(100% - 84px);
  padding: 2em 0 0 0;
  z-index: 900;
  display: block;
}
.mc-primary-nav .menu-contextual .row {
	background-color: #293948;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
  z-index: 900;
  position: relative;
  float: right;
  display: block;
}
.mc-primary-nav .menu-contextual .row .content-row {
	position: relative;
	padding: 0 7% 1em 7%;
	margin: 0 0 0 0;
	width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mc-primary-nav .menu-contextual .menu-menu-container, .mc-primary-nav .menu-contextual .menu-menu-container ul {
	width: 100%;
  height: 100%;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.mc-primary-nav .menu-contextual .column-menu,
.mc-primary-nav .menu-contextual .column-share,
.mc-primary-nav .menu-contextual .column-policy {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	float: left;
	position: relative;
}
.mc-primary-nav .menu-contextual .column-menu ul {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	float: left;
	position: relative;
}
.mc-primary-nav .menu-contextual .column-menu ul > li {
	width: 100%;
	padding: 6px 0 0 0;
	margin: 0 0 2em 0;
	text-align: left;
	float: left;
	position: relative;
	border-top: 2px solid #FEB8C2;
}
.mc-primary-nav .menu-contextual .column-menu ul.sub-menu {
	padding: 0 0 0 0;
	display: none;
}
.mc-primary-nav .menu-contextual .column-menu ul.sub-menu > li {
	padding: 6px 0 0 0;
	margin: 0 0 0 0;
	border-top: 0;
}
.mc-primary-nav .menu-contextual .column-menu ul > li > a, .mc-primary-nav .menu-contextual .column-share a {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 26px;
  font-size: 2.4rem;
  line-height: 2.6rem;
  color: #fff;
	letter-spacing: 0px;
  padding: 0 0 0 0;
  margin: 0 0 0 0 !important;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  width: auto;
  position: relative;
  float: left;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  z-index: 100;
}
.mc-primary-nav .menu-contextual .column-menu ul > li.current-menu-item > a  {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  font-weight: 600;
}
.mc-primary-nav .menu-contextual .column-menu ul > li.current-menu-item > a:before  {
	left: 0 !important;
}
.mc-primary-nav .menu-contextual .column-share {
	margin: 0 0 0 0;
}
.mc-primary-nav .menu-contextual .column-share a {
	color: #FEB8C2;
	margin-bottom: 1em !important;
	border-bottom: 1px solid #FEB8C2;
	clear: both;
}
.mc-primary-nav .menu-contextual .column-share .share-links {
	width: 100%;
	float: left;
}
.mc-primary-nav .menu-contextual .column-policy, .mc-primary-nav .menu-contextual .column-policy a, .mc-primary-nav .menu-contextual .column-policy a:hover {
	color: #FEB8C2;
	text-decoration: none;
	font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  font-size: 1.2rem;
  line-height: 2.0rem;
}
/* Footer */
.site-footer {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding: 0 7% 0 7%;
	margin: 0;
	background-color: #293948;
	color: #FEB8C2;
}
.site-footer .site-info {
	color: #FEB8C2;
	width: 100%;
	height: auto;
	min-height: 364px;
	position: relative;
	padding: 2.644em 0 1.322em 0;
	margin: 0;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.site-footer .site-info a, .site-footer .site-info a:hover {
	color: #FEB8C2 !important;
	text-decoration: none;
}
.bg-dark .site-footer .site-info::before {
	background-color: #FEB8C2;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
}
.site-footer .site-info .info-top {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.site-footer .site-info .info-bottom {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.site-footer .site-info .info-top .col-left {
	/*width: 40%;
	min-width: 40%;*/
	width: auto;
	min-width: auto;
	flex: none;
}
.site-footer .site-info .info-top .col-right {
	/*width: 60%;*/
	width: calc(100% - 200px);
	min-width: 60%;
	flex: none;
}
.site-footer .site-info .info-bottom .col-left {
	width: 60%;
	min-width: 60%;
	flex: none;
}
.site-footer .site-info .info-bottom .col-right {
	width: 40%;
	min-width: 40%;
	flex: none;
	opacity: 0.5;
	text-align: right;
}
.site-footer .site-info .logo-inkef {
	width: 120px;
  height: 41px;
  font-size: 16px;
  line-height: 19px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-align: left;
  float: left;
  text-transform: none;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  text-decoration: none !important;
  position: relative;
  background-image: url('../img/inkef-logo-black.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -99999px;
	filter: invert(81%) sepia(100%) saturate(4257%) hue-rotate(289deg) brightness(99%) contrast(106%);
}
.site-footer .site-info .logo-inkef a {
	width: 100%;
	height: 100%;
	float: left;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.site-footer .site-info .info-bottom .col-left ul {
	float: left;
}
.site-footer .site-info .info-bottom .col-left ul.sub-menu {
	display: flex;
}
.site-footer .site-info .info-bottom .col-left ul li.menu-item-has-children > a {
	display: none !important;
}
.site-footer .site-info .links-contact-share {
	width: auto;
	height: auto;
	float: right;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: flex;
  flex-direction: row;
}
.site-footer .site-info .links-contact-share .contact-links, .site-footer .site-info .links-contact-share .share-links {
	width: 100%;
	height: auto;
	float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.site-footer .site-info .links-contact-share .contact-links {
	margin-right: 60px;
	width: auto;
}
.site-footer .site-info .links-contact-share .share-links {
	width: 155px;
}
.site-footer .site-info .links-contact-share .contact-links a, .site-footer .site-info .links-contact-share .share-links a {
	font-size: 30px;
  line-height: 33px;
  font-size: 3.0rem;
  line-height: 3.3rem;
  letter-spacing: -1.5px;
  text-align: left;
  float: left;
  clear: both;
  text-transform: none;
  text-decoration: none;
  border-bottom: 1px solid;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.site-footer .site-info .links-contact-share .contact-links a:hover, .site-footer .site-info .links-contact-share .share-links a:hover {
	font-style: italic;
}
.site-footer .site-info .links-contact-share .contact-links a.number-link {
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.site-footer .site-info .info-bottom .col-left ul {
  width: auto;
  height: 100%;
  max-width: none;
}
.site-footer .site-info .info-bottom .col-left ul li,
.site-footer .site-info .info-bottom .col-left ul li:first-child {
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	border-right: 1px solid;
}
.site-footer .site-info .info-bottom .col-left ul li:last-child {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-right: 0;
}
/* Content */
.site-main {
	width: 100%;
	height: auto;
	min-height: 100vh;
	position: relative;
	float: left;
	padding: 185px 7% 6.25em 7%;
	margin: 0 0 0 0;
}
.bg-transparent .site-main {
	padding: 0 0 0 0 !important;
}
/* Home */
.sections-home {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}
.sections-home .item-section {
	width: 100%;
	height: 100vh;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}
.sections-home .item-section:before {
	width: 100%;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
	background-image: linear-gradient(-179deg, #293948 -20%, rgba(0,0,0,0) 82%);
	content: '';
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
body.fixed-header .sections-home .item-section:before,
body.fp-viewing-0 .sections-home .item-section:before {
	opacity: 1;
	visibility: visible;
}
.sections-home .item-section .scroll-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  margin: 0 0 2.644em -100px;
  height: 44px;
  z-index: 100;
  cursor: pointer;
  background-image: url('../img/icon-scroll-down.svg');
  background-size: auto 22px;
  background-repeat: no-repeat;
  background-position: center bottom;
  outline: 0 !important;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.sections-home .item-section .scroll-down .text-scroll {
	width: 100%;
	height: auto;
  font-size: 16px;
  line-height: 19px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  float: left;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0 !important;
  text-decoration: none !important;
  position: relative;
  border-bottom: none;
  color: #fff;
}
.sections-home .item-section .scroll-down.hidden-fade {
  opacity: 0 !important;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.sections-home .item-section .image-section {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.sections-home .item-section .image-section img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sections-home .item-section.item-1 .image-section img {
  /*object-position: top;*/
}
.sections-home .item-section .info-section {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	padding: 2.644em 7% 2.644em 7%;
}
/*.sections-home .item-section:first-child .info-section {
	height: 100vh;
}*/
.sections-home .item-section .info-section .title-section {
	text-align: left;
	font-family: 'Roobert', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 80px;
  line-height: 80px;
  font-size: 8.0rem;
  line-height: 8.0rem;
	letter-spacing: -2.8px;
	color: #FFF;
	width: auto;
	max-width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.sections-home .item-section:first-child .info-section .title-section {
	font-size: 99px;
  line-height: 87px;
  font-size: 9.9rem;
  line-height: 8.7rem;
	letter-spacing: -4.95px;
}
.sections-home .item-section .info-section.position-titles-tb {
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sections-home .item-section .info-section.position-titles-b {
	display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sections-home .item-section .info-section.position-titles-tb .title-section {
	
}
.sections-home .item-section .info-section.position-titles-lr {
	display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sections-home .item-section .info-section.position-titles-lr .title-section {
	font-size: 30px;
  line-height: 32px;
  font-size: 3.0rem;
  line-height: 3.2rem;
	letter-spacing: 0;
}
.sections-home .item-section .info-section .button-section {
	text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  font-size: 2.0rem;
  line-height: 2.6rem;
	letter-spacing: -0.2px;
	color: #FFF;
	text-decoration: none !important;
	background-color: transparent;
	width: auto;
	height: auto;
	padding: 4.5px 23px;
	margin: 0 0 0 0;
	border: 2px solid #fff;
	border-radius: 20px;
	position: absolute;
	right: 7%;
	bottom: 2.644em;
	transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.sections-home .item-section .info-section .button-section:hover {
	color: #293948;
	background-color: #fff;
	text-decoration: none !important;
}
.sections-home .item-section .polygon-section {
	pointer-events: none;
	position: absolute;
	z-index: 1;
}
.sections-home .item-section .polygon-section.size-medium {
	width: 60%;
	height: 46vh;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.sections-home .item-section .polygon-section.size-medium.vpos-top {
	top: 102px;
}
.sections-home .item-section.item-1 .polygon-section.size-medium.vpos-top {
	top: 90px;
}
.sections-home .item-section .polygon-section.size-medium.vpos-center {
	top: 24%;
}
.sections-home .item-section .polygon-section.size-medium.vpos-bottom {
	bottom: 102px;
}
.sections-home .item-section .polygon-section.size-medium.hpos-left {
	left: 7%;
	background-image: url('../img/polygon-2.svg');
}
.sections-home .item-section .polygon-section.size-medium.hpos-center {
	width: 45%;
	left: 25%;
	background-image: url('../img/polygon-1.svg');
	height: 50vh;
}
.sections-home .item-section .polygon-section.size-medium.hpos-right {
	right: 7%;
	background-image: url('../img/polygon-3.svg');
}
.sections-home .item-section .polygon-section.size-large {
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	padding: 0;
	margin: 0;
	top: 20px;
	left: 20px;
	background-image: url('../img/polygon-4.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.sections-home .item-section .title-section,
.sections-home .item-section .polygon-section,
.sections-home .item-section .button-section,
.sections-home .item-section .scroll-down {
	opacity: 0;
}
/* Content Header */
.site-main .entry-header {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.bg-transparent .site-main .entry-header {
	padding: 150px 7% 10.656em 7%;
}
.site-main .entry-header .entry-title {
	text-align: left;
  font-weight: 400;
  font-style: normal;
  font-size: 99px;
  line-height: 87px;
  font-size: 9.9rem;
  line-height: 8.7rem;
	letter-spacing: -4.95px;
	color: #293948;
	width: auto;
	max-width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 8px 0;
}
.bg-dark .site-main .entry-header .entry-title,
.bg-transparent .site-main .entry-header .entry-title {
	color: #fff;
}
.site-main .entry-header .entry-title.font-big {
	font-size: 120px;
  line-height: 120px;
  font-size: 12.0rem;
  line-height: 12.0rem;
	letter-spacing: -6px;
	margin: -44px 0 15px 0;
}
.site-main .entry-header .entry-title.font-small {
	font-size: 70px;
  line-height: 70px;
  font-size: 7.0rem;
  line-height: 7.0rem;
	letter-spacing: -3.5px;
}
.site-main .entry-header .entry-description {
	text-align: left;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 26px;
  font-size: 2.4rem;
  line-height: 2.6rem;
	letter-spacing: 0px;
	color: #293948;
	width: auto;
	max-width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.bg-dark .site-main .entry-header .entry-description,
.bg-transparent .site-main .entry-header .entry-description {
	color: #fff;
}
.site-main .entry-header.columns-2 .entry-description {
  font-size: 16px;
  line-height: 18px;
  font-size: 1.6rem;
  line-height: 1.8rem;
	letter-spacing: 0px;
}
/* Our Philosophy */
.our-philosophy .entry-header {
  position: absolute;
  z-index: 3;
}
.sections-philosophy {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}
.sections-philosophy .item-section {
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	position: relative;
	float: left;
	padding: 0 7% 0 7%;
	margin: 0;
}
.sections-philosophy .item-section .image-section {
	width: 100%;
	height: auto;
	position: relative;
}
.sections-philosophy .item-section .image-section img {
	position: relative;
	width: 100%;
	height: auto;
}
.sections-philosophy .item-section .info-section {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 3;
	padding: 0 0 0 0;
}
.sections-philosophy .item-section .info-section .title-section {
	text-align: left;
	font-family: 'Roobert', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 42px;
  font-size: 2.4rem;
  line-height: 4.2rem;
	letter-spacing: -0.6px;
	width: 100%;
	color: #293948;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.sections-philosophy .item-section .info-section .description-section,
.sections-philosophy .item-section .info-section .list-section .text-list-section {
	text-align: left;
	font-family: 'Roobert', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 42px;
  font-size: 4.0rem;
  line-height: 4.2rem;
	letter-spacing: -1px;
	width: 100%;
	color: #293948;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.sections-philosophy .item-section .info-section .description-section h3 {
	text-align: left;
	font-family: 'Roobert', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 42px;
  font-size: 4.0rem;
  line-height: 4.2rem;
	letter-spacing: -1px;
	width: 100%;
	color: #293948;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.sections-philosophy .item-section .info-section .description-section p {
	text-align: left;
	font-family: 'Roobert', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
	letter-spacing: -0.6px;
	width: 100%;
	color: #293948;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.sections-philosophy .item-section .info-section .list-section {
	width: 100%;
	height: auto;
	position: relative;
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
/* Our Philosophy - Item 1 */
.sections-philosophy .item-section.item-1 {
	height: 100vh;
	min-height: 100vh;
}
.sections-philosophy .item-section.item-1 .image-section {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
.sections-philosophy .item-section.item-1 .image-section img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sections-philosophy .item-section.item-1 .info-section {
	width: 50%;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
	padding: 2.644em 7% 2.644em 7%;
}
.sections-philosophy .item-section.item-1 .info-section .title-section {
	margin: 0 0 1em 0;
}
.sections-philosophy .item-section.item-1 .info-section .title-section,
.sections-philosophy .item-section.item-1 .info-section .description-section,
.sections-philosophy .item-section.item-1 .info-section .description-section h3,
.sections-philosophy .item-section.item-1 .info-section .description-section p {
	color: #FFF;
}
/* Our Philosophy - Item 2 */
.sections-philosophy .item-section.item-2 {
	display: flex;
	flex-direction: row-reverse;
	padding-top: 5.875em;
	padding-bottom: 2.644em;
}
.sections-philosophy .item-section.item-2 .image-section {
	flex: 3.5;
	padding: 0 0 0 30px;
}
.sections-philosophy .item-section.item-2 .info-section {
	flex: 2;
	padding: 0 30px 0 0;
	position: static;
}
.sections-philosophy .item-section.item-2 .info-section .description-section h3 {
	margin-bottom: 0.5em;
}
.sections-philosophy .item-section.item-2 .info-section .list-section {
	padding: 0 7% 0 7%;
	margin: 0 0 0 0;
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  position: absolute;
  left: 0;
  bottom: 2.644em;
}
.sections-philosophy .item-section.item-2 .info-section .list-section .text-list-section {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
/* Our Philosophy - Item 3 */
.sections-philosophy .item-section.item-3 {
	display: flex;
	flex-direction: row;
	padding: 5.875em 0 0 7%;
	height: auto;
	min-height: auto;
}
.sections-philosophy .item-section.item-3 .image-section {
	/*flex: 5;*/
	flex: none;
	width: 60%;
	min-width: 60%;
	padding: 0 0 0 30px;
	z-index: 1;
	position: absolute;
	top: 5.875em;
	right: 0;
	height: 110%;
}
.sections-philosophy .item-section.item-3 .image-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sections-philosophy .item-section.item-3 .info-section {
	/*flex: 2;*/
	flex: none;
	width: 35%;
	min-width: 35%;
	padding: 0 30px 0 0;
	position: relative;
}
.sections-philosophy .item-section.item-3 .info-section .title-section {
	margin: 0 0 1em 0;
}
.sections-philosophy .item-section.item-3 .info-section .description-section {
	padding: 0 0 0 0;
	margin: 1em 0 0 0;
  position: absolute;
  left: 0;
  top: 100%;
}
.sections-philosophy .item-section.item-3 .info-section .list-section {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.sections-philosophy .item-section.item-3 .info-section .list-section .text-list-section {
	padding: 4px 0 0 0;
	margin: 0 0 1em 0;
	border-top: 2px solid #FEB8C2;
}
.sections-philosophy .item-section.item-3 .image-section::before {
	width: 84%;
	height: 84%;
	padding: 0;
	margin: 0;
	top: 8%;
	left: 8%;
	background-image: url('../img/polygon-3.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	content: '';
	pointer-events: none;
	position: absolute;
	z-index: 1;
}
/* Our Philosophy - Item 4 */
.sections-philosophy .item-section.item-4 {
	padding-top: 36vh;
  padding-bottom: 5.875em;
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  height: auto;
  min-height: auto;
}

/* Our People */
.our-people .entry-header {
	width: 33.33333%;
	position: absolute;
	z-index: 1;
	padding-right: 4.6%;
}
.our-people .entry-header .entry-description {
  max-width: 500px;
}
.buttons-filter {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: flex;
	flex-direction: row;
}
.buttons-filter a {
	text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: -0.8px;
  color: #293948;
  text-decoration: none !important;
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 9px 15px;
  margin: 0 22px 0 0;
  border: 1px solid #293948;
  border-radius: 20px;
  position: relative;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  float: left;
}
.buttons-filter a:last-child {
	margin-right: 0;
}
.buttons-filter a:hover {
	color: #293948;
	border: 1px solid #FEB8C2;
	background-color: transparent;
	text-decoration: none !important;
}
.buttons-filter a.active {
	color: #293948;
	border: 1px solid #FEB8C2;
	background-color: #FEB8C2;
}
.list-people {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
}
.list-people .item-person {
	position: relative;
	float: left;
	width: 33.33333%;
	height: auto;
	margin: 0 0 6.6875em 0;
	padding: 0 6.6% 0 6.6%;
}
.list-people .item-person.empty {
	padding: 0 0 0 0;
}
.list-people .item-person.empty .buttons-filter {
	position: absolute;
	bottom: 0;
	left: 0;
}
.list-people .item-person .content-item-person {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.list-people .item-person .image-person {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.list-people .item-person.type-healthcare .image-person {
	border-radius: 40px;
}
.list-people .item-person.type-technology .image-person::before {
    background: linear-gradient(45deg, #F7F2F2 20px, transparent 21px) bottom left, 
                linear-gradient(135deg, #F7F2F2 20px, transparent 21px) top left, 
                linear-gradient(-135deg, #F7F2F2 20px, transparent 21px) top right, 
                linear-gradient(-45deg, #F7F2F2 20px, transparent 21px) bottom right;
    background-size: 40px 40px;
    background-repeat: no-repeat;
		width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    pointer-events: none;
    border-radius: 0;
}
.list-people .item-person.type-operations .image-person::before {
	background: linear-gradient(180deg, #F7F2F2 40px, transparent 40px) bottom left, 
                linear-gradient(0, #F7F2F2 40px, transparent 40px) top left, 
                linear-gradient(0deg, #F7F2F2 40px, transparent 40px) top right, 
                linear-gradient(-180deg, #F7F2F2 40px, transparent 40px) bottom right;
    background-size: 40px 40px;
    background-repeat: no-repeat;
		width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    pointer-events: none;
    border-radius: 0;
}
/*.list-people .item-person .content-item-person .image-person::after {
	background: #F7F2F2 0% 0% no-repeat;
	opacity: 0;
	width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 0;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}
.list-people .item-person .content-item-person:hover .image-person::after {
	background: #F7F2F2 0% 0% no-repeat;
	opacity: 0.9;
}*/
.list-people .item-person img {
	width: 100%;
	height: auto;
	float: left;
}
.list-people .item-person .info-company {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 36px;
	margin: 0 0 0 0;
	display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	pointer-events: none;
	transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}
.list-people .item-person .content-item-person:hover .info-company {
	opacity: 1;
	visibility: visible;
}
.list-people .item-person .info-company .item-company {
	border-top: 2px solid #FEB8C2;
	float: left;
	width: 100%;
	height: auto;
	position: relative;
}
.list-people .item-person .info-company .item-company .image-company {
	float: left;
	width: 100%;
	height: 46px;
	position: relative;
	padding: 0 0 0 0;
	margin: 11px 0 0 0;
}
.list-people .item-person .info-company .item-company .image-company img {
  width: auto;
  height: auto;
  float: left;
}
.list-people .item-person .info-person {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 28px 0 0 0;
}
.list-people .item-person .info-person .title-person {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  float: left;
  text-align: left;
}
.list-people .item-person .info-person .title-person a {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.6px;
	color: #293948;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.list-people .item-person .info-person .title-person strong {
  font-weight: 600;
}
.list-people .item-person .content-item-person:hover .info-person .title-person a,
.list-people .item-person .content-item-person:hover .info-person .title-person a:hover {
	font-style: italic;
}
.section-advisors, .section-updates, .section-jobs, .section-photographers {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-top: 2px solid #FEB8C2;
}
.section-advisors {
	margin-bottom: 2.8em;
}
.section-advisors .title-section, .section-updates .title-section, .section-jobs .title-section {
	text-align: left;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  line-height: 70px;
  font-size: 6.0rem;
  line-height: 7.0rem;
	letter-spacing: -1.5px;
	color: #293948;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 38px 0;
}
.list-advisors {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  overflow: hidden;
}
.list-advisors .item-advisor {
	position: static;
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 2.625em 0;
}
.list-advisors .item-advisor .content-item-advisor {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: static;
	border-top: 2px solid #293948;
}
.list-advisors .item-advisor .title-advisor {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.6px;
	color: #293948;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 10px 0 0 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  cursor: pointer;
}
.list-advisors .item-advisor .title-advisor:hover {
	font-style: italic;
}
.list-advisors .item-advisor .overlay-advisor {
	border-top: 2px solid #293948;
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  pointer-events: none;
  position: absolute;
  width: calc(44vw - 40px);
  height: 100%;
  top: 0;
  left: auto;
  padding: 0 0 0 0;
	margin: 0 0 0 0;
  background-color: #F7F2F2 !important;
  z-index: 1;
}
.list-advisors .item-advisor.active .overlay-advisor {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.list-advisors .item-advisor.active .overlay-advisor::before {
	content: '';
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 18px;
	height: 18px;
	background-image: url('../img/icon-close-black.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 11px;
  top: 11px;
  cursor: pointer;
  z-index: 1;
}
.list-advisors .item-advisor .overlay-advisor .description-advisor {
	text-align: left;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 26px;
  font-size: 2.4rem;
  line-height: 2.6rem;
  letter-spacing: 0px;
  color: #293948;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  float: left;
}
.list-advisors .item-advisor .overlay-advisor .description-advisor {
	margin: 0.8em 0 1em 0;
}
.list-advisors .item-advisor .overlay-advisor .description-advisor p {
	margin: 0 0 0.4em 0;
}
.list-advisors .item-advisor .overlay-advisor .description-advisor p a,
.list-advisors .item-advisor .overlay-advisor .description-advisor p a:hover {
	color: #293948;
	text-decoration: underline;
	transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  font-style: normal;
}
.list-advisors .item-advisor .overlay-advisor .description-advisor p a:hover {
	font-style: italic;
}
/* Single Team */
.single-team .site-main .entry-header {
	margin-bottom: 3.25em;
	position: relative;
}
.single-team .site-main .entry-header .subtitle-team {
  text-align: left;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.6px;
  color: #293948;
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.single-team .entry-content .info-content {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.single-team .entry-content .info-content .col-image {
	width: calc(25% - 30px);
	min-width: calc(25% - 30px);
}
.single-team .entry-content .info-content .col-image .row-text {
  border-top: 0 !important;
}
.single-team .entry-content .info-content .col-info {
	width: calc(66.66666% - 30px);
	min-width: calc(66.66666% - 30px);
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0 60px;
}
.single-team .entry-content .info-content .col-work, .single-team .entry-content .info-content .col-life {
	width: calc(50% - 30px);
	min-width: calc(50% - 30px);
}
.single-team .entry-content .info-content .col-companies {
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 6.0625em;
  grid-auto-rows: max-content;
  width: 100%;
	min-width: 100%;
	margin-top: 5em;
}
.single-team .entry-content .info-content .col-companies .item-company {
	border-top: 2px solid #FEB8C2;
}
.single-team .entry-content .info-content .col-companies .item-company .image-company {
	float: left;
	width: 100%;
	height: 54px;
	position: relative;
	padding: 0 20% 4% 0;
	margin: 14px 0 24px 0;
}
.single-team .entry-content .info-content .col-companies .item-company .image-company img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}
.single-team .entry-content .info-content .col-companies .item-company .description-company {
	text-align: left;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 0px;
  color: #293948;
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.single-team .entry-content .info-content .col-companies .item-company .description-company p {
	margin: 0 0 0 0;
	display: block;
}
.single-team .entry-content .info-content .col-companies .item-company .description-company p a {
  text-decoration: underline;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  color: #293948;
}
.single-team .entry-content .info-content .col-companies .item-company .description-company p a:hover {
  font-style: italic;
  text-decoration: underline;
  color: #293948;
}
.single-team .entry-content .info-content .row-image {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 42px 0;
}
.single-team .entry-content .info-content .row-image.type-healthcare {
	border-radius: 40px;
}
.single-team .entry-content .info-content .row-image.type-technology::before {
    background: linear-gradient(45deg, #F7F2F2 20px, transparent 21px) bottom left, 
                linear-gradient(135deg, #F7F2F2 20px, transparent 21px) top left, 
                linear-gradient(-135deg, #F7F2F2 20px, transparent 21px) top right, 
                linear-gradient(-45deg, #F7F2F2 20px, transparent 21px) bottom right;
    background-size: 40px 40px;
    background-repeat: no-repeat;
		width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    pointer-events: none;
    border-radius: 0;
}
.single-team .entry-content .info-content .row-image.type-operations::before {
	background: linear-gradient(180deg, #F7F2F2 40px, transparent 40px) bottom left, 
                linear-gradient(0, #F7F2F2 40px, transparent 40px) top left, 
                linear-gradient(0deg, #F7F2F2 40px, transparent 40px) top right, 
                linear-gradient(-180deg, #F7F2F2 40px, transparent 40px) bottom right;
    background-size: 40px 40px;
    background-repeat: no-repeat;
		width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    pointer-events: none;
    border-radius: 0;
}
.single-team .entry-content .info-content .row-image img {
	width: 100%;
	height: auto;
	float: left;
}
.single-team .entry-content .info-content .row-text {
	border-top: 2px solid #FEB8C2;
	width: 100%;
	height: auto;
	float: left;
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
}
.single-team .entry-content .info-content .row-text .title-text,
.single-team .entry-content .info-content .row-text .description-text {
	text-align: left;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.6px;
  color: #293948;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.single-team .entry-content .info-content .row-text .description-text p {
	margin: 0 0 1em 0;
}
.single-team .entry-content .info-content .row-text .description-text p a,
.single-team .entry-content .info-content .row-text .description-text p a:hover {
	color: #293948;
	text-decoration: underline;
	transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  font-style: normal;
}
.single-team .entry-content .info-content .row-text .description-text p a:hover {
	font-style: italic;
}
.single-team .entry-content .info-content .row-text .title-text {
	font-weight: 600;
	margin: 0 0 1em 0;
}
.single-team .entry-content .button-goback {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 2.6em 0 0 0;
}
.single-team .entry-content .button-goback a {
	text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: -0.8px;
  color: #293948;
  text-decoration: none !important;
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 9px 15px;
  margin: 0 0 0 0;
  border: 1px solid #293948;
  border-radius: 20px;
  position: relative;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  float: left;
}
.single-team .entry-content .button-goback a:hover {
	color: #293948;
	border: 1px solid #FEB8C2;
	background-color: transparent;
	text-decoration: none !important;
}
/* Our Choices */
.list-cases {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 4em 0;
}
.list-cases::before, .list-cases::after {
	content: '';
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #F7F2F2;
	z-index: 100;
}
.list-cases::after {
	left: auto;
	right: 0;
}
.list-cases.owl-carousel .owl-stage-outer {
  padding: 0 0 0 0;
}
.list-cases .item-case {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.list-cases .item-case .content-item-case {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: flex;
	flex-direction: row;
}
.list-cases .item-case .image-case {
	flex: 2;
	width: 100%;
  height: 63vh;
  overflow: hidden;
}
.list-cases .item-case .image-case img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}
.list-cases .item-case .info-case {
	flex: 1;
	padding: 32px 42px;
	background-color: #fff;
	width: 100%;
	height: 63vh;
	position: relative;
}
.list-cases .item-case .info-case .title-case {
	font-weight: 400;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
  font-size: 6.0rem;
  line-height: 6.0rem;
  letter-spacing: -3px;
	color: #293948;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 16px 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
}
.list-cases .item-case .info-case .title-case a, .list-cases .item-case .info-case .title-case a:hover {
	color: #293948;
	text-decoration: none;
}
.list-cases .item-case .info-case .description-case {
	font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.6px;
	color: #293948;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
}
.list-cases .item-case .info-case .button-case {
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.6px;
	color: #293948;
  text-transform: none;
  padding: 32px 42px;
  margin: 0 0 0 0;
  width: 100%;
  text-decoration: underline;
  text-align: left;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.list-cases .item-case .info-case .button-case:hover {
  font-style: italic;
  text-decoration: underline;
  color: #293948;
}
.list-cases.owl-carousel .owl-controls .owl-dots {
  position: absolute;
  bottom: 32px;
  right: 42px;
  width: auto;
  height: 12px;
  background: transparent;
  z-index: 100;
  display: flex;
  flex-direction: row;
}
.list-cases.owl-carousel .owl-controls .owl-dot {
	transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  width: 12px;
  height: 12px;
  border: 1px solid #FEB8C2;
  background-color: transparent;
  margin: 0 0 0 19px;
  border-radius: 50%;
}
.list-cases.owl-carousel .owl-controls .owl-dot.active, .list-cases.owl-carousel .owl-controls .owl-dot:hover {
  background-color: #FEB8C2;
}
.list-cases.owl-carousel .owl-controls .owl-dot span {
	display: none;
}

.our-choices .buttons-filter {
	padding: 0 0 32px 0;
  position: relative;
}
.our-choices .buttons-filter::after {
  float: left;
  width: 100%;
  height: 2px;
  background-color: #FEB8C2;
  content: '';
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  margin: 0 0 -2px 0;
  pointer-events: none;
  z-index: 1;
}

.list-companies {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 8.18em 0;
	position: relative;
  /*display: grid; */
  /* grid-template-columns: repeat(4, 1fr); */
  grid-column-gap: 40px;
  /* grid-row-gap: 0px; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: calc(25% - 30px);
  height: 1070px;
  /* align-content: space-between; */
  justify-content: start;
}
/*.list-companies:before {
	float: left;
	width: 100%;
	height: 2px;
	background-color: #FEB8C2;
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}*/
.list-companies .item-company {
	position: static;
	float: left;
	width: 100%;
	height: 82px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.list-companies .item-company .content-item-company {
	float: left;
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
	position: static;
	border-top: 2px solid #293948;
}
.list-companies .item-company .title-company {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.6px;
	color: #293948;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 10px 0 0 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
	transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  cursor: pointer;
}
.list-companies .item-company .title-company:hover {
	font-style: italic;
}
.list-companies .item-company .overlay-company {
	border-top: 2px solid #FEB8C2;
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  pointer-events: none;
  position: absolute;
  width: calc(22vw - 40px);
  height: 100%;
  top: 0;
  left: auto;
  padding: 11px 0 0 0;
	margin: 0 0 0 0;
  background-color: #F7F2F2 !important;
  z-index: 1;
}
.list-companies .item-company.active .overlay-company {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	/*border-top: 2px solid #FEB8C2;*/
}
.list-companies .item-company.active .overlay-company::before {
	content: '';
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 18px;
	height: 18px;
	background-image: url('../img/icon-close-black.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 11px;
  top: 11px;
  cursor: pointer;
  z-index: 1;
}
.list-companies .item-company .overlay-company .image-company {
	/*width: 100%;
	height: 52px;*/
	float: left;
  width: calc(34% - 60px);
  height: 70px;
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 24px 0;
}
.list-companies .item-company .overlay-company .image-company img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}
/*.list-companies .item-company .overlay-company .item-company .fields-company {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}*/
.list-companies .item-company .overlay-company .fields-company {
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 0.8em;
  float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 32px 0 0;
	margin: 0 0 0 0;
}
.list-companies .item-company .overlay-company .fields-company .field-company {
	font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 0px;
	color: #293948;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
  float: left;
}
.list-companies .item-company .overlay-company .fields-company .field-company label {
	font-weight: 400;
}
.list-companies .item-company .overlay-company .fields-company .field-company a {
	font-weight: 600;
	font-style: normal;
	transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  text-decoration: none;
  color: #293948;
}
.list-companies .item-company .overlay-company .fields-company .field-company a:hover {
	font-weight: 600;
	font-style: italic;
	text-decoration: none;
	color: #293948;
}
.list-companies .item-company .overlay-company .web-company a,
.list-companies .item-company .overlay-company .web-company a:hover {
  font-weight: 400;
  text-decoration: underline;
  color: #293948;
}
.list-companies .item-company .overlay-company .description-company,
.list-companies .item-company .overlay-company .web-company, .list-companies .item-company .overlay-company .web-company a {
	text-align: left;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 26px;
  font-size: 2.4rem;
  line-height: 2.6rem;
  letter-spacing: 0px;
  color: #293948;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  float: left;
}
.list-companies .item-company .overlay-company .description-company {
	margin: 0.8em 0 1em 0;
}
.list-companies .item-company .overlay-company .web-company {
	position: relative;
}

/* Our Updates */
.section-updates {
	margin-bottom: 8.18em;
}
.lists-news, .lists-jobs {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
}
.list-news {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: absolute;
	display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.lists-jobs .list-jobs {
	opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  position: absolute;
}
.section-updates .list-news.list-1,
.section-jobs .list-jobs.list-1 {
	position: relative;
}
.section-updates .list-news.active,
.section-jobs .list-jobs.active {
  opacity: 1;
  visibility: visible;
}
.section-updates .list-news-controls, .section-jobs .list-jobs-controls {
  position: relative;
  margin: 36px 0 0 0;
  width: 100%;
  height: 12px;
  background: transparent;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.section-updates .list-news-controls .item-dot, .section-jobs .list-jobs-controls .item-dot {
	transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  width: 12px;
  height: 12px;
  border: 1px solid #FEB8C2;
  background-color: transparent;
  margin: 0 10px 0 10px;
  border-radius: 50%;
  cursor: pointer;
}
.section-updates .list-news-controls .item-dot.active, .section-updates .list-news-controls .item-dot:hover,
.section-jobs .list-jobs-controls .item-dot.active, .section-jobs .list-jobs-controls .item-dot:hover {
  background-color: #FEB8C2;
}

.list-news .item-news {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}
.list-news .item-news .content-item-news {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	border-top: 2px solid #293948;
	padding: 2px 0 0 0;
}
.list-news .item-news .title-news, .list-news .item-news .date-news {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.6px;
	color: #293948;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.list-news .item-news .title-news a {
	text-decoration: none;
	color: #293948;
}
.list-news .item-news .title-news a:hover {
	text-decoration: none;
	color: #293948;
	font-style: italic;
}
.list-news .item-news .date-news {
	color: #a9b0b6;
}

/* Jobs */
.section-jobs .header-section {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 8px 0;
}
.section-jobs .title-section {
	margin: 0 0 28px 0;
}
.section-jobs .description-section {
	text-align: left;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.6px;
	color: #293948;
	width: 100%;
	max-width: 376px;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.list-jobs {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #293948;
}
.list-jobs .item-job {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 44px 29.5px 44px 0;
	background-color: #F7F2F2 !important;
}
.list-jobs .item-job:nth-child(2n) {
	padding: 44px 0 44px 29.5px;
}
.list-jobs .item-job .content-item-job {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.list-jobs .item-job .title-job {
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  line-height: 57px;
  font-size: 6.0rem;
  line-height: 5.7rem;
  letter-spacing: -1.5px;
	color: #293948;
  text-transform: none;
  padding: 0 30% 0 0;
  margin: 20px 0 4px 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
  float: left;
}
.list-jobs .item-job .location-job, .list-jobs .item-job .subtitle-job, .section-jobs .no-jobs .button-job {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.6px;
	color: #293948;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
  float: left;
}
.list-jobs .item-job .button-job {
	text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.6px;
	color: #293948;
	text-decoration: none !important;
	background-color: transparent;
	width: auto;
	height: auto;
	padding: 3.5px 15px;
	margin: 27px 0 0 0;
	border: 2px solid #293948;
	border-radius: 20px;
	position: relative;
	transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  float: left;
}
.list-jobs .item-job .button-job:hover {
	color: #293948;
	border: 2px solid #FEB8C2;
	background-color: transparent;
	text-decoration: none !important;
}
.section-jobs .no-jobs {
	width: 100%;
	float: left;
	height: auto;
	max-width: 376px;
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	border-top: 2px solid #293948;
}
.section-jobs .no-jobs .button-job {
	padding: 2px 0 0 0;
}
/* Single Case */
.single-case .entry-header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 6em;
}
.single-case .entry-header .entry-title {
	width: 46%;
	min-width: 46%;
	flex: none;
	padding-right: 8%;
}
.single-case .entry-content .info-content .col-text {
	width: 46%;
	min-width: 46%;
	flex: none;
}
.single-case .entry-header .fields-case, 
.single-case .entry-content .col-image {
	width: 38%;
	min-width: 38%;
	flex: none;
}
.single-case .entry-content .col-text .description-case {
	padding-right: 17%; 
}
.single-case .entry-header .fields-case {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.single-case .entry-header .fields-case .fields-info-case {
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 2em;
  grid-auto-rows: max-content;
}
.single-case .entry-header .fields-case .field-web-case {

}
.single-case .entry-header .fields-case .field-case {
	font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 0px;
	color: #293948;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  min-width: 155px;
  text-decoration: none;
  text-align: left;
  float: left;
}
.single-case .entry-header .fields-case .field-web-case .field-case {
	min-width: auto;
}
.single-case .entry-header .fields-case .field-case label {
	font-weight: 400;
}
.single-case .entry-header .fields-case .field-case a {
	font-weight: 600;
	font-style: normal;
	transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  text-decoration: none;
  color: #293948;
}
.single-case .entry-header .fields-case .field-case a:hover {
	font-weight: 600;
	font-style: italic;
	text-decoration: none;
	color: #293948;
}
.single-case .entry-header .fields-case .field-web-case .field-case a,
.single-case .entry-header .fields-case .field-web-case .field-case a:hover {
  font-weight: 400;
  text-decoration: underline;
}
.single-case .entry-content {
	width: 100%;
}
.single-case .entry-content .info-content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: space-between;
}
.single-case .entry-content .info-content .col-text {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.single-case .entry-content .col-text .intro-case {
	font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.6px;
	color: #293948;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
  float: left;
}
.single-case .entry-content .col-text .description-case {
	font-weight: 400;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
  font-size: 6.0rem;
  line-height: 6.0rem;
  letter-spacing: 0px;
  /*font-size: 34px;
  line-height: 38px;
  font-size: 3.4rem;
  line-height: 3.8rem;
  letter-spacing: 0px;*/
	color: #293948;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
  float: left;
}
.single-case .entry-content .col-text .description-case p:first-child {
	margin: 0 0 1em 0;
}
.single-case .entry-content .col-text .intro-case p {
	margin: 0 0 2em 0;
}
.single-case .entry-content .col-text .description-case p:last-child {
	margin: 0 0 0 0;
}
.single-case .entry-content .col-image {
	height: 100%;
}
.single-case .entry-content .col-image .content-image {
	width: 100%;
	height: 100%;
}
.single-case .entry-content .col-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* Single Case: Full Template */
.single-case.full-template .site-main {
  padding: 0 0 6.25em 0;
}
.single-case.full-template .image-header {
	width: 100%;
	height: 100vh;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
	position: relative;
}
.single-case.full-template .image-header img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.single-case.full-template.bg-transparent {
  background-color: #f7f2f2 !important;
  color: #293948;
}
.single-case.full-template.bg-transparent .site-main .entry-header .entry-title {
	color: #293948;
	float: left;
}
.single-case.full-template .site-main .entry-header {
  padding: 1.6em 1.6% 1.6em 1.6%;
  width: calc(100% - 10.8%);
  position: absolute;
  top: calc(100vh + 2px);
  left: 50%;
  transform: translate(-50%, -100%);
  background-color: #f7f2f2;
}
.single-case.full-template .entry-header .fields-case .fields-info-case {
  grid-template-columns: repeat(3, 1fr);
  display: flex;
  grid-column-gap: 60px;
  grid-row-gap: 1em;
  grid-auto-rows: max-content;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-case.full-template .entry-header .fields-case {
  display: block;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  float: right;
}
.single-case.full-template .entry-header .fields-case .field-web-case {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 155px;
}
.single-case.full-template .entry-header .fields-case .field-case {
  flex: none;
  width: auto !important;
}
.single-case.full-template .entry-header {
  display: block;
  margin-bottom: 0;
}
.single-case.full-template .section-interview, .single-case.full-template .section-interview .lists-interview,
.single-case.full-template .section-interview .lists-interview .item-interview {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
}
.single-case.full-template .section-interview .lists-interview .item-interview {
	padding: 5em 7% 5em 7%;
	background-color: #f7f2f2;
}
.single-case.full-template .section-interview .lists-interview .item-interview .content-item-interview {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.single-case.full-template .section-interview .lists-interview .item-interview:nth-child(2n) .content-item-interview {
    flex-direction: row;
    justify-content: start;
}
.single-case.full-template .section-interview .lists-interview .item-interview:nth-child(2n) {
	background-color: #fff;
}
.single-case.full-template .section-interview .lists-interview .item-interview .info-interview {
    width: 46%;
    min-width: 46%;
    flex: none;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.single-case.full-template .section-interview .lists-interview .item-interview:nth-child(2n) .info-interview {
	padding-left: 4%;
	padding-right: 0;
	width: 50%;
  min-width: 50%;
}
.single-case.full-template .section-interview .lists-interview .item-interview .image-interview {
    width: 38%;
    min-width: 38%;
    flex: none;
}
.single-case.full-template .section-interview .lists-interview .item-interview .image-interview img {
    width: 100%;
    height: auto;
    max-width: none;
}
.single-case.full-template .section-interview .lists-interview .item-interview .info-interview .question-interview,
.single-case.full-template .section-interview .lists-interview .item-interview .info-interview .answer-interview {
    font-size: 60px;
    line-height: 60px;
    font-size: 6.0rem;
    line-height: 6.0rem;
    letter-spacing: -3.5px;
}
.single-case.full-template .section-interview .lists-interview .item-interview .info-interview .question-interview {
	margin-bottom: 1em;
}
.single-case.full-template .section-related-cases {
	width: 100%;
	padding: 5em 7%;
}
.single-case.full-template .section-related-cases .title-section {
	text-align: left;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
	letter-spacing: -0.6px;
	color: #293948;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 7px 0 28px 0;
}
.single-case.full-template .list-related-cases .item-related-cases .info-related-cases {
	border-top: 0;
}
.single-case.full-template .list-related-cases {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
}
.single-case.full-template .list-related-cases.owl-carousel .owl-stage-outer {
	padding: 0 0 0 0 !important;
}
.single-case.full-template .list-related-cases .item-related-cases {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 4.5em 0;
}
.single-case.full-template .list-related-cases .item-related-cases .content-item-related-cases {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
}
.single-case.full-template .list-related-cases .item-related-cases .image-related-cases {
	float: left;
	width: 100%;
	height: 22vw;
	overflow: hidden;
	position: relative;
	padding: 0 0 0 0;
}
.single-case.full-template .list-related-cases .item-related-cases img {
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}

.single-case.full-template .list-related-cases .item-related-cases .info-related-cases {
	float: left;
	position: relative;
	text-align: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 1em 0 0 0;
	border-top: 0;
}
.single-case.full-template .list-related-cases .item-related-cases .info-related-cases .title-related-cases {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  float: left;
  text-align: left;
}
.single-case.full-template .list-related-cases .item-related-cases .info-related-cases .title-related-cases a,
.single-case.full-template .list-related-cases .item-related-cases .info-related-cases .excerpt-related-cases {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.6px;
	color: #293948;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
  float: left;
}
.single-case.full-template .list-related-cases .item-related-cases .info-related-cases .title-related-cases a {
	font-weight: 600;
}
.single-case.full-template .list-related-cases .item-related-cases .info-related-cases .excerpt-related-cases {
	margin: 0 0 1em 0;
}
.single-case.full-template .section-changes {
	padding: 5em 7% 5em 7%;
	background-color: #fff;
	display: flex;
	grid-column-gap: 60px;
  grid-row-gap: 0px;
  min-height: 78vh;
}
.single-case.full-template .section-changes.pink {
	background-color: #f7f2f2;
}
.single-case.full-template .section-changes .header-section {
	width: auto;
	position: absolute;
	padding: 0 0 0 0;
	margin: 1.6em 0 0 0;
	z-index: 1;
}
.single-case.full-template .section-changes .header-section .title-section,
.single-case.full-template .section-changes .lists-changes .item-change .description-change {
    text-align: left;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    font-size: 2.4rem;
    line-height: 2.8rem;
    letter-spacing: -0.6px;
    color: #293948;
    width: auto;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.single-case.full-template .section-changes .lists-changes {
	width: 66.66666%;
  height: auto;
  padding: 2.2em 0 2.2em 0;
  margin: 0 0 0 0;
  flex: 1;
  background: #FEB8C2;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
.single-case.full-template .section-changes .lists-changes.size-large {
  justify-content: center;
}
.single-case.full-template .section-changes .lists-changes.size-large.shape-7,
.single-case.full-template .section-changes .lists-changes.size-large.shape-random {
	justify-content: end;
}
.single-case.full-template .section-changes .lists-changes .content-lists-changes {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-case.full-template .section-changes .lists-changes.size-large .content-lists-changes {
	flex-direction: column-reverse;
	height: 70%;
}
.single-case.full-template .section-changes .lists-changes.size-large {
	flex: 3;
	-webkit-mask-image: url('../img/shape-7.png');
  mask-image: url('../img/shape-7.png');
}
.single-case.full-template .section-changes .lists-changes.size-medium {
	flex: 1;
	-webkit-mask-image: url('../img/shape-4.png');
  mask-image: url('../img/shape-4.png');
}
.single-case.full-template .section-changes .lists-changes.shape-1 {
	-webkit-mask-image: url('../img/shape-1.png');
  mask-image: url('../img/shape-1.png');
}
.single-case.full-template .section-changes .lists-changes.shape-2 {
	-webkit-mask-image: url('../img/shape-2.png');
  mask-image: url('../img/shape-2.png');
}
.single-case.full-template .section-changes .lists-changes.shape-3 {
	-webkit-mask-image: url('../img/shape-3.png');
  mask-image: url('../img/shape-3.png');
}
.single-case.full-template .section-changes .lists-changes.shape-4 {
	-webkit-mask-image: url('../img/shape-4.png');
  mask-image: url('../img/shape-4.png');
}
.single-case.full-template .section-changes .lists-changes.shape-5 {
	-webkit-mask-image: url('../img/shape-5.png');
  mask-image: url('../img/shape-5.png');
}
.single-case.full-template .section-changes .lists-changes.shape-6 {
	-webkit-mask-image: url('../img/shape-6.png');
  mask-image: url('../img/shape-6.png');
}
.single-case.full-template .section-changes .lists-changes.shape-7 {
	-webkit-mask-image: url('../img/shape-7.png');
  mask-image: url('../img/shape-7.png');
}
.single-case.full-template .section-changes .lists-changes.shape-8 {
	-webkit-mask-image: url('../img/shape-1.png');
  mask-image: url('../img/shape-1.png');
}
.single-case.full-template .section-changes .lists-changes.shape-9 {
	-webkit-mask-image: url('../img/shape-2.png');
  mask-image: url('../img/shape-2.png');
}
.single-case.full-template .section-changes .lists-changes.shape-10 {
	-webkit-mask-image: url('../img/shape-3.png');
  mask-image: url('../img/shape-3.png');
}
.single-case.full-template .section-changes .lists-changes .item-change {
	width: 100%;
	/*display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;*/
}
.single-case.full-template .section-changes .lists-changes.size-large .item-change.size-medium {
	margin-bottom: -40px;
}
.single-case.full-template .section-changes .lists-changes .item-change .content-item-change {
	width: 100%;
	display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: end;
  grid-column-gap: 12px;
}
.single-case.full-template .section-changes .lists-changes.size-large .item-change.size-medium .content-item-change {
  justify-content: flex-end;
}
.single-case.full-template .section-changes .lists-changes .item-change .number-change {
    text-align: left;
    font-weight: 400;
    font-style: normal;
    font-size: 6.8vw;
    line-height: 5.0vw;
    letter-spacing: -0.3vw;
    color: #293948;
    width: auto;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
} 
.single-case.full-template .section-changes .lists-changes.size-large .item-change.size-large .number-change {
    font-size: 21vw;
    line-height: 15.2vw;
    letter-spacing: -0.8vw;
}
.single-case.full-template .section-changes .lists-changes.size-large .item-change .description-change {
	width: 150px;
}
/* Building the Future */
.page-building-future .site-main {
	height: auto;
  min-height: 100vh;
}
.building-future {
	display: flex;
	width: 100%;
	height: 100%;
}
.building-future .entry-header {
	flex: 1;
}
.building-future .entry-content {
	flex: 2;
	background-color: #FEB8C2;
	width: 100%;
	height: auto;
  min-height: calc(100vh - 185px - 6.25em);
	margin-left: 3.75em;
}
/* Contact Form */
.building-future .contact-form {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 36px 15px 36px 15px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wpcf7 {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 0;
}
.wpcf7 form {
	width: 100%;
	float: left;
	padding: 0 0 0 0;
}
.wpcf7 form .field {
	width: 24%;
	flex: none !important;
	float: left;
	position: relative;
	padding: 0 15px 0 15px;
	margin: 0 0 41px 0;
}
/*.wpcf7 form .field > .field {
	width: 100%;
	padding: 0 0 0 0 !important;
}*/
.wpcf7 form .field-1 {
	width: 24%;
	flex: 1;
}
.wpcf7 form .field-2 {
	width: 38%;
	flex: 2;
}
.wpcf7 form .field-3 {
	width: 60%;
	flex: 3;
}
.wpcf7 form .field-4 {
	width: 76%;
	flex: 4;
}
.wpcf7 form .field-5 {
	width: 100%;
	flex: 5;
}
.wpcf7 form .field span {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.wpcf7 form .field span label {
	display: flex;
}
.wpcf7 form .field input[type="text"], .wpcf7 form .field input[type="email"], .wpcf7 form .field input[type="url"] {
	width: 100% !important;
	float: left;
	position: relative;
	border: none;
	border-bottom: 2px solid #293948 !important;
	border-radius: 0 !important;
	font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 0px;
  text-align: left;
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 10px 0 0 0;
	margin: 0 0 0 0;
	height: 42px !important;
	-webkit-appearance: none;
	opacity: 1 !important;
	outline: 0;
	color: #293948;
  text-transform: none;
}
.wpcf7 form .field textarea {
	width: 100% !important;
	float: left;
	position: relative;
	border: none;
	border-bottom: 2px solid #293948 !important;
	border-radius: 0 !important;
	font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 0px;
  text-align: left;
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 10px 0 0 0;
	margin: 0 0 0 0;
  height: 42px !important;
	-webkit-appearance: none;
	opacity: 1 !important;
	outline: 0;
	color: #293948;
  text-transform: none;
}
.wpcf7 form .field select {
    width: 100%!important;
    float: left;
    position: relative;
    max-width: none!important;
    border: 0;
    border-bottom: 2px solid #293948 !important;
    border-radius: 0 !important;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
		line-height: 19px;
		font-size: 1.6rem;
		line-height: 1.9rem;
		letter-spacing: 0px;
    text-align: left;
    box-shadow: none!important;
    background-color: transparent!important;
    padding: 10px 28px 0 0 !important;
    margin: 0 0 0 0;
    height: 42px !important;
    -webkit-appearance: none;
    opacity: 1 !important;
    outline: 0;
    color: #293948;
    text-transform: none;
    background-image: url('../img/icon-select-black.svg');
    background-position: right 4px bottom 11px;
    background-repeat: no-repeat;
    background-size: 8px auto;
    cursor: pointer;
}
.wpcf7 form .field.field-acceptance, .wpcf7 form .field.field-advertising, .wpcf7 form .field.field-acceptance label, .wpcf7 form .field.field-advertising label {
	margin-bottom: 0;
}
.wpcf7 form .field input[type="checkbox"] {
    float: left;
    width: 16px;
    height: 16px;
    flex: none;
    margin: 1px 13px 0 0;
    outline: 0;
    -webkit-appearance: none;
    background: transparent;
    border: 2px solid #293948;
    vertical-align: middle;
    cursor: pointer;
}
.wpcf7 form .field.field-acceptance input[type="checkbox"]:checked {
  background-image: url('../img/icon-close-black.svg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
div.wpcf7-response-output {
  margin-top: 0 !important;
}
.wpcf7 form .field.field-acceptance span.wpcf7-list-item-label {
    width: auto;
    float: left;
    position: relative;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    float: left;
    position: relative;
    border: none;
    border-radius: 0 !important;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
		line-height: 19px;
		font-size: 1.6rem;
		line-height: 1.9rem;
		letter-spacing: 0px;
    text-align: left;
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: auto !important;
    -webkit-appearance: none;
    color: #293948;
    text-transform: none;
}
.wpcf7 form .field input.wpcf7-not-valid, .wpcf7 form .field.field-acceptance a, .wpcf7 form .field.field-acceptance a:hover,
.wpcf7 form .field.field-recaptcha a, .wpcf7 form .field.field-recaptcha a:hover {
	border: 0 !important;
	color: #293948 !important;
}
span.wpcf7-not-valid-tip {
    color: #000;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
		line-height: 19px;
		font-size: 1.6rem;
		line-height: 1.9rem;
		letter-spacing: 0px;
    text-transform: none;
    display: block;
    margin: 3px 0 0 0 !important;
    text-transform: none;
    padding-left: 0 !important;
}
.wpcf7-response-output {
	width: 100% !important;
    float: left;
    position: relative;
    border: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
		line-height: 19px;
		font-size: 1.6rem;
		line-height: 1.9rem;
		letter-spacing: 0px;
    text-transform: none;
    text-align: left;
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 0 30px 0 30px !important;
    margin: 0 0 0 0 !important;
    height: auto !important;
    -webkit-appearance: none;
		color: #000;
}
div.wpcf7-mail-sent-ok {
	border-bottom: none !important;
}

div.wpcf7-mail-sent-ng {
	border-bottom: none !important;
}

div.wpcf7-spam-blocked {
	border-bottom: none !important;
}

div.wpcf7-validation-errors {
	border-bottom: none !important;
}
div.wpcf7 .ajax-loader {
   display: none !important;
}
.wpcf7 form .field.field-submit {
	position: absolute;
	bottom: 36px;
  right: 15px;
  margin-bottom: 0;
}
.wpcf7 form .field input[type="submit"] {
  width: 100% !important;
	float: left;
	position: relative;
	border: 2px solid #293948 !important;
	color: #000;
	border-radius: 20px !important;
	font-weight: 400;
  font-style: normal;
  font-size: 16px;
		line-height: 19px;
		font-size: 1.6rem;
		line-height: 1.9rem;
		letter-spacing: 0px;
  text-align: center;
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 8px 0 8px 0;
	margin: 0 0 0 0;
	height: 39px !important;
	-webkit-appearance: none;
	outline: 0;
	text-transform: none;
}
.wpcf7 form ::-webkit-input-placeholder {color: #293948; opacity: 0.5;} /* WebKit */
.wpcf7 form :-moz-placeholder {color: #293948; opacity: 0.5;} /* Firefox 18- */
.wpcf7 form ::-moz-placeholder {color: #293948; opacity: 0.5;} /* Firefox 19+ */
.wpcf7 form :-ms-input-placeholder {color: #293948; opacity: 0.5;} /* IE 10+ */
.wpcf7 form .field input[type="file"] {
    width: 100% !important;
    float: left;
    position: relative;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 0 !important;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
		line-height: 19px;
		font-size: 1.6rem;
		line-height: 1.9rem;
		letter-spacing: 0px;
    text-transform: none;
    text-align: left;
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 0 0 3px 0;
    margin: 0 0 0 0;
    height: 42px !important;
    -webkit-appearance: none;
    outline: 0;
    color: #000;
    display: none !important;
}
.contact-form #button-file-nc {
    padding: 0 0 3px 0 !important;
    width: 100% !important;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
    border: 0;
    border-bottom: 2px solid #293948 !important;
    border-radius: 0 !important;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
		line-height: 19px;
		font-size: 1.6rem;
		line-height: 1.9rem;
		letter-spacing: 0px;
    text-align: left;
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 42px !important;
    -webkit-appearance: none;
    opacity: 1 !important;
    outline: 0;
    color: #293948;
    text-transform: none;
    cursor: pointer;
    overflow: hidden;
}
.contact-form #button-file-nc .icon-file {
	background-image: url('../img/icon-upload.svg');
  background-position: left bottom 3px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px !important;
  height: 42px;
  padding: 0 0 0 0;
  margin: 0 13px 0 0;
  position: relative;
  	font-weight: 400;
    font-style: normal;
    font-size: 16px;
		line-height: 19px;
		font-size: 1.6rem;
		line-height: 1.9rem;
		letter-spacing: 0px;
    text-transform: none;
    float: none !important;
    flex: none;
}
.contact-form .wpcf7-spinner {
	display: none;
}
/* Sharing knowledge */
.sharing-knowledge .entry-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: end;
}
.sharing-knowledge .entry-header .entry-title {
  flex: none;
}
.sharing-knowledge .entry-header .buttons-filter {
  width: auto;
  margin: 0 0 8px 0;
  flex: none;
}
.list-knowledge {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 0px;
}
.sharing-knowledge .item-knowledge {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 4.5em 0;
}
.sharing-knowledge .item-knowledge .content-item-knowledge {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column-reverse;
}
.sharing-knowledge .item-knowledge .image-knowledge {
	float: left;
	width: 100%;
	height: 15.2vw;
	overflow: hidden;
	position: relative;
	background-color: rgb(41, 57, 72);
	padding: 2.625em;
}
.sharing-knowledge .item-knowledge img {
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
	/*filter: grayscale(1);*/
  -webkit-mask-image: url('../img/shape-1.png');
  mask-image: url('../img/shape-1.png');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.sharing-knowledge .item-knowledge.shape-1 img,
.sharing-knowledge .item-knowledge.random:nth-child(2n + 1) img {
	-webkit-mask-image: url('../img/shape-1.png');
  mask-image: url('../img/shape-1.png');
}
.sharing-knowledge .item-knowledge.shape-2 img,
.sharing-knowledge .item-knowledge.random:nth-child(2n) img {
	-webkit-mask-image: url('../img/shape-2.png');
  mask-image: url('../img/shape-2.png');
}
.sharing-knowledge .item-knowledge.shape-3 img,
.sharing-knowledge .item-knowledge.random:nth-child(3n) img {
	-webkit-mask-image: url('../img/shape-3.png');
  mask-image: url('../img/shape-3.png');
}
.sharing-knowledge .item-knowledge.shape-4 img,
.sharing-knowledge .item-knowledge.random:nth-child(4n) img {
	-webkit-mask-image: url('../img/shape-4.png');
  mask-image: url('../img/shape-4.png');
}
.sharing-knowledge .item-knowledge.shape-5 img,
.sharing-knowledge .item-knowledge.random:nth-child(5n) img {
	-webkit-mask-image: url('../img/shape-5.png');
  mask-image: url('../img/shape-5.png');
}
.sharing-knowledge .item-knowledge.shape-6 img,
.sharing-knowledge .item-knowledge.random:nth-child(6n) img {
	-webkit-mask-image: url('../img/shape-6.png');
  mask-image: url('../img/shape-6.png');
}
.sharing-knowledge .item-knowledge.shape-7 img,
.sharing-knowledge .item-knowledge.random:nth-child(7n) img {
	-webkit-mask-image: url('../img/shape-7.png');
  mask-image: url('../img/shape-7.png');
}

.sharing-knowledge .item-knowledge.shape-8 img {
	-webkit-mask-image: url('../img/shape-1.png');
  mask-image: url('../img/shape-1.png');
}
.sharing-knowledge .item-knowledge.shape-9 img {
	-webkit-mask-image: url('../img/shape-2.png');
  mask-image: url('../img/shape-2.png');
}
.sharing-knowledge .item-knowledge.shape-10 img {
	-webkit-mask-image: url('../img/shape-3.png');
  mask-image: url('../img/shape-3.png');
}
/*.sharing-knowledge .item-knowledge .image-knowledge::before {
  background-color: rgb(254, 184, 194);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.sharing-knowledge .item-knowledge .image-knowledge::after {
  background-color: rgb(41, 57, 72);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: soft-light;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}*/

.sharing-knowledge .item-knowledge .info-knowledge {
	float: left;
	position: relative;
	text-align: left;
	width: 100%;
	height: 188px;
	margin: 0 0 0 0;
	padding: 6px 0 0 0;
	border-top: 2px solid #293948;
}
.sharing-knowledge .item-knowledge .info-knowledge .title-knowledge {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  float: left;
  text-align: left;
}
.sharing-knowledge .item-knowledge .info-knowledge .title-knowledge a,
.sharing-knowledge .item-knowledge .info-knowledge .excerpt-knowledge,
.sharing-knowledge .item-knowledge .info-knowledge .date-knowledge {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.6px;
	color: #293948;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
  float: left;
}
.sharing-knowledge .item-knowledge .info-knowledge .title-knowledge a {
	font-weight: 600;
}
.sharing-knowledge .item-knowledge .info-knowledge .excerpt-knowledge {
	margin: 0 0 1em 0;
}
.sharing-knowledge .item-knowledge .info-knowledge .date-knowledge {
	color: #a9b0b6;
	position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F7F2F2 !important;
  padding-bottom: 8px;
  padding-top: 1.2em;
}
.sharing-knowledge .item-knowledge.featured {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 4.75em 0 5.25em 0;
}
.sharing-knowledge .item-knowledge.featured .content-item-knowledge {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.sharing-knowledge .item-knowledge.featured .image-knowledge {
  height: 30vw;
  padding: 4.8125em;
  width: calc(66.66666% - 20px);
}
.sharing-knowledge .item-knowledge.featured .info-knowledge {
  width: calc(33.33333% - 40px);
  height: 30vw;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.sharing-knowledge .item-knowledge.featured .info-knowledge .title-knowledge {
  margin: 6px 0 6px 0;
}
.sharing-knowledge .item-knowledge.featured .info-knowledge .title-knowledge a {
  font-size: 60px;
  line-height: 60px;
  font-size: 6.0rem;
  line-height: 6.0rem;
  letter-spacing: -3px;
  font-weight: 400;
}
/* Single Knowledge */
.single-knowledge .entry-content .info-content,
.single-post .entry-content .info-content {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.6px;
	color: #293948;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 14px 0 4.25em 0;
  width: calc(66.66666% - 20px);
  text-decoration: none;
  text-align: left;
  float: left;
}
.single-knowledge .entry-content .info-content p, .single-post .entry-content .info-content p,
.single-knowledge .entry-content .info-content h2, .single-post .entry-content .info-content h2,
.single-knowledge .entry-content .info-content h3, .single-post .entry-content .info-content h3,
.single-knowledge .entry-content .info-content h4, .single-post .entry-content .info-content h4,
.single-knowledge .entry-content .info-content .credits-post, .single-post .entry-content .info-content .credits-post,
.single-knowledge .entry-content .info-content .date-post, .single-post .entry-content .info-content .date-post {
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
	font-weight: 400;
	width: 100%;
	height: auto;
}
.single-knowledge .entry-content .info-content a, .single-post .entry-content .info-content a {
	color: #293948;
	text-decoration: underline;
	font-style: normal;
	transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.single-knowledge .entry-content .info-content a:hover, .single-post .entry-content .info-content a:hover {
	color: #293948;
	text-decoration: underline;
	font-style: italic;
}
.single-knowledge .entry-content .info-content .credits-post p,
.single-post .entry-content .info-content .credits-post p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.single-knowledge .entry-content .info-content strong,
.single-post .entry-content .info-content strong {
  font-weight: 600;
}
.single-knowledge .entry-content .info-content .date-post,
.single-post .entry-content .info-content .date-post {
	color: #a9b0b6;
	margin: 0 0 0 0;
}
.single-knowledge .section-knowledge,
.single-post .section-knowledge {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-top: 2px solid #FEB8C2;
}
.single-knowledge .section-knowledge .title-section,
.single-post .section-knowledge .title-section {
	text-align: left;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
	letter-spacing: -0.6px;
	color: #293948;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 7px 0 28px 0;
}
.single-knowledge .sharing-knowledge .item-knowledge .info-knowledge,
.single-post .sharing-knowledge .item-knowledge .info-knowledge {
	border-top: 0;
}
.single-knowledge .site-main .entry-header .entry-title,
.single-post .site-main .entry-header .entry-title {
  /*width: 40%;*/
  width: calc(66.66666% - 20px);
}
.single-post .sharing-knowledge .item-knowledge .info-knowledge .date-knowledge {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  float: left;
  width: 100%;
}
/* Our Gallery */
.our-gallery .entry-header {
	display: flex;
	width: 100%;
	padding-right: 0;
	margin: 0 0 7.0625em 0;
}
.our-gallery .entry-header .entry-title {
	flex: 1;
}
.our-gallery .entry-header .entry-description {
	flex: 2;
	columns: 2;
  column-gap: 4em;
}
.our-gallery .entry-curator {
	flex: 1;
}
.our-gallery .entry-curator .item-photo {
	position: relative;
	float: right;
	width: 100%;
	max-width: 19vw;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.our-gallery .entry-curator .item-photo .content-item-photo {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.our-gallery .entry-curator .item-photo .image-photo {
	float: left;
	width: 100%;
	height: 19vw;
	position: relative;
	background-color: #FEB8C2;
}
.our-gallery .entry-curator .item-photo .image-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: left;
	position: relative;
}
.our-gallery .entry-curator .item-photo .info-photographer {
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 18px 0 0 0;
}
.our-gallery .entry-curator .item-photo .info-photographer .title-photographer {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  float: left;
  text-align: left;
}
.our-gallery .entry-curator .item-photo .info-photographer .title-photographer {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: 0px;
	color: #fff;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
  float: left;
}
.our-gallery .entry-curator .item-photo .info-photographer .title-photographer strong {
  font-weight: 600;
  font-style: normal;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.our-gallery .entry-curator .item-photo .info-photographer .title-photographer:hover strong {
	font-style: italic;
}
.list-photos {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-photos .item-photo {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 1.675em 0 1.675em 0;
	padding: 0 0 0 0;
}
.list-photos .item-photo .content-item-photo {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
}
.list-photos .item-photo .image-photo {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
}
.list-photos .item-photo img {
	width: 100%;
	height: auto;
	float: left;
}
.list-photos .item-photo .info-photographer {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 18px 0;
}
.list-photos .item-photo .info-photographer .title-photographer {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  float: left;
  text-align: left;
}
.list-photos .item-photo .info-photographer .title-photographer a {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: 0px;
	color: #fff;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
  float: left;
}
.list-photos .item-photo .info-photographer .title-photographer strong {
  font-weight: 600;
  font-style: normal;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.list-photos .item-photo .info-photographer .title-photographer a:hover strong {
	font-style: italic;
}
.list-photos .item-photo .description-photo {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: 0px;
	color: #fff;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 27.7px 0 0 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
  float: left;
}

.list-photos .item-photo.size-50 {
	width: calc(50% - 30px);
	min-width: calc(50% - 30px);
}
.list-photos .item-photo.size-75 {
	width: 75%;
	min-width: 75%;
	margin: 5.75em 0;
}
.list-photos .item-photo.size-100 {
	width: 100%;
	min-width: 100%;
	margin: 6.75em 0;
}

.list-photos .item-photo.text-bottom {

}
.list-photos .item-photo.size-50.text-right {
	width: 100%;
	min-width: 100%;
}
.list-photos .item-photo.size-50.text-right .image-photo {
	width: 50%;
}
.list-photos .item-photo.text-right .description-photo {
	margin: 0 0 0 27.7px;
}

.list-photos .item-photo.size-50 .description-photo {
	width: 50%;
}
.list-photos .item-photo.size-50.text-right .description-photo,
.list-photos .item-photo.size-100 .description-photo {
	width: 25%;
}
.list-photos .item-photo.size-75 .description-photo {
	width: 33.33333%;
}

/* Photographer */
.tax-photographer .site-main {
	padding-top: 150px;
}
.tax-photographer .site-main .entry-header {
	margin: 0 0 5.5625em 0;
}
.tax-photographer .site-main .entry-header .entry-title.font-small {
  font-size: 60px;
  line-height: 60px;
  font-size: 6.0rem;
  line-height: 6.0rem;
  letter-spacing: -1.5px;
}
.tax-photographer .info-photographer {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 5.5625em 0;
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.tax-photographer .info-photographer .description-photographer {
	font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: 0px;
  color: #fff;
  width: calc(33.33333% - 30px);
  min-width: calc(33.33333% - 30px);
  /*columns: 2;
  column-gap: 60px;*/
}
.tax-photographer .info-photographer .description-photographer p {
	font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: 0px;
  color: #fff;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
}
.tax-photographer .info-photographer .description-photographer p a {
	color: #fff;
	font-style: normal;
	text-decoration: underline;
}
.tax-photographer .info-photographer .description-photographer p a:hover {
	color: #fff;
	font-style: italic;
	text-decoration: underline;
}
.tax-photographer .info-photographer .image-photographer {
	width: calc(33.33333% - 30px);
  min-width: calc(33.33333% - 30px);
}
.tax-photographer .info-photographer .image-photographer img {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	max-width: none !important;
}
.section-photographers {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.section-photographers .title-section {
	text-align: left;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
	letter-spacing: 0px;
	color: #FEB8C2;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 7px 0 38px 0;
}

.list-photographers {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 0px;
}
.list-photographers .item-photographer {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.list-photographers .item-photographer .content-item-photographer {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.list-photographers .item-photographer .image-photographer {
	float: left;
	width: 100%;
	height: 19vw;
	position: relative;
	background-color: #FEB8C2;
}
.list-photographers .item-photographer .image-photographer img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: left;
	position: relative;
}
.list-photographers .item-photographer .name-photographer {
  padding: 0 0 0 0;
  margin: 21px 0 0 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
  float: left;
}
.list-photographers .item-photographer .name-photographer a {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: 0px;
	color: #FEB8C2;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 21px 0 0 0;
  width: 100%;
  text-decoration: none;
  text-align: left;
	transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.list-photographers .item-photographer .image-photographer:hover + .name-photographer a,
.list-photographers .item-photographer .name-photographer a:hover {
	font-style: italic;
}
.tax-photographer.bg-dark .site-footer .site-info {
  border-top:0;
}
/* Policies */
.policy .entry-content .info-content {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.6px;
	color: #293948;
  text-transform: none;
  padding: 0 0 0 0;
  margin: 14px 0 4.25em 0;
  width: calc(66.66666% - 20px);
  text-decoration: none;
  text-align: left;
  float: left;
}
.policy .entry-content .info-content p, 
.policy .entry-content .info-content h2,
.policy .entry-content .info-content h3,
.policy .entry-content .info-content h4,
.policy .entry-content .info-content li,
.policy .entry-content .info-content .credits-post,
.policy .entry-content .info-content .date-post {
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
	font-weight: 400;
	width: 100%;
	height: auto;
}
.policy .entry-content .info-content ul {
	margin: 0 0 0 0;
	padding: 0 0 0 26px;
	float: left;
	width: 100%;
	list-style: none;
}
.policy .entry-content .info-content ul li:before {
	content: '\2014';
	position: absolute;
	margin-left: -26px;
}
.policy .entry-content .info-content strong {
  font-weight: 600;
}
.policy .site-main .entry-header .entry-title {
  width: 40%;
}
.policy .entry-content .info-content a {
	color: #293948;
	text-decoration: underline;
	font-style: normal;
	transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.policy .entry-content .info-content a:hover {
	color: #293948;
	text-decoration: underline;
	font-style: italic;
}
/* Cookie consent */
#cookie-consent {
  background-color: #293948;
  position: fixed;
  height: auto;
  width: 100%;
  bottom: 0px;
  z-index: 999999;
  margin: 0 0 0 0;
  padding: 18px 7% 18px 7%;
  /*border-top: 2px solid #293948;*/
}
#cookie-consent .content-cookie-consent {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#cookie-consent .content-cookie-consent .text-cookie {
  font-size: 0.9em;
  text-decoration: none;
  text-transform: none;
  float: left;
  margin: 0 0 0 0;
	padding: 0 64px 0 0;
  width: 65%;
  flex: 3;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: -0.8px;
  color: #293948;
}
#cookie-consent .content-cookie-consent .text-cookie p {
	margin: 0 0 0 0;
	color: #fff;
}
#cookie-consent .content-cookie-consent .text-cookie p a {
	text-decoration: underline;
	color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
#cookie-consent .content-cookie-consent .text-cookie p a:hover {
	font-style: italic;
	text-decoration: underline;
	color: #fff;
}
#cookie-consent .content-cookie-consent .buttons-cookie {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: auto;
	float: right;
	height: auto;
	position: relative;
}
#cookie-consent .content-cookie-consent .button-cookie {
	  text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: -0.8px;
    color: #293948;
    text-decoration: none !important;
    background-color: transparent;
    width: auto;
    height: auto;
    padding: 7px 15px;
    margin: 0 22px 0 0;
    border: 2px solid #293948;
    border-radius: 20px;
    position: relative;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    float: left;
}
#cookie-consent .content-cookie-consent .policy-button-cookie {
	color: #fff;
	background-color: transparent;
	border: 2px solid #FEB8C2;
	margin: 0 0 0 0;
	margin-right: 15px;
}
#cookie-consent .content-cookie-consent .accept-button-cookie {
	color: #293948;
	background-color: #FEB8C2;
	border: 2px solid #FEB8C2;
	margin: 0 0 0 0;
}
#cookie-consent .content-cookie-consent .button-cookie.policy-button-cookie:hover {
	color: #fff;
	border: 2px solid #FEB8C2;
	background-color: transparent;
	text-decoration: none !important;
}
.grecaptcha-badge {
	display: none !important;
}
/* Responsive */
@media (min-width: 2500px) {
	
}
@media (min-width: 1920px) {

}
@media (min-width: 1900px) {
	
}
@media (min-width: 1800px) {
	
}
@media (min-width: 1600px) {
	.list-companies.filter-category .item-company .overlay-company .web-company {
    margin-top: 0 !important;
	}
	.list-companies {
    min-height: 524px !important;
	}
}
@media (min-width: 1600px) and (max-width: 1920px) {
	
}
@media (min-width: 1440px) and (max-width: 2499px) {
	
}
@media (min-width: 1440px) and (max-width: 1599px) {
	.list-cases .item-case .info-case .title-case,
	.sharing-knowledge .item-knowledge.featured .info-knowledge .title-knowledge a {
    font-size: 57px;
    line-height: 55px;
	  font-size: 5.7rem;
    line-height: 5.5rem;
    letter-spacing: -2.5px;
  }
  .sections-philosophy .item-section.item-2 .info-section .list-section {
    grid-column-gap: 30px;
  }
  .single-case.full-template .entry-header .fields-case .fields-info-case {
    grid-template-columns: repeat(3, 1fr);
    display: flex;
    grid-column-gap: 30px;
    grid-row-gap: 1em;
    grid-auto-rows: max-content;
    justify-content: space-between;
    flex-wrap: wrap;
	}
	.single-case.full-template .entry-header .fields-case .field-case:first-child br {
		display: none;
	}
	.single-case.full-template .entry-header .fields-case .field-case:first-child br:nth-child(2),
	.single-case.full-template .entry-header .fields-case .field-case:first-child br:nth-child(4) {
		display: block;
	}
}
@media (min-width: 1280px) and (max-width: 1599px) {
	.list-companies .item-company .overlay-company .web-company {
    margin-top: 0 !important;
	}
	.list-companies .item-company .overlay-company .description-company {
    padding-right: 32px !important;
	}
	.list-companies {
    min-height: 524px !important;
	}
}
@media (min-width: 1440px) and (max-width: 1799px) {
	.single-team .entry-content .info-content .col-info {
    width: calc(75% - 30px);
    min-width: calc(75% - 30px);
  }
}
@media (min-width: 968px) and (max-width: 1439px) {
	.single-case.full-template .entry-header .fields-case .fields-info-case {
    grid-template-columns: repeat(2, 1fr);
    display: flex;
    grid-column-gap: 30px;
    grid-row-gap: 1em;
    grid-auto-rows: max-content;
    justify-content: space-between;
    flex-wrap: wrap;
	}
	.single-case.full-template .entry-header .fields-case .field-case:first-child br {
		display: none;
	}
	.single-case.full-template .entry-header .fields-case .field-case:first-child br:nth-child(2),
	.single-case.full-template .entry-header .fields-case .field-case:first-child br:nth-child(4) {
		display: block;
	}
	.list-jobs .item-job .title-job {
	  font-size: 28px;
    line-height: 27px;
    font-size: 2.8rem;
    line-height: 2.7rem;
    letter-spacing: -0.56px;
  }
	.sections-home .item-section .info-section .button-section {
    font-size: 15px;
    line-height: 26px;
    font-size: 1.5rem;
    line-height: 2.6rem;
    letter-spacing: -0.15px;
	}
	.site-main .entry-header .entry-title, .site-main .entry-header .entry-title.font-big, .section-advisors .title-section, .section-updates .title-section, .section-jobs .title-section, .site-main .our-gallery .entry-header .entry-title.font-small, .tax-photographer .site-main .entry-header .entry-title.font-small, .sections-home .item-section:first-child .info-section .title-section {
    font-size: 64px;
    line-height: 57px;
    font-size: 6.4rem;
    line-height: 5.7rem;
    letter-spacing: -2.9px;
	}
	.sections-philosophy .item-section .info-section .title-section {
    font-size: 16px;
    line-height: 28px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0px;
  }
  .list-jobs .item-job .button-job, .list-photos .item-photo .info-photographer .title-photographer a,
	.tax-photographer .info-photographer .description-photographer, .tax-photographer .info-photographer .description-photographer p,
	.site-main .entry-header.columns-2 .entry-description {
	  font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2.0rem;
    letter-spacing: 0px;
  }
  .list-jobs .item-job .button-job, .list-jobs .item-job .button-job:hover {
    border-width: 1px;
  }
  .sections-philosophy .item-section .info-section .description-section, .sections-philosophy .item-section .info-section .description-section h3, 
  .sections-philosophy .item-section .info-section .list-section .text-list-section,
  .sections-philosophy .item-section .info-section .description-section p,
  .site-main .entry-header .entry-description,
  .site-footer .site-info .links-contact-share .contact-links a, .site-footer .site-info .links-contact-share .share-links a {
    font-size: 24px;
    line-height: 28px;
    font-size: 2.4rem;
    line-height: 2.8rem;
    letter-spacing: 0px;
  }
  .list-people .item-person .info-person .title-person a,
  .list-advisors .item-advisor .title-advisor,
  .list-cases .item-case .info-case .description-case, .list-cases .item-case .info-case .button-case,
  .single-case .entry-content .col-text .intro-case,
  .single-knowledge .entry-content .info-content,
	.policy .entry-content .info-content, .our-people .entry-header .entry-description, .site-main .entry-header .entry-description,
	.single-team .entry-content .info-content .row-text .title-text, .single-team .entry-content .info-content .row-text .description-text {
    font-size: 21px;
    line-height: 25px;
    font-size: 2.1rem;
    line-height: 2.5rem;
    letter-spacing: -0.55px;
  }
  .site-main .entry-header .entry-title.font-small,
  .single-case .site-main .entry-header .entry-title.font-small,
	.single-case .entry-content .col-text .description-case, .list-cases .item-case .info-case .title-case,
	.sections-home .item-section .info-section .title-section,
	.single-case.full-template .section-interview .lists-interview .item-interview .info-interview .question-interview, 
	.single-case.full-template .section-interview .lists-interview .item-interview .info-interview .answer-interview {
	   font-size: 50px;
    line-height: 52px;
    font-size: 5.0rem;
    line-height: 5.2rem;
    letter-spacing: -2.5px;
  }
  .sharing-knowledge .item-knowledge.featured .info-knowledge .title-knowledge a {
	  font-size: 40px;
    line-height: 42px;
    font-size: 4.0rem;
    line-height: 4.2rem;
    letter-spacing: -2.0px;
  }
	.site-main .entry-header .entry-title.font-big {
    margin: 0 0 31px 0;
	}
	.section-advisors .title-section, .section-updates .title-section, .section-jobs .title-section {
	  margin-top: 7px;
	}
	.single-case.full-template .entry-header .fields-case .field-case:first-child br {
		display: none;
	}
	.single-case.full-template .entry-header .fields-case .field-case:first-child br:nth-child(2),
	.single-case.full-template .entry-header .fields-case .field-case:first-child br:nth-child(4) {
		display: block;
	}
}
@media (min-width: 1280px){
	.list-companies .item-company.item-4 .overlay-company {
    transform: translate(calc(-50% - 20px), 0px) !important;
    left: auto !important;
	}
}
@media (min-width: 1280px) and (max-width: 1439px) {
	.single-knowledge .site-main .entry-header .entry-title, .single-post .site-main .entry-header .entry-title,
	.single-knowledge .entry-content .info-content, .single-post .entry-content .info-content,
	.policy .site-main .entry-header .entry-title, .policy .entry-content .info-content {
    width: 80%;
	}
	.list-photos .item-photo.size-50 .description-photo {
    width: 67%;
	}
	.list-photos .item-photo.size-75 .description-photo {
    width: 44.66666%;
	}
	.list-photos .item-photo.size-50.text-right .description-photo, .list-photos .item-photo.size-100 .description-photo {
    width: 33.5%;
	}
	.sharing-knowledge .item-knowledge.featured .image-knowledge {
    height: 33vw;
    padding: 3.8125em;
    width: calc(66.66666% - 20px);
	}
	.sharing-knowledge .item-knowledge.featured .info-knowledge {
    width: calc(33.33333% - 40px);
    height: 33vw;
  }
  .list-companies .item-company .overlay-company {
    width: calc(47vw - 40px) !important;
	}
}
@media (min-width: 968px) and (max-width: 1279px) {
	.single-case.full-template .section-changes .header-section .title-section, .single-case.full-template .section-changes .lists-changes .item-change .description-change,
	.single-case.full-template .section-related-cases .title-section {
    font-size: 20px;
    line-height: 22px;
    font-size: 2.0rem;
    line-height: 2.2rem;
  }
  .single-case.full-template .entry-header .fields-case .field-web-case {
    bottom: -2em;
    right: auto;
  }
}
@media (min-width: 968px) {

}
@media (min-width: 768px) and (max-width: 1279px) {
	.site-header .main-navigation ul {
  	/*max-width: 608px;*/
  	max-width: 540px;
  }
  .single-knowledge .site-main .entry-header .entry-title, .single-post .site-main .entry-header .entry-title,
  .single-knowledge .entry-content .info-content, .single-post .entry-content .info-content,
  .policy .site-main .entry-header .entry-title, .policy .entry-content .info-content {
    width: 80%;
	}
	.site-footer .site-info .info-bottom .col-left ul {
    flex-wrap: wrap;
    justify-content: flex-start;
	}
	.list-photos .item-photo.size-50 .description-photo {
    width: 87%;
	}
	.list-photos .item-photo.size-75 .description-photo {
    width: 58%;
	}
	.list-photos .item-photo.size-50.text-right .description-photo, .list-photos .item-photo.size-100 .description-photo {
    width: 43.5%;
	}
	.our-gallery .entry-header {
    flex-wrap: wrap;
  }
  .our-gallery .site-main .entry-header .entry-title.font-small {
	  margin-bottom: 24px;
  }
  
	.site-main .our-gallery .entry-header .entry-title.font-small {
    width: 100%;
    flex: none;
    margin-bottom: 0.65em;
	}
	.our-gallery .entry-header .entry-description {
    flex: 2;
    columns: 2;
    column-gap: 60px;
	}
	.our-gallery .entry-curator .item-photo {
    max-width: calc(100% - 60px);
  }
	.our-gallery .entry-curator .item-photo .image-photo {
    height: 23.388vw;
  }
  .tax-photographer .site-main .entry-header, .tax-photographer .info-photographer {
    margin: 0 0 2.5625em 0;
	}
	.single-case .entry-header .entry-title {
    padding-right: 0;
  }
}
@media (min-width: 1080px) and (max-width: 1279px) {
	.sharing-knowledge .item-knowledge.featured .image-knowledge {
    height: 33vw;
    padding: 3.8125em;
    width: calc(66.66666% - 20px);
	}
	.sharing-knowledge .item-knowledge.featured .info-knowledge {
		height: 33vw;
	}
	.list-companies .item-company .overlay-company {
    width: 91vw !important;
    left: 0 !important;
	}
	.list-companies .item-company.item-4 .overlay-company {
    transform: none !important;
	}
	.list-companies .item-company .overlay-company .web-company {
    margin-top: 0 !important;
	}
}
@media (min-width: 768px) and (max-width: 1439px) {
	.buttons-filter {
    flex-wrap: wrap;
	}
	.buttons-filter a {
    padding: 6px 10px;
    margin: 0 10px 6px 0;
  }
  .site-header, .site-main, .bg-transparent .site-main .entry-header, .sections-philosophy .item-section, .sections-philosophy .item-section.item-1 .info-section,
  .sections-philosophy .item-section.item-2 .info-section .list-section, .mc-primary-nav .menu-contextual .row .content-row, .sections-home .item-section .info-section,
  .site-footer {
    padding-left: 4.6%;
    padding-right: 4.6%;
  }
  .site-header .button-menu {
    right: 4.6%;
  }
  .list-photos .item-photo.size-75 {
		margin: 3.75em 0;
	}
	.list-photos .item-photo.size-100 {
		margin: 3.75em 0;
	}
	.sections-philosophy .item-section.item-3 {
    padding: 3.875em 0 0 4.6%;
  }
  .our-people .entry-header {
    padding-right: 4.6%;
  }
  .list-people .item-person {
    margin: 0 0 5.6875em 0;
    padding: 0 4.6% 0 4.6%;
  }
  .single-case .entry-header .fields-case {
    flex-wrap: wrap;
	}
	.single-case .entry-header .fields-case .fields-info-case,
	.single-case .entry-header .fields-case .field-web-case {
    width: 100%;
    flex: none;
	}
	.single-case .entry-header .fields-case .field-web-case {
		margin-top: 2em;
	}
	.single-team .entry-content .info-content .col-info {
    width: calc(75% - 30px);
    min-width: calc(75% - 30px);
  }
  .single-team .entry-content .info-content .col-companies {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 4.0625em;
    grid-auto-rows: max-content;
    width: 100%;
    min-width: 100%;
    margin-top: 3.5em;
	}
	.site-main {
    padding-top: 145px;
    padding-bottom: 4.25em;
  }
  #cookie-consent {
  	padding: 20px 4.6% 20px 4.6%;
  }
  .list-companies .item-company .overlay-company .fields-company {
    grid-column-gap: 30px;
  }
  .sections-philosophy .item-section.item-2 {
    padding-bottom: calc(2.644em + 180px) !important;
	}
	.single-case.full-template .entry-header .fields-case .field-web-case {
    width: 155px;
	}
	.single-case.full-template .section-changes {
    padding: 3em 7% 3em 7%;
    grid-column-gap: 30px;
    height: 41vw;
    min-height: 41vw;
	}
}
@media (min-width: 968px) and (max-width: 1180px) {
	.list-advisors .item-advisor .overlay-advisor .description-advisor {
  	padding-right: calc(33.33333% - 60px) !important;
  }
  .list-advisors .item-advisor.active .overlay-advisor::before {
    right: 0 !important;
  }
  .list-advisors .item-advisor.active .overlay-advisor .link-advisor {
    right: 0 !important;
  }
  .single-case.full-template .section-interview .lists-interview .item-interview .info-interview .question-interview, .single-case.full-template .section-interview .lists-interview .item-interview .info-interview .answer-interview {
    font-size: 36px;
    line-height: 38px;
    font-size: 3.6rem;
    line-height: 3.8rem;
    letter-spacing: -2px;
	}
}
@media (min-width: 768px) and (max-width: 1080px) {
	.single-case .entry-header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 3em;
	}
	.single-case .entry-header .fields-case {
    width: 100%;
    min-width: 100%;
    flex: none;
	}
	.single-case .entry-header .entry-title {
    width: 100%;
    min-width: 100%;
    flex: none;
    padding-right: 8%;
    margin-bottom: 0.65em;
	}
	.single-team .entry-content .info-content .col-image {
    width: calc(33.33333% - 30px);
    min-width: calc(33.33333% - 30px);
	}
	.single-team .entry-content .info-content .col-info {
    width: 100%;
    min-width: 100%;
    margin: 0;
	}
	.single-team .entry-content .info-content .col-work {
    width: 100%;
    min-width: 100%;
	}
	.single-team .entry-content .info-content .col-life {
    width: calc(66.66666% - 30px);
    min-width: calc(66.66666% - 30px);
    position: absolute;
    top: 0;
    right: 0;
	}
	.building-future .contact-form {
    padding: 36px 15px 7em 15px;
  }
	.single-team .entry-content .info-content {
		position: relative;
	}
	.building-future .entry-header {
    flex: none;
    padding-right: 60px !important;
    width: 87% !important;
	}
	.page-building-future .site-main {
    height: auto !important;
    padding-bottom: 0 !important;
	}
	.building-future {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    height: auto !important;
	}
	.building-future .entry-content {
    width: 100% !important;
    height: auto !important;
    flex: none;
    margin-left: 0;
    min-height: auto !important;
    margin: 2em 0 5vw 0 !important;
	}
	.sharing-knowledge .item-knowledge.featured {
    margin: 2.75em 0 3.25em 0;
	}
	.list-knowledge {
    grid-template-columns: repeat(2, 1fr);
  }
  .sharing-knowledge .item-knowledge:last-child {
  	display: none !important;
  }
  .sharing-knowledge .item-knowledge .image-knowledge {
    height: 27.2vw;
    padding: 1.625em;
	}
	.sharing-knowledge .item-knowledge {
    margin: 0 0 3.25em 0;
  }
  .sharing-knowledge .item-knowledge.featured .content-item-knowledge {
    flex-direction: column;
  }
  .sharing-knowledge .item-knowledge.featured .info-knowledge {
    width: 100%;
    height: 22vw;
  }
  .sharing-knowledge .item-knowledge.featured .image-knowledge {
    height: 50vw;
    padding: 4.8125em;
    width: 100%;
    margin: 0 0 3em 0;
	}
	.list-companies .item-company .overlay-company {
    width: 90vw !important;
    left: 0 !important;
	}
	.list-companies .item-company.item-4 .overlay-company {
    transform: none !important;
	}
	.list-companies {
    grid-column-gap: 40px;
    width: calc(33.33333% - 30px);
  }
  .list-companies .item-company .overlay-company .web-company {
    margin-top: 0 !important;
	}
  .list-advisors .item-advisor .overlay-advisor .description-advisor, .list-companies .item-company .overlay-company .fields-company,
  .sections-philosophy .item-section.item-2 .info-section .list-section, .list-news, .list-knowledge, .single-team .entry-content .info-content .col-companies {
    column-gap: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
	.site-header .main-navigation {
		display: none !important;
	}
	.site-header .button-menu {
    top: 2.644em;
  }
  .list-cases.owl-carousel {
    background: #fff;
  }
  .list-cases.owl-carousel .owl-stage {
    height: auto !important;
  }
	.list-cases .item-case .content-item-case {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .list-cases .item-case .info-case {
    flex: 1;
    padding: 32px 5% !important;
    height: auto;
	}
	.list-cases .item-case .image-case {
    flex: none;
    height: calc((100vw / 16) * 9) !important;
  }
	.list-cases .item-case .info-case .button-case {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 32px 0;
    float: left;
  }
  .list-cases.owl-carousel .owl-controls .owl-dots {
    position: absolute;
    bottom: 32px;
    left: 5%;
		right: auto;
  }
  .list-cases.owl-carousel .owl-controls .owl-dot {
    margin: 0 19px 0 0;
  }
  .list-cases .item-case .info-case .title-case {
	  margin-bottom: 47px;
  }
  .single-case.full-template .section-interview .lists-interview .item-interview .info-interview .question-interview, .single-case.full-template .section-interview .lists-interview .item-interview .info-interview .answer-interview {
    font-size: 36px;
    line-height: 38px;
    font-size: 3.6rem;
    line-height: 3.8rem;
    letter-spacing: -2px;
	}
	.single-case.full-template .section-interview .lists-interview .item-interview .info-interview {
    width: 48%;
    min-width: 48%;
  }
  .single-case.full-template .section-interview .lists-interview .item-interview .image-interview {
    width: 40%;
    min-width: 40%;
  }
}
@media (min-width: 1025px) {
	.site-header .button-menu {
	  display: none !important;
  }
  .mc-primary-nav {
    display: none !important;
	}
	.list-cases .item-case .content-item-case {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    min-height: auto;
  }
  .list-cases .item-case .info-case {
    flex: none;
    width: 33.33333%;
    height: auto;
    min-height: 63vh;
    position: relative;
  }
	.list-cases .item-case .image-case {
    flex: none;
    width: 66.66666%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
	}
}
@media (min-width: 768px) and (max-width: 967px) {
	.list-jobs .item-job .title-job {
	  font-size: 28px;
    line-height: 27px;
    font-size: 2.8rem;
    line-height: 2.7rem;
    letter-spacing: -0.56px;
  }
	.sections-home .item-section .info-section .button-section {
    font-size: 15px;
    line-height: 26px;
    font-size: 1.5rem;
    line-height: 2.6rem;
    letter-spacing: -0.15px;
	}
	.site-main .entry-header .entry-title, .site-main .entry-header .entry-title.font-big, .section-advisors .title-section, .section-updates .title-section, .section-jobs .title-section, .site-main .our-gallery .entry-header .entry-title.font-small, .tax-photographer .site-main .entry-header .entry-title.font-small {
    font-size: 58px;
    line-height: 51px;
    font-size: 5.8rem;
    line-height: 5.1rem;
    letter-spacing: -2.9px;
	}
	.sections-philosophy .item-section .info-section .title-section {
    font-size: 16px;
    line-height: 28px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0px;
  }
  .list-jobs .item-job .button-job, .list-photos .item-photo .info-photographer .title-photographer a,
	.tax-photographer .info-photographer .description-photographer, .tax-photographer .info-photographer .description-photographer p,
	.site-main .entry-header.columns-2 .entry-description, .section-photographers .title-section, .list-photographers .item-photographer .name-photographer a {
	  font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2.0rem;
    letter-spacing: 0px;
  }
  .list-jobs .item-job .button-job, .list-jobs .item-job .button-job:hover {
    border-width: 1px;
  }
  .sections-philosophy .item-section .info-section .description-section, .sections-philosophy .item-section .info-section .description-section h3, 
  .sections-philosophy .item-section .info-section .list-section .text-list-section,
  .sections-philosophy .item-section .info-section .description-section p,
  .site-main .entry-header .entry-description, .sharing-knowledge .item-knowledge.featured .info-knowledge .title-knowledge a,
  .site-footer .site-info .links-contact-share .contact-links a, .site-footer .site-info .links-contact-share .share-links a {
    font-size: 24px;
    line-height: 28px;
    font-size: 2.4rem;
    line-height: 2.8rem;
    letter-spacing: 0px;
  }
  .list-people .item-person .info-person .title-person a,
  .list-advisors .item-advisor .title-advisor,
  .list-cases .item-case .info-case .description-case, .list-cases .item-case .info-case .button-case,
  .single-case .entry-content .col-text .intro-case,
  .single-knowledge .entry-content .info-content,
	.policy .entry-content .info-content,
	.site-footer .site-info .links-contact-share .contact-links a, .site-footer .site-info .links-contact-share .share-links a,
	.our-people .entry-header .entry-description, .site-main .entry-header .entry-description,
	.single-team .entry-content .info-content .row-text .title-text, .single-team .entry-content .info-content .row-text .description-text,
	.list-advisors .item-advisor .overlay-advisor .description-advisor, .section-jobs .description-section, .list-jobs .item-job .button-job, .section-jobs .no-jobs .button-job,
	.list-companies .item-company .overlay-company .description-company, .list-companies .item-company .overlay-company .web-company, .list-companies .item-company .overlay-company .web-company a,
	.list-companies .item-company .title-company, .list-news .item-news .title-news, .list-news .item-news .date-news, .sections-philosophy .item-section .info-section .description-section, .sections-philosophy .item-section .info-section .description-section h3, .sections-philosophy .item-section .info-section .list-section .text-list-section, .sections-philosophy .item-section .info-section .description-section p,
	.sharing-knowledge .item-knowledge .info-knowledge .title-knowledge a, .sharing-knowledge .item-knowledge .info-knowledge .excerpt-knowledge, .sharing-knowledge .item-knowledge .info-knowledge .date-knowledge,
	.single-knowledge .entry-content .info-content, .single-post .entry-content .info-content {
    font-size: 21px;
    line-height: 25px;
    font-size: 2.1rem;
    line-height: 2.5rem;
    letter-spacing: -0.55px;
  }
  .site-main .entry-header .entry-title.font-small, .single-case .site-main .entry-header .entry-title.font-small,
	.single-case .entry-content .col-text .description-case, .list-cases .item-case .info-case .title-case,
	.sections-home .item-section .info-section .title-section,
	.sections-home .item-section:first-child .info-section .title-section,
	.sharing-knowledge .item-knowledge.featured .info-knowledge .title-knowledge a {
	  font-size: 40px;
    line-height: 42px;
    font-size: 4.0rem;
    line-height: 4.2rem;
    letter-spacing: -2px;
  }
  .single-case.full-template .section-interview .lists-interview .item-interview .info-interview .question-interview, .single-case.full-template .section-interview .lists-interview .item-interview .info-interview .answer-interview {
    font-size: 36px;
    line-height: 38px;
    font-size: 3.6rem;
    line-height: 3.8rem;
    letter-spacing: -2px;
	}
  .single-case.full-template .section-interview .lists-interview .item-interview .info-interview .question-interview br, 
  .single-case.full-template .section-interview .lists-interview .item-interview .info-interview .answer-interview br {
	  display: none;
  }
  .section-advisors .title-section, .section-updates .title-section, .section-jobs .title-section {
	  margin-top: 7px;
	}
	.our-gallery .entry-header .entry-description {
    columns: 1;
    column-gap: 0;
  }
  .tax-photographer .info-photographer .description-photographer {
    width: calc(66.66666% - 30px);
    min-width: calc(66.66666% - 30px);
	}
	.list-photographers {
    grid-column-gap: 30px;
  }
  .site-footer .site-info {
    min-height: 304px;
  }
  .site-main .entry-header .entry-title.font-big {
    margin: 0 0 31px 0;
	}
	.sharing-knowledge .entry-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
	}
	.sharing-knowledge .entry-header .buttons-filter {
    width: 100%;
    margin: 1em 0 8px 0;
    flex: none;
    flex-wrap: wrap;
	}
	.list-advisors .item-advisor .overlay-advisor .description-advisor {
  	padding-right: 0 !important;
  }
  .list-advisors .item-advisor.active .overlay-advisor::before {
    right: 11px !important;
  }
  .list-advisors .item-advisor.active .overlay-advisor .link-advisor {
    position: relative !important;
    top: auto !important;
    right: auto !important;
	}
	.single-case.full-template .entry-header .fields-case .field-case:first-child br {
		display: none;
	}
	.single-case.full-template .entry-header .fields-case .field-case:first-child br:nth-child(2),
	.single-case.full-template .entry-header .fields-case .field-case:first-child br:nth-child(4) {
		display: block;
	}
	.single-case.full-template .section-changes .lists-changes .item-change .description-change {
    font-size: 16px;
    line-height: 19px;
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .single-case.full-template .section-changes .header-section .title-section,
	.single-case.full-template .section-related-cases .title-section, 
	.single-case.full-template .list-related-cases .item-related-cases .info-related-cases .title-related-cases a, 
	.single-case.full-template .list-related-cases .item-related-cases .info-related-cases .excerpt-related-cases {
    font-size: 21px;
    line-height: 25px;
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
  .single-case.full-template .section-changes .lists-changes {
    padding: 1.2em 0 1.2em 0;
  }
  .single-case.full-template .section-changes .lists-changes.size-large .item-change.size-large .number-change {
    font-size: 18vw;
    line-height: 13.2vw;
    letter-spacing: -0.8vw;
	}
	.single-case.full-template .section-changes .lists-changes .item-change .number-change {
    font-size: 5.8vw;
    line-height: 4vw;
  }
  .single-case.full-template .list-related-cases {
    padding: 0 14% 0 0;
    overflow: initial;
	}
	.single-case.full-template .list-related-cases.owl-carousel .owl-stage-outer {
    overflow: inherit;
	}
	.single-case.full-template .list-related-cases .item-related-cases .image-related-cases {
    height: 40vw;
	}
	.single-case.full-template .list-related-cases .item-related-cases {
    margin: 0 0 0 0;
	}
	.single-case.full-template .section-related-cases {
    overflow: hidden;
	}
}
@media (min-width: 768px) {
	.visible-mobile {
		display: none;
	}
	.hidden-mobile {
		display: block;
	}
	.sections-philosophy .item-section.item-2 .info-section .description-section {
		background-image: none !important;
	}
	.our-choices .entry-content {
  	overflow: hidden; 
  }
	.list-companies .item-company .overlay-company {
    width: calc(44vw - 40px);
  }
  .list-companies .item-company .overlay-company .fields-company {
    display: flex;
    grid-template-columns: inherit;
    grid-column-gap: 60px;
    grid-row-gap: 0;
  }
  .list-companies .item-company .overlay-company .fields-company .field-company {
    width: auto;
    max-width: 154px;
  }
  .list-companies .item-company.item-4 .overlay-company { 
    /*transform: translate(-52.7%, 0);*/
    transform: none;
  }
  .list-companies .item-company.item-2 .overlay-company, .list-advisors .item-advisor.item-2 .overlay-advisor { 
    left: 0;
  }
  .list-advisors .item-advisor.item-4 .overlay-advisor { 
    transform: translate(-54%, 0);
  }
  .list-advisors .item-advisor .overlay-advisor {
    /*width: calc(43vw - 30px);*/
    width: 100%;
    left: 0 !important;
    transform: none !important;
  }
  .list-advisors .item-advisor .overlay-advisor .description-advisor {
  	padding-right: calc(50% - 30px);
  	position: relative;
  }
  .list-advisors .item-advisor.active .overlay-advisor::before {
    right: calc(50% - 190px);
  }
  .list-advisors .item-advisor.active .overlay-advisor .link-advisor {
	  position: absolute;
    top: 0;
    right: calc(50% - 190px);
  }
  .sections-home .item-section .info-section.position-titles-tb {
	  padding-top: 165px;
  }
  /*.sections-home .item-section::before {
  	background: transparent linear-gradient(180deg, #000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
  }*/
  .sections-home .item-section.section-footer {
		height: 364px !important;
	}
	.site-header {
    min-height: 147px;
  }
  .building-future .entry-header {
    flex: none;
    padding-right: 60px;
    width: 33.33333%;
	}
  .building-future .entry-content {
    flex: none;
    margin-left: 0;
    width: 66.66666%;
	}
	.list-companies .item-company .overlay-company .description-company {
    padding-right: 20%;
	}
	.list-companies .item-company .overlay-company .web-company {
    margin-top: 6em;
	}
	.list-cases {
		background-color: #fff;
	}
	.list-cases .item-case .info-case {
    padding-bottom: 124px;
    height: auto;
  }
  .list-news .item-news:nth-child(1) {
	  order: 1;
  }
  .list-news .item-news:nth-child(2) {
	  order: 3;
  }
  .list-news .item-news:nth-child(3) {
	  order: 5;
  }
  .list-news .item-news:nth-child(4) {
	  order: 7;
  }
  .list-news .item-news:nth-child(5) {
	  order: 2;
  }
  .list-news .item-news:nth-child(6) {
	  order: 4;
  }
  .list-news .item-news:nth-child(7) {
	  order: 6;
  }
  .list-news .item-news:nth-child(8) {
	  order: 8;
  }
  .sections-philosophy .item-section.item-2, .sections-philosophy .item-section.item-4 {
	  min-height: 640px;
  }
  .single-team article.team {
	  position: relative;
  }
  .single-team article.team > .button-goback {
    width: 18px;
    height: 18px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 100;
    display: block !important;
	}
	.single-team article.team > .button-goback a, .single-team article.team > .button-goback a:hover {
		border: none !important;
		background-image: url('../img/icon-close-black.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    float: left;
	}
	.sections-philosophy .item-section.item-2 {
    padding-bottom: calc(2.644em + 280px);
    height: auto;
	}
	.sharing-knowledge .list-knowledge .item-knowledge .content-item-knowledge {
    width: 100%;
    height: 100%;
    justify-content: space-between;
  }
  .sharing-knowledge .list-knowledge .item-knowledge .info-knowledge {
	  flex: 1;
	  height: auto;
  }
  .sharing-knowledge .list-knowledge .item-knowledge .info-knowledge .excerpt-knowledge {
    margin: 0 0 65px 0;
	}
}
@media (min-width: 768px) and (max-width: 880px) {
	.our-people .entry-header {
    width: 100%;
    position: relative;
    z-index: 1;
	}
	.list-people .item-person.empty {
    padding: 0 0 0 0;
    width: 100%;
    margin: 4.25em 0 2.0625em 0;
	}
}
@media (min-width: 768px) and (max-height: 820px) {
	.sections-philosophy .item-section .info-section .description-section, .sections-philosophy .item-section .info-section .description-section h3, .sections-philosophy .item-section .info-section .list-section .text-list-section, .sections-philosophy .item-section .info-section .description-section p {
    font-size: 24px;
    line-height: 28px;
    font-size: 2.4rem;
    line-height: 2.8rem;
    letter-spacing: 0px;
	}
	.sections-philosophy .item-section.item-2 .info-section .description-section p {
    font-size: 16px;
    line-height: 19px;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: 0px;
	}
	.sections-philosophy .item-section .info-section .title-section {
    font-size: 16px;
    line-height: 28px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0px;
	}
	.sections-philosophy .item-section.item-2 .image-section {
    max-height: 50%;
	}
	.sections-philosophy .item-section.item-2 .image-section img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
	}
	.sections-philosophy .item-section.item-2 {
    padding-bottom: calc(2.644em + 180px);
    height: auto;
	}
}
@media (max-width: 767px) {
	.visible-mobile {
		display: block;
	}
	.hidden-mobile {
		display: none;
	}
	.site-header {
    height: auto;
  }
	.site-header .main-navigation, .sections-home .item-section .scroll-down {
		display: none;
	}
	.sections-home .item-section .info-section .title-section,
	.sections-home .item-section:first-child .info-section .title-section,
	.list-jobs .item-job .title-job, .list-cases .item-case .info-case .title-case,
	.single-case .site-main .entry-header .entry-title.font-small,
	.single-case .entry-content .col-text .description-case,
	.single-case.full-template .section-interview .lists-interview .item-interview .info-interview .question-interview, 
	.single-case.full-template .section-interview .lists-interview .item-interview .info-interview .answer-interview {
	  font-size: 28px;
    line-height: 27px;
    font-size: 2.8rem;
    line-height: 2.7rem;
    letter-spacing: -0.56px;
  }
  .sections-home .item-section .info-section, .site-header {
    padding: 27px 7%;
  }
  .sections-home .item-section.haslink .info-section {
	  padding: 27px 7% 80px 7%;
  }
  .home .site-header .site-branding {
    width: 90px;
    height: 61px;
	}
	.sections-home .item-section .info-section .button-section {
    float: left;
    font-size: 15px;
    line-height: 26px;
    font-size: 1.5rem;
    line-height: 2.6rem;
    letter-spacing: -0.15px;
    width: auto;
    min-width: auto;
    height: auto;
    padding: 0 15px;
    margin: 0 0 0 0;
    border: 1px solid #fff;
    border-radius: 20px;
    position: absolute;
    right: auto;
    left: 7%;
    bottom: 37px;
    flex: none;
	}
	.sections-home .item-section .info-section.position-titles-lr,
	.sections-home .item-section .info-section.position-titles-tb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 115px;
	}
	.sections-home .item-section .polygon-section.size-large {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    top: 12px;
    left: 12px;
  }
  .sections-home .item-section .polygon-section.size-medium {
    width: calc(100% - 24px);
    height: 32vh;
  }
  .sections-home .item-section .polygon-section.size-medium.hpos-left,
  .sections-home .item-section .polygon-section.size-medium.hpos-right {
    left: 12px;
	}
  .sections-home .item-section .polygon-section.size-medium.vpos-top,
  .sections-home .item-section .polygon-section.size-medium.vpos-bottom {
    top: 14vh;
	}
	.sections-home .item-section.item-1 .polygon-section.size-medium.vpos-top {
    top: 27vh;
	}
	.sections-home .item-section.item-1 .polygon-section.size-medium.vpos-center, .sections-home .item-section .polygon-section.size-medium.vpos-center {
    top: 17.4%;
	}
	.sections-home .item-section .polygon-section.size-medium.hpos-center {
    left: 15%;
    height: 37vh;
    width: calc(64%);
	}
	.site-main .entry-header .entry-title, .site-main .entry-header .entry-title.font-big,
	.section-advisors .title-section, .section-updates .title-section, .section-jobs .title-section,
	.site-main .our-gallery .entry-header .entry-title.font-small, .tax-photographer .site-main .entry-header .entry-title.font-small {
    font-size: 58px;
    line-height: 51px;
    font-size: 5.8rem;
    line-height: 5.1rem;
    letter-spacing: -2.9px;
	}
	.site-main .entry-header .entry-title, .site-main .entry-header .entry-title.font-big {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 8px 0;
	}
	.site-main .entry-header .entry-title.font-big {
		margin: 0 0 31px 0;
	}
	.sections-philosophy .item-section .info-section .title-section {
    font-size: 16px;
    line-height: 28px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0px;
  }
  .list-jobs .item-job .button-job {
	  font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2.0rem;
    letter-spacing: 0px;
  }
  .list-jobs .item-job .button-job, .list-jobs .item-job .button-job:hover {
    border-width: 1px;
  }
  .sections-philosophy .item-section .info-section .description-section, .sections-philosophy .item-section .info-section .description-section h3, 
  .sections-philosophy .item-section .info-section .list-section .text-list-section,
  .sections-philosophy .item-section .info-section .description-section p,
  .site-main .entry-header .entry-description, .sharing-knowledge .item-knowledge.featured .info-knowledge .title-knowledge a,
  .site-footer .site-info .links-contact-share .contact-links a, .site-footer .site-info .links-contact-share .share-links a {
    font-size: 24px;
    line-height: 28px;
    font-size: 2.4rem;
    line-height: 2.8rem;
    letter-spacing: 0px;
  }
  .list-people .item-person .info-person .title-person a,
  .list-advisors .item-advisor .title-advisor,
  .list-cases .item-case .info-case .description-case, .list-cases .item-case .info-case .button-case,
  .single-case .entry-content .col-text .intro-case,
  .site-main .entry-header.columns-2 .entry-description,
  .single-knowledge .entry-content .info-content,
	.policy .entry-content .info-content, .list-photos .item-photo .info-photographer .title-photographer a, .our-gallery .entry-curator .item-photo .info-photographer .title-photographer, 
	.tax-photographer .info-photographer .description-photographer, .tax-photographer .info-photographer .description-photographer p {
    font-size: 21px;
    line-height: 25px;
    font-size: 2.1rem;
    line-height: 2.5rem;
    letter-spacing: -0.55px;
  }
  .site-main .entry-header .entry-title.font-small {
	   font-size: 40px;
    line-height: 42px;
    font-size: 4.0rem;
    line-height: 4.2rem;
    letter-spacing: -2px;
  }
  .list-jobs .item-job .title-job {
	  font-weight: 600;
  }
	.sections-philosophy .item-section {
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    float: left;
    padding: 0 7% 0 7%;
    margin: 0;
   }
	.sections-philosophy .item-section.item-1 {
		padding: 0 0 0 0;
		height: auto;
		min-height: auto;
	}
	.sections-philosophy .item-section.item-1 .image-section {
    width: 100%;
    height: 100vh;
    position: relative;
    top: auto;
    left: auto;
	}
	.sections-philosophy .item-section.item-1 .info-section {
    width: 100%;
    height: auto;
    position: relative;
    bottom: auto;
    right: auto;
    padding: 2.644em 7% 2.644em 7%;
	}
	.sections-philosophy .item-section.item-1 .info-section .title-section, .sections-philosophy .item-section.item-1 .info-section .description-section, .sections-philosophy .item-section.item-1 .info-section .description-section h3, .sections-philosophy .item-section.item-1 .info-section .description-section p {
    color: #293948;
	}
	.sections-philosophy .item-section.item-2 {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 2.644em;
    padding-bottom: 2.644em;
	}
	.sections-philosophy .item-section.item-2 .image-section {
		display: none;
	}
	.sections-philosophy .item-section.item-2 .info-section {
    padding: 0 0 0 0;
	}
	.sections-philosophy .item-section.item-2 .info-section .title-section {
    margin: 0 0 1em 0;
  }
	.sections-philosophy .item-section.item-2 .info-section .description-section {
		padding-bottom: calc(60vh + 3em);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 60vh;
    margin: 0 0 4em 0;
  }
	.sections-philosophy .item-section.item-2 .info-section .list-section {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    grid-column-gap: 0;
    grid-row-gap: 0px;
    position: relative;
    left: auto;
    bottom: auto;
	}
	.sections-philosophy .item-section.item-2 .info-section .list-section .text-list-section,
	.sections-philosophy .item-section.item-2 .info-section .description-section p {
	  margin-bottom: 1em;
  }
	.sections-philosophy .item-section.item-3 {
    display: flex;
    flex-direction: column-reverse;
    padding: 2.644em 7% 0 7%;
  }
	.sections-philosophy .item-section.item-3 .info-section {
    flex: none;
    width: 100%;
    min-width: 100%;
    padding: 0 0 0 0;
    position: relative;
	}
	.sections-philosophy .item-section.item-3 .image-section {
    flex: none;
    width: 100%;
    min-width: 100%;
    padding: 0 0 0 0;
    margin: 1em 0 -3.4em 0;
    z-index: 1;
    position: relative;
    top: auto;
    right: 0;
    height: auto;
	}
	.sections-philosophy .item-section.item-3 .info-section .description-section {
    display: block;
    padding: 0 0 0 0;
    margin: 1em 0 1em 0;
    position: relative;
    left: auto;
    top: auto;
	}
	.sections-philosophy .item-section.item-4 {
    padding-top: 6.875em;
    padding-bottom: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    grid-column-gap: 0;
    grid-row-gap: 0px;
    height: auto;
    min-height: auto;
	}
	.sections-philosophy .item-section.item-4 .info-section {
		padding: 0 0 2.644em 0;
	}
	.sections-philosophy .item-section.item-4 .image-section {
		padding: 2.644em 0 2.644em 0;
	}
	.our-people .entry-header {
    width: 100%;
    position: relative;
    z-index: 1;
	}
	.list-people .item-person.empty {
    padding: 0 0 0 0;
    width: 100%;
    margin: 4.25em 0 2.0625em 0;
	}
	.list-people .item-person.empty .buttons-filter {
    position: relative;
    bottom: auto;
    left: auto;
    flex-wrap: wrap;
	}
	.buttons-filter a {
    padding: 4px 9px;
    margin: 0 9px 9px 0;
  }
  .list-people {
  	margin-bottom: 3.625em;
  }
  .section-advisors{
  	margin-bottom: 5.625em;
  }
	.list-people .item-person {
    position: relative;
    float: left;
    width: 50%;
    height: auto;
    margin: 0 0 25px 0;
    padding: 0 5px 0 5px;
	}
	.section-advisors .title-section {
		margin-bottom: 28px;
	}
  .list-advisors {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0px;
	}
  .list-advisors .item-advisor {
    width: 100%;
    margin: 0 0 2.625em 0;
	}
	.section-advisors .title-section, .section-updates .title-section, .section-jobs .title-section {
		padding: 8px 0 0 0;
	}
  .list-jobs {
    display: block;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 1px;
    background: transparent;
  }
  .list-jobs .item-job {
    padding: 4px 0 40px 0 !important;
    border-top: 1px solid #293948;
  }
  .list-jobs .item-job:first-child {
  	border-top: 0;
  }
  .list-jobs .item-job.empty {
    display: none !important;
	}
  .list-jobs .item-job .title-job {
    padding: 0 0 0 0;
    margin: 20px 0 4px 0;
  }
  .section-jobs .description-section {
	  max-width: 100%;
  }
  .list-people .item-person.type-healthcare .image-person {
		border-radius: 20px;
	}
	.list-people .item-person.type-technology .image-person::before {
	    background: linear-gradient(45deg, #F7F2F2 10px, transparent 11px) bottom left, 
	                linear-gradient(135deg, #F7F2F2 10px, transparent 11px) top left, 
	                linear-gradient(-135deg, #F7F2F2 10px, transparent 11px) top right, 
	                linear-gradient(-45deg, #F7F2F2 10px, transparent 11px) bottom right;
	    background-size: 20px 20px;
	    background-repeat: no-repeat;
			width: 100%;
	    height: 100%;
	    content: '';
	    position: absolute;
	    pointer-events: none;
	    border-radius: 0;
	}
	.list-people .item-person.type-operations .image-person::before {
		background: linear-gradient(180deg, #F7F2F2 20px, transparent 20px) bottom left, 
	                linear-gradient(0, #F7F2F2 20px, transparent 20px) top left, 
	                linear-gradient(0deg, #F7F2F2 20px, transparent 20px) top right, 
	                linear-gradient(-180deg, #F7F2F2 20px, transparent 20px) bottom right;
	    background-size: 20px 20px;
	    background-repeat: no-repeat;
			width: 100%;
	    height: 100%;
	    content: '';
	    position: absolute;
	    pointer-events: none;
	    border-radius: 0;
	}
	.list-people .item-person .info-company, .list-people .item-person .content-item-person .image-person::after {
	 	display: none !important; 
  }
	.site-main {
    /*padding: 160px 7% 3.25em 7%;*/
    padding: 124px 7% 3.25em 7%;
    overflow: hidden;
  }
  .single-team .entry-content .info-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
	}
	.single-team .entry-content .info-content .col-life,
	.single-team .entry-content .info-content .col-work,
	.single-team .entry-content .info-content .col-image,
	.single-team .entry-content .info-content .col-info {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-left: 0;
	}
	.single-team .entry-content .info-content .col-companies {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 4.0625em;
    grid-auto-rows: max-content;
    width: 100%;
    min-width: 100%;
    margin-top: 3.0625em;
	}
	.single-team .entry-content .info-content .col-companies .item-company .image-company {
    width: 100%;
    height: 78px;
    margin: 12px 0 0 0;
	}
	.single-team .entry-content .info-content .col-image {
		margin-bottom: 2em;
	}
	.list-companies {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 4em 0;
    position: relative;
    grid-column-gap: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    height: auto !important;
    justify-content: space-between;
	}
	.list-news {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0px;
	}
	.section-updates .list-news {
		position: absolute;
	}
	.section-jobs .description-section {
		margin-bottom: 1.6em;
	}
	.list-cases.owl-carousel {
    width: 100vw;
    left: -7vw;
    background: #fff;
  }
	.list-cases .item-case .content-item-case {
    display: flex;
    flex-direction: column;
  }
  .list-cases .item-case .info-case {
    flex: 1;
    padding: 32px 7%;
    height: 63vh;
	}
	.list-cases .item-case .info-case .button-case {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 32px 0;
    float: left;
  }
  .list-cases.owl-carousel .owl-controls .owl-dots {
    position: absolute;
    bottom: 32px;
    left: 7%;
		right: auto;
  }
  .list-cases.owl-carousel .owl-controls .owl-dot {
    margin: 0 19px 0 0;
  }
  .list-cases .item-case .info-case .title-case {
	  margin-bottom: 47px;
  }
  .list-companies .item-company .overlay-company {
    border-top: 2px solid #FEB8C2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    pointer-events: none;
    position: relative;
    width: 100%;
    height: auto;
    top: -40px;
    left: auto;
    padding: 11px 0 0 0;
    margin: 0 0 0 0;
    background-color: #F7F2F2 !important;
    z-index: 1;
    height: 0;
    overflow: hidden;
	}
	.list-companies .item-company.active .overlay-company {
		height: auto;
	}
	.list-cases .item-case .info-case .title-case a, .list-cases .item-case .info-case .title-case a:hover {
    font-weight: 600;
	}
	.list-companies .item-company {
    margin: 0 0 18px 0;
    height: auto;
  }
  .single-case .entry-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4em;
	}
	.single-case .entry-header .fields-case {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	}
	.single-case .entry-header .fields-case, .single-case .entry-content .info-content .col-text, .single-case .entry-content .col-image {
    width: 100%;
    min-width: 100%;
    flex: none;
	}
	.single-case .entry-content .info-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
	}
	.single-case .entry-header .fields-case .field-web-case {
    margin-top: 1em;
	}
	.single-case .entry-header, .single-case .entry-content .col-text .intro-case p {
    margin-bottom: 2em;
  }
  .single-case .entry-content .col-text .description-case {
	  margin-bottom: 1em;
  }
  .single-case .site-main .entry-header .entry-title.font-small, .single-case .entry-content .col-text .description-case,
  .sharing-knowledge .item-knowledge.featured .info-knowledge .title-knowledge a {
  	font-weight: 600;
  }
  .single-case .entry-header {
	  border-top: 2px solid #FEB8C2;
	  padding-top: 4px;
  }
  .page-building-future .site-main {
    height: auto;
    padding-bottom: 0;
	}
	.building-future {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
	}
	.building-future .entry-content {
    width: 100vw;
    height: auto;
    min-height: 60vh;
    margin: 1em 0 0 -7vw;
	}
	.sharing-knowledge .entry-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	}
	.sharing-knowledge .entry-header .buttons-filter {
    width: 100%;
    margin: 1em 0 8px 0;
    flex: none;
    flex-wrap: wrap;
	}
	.sharing-knowledge .item-knowledge.featured {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 2em 0 3em 0;
	}
	.list-knowledge {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0px;
	}
	.sharing-knowledge .item-knowledge .info-knowledge .date-knowledge {
		display: none;
	}
	.sharing-knowledge .item-knowledge {
    margin: 0 0 3em 0;
	}
	.sharing-knowledge .item-knowledge .info-knowledge,
	.sharing-knowledge .item-knowledge.featured .info-knowledge {
    height: auto;
    width: 100%;
  }
	.sharing-knowledge .item-knowledge .image-knowledge,
	.sharing-knowledge .item-knowledge.featured .image-knowledge {
    float: left;
    width: 100%;
    height: 54vw;
    overflow: hidden;
    position: relative;
    background-color: #293948;
    padding: 2.225em;
	}
	.sharing-knowledge .item-knowledge.featured .content-item-knowledge {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
	}
	.single-knowledge .sharing-knowledge .item-knowledge .info-knowledge, .single-post .sharing-knowledge .item-knowledge .info-knowledge {
    border-top: 2px solid #293948;
	}
	.single-knowledge .entry-content .info-content, .single-post .entry-content .info-content,
	.policy .entry-content .info-content {
    margin: 14px 0 2.25em 0;
    width: 100%;
	}
	.single-knowledge .site-main .entry-header .entry-title, .single-post .site-main .entry-header .entry-title {
    width: 100%;
	}
	.our-gallery .entry-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 0;
    margin: 0 0 3.25em 0;
	}
	.our-gallery .entry-header .entry-description {
    flex: 2;
    columns: inherit;
    column-gap: 0;
	}
	.site-main .our-gallery .entry-header .entry-title.font-small {
		margin: 0 0 32px 0;
	}
	.site-main .entry-header.columns-2 .entry-description p {
		margin: 0 0 1em 0;
	}
	.list-photos .item-photo.size-50, .list-photos .item-photo.size-75,
	.tax-photographer .info-photographer .image-photographer {
    width: 100%;
    min-width: 100%;
	}
	.list-photos .item-photo.size-50.text-right .image-photo, .list-photos .item-photo.size-50.text-right .description-photo, .list-photos .item-photo.size-100 .description-photo,
	.list-photos .item-photo.size-50 .description-photo, .list-photos .item-photo.size-75 .description-photo {
    width: 100%;
	}
	.list-photos .item-photo.text-right .description-photo {
    margin: 27.7px 0 0 0 !important;
	}
	.list-photos .item-photo {
    margin: 2em 0 2em 0 !important;
  }
  .list-photos .item-photo .description-photo {
    display: none !important;
	}
	.tax-photographer .site-main .entry-header, .tax-photographer .info-photographer .image-photographer {
    margin: 0 0 3.5625em 0;
	}
	.tax-photographer .info-photographer {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 3.5625em 0;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
	.tax-photographer .info-photographer .description-photographer {
    width: 100%;
    min-width: 100%;
    columns: inherit;
    column-gap: 0;
  }
  .list-photographers {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0px;
  }
  .list-photographers .item-photographer .image-photographer {
    float: left;
    width: 100%;
    height: 83.4vw;
    position: relative;
	}
	.tax-photographer .site-main {
		padding-top: 124px;
	}
	.list-photographers .item-photographer {
		margin-bottom: 44px;
	}
	.site-footer .site-info {
    min-height: 364px;
    padding: 2.644em 0 1.322em 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	}
	.site-footer .site-info .info-top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
	}
	.site-footer .site-info .info-top .col-left {
    width: 100%;
    min-width: 100%;
    flex: none;
    margin-bottom: 20px;
	}
	.site-footer .site-info .info-top .col-right {
    width: 100%;
    min-width: 100%;
    flex: none;
	}
	.site-footer .site-info .info-bottom {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
	}
	.site-footer .site-info .info-bottom .col-left {
    width: 100%;
    min-width: 100%;
    flex: none;
    margin-bottom: 2em;
	}
	.site-footer .site-info .info-bottom .col-left ul {
    width: 100%;
    height: 100%;
    max-width: 100%;
    justify-content: flex-start;
    align-content: flex-start;
	}
	.site-footer .site-info .info-bottom .col-left ul li {
    flex: none;
    margin-bottom: 4px;
  }
  .site-footer .site-info .info-bottom .col-left ul li, .site-footer .site-info .info-bottom .col-left ul li:first-child {
    margin: 0 12px 0 0;
    padding: 0 12px 0 0;
    border-right: 0;
	}
	.site-footer .site-info .info-bottom .col-right {
    width: 100%;
    min-width: 100%;
    flex: none;
    opacity: 1;
    text-align: left;
	}
	.site-footer .site-info .links-contact-share .contact-links {
    margin-right: 0;
    width: 100%;
    margin-bottom: 3em;
	}
	.site-footer .site-info .links-contact-share .share-links {
    width: 100%;
    margin-bottom: 6em;
	}
	.site-footer .site-info .links-contact-share {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: flex;
    flex-direction: column;
	}
	.site-header .site-branding, .site-footer .site-info .logo-inkef {
    width: 90px;
    height: 30px;
  }
  .site-footer .site-info .info-bottom .col-left ul {
    flex-wrap: wrap;
  }
  .list-advisors .item-advisor .title-advisor {
  	float: left;
  }
  .list-advisors .item-advisor .overlay-advisor {
    border-top: 2px solid #FEB8C2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    pointer-events: none;
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    padding: 2px 0 0 0;
    margin: -40px 0 0 0;
    background-color: #F7F2F2 !important;
    z-index: -1;
    height: 0;
    overflow: hidden;
    float: left;
	}
	.list-advisors .item-advisor.active .overlay-advisor {
		height: auto;
		margin: -40px 0 0 0;
		z-index: 1;
	}
	.site-footer .site-info .info-bottom .col-left ul li a, .site-footer .site-info .info-bottom .col-right, .site-footer .site-info .info-bottom .col-right a, .site-footer .site-info .info-bottom .col-right a:hover {
    font-size: 12px;
    line-height: 28px;
    font-size: 1.2rem;
    line-height: 2.8rem;
  }
  .sections-home .item-section .polygon-section.size-medium.hpos-left {
		background-image: url('../img/polygon-2-mobile.svg');
	}
	.sections-home .item-section .polygon-section.size-medium.hpos-center {
		background-image: url('../img/polygon-1-mobile.svg');
	}
	.sections-home .item-section .polygon-section.size-medium.hpos-right {
		background-image: url('../img/polygon-3-mobile.svg');
	}
	.sections-home .item-section .polygon-section.size-large {
		background-image: url('../img/polygon-4-mobile.svg');
	}
	.sections-home .item-section .polygon-section {
		display: none !important;
	}
	.sections-home .item-section.section-footer {
		/*max-height: 520px !important;*/
		max-height: 653px !important;
		z-index: -1;
	}
	.our-gallery .entry-curator .item-photo {
    float: left;
    width: 100%;
    max-width: 100%;
  }
  .our-gallery .entry-curator {
	  margin-top: 3.25em;
  }
	.our-gallery .entry-curator .item-photo .image-photo {
    width: 100%;
    height: 86vw;
	}
	.list-companies .item-company .title-company::before,
	.list-advisors .item-advisor .title-advisor::before,
	.mc-primary-nav .menu-contextual .column-menu ul > li.menu-item-has-children::before {
		width: 8px;
		height: 6px;
		background-image: url('../img/icon-select-black.svg');
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		position: relative;
    content: '';
    right: 0;
    float: right;
    top: 11px;
    margin: 0 4px 0 0;
    opacity: 1;
		visibility: visible;
		transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
	}
	.list-advisors .item-advisor.active .title-advisor::before {
		opacity: 0;
		visibility: hidden;
	}
	.mc-primary-nav .menu-contextual .column-menu ul > li.menu-item-has-children::before {
		background-image: url('../img/icon-triangle.svg');
	}
	.building-future .contact-form {
    padding: 36px 7% 36px 7%;
  }
	.wpcf7 form .field {
		width: 100% !important;
		padding: 0 0 0 0 !important;
		margin: 0 0 24px 0 !important;
	}
	.wpcf7 form .field.field-submit {
	  position: relative;
    bottom: auto;
    right: auto;
  }
  .wpcf7 form .field input[type="submit"] {
	  padding: 8px 7% 8px 7%;
	  width: auto !important;
  }
  .section-jobs .no-jobs {
    padding: 0;
    margin: 0;
    display: block;
    max-width: 100%;
  }
  .section-jobs .no-jobs .button-job {
	  padding: 0;
	  margin: 0;
	  border: 0 !important;
	  text-align: left;
  }
  .single-case .entry-header .fields-case .fields-info-case {
    grid-row-gap: 1em;
	}
	.single-case .site-main .entry-header .entry-title.font-small {
    margin-bottom: 1em;
	}
	.list-companies .item-company .overlay-company .image-company {
    width: 50%;
    height: 44px;
    margin: 0 0 22px 0;
	}
	.list-cases.owl-carousel, .list-cases.owl-carousel .owl-item {
		height: auto;
	}
	.list-cases .item-case .image-case {
    flex: 2;
    width: 100%;
    height: auto;
    overflow: hidden;
	}
	.list-cases .item-case .image-case img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
	}
	.list-cases .item-case .info-case {
    flex: 2;
    height: auto;
	}
	#cookie-consent {
    padding: 18px 7% 18px 7%;
  }
  #cookie-consent .content-cookie-consent {
    display: block;
  }
  #cookie-consent .content-cookie-consent .text-cookie {
    width: 100%;
    margin: 0 0 19px 0;
    padding: 0 0 0 0;
	}
	#cookie-consent .content-cookie-consent .text-cookie p br {
		display: none !important;
	}
	#cookie-consent .content-cookie-consent .buttons-cookie {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	}
  #cookie-consent .content-cookie-consent .button-cookie {
    padding: 4px 9px;
    margin: 0 9px 9px 0;
	}
	
	.list-cases.owl-carousel {
    background: #fff;
  }
  .list-cases.owl-carousel .owl-stage {
    height: auto !important;
  }
	.list-cases .item-case .content-item-case {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .list-cases .item-case .info-case {
    flex: 1;
    padding: 32px 7% !important;
    height: auto;
	}
	.list-cases .item-case .image-case {
    flex: none;
    height: calc((100vw / 16) * 9) !important;
  }
	.list-cases .item-case .info-case .button-case {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 32px 0;
    float: left;
  }
  .list-cases.owl-carousel .owl-controls .owl-dots {
    position: absolute;
    bottom: 32px;
    left: 7%;
		right: auto;
  }
  .list-cases.owl-carousel .owl-controls .owl-dot {
    margin: 0 19px 0 0;
  }
  .list-cases .item-case .info-case .title-case {
	  margin-bottom: 47px;
  }
  .single-case .entry-header .fields-case .field-case {
    min-width: auto;
  }
  .single-team .entry-content .button-goback a {
  	padding: 4px 9px;
		margin: 0 9px 9px 0;
	}
	.sections-home .item-section .image-section {
    z-index: 1;
	}
	.single-case.full-template .site-main .entry-header {
    padding: 1.1em 3.5% 1.1em 3.5%;
    width: calc(100% - 7%);
    position: absolute;
    top: auto;
    left: 3.5%;
    transform: none;
    background-color: #f7f2f2;
    float: left;
    transform: translate(0, -100%);
	}
	.single-case.full-template .entry-header {
    border-top: 0;
	}
	.single-case.full-template .section-interview .lists-interview .item-interview .content-item-interview,
	.single-case.full-template .section-interview .lists-interview .item-interview:nth-child(2n) .content-item-interview {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
	}
	.single-case.full-template .section-interview .lists-interview .item-interview .image-interview,
	.single-case.full-template .section-interview .lists-interview .item-interview .info-interview,
	.single-case.full-template .section-interview .lists-interview .item-interview:nth-child(2n) .info-interview {
    width: 100%;
    min-width: 100%;
    padding: 0 0 0 0;
	}
	.single-case.full-template .list-related-cases .item-related-cases .image-related-cases {
	  height: 66vw;
	}
	.single-case.full-template .section-changes .lists-changes.size-large {
    margin-bottom: 1.5em;
  }
  .single-case.full-template .section-interview .lists-interview .item-interview .info-interview .question-interview {
	  margin-bottom: 2.2em;
  }
  .single-case.full-template .section-interview .lists-interview .item-interview .info-interview .answer-interview {
	  margin-top: 8px;
  }
  .single-case.full-template .section-interview .lists-interview .item-interview {
    padding: 2.2em 7% 2.2em 7%;
	}
	.single-case.full-template .list-related-cases .item-related-cases {
		margin: 0 0 1.8em 0;
	}
	.single-case.full-template .list-related-cases .item-related-cases:last-child {
		margin: 0 0 0 0;
	}
	.single-case.full-template .section-related-cases .title-section {
		margin: 0 0 28px 0;
	}
	.single-case.full-template .section-related-cases {
    padding: 2.2em 7%;
	}
	.single-case.full-template .image-header {
		height: 80vh;
		margin-bottom: 20vh;
	}
	.single-case.full-template .section-changes {
    padding: 2.2em 7% 2.2em 7%;
    background-color: #fff;
    display: flex;
    grid-column-gap: 0;
    grid-row-gap: 0px;
    min-height: 78vh;
	}
	.single-case.full-template .section-changes .header-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 0 0 0;
    margin: 0;
	}
	.single-case.full-template .section-changes .lists-changes.size-large .item-change.size-medium {
    margin-bottom: 0;
	}
	.single-case.full-template .section-changes .lists-changes.size-large .item-change .description-change {
    width: auto;
	}
	.single-case.full-template .section-changes .lists-changes .item-change .number-change,
	.single-case.full-template .section-changes .lists-changes.size-large .item-change.size-large .number-change {
    font-size: 24.8vw;
    line-height: 16vw;
    letter-spacing: -0.3vw;
  }
  .single-case.full-template .section-changes .lists-changes .item-change .content-item-change {
    grid-column-gap: 14px;
  }
  .single-case.full-template .section-changes .lists-changes.size-large .content-lists-changes {
    flex-direction: column;
    height: 100%;
	}
	.single-case.full-template .section-changes .lists-changes.size-large .item-change .content-item-change {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .single-case.full-template .section-changes .lists-changes.size-large .item-change .content-item-change {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column-gap: 0;
	}
	.single-case.full-template .section-changes .lists-changes.size-large .item-change.size-large .number-change {
    font-size: 43vw;
    line-height: 34.2vw;
    letter-spacing: -0.8vw;
	}
	.single-case.full-template .section-changes .lists-changes .content-lists-changes {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-row-gap: 2.2em;
	}
	.single-case.full-template .section-changes .lists-changes.size-large .item-change.size-medium .content-item-change {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    grid-column-gap: 14px;
	}
	.single-case.full-template .section-changes .lists-changes {
    padding: 2.2em 10% 2.2em 10%;
  }
  .single-case.full-template .section-changes .lists-changes .item-change .description-change br {
	  display: none !important;
  }
  .single-case.full-template .section-changes .lists-changes.size-large .item-change.size-large .description-change {
    width: auto;
    text-align: left;
	}
	.single-case.full-template .section-changes .lists-changes.size-large {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top;
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: top;
	}
	.single-case.full-template .entry-header .fields-case .fields-info-case {
    grid-template-columns: none;
    display: block;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-auto-rows: max-content;
    justify-content: space-between;
    float: left;
	}
	.single-case.full-template .entry-header .fields-case .field-case {
    flex: none;
    width: 50% !important;
    float: left;
    padding-right: 7%;
	}
	.single-case.full-template .entry-header .fields-case .field-case:first-child {
    flex: none;
    width: 100% !important;
    float: left;
    margin-bottom: 1.1em;
	}
	.single-case.full-template .entry-header .fields-case .field-web-case {
    position: relative;
    right: auto;
    bottom: auto;
    min-width: 100%;
    float: left;
    margin-top: 1.1em;
	}
	.single-case.full-template .list-related-cases {
    padding: 0 14% 0 0;
    overflow: initial;
	}
	.single-case.full-template .list-related-cases.owl-carousel .owl-stage-outer {
		overflow: inherit;
	}
	.single-case.full-template .entry-header .fields-case .field-case:first-child br {
		display: none;
	}
	.single-case.full-template .entry-header .fields-case .field-case:first-child br:nth-child(2),
	.single-case.full-template .entry-header .fields-case .field-case:first-child br:nth-child(4) {
		display: block;
	}
}
@media (max-width: 680px) {
	
}
/* Landscape mobile */
	#landscape {
	  display: none;
	  z-index: -100;
	}
	.device-desktop #landscape, .device-tablet #landscape, .device-desktop #landscape.visible, .device-tablet #landscape.visible {
	  display: none !important;
	}
	.device-mobile #landscape.visible {
	    display: flex !important;
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    left: 0;
	    background: #F7F2F2 !important;
	    z-index: 9999991;
	    width: 100%;
	    height: 100%;
	    font-size: 120%;
	    align-items: center;
	    justify-content: center;
	    text-align: center;
	}
	.device-mobile #landscape.visible div {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		text-align: center;
		color: #293948;
	  font-weight: 400;
	  font-style: normal;
	  font-size: 16px;
	  line-height: 20px;
	  font-size: 1.6rem;
		line-height: 2.0rem;
		background-image: url('../img/rotate-mobile.svg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 70%;
		width: 100%;
		height: 100%;
	}