.logo-colon{
  font-family: 'New Century Schoolbook LT', sans-serif;
  position: relative;
  top: -0.1em;
  padding: 0 0.18rem;
}

.footer {
	background:#000;
	color:#FFF;
	display: flex;
	justify-content: space-between;
	padding: 4rem 3% 4.5rem;
	font-size:1rem;
	z-index: 100;
	position: relative;
	height:auto;
}
.footer a {
	text-decoration:none;
	line-height: 1.1;
    margin-bottom: 0.2em;
	color:#fff;
}
.footer__nav {
	/* 	width: 20rem; */
/* 	width: 30rem; */
	font-size:1.25rem;
}
.logo-container--mob {
	display:none;
}
.footer__nav ul {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	column-gap:clamp(2rem,(2rem + (40 - 20) * (100vw - 1600px)/(1720 - 1600)),4rem);
	justify-content: space-between;
}
.footer__nav .hs-menu-depth-1 > a {
	font-weight:700;
    margin-bottom: 0.7em;
    display: block;
    min-width: 140px;
    text-decoration: underline;
}
.footer__nav__expand {
	display:none;
}
.footer__nav ul ul {
	flex-direction:column;
}
.footer__middle {
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-top:1.2rem;
	gap: 2.1rem;
	position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.footer__social {
	display:flex;
	gap: clamp(1rem,1.7vw,2rem);
}
.footer__social svg {fill: #FFF;}
.footer__social__link {
	width: 1.5rem;
    margin: auto 0;
}
.footer__social__link:hover {
	opacity:0.6;
}
.footer__middle .footer__link {
	display:none;
}
.footer__subscribe {
	border:1px solid #fff;
	border-radius:2.2rem;
	position:relative;
	width:calc(350rem/16);
	max-width:100%;
	text-align:center;
	overflow:hidden;
}
.footer__subscribe__text {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: flex;
    align-items: center;
    justify-content: center;
	background:#000;
	pointer-events:none;
	transition:all 0.15s ease-in-out;
}
.footer__subscribe:focus-within .footer__subscribe__text, .footer__subscribe:hover .footer__subscribe__text {
	opacity:0;
}
.footer__subscribe form.hs-form {
	display:flex;
}
.footer__subscribe form.hs-form .hs_email {
	margin:0;
}
.footer__subscribe form.hs-form label {
	display:none;
}
.footer__subscribe form.hs-form.hs-form.hs-form.hs-form.hs-form input {
	background:none;
	text-align:center;
	border:0;
	padding:0.7em;
}
.footer__subscribe form.hs-form.hs-form.hs-form.hs-form.hs-form .hs_email input.invalid {
	position: relative;
	z-index: 1;
	background: #000 no-repeat calc(100% - 0.8rem) 50%/0.9em;
	background-image: url('https://www.thefuturelaboratory.com/hubfs/New%20Website/nope.svg');
}
.footer__subscribe form.hs-form.hs-form.hs-form.hs-form.hs-form input.hs-button {
	position:absolute;
	right: 0;
	top:0;
	height:100%;
	width:2.6rem;
	background-image: url(https://cdn2.hubspot.net/hubfs/1841461/New%20Website/submit_white.svg);
	background-repeat: no-repeat;
	background-size: 1rem;
    background-position: center;
    margin: 0;
    border: none;
    min-width: 0;
    padding: 0;
	opacity:0;
	transition:all 0.15s ease-in-out;
}
.footer__subscribe:focus-within form.hs-form.hs-form.hs-form.hs-form.hs-form input.hs-button {
	opacity:1;
}
.footer__subscribe .hs-error-msgs {
	display: none !important;
}
.footer__right {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	gap:2.5rem;
}
.footer .logo {
	font-size:1.66rem;
	color:#FFF;
	font-family: Gravur-Condensed,'gravur_light',sans-serif;
	margin: 0;
    line-height: 1;
	opacity:1;
}
.footer__addresses {
	display:flex;
	justify-content:space-between;
	gap:2rem;
}
.footer__address__title {
	font-weight:600;
}
.footer__address__expand {
	display:none;
}
.footer__link {
	font-size:1.25rem;
}
.footer__link a {
	text-decoration:underline;
}
.footer__link br {
	display:none;
}
@media only screen and (max-width:1600px) {
	.footer__nav {
		font-size:1.15rem;
/* 		width:25.5rem; */
	}
	.footer__subscribe {
		width:20.5rem;
	}
}

@media only screen and (max-width:1439px) {
	.footer {
		flex-wrap:wrap;
		gap: 2rem 2.6rem;
	}
	.footer__middle {
		order: 1;
		width: 100%;
		position:static;
		transform:none;
	}
	.footer__right .footer__link {
		display:none;
	}
	.footer__middle .footer__link {
		display:block;
	}
}
@media only screen and (max-width: 1200px) {
	padding: 4rem 1.2rem;
}
@media only screen and (max-width:1079px) {
	.footer {
/* 		flex-direction:column; */
		align-items:flex-start;
	}
	.footer__nav {
		width:24rem;
		max-width:100%;
		font-size:1.35rem;
	}
	.footer__nav ul {
		flex-direction:column;
		row-gap:0.5rem;
	}
	.footer__nav .hs-menu-depth-1 {
		width:100%;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		align-items: flex-start;
	}
	.footer__nav__expand {
		display:block;
		-webkit-appearance:none;
		appearance:none;
		background:none;
		color:#FFF;
		line-height: 1;
		font-weight:700;
		cursor:pointer;
		border: none;
		font-size: inherit;
	}
	.footer__nav ul ul {
		width:100%;
		display:none;
		row-gap:0;
		margin-bottom:1rem;
	}
	.footer__middle {
/* 		order:0; */
/* 		align-items: flex-start; */
	}
/* 	.footer .logo-container--desk {
		display:none;
	}
	.footer .logo-container--mob {
		display:block;
		margin-bottom:2rem;
	} */
	.footer__middle .footer__link {
		display:none;
	}
	.footer__right .footer__link {
		display:block;
	}
	.footer__right {
		gap:1.5rem;
	}
	.footer__addresses {
		flex-direction:column;
		gap:0.5rem;
	}
	.footer__address__title {
		display:flex;
		justify-content:space-between;
		font-size:1.35rem;
		margin-bottom: 0.7em;
		cursor:pointer;
	}
	.footer__address__expand {
		display:block;
	}
	.footer__address__address {
		display:none;
	}
}

@media only screen and (max-width:810px) {
	.footer__nav {
		width:100%;
	}
	.footer__right {
		width:100%;
	}
}
@media only screen and (max-width:450px) {
	.footer {
		padding: 3rem 6%;
	}
	.footer__link br {
		display:block;
	}
	.footer__git {
		font-weight:600;
	}
}
@media only screen and (max-width:360px) {
	.footer .logo {
		font-size:calc(1.4rem + (26 - 23) * (100vw - 320px) / (360 - 320));
	}
}
/*
@media only screen and (max-width:1180px) {
	.footer__social__link {
		padding: 0.5em 0.8em;
	}
}
@media only screen and (max-width:1050px) {
	.footer__nav {
		width: 10rem;
	}
	.footer__nav ul {
		column-count:1;
	}
}
@media only screen and (max-width:900px) {
	.footer .footer__nav {display:none;}
}
@media only screen and (max-width:700px) {
	.footer {
		flex-direction: column;
		text-align: center;
	}
	/* 	.footer__nav {
	width:100%;
	margin-bottom:1rem;
}
	.footer__nav ul {
	column-count:3;
} */
/*	.footer__subscribe h3 {
		display:none;
	}
	.footer__address {
		text-align:center;
		margin-top: 1rem;
	}
}
/* @media only screen and (max-width:550px) {
.footer__nav ul {
column-count:2;
}
}
@media only screen and (max-width:350px) {
.footer__nav ul {
column-count:1;
}
} */