@font-face {
    font-family: Helvetica Neue LT W01_35 Thin;
    src: url("../fonts/d63f77e2-a23d-496f-bc30-c61c7a689aa6.eot?#iefix");
    src: url("../fonts/d63f77e2-a23d-496f-bc30-c61c7a689aa6.eot?#iefix") format("eot"), url("../fonts/4ff9f3fa-9221-4fc5-97e6-93572b6efa24.woff2") format("woff2"), url("../fonts/ca8d25cd-e264-4404-b271-4afc45c779c4.woff") format("woff"), url("../fonts/e8f8260f-dbee-4daa-81a4-0e415715c569.ttf") format("truetype"), url("../fonts/307413a4-d77e-4111-8ba5-e3b7d1e7c160.svg#307413a4-d77e-4111-8ba5-e3b7d1e7c160") format("svg")
}

@font-face {
    font-family: Helvetica Neue LT W01_41488878;
    src: url("../fonts/wp-content/themes/tha_2017/assets/fonts/1b950d2a-907a-4888-8056-0d44e8e86338.eot?#iefix");
    src: url("../fonts/wp-content/themes/tha_2017/assets/fonts/1b950d2a-907a-4888-8056-0d44e8e86338.eot?#iefix") format("eot"), url("../fonts/3a46542f-f429-4821-9a88-62e3be54a640.woff2") format("woff2"), url("../fonts/50ac1699-f3d2-47b6-878f-67a368a17c41.woff") format("woff"), url("../fonts/0be5590f-8353-4ef3-ada1-43ac380859f8.ttf") format("truetype"), url("../fonts/82a4e1c2-7ffd-4c58-86fa-4010a6723c8e.svg#82a4e1c2-7ffd-4c58-86fa-4010a6723c8e") format("svg")
}

@font-face {
    font-family: Helvetica Neue LT W01_55 Roman;
    src: url("../fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix");
    src: url("../fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot"), url("../fonts/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"), url("../fonts/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff") format("woff"), url("../fonts/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf") format("truetype"), url("../fonts/5101995a-e73b-4cf9-84e8-f99eb43277b1.svg#5101995a-e73b-4cf9-84e8-f99eb43277b1") format("svg")
}


article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}



body {
	--color-text: #000;
    --color-bg: #eeeeee;
    --color-link: #000;
    --color-link-hover: #272526;
    --color-info: #272526;
    --grid-item-bg: #f7f7f7;
    --color-close: #ec1752;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Helvetica Neue LT W01_41488878;
    font-weight: 200;
    letter-spacing: .07em;
	line-height:140%;
	min-height: 100vh;
	color: var(--color-text);
	background-color: #fff;
	background-color: var(--color-bg);
}

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
}

p{padding-bottom: 30px; }
.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

main {
	position: relative;
}

.frame {
	position: relative;
	padding: 1.5rem 2.5rem;
}

.frame a:hover {
	color: #4c33f7;
}


/* ================ grid ================ */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.gutters {
  -ms-flex: 0 0 6%;
  flex: 0 0 6%;
  max-width: 6%;
}

.col-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
}

.col-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  -ms-flex: 0 0 29.33%;
  flex: 0 0 29.33%;
  max-width: 29.33%;
}

.grid-wrap {
	position: relative;
	width:100%;
	margin: 0 auto;
	padding: 6rem 1rem 0;
}

.grid-wrap--hidden {
	height: auto;
	overflow:hidden;
}

.grid-wrap--hidden2 {
	height: 0;
	overflow:hidden;
}

.grid {
	margin: 0 auto;
	position: relative;
	display: none;
}

.js .grid {
	display: block;
}

.grid__item {
	width: calc(100% - 40px);
	position: relative;
	padding: 0;
	margin: 0 20px 5rem 20px;
}

.grid__item-wrap {
	position: relative;
}

.grid__item-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--grid-item-bg);
}

.grid__item-img {
	pointer-events: none;
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	outline: 1px solid transparent;
}

.grid__item:nth-child(even) .grid__item-img {
	transform: rotate3d(0,0,0,0deg);
}

.grid__item:nth-child(odd) .grid__item-img {
	transform: rotate3d(0,0,0,0deg);
}

.grid__item-title {
	font-weight:200;
	font-size: 11px;
	position: absolute;
	left: 0;
	bottom: -30px;
	margin: 0 0 0 0;
	text-transform: uppercase;
	pointer-events: none;
}

.grid__item-number {
	font-weight:200;
	font-size: 11px;
	position: absolute;
	left: 0;
	bottom: -46px;
	margin: 0 ;
	text-transform: uppercase;
	width: 100%;
	pointer-events: none;
}

.grid__item-number > span {
	display: inline-block;
}

