*,
*::before,
*::after {
	margin: 0px;
	box-sizing: border-box;
	font-family: 'Axiforma';
	line-height: 1.2em;
	-webkit-tap-highlight-color: transparent;
}

*::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	
}

*::-webkit-scrollbar-track {
	background: #140b22;
}

*::-webkit-scrollbar-thumb {
	background: #797979;
	border-radius: 2px;
}

*::-webkit-scrollbar-thumb:hover {
	background: #aaaaaa;
}

html {
	background-color: #f0edf2;
	color: #ededed;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: high-quality;
	image-rendering: optimizequality;
	overflow: overlay;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

.text-coloured,
a {
	color: #ffac4d;
	text-decoration: none;
}

a:hover {
	color: #ffbc70;
}

.feellife-icon {
	font-family: 'FeelIcons';
	font-size: 1.3em;
	vertical-align: middle;
	user-select: none;
}

.feellife-icon.feellife-icon-90 {
	transform: rotate(90deg);
	display: inline-block;
}

.feellife-icon.feellife-icon-180 {
	transform: rotate(180deg);
	display: inline-block;
}

.feellife-icon.feellife-icon-270 {
	transform: rotate(270deg);
	display: inline-block;
}

.feellife-icon-youtube {
	background-image: url('/files/youtube-logo.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 1em;
	height: 1em;
	margin: 3px;
}

.feellife-icon-youtube:hover {
	filter: brightness(0.55);
}

.feelimage-loading {
	opacity: 0;
}

.feellife-modal {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	backdrop-filter: blur(8px);
	align-items: center;
	justify-content: center;
	display: none;
}

.feellife-modal.show-modal {
	display: flex;
}

.feellife-modal-outerclose {
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	z-index: 1;
	padding: 25px;
}

.modal-button-close {
	position: absolute;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	top: 25px;
	right: 25px;
	font-size: 1.7em;
	padding: 0px;
	margin: 0px;
	border: 0px;
	cursor: pointer;
	transition: all 0.12s ease-out;
	z-index: 3;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 66%);
	background-color: #413752;
	color: white;
}

.modal-button-close:hover {
	opacity: 0.8;
}

.feellife-modal-content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90%;
}

.navigation {
	height: 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
	padding: 10px 60px;
	padding-right: 5%;
	transition: all 0.3s ease-out, padding-right 0s, background-color 0.12s ease-out;
}

.navigation.sticky {
	background-color: #f0edf2;
	height: 80px;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 22%);
}

.nav-sidebar-open {
	padding-right: 30%;
}

.nav-sidebar-open.navigation.sticky {
	padding-right: 5%;
}

.feellife-top-logo {
	height: 100%;
	width: 200px;
	position: relative;
}

.feellife-top-logo-big {
	position: absolute;
	background-image: url(/files/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	opacity: 1;
	transform: translateY(-50%);
	top: 50%;
	transition: all 0.15s ease-out;
	margin-top: 20px;
}

.feellife-top-logo-small {
	position: absolute;
	background-image: url(/files/logo-sticky.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 55px;
	opacity: 0;
	transform: translateY(-100%);
	transition: all 0.15s ease-out;
}

.navigation-logo-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.navigation.sticky .feellife-top-logo-big {
	opacity: 0;
	transform: translateY(-100%);
}

.navigation.sticky .feellife-top-logo-small {
	opacity: 1;
	transform: translateY(-50%);
	top: 50%;
	cursor: pointer;
}

.navigation.sticky .feellife-top-logo-small:hover {
	margin-left: 3px;
}

.navigation-links {
	display: none;
}

.navigation.sticky .navigation-links {
	height: 100%;
	display: inline-flex;
	align-content: center;
	flex-direction: row;
	align-items: stretch;
}

.navigation-link {
	color: #140b22;
	font-weight: 600;
	padding: 0px 15px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	transition: all 0.2s ease-out;
}

.navigation-link:hover {
	color: #867f90;
}

.navigation-menu-links {
	overflow: hidden;
	white-space: nowrap;
	left: 44px;
	opacity: 0;
	position: relative;
	z-index: 10;
	transition: all 0.3s ease-out;
	width: 0px;
	height: 100%;
	display: none;
}

.navigation .menu-button {
	border: 0px;
	font-family: 'Axiforma';
	font-size: 1.2em;
	font-weight: 500;
	cursor: pointer;
	background-color: #f8f8f8;
	transition: all 0.16s ease-out;
	display: inline-flex;
	user-select: none;
	align-items: center;
	padding: 0px;
	z-index: 20;
	padding: 12px 30px;
	padding-left: 16px;
	border-radius: 8px;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 20%) !important;
	border-left: 1px solid transparent;
	height: 100%;
}
.navigation .menu-button:hover {
	background-color: #ffffff !important;
}
.navigation .menu-button:active {
	background-color: #fff1e0 !important;
}
.navigation-menu {
	position: relative;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: auto;
	height: 56px;
	background-color: #ffffff;
}

.navigation-menu-link {
	color: #140b22;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.85em;
	display: inline-flex;
	align-items: center;
	transition: all 0.2s ease-out;
	padding: 0px 7px;
}

.navigation-menu-link:hover {
	color: #867f90;
}

.navigation.menu-toggled .navigation-menu-links,
.navigation.menu-bar-perma-enabled .navigation-menu-links {
	left: 0px;
	opacity: 1;
	width: initial;
	height: 56px;
	overflow: initial;
	display: flex;
}

.navigation.menu-toggled .menu-button {
	background-color: #f4f4f4;
	margin-left: 18px;
	box-shadow: none;
	border-left-color: #e2e2e2;
	border-radius: 0px;
}

.navigation.menu-toggled .navigation-menu {
	padding-left: 18px;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
	overflow: hidden;
}

.navigation.menu-bar-perma-enabled .navigation-menu {
	padding: 0px 25px;
}

.navigation.menu-toggled .menu-button:hover {
	color: black;
}

.navigation.menu-bar-perma-enabled .menu-button {
	display: none;
}

.navigation.menu-bar-perma-enabled .navigation-menu-link {
	color: white;
	text-shadow: 1px 1px 3px rgb(0 0 0 / 44%);
	font-size: 1em;
}

.navigation.menu-bar-perma-enabled .navigation-menu {
	background-color: initial;
	box-shadow: none;
}

.navigation.menu-bar-perma-enabled .navigation-menu-link:hover {
	color: #ffac4d;
}

.menu-button .feellife-icon {
	margin-right: 7px;
	font-size: 1.3em;
}

.navigation.sticky .navigation-menu {
	display: none;
}

.homepage-showcase-search {
	position: relative;
	overflow: hidden;
	background-color: #140b22;
	padding-top: 230px;
}

.homepage-background-tilt {
	position: absolute;
	transform: skewX(10deg);
	width: 80%;
	height: 100%;
	right: -25%;
	overflow: hidden;
	top: 0px;
	z-index: 2;
	box-shadow: 0px 0px 18px rgb(0 0 0 / 53%);
	background-color: #0f0f0f;
}

.homepage-background {
	transform: skewX(-10deg);
	background-size: cover;
	background-position: left bottom;
	width: 120%;
	height: 100%;
	position: absolute;
	left: -20%;
}

.homepage-title {
	padding: 30px 25px;
	padding-left: 115px;
	font-size: 1.5em;
	font-weight: 500;
	color: #ffac4d;
	max-width: 555px;
	z-index: 3;
	position: relative;
}

.homepage-subdesc {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 25px;
	max-width: 620px;
	padding: 0px 25px;
	padding-left: 115px;
	z-index: 3;
	position: relative;
}

.homepage-description {
	font-size: 3.30em;
	font-weight: 500;
	line-height: 1.2em;
	max-width: 555px;
	padding: 0px 25px;
	padding-left: 115px;
	z-index: 3;
	position: relative;
}

.homepage-search {
	position: relative;
	z-index: 2;
}

.homepage-showcase {
	padding-top: 200px;
	position: relative;
	overflow: hidden;
}

.showcase-container {
	height: 200px;
	width: 175%;
	margin: 50px 0px;
	position: relative;
	z-index: 1;
	white-space: nowrap;
}

.showcase-abs-container {
	height: 100%;
	position: relative;
	white-space: nowrap;
	animation: carouselScroll 300s linear infinite;
	display: inline-block;
}

.showcase-artist-elem {
	width: 160px;
	height: 200px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	margin: 0px 15px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 38%);
	user-select: none;
	background-color: #342c40;
}

.showcase-artist-elem:nth-child(even) {
	margin-top: 15px;
}

.showcase-artist-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
	user-select: none;
	-webkit-user-drag: none;
}

.showcase-artist-logo {
	width: 90%;
	bottom: 15px;
	position: absolute;
	object-fit: contain;
	left: 5%;
	filter: drop-shadow(2px 4px 6px black);
	user-select: none;
	-webkit-user-drag: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
}

