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:65%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.2em;}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;
}

h3 > sup, h3 > sup {
	font-size: 30%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
h3 > sup {
	top:-0.7em;
}

/*sub{
	bottom:-0.25em;
}*/

body {
	--color-text: #000;
	--color-text-alt: #4a453f;
	--color-bg: #f9f3e5;
	--color-link: #c0c0c0;
	--color-link-hover: #000;
	--color-link-alt: #0b44fb;
	--color-link-toc: #878787;
	--color-red: #b85a5a;
	--color-gray: #4a453f;
	font-family: Futura, "futura-pt", Arial, sans-serif;
	min-height: 100vh;
	color: #57585c;
	color: var(--color-text);
	background-color: #fff;
	background-color: var(--color-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 0.875rem;
}

/* 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: underline;
	color: #70bdd4;
	outline: none;
}

a:hover,
a:focus {
	color: #578c9b;
}

button:focus,
a:focus {
	outline: none;
}

.red {
	color: var(--color-red);
}

.slide__figure p {
	text-align: justify;
}

blockquote,
blockquote > footer {
	font-size: 1.1rem;
}

blockquote > footer {
	color: var(--color-text-alt);
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

.not-show {
	display: none;
}

.message {
	background: #000;
	color: #fbaf5d;
	padding: 0.5rem;
	margin: 0;
	text-align: center;
}

/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

.arrow-nav__item > .icon.icon--nav {
	width: 2.5em;
	height: 2.5em;
}

.codrops-header {
	padding: 2rem;
	margin-top: 60px;
}

.codrops-header__title {
	font-size: inherit;
	font-weight: normal;
}

.codrops-header__links {
	text-align: center;
}
.codrops-header__links > a {
	/*text-transform: lowercase;*/
	display: inline-block;
	margin: 0 0.75rem 0 0;
	padding-bottom: 20px;
	text-align: center;
}

#google_translate_element {
	display: block;
	padding-left: 0;
}

@media screen and (min-width: 53em) {
	#google_translate_element {
		display: inline-block;
		padding-left: 15px;
		margin-top: -10px;
	}

}

.arrow-nav,
.nav {
	display: none;
}

.slide__figure-title {
	font-weight: normal;
	margin: 0.5rem 0 0 0;
	font-size: 2rem;
	color: #d95454;
	/*text-transform: capitalize;*/
}

/*
Color of single page
*/

.red {
	color: #d95454 !important;
}

.blue {
	color: #70BDD4 !important;
}

.pink {
	color: #E6ABC7 !important;
}

.green {
	color: #5e9694 !important;
}

.slide--layout-3 .slide__figure-title,
.slide--layout-4 .slide__figure-title,
.slide--layout-5 .slide__figure-title {
	color: #70BDD4;
}

.slide--layout-6 .slide__figure-title,
.slide--layout-7 .slide__figure-title,
.slide--layout-8 .slide__figure-title,
.slide--layout-8 .slide__figure-title,
.slide--layout-9 .slide__figure-title,
.slide--layout-10 .slide__figure-title,
.slide--layout-11 .slide__figure-title,
.slide--layout-12 .slide__figure-title,
.slide--layout-13 .slide__figure-title {
	color: #E6ABC7;
}

.slide--layout-14 .slide__figure-title,
.slide--layout-15 .slide__figure-title,
.slide--layout-16 .slide__figure-title {
	color: #5e9694;
}


sub, sup {
	color: #70bdd4;
}

.slide__figure-title::before {
	content: '\2015';
	display: inline-block;
	margin: 0 0.5rem 0 0;
}

.slide__figure-description {
	margin: 0;
	font-style: italic;
	font-size: 1.1rem;
	color: var(--color-text-alt);
}

.slide__figure-description li {
	font-style: italic;
	font-size: 1.1rem;
	color: var(--color-text-alt);
}

.slide__figure {
	position: relative;
	display: flex;
	height: auto;
	width: calc(100vw - 3rem);
	max-width: 500px;
	margin: 0 auto 2rem auto;
	flex-direction: column;
	/* background-color: #70bdd4; */
}

.slide__figure > figcaption {
	padding: 10px;
}

.slide__figure-inner {
	position: relative;
	/*flex: 1; */
	height: 230px;
	/*background-color: #E6ABC7;*/
	text-align: center;
}

