@charset "utf-8";
/* CSS Document */

.l-header__inner{
	position: relative !important;
}

.lp-cta{
	position: absolute;
	left: 225px;
}
.lp-cta img{
  width:215px;
  height:auto;
  vertical-align: middle;
	transition: .28s cubic-bezier(.22,1,.36,1);
}

.lp-cta img:hover{
	filter: brightness(1.1);
  opacity: .5;
}

@media screen and (max-width:1280px){

  .lp-cta{
	position: absolute;
	left: 225px;
}
.lp-cta img{
  width:150px;
  height:auto;
}

}

@media screen and (max-width:1180px){

  .lp-cta{
	position: absolute;
	left: 145px;
	  top: 0 !important;
}
.lp-cta img{
  width:130px;
  height:auto;
}

}