/* Fonts */

@font-face {
	font-family:"Everett";
	font-display: swap;
	font-weight: 200;
	font-style: normal;
	src: url("fonts/Everett-Thin-web.eot") format("eot"),
		url("fonts/Everett-Thin-web.woff2") format("woff2"),
		url("fonts/Everett-Thin-web.woff") format("woff"),
		url("fonts/Everett-Thin-web.ttf") format("truetype"),
		url("fonts/Everett-Thin-web.svg") format("svg");
}

@font-face {
	font-family:"Everett";
	font-display: swap;
	font-weight: 300;
	font-style: normal;
	src: url("fonts/Everett-Light-web.eot") format("eot"),
		url("fonts/Everett-Light-web.woff2") format("woff2"),
		url("fonts/Everett-Light-web.woff") format("woff"),
		url("fonts/Everett-Light-web.ttf") format("truetype"),
		url("fonts/Everett-Light-web.svg") format("svg");
}
   
@font-face {
		font-family:"Everett";
		font-display: swap;
		font-weight: 400;
    font-style: normal;
		src: url("fonts/Everett-Regular-web.eot") format("eot"),
			url("fonts/Everett-Regular-web.woff2") format("woff2"),
			url("fonts/Everett-Regular-web.woff") format("woff"),
			url("fonts/Everett-Regular-web.ttf") format("truetype"),
			url("fonts/Everett-Regular-web.svg") format("svg");
}

@font-face {
	font-family:"Everett";
	font-display: swap;
	font-weight: 500;
	font-style: normal;
	src: url("fonts/Everett-Medium-web.eot") format("eot"),
		url("fonts/Everett-Medium-web.woff2") format("woff2"),
		url("fonts/Everett-Medium-web.woff") format("woff"),
		url("fonts/Everett-Medium-web.ttf") format("truetype"),
		url("fonts/Everett-Medium-web.svg") format("svg");
}

@font-face {
	font-family:"Everett";
	font-display: swap;
	font-weight: 600;
	font-style: normal;
	src: url("fonts/Everett-Bold-web.eot") format("eot"),
		url("fonts/Everett-Bold-web.woff2") format("woff2"),
		url("fonts/Everett-Bold-web.woff") format("woff"),
		url("fonts/Everett-Bold-web.ttf") format("truetype"),
		url("fonts/Everett-Bold-web.svg") format("svg");
}

/* Base */
html {overflow: hidden; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body { overflow: hidden; margin: 0; font-size: 13px; line-height: 1em; font-family: 'Everett', Arial, helvetica, sans-serif;}
body * {
	box-sizing: border-box;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	outline: none;
	list-style: none;
	appearance: none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body, button, input, select, textarea { color: #ffffff; bottom: 0px;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
a {text-decoration: none;}
a:visited, a:hover {color: #807E84; text-decoration: none;}
a:focus {outline: thin dotted;}
a:hover, a:active { outline: 0; }
a.active, .active > a { color: #807E84; }
a.active, .active > a, footer a, footer a:visited, footer a:focus { color: #807E84; }
b, strong { font-weight: bold; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ul, ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img {display: block; max-width: 100%; border: 0;}
svg:not(:root) { overflow: hidden; }


#main-header {position: fixed; left: 0; right: 0; top: 0; height: 80px; padding: 0; z-index: 1; background: #000;}
#main-header img {margin: 32px 32px 0; width: 130px;}

@media (min-width: 600px) {
	#main-header {height: 60px; background: transparent;}
	#main-header img {margin: 32px auto 0; width: 90px;}
}


#main-content {text-align: center; width: 100vw; height: 100dvh; position: relative; background: #080607;}

#main-content .bgk-image {
	font: 100 0 / 0 a;
    margin: 0;
}
#main-content .bgk-image img {
	margin: 0 auto;
	height: 100vh;
	width: 100vw;
	object-fit: cover;
	left: 50%;
	max-width: unset;
	position: absolute;
	transform: translateX(-50%);
}

.fixed-container {
	padding: 0 15px;
	width: 100%;
	height: 100dvh;
	display: flex;
	flex-direction: column;
  justify-content: center;
}

.fixed-container .fixed-title {
	margin: 0;
	position: relative;
	font-size: 44px;
	color: #fff;
	line-height: 1.3;
	letter-spacing: -3px;
	font-weight: 300;
	text-align: center;
}

@media (min-width: 600px) {
  .fixed-container .fixed-title {
    font-size: calc(2.75rem + ((1vw - 6px) * 3.3333));
    min-height: 0vw;
  }
}
@media (min-width: 1440px) {
  .fixed-container .fixed-title {
    font-size: 72px;
  }
}

.fixed-container p {
	position: relative;
	margin: 32px auto 0;
	font: normal 18px/1.5 "Times New Roman";
	max-width: 560px;
}

@media (min-width: 600px) {
	.fixed-container p {font-size: 20px}
}

.btns-social {
	margin-top: 45px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

@media (min-width: 600px) {
	.btns-social {gap: 42px;}
}

.btns-social .btn-image img {cursor: pointer;}


.btn-primary-yellow {
	margin: 0;
	width: calc(100% - 30px);
	height: 54px;
	background-color: #ffc845;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 15px;
	text-align: left;
	cursor: pointer;
	padding: 0;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	outline: 0;
	border: none;
	border-radius: 0;
	font-family: Everett-Medium, sans-serif;
	position: absolute;
	bottom: 20px;
	white-space: normal;
	text-transform: uppercase;
	overflow: hidden;
}


@media (min-width: 600px) {
	.btn-primary-yellow {
		margin: 50px auto 0;
		width: 236px;
		position: relative;
		bottom: auto;
	}
}




.btn-primary-yellow:before {
	content: "";
	background: url("../images/arrow.svg");
	position: absolute;
	background-position: center;
	width: 12px;
	height: 12px;
	right: 19px;
	z-index: 1;
}


.btn-primary-yellow a {
	text-decoration: none;
	color: transparent !important;
	z-index: 2;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-size: 200% 100%;
	background-position: 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(-86deg, #000 50%, #fff 0);
	-webkit-transition: background-position .5s ease-out;
	transition: background-position .5s ease-out;
	-webkit-transition-delay: 90ms;
	transition-delay: 90ms;
	background-clip: text;
	-webkit-background-clip: text;
	padding: 22px 36px 22px 21px;
}

.btn-primary-yellow:after {
	content: "";
	position: absolute;
	top: 0;
	left: -5px;
	width: 0;
	height: 120%;
	background-color: #1c3775;
	-webkit-transform: skewX(-8deg);
	transform: skewX(-8deg);
	-webkit-transition: all .9s;
	transition: all .9s;
	color: #fff !important;
	border-bottom-right-radius: 20px;
	z-index: 0;
}


.btn-primary-yellow:hover {
	color: #fff;
	border: none;
}

.btn-primary-yellow:hover a {
	background-position: 0;
}

.btn-primary-yellow:hover:after {
	width: 150%;
}
.btn-primary-yellow:hover:before {
	background: url("../images/arrow-white.svg");
	background-position: center;
}