﻿body {
	word-break: break-word;
	font-family: "TT2020 Style E", sans-serif;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow-x: hidden;
	color: rgb(60, 36, 21);
}

a {
	color: rgb(60, 36, 21);
	text-decoration: none;
	transition: color 0.25s ease-in-out;
}

a:hover {
	color: rgb(243, 117, 58);
}

b {
	font-weight: normal;
	font-family: "TT2020 Style B", sans-serif;
}

img {
	max-width: 100%;
}

svg {
	max-width: 100%;
}

iframe {
	display: block;
	border: 0;
	width: 100%;
}

.container {
	width: 95%;
	max-width: 1340px;
}

.headline {
	display: block;
	font-size: 8rem;
	line-height: 0.85;
	margin-bottom: 3rem;
}

.headline-1 {
	display: block;
	font-size: 5rem;
	line-height: 1;
	margin-bottom: 2rem;
}

.headline-2 {
	display: block;
	font-size: 2.5rem;
	line-height: 1;
	font-family: "TT2020 Style B", sans-serif;
	margin-bottom: 1.5rem;
}

.headline-3 {
	display: block;
	font-size: 2rem;
	line-height: 1;
	font-family: "TT2020 Style B", sans-serif;
	margin-bottom: 1rem;
}

.paragraph {
	font-size: 1.5rem;
	line-height: 1.25;
	margin-bottom: 1.5rem;
}

.background {
	background: url("../images/background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.background-2 {
	background: url("../images/background2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.button {
	display: inline-block;
	background: rgb(57, 45, 45);
	color: #fff;
	border-radius: 30px;
	font-size: 1.5rem;
	line-height: 1.25;
	padding: 0.875rem 1.75rem;
	transition: background 0.25s ease-in-out;
	border: 0;
	outline: none;
	box-shadow: none;
}

.button.disabled {
	opacity: 0.5;
	cursor: default;
	background: rgb(57, 45, 45) !important;
}

.button > span {
	display: inline-block;
	padding-top: 1px;
}

.button:hover {
	background: rgb(243, 117, 58);
	color: #fff;
}

.button-prev,
.button-next {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background: #fff;
	color: rgb(60, 36, 21);
	font-size: 2.5rem;
	line-height: 1;
	transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
	pointer-events: initial;
}

.button-prev:hover,
.button-next:hover {
	background: rgb(60, 36, 21);
	color: #fff;
}

.border-bottom {
	border-bottom: 2px solid rgb(60, 36, 21) !important;
}

.border-bottom.border-size-big {
	border-bottom-width: 4px !important;
}

.video {
	position: relative;
	border: 4px solid rgb(60, 36, 21);
}

.video-preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.video-preview:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.05);
}

.video-play {
	background: none;
	box-shadow: none;
	outline: none;
	padding: 0;
	border: 0;
	z-index: 1;
}

/* Header */

header {
	border-bottom: 20px solid rgb(57, 45, 45);
	position: relative;
}

.arrow-down {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 5rem;
	height: 5rem;
	background-size: 100vw auto;
	background-position: center bottom -5rem;
	border-radius: 50%;
	transition: bottom 0.25s ease-in-out;
	color: #fff;
	font-size: 2.5rem;
	line-height: 1;
}

.arrow-down:hover {
	bottom: -10px;
	color: #fff;
}

.arrow-down-circle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background: rgb(57, 45, 45);
}

/* Navbar */

.navbar-toggler {
	box-shadow: none !important;
	border: 0 !important;
}

.nav-link {
	font-family: "TT2020 Style B", sans-serif;
	font-weight: normal;
	color: rgb(35, 31, 32);
	transition: color 0.25s ease-in-out;
}

.nav-link:hover {
	color: rgb(243, 117, 58);
}

/* Story */

.story {
	margin-bottom: 1.5rem;
	background: url("../images/story-bg.png");
	background-size: 100% 250px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 2rem 2.5rem 3rem 2.5rem;
	position: relative;
	cursor: pointer;
}