.slide__figure-img {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

.slide__number {
	display: none;
}

@media screen and (min-width: 53em) {
	.message {
		display: none;
	}
	body {
		overflow: hidden;
	}
	.codrops-header {
		margin-top: 0;
		padding: 0;
		position: absolute;
		top: 1rem;
		right: calc(1rem + 10px);
		z-index: 4000;
	}
	.codrops-header__title {
		display: inline;
	}
	.codrops-header__links {
		display: inline;
	}
	.codrops-header__links a {
		margin: 0 0 0 0.75rem;
	}
	.slideshow {
		width: 100vw;
		height: 100vh;
		position: relative;
	}
	.slideshow__indicator {
		width: 10px;
		background: var(--color-red);
		height: 100%;
		left: 0;
		top: 0;
		position: absolute;
		z-index: 100;
		transform-origin: 0% 50%;
		z-index: 6000;
	}
	.slideshow__indicator:last-child {
		left: auto;
		right: 0;
		transform-origin: 100% 50%;
	}
	.slide {
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		display: grid;
		grid-area: 2 / 1 / 3 / 2;
		padding: 4vh calc(3vw + 20px);
		--gridgap: 1vw;
		--gridwidth: 100%;
		--gridheight: 100%;
		display: grid;
		width: var(--gridwidth);
		height: var(--gridheight);
		grid-template-rows: repeat(20,calc(var(--gridheight) / 20 - var(--gridgap)));
		grid-template-columns: repeat(20,calc(var(--gridwidth) / 20 - var(--gridgap)));
		grid-gap: var(--gridgap);
		align-content: center;
		justify-content: center;
		background-color: var(--color-bg);
	}
	/*
	grid-area: 3 / 1 / 8 / 10;
		grid-row-start: 3;
    	grid-column-start: 1;
    	grid-row-end: 8;
    	grid-column-end: 10;
	*/
	.slide--layout-1 .slide__figure:first-child {grid-area: 2 / 1 / 14 / 11;}
	.slide--layout-1 .slide__figure:nth-child(2) {grid-area: 14 / 1 / 21 / 11; }
	.slide--layout-1 .slide__figure:nth-child(3) {grid-area: 4 / 13 / 9 / 20;}
	.slide--layout-1 .slide__figure:nth-child(4) {grid-area: 11 / 13 / 21 / 20; }

	.slide--layout-2 .slide__figure:first-child {grid-area: 2 / 1 / 14 / 11;}
	.slide--layout-2 .slide__figure:nth-child(2) {grid-area: 14 / 2 / 21 / 10; }
	.slide--layout-2 .slide__figure:nth-child(3) {grid-area: 2 / 13 / 12 / 20;}
	.slide--layout-2 .slide__figure:nth-child(4) {grid-area: 12 / 13 / 21 / 20; }

	.slide--layout-3 .slide__figure:first-child {grid-area: 3 / 2 / 10 / 10;}
	.slide--layout-3 .slide__figure:nth-child(2) {grid-area: 10 / 2 / 18 / 10;}
	.slide--layout-3 .slide__figure:nth-child(3) {grid-area: 2 / 12 / 9 / 20; }
	.slide--layout-3 .slide__figure:nth-child(4) {grid-area: 9 / 12 / 14 / 20; }
	.slide--layout-3 .slide__figure:nth-child(5) {grid-area: 14 / 12 / 21 / 20; }

	.slide--layout-4 .slide__figure:first-child {grid-area: 2 / 1 / 7 / 10;}
	.slide--layout-4 .slide__figure:nth-child(2) {grid-area: 7 / 1 / 13 / 10;}
	.slide--layout-4 .slide__figure:nth-child(3) {grid-area: 13 / 1 / 18 / 10;}
	.slide--layout-4 .slide__figure:nth-child(4) {grid-area: 2 / 11 / 7 / 21; }
	.slide--layout-4 .slide__figure:nth-child(5) {grid-area: 8 / 11 / 18 / 21; }

	.slide--layout-5 .slide__figure:first-child {grid-area: 2 / 1 / 13 / 11;}
	.slide--layout-5 .slide__figure:nth-child(2) {grid-area: 13 / 2 / 18 / 10;}
	.slide--layout-5 .slide__figure:nth-child(3) {grid-area: 2 / 12 / 7 / 21; }
	.slide--layout-5 .slide__figure:nth-child(4) {grid-area: 7 / 12 / 14 / 21; }
	.slide--layout-5 .slide__figure:nth-child(5) {grid-area: 14 / 12 / 19 / 21; }

	.slide--layout-6 .slide__figure:first-child {grid-area: 2 / 1 / 12 / 11;}
	.slide--layout-6 .slide__figure:nth-child(2) {grid-area: 13 / 1 / 18 / 10;}
	.slide--layout-6 .slide__figure:nth-child(3) {grid-area: 2 / 12 / 7 / 21; }
	.slide--layout-6 .slide__figure:nth-child(4) {grid-area: 7 / 12 / 12 / 21; }
	.slide--layout-6 .slide__figure:nth-child(5) {grid-area: 12 / 12 / 18 / 21; }

	.slide--layout-7 .slide__figure:first-child {grid-area: 2 / 1 / 13 / 11;}
	.slide--layout-7 .slide__figure:nth-child(2) {grid-area: 13 / 2 / 19 / 10;}
	.slide--layout-7 .slide__figure:nth-child(3) {grid-area: 2 / 12 / 7 / 21; }
	.slide--layout-7 .slide__figure:nth-child(4) {grid-area: 8 / 12 / 17 / 21; }

	.slide--layout-8 .slide__figure:first-child {grid-area: 2 / 1 / 12 / 11;}
	.slide--layout-8 .slide__figure:nth-child(2) {grid-area: 13 / 2 / 20 / 10;}
	.slide--layout-8 .slide__figure:nth-child(3) {grid-area: 2 / 12 / 7 / 21; }
	.slide--layout-8 .slide__figure:nth-child(4) {grid-area: 7 / 12 / 12 / 21; }
	.slide--layout-8 .slide__figure:nth-child(5) {grid-area: 12 / 12 / 19 / 21; }

	.slide--layout-9 .slide__figure:first-child {grid-area: 4 / 2 / 10 / 9;}
	.slide--layout-9 .slide__figure:nth-child(2) {grid-area: 10 / 2 / 16 / 9; }
	.slide--layout-9 .slide__figure:nth-child(3) {grid-area: 2 / 12 / 10 / 20;  }
	.slide--layout-9 .slide__figure:nth-child(4) {grid-area: 10 / 11 / 21 / 21; }
	.slide--layout-9 .slide__figure:nth-child(5) {grid-area: 12 / 11 / 21 / 21; }

	.slide--layout-10 .slide__figure:first-child {grid-area: 2 / 2 / 11 / 10;}
	.slide--layout-10 .slide__figure:nth-child(2) {grid-area: 12 / 2 / 19 / 10;}
	.slide--layout-10 .slide__figure:nth-child(3) {grid-area: 2 / 12 / 10 / 20; }
	.slide--layout-10 .slide__figure:nth-child(4) {grid-area: 10 / 12 / 19 / 20; }

	.slide--layout-11 .slide__figure:first-child {grid-area: 2 / 1 / 13 / 11;}
	.slide--layout-11 .slide__figure:nth-child(2) {grid-area: 13 / 2 / 18 / 10;}
	.slide--layout-11 .slide__figure:nth-child(3) {grid-area: 2 / 12 / 7 / 21; }
	.slide--layout-11 .slide__figure:nth-child(4) {grid-area: 7 / 12 / 13 / 21; }
	.slide--layout-11 .slide__figure:nth-child(5) {grid-area: 13 / 12 / 18 / 21; }

	.slide--layout-12 .slide__figure:first-child {grid-area: 2 / 2 / 10 / 9;}
	.slide--layout-12 .slide__figure:nth-child(2) {grid-area: 10 / 2 / 18 / 9;}
	.slide--layout-12 .slide__figure:nth-child(3) {grid-area: 2 / 12 / 9 / 20; }
	.slide--layout-12 .slide__figure:nth-child(4) {grid-area: 9 / 11 / 19 / 21; }

	.slide--layout-13 .slide__figure:first-child {grid-area: 2 / 1 / 7 / 10;}
	.slide--layout-13 .slide__figure:nth-child(2) {grid-area: 8 / 1 / 12 / 10;}
	.slide--layout-13 .slide__figure:nth-child(3) {grid-area: 12 / 1 / 18 / 10;}
	.slide--layout-13 .slide__figure:nth-child(4) {grid-area: 2 / 12 / 7 / 21; }
	.slide--layout-13 .slide__figure:nth-child(5) {grid-area: 7 / 12 / 13 / 21; }
	.slide--layout-13 .slide__figure:nth-child(6) {grid-area: 13 / 12 / 20 / 21; }

	.slide--layout-14 .slide__figure:first-child {grid-area: 2 / 2 / 6 / 10;}
	.slide--layout-14 .slide__figure:nth-child(2) {grid-area: 6 / 1 / 15 / 11;}
	.slide--layout-14 .slide__figure:nth-child(3) {grid-area: 15 / 1 / 19 / 11;}
	.slide--layout-14 .slide__figure:nth-child(4) {grid-area: 2 / 12 / 8 / 21; }
	.slide--layout-14 .slide__figure:nth-child(5) {grid-area: 8 / 12 / 14 / 21; }
	.slide--layout-14 .slide__figure:nth-child(6) {grid-area: 14 / 12 / 19 / 21; }

	.slide--layout-15 .slide__figure:first-child {grid-area: 2 / 1 / 12 / 11;}
	.slide--layout-15 .slide__figure:nth-child(2) {grid-area: 12 / 1 / 21 / 11;}
	.slide--layout-15 .slide__figure:nth-child(3) {grid-area: 2 / 12 / 8 / 21; }
	.slide--layout-15 .slide__figure:nth-child(4) {grid-area: 8 / 12 / 13 / 21; }
	.slide--layout-15 .slide__figure:nth-child(5) {grid-area: 13 / 12 / 21 / 21; }

	.slide--layout-16 .slide__figure:first-child {grid-area: 2 / 2 / 19 / 10;}
	.slide--layout-16 .slide__figure:nth-child(2) {grid-area: 2 / 12 / 16 / 21; }
	.slide--layout-16 .slide__figure:nth-child(3) {grid-area: 16 / 12 / 21 / 21; }

	.slide--layout-17 .slide__figure:first-child {grid-area: 4 / 1 / 7 / 10;}
	.slide--layout-17 .slide__figure:nth-child(2) {grid-area: 7 / 1 / 12 / 10;}
	.slide--layout-17 .slide__figure:nth-child(3) {grid-area: 12 / 1 / 21 / 10;}
	.slide--layout-17 .slide__figure:nth-child(4) {grid-area: 2 / 12 / 11 / 21; }
	.slide--layout-17 .slide__figure:nth-child(5) {grid-area: 12 / 11 / 21 / 21; }

	.slide--layout-18 .slide__figure:first-child {grid-area: 2 / 1 / 19 / 10;}
	.slide--layout-18 .slide__figure:nth-child(2) {grid-area: 2 / 12 / 10 / 21; }
	.slide--layout-18 .slide__figure:nth-child(3) {grid-area: 10 / 11 / 21 / 21;}

	.slide--layout-19 .slide__figure:first-child {grid-area: 2 / 1 / 14 / 11;}
	.slide--layout-19 .slide__figure:nth-child(2) {grid-area: 14 / 1 / 21 / 10; }
	.slide--layout-19 .slide__figure:nth-child(3) {grid-area: 3 / 13 / 9 / 20;}
	.slide--layout-19 .slide__figure:nth-child(4) {grid-area: 11 / 13 / 21 / 20; }

	.slide--layout-20 .slide__figure:first-child {grid-area: 2 / 2 / 19 / 10;}
	.slide--layout-20 .slide__figure:nth-child(2) {grid-area: 2 / 12 / 10 / 20; }
	.slide--layout-20 .slide__figure:nth-child(3) {grid-area: 11 / 12 / 19 / 21; }

	.slide__figure {
		/* border: 2px solid #70BDD4; */
	}

	.slide--current {
		pointer-events: auto;
		z-index: 100;
	}
	.slide__figure {
		width: auto;
		height: auto;
		max-width: none;
		margin: 0;
		will-change: transform;
		perspective: 1000px;
	}
	.slide__figure-inner {
		overflow: hidden;
		transform: rotate3d(0,1,0,0.1deg);
		will-change: transform;
		flex: 1;
		height: auto;
	}
	.slide__figure-img {
		z-index: 10;
		opacity: 1;
		will-change: transform;
	}
	.slide__figure-reveal {
		position: absolute;
		top: -1px;
		left: -1px;
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		background: #fff;
		z-index: 20;
		will-change: transform;
	}
	.js .slide__figure-reveal {
		transform: translate3d(0,0,0);
	}
	.js .slide--current .slide__figure-reveal {
		transform: translate3d(100%,0,0);
	}
	.js .slide__figure-title {
		opacity: 0;
	}
	.js .slide--current .slide__figure-title {
		opacity: 1;
	}
	.js .slide__figure-description {
		opacity: 0;
	}
	.js .slide--current .slide__figure-description {
		opacity: 1;
	}
	.slide__deco {
		position: absolute;
		font-size: 10vw;
		font-weight: bold;
		line-height: 1;
		overflow: hidden;
		perspective: 1000px;
		will-change: transform;
	}
	.slide__deco-inner {
		position: relative;
		display: block;
		will-change: transform;
		transform: rotate3d(0,1,0,0.1deg);
	}
	.slide__deco--2 .slide__deco-inner {
		left: -50%;
	}
	.slide__deco--3 .slide__deco-inner {
		right: -50%;
	}
	.slide__deco--1 {
		bottom: 10vh;
		left: -2.65vw;
	}
	.slide__deco--2 {
		left: 50%;
		top: 7vh;
		font-size: 17vw;
	}
	.slide__deco--3 {
		right: 0;
		bottom: 10vh;
		font-size: 17vw;
	}
	.slide__number {
		display: block;
		position: absolute;
		bottom: 1rem;
	}
	.slide__number--left {
		left: calc(1rem + 10px);
	}
	.slide__number--right {
		right: calc(1rem + 10px);
	}
	.revealer {
		position: absolute;
		width: 100%;
		height: 100%;
		pointer-events: none;
		top: 0;
		left: 0;
		display: flex;
		z-index: 5000;
	}
	.revealer__item {
		width: 50%;
		height: 100%;
		position: relative;
		overflow: hidden;
	}
	.revealer__item--left {
		border-right: 1px solid #f0f0f0;
	}
	.revealer__item-inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		transform: translate3d(100%,0,0);
	}
	.nav {
		display: block;
		position: absolute;
		top: 1rem;
		left: calc(1rem + 10px);
		z-index: 4000;
	}

	.nav.nav--open {
		background: var(--color-bg);
		padding: 20px;
		border: 1px solid #ececec;
	}

	.toc {
		display: none;
	}
	.nav__button {
		border: 0;
		margin: 0 1rem 0.5rem 0;
		padding: 0;
		line-height: 1;
		background: none;
		color: #70bdd4;
	}
	.nav__button:focus {
		outline: none;
	}
	.nav__button:hover {
		color: var(--color-link-hover);
	}
	.nav__button-text {
		position: relative;
		padding-right: 0.75rem;
		display: block;
	}
	.nav__button-text::after,
	.nav__button-text::before {
		content: '';
		position: absolute;
		height: 1px;
		top: 50%;
		width: 7px;
		right: 0;
		background: currentColor;
	}
	.nav__button-text::after {
		transition: opacity 0.2s, transform 0.2s;
	}
	.nav--open .nav__button-text::after {
		transform: rotate(90deg);
		opacity: 0;
	}
	.nav__button-text::before {
		transform: rotate(90deg);
		transition: transform 0.2s;
	}
	.nav--open .nav__button-text::before {
		transform: rotate(0deg);
	}
	.toc__item {
		pointer-events: none;
		opacity: 0;
		display: block;
		margin: 0.35rem 0;
		opacity: 0;
		text-decoration: none;
	}
	.nav--open .toc__item {
		pointer-events: auto;
	}
	.toc__item-page {
		display: inline-block;
		width: 1.5rem;
		pointer-events: none;
		color: var(--color-text-alt);
	}
	.toc__item-title {
		pointer-events: none;
		color: var(--color-link-toc);
		text-transform: uppercase;
	}
	.toc__item:hover .toc__item-title,
	.toc__item--current .toc__item-title {
		color: var(--color-link-hover);
	}
	.toc__item-description {
		padding-left: 1rem;
	}
	.arrow-nav {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		pointer-events: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
		z-index: 4000;
		padding: 1.25rem;
	}
	.arrow-nav__item {
		pointer-events: auto;
		border-radius: 50%;
		border: 1px solid var(--color-link-alt);;
		padding: 0.1em;
		margin: 0;
		background: none;
		color: var(--color-link-alt);
	}
	.arrow-nav__item:hover {
		color: var(--color-link-hover);
	}
	.arrow-nav__item--prev {
		visibility: hidden;
	}
	.arrow-nav__item--prev .icon {
		transform: rotate(180deg);
	}
	.icon--nav {
		pointer-events: none;
		transition: transform 0.2s;
	}
	.arrow-nav__item--next:hover .icon--nav {
		transform: translate3d(-2px,0,0);
	}
	.arrow-nav__item--prev:hover .icon--nav {
		transform: rotate(180deg) translate3d(-2px,0,0);
	}
	.nav__chapter {
		font-size: inherit;
		font-weight: normal;
		margin: 0;
		display: inline-block;
		line-height: 1;
	}
}

