/* -------------------------------------------------------------- Chakra Petch */

/* chakra-petch-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/chakra-petch-v11-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chakra-petch-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/chakra-petch-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chakra-petch-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/chakra-petch-v11-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chakra-petch-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/chakra-petch-v11-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chakra-petch-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/chakra-petch-v11-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* -------------------------------------------------------------- Variables */

:root {
	--transparant: rgba(0,0,0,0);
	--focusblack: #101012;
	--black: #080809;
	--black25: rgba(8,8,9,.25);
	--black40: rgba(8,8,9,.4);
	--black80: rgba(8,8,9,.8);
	--black95: rgba(8,8,9,.95);
	--white: #f5f5f5;
	--lightgrey: #d0d0d3;
	--mediumgrey: #88888c;
	--grey: #606069;
	--focusgrey: #343446;
	--darkgrey: #262633;
	--ultragrey: #14141b;
	--orange: #ff9000;
	--orange25: rgba(255,144,0,.25);
	--orange40: rgba(255,144,0,.4);
	--green: #10d66d;
	--green25: rgba(16,214,109,.25);
	--green40: rgba(16,214,109,.4);
	--yellow: #ffb70b;
	--lightblue: #dce3ff;
	--blue: #1f166f;
	--brightred: #e72828;
	--brightred25: rgba(231,40,40,.25);
	--red: #b00019;
	--border-radius-large: 8px;
	--border-radius-medium: 4px;
	--border-radius-small: 2px;
	--font-size-micro: .6rem;
	--font-size-mini: .7rem;
	--font-size-ultrasmall: .8rem;
	--font-size-extrasmall: .85rem;
	--font-size-small: .9rem;
	--font-size-standard: .95rem;
	--font-size-base: 1rem;
	--font-size-medium: 1.1rem;
	--font-size-focus: 1.2rem;
	--font-size-large: 1.4rem;
	--font-size-extralarge: 1.8rem;
	--fadegradient: linear-gradient(to bottom, rgba(8,8,9,0) 0%,rgba(8,8,9,.75) 50%,rgba(8,8,9,1) 100%);
	--floatshadow: 0 4px 20px rgba(8,8,9,.6);
}

/* -------------------------------------------------------------- CSS Reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, h7, p, a, img, strong, b, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,li {
	list-style: none;
}

body {
	line-height: 1;
}

* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;-webkit-tap-highlight-color: rgba(0,0,0,0);
}

html, *, *:before, *:after {
	   -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* :focus {outline: none;}

*, * :active {
	-webkit-tap-highlight-color: rgba(0,0,0,0.05);
}

/* -------------------------------------------------------------- Body */

html, body {
	height: 100%;
}

html {
	  overflow-y: scroll; 
}

body {
	-webkit-text-size-adjust: none;
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1em;
	width: 100%;
	color: var(--white);
	background-color: var(--black);
	text-rendering: optimizeLegibility;
	font-variant-ligatures: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------------------------------- Fonts */

h1,h2,h3,h4,h5 {
	float: left;
	width: 100%;
	line-height: 1.1em;
}

h1 {
	margin: 0 0 20px 0;
	font-size: var(--font-size-focus);
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--white);
}

h2 {
	margin: 0 0 4px 0;
	font-size: var(--font-size-large);
	font-weight: 600;
	line-height: 1.1em;
	color: var(--white);
}

h3 {
	margin: 0 0 14px 0;
	font-size: var(--font-size-medium);
	color: var(--white);
}

h4 {
	margin: 0 0 8px 0;
	font-size: var(--font-size-mini);
	text-transform: uppercase;
	letter-spacing: .1em;
}

h5 {
	margin: 0 0 8px 0;
	font-size: var(--font-size-ultrasmall);
	text-transform: uppercase;
	letter-spacing: .1em;
}

b,strong {
	font-weight: 600;
}

p {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 14px 0;
	font-size: var(--font-size-standard);
	line-height: 1.25em;
	color: var(--mediumgrey);
	word-wrap: break-word;
	overflow-wrap: break-word;
}

ul {
	float: left;
	width: calc(100% - 40px);
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 14px 40px;
	word-wrap: break-word;
}

li {
	float: left;
	width: 100%;
	list-style-position: outside;
	list-style-type: disc;
	font-weight: 500;
	font-size: var(--font-size-standard);
	line-height: 1.25em;
	color: var(--mediumgrey);
}

del {
	text-decoration: line-through;
}

a,a:active,a:visited {
	text-decoration: none;
	color: var(--orange);
	transition: all .2s;
}

