:root {
	--color-bg: #010000;
	--color-bg-inverted: #fff;
	--color-text: #fff;
	--color-text-inverted: #010000;
	--color-text-inactive: #dddddd;
	--color-link: #dddddd;
	--color-link-hover: #fff;
	--color-info: #dddddd;
	--color-button: #010000;

	--font-weight: 300;
	--font-weight-bold: 700;
	--font-size: 14px;

	--frame-width: 1.5rem;
	--frame-color: black;

	--padding--layout--columns: 3rem;
	--plyr-color-main: #666666;
}

@media screen and (min-width: 520px) {
	:root {
		--frame-width: 2.5rem;
		--padding--layout--columns: 5rem;
	}
}

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

strong{
	font-weight: var(--font-weight-bold);
}

html {
	background: #030506;
}

body {
	font-family: "Source Code Pro", Helvetica, Arial, sans-serif;
	color: #fff;
	color: var(--color-text);
	background-color: #030506;
	background-color: var(--color-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: var(--font-size);
	font-weight: var(--font-weight);
  /* background-image: url(../img/bg-black.jpg);
  background-size:100% auto;
  background-position:center;
  background-repeat:repeat-y; */
}

body.form {
	height: 100vh;
	overflow: hidden;
}

/* Fade effect */
.js body.form {
	opacity: 0;
	transition: opacity 0.3s;
}

.js body.form.render {
	opacity: 1;
}

/* 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: #5d93d8;
	color: var(--color-link);
	outline: none;
	font-family: "Alte Haas Grotesk";
	font-weight: 700;
	text-transform: uppercase;
}

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

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

.message {
	background: var(--color-text);
	color: var(--color-bg);
	text-align: center;
	padding: 1em;
	display: none;
	position: relative;
	z-index: 100;
}

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

main {
	position: relative;
	width: 100%;
}

.content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	margin: 0 auto;
}

.content--fixed {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
}

.info {
	margin: 0 0 0 1.25em;
	font-style: italic;
	color: var(--color-info);
	font-weight: var(--font-weight-bold);
}

.scene {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	z-index: 1;
}

.form-header{
	position: fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.frame-top,
.frame-bottom,
.frame-left,
.frame-right{
	position: fixed;
	background:var(--frame-color);
	z-index:500;
}

.frame-top{
	left:0;
	top:0;
	width:100%;
	height:var(--frame-width);
}

.frame-bottom{
	left:0;
	bottom:0;
	width:100%;
	height:var(--frame-width);
}

.frame-left{
	left:0;
	top:0;
	width:var(--frame-width);
	height:100vh;
}

.frame-right{
	right:0;
	top:0;
	width:var(--frame-width);
	height:100vh;
}


.layout-content{
	padding-top:var(--frame-width);
}

img{
	width:100%;
	height:auto;
	display:block;
}

h1, h2{
	/* font-family: "InterVariable";
	letter-spacing: -0.05em;
	font-weight:800; */
	font-family: "Alte Haas Grotesk";
	letter-spacing: -0.08em;
	font-weight:700;
	font-size: calc(var(--font-size) * 3);
	line-height: calc(var(--font-size) * 3);
	margin-top:0;
	margin-bottom:0;
	text-transform: uppercase;
}

#icon{
	position: fixed;
	top:0;
	height:calc(var(--frame-width) - 10px);
	left:var(--frame-width);
	margin-top:5px;
	width:auto;
	z-index:600;
}

.text-align-center{
	text-align: center;
}

.text-align-right{
	text-align: right;
}

.text-align-left{
	text-align: left;
}

.text,
.image{
	width:100%;
}

.pswp__button{
	display:none!important;
}



.swiper {
	width: 100%;
	height: 600px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #030506;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-button-next, .swiper-button-prev{
	color: var(--color-text) !important;
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
	height: 2px!important;
}

.swiper-pagination{
	background: transparent !important;
	top:auto!important;
	bottom:0!important;
}
.swiper-pagination-progressbar-fill{
	background: var(--color-text) !important;
}


  .my-slider-progress {
    background: transparent;
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
  }

  .my-slider-progress-bar {
    background: var(--color-text);
    height: 2px;
    transition: width 400ms ease;
    width: 0;
  }

	.splide__arrow{
		background:transparent!important;
	}

	.splide__arrow svg{
		fill: var(--color-text)!important;
	}

	.splide__pagination{
		display:none!important;
	}


	.responsive-video{
		position:relative;
		padding-bottom:56.25%;
		height:0;
		overflow:hidden;
		max-width:100%;
		width:100%;
	}
	.responsive-video iframe, .responsive-video object, .responsive-video embed{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}


@media screen and (min-width: 520px) {
}