@media screen and (max-width: 1300px) {
	.slide__figure-title {
		font-size: 1.5rem;
	}

	.slide__figure-description {
		font-size: 0.9rem;
	}

	blockquote, blockquote > footer {
		font-size: 1rem;
	}

	.slide--layout-1 .slide__figure:first-child {grid-area: 2 / 1 / 13 / 11;}
	.slide--layout-1 .slide__figure:nth-child(2) {grid-area: 13 / 1 / 21 / 11; }

	.slide--layout-2 .slide__figure:nth-child(3) {grid-area: 2 / 12 / 14 / 21;}
	.slide--layout-2 .slide__figure:nth-child(4) {grid-area: 14 / 12 / 21 / 21; }

	.slide--layout-3 .slide__figure:nth-child(2) {grid-area: 10 / 2 / 19 / 10;}

	.slide--layout-4 .slide__figure:nth-child(2) {grid-area: 7 / 1 / 14 / 10;}
	.slide--layout-4 .slide__figure:nth-child(3) {grid-area: 14 / 1 / 19 / 10;}
	.slide--layout-4 .slide__figure:nth-child(4) {grid-area: 2 / 12 / 9 / 21; }
	.slide--layout-4 .slide__figure:nth-child(5) {grid-area: 9 / 11 / 19 / 21; }


	.slide--layout-7 .slide__figure:nth-child(2) {grid-area: 13 / 2 / 19 / 10;}
	.slide--layout-7 .slide__figure:nth-child(3) {grid-area: 2 / 12 / 8 / 21; }
	.slide--layout-7 .slide__figure:nth-child(4) {grid-area: 8 / 12 / 19 / 21; }


	.slide--layout-8 .slide__figure:nth-child(2) {grid-area: 13 / 2 / 19 / 10;}
	.slide--layout-8 .slide__figure:nth-child(5) {grid-area: 12 / 12 / 19 / 21; }


	.slide--layout-9 .slide__figure:nth-child(3) {grid-area: 2 / 12 / 10 / 20;  }
	.slide--layout-9 .slide__figure:nth-child(5) {grid-area: 12 / 11 / 21 / 21; }

	.slide--layout-10 .slide__figure:first-child {grid-area: 2 / 1 / 12 / 10;}
	.slide--layout-10 .slide__figure:nth-child(2) {grid-area: 12 / 1 / 19 / 10;}
	.slide--layout-10 .slide__figure:nth-child(3) {grid-area: 2 / 11 / 10 / 21; }
	.slide--layout-10 .slide__figure:nth-child(4) {grid-area: 10 / 11 / 20 / 21; }

	.slide--layout-11 .slide__figure:first-child {grid-area: 2 / 1 / 12 / 11;}
	.slide--layout-11 .slide__figure:nth-child(4) {grid-area: 7 / 12 / 13 / 21; }
	.slide--layout-11 .slide__figure:nth-child(5) {grid-area: 13 / 12 / 20 / 21; }

	.slide--layout-12 .slide__figure:first-child {grid-area: 2 / 1 / 10 / 10;}
	.slide--layout-12 .slide__figure:nth-child(2) {grid-area: 10 / 1 / 19 / 10;}
	.slide--layout-12 .slide__figure:nth-child(3) {grid-area: 2 / 11 / 9 / 21; }
	.slide--layout-12 .slide__figure:nth-child(4) {grid-area: 9 / 11 / 19 / 21; }

	.slide--layout-13 .slide__figure:first-child {grid-area: 2 / 1 / 9 / 10;}
	.slide--layout-13 .slide__figure:nth-child(2) {grid-area: 9 / 1 / 13 / 10;}
	.slide--layout-13 .slide__figure:nth-child(3) {grid-area: 13 / 1 / 18 / 10;}
	.slide--layout-13 .slide__figure:nth-child(4) {grid-area: 2 / 12 / 7 / 21; }
	.slide--layout-13 .slide__figure:nth-child(5) {grid-area: 7 / 12 / 15 / 21; }
	.slide--layout-13 .slide__figure:nth-child(6) {grid-area: 15 / 12 / 20 / 21; }

	.slide--layout-14 .slide__figure:first-child {grid-area: 2 / 1 / 6 / 11;}
	.slide--layout-14 .slide__figure:nth-child(2) {grid-area: 6 / 1 / 16 / 11;}
	.slide--layout-14 .slide__figure:nth-child(3) {grid-area: 16 / 1 / 21 / 11;}
	.slide--layout-14 .slide__figure:nth-child(4) {grid-area: 2 / 12 / 7 / 21; }
	.slide--layout-14 .slide__figure:nth-child(5) {grid-area: 7 / 12 / 14 / 21; }
	.slide--layout-14 .slide__figure:nth-child(6) {grid-area: 14 / 12 / 19 / 21; }

	.slide--layout-15 .slide__figure:first-child {grid-area: 2 / 1 / 12 / 11;}
	.slide--layout-15 .slide__figure:nth-child(2) {grid-area: 12 / 1 / 21 / 11;}
	.slide--layout-15 .slide__figure:nth-child(3) {grid-area: 2 / 12 / 8 / 21; }
	.slide--layout-15 .slide__figure:nth-child(4) {grid-area: 8 / 12 / 13 / 21; }
	.slide--layout-15 .slide__figure:nth-child(5) {grid-area: 13 / 12 / 21 / 21; }

	.slide--layout-16 .slide__figure:first-child {grid-area: 2 / 1 / 20 / 11;}
	.slide--layout-16 .slide__figure:nth-child(2) {grid-area: 2 / 12 / 16 / 21; }
	.slide--layout-16 .slide__figure:nth-child(3) {grid-area: 16 / 12 / 20 / 21; }

	.slide--layout-17 .slide__figure:first-child {grid-area: 2 / 1 / 7 / 10;}
	.slide--layout-17 .slide__figure:nth-child(2) {grid-area: 7 / 1 / 12 / 10;}
	.slide--layout-17 .slide__figure:nth-child(3) {grid-area: 12 / 1 / 21 / 10;}
	.slide--layout-17 .slide__figure:nth-child(4) {grid-area: 2 / 11 / 12 / 21; }
	.slide--layout-17 .slide__figure:nth-child(5) {grid-area: 12 / 11 / 21 / 21; }

	.slide--layout-18 .slide__figure:first-child {grid-area: 2 / 1 / 20 / 11;}
	.slide--layout-18 .slide__figure:nth-child(2) {grid-area: 2 / 12 / 10 / 21; }
	.slide--layout-18 .slide__figure:nth-child(3) {grid-area: 11 / 11 / 20 / 21; }

	.slide--layout-19 .slide__figure:first-child {grid-area: 2 / 1 / 14 / 11;}
	.slide--layout-19 .slide__figure:nth-child(2) {grid-area: 14 / 1 / 21 / 11; }
	.slide--layout-19 .slide__figure:nth-child(3) {grid-area: 2 / 12 / 10 / 21;}
	.slide--layout-19 .slide__figure:nth-child(4) {grid-area: 11 / 12 / 21 / 21; }

	.slide--layout-20 .slide__figure:first-child {grid-area: 2 / 2 / 19 / 10;}
	.slide--layout-20 .slide__figure:nth-child(2) {grid-area: 2 / 12 / 14 / 21; }
	.slide--layout-20 .slide__figure:nth-child(3) {grid-area: 14 / 12 / 19 / 21; }
}

