* {
	font-family: 'commuters-sans', sans-serif;
	color: #707070;
	box-sizing: border-box
}
*[hidden] {
	display: none !important;
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	background: #DEDEDE
}

p, h4 {
	margin-top: 0
}

h1.light, h2.light, h3.light, h4.light {
	font-weight: 400
}

svg {
	display: block
}


svg[hidden] {
	display: none
}

a {
	color: #b48811
}

a.white {
	color: #fff
}

button {
	background: none;
	outline: none
}
.margin-left-30 {
	margin-left: 30px
}

.bg {
	background: url(../image/background.jpg) no-repeat center/cover !important;
	height: 79vh;
	position: relative
}

.image-header {
	height: 75vh;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.image-header main {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	width: 100%
}

.image-header h1 {
	font-size: 36px;
	font-weight: 900;
	padding: 16px 0;
	border: 2px solid #B48811;
	border-radius: 10px;
	max-width: 400px;
	margin: 0 auto
}

.image-header.variant h1 {
	max-width: 765px
}

.image-header.variant h2 {
	margin-bottom: 60px;
	font-size: 36px
}

.image-header.short {
	height: 45vh
}

.image-header main.left {
	top: 50%;
	left: 0;
	transform: translate(0, -50%)
}

.image-header main.left h1 {
	text-align: left
}

.image-header h1.no-border {
	border: none
}

.bg.not-fixed {
	height: auto
}

.flex {
	display: flex
}

.flex.valign-center {
	align-items: center
}

.flex.justify-center {
	justify-content: center
}

.flex.space-between {
	justify-content: space-between
}

.grid {
	display: grid
}

.grid.six-columns {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.grid.five-columns {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.grid.four-columns {
	grid-template-columns: 1fr 1fr 1fr 1fr
}

.grid.three-columns {
	grid-template-columns: 1fr 1fr 1fr
}

.grid.two-columns {
	grid-template-columns: 1fr 1fr
}

.grid.data-table {
	grid-template-columns: 35% 33% 1fr 1fr
}

.grid.data-table .table-heading {
	border-bottom: 2px solid #EBD197;
	margin: 0;
	color: #3D5263;
	padding-bottom: 25px
}

.grid.data-table .data-cell {
	border-bottom: 2px solid #EBD197;
	padding: 25px 0;
	display: flex;
	align-items: center
}

.grid.data-table .data-cell p {
	margin: 0;
	color: #3D5263;
	font-size: 18px
}

.grid.data-table .data-button {
	border: 1px solid #b48811;
	display: block;
	text-decoration: none;
	font-size: 18px;
	width: 100%;
	padding: 28px 0;
	transition: ease .3s
}

.grid.data-table .data-button:hover {
	background: #b48811;
	color: #fff
}

.grid.gap-16 {
	grid-gap: 16px
}

.grid.gap-26 {
	grid-gap: 26px
}

.grid-gap-30 {
	grid-gap: 30px
}

.grid .span-2 {
	grid-column: span 2
}

.center {
	text-align: center
}

.relative {
	position: relative
}

.pad-btm-50 {
	padding-bottom: 50px
}

.pad-btm-100 {
	padding-bottom: 100px
}

.pad-btm-200 {
	padding-bottom: 200px
}

.pad-top-100 {
	padding-top: 100px
}

.pad-vertical-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.pad-vertical-200 {
	padding-top: 200px;
	padding-bottom: 200px
}

.uppercase {
	text-transform: uppercase
}

.white-text {
	color: #fff
}

.gold-text {
	color: #B48811
}

.margin-auto {
	margin: 0 auto
}

.width-80 {
	width: 80%
}

.width-60 {
	width: 60%
}

.width-40 {
	width: 40%
}

.width-20 {
	width: 20%
}

strong {
	color: inherit;
	font-size: inherit
}

figure {
	margin: 0
}

.rounded {
	border-radius: 10px
}

.rounded-right-only {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px
}

.overflow-hidden {
	overflow: hidden
}

hr {
	border: none;
	border-top: 1px solid #969696
}

figure img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%
}

.portfolio-grid-bg{
	height: 416.75px;
	width: 416.75px;
}

.object-fit {
	object-fit: cover
}

main {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 225px
}

footer {
	min-height: 17vh;
	padding: 75px 0;
	padding-top: 100px;
	background: linear-gradient(180deg, #dedede 0%, #fff 100%)
}

footer hr {
	margin: 20px auto;
	margin-bottom: 0;
}

.address {
	width: 80%
}

.address .icon {
	max-width: 60px;
	max-height: 80px;
	width: 100%
}

.company-info {
	max-width: 300px
}

.company-info p {
	font-size: 12px;
	margin: 0;
	border-left: 1px solid #969696;
	padding-left: 20px;
	line-height: 1.8em
}

.copyright {
	margin: 0;
	color: #969696;
	width: 80%;
	margin-top: 5px
}

.addresses {
	padding-bottom: 50px
}

.addresses li {
	background: rgba(61, 82, 99, .5);
	border-radius: 10px;
	backdrop-filter: blur(5px);
	padding: 5px;
	padding-top: 10px
}

.addresses li h2, .addresses li p {
	color: #fff;
	font-style: normal
}

.addresses li h2 {
	font-size: 18px
}

.addresses li p {
	font-size: 14px
}

.information {
	background: url(../image/background.svg) no-repeat center/cover, linear-gradient(179deg, #13191f 0%, #3d5263 100%);
	padding-top: 100px
}

.golden {
	background: #C59E39;
	padding: 18px 100px;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%
}

.golden.dark-blue {
	background: #3D5263
}

.golden p, .golden h2, .golden a {
	margin: 0;
	color: #fff
}

.golden.dark-blue a {
	color: #C59E39
}

.golden img {
	max-width: 190px;
	padding: 0 30px
}

.transform-down {
	transform: translateY(50%)
}

.golden-links li .box {
	background: url(../image/pattern-gold.png) no-repeat center/cover, linear-gradient(225deg, #b48811 0%, #ebd197 100%);
	border-radius: 10px;
	padding: 38% 0;
	overflow: hidden;
	display: block;
	position: relative;
	box-shadow: 0px 3px 3px rgba(18, 18, 18, .3)
}

.golden-links li .box img {
	max-width: 80%;
	object-fit: contain;
	object-position: center
}

.golden-links li .box:after {
	content: '';
	left: 0;
	top: -800px;
	transform: rotate(45deg);
	height: 500%;
	width: 50px;
	position: absolute;
	z-index: 1;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .25) 50%, transparent 100%)
}

@keyframes shine {
	0% {
		background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .25) 50%, transparent 100%);
		left: 0;
		top: -800px
	}
	50% {
		left: 50%;
		top: 50%;
		background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .5) 50%, transparent 100%)
	}
	100% {
		left: 100%;
		top: 100%;
		background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .25) 50%, transparent 100%)
	}
}