.showcase-artist-link {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.homepage-interests {
	padding-bottom: 50px;
	padding-left: 115px;
	z-index: 3;
	position: relative;
}

.interest-link {
	font-size: 1.2em;
	margin-right: 40px;
	color: #f2f2f2;
	cursor: pointer;
}

.interest-link .feellife-icon {
	margin-right: 10px;
	color: #ffac4d;
}

.quicksearch {
	position: absolute;
	top: 280px;
	right: 5%;
	width: 495px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
	color: black;
	padding: 32px 25px;
	padding-bottom: 35px;
	min-width: 530px;
	z-index: 3;
}

.quicksearch-type {
	margin-bottom: 32px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.quick-search-type-checkbox {
	display: none;
}

.quick-search-type-desc {
	padding-left: 36px;
	margin-right: 35px;
	height: 25px;
	font-weight: 500;
	background-image: url('/files/checkbox.png');
	background-size: 25px;
	background-repeat: no-repeat;
	display: inline-flex;
	cursor: pointer;
	user-select: none;
	align-items: center;
	image-rendering: initial;
	font-size: 1.1em;
}

.quick-search-type-desc:last-child {
	margin-top: 10px
}

.quick-search-type-checkbox:checked+.quick-search-type-desc {
	background-position: 0px bottom;
}

.quicksearch-form.quicksearch-form-hidden {
	display: none;
}

.quicksearch-inputbox {
	border: 1px solid #d3d3d3;
	margin-bottom: 30px;
	border-radius: 12px;
	background-color: #f0edf2;
	padding: 12px 15px;
	padding-top: 14px;
	transition: all 0.12s ease-out;
}

.quicksearch-inputbox.input-invalid {
	border-color: #f45e4b;
	background-color: #fff6f6;
}

.quicksearch-inputbox.inputbox-focus {
	background-color: #fff1e1;
	border-color: #ffb057;
	box-shadow: 0px 0px 4px #ffb057;
}

.quicksearch-inputbox-title {
	color: #aaa8ac;
	font-size: 0.8em;
	font-weight: 500;
}

.quicksearch-inputbox-input {
	border: none;
	background-color: initial;
	width: 100%;
	padding: 0px;
	font-weight: 500;
	font-size: 1.15em;
	outline: none;
	height: 25px;
	transition: font-size 0.1s ease-out;
	margin-top: 2px;
}

.quicksearch-inputbox-input::placeholder {
	color: #8f8c92;
}

.quicksearch-inputbox-input:focus {
	font-size: 1.06em;
}

.quicksearch-artist-dates {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 25px;
}

#artist-datebegin,
#artist-dateend {
	display: flex;
	gap: 5px;
	align-items: center;
}

.quicksearch-artist-dates .quicksearch-inputbox-input {
	font-size: 0.9em;
}

.quicksearch-artist-dates .feellife-icon {
	font-size: 1.44em;
}

.quicksearch-inputbox .feellife-icon {
	color: #aaaaaa;
}

.quicksearch-calltoaction {
	display: block;
	width: 100%;
	padding: 20px 10px;
	cursor: pointer;
	border: 1px solid #bc7e38;
	border-radius: 12px;
	background-color: #ffac4d;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.95em;
	transition: background-color 0.12s ease-out;
}

.quicksearch-calltoaction:hover {
	background-color: #ffbc70;
}

.quicksearch-artists-list,
.quicksearch-countries-list {
	position: absolute;
	background-color: white;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 46%);
	border-radius: 4px;
	overflow: hidden;
	padding: 4px;
	max-width: 300px;
	display: none;
	overflow-y: auto;
	max-height: 270px;
}

.quicksearch-artists-list.display-list,
.quicksearch-countries-list.display-list {
	display: block;
}

