@import url('logotypes.css');
@import url('modules/featured-team-members.css');
@import url('modules/testimonials.css');

*{margin:0;padding:0;box-sizing:border-box;}

:root{
  --black:#1E1E1E;
  --light-black:#333333;
  --light-grey:#EFF2F6;
  --dark-beige: #F2EEDD;
  --light-moss:#B5B4A2;
  --pink:#E2C5DA;
  --light-pink:#FBE9E3;
  --green-grey:#A4B4B9;
  --green:#6FA69B;
  --brown:#6D645E;
  --dark-green:#31403E;
  --navy:#203246;
}

@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-v14-cyrillic_cyrillic-ext_greek_latin_latin-ext_vietnamese-regular.woff2') format('woff2');
}
html{
  font-size:20px;
  overflow-x: hidden;
}
body{
  font-size: .8rem;
  font-weight: 400;
  font-family: 'Manrope', sans-serif;
  overflow-y: auto!important;
  font-display: swap;
  background-color:var(--black);
}

#body:not(.home){
  padding-right: 3.5rem;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  display: inline-block;
  text-decoration: none;
  transition:all 0.4s;
}

a:hover{text-decoration:underline;transition:all 0.4s;}

a:not([class]) {
  color: currentColor;
  text-decoration: underline;
}
a:not([class]):hover{
  text-decoration: none;
}

p {
  font-size: .8rem;
  margin-bottom:1rem;
  line-height:1.1rem;
}
p:last-child {
  margin-bottom:0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
  font-weight: 400;
}

h1, .h1{font-size: 3.6rem;line-height: 4rem;}/*72px*/
h2, .h2{font-size: 2.4rem;line-height: 2.8rem;}/*48px*/
h3, .h3{font-size: 1.75rem;line-height: 2.4rem;}/*35px*/
h4, .h4{font-size: 1.2rem;line-height: 1.5rem;}/*24px*/

.btn{
  border:1px solid var(--black);
  border-radius: 40px;
  color:var(--sectionColor, --black);
  font-size: 0.75rem;
  line-height: 1rem;
  /* color:var(--parentColor); */
  padding: 0.15rem 1.2rem 0.2rem;
}
button{cursor:pointer;}

.btn:hover, .lang-switcher:hover{
  text-decoration: none;
}
.btn img, .lang-switcher img{
  display: inline-block;
}
.btn-outline{
  border-color:var(--black);
  background-color: transparent;
}
.btn-solid{
  background-color: var(--black);
  color:var(--sectionColor, var(--light-moss));
}

.btn-dark-beige{
  background-color: var(--dark-beige);
  border-color: var(--dark-beige);
  color: var(--navy);
}
.btn-dark-beige:hover{
  background-color: var(--navy);
  color: var(--dark-beige);
}
.btn-dark-beige--outline{
  background-color: transparent;
  color: var(--dark-beige);
  border-color: var(--dark-beige);
}
.btn-dark-beige--outline:hover{
  background-color: var(--dark-beige);
  color: var(--navy);
}

.btn-solid-max-content {
  width: max-content;
  white-space: nowrap;
  word-break: keep-all;
}

.btn-arrow-alignment{
  display: flex;
  align-items: center;
  gap: 4px;
}
.btn-arrow-alignment > span:nth-child(2){
  position: relative;
  top: 1px;
}

@media (hover: hover)  and (pointer: fine){
  .btn-outline:hover{
    background-color: var(--black);
    color:var(--sectionColor, var(--light-moss));
  }
  .btn-solid:hover{
    background-color: transparent;
    color:var(--black);
  }
}

.btn-solid svg{
  width: 1.1rem;
}
.btn-solid:hover svg * {
  stroke: var(--black);
}

.container{
  width:100%;
  padding-left:1.5rem;
  padding-right:1.5rem;
  /* max-width:72rem; */
  /* max-width:calc(72rem - 3.5rem);
  max-width:calc(100% - 3.5rem); */
  margin: 0 auto;
}

.preloader{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background:#000;
  z-index: 5;
  pointer-events: none;
  opacity:1;
  display: flex;
  align-items:center;
  justify-content: center;
}
.preloader lottie-player{
  width: auto;
  height: 50px;
}


/*************HEADER*************/
.header-site-logo{
  position: fixed;
  top: 1.5rem;
  left: 0;
  background: transparent;
  z-index: 2;
}

.menu-open .header-site-logo{
  z-index: -1;
}

.header-site-logo svg *{
  fill: var(--pageColor, var(--light-moss));
}

.header-site-logo--dark svg *,
.header-site-logo--default svg *{
  fill: #000;
}

@media (max-width: 760px) {
  .header-site-logo {
    top: 1rem;
  }
}

.home .header-site-logo{
  mix-blend-mode: difference;
}
.home .header-site-logo svg *{
  fill: #FFF;
}

.site-header{
  position: fixed; /*important to keep for home page*/
  padding: 1.5rem 0 ;
  z-index: 2;
  /* width: 100%; */
}
.site-header.light .site-logo svg *{
  fill: var(--pageColor, --light-moss);
  transition:all .4s ease;
}
.site-header.light.inverted .site-logo svg *{
  fill: var(--black);
}
.site-logo{
  line-height:1;
  margin-left: 1.5rem;
}
.site-logo svg{height: 26px;}