.golden-links li .box:hover:after, .golden-links li:hover .box:after {
	animation: shine 2s;
	animation-delay: .3s
}

.opening-copy {
	line-height: 1.5;
	font-size: 18px;
	margin-bottom: 100px
}

.container {
	max-width: 1360px;
	margin: 0 auto
}

.container.shift-left {
	margin-left: 0;
	max-width: 1584px;
	margin-right: auto
}

.smaller-container {
	max-width: 1220px;
	margin: 0 auto
}

img {
	width: 100%;
	margin: 0 auto;
	display: block
}

h1 {
	text-align: center;
	color: #fff;
	margin: 75px auto;
	font-size: 36px
}

ul.no-bullets {
	list-style: none;
	padding-left: 0
}

nav.navigation {
	border-bottom: 2px solid #EBD197;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	transition: ease .3s;
	padding: 10px 0;
	backdrop-filter: blur(3px);
	overflow: hidden
}

nav.navigation:hover {
	background: rgba(61, 82, 99, .5)
}

nav.navigation .brand figure {
	max-height: 45px;
	max-width: 30px;
	min-height: 30px;
	min-width: 30px
}

nav.navigation li:not(:last-of-type) {
	margin: 0;
	margin-right: 60px
}

nav.navigation ul {
	margin: 0
}

nav.navigation li a {
	color: #fff;
	text-decoration: none;
	padding: 25px 10px;
	transition: ease .3s
}

nav.navigation li:hover a, nav.navigation a:focus-visible {
	background: #C59E39;
	outline: none;
}

nav.navigation li.active a {
	color: #EBD197;
	font-weight: 900
}

nav.navigation li.active:hover a {
	background: transparent
}
nav.navigation li.active a:focus-visible {
	color: #fff;
}

.mobile-flex button {
	display: none
}

nav button {
	background: none;
	border: 2px solid transparent;
	transition: ease .3s;
	border-radius: 10px;
	max-width: 50px;
	outline: none
}

nav button .hamburger {
	max-width: 100%;
	width: 100%
}

nav button .close {
	max-width: 100%;
	width: 100%
}

nav button .hamburger path, nav button .close path {
	fill: #EBD197
}

.closed button {
	border: 2px solid #EBD197
}

/* about page */