.quickbrowser-artist-elem,
.quickbrowser-country-elem {
	padding: 6px;
	padding-right: 15px;
	font-weight: 700;
	font-size: 1em;
	cursor: pointer;
	border-radius: 4px;
	margin-bottom: 2px;
	color: #474747;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.quickbrowser-artist-elem:hover,
.quickbrowser-country-elem:hover {
	background-color: #f0f0f0;
}

.quickbrowser-artist-elem-image {
	width: 48px;
	height: 48px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 10px;
	background-size: cover;
	background-position: center;
	image-rendering: initial;
}

.quickbrowser-event-elem-image {
	width: 30px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	margin-right: 10px;
	background-size: cover;
	background-position: center;
	image-rendering: initial;
}

.homepage-lookingfor {
	position: absolute;
	right: 5%;
	bottom: 50px;
	background-color: white;
	z-index: 3;
	border-radius: 8px;
	padding: 15px 23px;
	color: black;
	padding-bottom: 19px;
	padding-right: 40px;
	box-shadow: 0px 0px 7px rgb(0 0 0 / 30%);
	overflow: hidden;
	transition: transform 0.1s ease-out;
}

.homepage-lookingfor:hover {
	transform: scale(1.025);
}

.lookingfor-title {
	font-weight: 700;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.lookingfor-text {
	font-size: 1.1em;
	margin-bottom: 3px;
}

.lookingfor-subtext {
	color: #a8a8a8;
	font-size: 0.8em;
}

.lookingfor-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.homepage-section {
	min-height: 700px;
	margin: 50px;
	margin-bottom: 0px;
	background-color: #140b22;
	border-radius: 30px;
	padding: 50px 60px;
	overflow: hidden;
	position: relative;
}

.homepage-section-double {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}

.homepage-nextgigs {
	margin-right: 0px;
	padding: 0px;
	padding-top: 50px;
}

.homepage-newsletter {
	margin-left: 0px;
}

.section-header {
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 2;
	position: relative;
}

.section-title {
	font-size: 3.7em;
	font-weight: 500;
	text-shadow: 0px 3px 7px rgb(0 0 0 / 60%);
}

.section-subtitle {
	font-size: 1.45em;
	margin-top: 15px;
	text-shadow: 0px 3px 7px rgb(0 0 0 / 60%);
}

.section-link {
	background-color: #ffac4d;
	color: #140b22 !important;
	padding: 20px 20px;
	width: 200px;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: 700;
	transition: background-color 0.12s ease-out;
	font-size: 1em;
	text-align: center;
	margin-left: 20px;
	user-select: none;
}

.section-link:hover {
	background-color: #ffbc70;
}

.artist-minibrowser-line {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	transition: initial;
	width: 100%;
	pointer-events: none;
	position: absolute;
	top: 0px;
	align-items: stretch;
	align-content: stretch;
}

.show-minibrowser-line {
	z-index: 3;
	pointer-events: initial;
}

.artist-minibrowser-line .artist-elem {
	font-size: 0.9em;
	opacity: 1;
}

.homepage-nextgigs .section-header {
	padding: 0px 60px;
}

.homepage-gigs-container {
	height: 545px;
	overflow-y: scroll;
	padding: 10px 60px;
	padding-bottom: 34px;
	position: relative;
}

.gigs-box-shadow {
	box-shadow: inset 34px -34px 34px 0px #140b22;
	position: absolute;
	height: 545px;
	bottom: 0px;
	width: 100%;
	pointer-events: none;
}

.gig-card {
	padding: 15px;
	border-radius: 15px;
	border: 1px solid transparent;
	box-shadow: 0px 0px 30px transparent;
	transition: all 0.06s ease-out;
	user-select: none;
	display: grid;
	grid-template-columns: 110px 1fr;
	align-items: start;
	margin-bottom: 20px;
	background-color: #201a2a;
}

.gig-card:hover {
	background-color: #272133;
	box-shadow: 0px 0px 9px #ffac4d;
	border-color: #ffac4d;
}

.gig-image {
	width: 110px;
	height: 110px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.gig-image-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.gig-info {
	display: inline-flex;
	justify-content: space-between;
	vertical-align: middle;
	padding: 0px 25px;
	padding-right: 10px;
	gap: 10px;
}

.gig-title {
	font-size: 1.3em;
	font-weight: 500;
	color: #efecf1;
}

.gig-title:hover {
	color: #ffac4d;
}

.gig-location {
	margin-top: 12px;
	color: #aba1a4;
	font-size: 1em;
	line-height: 1.5em;
}

.gig-artists {
	margin-top: 10px;
	color: #665e74;
}

.gig-artists .feellife-icon {
	color: #544c61;
	margin-right: 2px;
}

.gig-artist {
	color: #dedede;
	font-size: 0.8em;
	vertical-align: middle;
}

.gig-artist:hover {
	color: #ffac4d;
}

.gig-info-right {
	color: #ffac4d;
	min-width: 90px;
}

.gig-date-day {
	font-size: 3em;
	font-weight: 700;
	text-align: center;
}

.gig-date-month-year {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 500;
	text-align: center;
}

.newsletter-image {
	background-image: url('/files/newsletter-placeholder.jpg');
	height: 200px;
	padding-top: 40%;
	border-radius: 10px;
	background-size: cover;
	background-position: bottom;
}

.newsletter-text {
	margin-top: 40px;
	font-size: 1.42em;
	line-height: 1.6em;
}

.newsletter-response {
	margin-top: 40px;
	font-size: 1.3em;
	text-align: center;
	line-height: 1.5em;
	background-color: #2c1c45;
	padding: 20px 15px;
	border-radius: 10px;
}

#newsletter-agreement {
	display: none;
}

.newsletter-agreement {
	margin-top: 40px;
	font-size: 0.8em;
	font-weight: 500;
	padding: 7px 8px;
	display: inline-block;
	border-radius: 4px;
	transition: background-color 0.2s ease-out;
	position: relative;
}

.newsletter-agreement.invalid-input {
	background-color: rgb(255 172 77 / 27%) !important;
}

.newsletter-agreement:hover {
	background-color: #231933;
}

.newsletter-label {
	padding: 5px 10px;
	padding-left: 33px;
	height: 23px;
	background-image: url('/files/newsletter-box.png');
	background-repeat: no-repeat;
	background-size: 23px;
	display: inline-block;
	cursor: pointer;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

#newsletter-agreement:checked+.newsletter-label {
	background-position: 0px -23px;
}

.newsletter-input-submit {
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
}

.newsletter-input-submit .quicksearch-inputbox {
	width: 60%;
	margin: 0px;
	padding: 10px 15px;
	margin-right: 20px;
}

.quicksearch-inputbox.invalid-input {
	border-color: rgb(255 172 77 / 96%);
	background-color: rgb(255 247 237 / 96%);
	box-shadow: 0px 0px 7px rgb(255 172 77 / 96%);
}

.newsletter-subscribe {
	border: 0;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: 700;
	width: 40%;
	padding: 10px 20px;
	background-color: #ffac4d;
	color: black;
	font-size: 1em;
	cursor: pointer;
	transition: background-color 0.12s ease-out;
	user-select: none;
}

.newsletter-subscribe:hover {
	background-color: #ffbc70;
}

.newsletter-subscribe[disabled] {
	background-color: initial;
	color: #beb9c5;
	cursor: default;
}

.homepage-section.homepage-about {
	padding-top: 80px;
}

.homepage-about-tilt {
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0px;
	right: -15%;
	background-color: #140b22;
	transform: skewX(-10deg);
	overflow: hidden;
}

.homepage-about-tilt-image {
	position: absolute;
	background-image: url('/files/about-placeholder.jpg');
	background-size: cover;
	background-position: bottom right;
	width: 115%;
	height: 100%;
	opacity: 0.5;
	transform: skewX(10deg);
	left: -15%;
	transition: opacity 0.76s ease-out;
}

.homepage-section.homepage-about:hover .homepage-about-tilt-image {
	opacity: 0.8;
}

.homepage-about-text {
	z-index: 2;
	position: relative;
	max-width: 580px;
	font-size: 1.35em;
	line-height: 1.6em;
	text-shadow: 0px 3px 7px rgb(0 0 0 / 60%);
}

.homepage-about-subtext {
	z-index: 2;
	position: relative;
	margin-top: 40px;
	font-size: 1.4em;
	font-weight: 700;
	color: #ffac4d;
}

.homepage-about-logo {
	position: absolute;
	right: 20px;
	bottom: 20px;
	height: 150px;
	width: 150px;
	background-image: url(/files/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.homepage-endsection {
	padding: 70px 50px;
	text-align: center;
	color: #140b22;
	font-size: 1.25em;
	font-weight: 500;
}

.endsection-link {
	margin-left: 10px;
	color: #140b22 !important;
	font-weight: 700;
}

.endsection-link:hover .feellife-icon {
	opacity: 1;
}

.endsection-link .feellife-icon {
	opacity: 0;
	color: #140b22;
	font-size: 1em;
	margin-left: 5px;
	transition: opacity 0.2s ease-out;
}

.booking-main-container {
	position: relative;
	overflow: hidden;
}

.booking-background-tilt {
	position: absolute;
	width: 60%;
	height: 100%;
	right: -20vw;
	top: 0px;
	background-color: white;
	transform: skewX(10deg);
	overflow: hidden;
}

.booking-background-image {
	background-image: url(/files/about-placeholder.jpg);
	background-size: cover;
	background-position: bottom right;
	position: absolute;
	width: 140%;
	height: 100%;
	left: -40%;
	transform: skewX(-10deg);
}

.bookings-main {
	padding-top: 230px;
	background-color: #140b22;
	padding-bottom: 150px;
	display: grid;
	grid-template-columns: 50% 1fr;
	align-items: start;
}

.bookings-title {
	padding: 30px 25px;
	padding-left: 115px;
	font-size: 1.5em;
	font-weight: 500;
	color: #ffac4d;
	max-width: 555px;
	z-index: 3;
	position: relative;
}

.bookings-subdesc {
	font-size: 1.4em;
	line-height: 1.6em;
	padding-right: 25px;
	margin-top: 25px;
	max-width: 515px;
	padding-left: 115px;
	z-index: 3;
	position: relative;
}

.bookings-description {
	font-size: 3.30em;
	font-weight: 500;
	padding-right: 25px;
	line-height: 1.2em;
	max-width: 555px;
	padding-left: 115px;
	z-index: 3;
	position: relative;
}

.booking-form-container {
	width: 495px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
	color: black;
	padding: 32px 25px;
	padding-bottom: 35px;
	z-index: 3;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.booking-form {
	width: 100%;
	position: relative;
}

.booking-form-section {
	opacity: 0;
	position: absolute;
	transition: all 0.3s ease-out;
	z-index: 1;
	pointer-events: none;
	transform-origin: top;
	width: 100%;
	top: 0px;
	display: none;
}

.booking-form-section.current-booking-section {
	opacity: 1;
	position: initial;
	z-index: 2;
	position: relative;
	pointer-events: initial;
	display: initial;
}

.booking-form-section-header {
	display: flex;
	margin-bottom: 25px;
	align-items: center;
}

.booking-form-back {
	background-color: initial;
	border: none;
	font-size: 1.4em;
	padding: 0px;
	cursor: pointer;
	transition: transform 0.12s ease-out;
}

.booking-form-back:hover {
	transform: scale(1.14);
}

.booking-form-section-title {
	font-size: 1.3em;
	font-weight: 600;
	padding-right: 30px;
	padding-left: 10px;
	text-align: center;
	width: 100%;
}

#event-date {
	display: flex;
	gap: 5px;
	align-items: center;
	margin-top: 6px;
}

.booking-countries-list {
	position: absolute;
	background-color: white;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 46%);
	border-radius: 4px;
	overflow: hidden;
	padding: 4px;
	max-width: 300px;
	display: none;
	overflow-y: auto;
	max-height: 270px;
}

.booking-countries-list.display-list {
	display: block;
}

.booking-inputbox-double {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.booking-inputbox {
	border: 1px solid #d3d3d3;
	margin-bottom: 20px;
	border-radius: 12px;
	background-color: #f0edf2;
	padding: 12px 15px;
	padding-top: 14px;
	transition: all 0.12s ease-out;
}

.booking-inputbox.input-invalid {
	border-color: #f45e4b;
	background-color: #fff6f6;
}

.booking-inputbox .feellife-icon {
	font-size: 1.55em;
	color: #a3a3a3;
}

.booking-inputbox textarea {
	height: 100px;
	resize: none;
	font-size: 0.9em;
	color: #222222;
	white-space: pre-wrap;
}

.booking-inputbox select {
	cursor: pointer;
}

.booking-inputbox.inputbox-focus {
	background-color: #fff1e1;
	border-color: #ffb057;
	box-shadow: 0px 0px 4px #ffb057;
}

.booking-inputbox-title {
	color: #aaa8ac;
	font-size: 0.8em;
	font-weight: 500;
}

.booking-input-required {
	color: #faae58;
	margin-left: 6px;
}

.booking-inputbox-input {
	border: none;
	background-color: initial;
	width: 100%;
	padding: 0px;
	font-weight: 500;
	font-size: 1.15em;
	outline: none;
	height: 25px;
	transition: font-size 0.1s ease-out;
	margin-top: 2px;
}

.booking-inputbox-input::placeholder {
	color: #8f8c92;
}

.booking-inputbox-input:focus {
	font-size: 1.06em;
}

#event-datebegin {
	display: flex;
	gap: 5px;
	align-items: center;
}

.booking-form-next {
	display: block;
	width: 100%;
	padding: 20px 10px;
	cursor: pointer;
	border: 1px solid #bc7e38;
	border-radius: 12px;
	background-color: #ffac4d;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.95em;
	transition: background-color 0.12s ease-out;
}

.booking-form-next:hover {
	background-color: #ffbc70;
}

.booking-form-next .feellife-icon {
	margin-left: 10px;
}

.booking-form-review {
	display: none;
}

.booking-form-artist-elem {
	margin-bottom: 15px;
	padding: 15px 10px;
	border: 1px solid lightgrey;
	border-radius: 10px;
}

.booking-form-artist-elem .booking-inputbox:last-child {
	margin-bottom: 0px;
}

.booking-form-artist-elem:last-child {
	margin: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}

.booking-artists-add {
	display: block;
	border: 1px solid #8a6bba;
	border-radius: 4px;
	background-color: #967bc0;
	padding: 14px;
	cursor: pointer;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0px 1px black;
	transition: all 0.12s ease-out;
	margin: 0 auto;
	margin-bottom: 60px;
}

.booking-artists-add:hover {
	background-color: #a286cd;
}

.booking-form-artist-elem-delete {
	display: block;
	border: 1px solid #b8b8b8;
	border-radius: 4px;
	background-color: #d5d5d5;
	padding: 14px;
	margin-bottom: 15px;
	cursor: pointer;
	color: black;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.12s ease-out;
	margin: 0 auto;
}

.booking-review-section {
	padding: 0px 30px;
	margin-bottom: 25px;
}

.booking-review-section-title {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	border-radius: 4px;
	padding: 10px 13px;
	margin: 0 auto;
}

.booking-review-section-title:before {
	content: "";
	width: 500px;
	height: 1px;
	position: absolute;
	background-color: #cfcfcf;
	top: 50%;
	right: 100%;
}

.booking-review-section-title:after {
	content: "";
	width: 500px;
	height: 1px;
	position: absolute;
	background-color: #cfcfcf;
	top: 50%;
	left: 100%;
}

.booking-review-section-content {
	margin-bottom: 15px;
	border-bottom: 1px dotted grey;
	padding-bottom: 5px;
	text-align: left;
	margin-top: 15px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.booking-review-section-content-title {
	font-size: 0.9em;
	display: inline-block;
	margin-right: 10px;
}

.booking-review-section-content-value {
	font-size: 0.9em;
	display: inline-block;
	font-weight: 600;
	text-align: right;
}

.booking-review-section-artists-content {
	margin-top: 10px;
}

.booking-review-section-artistElem {
	margin-bottom: 20px;
	border: 1px solid #e7e7e7;
	background-color: #fff5eb;
	padding: 20px 20px;
	border-radius: 20px;
}

.booking-review-section-artistElem-name {
	font-weight: 600;
}

.booking-form-servermessage {
	font-size: 1.6em;
	padding: 25px;
	line-height: 1.64em;
	font-weight: 500;
}

.artists-section {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	margin-top: 35px;
	position: relative;
	opacity: 1;
	transform: translateY(0);
	transition: all 0.3s ease-out;
}

.artists-section.list-loading {
	opacity: 0;
	transform: translateY(-25px);
}

.artists-section-container {
	background-color: #140b22;
	padding: 0px 90px;
	padding-top: 330px;
	padding-bottom: 100px;
}

.artists-section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: 80px;
	z-index: 3;
	background-color: #140b22;
	padding-bottom: 25px;
	padding-top: 25px;
}

.artists-filters {
	text-align: center;
	margin-bottom: 30px;
}

.artist-filters-division {
	text-align: right;
}

.artists-filter.selected-filter,
.artists-filter.sorted-selected {
	border-color: white;
	background-color: white;
	color: #140b22;
}

.artists-filter {
	background-color: initial;
	border: none;
	color: white;
	padding: 6px 15px;
	padding-left: 10px;
	font-size: 1.2em;
	border-radius: 40px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all 0.1s ease-out;
	position: relative;
	margin: 0px 5px;
}

.artists-filter.artists-filter-alpha {
	margin-right: 15px !important;
}

.artists-filter .feellife-icon {
	margin-right: 10px;
	color: #72637c;
}

.artists-filter:hover {
	border-color: #d6d6d6;
}

.artists-filter-random-icon {
	width: 1em;
	height: 28px;
	margin-right: 10px;
	margin-left: 5px;
	display: inline-block;
	background-image: url('/meta/coin-icon.png');
	background-size: contain;
	background-position: center;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.artists-filter-sort-icon {
	width: 1em;
	height: 28px;
	display: inline-block;
	background-image: url('/meta/sort-icon.png');
	background-size: contain;
	margin-right: 10px;
	margin-left: 5px;
	background-position: center;
	vertical-align: middle;
	background-repeat: no-repeat;
}

#sort-random:hover {
	background-color: rgb(255 255 255 / 6%);
	border-color: transparent;
}

#sort-random:active {
	background-color: rgb(255 255 255 / 17%);
	border-color: #ffffff1a;
}

.minibrowser-artists {
	transition: all 0.12s ease-out;
	margin: 25px 0px;
}

.minibrowser-artists.list-loading {
	opacity: 0;
	transform: translateY(10px);
}

.artists,
.minibrowser-artists {
	position: relative;
}

.artist-elem {
	background-color: #f0edf2;
	overflow: hidden;
	border-radius: 15px;
	color: black;
	border: 1px solid rgb(20 11 34);
	transition: opacity 0.3s ease-out, transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), max-height 1.2s ease-out, box-shadow 0.12s ease-out, border-color 0.12s ease-out;
	position: relative;
	padding-bottom: 45px;
	opacity: 0.85;
	height: 100%;
}

.artist-elem:hover {
	border-color: #ffac4d;
	box-shadow: 0px 0px 6px #ffac4d;
	opacity: 1;
}

.previous-minibrowser-line {
	z-index: 1;
}

.current-minibrowser-line {
	z-index: 3;
	pointer-events: initial;
	position: relative;
}

.next-minibrowser-line {
	z-index: 2;
}

.previous-minibrowser-line .artist-elem {
	transform: translateX(-10%);
	opacity: 0.02;
	max-height: max-content;
	filter: blur(0);
	transition: opacity 0.5s ease-out, transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), max-height 1.2s ease-out;
}