.story:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 250px);
	background: url("../images/bg-story-header.jpg"), url("../images/bg-story-body.jpg");
	background-size: 100% auto, 100% auto;
	background-repeat: no-repeat, repeat-y;
	background-position: center top, center center;
	z-index: -1;
}

.story:last-child {
	margin-bottom: 0;
}

.story.active {
	cursor: initial;
}

.story-header {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.story-pin {
	position: absolute;
	right: 100px;
	top: -10px;
}

.story-icon {
	padding-bottom: 10px;
}

.story-button {
	border: 0;
	outline: none;
	box-shadow: none;
	background: none;
	padding: 0;
	display: block;
}

.story-content {
	display: none;
	padding-left: calc(64px + 2rem);
	padding-right: 2rem;
}

.story-content h4 {
	display: block;
	font-size: 1.5rem;
	line-height: 1;
	padding-top: 1rem;
	margin-bottom: 0.5rem;
}

.story-content p {
	font-family: "Raleway", sans-serif;
	margin-bottom: 1rem;
}

.story-content b {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
}

.story-content ul {
	font-family: "Raleway", sans-serif;
	margin-bottom: 1rem;
}

/* Box */

.box {
	border: 4px solid rgb(60, 36, 21);
	border-radius: 80px;
	padding: 3rem 2rem;
	height: 100%;
}

.box .paragraph:last-child {
	margin-bottom: 0;
}

/* Slick */

.slick-track {
	display: flex;
	align-items: stretch;
}

.slick-track:before,
.slick-track:after {
	display: none;
}

.slick-slide {
	float: none;
	height: auto;
}

.slick-initialized .slick-slide {
	display: flex !important;
	flex-direction: column;
}

/* Gallery */

.gallery-container {
	position: relative;
}

.gallery-controls {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
}

.gallery-prev,
.gallery-next {
	width: 4rem;
	height: 4rem;
	font-size: 2rem;
}

/*
.gallery-container {
	position: relative;
}

.gallery-item {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.gallery-image {
	width: 600px;
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 10px;
}

.gallery-controls {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	pointer-events: none;
}

.gallery-controls .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
*/

.gallery-col {
	display: none;
	padding-bottom: 1.5rem;
}

.gallery-col.active {
	display: block;
}

/* Modal */

.modal {
	--bs-modal-width: 992px;
	padding: 1.5rem !important;
}

.modal-dialog {
	margin: 0 auto;
}

.modal-body {
	position: relative;
	padding: 1rem;
}

.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	background: #fff;
	padding: 0;
	opacity: 1;
	height: 2rem;
	width: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	z-index: 9997;
	border: 0;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/* News */

.news-container {
	position: relative;
}

.news-item {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.news-image {
	width: 520px;
	height: 520px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: auto;
}

.news-controls {
	position: absolute;
	bottom: 260px;
	left: 0;
	width: 100%;
	transform: translateY(50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
}

/* Footer */

footer {
	background: #dcd9d7;
}

/* partners */

.partners {
	margin-right: -250px;
}

@media (min-width: 992px) {
	
	.navbar-expand-xl .nav-link {
		font-size: 1.25rem;
	}
}

@media (min-width: 1200px) {
	
	.navbar-expand-xl {
		gap: 3rem;
	}
	
	.navbar-expand-xl .navbar-nav {
		justify-content: flex-end;
		gap: 1.5rem;
		width: 100%;
	}
	
	.navbar-expand-xl .nav-item {
		flex: 1 1 auto;
	}
	
	.navbar-expand-xl .nav-link {
		font-size: 1.5rem;
		line-height: 1.125;
		padding: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 1400px) {
	
	.navbar-expand-xl .nav-link {
		font-size: 1.75rem;
	}
}

@media (max-width: 1399.98px) {
	
	.headline {
		font-size: 6rem;
	}
	
	.headline-1 {
		font-size: 3.5rem;
	}
	
	.headline-2 {
		font-size: 2rem;
	}
	
	.headline-3 {
		font-size: 1.5rem;
	}
	
	.paragraph {
		font-size: 1.25rem;
	}
	
	.button {
		font-size: 1.25rem;
	}
	
	/* News */
	
	.news-image {
		width: 400px;
		height: 400px;
	}
	
	.news-controls {
		bottom: 200px;
	}
}

@media (max-width: 1199.98px) {
	
	.headline {
		font-size: 5rem;
	}
	
	/* Navbar */
	
	.navbar-expand-xl .navbar-collapse {
		position: absolute;
		top: 100%;
		background: rgb(255, 255, 255);
		width: 100%;
		box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	}
	
	.navbar-expand-xl .navbar-nav {
		padding: 0.5rem 1.5rem;
	}
	
	/* News */
	
	.news-image {
		width: 600px;
		height: 600px;
	}
	
	.news-controls {
		bottom: 300px;
	}
}

@media (max-width: 991.98px) {
	
	.headline {
		font-size: 4rem;
	}
	
	.headline-1 {
		font-size: 3rem;
	}
	
	.headline-2 {
		font-size: 1.5rem;
	}
	
	.headline-3 {
		font-size: 1.25rem;
	}
	
	.paragraph {
		font-size: 1rem;
	}
	
	.button {
		font-size: 1rem;
	}
	
	.button-prev,
	.button-next {
		width: 4rem;
		height: 4rem;
		font-size: 2rem;
	}
	
	.gallery-prev,
	.gallery-next {
		width: 3rem;
		height: 3rem;
		font-size: 1.5rem;
	}
	
	/* Story */
	
	.story-content {
		padding-top: 1.5rem;
		padding-left: 0;
		padding-right: 0;
	}
	
	.story-content h4 {
		font-size: 1.25rem;
	}
	
	.story-content p {
		font-size: 0.85rem;
	}
	
	/* Box */
	
	.box {
		height: auto;
	}
	
	/* Gallery */
	
	/*
	.gallery-image {
		width: 70vw;
		height: 70vw;
	}
	*/
	
	/* News */
	
	.news-image {
		width: 70vw;
		height: 70vw;
	}
	
	.news-controls {
		bottom: 35vw;
	}
	
	/* partners */

	.partners {
		margin-right: 0;
	}
}

@media (max-width: 767.98px) {
	
	.headline {
		font-size: 3rem;
	}
}

@media (max-width: 575.98px) {
	
	/* Video */
	
	.video-container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	/* Modal */

	.modal {
		padding-left: 1rem !important;
	}
}

@font-face {
	font-family: "TT2020 Style B";
	src: url("../fonts/TT2020StyleB-Regular.eot");
	src: url("../fonts/TT2020StyleB-Regular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/TT2020StyleB-Regular.woff2") format("woff2"),
		url("../fonts/TT2020StyleB-Regular.woff") format("woff"),
		url("../fonts/TT2020StyleB-Regular.ttf") format("truetype"),
		url("../fonts/TT2020StyleB-Regular.svg#TT2020StyleB-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "TT2020 Style E";
	src: url("../fonts/TT2020StyleE-Regular.eot");
	src: url("../fonts/TT2020StyleE-Regular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/TT2020StyleE-Regular.woff2") format("woff2"),
		url("../fonts/TT2020StyleE-Regular.woff") format("woff"),
		url("../fonts/TT2020StyleE-Regular.ttf") format("truetype"),
		url("../fonts/TT2020StyleE-Regular.svg#TT2020StyleE-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "HolidayFree";
	src: url("../fonts/HolidayFreeRegular.eot");
	src: url("../fonts/HolidayFreeRegular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/HolidayFreeRegular.woff2") format("woff2"),
		url("../fonts/HolidayFreeRegular.woff") format("woff"),
		url("../fonts/HolidayFreeRegular.ttf") format("truetype"),
		url("../fonts/HolidayFreeRegular.svg#HolidayFreeRegular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}