 .hero__inner,
 .hero__mediawrap {
 	padding-left: 140px;
 }
 @media screen and (min-width: 1850px) {
 	.hero__inner,
 	.hero__mediawrap {
 		padding-left: 170px;
 	}
 }
 @media screen and (max-width: 1200px) {
 	.hero__inner,
 	.hero__mediawrap {
 		padding-left: 90px;
 	}
 }
 @media screen and (max-width: 767px) {
 	.hero__inner,
 	.hero__mediawrap {
 		padding-left: 0;
 	}
 }
 .hero__text,
 .hero__title {
 	padding-left: 0;
 }
 @media screen and (min-width: 1850px) {
 	.hero__text,
 	.hero__title {
 		/*/padding-left: 120px;/*/
 	}
 }
 @media screen and (max-width: 1200px) {
 	.hero__text,
 	.hero__title {
 		padding-left: 60px;
 	}
 }
 @media screen and (max-width: 768px) {
 	.hero__text,
 	.hero__title {
 		padding-left: 45px;
 	}
 }
 @media screen and (max-width: 767px) {
 	.hero__text,
 	.hero__title {
 		padding-left: 30px;
 	}
 }
 .hero__title {
 	/*/padding-right: 100px;/*/
 }
 @media screen and (min-width: 1850px) {
 	.hero__title {
 		/*/padding-right: 120px;/*/
 	}
 }
 @media screen and (max-width: 1200px) {
 	.hero__title {
 		padding-right: 60px;
 	}
 }
 @media screen and (max-width: 768px) {
 	.hero__title {
 		padding-right: 45px;
 	}
 }
 @media screen and (max-width: 767px) {
 	.hero__title {
 		padding-right: 30px;
 	}
 }
 @media screen and (max-width: 350px) {
 	.hero__text,
 	.hero__title {
 		padding-left: 15px;
 	}
 	.hero__title {
 		padding-right: 15px;
 	}
 }
 @-webkit-keyframes textMask {
 	0% {
 		-webkit-transform: translateX(-101%);
 		transform: translateX(-101%);
 	}
 	to {
 		-webkit-transform: translateX(0);
 		transform: translateX(0);
 	}
 }
 @keyframes textMask {
 	0% {
 		-webkit-transform: translateX(-101%);
 		transform: translateX(-101%);
 	}
 	to {
 		-webkit-transform: translateX(0);
 		transform: translateX(0);
 	}
 }
 @-webkit-keyframes textMaskOut {
 	0% {
 		-webkit-transform: translateX(0);
 		transform: translateX(0);
 	}
 	to {
 		-webkit-transform: translateX(101%);
 		transform: translateX(101%);
 	}
 }
 @keyframes textMaskOut {
 	0% {
 		-webkit-transform: translateX(0);
 		transform: translateX(0);
 	}
 	to {
 		-webkit-transform: translateX(101%);
 		transform: translateX(101%);
 	}
 }
 @-webkit-keyframes fadeIn {
 	0% {
 		opacity: 0;
 	}
 	to {
 		opacity: 1;
 	}
 }
 @keyframes fadeIn {
 	0% {
 		opacity: 0;
 	}
 	to {
 		opacity: 1;
 	}
 }
 .box-loader {
 	background: #f3b7b1;
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	-webkit-transition: margin .2s .95s, opacity .5s, -webkit-transform .3s .45s;
 	transition: margin .2s .95s, opacity .5s, -webkit-transform .3s .45s;
 	transition: transform .3s .45s, margin .2s .95s, opacity .5s;
 	transition: transform .3s .45s, margin .2s .95s, opacity .5s, -webkit-transform .3s .45s;
 	-webkit-transition-timing-function: ease;
 	transition-timing-function: ease;
 	z-index: 3;
 	-webkit-transform: translateX(-100%) translateX(-140px);
 	transform: translateX(-100%) translateX(-140px);
 }
 @media screen and (min-width: 1850px) {
 	.box-loader {
 		-webkit-transform: translateX(-100%) translateX(-170px);
 		transform: translateX(-100%) translateX(-170px);
 	}
 }
 @media screen and (max-width: 1200px) {
 	.box-loader {
 		-webkit-transform: translateX(-100%) translateX(-90px);
 		transform: translateX(-100%) translateX(-90px);
 	}
 }
 @media screen and (max-width: 767px) {
 	.box-loader {
 		-webkit-transform: translateX(-100%);
 		transform: translateX(-100%);
 	}
 }
 .box-loader--load {
 	-webkit-transform: translateX(-140px);
 	transform: translateX(-140px);
 	margin-left: 140px;
 }
 @media screen and (min-width: 1850px) {
 	.box-loader--load {
 		-webkit-transform: translateX(-170px);
 		transform: translateX(-170px);
 		margin-left: 170px;
 	}
 	.hero__title__line {
 		/*/font-size: 89px;
 		line-height: 101px;/*/
 	}
 }
 @media screen and (max-width: 1200px) {
 	.box-loader--load {
 		-webkit-transform: translateX(-90px);
 		transform: translateX(-90px);
 		margin-left: 90px;
 	}
 }
 .box-loader--hide {
 	opacity: 0;
 }
 .hero {
 	z-index: 10;
 	position: relative;
 }
 .hero__inner {
 	padding-right: 75px;
 	margin-top: 19vh;
 	margin-bottom: 11vh;
 }
 @media screen and (max-height: 500px) {
 	.hero__inner {
 		margin-top: 95px;
 		margin-bottom: 55px;
 	}
 }
 @media screen and (min-height: 1000px) and (max-width: 1849px) {
 	.hero__inner {
 		margin-top: 190px;
 		margin-bottom: 110px;
 	}
 }
 @media screen and (max-width: 767px) {
 	.box-loader--load {
 		-webkit-transform: none;
 		transform: none;
 		margin-left: .1px;
 	}
 	.hero__inner {
 		padding-right: 30px;
 	}
 }
 .hero__title {
 	margin-bottom: 15px;
 }
 @media screen and (min-width: 768px) {
 	.hero__title {
 		margin-left: -3px;
		text-align: center;
 	}
 }
 .hero--light .hero__title {
 	color: #fff;
 }
 .hero__title__line {
 	font-family: Maitree, serif;
 	font-weight: 300;
 	letter-spacing: -1px;
 	display: inline-block;
 	position: relative;
 	color: transparent;
 	overflow: hidden;
 }
 @media screen and (max-width: 1024px) {
 	.hero__title__line {
 		font-size: 60px;
 		line-height: 64px;
 	}
 }
 @media screen and (max-width: 767px) {
 	.hero__title__line {
 		font-size: 34px;
 		line-height: 42px;
 	}
 }
 .text-reveal .hero__title__line {
 	color: inherit;
 }
 .hero--light .hero__arrow,
 .hero--light .hero__summary {
 	color: #fff;
 }
 .hero__title__line__reveal-box {
 	background-color: #e6e6e6;
 	width: 100%;
 	height: 100%;
 	position: absolute;
 	top: 0;
 	left: 0;
 	-webkit-transform: translateX(-101%);
 	transform: translateX(-101%);
 }
 .text-mask .hero__title__line__reveal-box {
 	-webkit-animation-name: textMask;
 	animation-name: textMask;
 	-webkit-animation-duration: .5s;
 	animation-duration: .5s;
 	-webkit-animation-fill-mode: forwards;
 	animation-fill-mode: forwards;
 	-webkit-animation-timing-function: cubic-bezier(1, 0, 1, 1);
 	animation-timing-function: cubic-bezier(1, 0, 1, 1);
 	-webkit-animation-delay: .2s;
 	animation-delay: .2s;
 }
 .text-reveal .hero__title__line__reveal-box {
 	-webkit-animation-name: textMaskOut;
 	animation-name: textMaskOut;
 	-webkit-animation-fill-mode: both;
 	animation-fill-mode: both;
 	-webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
 	animation-timing-function: cubic-bezier(0, 0, 0, 1);
 	-webkit-animation-delay: .45s;
 	animation-delay: .45s;
 }
 .hero--light .hero__title__line__reveal-box {
 	background: #b6b6b6;
 }
 .hero__title__line:nth-of-type(2) .hero__title__line__reveal-box {
 	-webkit-animation-delay: .3s;
 	animation-delay: .3s;
 }
 .text-reveal .hero__title__line:nth-of-type(2) .hero__title__line__reveal-box {
 	-webkit-animation-delay: .65s;
 	animation-delay: .65s;
 }
 .hero__title__line:nth-of-type(3) .hero__title__line__reveal-box {
 	-webkit-animation-delay: .4s;
 	animation-delay: .4s;
 }
 .text-reveal .hero__title__line:nth-of-type(3) .hero__title__line__reveal-box {
 	-webkit-animation-delay: .75s;
 	animation-delay: .75s;
 }
 .hero__title__line:nth-of-type(4) .hero__title__line__reveal-box {
 	-webkit-animation-delay: .5s;
 	animation-delay: .5s;
 }
 .text-reveal .hero__title__line:nth-of-type(4) .hero__title__line__reveal-box {
 	-webkit-animation-delay: .85s;
 	animation-delay: .85s;
 }
 .hero__summary {
 	font-family: Graphik Web, sans-serif;
 	font-weight: 300;
 	font-size: 18px;
 	line-height: 32px;
 	letter-spacing: .2px;
 	max-width: 550px;
 }
 .hero__mediawrap {
 	position: relative;
 	overflow: hidden;
 	-webkit-transition: background-color .5s ease;
 	transition: background-color .5s ease;
 }
 .hero__mediawrap:before {
 	content: "";
 	width: 100%;
 	height: 140px;
 	max-height: 100%;
 	background: #fff;
 	top: 0;
 	position: absolute;
 	left: 0;
 }
 @media screen and (min-width: 1850px) {
 	.hero__summary {
 		font-size: 20px;
 		line-height: 34px;
 		max-width: 650px;
 	}
 	.hero__mediawrap:before {
 		height: 170px;
 	}
 }
 @media screen and (max-width: 1200px) {
 	.hero__mediawrap:before {
 		height: 90px;
 	}
 }
 .hero__mediawrap--hide-bg {
 	background-color: transparent!important;
 }
 .hero__media {
 	-webkit-transition: margin .3s ease, padding .6s ease .1s, -webkit-transform .5s ease;
 	transition: margin .3s ease, padding .6s ease .1s, -webkit-transform .5s ease;
 	transition: transform .5s ease, margin .3s ease, padding .6s ease .1s;
 	transition: transform .5s ease, margin .3s ease, padding .6s ease .1s, -webkit-transform .5s ease;
 	opacity: 0;
 	-webkit-transform: scale(1.05) translateZ(0);
 	transform: scale(1.05) translateZ(0);
 }
 .hero__media-mask {
 	overflow: hidden;
 }
 .hero__media--full {
 	padding-top: 56.25%!important;
 }
 .hero__media.load {
 	opacity: 1;
 	-webkit-transform: scale(1) translateZ(0);
 	transform: scale(1) translateZ(0);
 }
 .hero__trigger {
 	position: relative;
 	top: 100px;
 }
 .hero__text {
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-box-align: end;
 	-ms-flex-align: end;
 	align-items: flex-end;
 	-webkit-box-pack: justify;
 	-ms-flex-pack: justify;
 	justify-content: space-between;
 	-webkit-transition: opacity .5s ease-in-out;
 	transition: opacity .5s ease-in-out;
 	opacity: 0;
 }
 .hero__text.fadein {
 	opacity: 1;
 }
 .hero__social {
 	fill: #000;
 	margin-bottom: -3px;
 	margin-right: -10px;
 }
 @media screen and (max-width: 1023px) {
 	.hero__text {
 		display: block;
 	}
 	.hero__social {
 		margin-top: 32px;
 		margin-bottom: 0;
 		text-align: right;
 	}
 }
 .hero__arrow {
 	margin: 10px;
 	height: 140px;
 	width: 140px;
 	position: absolute;
 	display: block;
 	left: 0;
 	z-index: 9;
 	overflow: hidden;
 	-webkit-transition: opacity .5s ease, margin-top .2s ease, -webkit-transform .5s ease;
 	transition: opacity .5s ease, margin-top .2s ease, -webkit-transform .5s ease;
 	transition: transform .5s ease, opacity .5s ease, margin-top .2s ease;
 	transition: transform .5s ease, opacity .5s ease, margin-top .2s ease, -webkit-transform .5s ease;
 }
 @media screen and (min-width: 1850px) {
 	.hero__arrow {
 		height: 170px;
 		width: 170px;
 	}
 }
 @media screen and (max-width: 1200px) {
 	.hero__arrow {
 		height: 90px;
 		width: 90px;
 	}
 }
 @media screen and (max-width: 767px) {
 	.hero__summary {
 		font-size: 17px;
 		line-height: 24px;
 	}
 	.hero__arrow {
 		display: none;
 	}
 }
 .hero__arrow--sticky {
 	top: 70px;
 	position: fixed;
 	z-index: 101;
 	-webkit-transform: translateZ(0);
 	transform: translateZ(0);
 }
 .hero__arrow--hide {
 	-webkit-transform: translateX(30px);
 	transform: translateX(30px);
 	opacity: 0;
 }
 .hero__arrow--hide.hero__arrow--down {
 	-webkit-transform: translateY(-30px);
 	transform: translateY(-30px);
 }
 .hero__arrow__wrap {
 	overflow: hidden;
 	padding-top: calc(50% - 24px);
 	position: absolute;
 	height: calc(100% - 20px);
 	width: calc(100% - 20px);
 }
 .hero__arrow--down .hero__arrow__wrap {
 	-webkit-transform: rotate(-90deg);
 	transform: rotate(-90deg);
 }
 .hero__arrow__wrap .arrow-link {
 	width: 100%;
 	height: 100%
 }
 .hero__arrow__wrap .arrow-link__arrow {
 	left: calc(50% - 16px);
 	overflow: visible!important;
 	width: 100%!important;
 }
 .smartFlash[data-v-0807cd28] {
 	-webkit-transform: translateY(70px);
 	transform: translateY(70px);
 	-webkit-transition: -webkit-transform .5s ease;
 	transition: -webkit-transform .5s ease;
 	transition: transform .5s ease;
 	transition: transform .5s ease, -webkit-transform .5s ease;
 }
 .smartFlash.delay-1[data-v-0807cd28] {
 	-webkit-transition-delay: .15s;
 	transition-delay: .15s;
 }
 .smartFlash.delay-2[data-v-0807cd28] {
 	-webkit-transition-delay: .3s;
 	transition-delay: .3s;
 }
 @media screen and (max-width: 767px) {
 	.smartFlash[data-v-0807cd28] {
 		-webkit-transform: translateY(40px);
 		transform: translateY(40px);
 		-webkit-transition-delay: 0ms!important;
 		transition-delay: 0ms!important;
 	}
 }
 .smartFlash.inView[data-v-0807cd28] {
 	-webkit-transform: translateY(0)!important;
 	transform: translateY(0)!important;
 }
 .cases-box__link-wrap[data-v-6c27f191] {
 	padding-right: 140px;
 }
 @media screen and (min-width: 1850px) {
 	.cases-box__link-wrap[data-v-6c27f191] {
 		padding-right: 170px;
 	}
 }
 @media screen and (max-width: 1200px) {
 	.cases-box__link-wrap[data-v-6c27f191] {
 		padding-right: 90px;
 	}
 }
 @media screen and (max-width: 767px) {
 	.cases-box__link-wrap[data-v-6c27f191] {
 		padding-right: 0;
 	}
 }
 .cases-box__link-wrap[data-v-6c27f191],
 h2[data-v-6c27f191] {
 	padding-left: 100px;
 }
 @media screen and (min-width: 1850px) {
 	.cases-box__link-wrap[data-v-6c27f191],
 	h2[data-v-6c27f191] {
 		padding-left: 120px;
 	}
 }
 @media screen and (max-width: 1200px) {
 	.cases-box__link-wrap[data-v-6c27f191],
 	h2[data-v-6c27f191] {
 		padding-left: 60px;
 	}
 }
 @media screen and (max-width: 768px) {
 	.cases-box__link-wrap[data-v-6c27f191],
 	h2[data-v-6c27f191] {
 		padding-left: 45px;
 	}
 }
 @media screen and (max-width: 767px) {
 	.cases-box__link-wrap[data-v-6c27f191],
 	h2[data-v-6c27f191] {
 		padding-left: 30px;
 	}
 }
 @media screen and (max-width: 350px) {
 	.cases-box__link-wrap[data-v-6c27f191],
 	h2[data-v-6c27f191] {
 		padding-left: 15px;
 	}
 }
 h2[data-v-6c27f191] {
 	padding-right: 100px;
 }
 @media screen and (min-width: 1850px) {
 	h2[data-v-6c27f191] {
 		padding-right: 120px;
 	}
 }
 @media screen and (max-width: 1200px) {
 	h2[data-v-6c27f191] {
 		padding-right: 60px;
 	}
 }
 @media screen and (max-width: 768px) {
 	h2[data-v-6c27f191] {
 		padding-right: 45px;
 	}
 }
 @media screen and (max-width: 767px) {
 	h2[data-v-6c27f191] {
 		padding-right: 30px;
 	}
 }
 @media screen and (max-width: 350px) {
 	h2[data-v-6c27f191] {
 		padding-right: 15px;
 	}
 }
 .cases-box[data-v-6c27f191] {
 	padding-bottom: 0px;
 }
 .cases-box__link-wrap[data-v-6c27f191] {
 	margin-top: -30px;
 	margin-bottom: 60px;
 }
 @media screen and (max-width: 767px) {
 	.cases-box__link-wrap[data-v-6c27f191] {
 		margin-top: -10px;
 		margin-bottom: 40px;
 	}
 }
 .cases-box__link-wrap.forward[data-v-6c27f191] {
 	margin-bottom: 40px;
 	text-align: right;
 }
 @media screen and (max-width: 767px) {
 	.cases-box__link-wrap.forward[data-v-6c27f191] {
 		text-align: left;
 	}
 }
 .cases-box__wrapper[data-v-6c27f191] {
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 }
 .cases-box__item[data-v-6c27f191] {
 	-webkit-box-flex: 1;
 	-ms-flex: 1;
 	flex: 1;
 	max-width: 33.33%;
 	/*/min-width: 33.33%/*/
 }
 @media screen and (max-width: 1023px) {
 	.cases-box__item[data-v-6c27f191] {
 		max-width: 50%;
 		min-width: 50%
 	}
 }
 @media screen and (max-width: 1023px) {
 	.cases-box__item[data-v-6c27f191]:last-child:nth-child(odd) {
 		position: absolute;
 		left: -3000px;
 	}
 }
 h2[data-v-6c27f191] {
 	font-family: Maitree, serif;
 	font-weight: 300;
 	font-size: 48px;
 	line-height: 60px;
 	margin-bottom: 20px;
 }
 @media screen and (min-width: 1850px) {
 	h2[data-v-6c27f191] {
 		font-size: 58px;
 		line-height: 72px;
 	}
 }
 @media screen and (max-width: 1024px) {
 	h2[data-v-6c27f191] {
 		font-size: 43px;
 	}
 }
 @media screen and (max-width: 767px) {
 	h2[data-v-6c27f191] {
 		font-size: 28px;
 		line-height: 32px;
 		margin-bottom: 30px;
 	}
 }
 .case-item .cropimage {
 	opacity: 0;
 	-webkit-transform: scale(1.075);
 	transform: scale(1.075);
 	-webkit-transition: all .5s ease;
 	transition: all .5s ease;
 }
 .case-item .case-item__imagewrap.invue .cropimage {
 	opacity: 1;
 	-webkit-transform: scale(1);
 	transform: scale(1);
 }
 .case-item__info .case-item__description,
 .case-item__info .case-item__title {
 	display: block;
 	opacity: 0;
 	-webkit-transform: translateY(110%);
 	transform: translateY(110%);
 	-webkit-transition: opacity .3s ease .1s, -webkit-transform .5s ease;
 	transition: opacity .3s ease .1s, -webkit-transform .5s ease;
 	transition: transform .5s ease, opacity .3s ease .1s;
 	transition: transform .5s ease, opacity .3s ease .1s, -webkit-transform .5s ease;
 }
 .case-item__info.invue .case-item__description,
 .case-item__info.invue .case-item__title {
 	-webkit-transform: translateY(0);
 	transform: translateY(0);
 	opacity: 1;
 }
 .case-item {
 	color: #000;
 	position: relative;
 	overflow: hidden;
 }
 @media screen and (max-width: 1024px) {
 	.case-item {
 		padding-bottom: 70px;
 	}
 }
 @media screen and (max-width: 767px) {
 	.case-item {
 		padding-bottom: 40px;
 	}
 }
 .case-item__imagewrap {
 	overflow: hidden;
 	margin-bottom: 10px;
 	position: relative;
 }
 @media screen and (max-width: 767px) {
 	.case-item__imagewrap {
 		margin-bottom: 16px;
 	}
 }
 .case-item__imagewrap__hover {
 	content: "";
 	position: absolute;
 	top: 0;
 	left: 0;
 	bottom: 0;
 	right: 0;
 	opacity: 0;
 	-webkit-transition: opacity .3s ease;
 	transition: opacity .3s ease;
 	z-index: 1;
 }
 .case-item:hover .case-item__imagewrap__hover {
 	opacity: .2;
 }
 @media (hover: none) {
 	.case-item:hover .case-item__imagewrap__hover {
 		-webkit-transform: none;
 		transform: none;
 	}
 }
 .case-item__image {
 	width: calc(100% + 1px);
 	padding-top: 108%;
 	-webkit-transition: background-color .3s ease .5s, -webkit-transform .3s ease!important;
 	transition: background-color .3s ease .5s, -webkit-transform .3s ease!important;
 	transition: transform .3s ease, background-color .3s ease .5s!important;
 	transition: transform .3s ease, background-color .3s ease .5s, -webkit-transform .3s ease!important;
 	-webkit-transform: translateZ(0) scale(1.01);
 	transform: translateZ(0) scale(1.01);
 }
 .case-item:hover .case-item__image {
 	-webkit-transform: translateZ(0) scale(1.1);
 	transform: translateZ(0) scale(1.1);
 }
 @media (hover: none) {
 	.case-item:hover .case-item__image {
 		-webkit-transform: none;
 		transform: none;
 	}
 }
 .case-item__image__overlay {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 0;
 	opacity: 1;
 	-webkit-transition: height .4s cubic-bezier(1, 0, 1, 1);
 	transition: height .4s cubic-bezier(1, 0, 1, 1);
 }
 .case-item__title {
 	font-family: Maitree, serif;
 	font-weight: 300;
 	font-size: 24px;
 	text-align: center;
 	line-height: 27px;
 	letter-spacing: -.22px;
 	margin: 10px 0 15px 0;
 	padding-bottom: 2px;
 }
 @media screen and (min-width: 1850px) {
 	.case-item__title {
 		font-size: 31px;
 		line-height: 32px;
 	}
 }
 @media screen and (max-width: 1200px) {
 	.case-item__title {
 		font-size: 22px;
 		line-height: 24px;
 	}
 }
 @media screen and (max-width: 768px) {
 	.case-item__title {
 		font-size: 18px;
 		line-height: 22px;
 	}
 }
 @media screen and (max-width: 767px) {
 	.case-item__title {
 		padding-left: 30px;
 		padding-right: 0;
 	}
 }
 @media screen and (max-width: 350px) {
 	.case-item__title {
 		padding-left: 15px;
 	}
 }
 .case-item__description {
 	font-family: Graphik Web, sans-serif;
 	font-weight: 300;
 	font-size: 14px;
 	line-height: 22px;
 	letter-spacing: .5px;
	display: inline-block;
 	opacity: .7;
 	margin: 8px 0 0 0;
 	color: #020202;
 	text-align: center;
 	padding-bottom: 5px;
 	position: relative;
 }
 @media screen and (min-width: 1850px) {
 	.case-item__description {
 		font-size: 15px;
 		line-height: 25px;
 	}
 }
 @media screen and (max-width: 767px) {
 	.case-item__description {
 		padding-left: 30px;
 		padding-right: 0;
 		white-space: nowrap;
 		overflow: hidden;
 	}
 	.case-item__description:after {
 		content: "";
 		position: absolute;
 		height: 100%;
 		width: 40px;
 		background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(70%, #fff));
 		background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 70%);
 		right: 0;
 		top: 0;
 	}
 }
 @media screen and (max-width: 350px) {
 	.case-item__description {
 		padding-left: 15px;
 	}
 }
 .case-item__link:before {
 	content: "";
 	position: absolute;
 	top: 0;
 	left: 0;
 	bottom: 0;
 	right: 0;
 	z-index: 1;
 }
 .case-item__info {
 	overflow: hidden;
	margin-top: 10px;
 }
 .case-item .case-item__imagewrap.invue .case-item__image__overlay {
 	height: 100%
 }
 @media screen and (max-width: 1023px) {
 	.case-item:nth-child(odd) .cropimage {
 		-webkit-transition-delay: .5s;
 		transition-delay: .5s;
 	}
 	.case-item:nth-child(2n+2) .case-item__description,
 	.case-item:nth-child(2n+2) .case-item__image__overlay,
 	.case-item:nth-child(2n+2) .case-item__title {
 		-webkit-transition-delay: .15s;
 		transition-delay: .15s;
 	}
 	.case-item:nth-child(2n+2) .cropimage {
 		-webkit-transition-delay: .7s;
 		transition-delay: .7s;
 	}
 }
 @media screen and (min-width: 1024px) {
 	.case-item:nth-child(3n+1) .cropimage {
 		-webkit-transition-delay: .5s;
 		transition-delay: .5s;
 	}
 	.case-item:nth-child(3n+2) .case-item__description,
 	.case-item:nth-child(3n+2) .case-item__image__overlay,
 	.case-item:nth-child(3n+2) .case-item__title {
 		-webkit-transition-delay: .15s;
 		transition-delay: .15s;
 	}
 	.case-item:nth-child(3n+2) .cropimage {
 		-webkit-transition-delay: .7s;
 		transition-delay: .7s;
 	}
 	.case-item:nth-child(3n+3) .case-item__description,
 	.case-item:nth-child(3n+3) .case-item__image__overlay,
 	.case-item:nth-child(3n+3) .case-item__title {
 		-webkit-transition-delay: .3s;
 		transition-delay: .3s;
 	}
 	.case-item:nth-child(3n+3) .cropimage {
 		-webkit-transition-delay: .9s;
 		transition-delay: .9s;
 	}
 }
 .bg[data-v-5f661d12] {
 	position: relative;
 	overflow: hidden;
 	-webkit-transition: background-color .3s ease .5s;
 	transition: background-color .3s ease .5s;
 }
 .bg.loaded[data-v-5f661d12] {
 	opacity: 1;
 	background-color: transparent!important;
 }
 .image__mask[data-v-5f661d12] {
 	position: absolute;
 	top: 0;
 	bottom: 0;
 	width: 100%;
 	right: 0;
 	z-index: 2;
 	-webkit-transform: translateZ(0);
 	transform: translateZ(0);
 }
 .cropimage[data-v-5f661d12] {
 	width: 100%;
 	height: 100%;
 	position: absolute;
 	top: 0;
 	left: 0;
 	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: 50%
 }
 .image-fade-enter-active[data-v-5f661d12],
 .image-fade-leave-active[data-v-5f661d12] {
 	-webkit-transition: all .4s;
 	transition: all .4s;
 }
 .image-fade-enter[data-v-5f661d12],
 .image-fade-leave-to[data-v-5f661d12] {
 	opacity: 0;
 }
 .mask-fade-enter-active[data-v-5f661d12],
 .mask-fade-leave-active[data-v-5f661d12] {
 	-webkit-transition: all .2s ease-out .1s;
 	transition: all .2s ease-out .1s;
 }
 .mask-fade-enter[data-v-5f661d12],
 .mask-fade-leave-to[data-v-5f661d12] {
 	width: 0;
 }
 .inlineimage[data-v-5f661d12] {
 	width: 100%;
 	height: auto;
 	vertical-align: bottom;
 }
 
.khalbg{
	background: #fafad2;
}
.speclbg{
	background: #faebd7;
}
.foreground-square{
	position: absolute;
	z-index: -1;
	width: 100%;
	left: 0;
	display: block;
	bottom: 0;
}
.our-facilts{
	top:55%;
}
 /*custom with media
 @media (min-width: 1200px){
	.foot-cont{
		left: 2.5%;
	}
 }
 @media (min-width: 1280px){
	.container {
		width: 80%;
		margin: 0 auto;
	}
	.foot-cont{
		left: 10%;
	}
	 
 }*/
 
 