.current-minibrowser-line .artist-elem {
	transform: translateX(0px);
	opacity: 1;
	max-height: max-content;
	filter: blur(0);
	transition: all 0.12s ease-out, opacity 0.2s ease-out, transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), max-height 1.2s ease-out;
}

.next-minibrowser-line .artist-elem {
	transform: translateX(10%);
	opacity: 0.01;
	max-height: max-content;
	filter: blur(0);
	transition: all 0.12s ease-out, opacity 0.5s ease-out, transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95), max-height 1.2s ease-out;
}

.artist-elem.hidden-artist-card {
	opacity: 0;
	height: 0px;
}

.artist-image {
	height: 32vh;
	background-size: cover;
	background-position: center;
	position: relative;
	background-color: #342c40;
	filter: saturate(0);
	transition: filter 0.32s ease-out;
}

.artist-elem:hover .artist-image {
	filter: saturate(1);
}

.artist-logo {
	position: absolute;
	width: 90%;
	max-width: 15vw;
	left: 50%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 45%;
	filter: drop-shadow(2px 4px 6px black);
	transform: translate(-50%, 0px);
}

.artist-name-image {
	display: none;
	color: white;
	font-weight: 600;
	font-size: 4.5vw;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px black;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 5px;
	text-align: center;
	transform: translate(-50%, -50%);
}

.artist-cardbody {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	padding-bottom: 0px;
	align-items: flex-start;
}

.artist-name {
	font-size: 1.25em;
	font-weight: 500;
	text-transform: uppercase;
}

.artist-country {
	font-size: 0.854em;
	display: flex;
	color: #858585;
	margin-top: 9px;
	align-items: center;
}

.artists-countryflag {
	width: 22px;
	display: inline-block;
	height: 13px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-right: 5px;
	border-radius: 2px;
	image-rendering: initial;
	vertical-align: middle;
}

.artist-mode {
	background-color: #72637c;
	padding: 4px 15px;
	margin-left: 10px;
	color: white;
	display: inline-block;
	font-size: 0.85em;
	border-radius: 13px;
}

.artist-tags {
	padding: 0px 20px;
	padding-bottom: 20px;
	margin-top: 15px;
	z-index: 2;
	position: relative;
}

.artist-tag {
	margin-right: 4px;
	margin-bottom: 4px;
	font-size: 0.74em;
	color: #5a5a5a;
	font-weight: 500;
	border-radius: 10px;
	border: 1px solid #c5c5c5;
	padding: 2px 10px;
	display: inline-block;
}

.artist-elem .artist-tags {
	font-size: 0.9em;
	padding-bottom: 0px;
}

.artist-elem .artist-profile-tag {
	color: grey;
}

.artist-elem .artist-profile-tag:hover {
	color: #151515;
}

.artist-social-icons {
	padding: 0.5vw;
	z-index: 2;
	position: absolute;
	display: flex;
	justify-content: flex-end;
	right: 0px;
	bottom: 0px;
}

.artist-social-icons .feellife-icon {
	font-size: 1.5em;
}

.artist-social-icons .feellife-icon-youtube {
	width: 1.2em;
	height: 1.2em;
}

.artist-social-icon {
	color: #827c86;
	font-size: 1.2em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all 0.12s ease-out;
}

.artist-social-icon:hover {
	color: #554f5e;
}

.artist-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.artists-container {
	position: relative;
}

.artists-control-container {
	display: flex;
	justify-content: center;
	top: 50%;
	z-index: 4;
	width: 100%;
	left: 50%;
}