a:hover {
	color: var(--yellow);
}

::-webkit-input-placeholder {
	color:var(--mediumgrey);
}

::-moz-placeholder {
	color:var(--mediumgrey);
}

:-ms-input-placeholder {
	color:var(--mediumgrey);
}

input:-moz-placeholder {
	color:var(--mediumgrey);
}

input,
button,
textarea {
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	background-color: var(--black25);
}

@media (max-width: 800px) {
	h1 {
		font-size: var(--font-size-small);
	}
	
	h2 {
		font-size: var(--font-size-focus);
	}
	
	h3 {
		font-size: var(--font-size-base);
	}
	
	h5 {
		font-size: var(--font-size-mini);
	}
	
	p {
		font-size: var(--font-size-small);
	}
	
	li {
		font-size: var(--font-size-small);
	}
}

/* -------------------------------------------------------------- BTC */

.btc {
	font-size: .9em;
	letter-spacing: .05em;
	line-height: 1em;
	color: var(--mediumgrey);
}

.price-data {
	letter-spacing: .05em;
}

/* -------------------------------------------------------------- Site */

.site {
	position: relative;
	float: left;
	width: 100%;
	min-height: 100%;
	padding: 90px 0 0 0;
}

@media (max-width: 800px) {
	.site {
		padding: 66px 0 0 0;
	}
}

/* -------------------------------------------------------------- Light */

.light {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: #181857;
	background: linear-gradient(to bottom, rgba(38,38,48,1) 0%,rgba(0,0,0,0) 100%);
	z-index: -1;
}

@media (max-width: 800px) {
	.light {
		height: 150px;
	}
}

/* -------------------------------------------------------------- Section */

section {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 60px 0;
}

@media (max-width: 800px) {
	section {
		margin: 0 0 40px 0;
	}
}

/* -------------------------------------------------------------- Holder */

.holder {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
	padding: 0 40px 0 40px;
}

.intro .holder {
	max-width: 880px;
}

@media (max-width: 800px) {
	.holder {
		max-width: 100%;
		padding: 0 14px 0 14px;
	}
}

/* -------------------------------------------------------------- Header */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 10px 40px 10px 40px;
	background: var(--black95);
	z-index: 9998;
}

.nav {
	float: right;
}

.nav a,.nav a:active,.nav a:visited,
.nav-item {
	float: left;
	padding: 0 14px 0 14px;
	font-size: var(--font-size-mini);
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--lightblue);
	cursor: pointer;
	transition: all .2s;
}

.nav a:hover,
.nav-item:hover {
	color: var(--yellow);
}

.socials {
	float: right;
	margin: 0 -14px 0 0;
}

.socials a,.socials a:active,.socials a:visited {
	float: left;
	padding: 0 14px 0 14px;
	font-size: var(--font-size-mini);
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--lightblue);
	cursor: pointer;
	transition: all .2s;
}

.socials-title {
	display: none;
}

.socials i {
	line-height: 40px;
}

.socials a:hover {
	color: var(--yellow);
}

@media (max-width: 800px) {
	header {
		width: 100%;
		height: 46px;
		padding: 8px 14px 8px 14px;
		overflow: hidden;
		transition: height 0.5s ease;
	}
	
	header.open {
		height: 100%;
		opacity: 1;
	}
	
	.nav {
		opacity: 0;
	}
	
	.nav.open {
		float: left;
		width: 100%;
		margin: 20px 0 0 0;
		transition: opacity 250ms ease;
		transition-delay: 250ms;
		opacity: 1;
	}
	
	.nav a,.nav a:active,.nav a:visited,
	.nav-item {
		width: 100%;
		padding: 15px 0 15px 0;
		font-size: var(--font-size-medium);
		line-height: 1em;
		text-align: center;
		border-bottom: 1px solid var(--darkgrey);
	}
	
	.socials {
		opacity: 0;
	}
	
	.socials.open {
		float: left;
		width: 100%;
		transition: opacity 250ms ease;
		transition-delay: 250ms;
		opacity: 1;
	}
	
	.socials a,.socials a:active,.socials a:visited {
		float: left;
		width: 50%;
		padding: 15px 0 15px 0;
		line-height: 1em;
		text-align: center;
		border-bottom: 1px solid var(--darkgrey);
	}
	
	.socials-title {
		display: block;
		width: 100%;
		margin: 10px 0 0 0;
		font-size: var(--font-size-micro);
		text-transform: uppercase;
		letter-spacing: .05em;
		text-align: center;
	}
	
	.socials i {
		font-size: var(--font-size-medium);
		line-height: 1em;
	}
}