/* Hover flash effect for grid items */
.grid__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 10;
}

/* Apply filter to image wrapper to avoid positioning issues */
.grid__item-wrap {
	filter: brightness(1.0);
	transition: filter 0.6s ease-out;
}

.grid__item:hover .grid__item-wrap {
	filter: brightness(1.0);
	transition: filter 0s;
	animation: bright-flash 0.2s linear;
}

@keyframes bright-flash {
	0% {
		filter: brightness(2.5);
	}
	50% {
		filter: brightness(1.25);
	}
	100% {
		filter: brightness(1.0);
	}
}

.content {
	margin: 0 auto;
	grid-template-columns: 100%;
	grid-template-rows: 100%;
	align-items: center;
	pointer-events: none;
}

.js .content {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.content__item {
	padding: 10rem 5vw 10rem;
	grid-area: 1 / 1 / 1 / 1;
}

.js .content__item {
	height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
}

.js .content__item--current {
	height: auto;
	opacity: 1;
	padding: 3rem 0 10rem;
	pointer-events: auto;
}

.content__item-intro {
	position: relative;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 100%;
	align-items: center;
}

.content__item-img {
	position: relative;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	grid-area: 1 / 1 / 1 / 1;
}

.js .content__item-img {
	visibility: hidden;
}
.content__item-title {
	position: relative;
	font-size: 7vw;
	line-height: 1;
	text-align: center;
	margin: 0;
	padding: 0 5vw;
	white-space: nowrap;
	grid-area: 1 / 1 / 1 / 1;
}

.content__item-title > span {
	white-space: pre;
	display: inline-block;
}

h3 {
	font-weight: 100;
}
.content__item-subtitle {
	font-family: Helvetica Neue LT W01_35 Thin;
	font-size: 42px;
	letter-spacing: .06em;
	line-height: 1.4em;
	margin-top: 6%;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	/*margin-right:auto;
	margin-left:auto;*/
}

.content__item-text {
	text-align:left;
	max-width: 1120px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	text-transform: none;
}

.content__item-text p {
	margin: 0;
}

.content__close {
	position:fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #fff;
	border: 0;
	margin: 0;
	padding: 16px;
	cursor: pointer;
	color: var(--color-text);
	display: block;
	width:100%;
}

.content__close:focus {
	outline: none;
}

.content__item--current ~ .content__close {
	pointer-events: auto;
}

.content__indicator {
	position: absolute;
	top: calc(100vh - 6rem);
	left: calc(50% - 0.75rem);
	display: none;
}

.js .content__item-title > span,
.js .content__item-subtitle,
.js .content__item-text,
.content__close,
.content__indicator {
	opacity: 0;
}
.images-100 {width:100%}


/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */

.homevideo {
	width: 100%;
}


/* ------------------------------------------------------------------- 
 * ## Mobile-specific fixes for content overflow
 * ------------------------------------------------------------------- */

@media screen and (max-width: 55em) {
	.js .content {
		height: 100vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.js .content__item--current {
		height: 100vh;
		overflow-y: auto;
		padding: 56px 0 50px 0;
		box-sizing: border-box;
		display: inline-block;
	}
	
	.content__close {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1001;
		background: rgba(255, 255, 255, 0.95);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
}


@media screen and (min-width: 55em) {
	.frame {
		display: grid;
		align-items: start;
		justify-items: start;
		grid-template-columns: 40% 60%;
		grid-template-areas: 'title header';
	}
	.codrops-header {
		grid-area: header;
		justify-self: end;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		align-items: center;
		text-align: left;
	}
	.codrops-links {
		margin: 0 0 0 1.5rem;
	}
	.title {
		grid-area: title;
		display: flex;
		text-align: left;
	}
	.title__sub {
		position: relative;
		padding: 0 0 0 5rem;
		margin: 0 0 0 1rem;
	}
	.title__sub::before {
		content: '';
		height: 1px;
		width: 4rem;
		background: currentColor;
		position: absolute;
		top: 0.65rem;
		left: 0;
	}
	.title__sub-works {
		display: block;
	}
	.grid-wrap {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	padding: 4rem 1rem 0;
}
	.grid__item {
	width: 360px;
	position: relative;
	padding: 0;
	margin-bottom: 5rem;
}

	.grid__item-number {
		right: -2.0rem;
	}
	.grid__item-title {
		margin-left: 0rem;
	}
	.content__item-subtitle {
		font-size: 3vw;
	}
	.content__item-text {
  		column-count: 1;
  		column-gap: 20px;
		width: 1120px;
		padding: 0 15px;
  	}
	
	.content__item-img {
		width: 100%;
		height: 100%;
	}
	.content__item-subtitle {
		max-width: 100%;
	}
	.content__indicator {
		display: block;
	}
}