.goog-te-gadget {
	font-family: Futura, "futura-pt", Arial, sans-serif;
	text-transform: capitalize;
}
.goog-te-gadget-simple  {
	font-family: Futura, "futura-pt", Arial, sans-serif;
	background-color: rgba(255,255,255,0.10)!important;
	border: 1px solid rgba(0,0,0,0.60) !important;
	padding: 2px!important;
	border-radius: 4px!important;
	font-size: 0.8rem!important;
	line-height: 1.5rem!important;
	display: inline-block;
	cursor: pointer;
	zoom: 1;
}

.goog-te-gadget-simple .goog-te-menu-value {
	color: #57585c !important;
}
/* // ============ HIDE TOP BAR ============ */
.goog-te-banner-frame.skiptranslate {display: none!important;}
body {top: 0px!important;}

.easy-autocomplete {
	display: inline-block;
	background-color: #f9f3e5;
}

.easy-autocomplete > input {
	background-color: #f9f3e5;
}

.easy-autocomplete.eac-round {
	font-family: Futura, "futura-pt", Arial, sans-serif !important;
}

.easy-autocomplete.eac-round > input {
	padding: 3px 12px 5px 12px !important;
	border: 1px solid rgba(0,0,0,0.60) !important;
	border-radius: 5px !important;
	font-size: 0.9rem!important;
	line-height: 1.4rem!important;
}