.artists-control {
	background-color: #ffac4d;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.12s ease-out;
	font-size: 1.1em;
	margin: 0px 10px;
}

.artists-control:hover {
	background-color: #ffbc70;
}

.profile-picture-full {
	border-radius: 10px;
	overflow: hidden;
	background-color: black;
	display: block;
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.artist-page {
	position: relative;
	padding-top: 25vh;
	display: flex;
	flex-direction: column;
	background-color: #140b22ab;
	box-shadow: inset 0 4vh 8vw 9vw #140b22;
	align-items: center;
	/* border-radius: 100%; */
	overflow: visible;
}

.artist-page-body {
	display: grid;
	grid-template-columns: 70% 30%;
	padding: 30px;
	padding-top: 0px;
	max-width: 1400px;
}

.artist-page-main {
	padding-right: 30px;
}

#artist-carousel {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	background-color: #0e0e0e;
	opacity: 0.7;
}

.carousel-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	width: 25px;
	height: 50px;
	border: 0px;
	background-color: initial;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.3s ease-out;
	z-index: 3;
	filter: drop-shadow(1px 3px 4px black);
}

.artist-profile-header-image:hover .carousel-button {
	opacity: 0.65;
}

.carousel-button.carousel-button-left {
	background-image: url('/files/slider-left.png');
	left: 15px;
}

.carousel-button.carousel-button-right {
	background-image: url('/files/slider-right.png');
	right: 15px;
}

.artist-gallery-image {
	vertical-align: top;
	width: 100%;
	height: 100vh;
	top: 0px;
	position: absolute;
	opacity: 0;
	transform: scale(1.1);
	z-index: 1;
	transition: all 0.6s ease-out;
	cursor: pointer;
	object-fit: cover;
	object-position: top;
	}

.artist-gallery-image.display-carousel-image {
	opacity: 1;
	transform: scale(1);
	z-index: 2;
}

.artist-profile-header {
	position: relative;
	padding-top: 110px;
	max-width: 1400px;
	display: flex;
	width: 100%;
}

.artist-profile-picture {
	position: absolute;
	width: 245px;
	height: 245px;
	border-radius: 50%;
	left: 40px;
	top: 45px;
	background-size: cover;
	background-position: center;
	border: 3px solid #ffffff;
	background-color: #bdbdbd;
	z-index: 4;
	cursor: pointer;
	transition: filter 0.12s ease-out;
}

.artist-profile-picture:hover {
	filter: brightness(1.2);
}

.artist-logo-profile {
	position: absolute;
	width: 90%;
	left: 50%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 50%;
	filter: drop-shadow(2px 4px 6px black);
	transform: translate(-50%, -50%);
}

.artist-subtitle {
	color: #e7e7e7;
	margin-top: 5px;
	font-size: 0.9em;
	text-shadow: 0px 2px 1px #0000008c;
}

.artist-profile-country {
	color: #ffffff;
	font-size: 0.8em;
	margin-top: 10px;
	text-shadow: 0px 2px 1px #0000008c;
}

.artist-profile-tag {
	background-color: #f0edf2;
	padding: 6px 13px;
	margin-right: 8px;
	border-radius: 25px;
	color: #140b22;
	font-size: 0.75em;
	border: 1px solid #dddbdd;
	display: inline-block;
	transition: all 0.16s ease-out;
}

.artist-profile-tag:hover {
	background-color: #fcfcfc;
	color: #626262;
	border-color: #dedede;
}

.artist-profile-tags {
	margin-top: 20px;
}

.artist-header-info-container {
	padding-left: 320px;
	padding-bottom: 55px;
}

.artist-profile-name {
	font-size: 3.3vw;
	color: #ffffff;
	font-weight: 700;
	text-shadow: 0px 2px 1px #0000008c;
}

.artist-header-info {
	padding: 20px 0px;
	padding-right: 20px;
}

.artist-header-booking-button {
	display: inline-block;
	padding: 7px 20px;
	padding-left: 15px;
	background-color: #ffac4d;
	border-radius: 15px;
	border: 1px solid #d9823f;
	color: #140b22 !important;
	text-transform: uppercase;
	font-weight: 700;
	transition: background-color 0.12s ease-out;
	white-space: nowrap;
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.artist-header-booking-button .feellife-icon {
	margin-right: 10px;
	font-weight: initial;
	font-size: 1.7em;
}

.artist-header-booking-button:hover {
	background-color: #ffbc70;
}

.artist-bio {
	position: relative;
	overflow: hidden;
	padding: 60px;
	color: #140b22;
	border-radius: 30px;
	background-color: #140b22d6;
}

.artist-bio-title {
	color: #ffffff;
	font-size: 3em;
	font-weight: 600;
	margin-bottom: 50px;
	text-shadow: 0px 1px 3px #00000075;
}

.artist-bio-text {
	font-size: 1.33em;
	line-height: 1.724em;
	color: #ffffff;
}
.artist-bio-text p {
    line-height: 1.724em;
}
.artist-bio-text span {
	line-height: initial !important;
}

.artist-bio.mobile-ver {
	display: none;
}

.artist-bio.mobile-ver span {
	line-height: initial !important;
}

.artist-embed {
	position: relative;
}

.artist-embed iframe {
	max-width: 100% !important;
	margin: 0 auto;
	display: block;
}

.artist-sidebar-section {
	margin-bottom: 25px;
	background-color: #140b22d6;
	padding: 30px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
}

.artist-sidebar-section-title {
	font-size: 1.5em;
	font-weight: 600;
	color: #ffac4d;
	margin-bottom: 20px;
}

.artist-social-link .feellife-icon {
	color: #888888;
	margin-right: 12px;
	font-size: 1.9em;
}

.artist-social-link {
	color: #d6d5d6;
	font-size: 1.1em;
	margin-bottom: 6px;
}

.artist-social-link:hover {
	color: white;
}

.artist-social-link:hover .feellife-icon {
	color: #c8c8c8;
}

.artist-social-link .feellife-icon-youtube {
	width: 1em;
	height: 1em;
	display: inline-block;
	font-size: 1.9em;
	margin-right: 12px;
	vertical-align: middle;
}

.artist-social-link:hover .feellife-icon-youtube {
	filter: brightness(1.5);
}

.artist-presskit-container {
	background-color: white;
	padding: 10px 25px;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
	border-radius: 15px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	border: 1px solid transparent;
	margin-bottom: 25px;
	transition: all 0.12s ease-out;
	justify-content: space-between;
}

.artist-presskit-container:hover {
	border-color: #ffac4d;
	box-shadow: 0px 0px 10px #ffac4d;
}

.artist-presskit-container .feellife-icon {
	font-size: 5em;
	color: #cdcdcd;
	transition: all 0.12s ease-out;
}

.artist-presskit-container:hover .feellife-icon {
	color: #ffac4d;
}

.artist-presskit-title {
	color: #140b22;
	font-weight: 600;
	font-size: 1.23em;
}

.artist-presskit-description {
	color: #a8a8a8;
	font-size: 0.9em;
	margin-top: 10px;
	line-height: 1.3em;
	padding-right: 20px;
}

.artist-presskit-icon {
	width: 150px;
	height: 150px;
}

.artist-presskit-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.artist-gig-card .gig-image {
	width: 64px;
	height: 64px;
}

.gig-card.artist-gig-card {
	grid-template-columns: 64px 1fr;
	padding: 10px;
}

.artist-gig-card .gig-info {
	padding-left: 10px;
}

.artist-gig-card .gig-info-left {
	font-size: 0.78em;
}

.artist-gig-card .gig-title {
	font-size: 1.2em;
}

.artist-gig-card .gig-location {
	margin-top: 10px;
}

.artist-gig-card .gig-info-right {
	font-size: 0.65em;
	min-width: initial;
}

.gigs-mainframe {
	padding: 60px;
	z-index: 1;
	position: relative;
	padding-top: 260px;
}

.gigs-sidebar {
	position: fixed;
	top: 80px;
	right: 11px;
	height: calc(100% - 80px);
	background-color: #f0edf2;
	z-index: 2;
	width: 40%;
	box-shadow: 0px 0px 4px rgb(0 0 0 / 34%);
	border-radius: 4px;
	overflow: hidden;
	overflow-y: auto;
	transform: translateX(calc(100% + 25px));
	transition: transform 0.22s ease-out, opacity 0.22s ease-out;
	opacity: 0;
	z-index: 200;
	max-width: 500px;
}

.gigs-sidebar.open-sidebar {
	transform: translateX(0);
	opacity: 1;
}

.gigs-sidebar.sidebar-loading {
	background-image: url(/files/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	background-color: #f0edf2;
}

.gigs-mainframe.condensed-mainframe {
	width: 75%;
}

.gigs-header {}

.gigs-header-title {
	font-weight: 600;
	font-size: 2em;
	color: #140b22;
}

.gigs-header-upcoming {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 25px;
	margin-top: 35px;
}

.gigs-next-upcoming-card {
	background-color: #140b22;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	padding: 30px 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 22vw;
	transition: all 0.12s ease-out;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 30%);
}

.gigs-next-upcoming-card:hover {
	border-color: #ffac4d;
	box-shadow: 0px 0px 8px #ffac4d;
}

.gigs-next-title {
	color: white;
	font-size: 1.8em;
	font-weight: 500;
	display: block;
	margin-bottom: 19px;
	transition: all 0.12s ease-out;
}

.gigs-next-title:hover {
	color: #ffac4d;
}

.gigs-next-upcoming-image-tilt {
	position: absolute;
	top: 0px;
	right: -10%;
	width: 50%;
	height: 100%;
	background-color: grey;
	transform: skewX(10deg);
	z-index: 1;
	overflow: hidden;
}

.gigs-next-upcoming-image {
	width: 120%;
	height: 100%;
	transform: skewX(-10deg) translateX(-16%);
	position: absolute;
	top: 0px;
	object-fit: cover;
	object-position: top center;
}

.gigs-next-upcoming-top {
	line-height: 1.5em;
	max-width: 55%;
	z-index: 2;
	white-space: initial;
}

.gigs-next-upcoming-top .artists-countryflag {
	margin-right: 11px;
	width: 26px;
	height: 16px;
}

.gigs-next-country {
	color: #e0e0e0;
	font-size: 0.9em;
	display: inline-block;
	margin-bottom: 7px;
	font-weight: 500;
}

.gigs-next-location {
	font-size: 0.84em;
	color: #a1a1a1;
	display: block;
	font-weight: 500;
	line-height: 1.7em;
}

.gigs-next-upcoming-bottom {
	display: flex;
	z-index: 2;
	margin-top: 40px;
}

.gigs-next-date {
	color: #ffac4d;
}

.gigs-next-artists-bubbles {
	height: 100%;
	border-left: 1px solid #3c3448;
	margin-left: 13px;
	padding-left: 10px;
	padding-right: 30px;
	display: flex;
	align-items: center;
}

.gigs-next-artists-bubbles:hover .gigs-artist-bubble {
	margin-right: -10px;
}

.gigs-artist-bubble {
	width: 64px;
	height: 64px;
	background-color: #232027;
	display: inline-block;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	image-rendering: initial;
	border: 3px solid #232027;
	margin-right: -30px;
	transition: transform 0.16s ease-out, margin-right 0.26s ease-out;
	position: relative;
	transform-origin: bottom;
	vertical-align: middle;
	image-rendering: initial;
}

.gigs-artist-bubble:hover {
	transform: scale(1.3);
	z-index: 2;
}

.gigs-artist-bubble-remainder {
	width: 64px;
	height: 64px;
	display: inline-block;
	border-radius: 50%;
	border: 3px solid #232027;
	margin-right: -30px;
	transition: transform 0.16s ease-out, margin-right 0.26s 0.15s ease-out;
	position: relative;
	transform-origin: bottom;
	vertical-align: middle;
	font-weight: 600;
	background-color: white;
	cursor: pointer;
}

.gigs-artist-bubble-remainder:hover {
	z-index: 2;
}

.gigs-next-artist-name {
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.56em;
	font-weight: 500;
	color: #cecece;
	padding: 3px 7px;
	display: none;
	width: max-content;
	text-align: center;
	background-color: #232027;
	border-radius: 6px;
}

.gigs-artist-bubble:hover .gigs-next-artist-name {
	display: block;
}

.gigs-filters {
	margin-top: 45px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 10px;
	position: sticky;
	top: 80px;
	z-index: 100;
	background-color: rgb(240 237 242 / 96%);
}

.gigs-filter {
	background-color: initial;
	border: none;
	color: #9a92a5;
	padding: 6px 25px;
	padding-left: 15px;
	font-weight: 500;
	font-size: 1.14em;
	border-radius: 40px;
	cursor: pointer;
	border: 2px solid transparent;
	margin-right: 20px;
	transition: all 0.1s ease-out;
	display: inline-block;
}

.gigs-filter:last-child {
	margin: 0px;
}

.gigs-filter .feellife-icon {
	margin-right: 10px;
	color: #72637c;
}

.gigs-filter:hover {
	border-color: #140b22;
	color: #140b22;
}

.gigs-country-filter .feellife-icon {
	color: grey;
}

.gigs-country-filter-input {
	background-color: initial;
	border: 0;
	font-weight: 500;
	font-size: 1em;
	outline: none;
}

.gigs-country-filter-input::placeholder {
	color: #9a92a5;
}

.gigs-country-list-select {
	position: absolute;
	display: none;
}

.gigs-filter.selected-gig-filter {
	background-color: #140b22;
	color: white;
}

.gigs-filter.selected-gig-filter .feellife-icon {
	color: #ffac4d;
}

.gigs-list-container {
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 4px;
}

.gigs-events-list-empty {
	display: block;
	text-align: center;
	color: #a0a0a0;
}

.gigs-events-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 25px 10px;
	opacity: 1;
	margin-top: 25px;
	transform: translateY(0px);
	transition: transform 0.42s ease-out, opacity 0.21s ease-out;
}