/* -------------------------------------------------------------- Logo */

.logo a, .logo a:active, .logo a:visited {
	position: relative;
	float: left;
	height: 40px;
	padding: 0 0 0 44px;
	font-size: var(--font-size-ultrasmall);
	text-transform: uppercase;
	letter-spacing: .15em;
	color: var(--white);
	line-height: 40px;
	overflow: hidden;
	background: -webkit-linear-gradient(#ffff77, #f1982a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (max-width: 800px) {
	.logo a, .logo a:active, .logo a:visited {
		height: 30px;
		padding: 0 0 0 44px;
		font-size: var(--font-size-mini);
		line-height: 30px;
	}
}

/* -------------------------------------------------------------- Icon */

.icon {
	position: absolute;
	top: 8px;
	left: 0;
	width: 28px;
	height: 24px;
	background-image: url(img/ordinal.png) !important;
	background-image: url(img/ordinal.svg), linear-gradient(transparent, transparent) !important;
	background-size: cover !important;
}

@media (-webkit-min-device-pixel-ratio: 2) {
	.icon {
		background-image: url(img/ordinal.png) !important;
		background-image: url(img/ordinal.svg), linear-gradient(transparent, transparent) !important;
		background-size: cover !important;
	}
}

@media (max-width: 800px) {
	.icon {
		top: 3px;
	}
}

/* -------------------------------------------------------------- Hamburger */

.hamburger {
	position: absolute;
	display: none;
	top: 3px;
	right: 4px;
	width: 44px;
	height: 40px;
	font: inherit;
	overflow: visible;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .2s;
	transition-property: opacity,filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
	z-index: 9999;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 9px;
}

.hamburger-inner {
	top: 50%;
	display: block;
}

.hamburger-inner:after,.hamburger-inner:before {
	position: absolute;
	width: 24px;
	height: 1px;
	transition-timing-function: ease;
	transition-duration: .2s;
	transition-property: transform;
}

.hamburger-inner:after,.hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger:hover .hamburger-inner,.hamburger:hover .hamburger-inner:after,.hamburger:hover .hamburger-inner:before,
.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
	background-color: #fff;
}

.hamburger.is-active:hover .hamburger-inner,.hamburger.is-active:hover .hamburger-inner:after,.hamburger.is-active:hover .hamburger-inner:before,
.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before {
	background-color: #fff;
}

.hamburger-inner:before {
	top: 0px;
}

.hamburger-inner:after {
	bottom: 0px;
}

.hamburger--squeeze .hamburger-inner:before {
	  transition: top 50ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

.hamburger--squeeze .hamburger-inner:after {
	  transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
	top: 4px;
	  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
	  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:after {
	  bottom: 4px;
	  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
	  transform: rotate(-45deg);
}

@media (max-width: 800px) {
	.hamburger {
		display: block;
	}
}

/* -------------------------------------------------------------- Intro */

.intro {
	position: relative;
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
	text-align: center;
}

.intro .holder {
	width: 80%;
}

.intro h1 {
	font-size: var(--font-size-extralarge);
	text-transform: none;
	letter-spacing: .02em;
}

.intro h4 {
	font-size: var(--font-size-extrasmall);
	color: var(--lightblue);
}

@media (max-width: 800px) {
	.intro {
		padding: 28px 0 28px 0;
	}
	
	.intro h1 {
		font-size: var(--font-size-large);
	}
	
	.intro h4 {
		font-size: var(--font-size-mini);
	}
}

/* -------------------------------------------------------------- Tabs */

.tabs {
	float: left;
	width: 100%;
	margin: 0 0 8px 0;
	text-align: center;
}

.tab a,.tab a:active,.tab a:visited {
	display: inline-block;
	margin: 0 4px 0 4px;
	padding: 4px 8px 4px 8px;
	font-size: var(--font-size-extrasmall);
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--lightblue);
	border: 1px solid var(--lightblue);
	border-radius: var(--border-radius-medium);
}

.tabs a,.tabs a:active,.tabs a:visited {
	display: inline-block;
	margin: 0 4px 0 4px;
	font-size: var(--font-size-extrasmall);
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--lightblue);
}

.tabs a:hover {
	color: var(--yellow);
}

@media (max-width: 800px) {	
	.tab,
	.tabs a,.tabs a:active,.tabs a:visited {
		font-size: var(--font-size-mini);
	}
}

/* -------------------------------------------------------------- Items */

.collection {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}

.items-small {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: 1fr;
	grid-gap: 8px;
	margin: 0 0 30px 0;
}