.easy-autocomplete.eac-round input:hover, .easy-autocomplete.eac-round input:focus {
	border-color:  #57585c !important;
}

#search {
	padding-bottom: 20px;
}


.footer-social {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: auto;
	width: 300px;
	margin: 0 auto;
	/*border: 1px solid red;*/
}

@media screen and (min-width: 53em) {
	#search {
		display: inline-block;
		padding-left: 15px;
		padding-bottom: 0;
	}

	.footer-social {
		position: absolute;
		top: auto;
		left: auto;
		right: 70px;
		bottom: 5px;
		width: auto;
		margin: 0;
		z-index: 999;
	}

}




.footer-social a {
	font-size: 0.9em;
}

.footer-social a:hover {
	color: #f1f1f1;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
	display: inline-block
}

.resp-sharing-button__link {
	text-decoration: none;
	color: #fff;
	margin: 0.2em;
}

.resp-sharing-button {
	border-radius: 5px;
	transition: 25ms ease-out;
	padding: 0.3em 0.45em;
	font-family: Futura, "futura-pt", Arial, sans-serif;
}

.resp-sharing-button__icon svg {
	width: 1em;
	height: 1em;
	margin-right: 0.4em;
	vertical-align: top
}

.resp-sharing-button--small svg {
	margin: 0;
	vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
	stroke: #fff;
	fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
	fill: #fff;
	stroke: none
}