.gigs-list-loading .gigs-events-list {
	opacity: 0.3;
	transform: translateY(10px);
	transition: transform 0.8s ease-out, opacity 0.62s ease-out;
}

.gigs-events-list.loading-more-gigs {
	opacity: 0.3;
	transform: translateY(10px);
	transition: transform 0.8s ease-out, opacity 0.62s ease-out;
}

.gig-elem {
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 30%);
	background-color: white;
}

.gig-elem-top {
	height: 14vw;
	overflow: hidden;
	border-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	position: relative;
	background-image: url(/files/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	background-color: #dddadf;
}

.gig-elem-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0px;
	left: 0px;
}

.gig-elem-social-link {
	background-color: #de5e73;
	border-radius: 3px;
	padding: 2px 10px;
	padding-left: 4px;
	color: #ffffff;
	margin-left: 10px;
	transition: all 0.12s ease-out;
	font-size: 0.7em;
	display: inline-block;
}

.gig-elem-social-link .feellife-icon {
	margin-right: 2px;
	font-size: 1.5em;
}

.gig-elem-social {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}

.gig-elem-social-link:hover {
	background-color: #dc2845;
	color: white;
}

.gig-magnifier {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 40%);
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.86em;
	opacity: 0;
	transition: opacity 0.12s ease-out;
	color: #ffffff;
	cursor: pointer;
}

.gig-magnifier:hover {
	opacity: 1;
}

.gig-elem-countryFlag {
	width: 26px;
	display: inline-block;
	height: 16px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 2px;
	image-rendering: initial;
	vertical-align: middle;
	box-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #140b22;
}

.gig-elem-date {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 11px 12px;
	padding-top: 6px;
	color: #ffac4d;
	background-color: #140b22;
	border-radius: 6px;
	font-size: 0.7em;
}

.gig-elem-title {
	color: #140b22;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: 600;
	transition: 0.12s ease-out;
	word-break: break-word;
}

.gig-elem-title:hover {
	color: #ffac4d;
}

.gig-elem-bottom {
	padding: 10px 20px;
	padding-bottom: 75px;
}

.gigs-next-upcoming-bottom .gig-date-month-year {
	color: white;
	font-weight: 500;
}

.gig-elem-artists .gigs-artist-bubble {
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff;
	margin-right: -14px;
}

.gig-elem-artists {
	position: absolute;
	bottom: 0px;
	padding: 20px;
	width: 100%;
	left: 0px;
	white-space: nowrap;
}

.gig-elem-artists .gigs-artist-bubble-remainder {
	height: 40px;
	width: initial;
	border-radius: initial;
	border: 0;
	margin-right: -14px;
	padding-left: 20px;
	background-color: initial;
	font-weight: 400;
	font-size: 0.7em;
	color: grey;
	display: inline;
}

.gig-elem-artists .gigs-artist-bubble-remainder:hover {
	color: #0b0811;
	font-weight: 500;
}

.gig-elem-artists .gigs-next-artist-name {
	bottom: -12px;
}

.gigs-load-more {
	background-color: #ffac4d;
	border: 0;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 17%);
	padding: 15px 30px;
	font-size: 0.9em;
	border-radius: 10px;
	margin-top: 40px;
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
	color: #140b22;
	transition: all 0.12s ease-out;
}

.gigs-load-more:hover {
	background-color: #ffbc70;
}

.gigs-sidebar-main {
	opacity: 1;
	transition: opacity 0.42s ease-out;
}

.sidebar-loading .gigs-sidebar-main {
	opacity: 0;
	transition: opacity 0s;
}