.items-medium {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: 1fr;
	grid-gap: 8px;
	margin: 0 0 30px 0;
}

.items-large {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	grid-gap: 8px;
	margin: 0 0 30px 0;
}

.item {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--darkgrey);
	background-color: var(--black40);
	border-radius: var(--border-radius-large);
}

.item-more a,.item-more a:active,.item-more a:visited {
	position: absolute;
	top: 6px;
	right: 6px;
	padding: 8px;
	color: var(--lightblue);
	background-color: var(--black40);
	border-radius: var(--border-radius-small);
}

.item-more a i {
	font-size: var(--font-size-medium);
	line-height: 1em;
}

.item-more a:hover {
	color: var(--yellow);
}

.item.links {
	padding: 0 0 38px 0;
}

.item-detail {
	float: left;
	width: 100%;
	margin: 0 0 4px 0;
	font-size: var(--font-size-mini);
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--mediumgrey);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.item-content {
	float: left;
	width: 100%;
	padding: 14px;
}

.item-content h2 {
	margin: 0 0 4px 0;
	font-size: var(--font-size-focus);
	overflow-wrap: break-word; 
}

.item-content h3 {
	margin: 0;
	font-size: var(--font-size-extrasmall);
	overflow-wrap: break-word; 
}

.item-content h3 a,.item-content h3 a:active,.item-content h3 a:visited {
	color: var(--white);
}

.item-content h3 a:hover {
	color: var(--yellow);
}

.item-desc p {
	float: left;
	width: 100%;
	margin: 4px 0 0 0;
	font-size: var(--font-size-extrasmall);
	line-height: 1.4em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.item-links {
	float: left;
	width: 100%;
	margin: -10px 0 20px 0;
}

.links .item-links {
	position: absolute;
	right: 14px;
	bottom: 14px;
	left: 14px;
	margin: 0;
}

.item-links a,.item-links a:active,.item-links a:visited {
	float: left;
	margin: 0 4px 0 0;
	padding: 0 8px 0 8px;
	font-weight: 500;
	font-size: var(--font-size-mini);
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: var(--lightgrey);
	background-color: var(--darkgrey);
	border-radius: var(--border-radius-small);
}

.item-links a i {
	font-size: var(--font-size-extrasmall);
	line-height: 24px;
}

.item-links a:hover {
	color: var(--darkgrey);
	background-color: var(--yellow);
}

.item img {
	width: 100%;
	aspect-ratio : 1 / 1;
	object-fit: cover;
	display: block;
}

@media (max-width: 1500px) and (min-width: 1101px) {
	.items-small {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.items-medium {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.items-large {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.item-content h2 {
		font-size: var(--font-size-medium);	
	}
	
	.item-content h3 {
		font-size: var(--font-size-ultrasmall);
	}
}

@media (max-width: 1100px) and (min-width: 801px) {
	.items-small {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.items-medium {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.items-large {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.item-content h2 {
		font-size: var(--font-size-base);	
	}
	
	.item-content h3 {
		font-size: var(--font-size-ultrasmall);
	}
}

@media (max-width: 800px) and (min-width: 481px) {
	.items-small {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.items-medium {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.items-large {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.item-more a i {
		font-size: var(--font-size-base);
	}
	
	.item-content {
		padding: 10px;
	}
	
	.item-detail {
		font-size: var(--font-size-micro);
	}
	
	.item-content h2 {
		font-size: var(--font-size-standard);	
	}
	
	.item-content h3 {
		font-size: var(--font-size-mini);
	}
	
	.item-desc p {
		font-size: var(--font-size-ultrasmall);
	}
	
	.links .item-links {
		right: 10px;
		bottom: 10px;
		left: 10px;
	}
	
	.item-links a,.item-links a:active,.item-links a:visited {
		font-size: var(--font-size-micro);
	}
}

@media (max-width: 480px) {
	.items-small {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.items-medium {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.items-large {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.item-more a i {
		font-size: var(--font-size-base);
	}
	
	.item-content {
		padding: 10px;
	}
	
	.item-detail {
		font-size: var(--font-size-micro);
	}
	
	.item-content h2 {
		font-size: var(--font-size-small);	
	}
	
	.item-content h3 {
		font-size: var(--font-size-mini);
	}
	
	.item-desc p {
		font-size: var(--font-size-ultrasmall);
	}
	
	.links .item-links {
		right: 10px;
		bottom: 10px;
		left: 10px;
	}
	
	.item-links a,.item-links a:active,.item-links a:visited {
		font-size: var(--font-size-micro);
	}
}