.text-section {
	background: linear-gradient(0deg, #141414 0%, #283540 61%, #3d5263 100%);
	padding: 60px 0
}

.text-section.no-pad-bottom {
	padding-bottom: 0
}

.text-section .opening-copy {
	margin-bottom: 0
}

.white-bg {
	background: #fff
}

.white-pattern-bg {
	background: url(../image/background-white.svg) no-repeat right/cover, #fff
}

.copy-section {
	padding-right: 24px
}

.copy-section p {
	font-size: 18px;
	color: #3D5263;
	line-height: 1.4
}

.text-box {
	background: linear-gradient(0deg, #141414 0%, #283540 61%, #3d5263 100%);
	padding: 86px 95px
}

.text-box p {
	font-size: 18px;
	line-height: 1.4
}

.who-we-work-with .header-container h2 {
	color: #3D5263;
	font-size: 36px;
	font-weight: 400;
	background: #fff;
	position: relative;
	z-index: 1;
	max-width: fit-content;
	padding: 0 50px
}

.who-we-work-with .header-container {
	position: relative
}

.who-we-work-with .header-container:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	background: #B48811;
	z-index: 0
}

.who-we-work-with .brand-logos {
	padding-left: 20px;
	padding-right: 20px
}

li.brand-logo {
	position: relative;
	height: 150px
}

.who-we-work-with .brand-logos .brand-logo img {
	max-width: 150px;
	max-height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.mobile-only {
	display: none
}

#backtotop {
	background: #3D5263;
	border-radius: 10px;
	padding: 5px;
	max-width: 50px;
	max-height: 50px;
	position: fixed;
	opacity: .5;
	bottom: 5px;
	right: 5px;
	z-index: 2;
	display: block;
	transition: ease .3s
}

#backtotop:hover {
	opacity: 1
}

#backtotop svg {
	display: block;
	width: 100%;
	height: 100%
}

/* job listing */

.job-listing .text p, .job-listing .text li {
	color: #3D5263
}

.job-listing .text hr {
	border-top: 2px solid #EBD197;
	margin-top: 30px;
	margin-bottom: 60px
}

.apply-box {
	border: 1px solid #B48811;
	padding: 18px 25px;
	margin-left: 30px
}

.golden-offset {
	background: #C59E39;
	padding: 14px 41px;
	font-size: 36px;
	margin-bottom: 0;
	max-width: 680px;
	transform: translateY(-50%) translateX(-41px)
}

.text-section.job-heading {
	padding-top: 0;
	padding-bottom: 1px
}

.text-section.job-heading h3 {
	font-size: 36px;
	margin: 0;
	margin-top: -20px;
	font-weight: 400;
	margin-bottom: 30px
}

.event-portfolio .portfolio-grid-shader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.portfolio-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.event-portfolio .portfolio-grid-logo {
	display: inline-block;
	/* position: absolute;
	top: 27px; */
	width: 100%;
	max-width: 280px;
	height: auto;
	padding: 20px;
	/* left: 50%;
	transform: translateX(-50%) */
}

.event-portfolio .portfolio-grid-dateText {
	position: absolute;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.9px;
	bottom: 36px;
	text-transform: uppercase;
	margin-bottom: 0
}

.event-portfolio .portfolio-singleBox {
	height: 300px;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0px 50px 76px 0px rgba(0, 0, 0, 0.05);
}
.event-portfolio .filter-buttons {
	justify-content: center;
	padding: 0;
	align-items: center;
	max-width: 800px;
    margin: 0 auto
}
.event-portfolio .portfolio-filter-buttons {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.9px;
	background: 0;
	border: 0;
	padding: 20px 0;
	cursor: pointer;
	width: 100%;
	position: relative;
	transition: ease .3s
}
.event-portfolio .portfolio-filter-buttons:focus, .event-portfolio .portfolio-filter-buttons:hover {
	color: #ffedc7;
}
.event-portfolio .portfolio-filter-buttons.active {
	color: #EBD197;
	cursor: initial
}
.event-portfolio .portfolio-filter-buttons:not(:last-of-type) {
	margin-right: 10px;
	padding-right: 10px
}

.event-portfolio .portfolio-filter-buttons:not(:last-of-type):after {
	width: 2px;
	background: #EBD197;
	height: 30px;
	right: 0;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	content: ''
}

.event-portfolio .text-section {
	padding: 10px 0;
	background: #3D5263
}