.sidebar-gig-image-container {
	background-image: url(/files/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	background-color: #dddadf;
}

.sidebar-gig-image {
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	background-position: center;
	width: 100%;
	max-height: 564px;
	object-fit: cover;
	min-height: 250px;
	transition: opacity 0.2s ease-out;
}

.event-carousel {
	position: relative;
}

.carousel-images-container {
	bottom: 0px;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	background-color: #0a0a0a;
	overflow-x: auto;
}

.event-gallery-image {
	display: inline-block;
	width: 105px;
	height: 78px;
	white-space: nowrap;
	border-radius: 10px;
	object-fit: cover;
	cursor: pointer;
	margin: 5px;
	margin-right: 0px;
}

.sidebar-gig-data {
	padding: 30px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

.sidebar-gig-title {
	font-size: 1.4em;
	padding-top: 25px;
	padding-bottom: 15px;
	font-weight: 700;
	text-align: left;
	position: sticky;
	top: 0px;
	background-color: #f0edf2;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	z-index: 2;
	color: #2b2338;
}

.sidebar-gig-location {
	text-align: left;
	color: grey;
	font-weight: 500;
	font-size: 0.8em;
}

.sidebar-gig-date-price {
	margin-top: 30px;
	padding: 15px;
	background-color: rgb(226 226 226);
	border-radius: 20px;
	align-items: center;
	justify-content: space-around;
}

.sidebar-gig-date {
	display: flex;
	flex-direction: row;
	padding: 15px 25px;
	padding-bottom: 5px;
	justify-content: space-evenly;
}

.sidebar-gig-date-begin {
	text-align: center;
}

.sidebar-gig-date-day {
	color: #140b22;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 10px;
}

.sidebar-gig-dateprice-text {
	color: grey;
	font-size: 0.8em;
	text-align: center;
}

.sidebar-gig-date-separator {
	color: #b3b3b3;
	font-size: 1.3em;
}

.sidebar-gig-date-end {
	text-align: center;
}

.sidebar-gig-price-amount {
	color: #707070;
	font-size: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
}

.sidebar-gig-price {
	padding: 15px 25px;
	padding-bottom: 5px;
	border-left: 1px solid #bcbcbc;
}

.sidebar-gig-section-title {
	text-align: left;
	font-size: 1.4em;
	font-weight: 500;
	margin-bottom: 15px;
	color: #2b2338;
}

.sidebar-gig-section {
	margin-top: 40px;
}

.sidebar-gig-artists-container {
	text-align: left;
}

.sidebar-gig-artist {
	display: inline-block;
	color: #140b22;
	font-size: 0.85em;
	margin-right: 6px;
	margin-bottom: 6px;
	background-color: #dddddd;
	padding: 5px 7px;
	padding-right: 12px;
	border-radius: 4px;
	font-weight: 500;
	transition: all 0.12s ease-out;
}

.sidebar-gig-artist:hover {
	background-color: #ffac4d;
	color: #140b22;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 21%);
}

.sidebar-gig-artist-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: grey;
	height: 33px;
	width: 33px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 7px;
	border: 1px solid #dddddd;
}

.sidebar-gig-description {
	text-align: left;
	font-size: 0.85em;
	line-height: 1.6em;
	color: #6b6b6b;
	word-break: break-word;
	overflow: hidden;
	max-height: 200px;
	padding-bottom: 10px;
}

.sidebar-gig-description.show-full-description {
	max-height: initial;
}

.sidebar-gig-description-more {
	box-shadow: 0px 0px 14px 17px #f1eef3;
	background-color: #f0edf2;
	width: 100%;
	display: block;
	position: relative;
	color: #a4a4a4;
	margin-top: 10px;
	cursor: pointer;
}

.sidebar-gig-description-more:hover {
	color: black;
}

.sidebar-gig-close {
	position: sticky;
	border-radius: 50%;
	width: 50px;
	float: right;
	height: 50px;
	top: 15px;
	right: 15px;
	font-size: 1.7em;
	padding: 0px;
	margin: 0px;
	border: 0px;
	cursor: pointer;
	transition: all 0.12s ease-out;
	z-index: 3;
	margin-top: -50px;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 66%);
}

.sidebar-gig-buy-share {
	display: grid;
	grid-template-columns: 0.75fr 0.25fr;
	margin-top: 30px;
	position: sticky;
	bottom: 0px;
	padding-bottom: 25px;
	gap: 20px;
	box-shadow: 0px 0px 14px 17px #f1eef3;
	background-color: #f0ecf2;
}

.sidebar-gig-buy-tickets {
	padding: 25px 0px;
	display: inline-block;
	background-color: #ffac4d;
	color: black !important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.1em;
	border-radius: 10px;
	transition: all 0.12s ease-out;
	user-select: none;
}

.sidebar-gig-close:hover {
	background-color: #d8d8d8;
}

.sidebar-gig-share {
	padding: 25px 0px;
	display: inline-block;
	background-color: #5c4a67;
	color: #ddd5e2;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.1em;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.12s ease-out;
	user-select: none;
}

.sidebar-gig-share.copied {
	background-color: #64ade0 !important;
	color: #ffffff !important;
	cursor: default;
	pointer-events: none;
}

.sidebar-gig-buy-tickets:hover {
	background-color: #ffbc70;
	color: #3e3020 !important;
}

.sidebar-gig-share:hover {
	background-color: #6e5e78;
}

.sidebar-gig-social {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	flex-direction: row;
}

.sidebar-gig-social-link {
	display: block;
	background-color: #5c4a67;
	border-radius: 3px;
	padding: 6px 11px;
	padding-left: 5px;
	font-size: 0.8em;
	color: #c3bcc6;
	transition: all 0.12s ease-out;
}

.sidebar-gig-social-link .feellife-icon {
	margin-right: 1px;
	font-size: 1.5em;
}

.sidebar-gig-social-link.link-facebook {
	background-color: #dc2845;
	color: #ffc3c3;
}

.sidebar-gig-social-link.link-facebook:hover {
	background-color: #de5e73;
	color: #ffe7e7;
}

.sidebar-gig-social-link.link-website:hover {
	background-color: #7b6688;
	color: #fbf4ff;
}

.services-main {
	padding-top: 305px;
	padding-bottom: 100px;
	background-color: #140b22;
}

.services-head {
	padding: 0px 115px;
	padding-top: 25px;
}

.services-summary-container {
	padding: 25px 115px;
	padding-bottom: 60px;
}

.services-summary {
	line-height: 1.643em;
	font-size: 1.25em;
	font-weight: 300;
	max-width: 80%;
}

.services-section-container {
	padding: 100px 115px;
	min-height: 100vh;
	padding-bottom: 80px;
	background-color: #0c0714;
	display: flex;
	gap: 30px;
	flex-direction: column;
	align-items: flex-start;
	background-size: cover;
	position: relative;
	border-bottom: 20px solid black;
}

.services-section-container:nth-child(even) {
	align-items: flex-end;
	text-align: right;
}

.services-section-container:hover .services-section-background {
	filter: saturate(1);
}

.services-section-background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-size: cover;
	filter: saturate(0);
	transition: all 0.3s ease-out;
	opacity: 0.4;
}
.services-section-body {
    position: relative;
    
}
.services-section-title {
	font-size: 3em;
	font-weight: 600;
	background-color: black;
	padding: 5px 15px;
	text-shadow: 0px 3px 3px black;
	margin-bottom: 20px;
	display: inline-block;
}
.services-section-text {
	line-height: 1.67em;
	font-size: 1.15em;
	font-weight: 300;
	max-width: 500px;
	text-shadow: 0px 1px 3px black;
}
.contact-main-container {
	position: relative;
	overflow: hidden;
}
.contact-background-tilt {
	position: absolute;
	width: 60%;
	height: 100%;
	right: -10%;
	top: 0px;
	background-color: white;
	transform: skewX(10deg);
	overflow: hidden;
}

.contact-background-image {
	background-size: cover;
	background-position: bottom right;
	position: absolute;
	width: 120%;
	height: 100%;
	left: -15%;
	transform: skewX(-10deg);
}

.contact-title {
	padding: 30px 25px;
	padding-left: 115px;
	font-size: 1.5em;
	font-weight: 500;
	color: #ffac4d;
	max-width: 555px;
	z-index: 3;
	position: relative;
}

.contact-subdesc {
	font-size: 1.4em;
	line-height: 1.6em;
	margin-top: 25px;
	max-width: 515px;
	padding: 0px 25px;
	padding-left: 115px;
	z-index: 3;
	position: relative;
}

.contact-description {
	font-size: 3.30em;
	font-weight: 500;
	line-height: 1.2em;
	max-width: 555px;
	padding: 0px 25px;
	padding-left: 115px;
	z-index: 3;
	position: relative;
}

.contact-main {
	padding-top: 230px;
	background-color: #140b22;
	padding-bottom: 400px;
	display: grid;
	grid-template-columns: 50% 1fr;
}

.contact-form {
	width: 495px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
	color: black;
	padding: 32px 25px;
	padding-bottom: 35px;
	z-index: 3;
	display: flex;
	align-items: stretch;
	flex-direction: column;
}

.contact-success-message {
	padding: 60px 30px;
	color: #363636;
	text-align: center;
	line-height: 1.7em;
	font-size: 1.1em;
}