.resp-sharing-button--twitter {
	background-color: #55acee
}

.resp-sharing-button--twitter:hover {
	background-color: #2795e9
}

.resp-sharing-button--pinterest {
	background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
	background-color: #8c0615
}

.resp-sharing-button--facebook {
	background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
	background-color: #2d4373
}

.resp-sharing-button--tumblr {
	background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
	background-color: #222d3c
}

.resp-sharing-button--reddit {
	background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
	background-color: #3a80c1
}

.resp-sharing-button--google {
	background-color: #dd4b39
}

.resp-sharing-button--google:hover {
	background-color: #c23321
}

.resp-sharing-button--linkedin {
	background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
	background-color: #046293
}

.resp-sharing-button--email {
	background-color: #777
}

.resp-sharing-button--email:hover {
	background-color: #5e5e5e
}

.resp-sharing-button--xing {
	background-color: #1a7576
}

.resp-sharing-button--xing:hover {
	background-color: #114c4c
}

.resp-sharing-button--whatsapp {
	background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
	background-color: #1da851
}

.resp-sharing-button--hackernews {
	background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
	background-color: #507299
}

.resp-sharing-button--vk:hover {
	background-color: #43648c
}

.resp-sharing-button--facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
	background-color: #2d4373;
	border-color: #2d4373;
}

.resp-sharing-button--twitter {
	background-color: #55acee;
	border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
	background-color: #2795e9;
	border-color: #2795e9;
}

.resp-sharing-button--email {
	background-color: #777777;
	border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
	background-color: #5e5e5e;
	border-color: #5e5e5e;
}

.resp-sharing-button--whatsapp {
	background-color: #25D366;
	border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
	background-color: #1DA851;
	border-color: #1DA851;
}