.event-portfolio .who-we-work-with {
	background: #dedede
}
.social-media-links {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #969696;
}
.social-media-icon {
	max-width: 30px;
	width: 30px;
}
.social-media-icon img {
	width: 100%;
}
.social-media-icon:not(:last-child) {
	margin-right: 10px;
}
.data-protection {
	width: 100%;
}
.data-protection p {
	margin: 0;
	margin-right: 20px
}
.countries-switcher {
	padding-top: 70px;
	margin: 0 auto;
	padding-left: 0;
}
.countries-switcher p.label {
	margin: 0;
	padding-right: 10px;
}
.countries-switcher button {
	padding: 10px;
	font-size: 18px;
	color: #3D5263;
	text-align: center;
	transition: ease .3s;
	cursor: pointer;
	border: none;
	border-right: 1px solid #3D5263;
}
.countries-switcher button:last-child {
	border-right: none;
}
.countries-switcher button.active {
	background: #3D5263;
	color: #fff;
}

.careers-video {
	display: block;
	margin: 0 auto 50px;
	width: 80%;
	max-width: 700px;
}

@media (max-width: 1370px) {
	.container {
		padding: 0 10px
	}
	.smaller-container {
		padding: 0 10px
	}
	.smaller-container.pad-btm-100 {
		padding-bottom: 50px
	}
	.container.pad-btm-200 {
		padding-bottom: 100px
	}
	.container.pad-vertical-100, .smaller-container.pad-vertical-100 {
		padding-top: 50px;
		padding-bottom: 50px
	}
	.event-portfolio .portfolio-grid .container {
		padding: 30px 10px
	}
	.event-portfolio .grid.three-columns {
		margin: auto
	}
	.event-portfolio .portfolio-singleBox {
		width: 300px;
		height: 208px
	}
	.event-portfolio .portfolio-grid-logo {
		width: 220px;
		top: 40%
	}
	.event-portfolio .portfolio-grid-dateText {
		width: 100%;
		bottom: 10px
	}
}

@media(max-width: 1080px) {
	figure img {
		max-height: 80px
	}
	.event-portfolio figure img {
		max-height: 100%
	}
	.text-box {
		padding: 25px
	}
	.image-50 .width-40 {
		margin-left: 20px
	}
}