.fixed-header{
  background:var(--black);
  position: fixed;
  top: 0;
  right: 0;
  /* height: 100vh; */
  height: calc(var(--vh, 1vh)*100);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 3.5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.fixed-header::-webkit-scrollbar{
  display: none;
}
 .fixed-header .btn, .fixed-header .lang-switcher{
  transform: rotate(-90deg) translateX(3.4rem);
  border-color:var(--pageColor, --light-moss);
  color:var(--pageColor, --light-moss);
  margin-top: auto;
  /* position: absolute;
  bottom: 1.4rem;
  left: auto; */
}

.site-header .language-selector-wrap {
	position: fixed;
	top: 19px;
	right: calc(3.5rem + 42px);
	z-index: -1;
}

.site-header .language-selector-icon {
	text-align: center;
	width: 47px;
	height: 33px;
	margin: 0 auto 12px;
	cursor: pointer;
}

.site-header .language-selector-icon svg path {
	fill: var(--icon-color, #f2eedd);
}

/* override for Posts Page which doesn't have the custom icon color picker */
#body.blog .site-header .language-selector-icon svg path {
  fill: var(--icon-color, #1e1e1e);
}

.site-header .custom-language-selector.hidden {
	display: none;
}

.site-header .custom-language-selector {
	background-color: #1E1E1E;
	padding: 6px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.site-header .custom-language-selector li {
	list-style: none;
	border-bottom: 1px solid #B5B4A2;
	padding-bottom: 6px;
	text-align: center;
}
.site-header .custom-language-selector li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.site-header .custom-language-selector a,
.site-header .custom-language-selector a:visited {
	color: #B5B4A2;
	text-decoration: none;
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0;
}

@media (max-width: 760px) {
	.site-header .language-selector-wrap {
		right: calc(2.45rem + 28px);
	}
}

.fixed-header .btn.show,
.fixed-header .btn.disabled{
  border-color:var(--pageColor, --dark-beige);
  color:var(--black);
  background:var(--pageColor, --dark-beige);
}

.home .fixed-header .btn,
.home .fixed-header .btn.show,
.home .fixed-header .btn.disabled,
.error404 .fixed-header .btn,
.error404 .fixed-header .btn.show,
.error404 .fixed-header .btn.disabled{
  border-color:var(--light-moss);
  color:var(--light-moss);

}
.home .fixed-header .btn.show,
.home .fixed-header .btn.disabled,
.error404 .fixed-header .btn.show,
.error404 .fixed-header .btn.disabled{
  background:var(--dark-beige);
  color:var(--black);
}

/*contact info*/
.contact-info{
  /* display: none; */
  position: fixed;
  bottom: 0;
  right: 3.46rem;
  background:var(--black);
  color:var(--dark-beige);
  padding: 8.2rem 1rem 1.6rem 1.6rem;
  width: 22rem;
  clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
  transform:translateX(200%);
  transition:transform .4s ease-in-out;
  z-index: -1;
}
.contact-info.show{ transform:translateX(0);}

.contact-logo {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.05rem;
}
.contact-logo svg{height: 26px;}
.contact-logo svg *{fill:var(--dark-beige);}

.contact-details{
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

@media screen and (max-width: 480px) {
  .contact-details{
    gap: 4vw;
  }
}

.contact-info ul{
  list-style:none;
  text-align: right;
}
.contact-info ul a{
  color:inherit;
}
.contact-address{
  text-align: right;
}


/************* MENU *************/
.main-menu-overlay{

  width: calc(100% - 3.5rem);
  height: 100vh;
  background: var(--black);
  position: fixed;
  top: 0;
  left: 100vw;
  transition: left 1s ease;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-open .main-menu-overlay{
  left: 0;
  overflow: auto;
}
.menu-open .site-header .site-logo{position: relative;z-index: -1;}

.main-menu-container{
  display: flex;
  justify-content: space-between;
  padding-top: 7.15rem;
}

.main-menu-overlay .menu-image{
  width: 34.8rem;
  width: 25rem;
  margin-left: 7rem;
}

.main-menu-overlay .contact-info{
  position: unset;
  z-index: 2;
  transform: none;
  clip-path:none;
  padding: 1.6rem 1rem 1.6rem 1.6rem;
  background: unset;
  width: 100% !important;
  transition: unset;
  display: flex;
  justify-content: space-between;
}
.main-menu-overlay .contact-info .contact-details{
  width: 39.5%;
  justify-content: flex-start;

}
.main-menu-overlay .contact-info .contact-details ul{
  width: unset;
}

.main-menu-overlay .contact-info .contact-logo{
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;

}
.main-menu-overlay .contact-info .contact-address{
  text-align: left;
  margin-left: 3.5rem;
  max-width: 10rem;
}
/* .fixed-header .btn.show */
.menu-open .fixed-header .btn.show,
.fixed-header .btn.disabled{
  pointer-events: none;
  user-select: none;
}



.main-menu{
  list-style:none;
  width: 50%;
  width: 39.5%;
}
.main-menu li {
  margin-bottom:1.2rem;
}
.main-menu li a{
  font-size: 2.5rem;
  line-height: 3.2rem;
  color:var(--dark-beige);
  text-decoration: none;
}
.main-menu li a:hover{text-decoration: none;}

.menu-toggler{
  width: 1.8rem;
  height: 1.6rem;
  cursor: pointer;
  padding: 0.5rem 0;
  margin-top: 1rem;
  position: relative;
}
.menu-toggler span{
  height: 2px;
  width: 1.8rem;
  background: var(--pageColor, --light-moss);
  display: block;
  transition: all 0.4s;
  position: absolute;
  transform-origin: 26%;
}
.home .menu-toggler span,
.error404 .menu-toggler span{
  background: var(--light-moss);
}
.menu-toggler span:last-child{
  bottom:0.55rem;
}
.menu-open .menu-toggler span{
  transform: rotate(32deg);
}
.menu-open .menu-toggler span:last-child{
  transform: rotate(-32deg);
}

.menu-open .fixed-header-bottom .btn-outline{
	display: none;
}
.menu-open .fixed-header-bottom .lang-switcher{
	margin-bottom: 0;
}
/*MENU ENDS*/




/************HOME PAGE INTRO WIDGET*************/

.page-intro{
  /* height: 100vh; */
  /* margin-top:-4.4rem; */
  position: absolute;
  height: calc(var(--vh, 1vh)*100);
  width: 100%;
}
.page-intro .page-intro-bg{
  background-color: var(--navy);
  z-index: -1;
  position: relative;
  max-height: calc(var(--vh, 1vh)*100);
  overflow: hidden;
}

.page-intro .btn-group{
  margin-top: 1.6rem;
}

.page-intro .btn-group .btn:not(:last-child){
  margin: 0 0.5rem 0.5rem 0;
}
.page-intro .btn-absolute{z-index: 1; right: 6.5rem;}


.page-intro video{
  /* right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1; */

  position: absolute;

  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  left: -40rem;
}
.page-intro img.mask-layer{
  /* height: 100vh; */
  height: calc(var(--vh, 1vh)*100);
  /* width: 100vw; */
  width: 100%;
  object-fit: cover;
  object-position: right;
}
.page-intro img.mask-layer.mobile{display: none;}

.page-intro-container{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.panel-container{
  padding-right: 3.5rem;
  width: 100%;
}

.panel-container .container{
  position: relative;
  height: 100%;
}
.page-intro-content{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.5rem;
  right: 4.5rem;
  max-width: 33rem;
  padding-right: 3.2rem;
  color: var(--dark-beige);
}
.page-intro-content h1{
  margin-bottom: 1rem;
}


.btn-absolute{
  position: absolute;
  right: 5rem;
  bottom: 1.5rem;
}


/*************GSAP scroll*************/
#body.home{
  overflow-x: hidden;

}
#body.home .scroll-container{
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.panel {
  width: 100%;
  width: 100vw;
  height: 100%;
  height: calc(var(--vh, 1vh)*100);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink:0;
  backface-visibility: hidden;
  perspective: 1000;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  transform: scale(1.00001), translateZ(0.00001);
  -webkit-transform: scale(1.00001), translateZ(0.00001);
  -moz-transform: scale(1.00001), translateZ(0.00001);
}

.panel.services-widget{
  width: 108vw;
}
.panel.services-widget.style-2,
.panel.services-widget.style-3{
  /* width: 100vw; */
  width: 86.35rem;
}

.panel.services-widget.style-1 .btn-absolute {
  right: 38rem;
}

@media screen and (max-width: 1024px) {
  .panel.services-widget.style-1 .btn-absolute {
    position: relative;
    right: auto;
  }
}

.panel.what-widget{
  width: 130vw;
  width: 100vw;
}
.panel.contact-widget{
  /* width: 180vw; */
  width: 119.85rem;
}
.panel.stories-widget{
  min-width: 77.35rem;
  width: 100vw;
}



/*GSAP scroll ends*/





.services-widget .panel-container .column{
  width: calc(100% - 38.2rem);
}
.services-widget .panel-container .column:last-child{
  width: 34.5rem;
}

.services-widget.style-2 .panel-container .column{
  width: calc(100% - 38.2rem);
}
.services-widget.style-2 .panel-container .column:last-child{
  width: 29.2rem;
}
.services-widget.style-3 .panel-container .column{
  width: calc(100% - 45.2rem);
}
.services-widget.style-3 .panel-container .column:last-child{
  width: 37.5rem;
}

.panel-container{
  padding-left: 9.5rem;
}

.panel-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}


/*************SERVICES*************/
.services-widget .side-img{
  height: calc(var(--vh, 1vh)*100);
  transform: translateX(3.5rem);
  width: 100%;
  object-fit: cover;
  object-position: left;
}
.services-widget h2,
.contact-widget h2{
  margin-bottom: 3rem;
}

.services-widget--dark-bg{
    color: var(--dark-beige);
}

.services-widget.style-2 .panel-container{
  padding-right: 11.95rem;
}
.services-widget.style-3 .panel-container {
  position: relative;
  align-items: flex-start;
}
.services-widget.style-3 {
  background-position:left bottom;
  background-repeat:no-repeat;
}

.services-widget.style-3 .btn-absolute{
  left: 46%;
  right: auto;
}
.services-widget.style-3 h2{
  padding-top: 7.7rem;
}

.services-widget.style-4{
  --right-image-width: 419px;
  width: auto;
}

.services-widget.style-4 img{
  transform: none;
}

.services-widget.style-4 .panel-container{
  flex-wrap: nowrap;
  padding: 0;
  align-items: normal;
}

.services-widget.style-4 .panel-container .column:nth-child(1) {
  width: 618px;
}

.services-widget.style-4 .panel-container .column:nth-child(1) img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.services-widget.style-4 .panel-container .column:nth-child(2) {
  padding: 2rem 5.5rem;
  display: flex;
  align-items: center;
  width: calc(100vw - var(--right-image-width) - 3.5rem); /* screen - image right - fixed right menu */
}

.services-widget.style-4 .panel-container .column:nth-child(3) {
  width: var(--right-image-width);
}

.services-widget.style-4 .btn-absolute{
    right: calc(var(--right-image-width) + 3rem);
    left: auto;
}

.services-widget.style-4 .column-content{
  max-width: 80%;
}

.services-widget.style-1{
  max-width: 1870px;
}

.mobile-img{display: none;}

@media screen and (max-width: 1200px) {
  .services-widget.style-4{
    --right-image-width: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .services-widget.style-4{
    padding-top: 0!important;
  }

  .services-widget.style-4 .column{
    width: 100%!important;
  }

  .services-widget.style-4 .panel-container .column:nth-child(3) {
    display:none;
  }

  .services-widget.style-4 .panel-container .column:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }

  .services-widget.style-4 .column-content{
    max-width: 100%;
  }

  .services-widget.style-4 .btn-absolute{
    right: auto;
    position: relative;
  }
}



/************* WHAT WE DO *************/
/* .what-widget{width: 102.45;} */
.what-widget .panel-container {
  /* padding-right: 16.2rem; */
  padding-left: 8.7rem;
  padding-right: 8.7rem;
  justify-content: center;
}
/* .what-widget .panel-container .column:first-child{max-width: 15rem;} */
/* .what-widget .panel-container .column:last-child{max-width: calc(100% - 15rem);} */

.what-widget h2{
  margin-bottom: 0.85rem;
}
.what-widget .btn{
  margin-top: 1.05rem;
}
.what-widget .service-list{
  list-style:none;
  display: flex;
  align-items: flex-end;
  align-items: stretch;

}
.what-widget .service-list li{
  margin-left: 7.175rem;
  margin: 0 3.15rem;
}

.what-widget .service-list li a{
  display: flex;
  height: 100%;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  color:var(--black);
}

.what-widget .service-list li a:hover{
  opacity:0.6;
}
.what-widget .service-list li h4{
  margin-top: 4rem;
  width: 100%;
}

.what-widget .service-list li:last-child lottie-player{margin-left: 1.2rem;}

/************* CONTACT WIDGET *************/
.contact-widget {
  align-items: stretch;
  background-position: right;
  background-size: contain;
  background-repeat:no-repeat;
}
.contact-widget .panel-container{
  padding: 0;
  justify-content: flex-start;
}

.contact-widget .column:nth-child(1){
  max-width: 31rem;
  height: 100%;
}
.contact-widget .column:nth-child(2){
  /* width: 36%;
  padding-left: 13.6rem; */
  width: 33%;
  padding-left: 10.8rem;
}
.contact-widget .column:nth-child(3){
  width: 20%;
  margin-left: auto;
  height: 100%;
  color: white;

  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.contact-widget video{
  max-width: 100%;
  height: 100%;
  /* height: calc(var(--vh, 1vh)*100); */
  width: 30.4rem;
  max-height: 100%;
  object-fit: cover;
  display: block;
}
.contact-widget .btn{margin-top: 1.55rem;}

.contact-widget-menu{
  list-style:none;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.1rem;
  max-width: 14rem;
  align-self: flex-end;
  row-gap: 0.7rem;
  column-gap: 30px;
  justify-content: space-between;
}
/*.contact-widget-menu li{
  width: 5rem;
  margin-bottom: 0.7rem;
}*/
@media screen and (max-width: 480px) {
  .contact-widget-menu{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    max-width: 100%;
    width: 100%;
  }

}
.contact-widget-menu li a{
  color:var(--sectionColor);
  text-decoration: none;
}
.contact-widget-menu li a:hover{
  text-decoration: underline;
}
.contact-widget .contact-info,
.site-footer .contact-info{
  position: static;
  z-index: 1;
  transform: none;
  clip-path: none;
  background:none;
  padding: 1.6rem 5rem 1.6rem 1.6rem;
  margin-left: auto;
  width: 100%;
  color: var(--sectionColor);
}
.contact-widget .contact-logo svg * {
  fill: var(--sectionColor);
}
@media screen and (min-width: 1025px) {
  .contact-widget .contact-widget-menu{
    margin-right: 100px;
  }
}

@media (max-width: 1670px) {
  .contact-widget h2{
    font-size: 3rem;
    line-height: 3.3rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .contact-widget h2{
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

@media (max-height: 900px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  h1, .h1 {font-size: calc(10vh);line-height: calc(10.5vh);}/*72px*/
  h2, .h2 {font-size: calc(8vh);line-height: calc(8.7vh);}/*48px*/
  h3, .h3 {font-size: calc(5.5vh);line-height: calc(6vh);} /*35px*/
  h4, .h4 {font-size: calc(3.5vh);line-height: calc(4vh);}/*24px*/
}

@media (max-height: 900px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .services-widget h2,
  .contact-widget h2{
    margin-bottom: calc(5vh);
  }

  .contact-widget h2 {font-size: calc(8vh);line-height: calc(8.7vh);}/*48px*/
}

/************* IMAGE WIDGET *************/
.image-widget {background-size: cover;background-position: center;}
.image-widget .pin-spacer {width: 0!important;}

.image-widget .image-widget-content{
  /* height: 100%;     */
  width: 100%;
  overflow: hidden;
  height: calc(var(--vh, 1vh)*100);
}


/************* STORIES WIDGET *************/

.stories-widget .panel-container{
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-left: 4.625rem;
  height: 100%;
  padding-top: 5.3rem;
  padding-right: 5.65rem;
}

.stories-widget .widget-footer{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2.1rem;
}
.stories-widget .widget-footer .widget-footer-content{
  display: flex;
  align-items: flex-end;
}
.stories-widget .widget-footer .widget-footer-content div{
  max-width: 22.4rem;
  margin-left: 18.2rem;
}
.stories-widget .slider-wrap{
  width: 23.85rem;
}

.sliders-container{
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* padding-left: 13.35rem; */
  justify-content: flex-end;
}
.sliders-container .column{
  position: relative;
}
.sliders-container .column:nth-child(2){
  margin-left: 8rem;
}

.slider-nav{
  display: flex;
  justify-content: space-between;
  margin: 2.5rem 0.5rem 0;
}

.sliders-container .cat-name{
  position: absolute;
  left: -4.5rem;
  top: 0;
  transform: rotate(270deg) translateX(-100%);
  transform-origin: left top;
}
.cases-slider .slick-slide a,
.stories-slider .slick-slide a{
  color:inherit;
  margin: 0 0.5rem;
  text-decoration: none;
}
.cases-slider .slick-slide a:hover,
.stories-slider .slick-slide a:hover{
  text-decoration: none;
}
.cases-slider .slick-slide .slide-title,
.stories-slider .slick-slide .slide-title{
  margin: 1rem 0 0.95rem;
}

.cases-slider .slick-slide .slide-img,
.stories-slider .slick-slide .slide-img{
  max-height: 15rem;
  height: 31.66vh;
  width: 100%;
  object-fit: cover;
}

/*SLICK*/
.slider-controls .slick-arrow{
  border: 1px solid var(--black);
  border-radius: 46px;
  cursor:pointer;
  padding: 0.15rem 0.85rem;
  margin-right: 0.5rem;
  display: inline-flex;
}
.slider-controls .slick-arrow:hover{opacity:0.6;}

.slider-controls .slick-arrow.prev img{
  transform:rotate(180deg);
}

.story-wrap:before{
  content:'';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: var(--black);
  top: 0;
  right: -1.75rem;
}


/*SLICK*/




/************* SINGLE POSTS *************/

.articles{
  width: 100%;
  background: var(--pageColor);
}

.articles.cases .post-header-wrap{
  height: calc(var(--vh, 1vh)*100);
  color:var(--light-grey);
  background-size:cover;
  background-repeat:no-repeat;
}
.articles.cases .post-title{
  padding-top: 17.3rem
}

.articles .post-title{
  padding-top:9.75rem;
  max-width: 53.95rem;
}
.articles .post-category,
.post-category{
  text-align: right;
  padding: 1.25rem 0;
  margin-bottom: 0;
  font-size: .7rem;
  line-height: .95rem;
}
.has-lang-switcher .articles .post-category,
.has-lang-switcher .post-category {
  padding-right: 4.375rem;
}
.post-category br{display: none;}
.articles .post-date{
  margin-top: 1.4rem;
  margin-bottom: 2rem;
}
.articles .post-image{
  height: 28.85rem;
  object-fit:cover;
  width: 100%;
  margin-bottom: 3.3rem;
}
.articles .post-main-content h4{
  margin-bottom: 1.65rem;
  margin-top: 3.1rem;
}

.articles .post-intro:not(.case-style) .post-intro-wrap,
.articles .post-quote{
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  padding-top: 1.5rem;
  padding-bottom: 2.15rem;
}

.post-columns{
  display: flex;
  justify-content: space-between;
}
.post-columns .side-column{
  width: 13rem;
}
.post-columns .side-column.has-submenu{
   width: auto;
 }
.post-columns .main-column{
  /* max-width: 31.2rem;
  max-width: 31.9rem; */
  width: 33.4rem;
  padding-left: 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.articles .post-columns .main-column{
  width: 43.1rem;
}
.articles .post-author-title{
  margin-bottom: 0.5rem;
  font-size: .8rem;
  line-height: .9rem;

}
.articles .post-author-contacts{
  list-style:none;
}
.articles .post-author-contacts li{
  line-height: 1.1rem;
}
.articles .post-author-contacts a{
  color:inherit;
}

.articles .post-content{
  padding-top: 3.1rem;
  padding-bottom: 3.3rem;
  position: relative;

}

.articles .post-content ul,
.articles .post-content ol {
  list-style-position: inside;
}


.articles .post-quote{
  padding-top: 1.9rem;
  padding-bottom: 2.4rem;
}
.articles .post-quote .post-quote-author{
  margin-top: 1.05rem;
}

.articles .post-intro.case-style{
  background:var(--black);
  color:var(--light-grey);
  border-top:0;
  border-bottom: 1px solid var(--pageColor);
  padding-top: 1.5rem;
  padding-bottom: 2.15rem;
  padding-bottom: 4rem;
}
.articles .post-intro.case-style .post-autor-title{
  font-size: 0.7rem;
  line-height: 0.9rem;
}

.articles .post-intro.case-style .post-intro-content{
  padding-bottom: 2.65rem;
}
.articles .post-intro.case-style .project-info {
  padding-top: 1.5rem;
  border-top:1px solid var(--light-grey);
}

.articles .post-intro.case-style .main-column .column{
  width: 48%;
}
.articles .post-intro.case-style .main-column .column:last-child ul{
  padding-left: 1rem;
}

/*Cases gallery slider*/
.case-slider-widget{
  padding: 6.15rem 0 6.35rem;
  border-bottom:1px solid var(--black);

}
.case-gallery-slider .slick-track{
  display: flex;
    align-items: center;
}
.case-gallery-slider img{
  min-height: 33.25rem;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
/*.case-gallery-slider .slick-slide:not(.slick-current) img{
  height: 40%;
  min-height: unset;
}*/

.case-gallery-slider .slick-next,
.case-gallery-slider .slick-prev{

  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  font-size: 0;
  background: transparent;
  border: none;
  z-index: 1 ;

}
.case-gallery-slider .slick-next{
  right: 0;
  left: unset;
}

.case-gallery-slider .slick-prev:hover{
  cursor: url("../images/slick-prev.svg"), auto !important;
}

.case-gallery-slider .slick-next:hover{
  cursor: url("../images/slick-next.svg"), auto !important;
}

.case-gallery-slider .slick-slide{
  margin: 0 5.55rem;
}



/************* STORIES ARCHIVE *************/
.stories-cases{

  padding-bottom: 3rem;
  background: var(--pageColor);
}

.stories-header{
  padding-top: 4.9rem;
  padding-bottom: 3.85rem;
  border-bottom:1px solid var(--black);

  display: flex;
  align-items:center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stories-header div{
  max-width: 31.2rem;
}

.stories-filter{
  margin-top: 2.1rem;
  margin-bottom: 2.05rem;
  list-style: none;
  display: flex;
}
.stories-filter li{
  margin-right: .8rem;
}
.stories-filter li a{
  color:var(--black);
  font-size: 1.1rem;
  line-height: 1rem;
  opacity: .6;
  transition: all .4s;
}
.stories-filter li a:hover{
  text-decoration: none;
  opacity:1;
}
.stories-filter li a.active{
  opacity: 1;
}

.stories-row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.stories-column{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  width: 33.333333%;
  padding: 0 .75rem;
}

.stories-card{
  display: block;
  color:var(--black);
  margin-bottom: 4rem;
}
.stories-card:hover{
  text-decoration: none;
}
.stories-card-top{
  position: relative;
}
.stories-card-top .category{
  position: absolute;
  right: .85rem;
  top:.4rem;
  color:var(--light-grey);
  font-size: .65rem;
  line-height: .9rem;
}
.stories-card-top img{
  height: 15rem;
  width: 100%;
  object-fit: cover;
}
.stories-card-body h4{
  margin: 0.9rem 0;
}


/*** SUBMENU ***/

.submenu .submenu-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  justify-content: start;
  gap: 0;
}
.submenu .submenu-list li{
  flex: 0 1 auto;
  margin-bottom: 1.15rem;
  margin-right: 1.15rem;
}
.submenu .submenu-list li.new-row {
  flex-basis: 100%;
  margin: 0;
}
.submenu .submenu-list li:last-child{
  margin-right: 0;
}
.submenu .submenu-list li a{
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  padding: 0.003rem 0.77rem;
  border-radius: 24px;
  border: 1px solid #323232;
  color: var(--light-black);
  transition: all 0.3s ease;
}
.submenu .submenu-list li a:hover/*,
.submenu .submenu-list li a.active*/{
  color: var(--green-grey);
  background: #323232;
  text-decoration: none;
}
/* Conditional styling for hr-services based on post ID */
/*.page-id-718 .submenu .submenu-list li a:hover,
.page-id-718 .submenu .submenu-list li a.active {
  color: var(--light-pink);
}*/
/* Conditional styling for hr-services based on post ID */
/*.page-id-716 .submenu .submenu-list li a:hover,
.page-id-716 .submenu .submenu-list li a.active {
  color: var(--light-grey);
}*/





/*************SUBPAGES WIDGETS *************/

.subpage-intro{
  display: flex;
  flex-direction: column;
  position: relative;
}
.subpage-intro.style-1 .submenu{
  margin-top: 2.5rem;
}
.subpage-intro.style-1 .submenu.mobile{
  display: none;
}
.subpage-intro.style-2{
  flex-direction: column-reverse;
}
.subpage-intro.style-2 .submenu{
  margin-top: 2.6rem;
}
.subpage-intro.theme-style-dark .submenu .submenu-list li a{
  color: var(--dark-beige);
  border-color: var(--dark-beige);
}
.subpage-intro.theme-style-dark .submenu .submenu-list li a:hover{
  color: var(--navy);
  background: var(--dark-beige);
}
.subpage-intro .subpage-intro-content{
  padding-top: 2.15rem;
  padding-bottom: 3.9rem;
}
.subpage-intro.style-1 .subpage-intro-content{
  padding-top: 7.3rem;
  padding-bottom: 3.1rem;
}
.subpage-intro.style-3 .subpage-intro-content{
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}
.subpage-intro.style-3 > .container{
  display: flex;
  justify-content: space-between;
  padding-bottom: 5.2rem;
  padding-top: 4.8rem;
}
.subpage-intro.style-3 lottie-player{
  width: 40%;
}
.subpage-intro.style-3 .side-column {
  width: 25rem;
}
.subpage-intro.style-3 .main-column{padding-left: 0;}

.subpage-intro .subpage-intro-content h3{
  margin-bottom: 0.95rem;
  margin-right: 3.6rem;
}
.subpage-intro.style-1 .subpage-intro-content h3{
  margin-bottom: 0;
}
.subpage-intro.style-3 .subpage-intro-content h1{
  margin-bottom: 2.7rem;
}
.subpage-intro.style-3 .subpage-intro-content h3{
  margin-right: 3.1rem;
  margin-bottom: 0;
}
.subpage-intro.style-4{
  justify-content: space-between;
}
.subpage-intro.style-4 .post-columns .main-column{padding-left: 0; width: 31.4rem;}
.subpage-intro.style-4,
.subpage-intro.style-3{
  min-height: calc(var(--vh, 1vh)*100);
}
.subpage-intro.style-4 .post-columns .main-column h3{
  margin-bottom: 40px;
}

.subpage-intro.style-4 .post-columns .main-column *:last-child{
  margin-bottom: 0;
}

.subpage-intro.style-4 .subpage-intro-content{
  display: block;
  padding-top: 7.6rem;
  padding-bottom: 7.6rem;
}
.subpage-intro.style-4 .subpage-intro-content h1{
  margin-bottom: 1.6rem;
}
.subpage-intro.style-4:before{
  content:'';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.subpage-intro.style-4 *{
  z-index: 1;
}

.subpage-intro.style-4 .subpage-intro-content h3{
  margin-right: 0;
  margin-bottom: 0;
}
.subpage-intro.style-4 .aside-image{
  position: absolute;
  bottom: 7.3rem;
  right: 0;
  z-index: -1;
  max-width: 43%;
}


.subpage-intro .subpage-intro-wide-img img{
  width: 100%;
  object-fit: cover;
}

.subpage-intro .post-category{
  margin-right: 1.5rem;
}
/* .subpage-intro.style-1 .post-category{
  display: none;
} */
.subpage-intro.style-2 .post-category{
  position: absolute;
  right: 1.5rem;
  top: 0;
  margin: 0;
}

.subpage-intro.style-1 .subpage-intro-wide-img img{
  min-height: 31.4rem;
  max-height: 33.35rem;
}
.subpage-intro.style-2 .subpage-intro-wide-img img{
  max-height: 28.25rem;
}



/*SERVICES LIST*/
.subpage-services{}
.subpage-services + style + .person-module{
  margin-top: -6.8rem;
}
.services-list{
  padding-bottom: 6.7rem;
}
.subpage-services-header{
  padding: 1.7rem 0 5.7rem;
}
.subpage-services-header .main-column{
  padding-top: 1rem;
}
.services-list-item{
  border-top: 1px solid var(--black);
  padding: 1.5rem 0;
}
.services-list-item:last-child{
  border-bottom: 1px solid var(--black);
}
.services-list-item-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.subpage-services .side-column{
  width: 50%;
}
.services-list-item lottie-player{
  width: 50%;
  margin: 0 auto;
}
.services-list-item-content h2 {
  margin-top: 2.8rem;
}
.services-list-item:first-of-type lottie-player{
  width: 31.27%;
}
.services-list-item:last-of-type lottie-player{
  width: 40%;
}
.subpage-services.image-list .services-list-item-content h2{
  margin-bottom: 0.85rem;
}
.subpage-services.image-list .services-list-item-content h3{
  margin-bottom: 2.75rem;
}
.subpage-services.numbered-list .services-list-item-content h3{
  margin-bottom: 2.75rem;
  margin-top: -0.9rem;
}
.subpage-services .services-list-item-content h3 + h3{
  margin-top: -2.6rem;
}
.subpage-services .services-list-item-content div *:last-child{
  margin-bottom: 0 !important;
}
.subpage-services.numbered-list .services-list-item{
  padding-bottom: 2rem;
}

.service-side-title{
  font-size: 1.75rem;
  line-height: 1.1rem;
}



/*ACCORDION LIST*/
.subpage-accordion{
  padding-top: 4.1rem;
  padding-bottom: 4.1rem;
}
.subpage-accordion + .person-module{
  margin-top: -3.1rem;
}
.subpage-accordion .side-column{
  width: 50%;
}
.subpage-accordion .side-column h2{
  color: var(--black);
}
.subpage-accordion .description{
  margin-bottom: 2rem;
}
.subpage-accordion .description p{
  color: var(--black);
  font-size: 1.2rem;
  line-height: 125%;
}
.subpage-accordion .accordion-list .accordion-list-item:first-child .accordion-list-item-container{
  border-top: 1px solid var(--black);
}
.subpage-accordion .accordion-list .accordion-list-item-container{
  width: 100%;
  border-bottom: 1px solid var(--black);
  padding: 0.7rem 0 1rem;
}
.subpage-accordion .accordion-list .accordion-list-item-title{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  cursor: pointer;
}
.subpage-accordion .accordion-list .accordion-list-item-title h3{
  font-size: 1.75rem;
  font-weight: 400;
  line-height: normal;
  width: calc(100% - 65px);
}
.subpage-accordion .accordion-list .accordion-list-item-title .icon svg{
  width: 100%;
  height: 100%;
}
.subpage-accordion .accordion-list .accordion-list-item-title .icon svg.mobile{
  display: none;
}
.subpage-accordion .accordion-list .accordion-list-item-title .icon{
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  margin-right: 21px;
  position: relative;
  top: 2px;
}
.subpage-accordion .accordion-list .accordion-list-item-title .icon svg,
.subpage-accordion .accordion-list .accordion-list-item-title .icon svg .animation{
  transition: all 0.3s ease;
}
.subpage-accordion .accordion-list .accordion-list-item-title.active .icon svg{
  transform: rotate(180deg);
}
.subpage-accordion .accordion-list .accordion-list-item-title.active .icon svg .animation{
  opacity: 0;
  visibility: hidden;
}
.subpage-accordion .accordion-list .accordion-list-item-content{
  padding-top: 0.85rem;
  padding-right: 21px;
  display: none;
}
.subpage-accordion .accordion-list .accordion-list-item-content ul{
  margin: 1rem 0;
  list-style: none;
}
.subpage-accordion .accordion-list .accordion-list-item-content ol{
  padding-left: 24px;
  margin-top: 1rem;
}
.subpage-accordion .accordion-list .accordion-list-item-content ul li:not(:first-child),
.subpage-accordion .accordion-list .accordion-list-item-content ol li:not(:first-child){
  margin-top: 0.5rem;
}
.subpage-accordion .accordion-list .accordion-list-item-content ul li{
  padding-left: 24px;
  position: relative;
}
.subpage-accordion .accordion-list .accordion-list-item-content ul li::before{
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #000;
  position: absolute;
  top: 9px;
  left: 0;
}
.subpage-accordion .accordion-list .accordion-list-item-content > *:last-child{
  margin-bottom: 0;
}

/*Fullwidth image*/
.fullwidth-media img{
  width: 100%;
  object-fit: cover;
}
.fullwidth-media img.size-xs{ height: 28.4rem;}
.fullwidth-media img.size-sm{ height: 32.05rem;}
.fullwidth-media img.size-md{ height: 37.75rem;}
.fullwidth-media img.size-lg{ height: 39.1rem;}



/*Columns Widget*/
.columns-widget{
  padding: 6.35rem 7.1rem 7.35rem;
}
.text-columns-row{
  display: flex;
  justify-content: space-between;
}
.text-columns-row .text-column{
  width: 39%;
}
.text-columns-row .text-column-content h3{
  margin-bottom: 3.3rem;
}
.text-columns-row .text-column-content div h4{
  margin-bottom: 1.5rem;
}
.text-columns-row .text-column-content div ul{
  padding-left: 1rem;
}
.text-columns-row .text-column-content div ul li:not(:last-child){
  margin-bottom: 0.7rem;
}


/*TEAM WIDGET*/
.team-widget{
  padding: 3.05rem 0 2.7rem;
}
.team-widget h2{
  margin-bottom: 4.05rem;
}
.team-list{
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.85rem;
  margin-right: -0.85rem;
}
.team-card{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  width: 33.333333%;
  padding: 0 0.85rem;
  margin-bottom: 2.5rem;
}

.team-card img{
  max-height: 27.2rem;
  object-fit: cover;
  width: 100%;
  object-position: 0 -1.5rem;
}
.team-card__heading{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: space-between;
}
.team-card__heading button{
  background: none;
  border: none;
  cursor: pointer;
  transition: 0.3s ease all;
  width: 30px;
  height: 30px;
  color: var(--black);
}
.team-card__heading button:not(.active-bio):hover{
    transform: rotate(90deg);
}
.team-card__heading button.active-bio svg line:nth-child(1){
  display:none;
}
.team-card p{
  font-size: 1.1rem;
  margin-bottom: 0.85rem;
}
.team-card ul{
  list-style:none;
}
.team-card ul li a{
  color:var(--black);
  line-height: 1.4rem;
}
.team-card ul li .linkedin{
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}
.team-card ul li .linkedin svg{
  width: 30px;
  height: 30px;
}
.team-card ul li .linkedin img{
  max-width: 30px;
  height: 100%;
  object-position:unset;
}
.linkedin-text { line-height: normal; }
.team-card__description-toggle{
  display: none;
}
.team-card__description{
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.team-card__description strong,
.team-card__description h5{
  font-weight: 600;
}
.team-card__description h5,
.team-card__description p{
  font-size: 16px;
  line-height: 1.75;
}
.team-card__description *:last-child{
  margin-bottom: 0;
}

/*CONTENT WIDGET*/
.content-widget{
  padding: 1.4rem 0 6.7rem;
  position: relative;
}
.content-widget--space-top{
  padding-top: 6.7rem;
}
.content-widget.border-bottom:after,
.post-content.border-bottom:after{
  position: absolute;
  content: '';
  border-bottom: 1px solid var(--black);
  width: calc(100% - 3rem);
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
@media(max-width: 768px){
  .content-widget.border-bottom:after,
  .post-content.border-bottom:after{
    width: calc(100% - 2rem);
  }
}

.content-widget.has-btn{
  padding-bottom: 4.55rem;
}
.content-widget .post-columns .side-column{
  width: auto;
}
.content-widget .post-columns .main-column{
  padding-top: .8rem;
}
.content-widget .post-columns .main-column .content-widget-content h3{
  margin-bottom: 1rem;
}
.content-widget .post-columns .main-column .content-widget-content h4{
  margin-bottom: 1.3rem;
}
.content-widget .post-columns .main-column .content-widget-content a:not([class]){
  color: inherit;
  text-decoration: underline;
}
.content-widget .post-columns .main-column .content-widget-content a:not([class]):hover{
  text-decoration: none;
}
.content-widget.layout-2{
  padding: 10.2rem 0 11.8rem;
}
.content-widget.layout-2 .post-columns{
  flex-direction: column;
}
.content-widget.layout-2 .post-columns .main-column{
  padding: 0;
  padding-left: 7.1rem;
  padding-right: 2rem;
  max-width: unset;
  display: flex;
  align-items: center;
  width: 100%;
}
.content-widget.layout-2 .post-columns .main-column .content-widget-content{
  max-width: 72%;
}

.content-widget__buttons{
  width: 100%;
  margin-top: 1.2rem;
}

.content-widget__buttons a{
  margin: 0 0.5rem 0.5rem 0;
}

.content-widget.layout-2 .content-widget__buttons{
  width: auto;
}


/*SIDE IMAGE with content*/
.why-us{
  display: flex;
  /* flex-wrap: wrap; */
}
/* .why-us .image-side{
 max-width: 28.8rem;
  width: 44%;
}*/
.why-us .image-side img{
  height: 100%;
  object-fit:cover;
  max-height: 41.1rem;
  /* max-width: unset;
  max-width: 100%; */
}
.why-us .content-side{
  padding-top: 6.35rem;
  padding-bottom: 4.35rem;

  /* max-width: 34.9rem; */
  padding-left: 1.5rem;
  width: 33.4rem;
  margin-left: auto;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
.why-us .content-side h3{
margin-bottom: 1.6rem;
}
.why-us .content-side ol li:not(:last-child){
  margin-bottom: 0.8rem;
}
.why-us .content-side > p,
.why-us .content-side > ul,
.why-us .content-side > ol{
  max-width: 90%;
}


.why-us .content-side ul,
.why-us .content-side ol{
  padding-left: 1rem;
}


/*PERSON MODULE*/
.person-module{
  padding-top: 2.1rem;
  padding-bottom: 5rem;
}
.person-module .person-module-info{
  width: 100%;
}
.person-module .person-module-info h2{
  margin-bottom: 2.4rem;
}
.person-module .person-module-info h3{
  margin-bottom: 1.2rem;
}
.person-module .person-module-info .description{
  width: 100%;
  margin-bottom: 1.7rem;
}
.person-module .person-module-info h3 + .description{
  max-width: 337px;
}
.person-module .person-module-info .description p{
  font-size: 0.8rem;
  line-height: 137.5%;
}
.person-module .side-column{
  width: 50%;
  max-width: 27.8rem;
}
.person-module .person-module-list .person-module-item{
  min-width: 224px;
}
.person-module .person-module-list .person-module-item img{
  aspect-ratio: 1;
  object-position: 0 -0.4rem;
  margin-bottom: 1.4rem;
}
.person-module .person-module-list .person-module-item p{
  font-size: 0.8rem;
  line-height: 1.1rem;
}
.person-module .person-module-list .person-module-item ul li a{
  line-height: 1.1rem;
}

@media screen and (min-width: 1025px) {
  .person-module .team-card {
    flex-basis: 50%;
    width: 50%;
  }
}




  /*************SITE FOOTER*************/
.home .site-footer{
  padding: 0;margin: 0;
}
.site-footer{
  background: var(--black);
  color:var(--pageColor);
  padding-top: 3.6rem;
  padding-bottom: 1.4rem;
}
.site-footer .container{
  display: flex;
}
.site-footer .contact-widget-menu{
  padding-top: 0;
}
.site-footer .contact-widget-menu li{
  margin-top: 0.7rem;
  margin-bottom: 0;
}
.site-footer .contact-info{
  padding: 0;
  max-width: 19rem;
}

.site-footer .contact-logo svg * {
    fill: var(--pageColor);
}



@media(max-width:1200px){
  .services-widget .panel-container .column{ width: 50%;  }
  .services-widget .panel-container .column:last-child{width: 50%;}

  .main-menu,
  .main-menu-overlay .contact-info .contact-details{width: 50%;}
  .main-menu-overlay .menu-image{margin-left: 0;}

}

/* TABLET */
@media(max-width: 1024px), /* iPad Pro Portrait */
only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  /* .page-intro-content{width: 53%;} */

  html.overflow{overflow:hidden;}

  #body{   padding-right: 3.5rem;}
  #body.home{ overflow-y: auto!important;}
  #body.home .scroll-container{
    height: auto;
    display: block;
  }

  h1, .h1{font-size: 2.4rem;line-height: 2.8rem;}/*48px*/
  h2, .h2{font-size: 1.9rem;line-height: 2.3rem;}/*38px*/
  h3, .h3{font-size: 1.4rem;line-height: 1.8rem;}/*28px*/
  h4, .h4{font-size: 1.2rem;line-height: 1.5rem;}/*24px*/

  .fixed-header{ height: calc(var(--vh) * 100);}

  .fixed-header .btn{
    position: sticky;
    bottom: 0;
  }

  .main-menu{width: 100%;}
  .main-menu-overlay{ width: calc(100% - 3.5rem);}
  .main-menu-overlay .menu-image{
    /* display: none; */
    width: 3.5rem;
    position: absolute;
    top: 1rem;
    left: 0.7rem;
  }
  .main-menu-overlay .contact-info{padding-left: 1rem;flex-direction: column; }
  .main-menu-overlay .contact-info .contact-details{width: 100%;}
  .main-menu-overlay .contact-info .contact-address{margin-left: 1.6rem;}
  .main-menu-container{padding-left: 1rem;    padding-top: 8.7rem;  }
  .main-menu-overlay .contact-info .contact-details{width: 61%;}
  .main-menu li a{
    font-size: 1.9rem;
    line-height: 2.3rem;
  }

  .main-menu-overlay{
    transform: translate(0,0);
    height: calc(var(--vh, 1vh)*100);
  }
  .main-menu-overlay .contact-info {
    padding-right: 0.5rem;
    left: 0;
    position: unset;
  }

  .panel.services-widget,
  .panel.what-widget,
  .panel.services-widget.style-2,
  .panel.services-widget.style-3,
  .panel.stories-widget,
  .panel.contact-widget,
  .services-widget .panel-container .column,
  .services-widget .panel-container .column:last-child,
  .services-widget.style-2 .panel-container .column,
  .services-widget.style-2 .panel-container .column:last-child,
  .services-widget.style-3 .panel-container .column,
  .services-widget.style-3 .panel-container .column:last-child,
  .sliders-container .column,
  .contact-widget .column:nth-child(1){
    width: 100%;
    min-width: unset;
  }
  .services-widget.style-2 .panel-container .column:last-child lottie-player{max-width: 91.5%; margin: 0 auto;}
  .services-widget.style-3 .btn-absolute{
    position: relative!important;
    right: auto!important;
    left: auto!important;
    bottom: 1.5rem!important;
  }

  .panel-container{
    padding: 0;
    display: block;
  }
  .panel{display: block; width: 100%;position: relative; height: unset;}

  .column-content{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
  }
  .column-content > div{margin-bottom: 3rem;}
  .mobile-img{display: block;width: 100%;}

  .page-intro{
    height: auto;
    position: relative;
    background-color: var(--navy);
    z-index: 0;
  }
  .page-intro .btn-absolute{
    display: none;
  }
  .page-intro-bg{
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;

  }
  .page-intro-container{
    position: static;
    height: auto;
    flex-shrink: 0;
    padding: 1rem 0 5.22rem;
    padding: 1rem 0;
    /* margin-top: -1px; */
    background: var(--light-moss);
  }
  .page-intro-content {
    padding: 0 1.5rem;
    max-width: 100%;
    position: static;
    top: unset;
    transform: unset;
    padding-bottom: 2.15rem;
  }

  .page-intro img.mask-layer:not(.mobile){
    display: none;
  }
  .page-intro img.mask-layer.mobile{
    display: block;
    height: calc(100% + 1px);
    width: auto;
    width: 100%;
  }


  .page-intro video{
    position: absolute;
    top: 0;
    left: 0;
    min-height: unset;
    height: 100%;

  }


  .sliders-container,
  .stories-widget .widget-footer,
  .what-widget .panel-container{ padding: 0 1.5rem;}

  .what-widget{padding: 4rem 0;}
  .what-widget .panel-container .column:first-child,
  .contact-widget .column:nth-child(1){  max-width: unset; }
  .what-widget .service-list{flex-direction:column;align-items: center;}
  .what-widget .service-list li{margin: 0;display: block; margin-bottom: 2.8rem;}
  .what-widget .service-list li:last-child{margin: 0;}
  .what-widget .service-list li a{height: auto;}
  .what-widget .service-list li h4{font-size: 0.8rem;line-height: 1.1rem;margin-top: 2.8rem;}

  .services-widget{ padding-top: 4.4rem;}
  .services-widget h2, .contact-widget h2 { margin-bottom: 2rem;}

  @media (max-height: 900px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .services-widget h2, .contact-widget h2 { margin-bottom: calc(5vh);}
  }

  .services-widget .side-img{max-height: 60vw;}
  .services-widget .side-img{transform: none;}
  .services-widget.style-2 .panel-container{padding: 0;}
  .services-widget.style-2{padding-bottom: 2.15rem;padding-top: 8.4rem; padding-bottom: 6rem;}
  .services-widget.style-2 .btn-absolute{bottom: 2rem;}
  .subpage-intro.style-3 > .container{ flex-wrap: wrap;}
  .services-widget.style-3 h2{padding-top: 0;}
  .services-widget.style-3 .btn-absolute{left:unset; right:1.5rem; bottom: -3.2rem;}
  .services-widget.style-3{background-image:none!important;}

  .image-widget .image-widget-content{height: 50vw;}

  .stories-widget .panel-container{padding: 2.5rem 0 0 0; display: flex;  flex-direction: column-reverse;}
  .stories-widget .slider-wrap{width: 100%;  max-width: 85%;  margin-left: auto;padding-bottom: 2rem;  margin-bottom: 2rem;}
  .stories-widget .widget-footer{  flex-direction: column; align-items: flex-start; margin-bottom: 4.6rem;}
  .stories-widget .widget-footer .widget-footer-content{display: block;}
  .stories-widget .widget-footer .widget-footer-content div{margin: 0 0 1rem 0;  max-width: 100%;}
  .stories-widget .widget-footer .widget-footer-content h2{  margin-bottom: 1rem;  }
  .story-wrap:before{ width: 100%;
    height: 1px;
    top: 100%;
    right: 0;
  }

  .cases-slider .slick-slide .slide-img, .stories-slider .slick-slide .slide-img{ width: 100%;}

  .sliders-container{display: block;}
  .sliders-container .cat-name{left: 0;}
  .sliders-container .column:nth-child(2){margin: 0;}

  .cases-slider .slick-slide .slide-title, .stories-slider .slick-slide .slide-title{
    margin: 0.55rem 0;line-height: 1.65rem;
  }

  .cases-slider.slick-slider{margin: 0 -0.5rem;}
  .slider-nav{margin-top: 1.25rem;}
  .slider-nav .slide-count{display: none;}

  .contact-widget{background-image: unset!important;}
  .contact-widget .column:nth-child(1){width: calc(100% + 1px);}
  .contact-widget .column:nth-child(2){width: 100%;padding: 2.5rem 0 0;}
  .contact-widget .column-content > div{margin-bottom: 0;}
  .contact-widget .btn{margin-top: 1rem;}
  .contact-widget video{ max-height: 100vh; }
  .contact-widget video,
  .contact-widget .column:nth-child(3){width: 100%;}
  .contact-widget-menu {align-self: flex-start;padding-left: 1.5rem;padding-right: 1.5rem;padding-top: 3rem;}
  .contact-widget-menu li a{color:var(--black);}

  .contact-widget .contact-details{    justify-content: flex-end; }
  .contact-widget .contact-address{    max-width: 10rem; }
  .contact-widget .contact-info{
    background: var(--black);
    padding: 6.9rem 1rem 1.6rem 1rem;
    clip-path: polygon(0 64%, 100% 0%, 100% 100%, 0% 100%);
  }
  .main-menu-overlay .contact-info .contact-logo{margin-bottom: 0.9rem;}

  .post-category{display: none;}
  .subpage-intro .subpage-intro-content,
  .subpage-intro.style-1 .subpage-intro-content{padding-top: 4.9rem;}
  .subpage-intro.style-1 .subpage-intro-content{padding-bottom: 2rem;}
  .subpage-intro.style-1 .subpage-intro-content h3{margin-right: 0;}
  .subpage-intro.style-1 .subpage-intro-wide-img img{min-height: 13rem;}
  .subpage-intro .subpage-intro-content h1,
  .subpage-intro.style-3 .subpage-intro-content h1,
  .why-us .content-side h3,
  .subpage-intro.style-4 .subpage-intro-content h1,
  .stories-header h1 {margin-bottom: 2rem;}

  .post-columns{flex-wrap:wrap;}
  .post-columns .main-column,
  .articles .post-columns .main-column{width: 100%; padding-left: 0;}

  .subpage-intro.style-4 .post-columns .main-column,
  .subpage-services .side-column{width: 100%;}
  .services-list-item{padding-top: 2.8rem;}
  .services-list-item lottie-player{width: 65%;}
  .services-list-item-content h3{margin-bottom: 4rem;margin-top: 3.3rem;}
  .subpage-services.image-list .services-list-item-content h3{margin-bottom: 4rem;}
  .subpage-services-header, .stories-header{padding-bottom: 1.5rem;}
  .subpage-services-header h4,
  .content-widget .post-columns .main-column .content-widget-content h4{font-size: 1rem;line-height: 1.4rem;} /*fz:20px lh:28px*/

  .services-list{padding-bottom: 5.7rem;}
  .columns-widget{ padding: 4rem 1.5rem;}

  .text-columns-row{ flex-wrap: wrap;}
  .text-columns-row .text-column{width: 100%;}
  .text-columns-row .text-column:not(:last-child){margin-bottom: 4rem;}
  .text-columns-row .text-column-content h3{margin-bottom: 2rem;font-size: 1.9rem;line-height: 2.3rem;}
  .text-columns-row .text-column-content div h4{font-size: 1.1rem; line-height: 1.5rem;margin-bottom: 1.25rem;}

  .subpage-intro.style-4, .subpage-intro.style-3{height: auto;}
  .subpage-intro.style-3 > .container{padding-bottom: 2rem;}
  .subpage-intro.style-3 lottie-player{width: 60%; margin: 0 auto;}
  .subpage-intro.style-3 .side-column,
  .post-columns .side-column{width: 100%;}

  .subpage-intro .subpage-intro-content h3,
  .content-widget .post-columns .main-column .content-widget-content h4{margin-bottom: 1.2rem;}
  .subpage-intro.style-3 .subpage-intro-content h3{margin-right: 0;}
  .subpage-intro.style-4 .aside-image{display: none;}

  .content-widget{padding: 1.5rem 0 2rem;}
  .content-widget .post-columns .main-column{padding-top: 2rem;}


  .fullwidth-media img.size-xs,
  .fullwidth-media img.size-sm,
  .fullwidth-media img.size-md,
  .fullwidth-media img.size-lg{height: 100%;}

  .fullwidth-media img.size-xs,
  .fullwidth-media img.size-md{min-height: 12.5rem;}
  .fullwidth-media img.size-sm{min-height: 15.9rem;}

  .why-us {flex-direction: column;}
  .why-us .image-side,
  .why-us .image-side img{width: 100%; max-width: unset;}
  .why-us .image-side img{max-height: 20rem;object-fit: cover;}
  .why-us .content-side{max-width: 100%; padding: 2rem 1.5rem;width: 100%;}
  .why-us .content-side h3,
  .numbered-list .service-side-title{ font-size: 1.4rem;  line-height: 1.8rem;  } /*fz:28px lh:36px*/

  .post-quote .side-column h4{ margin-bottom: 4rem;}


  .content-widget.layout-1 .post-columns .main-column{}
  .content-widget.layout-2{padding: 8rem 0 7.5rem;}
  .content-widget.layout-2 .post-columns .main-column{
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .content-widget.layout-2 .post-columns .main-column .btn{margin-top: 2rem;}
  .content-widget.layout-2 .post-columns .main-column .content-widget-content{max-width: 100%;}
  .content-widget.layout-1{padding-bottom: 2rem;}
  .content-widget.layout-1.has-btn{ padding-top: 2rem;}

  .subpage-intro.style-2 .subpage-intro-wide-img img{min-height: 11rem;}
  .subpage-intro.style-2 .subpage-intro-content{padding: 1.5rem 0 2rem;}
  .subpage-intro.style-4 .subpage-intro-content{padding-bottom: 3.8rem;}
  .subpage-intro .subpage-intro-content h3{margin-right: 0;}


  .subpage-services .subpage-services-header{padding: 1.5rem 0;}
  .subpage-services-header .main-column{padding-top: 2rem;}

  .subpage-services.numbered-list .services-list{padding-bottom: 2.9rem;}
  .subpage-services.numbered-list .services-list-item{position: relative;padding: 1rem 0 1.5rem;}
  .subpage-services.numbered-list .service-side-title{ position: absolute; top: 1rem;}
  .subpage-services.numbered-list .services-list-item-content h3{
    margin-top: 0;
    margin-left: 2.2rem;
    margin-bottom: 2.4rem;
  }


  .team-card, .stories-column{ flex: 0 0 50%; width: 50%; margin-bottom: 2rem;}
  .team-card h3{font-size: 1.6rem; line-height: 1.4rem;    }
  .team-card__heading{
    margin-top: 1rem;
    margin-bottom: 0.8rem;
  }
  .team-card p{line-height: 1.4rem;margin-bottom: 0.45rem;}
  .team-card img{ max-height: 21.35rem;}

  .stories-filter{margin: 1rem 0 2rem;}
  .stories-column{margin-bottom: 0;}
  .stories-card-body h4{line-height: 1.65rem;margin: 0.7rem 0;}
  .stories-card{ margin-bottom: 2.7rem; }

  .articles .post-intro.case-style,
  .articles .post-intro:not(.case-style) .post-intro-wrap, .articles .post-quote{padding: 1rem 0 1.5rem;}
  .articles .post-intro.case-style{ padding: 1rem 0 2rem; }
  .articles .post-intro.case-style .post-intro-content{padding: 2rem 0 1.5rem;}
  .articles .post-intro.view-style .side-column{margin-bottom: 2rem;}
  .articles .post-date{margin: 1.5rem 0 2rem;}

  .articles .project-info .main-column .column{margin-top: 2rem;}
  .articles .post-intro.case-style .project-info{padding-top: 1rem;}
  .articles .post-intro.case-style .project-info .post-autor-title{margin-bottom: 0.5rem;}
  .articles .post-intro.case-style .main-column .column:last-child ul li:not(:last-child){margin-bottom: 0.4rem;}

  .articles .post-image{height: 13rem;margin-bottom: 1.5rem;}
  .articles .post-content{padding: 1.5rem 0 4rem;}
  .articles .post-content .post-columns .side-column h4{margin-bottom: 4rem;}
  .articles .post-quote{padding: 1rem 0 1.5rem;}
  .articles .post-quote .side-column h4{line-height: 1.65rem;}
  .articles .post-quote .post-quote-author{margin-top: 1rem;}

  .case-slider-widget{padding: 2rem 0;}
  .case-gallery-slider .slick-slide{ margin: 0 2.1rem;}
  .case-gallery-slider img{height: 15rem;  min-height: unset;  width: 100%;}

  .case-gallery-slider .slick-next,
  .case-gallery-slider .slick-prev{
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    height: 1.5rem;
  }
  .case-gallery-slider .slick-prev:hover,
  .case-gallery-slider .slick-next:hover{
    cursor: pointer !important;
    opacity: 0.6;
  }

  .case-gallery-slider .slick-prev{
    background: url("../images/slick-prev.svg") no-repeat center / cover;
  }
  .case-gallery-slider .slick-next{
    background: url("../images/slick-next.svg") no-repeat center / cover;
  }



  .site-footer{padding: 2.9rem 0 1.45rem;}
  .site-footer .container{flex-direction: column;}
  .site-footer .contact-widget-menu {padding: 0; align-self: flex-end; justify-content: flex-end;text-align: right;margin-bottom: 1.85rem;}
  .site-footer .contact-widget-menu li a{color:var(--sectionColor);}

  .btn-absolute{ right: 1.5rem;}


}

/* 404 Page */
.error404{display: flex;flex-direction:column;height: 100%;}
.error404 header{ flex: 0 0 auto;}
.error404 main{flex: 1 0 auto;}
.error404 footer{ flex: 0 0 auto;}
.error404 article{padding: 10rem 0;width:100%;}
.error404 .btn-wrap{text-align:center;    margin-top: 1.6rem;}
.error404 .site-footer{	color: var(--light-moss);}
.error404 .site-footer .contact-logo svg * {    fill: var(--light-moss);}

.error404 main{display:flex;flex-wrap:wrap;align-items:center;min-height:calc(100vh - 191px);}

@media(max-width:1024px){

  .error404 main{min-height:calc(100vh - 287px);}

}


/* MOBILE */
@media (max-width: 760px) {
  #body,
  #body:not(.home){
    padding-right: 2.45rem;
  }

  .main-menu-overlay{
    transform: translate(0,0);
    height: calc(var(--vh, 1vh)*100);
    width: calc(100% - 2.4rem);
  }

  .main-menu-overlay .contact-info {
    padding-right: 0.5rem;
    left: 0;
    position: unset;
  }

  .main-menu-overlay .contact-info .contact-details{
    width: 100%;
    margin-bottom: 1rem;
  }

  .container, .column-content,
  .sliders-container, .stories-widget .widget-footer, .what-widget .panel-container,
  .contact-widget-menu,
  .why-us .content-side{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .fixed-header{
    width: 2.45rem;
    bottom: -1px;
    height: calc(var(--vh, 1vh)*100);
  }
  .fixed-header .btn{
    font-size: 0.7rem;
  }

  .site-header{ padding: 1rem 0;}
  .site-logo{ margin-left: 1rem;}
  .site-logo svg{height:21px;}

  .contact-details *{font-size: 14px; line-height: 22px;}
  .contact-info{
    right: 2.4rem;
    width: calc(100% - 2.4rem);
    padding-top: 6.9rem;
    padding: 6.9rem 1rem 1.6rem 1rem;
    clip-path: polygon(0 64%, 100% 0%, 100% 100%, 0% 100%);
  }


  .page-intro{
    margin-top: -3.4rem;
    margin-top: 0;
  }
  .page-intro-container{
    margin-top: 0;
  }
  .page-intro-content{
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
  }
  .page-intro-content h1 br{display: none;}

  .page-intro-content h1 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .page-intro-bg{
    width: calc(100% + 1px);
    align-self: stretch;
    margin-bottom: 0;
  }

  .page-intro video{
    left: 0;
    top: -1px;
  }
  .page-intro img.mask-layer.mobile{
    height: 100%;
    width: 100%;
    object-position: bottom;
    object-fit: cover;
  }


  .services-widget.style-3 .btn-absolute{right: 1rem;}

  .cases-slider .slick-slide .slide-img, .stories-slider .slick-slide .slide-img{max-height: 9.05rem;}

  .contact-widget .contact-address {  max-width: 9rem;}
  .contact-widget .contact-info { width: calc(100% + 1px);}
  .columns-widget{ padding: 4rem 1rem;}

  .team-list{ margin-left: -1rem;  margin-right: -1rem;}
  .team-card, .stories-column{ flex: 0 0 100%; width: 100%;}

  .stories-card-top img{min-height: 11.75rem;height: auto;}
  .articles .post-intro.case-style .main-column .column{width: 100%;}

  .case-gallery-slider .slick-slide{margin: 0 0.7rem;}
  .case-gallery-slider img{height: 8.35rem;}
  .case-gallery-slider .slick-next,
  .case-gallery-slider .slick-prev{
    width: 0.65rem;
    height: 1.25rem;
  }

  .image-widget .image-widget-content{height: 12.5rem;height: 32rem;}

  .subpage-intro.style-3 > .container{padding-top: 3.9rem;}
  .subpage-intro.style-3 lottie-player{width: 100%;}

  .what-widget .service-list{display: block;}
  .what-widget .service-list li{display: block;}
  .what-widget .service-list li a{display: block;}
  .what-widget .service-list li lottie-player{max-width: 65%; margin:0 auto;}
  .what-widget .service-list li:first-child lottie-player{max-width: 45%; margin:0 auto;}
  .what-widget .service-list li:last-child lottie-player{max-width: 55%; margin:0 3.7rem auto;}
  .what-widget .service-list li a:hover{ opacity: 1;}

  .services-list .services-list-item lottie-player{width: 65%; margin:0 auto;}
  .services-list .services-list-item:first-of-type lottie-player{max-width: 45%; margin:0 auto;}
  .services-list .services-list-item:last-of-type lottie-player {max-width: 55%; margin:0 3.5rem auto;}


  .articles.cases .post-header-wrap{
    height: calc(var(--vhStatic, 1vh)*100);
    display: flex;
  }
  .articles.cases .post-header-wrap .container{
    align-self: flex-end;
  }
  .articles.cases .post-header-wrap .post-date{margin-bottom: 1.5rem;}
  .articles.cases .post-title{padding-top: 0rem;}

  .team-widget{padding-top: 1.5rem;}
  .team-widget h2 { margin-bottom: 2rem;}
  .team-card:last-child{margin-bottom: 0;}

  .content-widget.layout-1,
  .subpage-services .subpage-services-header,
  .services-widget,
  .services-widget.style-2,
  .stories-widget .panel-container,
  .contact-widget .column:nth-child(2),
  .subpage-intro.style-2 .subpage-intro-content,
  .team-widget,
  .articles .post-content,
  .content-widget.layout-1.has-btn{
    padding-top: 3.5rem;
  }


} /*760px*/

@media (max-width: 480px){
  .page-intro-content h1{
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

@media (max-width: 389px){
  /* .fixed-header .btn{
    margin-top:calc(100vh - 5rem);
  } */
  .page-intro-container{
    padding: 1rem 0 12rem;
  }

  .page-intro-content h1,
  .page-intro-content h3, .page-intro-content .h3{
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 376px){

  .main-menu-container{padding-top: 2rem;padding-top: 6rem;}
  .main-menu li{margin-bottom: 1rem;}
  .main-menu li a { font-size: 1.8rem; line-height: 2rem;}

  .page-intro-container{  padding: 1rem 0 8rem; }
  .contact-details *{  font-size: 13px;  }
  .page-intro-bg{max-height: 44vh;}
  .page-intro-container{   padding: 1rem 0 1rem; }

  /*.contact-widget-menu li{width: 43%;}*/
  .btn-group .btn{padding-left: .8rem; padding-right: .8rem;}
}

@media (max-width: 376px) and (max-height:668px){

  .page-intro-container{    padding: 1rem 0 2rem; }
  .page-intro-bg{max-height: 50vh;}
}


/*Large screens*/

@media (min-width: 1380px){
  .page-intro-content{ right: calc(100vw - 91%); }

}
@media (min-width: 1480px){
  .panel.contact-widget{ width: 150vw;}
  .contact-widget .column:nth-child(3){width: 21%;}
}
@media (min-width: 1680px) and (max-height:998px){

  .page-intro{
    background: var(--navy);
    z-index: 0;
  }
  .page-intro-content{ right: 7.5rem;}

  .page-intro video{ left: -50rem;}

  .page-intro img.mask-layer{
    object-fit: contain;
    object-position: left;
  }
}
@media (min-width: 1680px){
  .page-intro-content{ right: 12.9rem; right: 11.9vw;}

}
@media (min-width: 1800px){

  .page-intro-content{right: calc(100vw - 85%);}
  .panel.contact-widget{ width: 130vw;}
}


/*Touch hover*/
@media (hover: hover) and (pointer: fine) {
  .fixed-header .btn:hover, .fixed-header .lang-switcher:hover{
    background:var(--pageColor, --dark-beige);
    color:var(--black);
  }
  .home .fixed-header .btn:hover, .error404 .fixed-header .btn:hover, .home .fixed-header .lang-switcher:hover{
    background:var(--dark-beige);
  }

}

/*small height screen on laptop*/
@media (min-width: 1200px) and (max-height:800px){
  .main-menu li a{ font-size: 2.5rem; line-height: 2.2rem;}
  .main-menu-container{padding-top: 4.5rem; align-items: center;}
  .main-menu-overlay .menu-image{width: 23rem;}

  .services-widget.style-3 { background-position:left top 59vh; }
}

.privacy-header {
  padding-left: 7.1rem;
}


@media (max-width:600px) {

  /*.contact-info ul{
    width: 43%;
    margin-right: 10px;
  }*/

  .contact-info p{
    max-width:none;
  }
}

.hidde{
  display: none;
}


@media (max-width: 1024px) {
  .subpage-intro.style-1 .submenu.desktop{
    display: none;
  }
  .subpage-intro.style-1 .submenu.mobile{
    display: block;
    margin-top: 24px;
  }
  .submenu .submenu-list li{
    margin-bottom: 16px;
    margin-right: 14px;
  }
  .submenu .submenu-list li a{
    font-size: 14px;
    line-height: 157.143%;
    min-width: 126px;
    text-align: center;
    padding: 1.53px 20px;
  }
  .subpage-accordion + .person-module{
    margin-top: -4.15rem;
  }
  .subpage-accordion .description{
    margin-top: 10px;
    margin-bottom: 31px;
  }
  .subpage-accordion .description p{
    font-size: 20px;
  }
  .subpage-accordion .accordion-list .accordion-list-item-title h3{
    font-size: 28px;
    line-height: 36px;
    width: calc(100% - 36px);
    display: block;
  }
  .subpage-accordion .accordion-list .accordion-list-item-title .icon {
    width: 15px;
    height: 15px;
    margin-right: 7px;
    top: -4px;
  }
  .subpage-accordion .accordion-list .accordion-list-item-title .icon svg.desktop{
    display: none;
  }
  .subpage-accordion .accordion-list .accordion-list-item-title .icon svg.mobile{
    display: block;
  }
  .subpage-accordion .accordion-list .accordion-list-item-content{
    padding-right: 7px;
  }
  .subpage-accordion .accordion-list .accordion-list-item-content p{
    font-size: 16px;
    line-height: 22px;
  }
  .person-module{
    padding-top: 27px;
    padding-bottom: 16px;
  }
  .person-module.hide-on-mobile{
    display: none;
  }
  .person-module .side-column{
    width: 1000%;
    max-width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .person-module .side-column .submenu{
    margin-bottom: 47px;
  }
  .person-module .person-module-info{
    max-width: 556px;
  }
  .person-module .person-module-info h2 {
    margin-bottom: 56px;
  }
  .person-module .person-module-list{
    width: 100%;
  }
  .sliders-container .cat-name{
    transform: rotate(270deg) translateX(-100%);
  }
}


@media (max-width: 760px) {
  .subpage-accordion {
    padding-top: 31px;
    padding-bottom: 21px;
  }
  .subpage-accordion + .person-module{
    margin-top: -1.1rem;
  }
  .person-module .person-module-list .person-module-item{
    max-width: 224px;
    min-width: inherit;
    margin-right: 16px;
  }
  .person-module .person-module-list .person-module-item:first-child{
    margin-bottom: 40px;
  }
  .person-module .person-module-list .person-module-item img{
    margin-bottom: 9px;
  }
  .person-module .person-module-list .person-module-item h4{
    font-size: 20px;
    line-height: 140%;
  }
  .person-module .person-module-list .person-module-item p{
    font-size: 10px;
    line-height: 15px;
  }
  .person-module .person-module-list .person-module-item ul li{
    line-height: 1;
  }
  .person-module .person-module-list .person-module-item ul li a{
    font-size: 10px;
    line-height: 12.5px;
  }
}


@media (max-width: 570px) {
  .person-module .person-module-list .person-module-item{
    max-width: inherit;
    flex: 0 0 calc(50% - 8px);
    width: calc(50% - 8px);
  }
  .person-module .person-module-list .person-module-item:nth-of-type(even){
    margin-right: 0;
  }
  .person-module .person-module-list .person-module-item img{
    max-width: 128px;
  }
}

/* Language switcher */
.wpml-ls-legacy-list-horizontal{
  padding: 0 !important;
}
.lang-switcher{
  list-style-type: none;
  margin-bottom: 5rem;
}
.wpml-ls-legacy-list-horizontal a{
  color: var(--light-moss);
  text-decoration: none;
  padding: 0 !important;
}

.lang-switcher:hover a{
  color: #000;
}


.lang-switcher {
  display: block;
  border:1px solid var(--black);
  border-radius: 40px;
  color:var(--sectionColor, --black);
  font-size: 0.75rem;
  line-height: 1rem;
}

.lang-switcher a {
  display: block;
  padding: 0.15rem 1.2rem 0.2rem !important;
  width: 100%;
}


/* SPECIAL FOOTER RULE */
.site-footer .contact-info{clip-path:unset !important;}

body.has-protected-form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	height: auto;
	min-height: 100vh;
}

.post-password-form {
	width: 90%;
	max-width: 400px;
	margin: max(100px, calc((100vh - 443px)/2)) auto;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
}

.post-password-form p {
	color: white;
}

@media (min-width: 600px) {
	.post-password-form {
		font-size: 20px;
	}
}

.post-password-form .post-password-form-invalid-password {
	width: 100%;
	height: auto;
	padding: 6px 16px;
	text-align: center;
	font-size: 14px;
	background: rgba(255, 0, 0, 0.6); /* Fallback to red */
	color: #fff;
	margin-bottom: 24px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	word-spacing: 2px;
}

.post-password-form label {
	display: block;
	font-size: 13px;
	text-align: left;
}

.post-password-form input {
	width: 100%;
	height: 40px;
	padding: 4px 16px;
	border: 1px solid #000;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box;
}

.post-password-form input[name='post_password'] {
	transition: all 0.2s ease;
	letter-spacing: 1px;
}

.post-password-form input[name='post_password']:focus {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.post-password-form input[type='submit'] {
	max-width: 260px;
	margin: 16px auto 0;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #000;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.2s ease;
	display: block;
}

.post-password-form input[type='submit']:hover {
	color: #000;
	background: #fff;
}