.contact-inputbox-double {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.contact-inputbox {
	border: 1px solid #d3d3d3;
	margin-bottom: 20px;
	border-radius: 12px;
	background-color: #f0edf2;
	padding: 12px 15px;
	padding-top: 14px;
	transition: all 0.12s ease-out;
}

.contact-inputbox.invalid-field {
	background-color: #ffe9e9;
}

.contact-inputbox textarea {
	height: 200px;
	resize: none;
	font-size: 0.9em;
	color: #222222;
}

.contact-inputbox.inputbox-focus {
	background-color: #fff1e1;
	border-color: #ffb057;
	box-shadow: 0px 0px 4px #ffb057;
}

.contact-inputbox-title {
	color: #aaa8ac;
	font-size: 0.8em;
	font-weight: 500;
}

.contact-input-required {
	color: #faae58;
	margin-left: 6px;
}

.contact-inputbox-input {
	border: none;
	background-color: initial;
	width: 100%;
	padding: 0px;
	font-weight: 500;
	font-size: 1.15em;
	outline: none;
	height: 25px;
	transition: font-size 0.1s ease-out;
	margin-top: 2px;
}

.contact-inputbox-input::placeholder {
	color: #8f8c92;
}

.contact-inputbox-input:focus {
	font-size: 1.06em;
}

#contact-agreement {
	display: none;
}

.contact-agreement {
	font-size: 0.8em;
	font-weight: 500;
	padding: 7px 8px;
	display: inline-block;
	border-radius: 4px;
	transition: background-color 0.2s ease-out;
	position: relative;
	margin-bottom: 20px;
	background-color: #f0edf2;
}

.contact-agreement.invalid-input {
	background-color: rgb(255 233 233) !important;
}

.contact-agreement:hover {
	background-color: #ffedd9;
}

.contact-label {
	padding: 5px 10px;
	padding-left: 33px;
	height: 23px;
	background-image: url('/files/newsletter-box.png');
	background-repeat: no-repeat;
	background-size: 23px;
	display: inline-block;
	cursor: pointer;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	color: #838383;
}

#contact-agreement:checked+.contact-label {
	background-position: 0px -23px;
}

.contact-calltoaction {
	display: block;
	width: 100%;
	padding: 20px 10px;
	cursor: pointer;
	border: 1px solid #bc7e38;
	border-radius: 12px;
	background-color: #ffac4d;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.95em;
	transition: background-color 0.12s ease-out;
}

.contact-calltoaction:hover {
	background-color: #ffbc70;
}

.footer {
	background-color: #140b22;
	position: relative;
}

.footer-instagram-header {
	padding: 70px 100px;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-instagram-title {
	font-size: 3.7em;
	font-weight: 500;
	text-shadow: 0px 3px 7px rgb(0 0 0 / 60%);
}

.footer-instagram-title .feellife-icon {
	color: #ffac4d;
	font-size: 1em;
	margin-left: 10px;
}

.footer-instagram-profile-link {
	font-size: 1.35em;
}

.instagram-feed-container {
	width: 100%;
}

.instagram-feed {
	column-count: 9;
	
column-gap: 0px;}

.footer-instagram {
	position: relative;
	overflow: hidden;
}

.instagram-feed a {
	width: 100%;
	
	position: relative;
	
	
	
	
	
	
	
	
}

.instagram-feed a:hover img {
	opacity: 1;
}

.instagram-feed a:hover .instagram-feed-caption-container {
	opacity: 1;
}

.instagram-feed a:nth-child(odd) {}

.instagram-feed a img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	image-rendering: initial;
	
	
opacity: 0.83;transition: opacity 0.16s ease-out;}

.instagram-feed-caption-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 30%);
	backdrop-filter: blur(2px);
	color: white;
	text-shadow: 0px 1px rgb(0 0 0 / 85%);
	display: flex;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.22s ease-out;
	overflow: auto;
	padding: 20px;
	align-items: flex-end;
}

.instagram-feed-caption-container p {
	text-align: center;
	line-height: 1.624em;
	font-size: 0.7em;
	display: block;
}

.footer-logo {
	background-image: url(/files/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 150px;
	height: 150px;
}

.footer-info {
	padding: 70px 100px;
	display: flex;
	justify-content: space-between;
}

.footer-left {
	display: flex;
	align-items: flex-end;
}

.footer-slu {
	padding: 20px;
	font-size: 1.3em;
}

.footer-right {
	padding: 20px;
	padding-right: 0px;
	text-align: right;
}

.footer-social-links {
	text-align: right;
	margin-bottom: 30px;
	font-size: 2.2em;
}

.footer-social-links a {
	transition: color 0.16s ease-out;
}

.footer-social-links a:hover {
	color: #ffc480;
}

.footer-link {
	color: white;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 1.35em;
	font-weight: 300;
	transition: color 0.15s ease-out;
	display: inline-block;
}

.footer-link:hover {
	color: #ffac4d;
}

@font-face {
	font-family: 'Axiforma';
	src: url('/files/axiforma-light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Axiforma';
	src: url('/files/axiforma-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Axiforma';
	src: url('/files/axiforma-medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Axiforma';
	src: url('/files/axiforma-bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'FeelIcons';
	src: url('/files/feellife-icons.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@keyframes carouselScroll {
	from {
		transform: translateX(0%);
	}

	to {
		transform: translateX(-100%);
	}
}

@keyframes footerScroll {
	from {
		transform: translateX(0%);
	}

	to {
		transform: translateX(-100%);
	}
}

@keyframes flipTheCoin {
	0% {
		transform: rotateX(0deg) translateY(0px);
	}

	35% {
		transform: rotateX(160deg) translateY(10px);
	}

	40% {
		transform: rotateX(220deg) translateY(12px);
	}

	56% {
		transform: rotateX(270deg) translateY(9px);
	}

	100% {
		transform: rotateX(360deg) translateY(0px);
	}
}

@media screen and (max-width: 1280px) {
	.footer {
		font-size: 0.85em;
	}

	.footer-slu {
		padding: 20px;
		font-size: 0.8em;
	}
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 960px) {
	.navigation {
		padding: 0px 25px;
		background-color: #f0edf2;
		height: 80px;
		box-shadow: 0px 0px 3px rgb(0 0 0 / 22%);
		position: sticky;
	}

	.feellife-top-logo {
		width: 120px;
	}

	.feellife-top-logo-big {
		display: none;
	}

	.feellife-top-logo-small {
		opacity: 1;
		transform: translateY(-50%);
		top: 50%;
		cursor: pointer;
	}

	.navigation.sticky .navigation-links {
		display: none;
	}

	.navigation.sticky .navigation-menu {
		display: flex;
	}

	.navigation.menu-toggled .menu-button {
		background-color: white;
	}

	.navigation .menu-button {
		font-size: 1em;
	}

	.navigation-menu {}

	.navigation.menu-toggled .navigation-menu {
		display: flex;
		border-bottom-left-radius: 10px;
		align-items: center;
	}

	.footer {
		font-size: 0.8em;
	}

	.footer-instagram-header .section-link {
		padding: 15px 20px;
		width: initial;
	}

	.footer-info {
		padding: 20px;
		padding-top: 20px;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}

	.footer-instagram-header {
		padding: 25px;
	}

	.footer-instagram-title {
		font-size: 2.7em;
	}

	.instagram-feed {
		column-count: 5;
	}

	.instagram-feed a {
		width: 20vw;
	}

	.footer-left {
		flex-direction: column;
		align-items: center;
	}

	.footer-slu {
		padding: 20px 0px;
		font-size: 0.8em;
		margin-left: 0px;
	}

	.footer-logo {
		width: 100px;
		height: 100px;
	}

	.footer-right {
		padding: 0px;
		margin-bottom: 25px;
		text-align: center;
	}

	.footer-link {
		margin: 0px;
		padding: 10px;
	}

	.footer-social-links {
		text-align: center;
		font-size: 2.2em;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 750px) {
	.navigation {
		align-items: start;
	}

	.navigation .menu-button {
		margin: 0px !important;
		transition: none;
	}

	.navigation-menu-links {
		gap: 0px;
		height: initial !important;
		padding: 0px;
		background-color: white;
		flex-direction: column;
		border-radius: 10px;
		margin-top: 5px;
		box-shadow: -1px 2px 4px rgb(0 0 0 / 24%);
		transition: none;
		position: absolute;
		top: calc(100% + 0px);
		right: 0px;
		left: initial !important;
	}

	.navigation .navigation-menu {
		margin-top: 15px;
	}

	.navigation.menu-toggled .menu-button {
		border-radius: 8px !important;
	}

	.navigation.menu-toggled .navigation-menu {
		align-items: flex-end;
		background-color: initial;
		padding: 0px;
		box-shadow: none;
		overflow: initial;
		display: block;
	}

	.navigation-menu-link {
		font-size: 0.9em;
		border-bottom: 1px solid #d0d0d0;
		padding: 15px 15px;
		padding-right: 45px;
		justify-content: left;
	}

	.navigation-menu-link:last-child {
		border-bottom: none;
	}
}

@media screen and (max-width: 600px) {
	.footer-instagram-header .section-link {
		display: none;
	}
}