@media(max-width: 1024px) {
	* {
		font-size: 12px
	}
	.grid.gap-26 {
		grid-gap: 10px
	}
	.grid.gap-16 {
		grid-gap: 5px
	}
	.grid.five-columns, .grid.four-columns {
		grid-template-columns: 1fr 1fr
	}
	.margin-left-30 {
		margin-left: 0
	}
	.golden {
		position: static;
		transform: none;
		margin-top: 10px;
		background: linear-gradient(225deg, #b48811 0%, #ebd197 100%)
	}
	.opening-copy {
		margin-bottom: 50px
	}
	.information {
		padding-top: 25px
	}
	.container.pad-btm-200 {
		padding-bottom: 25px
	}
}

@media(max-width: 1000px) {
	.event-portfolio .portfolio-singleBox {
		width: 200px;
		height: 138px
	}
	.event-portfolio .portfolio-grid-logo {
		width: 160px;
		top: 35%
	}
	.event-portfolio .portfolio-grid-dateText {
		font-size: 14px;
		line-height: 16px;
		bottom: 0
	}
}

@media (max-width: 900px) {
	main {
		padding-top: 50px
	}
	.navspace {
		height: 68px;
		background: #3d5263
	}
	main img {
		max-width: 300px
	}
	h1 {
		font-size: 2em;
		margin-top: 25px
	}
	footer {
		padding-top: 25px
	}
	.countries-switcher button {
		border-right: 0;
	}
	.countries-switcher {
		border-bottom: 1px solid #3D5263;
		padding-bottom: 15px;
	}
	.countries-switcher p.label {
		text-align: center;
		margin-bottom: 10px;
		padding-right: 0;
	}
}

@media(max-width: 700px) {
	.event-portfolio .portfolio-grid .grid.three-columns {
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px
	}
	.event-portfolio .portfolio-filter-buttons {
		font-size: 16px
	}
}

@media(max-width: 600px) {
	.golden-offset {
		transform: translateY(-50%);
		font-size: 20px;
		text-align: center;
		padding: 10px 0
	}
	.data-protection p {
		margin: 0 auto;
	}
	.apply-box {
		text-align: center
	}
	.mobile-button {
		background: #B48811;
		color: #fff;
		margin-top: 10px;
		padding: 20px 5px;
		display: block;
		text-decoration: none;
		font-size: 100%;
		text-align: center
	}
	.image-header main.left h1 {
		text-align: center
	}
	.job-listing .text {
		padding-top: 25px
	}
	.text-section.job-heading h3 {
		margin-top: -10px;
		font-size: 18px;
		margin-bottom: 20px;
		text-align: center
	}
	.flex {
		flex-direction: column
	}
	.flex .social-media-links {
		flex-direction: row;
	}
	
	.apply-box, .image-50 .width-40 {
		margin-left: 0
	}
	.mobile-only {
		display: block
	}
	.grid.data-table {
		grid-template-columns: 1fr 1fr
	}
	.opening-copy {
		font-size: 16px
	}
	.grid.data-table .data-cell.first-column, .grid.data-table .data-cell:not(.button-column):nth-child(2n) {
		border-bottom: none
	}
	.grid.data-table.header {
		display: none
	}
	.data-table.pad-btm-200 {
		padding-bottom: 50px
	}
	.width-40, .width-60 {
		width: 100%
	}
	.text-box {
		padding: 15px
	}
	.grid.brand-logos {
		grid-template-columns: 1fr 1fr
	}
	.who-we-work-with .pad-btm-100 {
		padding-bottom: 10px
	}
	.copy-section {
		padding: 0;
		padding-top: 30px
	}
	.copy-section.width-40 p {
		font-size: 18px;
		text-align: center
	}
	.image-header {
		height: 35vh
	}
	.text-box {
		margin-top: 15px
	}
	.text-box p {
		font-size: 18px;
		text-align: center
	}
	.image-header.variant {
		height: 45vh
	}
	.image-header.variant h1 {
		font-size: 26px
	}
	.rounded-right-only, .about-grid .rounded, .image-50 .rounded {
		border-radius: 0
	}
	.who-we-work-with .header-container h2 {
		font-size: 22px;
		padding: 0 30px
	}
	.who-we-work-with.pad-top-100 {
		padding-top: 25px
	}
	.mobile-flex {
		display: flex;
		width: 100%;
		justify-content: space-between;
		padding-bottom: 10px;
		transition: ease .3s;
		border-bottom: 2px solid #EBD197
	}
	.closed .mobile-flex {
		border-bottom: none;
		padding-bottom: 0
	}
	.mobile-flex button {
		display: block
	}
	nav.navigation.closed ul {
		opacity: 0;
		pointer-events: none;
		clip: rect(0, 0, 0, 0);
		height: 1px;
		width: 1px;
		overflow: hidden;
		margin: 0;
		transition: ease .3s
	}
	nav.navigation ul {
		width: 100%;
		margin-top: 10px
	}
	nav.navigation {
		backdrop-filter: none;
		background: rgba(61, 82, 99, .5)
	}
	nav.navigation:not(.closed) {
		background: #3d5263
	}
	.golden {
		text-align: center;
		padding: 10px 30px
	}
	.golden img {
		padding: 10px 0;
		max-width: 130px;
    	height: 100%
	}
	.golden .box {
		color: #000;
		background: #fff;
		padding: 20px;
		display: block;
		border-radius: 10px;
		text-decoration: none;
		font-weight: 800;
		margin-top: 20px
	}
	address.flex {
		flex-direction: row;
		width: 100%;
		border-bottom: 1px solid #969696;
		padding-bottom: 20px
	}
	.company-info {
		max-width: 100%
	}
	.company-info p {
		padding: 20px 0;
		font-size: 12px;
		border-left: none
	}
	.copyright {
		width: 100%;
		margin-top: 0;
		padding-top: 10px
	}
	footer hr {
		margin-top: 0
	}
	nav.navigation li {
		margin: 0 auto;
		width: 100%;
		max-width: 100%
	}
	nav.navigation li a {
		text-align: center;
		margin: 0 auto;
		padding: 15px 0;
		display: block
	}
	nav.navigation li:not(:last-of-type) {
		margin-right: auto
	}
	.image-header.short {
		height: 25vh
	}
	.event-portfolio .portfolio-filter-buttons:not(:last-of-type) {
		margin-right: 0;
		padding-right: 0
	}
	.event-portfolio .portfolio-filter-buttons {
		padding: 15px 0
	}
	.event-portfolio .portfolio-filter-buttons:not(:last-of-type):after {
		bottom: 0;
		width: 100%;
		height: 2px;
		top: auto
	}
	.social-media-links {
		margin: 20px auto;
		padding: 0;
		border: none;
	}
	
}

@media(max-width: 480px) {
	.event-portfolio .portfolio-filter-buttons {
		font-size: 12px
	}
}

@media(max-width: 420px) {
	.event-portfolio .portfolio-grid .grid.three-columns {
		grid-template-columns: 1fr
	}
	.event-portfolio .portfolio-singleBox {
		width: 250px;
		height: 173px
	}
}