/*
'#a852a7', // purple
'#fb4242', // red
'#ec6021', // orange
'#07b1ad', // turquoise
'#ffa030', // yellow
'#09c549', // green
'#0cc4c2', // cobalt
'#6b80ed' // blue
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

a {
	background: 0 0;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: '\201C''\201D''\2018''\2019';
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'),
		url(//themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff)
			format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'),
		url(//themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
			format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
		url(//themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff)
			format('woff');
}

body {
	background-color: #fff;
	font: 300 16px/1.6 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #37322e;
}

figcaption,
p {
	margin: 0 0 0.8em;
}

.lead {
	font-size: 1.67em;
	line-height: 1.4;
}

.caption {
	font-size: 0.7em;
}

.is-disabled {
	cursor: not-allowed;
}

a {
	display: inline-block;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.h1,
h1 {
	margin: 0.5em 0;
	font-size: 3em;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
}

.h2,
h2 {
	margin: 1em 0;
	font-size: 2.67em;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
}

.h4,
h4 {
	margin: 1em 0;
	font-size: 0.9em;
	font-weight: 600;
}

img {
	-ms-interpolation-mode: bicubic;
}

@media only screen and (min-width: 700px) {
	body {
		font-size: 20px;
	}

	.caption {
		font-size: 0.6em;
		text-align: center;
	}
}

#wrap,
body,
html {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#wrap::before,
.page {
	box-sizing: border-box;
	width: 100%;
}

.page {
	overflow: auto;
	padding: 0 1em;
}

@media only screen and (min-width: 700px) {
	.page {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	.page .content-section {
		width: 50%;
		display: table-cell;
	}

	.page.work-section {
		min-width: 100%;
	}
}

.page-title {
	position: relative;
	margin-bottom: 30px;
}

.navlink {
	line-height: 45px;
	text-decoration: none;
	position: relative;
	color: #585858;
	font-weight: 300;
}

.navlink:before,
.navlink:after {
	content: '';
	display: block;
	position: absolute;
	width: 50%;
	height: 1px;
	background: #000;
	top: calc(100% - 10px);
}

.navlink:before {
	transition: transform 300ms ease;
}

.navlink:after {
	left: 50%;
	transition: transform 300ms ease;
}

.navlink:hover:before {
	transform: translateX(50%);
	transition: transform 300ms ease;
}

.navlink:hover:after {
	transform: translateX(-50%);
	transition: transform 300ms ease;
}

@media only screen and (max-width: 699px) {
	.page-title {
		line-height: 60px;
		margin-bottom: 40px;
	}
}

@font-face {
	font-family: 'OpenWeb Icons';
	src: url(font/icons.eot);
	src: url(font/icons.eot?#iefix) format('embedded-opentype'), url(font/icons.woff) format('woff'),
		url(font/icons.ttf) format('truetype'), url(font/icons.svg#openweb_iconsregular) format('svg');
	font-weight: 400;
	font-style: normal;
}

[class^='icon icon-'],
[class*='icon icon-'] {
	font-family: 'OpenWeb Icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon::before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}

.icon-stag:before {
	content: '\e903';
}

.icon-chrome:before {
	content: '\e006';
}

.icon-firefox:before {
	content: '\e009';
}

.icon-IE:before {
	content: '\e00a';
}

.icon-safari:before {
	content: '\e007';
}

.icon-android:before {
	content: '\f1a3';
}

.icon-windows:before {
	content: '\f1a2';
}

.icon-apple:before {
	content: '\f1a1';
}

.icon-linux:before {
	content: '\f17c';
}

.icon-mobile-phone:before {
	content: '\f10c';
}

.icon-tablet:before {
	content: '\f10b';
}

.icon-desktop:before {
	content: '\f108';
}

.icon-gamepad:before {
	content: '\f11b';
}

.icon-html5:before {
	content: '\f13b';
}

.icon-css3:before {
	content: '\f13c';
}

.icon-connectivity:before {
	content: '\f01c';
}

.icon-semantics:before {
	content: '\f019';
}

.icon-device-access:before {
	content: '\f035';
}

.icon-offline-storage:before {
	content: '\f038';
}

.icon-multimedia:before {
	content: '\f036';
}

.icon-3deffects:before {
	content: '\f03a';
}

.icon-perfintegration:before {
	content: '\f039';
}

.icon-software:before {
	content: '\e900';
}

.icon-hardware:before {
	content: '\e901';
}

.icon-design:before {
	content: '\e902';
}

.icon-linkedin:before {
	content: '\e904';
}

.icon-facebook:before {
	content: '\e905';
}

.icon-location:before {
	content: '\e906';
}

#header {
	position: fixed;
	width: 100%;
	z-index: 200;
	top: 0;
	left: 0;
}

#header a {
	color: #fff;
}

#header .toggle-nav {
	position: relative;
	margin: 10px 0 0 15px;
	padding: 9px 10px;
	background-color: transparent;
	border: 1px solid transparent;
	outline: 0;
	cursor: pointer;
}

#header .toggle-nav .btn-title {
	display: none;
}

#header .toggle-nav .icon-bar {
	background-color: #fff;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

#header .toggle-nav .icon-bar + .icon-bar {
	margin-top: 4px;
}

#header .content {
	display: none;
}

#header.is-active .content {
	display: block;
}

#header.is-active {
	background-color: #000;
}

#site-logo {
	margin: 1em 0 1em 28px;
	font-size: 1em;
	text-transform: none;
}

#site-logo a {
	display: block;
	text-decoration: none;
}

#sitenav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #333;
}

#sitenav li {
	border-bottom: 1px solid #333;
}

#sitenav a {
	text-decoration: none;
	display: block;
	padding: 1em 0 1em 28px;
	text-transform: uppercase;
	-webkit-transition: background 100ms ease-out;
	-moz-transition: background 100ms ease-out;
	transition: background 100ms ease-out;
}

#sitenav li.active a,
.no-touch #sitenav a:hover {
	background-color: #d03030;
}

#sitenav .language {
	font-weight: bold;
	font-size: 0.8em;
	line-height: 2.25em;
}

.active a {
	animation-name: menu-background;
	animation-duration: 400ms;
}

@keyframes menu-background {
	from {
		background-color: rgba(208, 48, 48, 0);
	}
	to {
		background-color: rgba(208, 48, 48, 1);
	}
}

@media only screen and (min-width: 700px) {
	#header {
		transition: background-color 0.3s ease-in, opacity 0.3s ease-in;
	}

	#header.floating {
		background-color: rgba(75, 177, 110, 0.8);
	}

	#header .toggle-nav {
		display: none;
	}

	#header .content {
		display: block;
	}

	#header .content:after,
	#header .content:before {
		display: table;
		content: ' ';
	}

	#header .content:after {
		clear: both;
	}

	#site-logo {
		float: left;
		margin: 0;
	}

	#site-logo a {
		padding: 0.5em 1em;
		line-height: 1.6;
	}

	#site-logo a i {
		line-height: 1;
	}

	#sitenav {
		float: right;
		border: 0;
	}

	#sitenav li {
		float: left;
		border: 0;
	}

	#sitenav a {
		padding: 0.5em 1em;
		font-size: 1em;
	}
}

#home {
	height: 100%;
	background-color: #37322e;
	width: 100%;
	overflow: hidden;
	position: relative;
}

/*
'#a852a7', // purple
'#fb4242', // red
'#ec6021', // orange
'#07b1ad', // turquoise
'#ffa030', // yellow
'#09c549', // green
'#0cc4c2', // cobalt
'#6b80ed' // blue
*/

#home .content-holder {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 20;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: url(../img/index.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #fff;
}

#home .content-holder:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(111, 142, 139, 0.4);
	z-index: -1;
}

#home .content-holder.is-hidden {
	transform: scale(0, 0);
}

#home .content-holder.show-animation {
	animation: tvStart 950ms ease-out;
}

#home .content {
	display: table-cell;
	vertical-align: middle;
}

#home .logo {
	margin: 0;
	font-size: 4em;
}

#home .slogan {
	font-size: 2em;
	text-transform: none;
	line-height: 1.1;
	margin-bottom: 2.5rem;
}

#home .home-icons-wrapper {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
}

#home .icons {
	letter-spacing: 0em;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #00792b;
}

@media only screen and (min-width: 700px) {
	#home .icons {
		font-size: 20px;
		color: #fff;
	}
}

#home .icons .icon:before {
	letter-spacing: initial;
}

@media only screen and (min-width: 700px) {
	#home {
		max-width: inherit;
	}

	#home .slogan {
		font-size: 2.6em;
	}
}

@media only screen and (min-width: 900px) {
	#home .slogan {
		font-size: 3em;
	}
}

@media only screen and (min-width: 1200px) {
	#home .slogan {
		font-size: 3.5em;
	}
}

.platform-icons-wrapper {
	display: flex;
	justify-content: center;
}

@media only screen and (min-width: 700px) {
	.platform-icons-wrapper {
		justify-content: space-around;
		padding: 0 2vmin;
	}
}

.platform-icons {
	position: relative;
	margin: 2em 0;
	text-align: center;
}

.platform-icons .with-borders .h4,
.platform-icons .with-borders h4 {
	letter-spacing: normal;
}

.platform-icons .with-borders i {
	color: #000;
}

.platform-icons .with-borders p {
	margin-bottom: 10px;
	font-size: 20px;
}

@media only screen and (max-width: 699px) {
	.platform-icons {
		margin-top: 3rem;
	}

	.platform-icons:before {
		content: '';
		display: block;
		position: absolute;
		bottom: calc(100% + 1.5rem);
		left: 50%;
		width: 50%;
		height: 1px;
		background: #eee;
		transform: translateX(-50%);
	}
}

.with-borders {
	flex-direction: column;
	margin-bottom: 0;
}

.with-borders p,
.with-borders a,
.with-borders span {
	margin: 0 0 0.8em;
}

.with-borders span {
	display: inline-block;
}

.with-borders span a {
	margin-bottom: 0;
}

@media only screen and (max-width: 699px) {
	.with-borders {
		margin-bottom: 2rem;
	}
}

@media only screen and (min-width: 700px) {
	.with-borders {
		display: flex;
		justify-content: center;
		position: relative;
		width: 30%;
		padding: 20px 0;
		border-top: 1px solid #eeeeee;
		border-bottom: 1px solid #eeeeee;
	}
}

@media only screen and (min-width: 700px) {
	.platform-icons .with-borders p {
		font-size: 25px;
		margin-top: 0;
	}
}

.definitions {
	width: 100%;
	margin: 0;
	padding: 0;
}

.definitions dt {
	margin: 10px 0;
	font-weight: bold;
	font-size: 25px;
}

.definitions dd {
	margin: 0;
	color: #585858;
	line-height: 40px;
}

.definitions-item:before {
	display: block;
	position: absolute;
	font-size: 40px;
	bottom: 100%;
	bottom: calc(100% - 10px);
	left: 50%;
	transform: translateX(-50%);
	font-family: 'OpenWeb Icons';
}

.definitions-design:before {
	content: '\e902';
	color: #34ca5a;
}

.definitions-software:before {
	content: '\e900';
	color: #ff4f4f;
	font-size: 45px;
	bottom: calc(100% - 15px);
}

.definitions-hardware:before {
	content: '\e901';
	color: #33a0cb;
}

@media only screen and (min-width: 700px) {
	.definitions {
		display: flex;
		justify-content: space-between;
	}

	.definitions dl {
		position: relative;
		width: 30%;
	}

	.definitions dd {
		line-height: 45px;
	}
}

#what-we-do {
	padding-top: 30px;
	text-align: center;
	min-height: 90%;
}

@media only screen and (min-width: 700px) {
	#what-we-do {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#what-we-do h1 {
		width: 100%;
	}

	#what-we-do .definitions {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	#what-we-do .platform-icons {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
}

#what-we-do .page-title:after {
	content: '';
	display: block;
	position: absolute;
	top: calc(100% + 15px);
	left: 50%;
	width: 100px;
	height: 1px;
	background: #ababab;
	transform: translateX(-50%);
}

@media only screen and (min-width: 700px) {
	#what-we-do .page-title:after {
		top: calc(100% + 90px);
	}

	#what-we-do .page-title {
		margin-bottom: 200px;
	}
}

#what-we-do .page-title .highlighted-word {
	color: #d13130;
}

#what-we-do .platform-icons-wrapper .icon {
	margin: 0 15px;
}

#what {
	border-top: 1px solid #eee;
}

#what > h2 {
	display: none;
}

#what .project {
}

#what .project:first-of-type {
	padding-top: 0;
}

#what .project h2 {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

#what .project h3 {
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 45px;
}

#what .project h3:after {
	content: '';
	display: block;
	position: absolute;
	top: calc(100% - 3px);
	left: 50%;
	width: 100px;
	height: 1px;
	background: #ababab;
	transform: translateX(-50%);
}

#what .project .smart-id {
	color: #00b5ac;
}

#what .project .telia {
	color: #990ae3;
}

#what .project .klar {
	color: #f35c4b;
}

#what .project figure img {
	display: block;
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
}

#what .about {
	margin-bottom: 50px;
	padding: 0 30px;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	font-style: italic;
}

#what .content-section p {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
}

#what .content-section p strong {
	font-size: 35px;
	font-weight: 200;
}

@media only screen and (max-width: 699px) {
	#what .content-section {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 700px) {
	#what {
		display: block;
		padding-top: 100px;
	}

	#what .project {
		padding-bottom: 9em;
		overflow: hidden;
	}

	#what .project-wrapper {
		display: flex;
		flex-direction: column;
	}

	#what .project-description {
		display: flex;
	}

	#what .project-desc {
		width: 100%;
	}

	#what .content-section {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		padding: 0 15px;
	}

	#what .project:nth-of-type(odd) figure.content-section {
		order: 2;
	}

	#what .project:nth-of-type(odd) div.content-section {
		text-align: right;
	}
}

.boxes {
	display: flex;
	flex-wrap: wrap;
}

.boxes .human {
	box-sizing: border-box;
	width: 50%;
	position: relative;
	overflow: hidden;
}

#who {
	padding: 0;
	min-height: 0;
	max-width: 100%;
	background: #404040;
	background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 50%, transparent 50%, transparent 100%),
		linear-gradient(90deg, transparent 0, transparent 50%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 100%);
}

@media only screen and (min-width: 1215px) {
	#who {
		background-size: 600px 600px;
		background-position: top;
		transition: background-position 0.5s;
	}
}

@media only screen and (max-width: 1214px) {
	#who {
		background-size: 50% 200%;
		background-position: left;
		transition: background-position 0.5s, background-size 0.5s;
	}
}

@media only screen and (max-width: 999px) {
	#who {
		background-size: 66.666% 150%;
		background-position: left;
		transition: background-size 0.5s;
	}
}

@media only screen and (max-width: 699px) {
	#who {
		background-size: 100% 100%;
		background-position: left;
		transition: background-size 0.5s;
	}
}

#who .boxes {
	max-width: 1200px;
	margin: 0 auto;
}

@media only screen and (min-width: 700px) {
	.boxes .human {
		width: 33.333%;
	}
}

@media only screen and (min-width: 1000px) {
	.boxes .human {
		width: 25%;
	}
}

.boxes .human:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.boxes .human-title {
	position: absolute;
	left: 10px;
	right: 10px;
	font-size: 16px;
	z-index: 10;
	color: #ffffff;
	text-align: center;
	/* Additional */
	background: rgba(255, 255, 255, 0.04);
	padding: 6px;
	margin: 0;
	bottom: 10px;
	letter-spacing: 1px;
	font-size: 14px;
}

.boxes .human img {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}

#who > .page-title {
	display: none;
}

.boxes .human:nth-child(8n - 7) {
	background-color: #6b80ed;
}

.boxes .human:nth-child(8n - 6) {
	background-color: #fb4242;
}

.boxes .human:nth-child(8n - 5) {
	background-color: #ec6021;
}

.boxes .human:nth-child(8n - 4) {
	background-color: #07b1ad;
}

.boxes .human:nth-child(8n - 3) {
	background-color: #09c549;
}

.boxes .human:nth-child(8n - 2) {
	background-color: #ffa030;
}

.boxes .human:nth-child(8n - 1) {
	background-color: #0cc4c2;
}

.boxes .human:nth-child(8n - 0) {
	background-color: #a852a7;
}

@media only screen and (min-width: 700px) {
	.boxes .human:nth-child(8n - 7) {
		background-color: #09c549;
	}
	.boxes .human:nth-child(8n - 5) {
		background-color: #07b1ad;
	}

	.boxes .human:nth-child(8n - 4) {
		background-color: #ec6021;
	}
}

@media only screen and (min-width: 1000px) {
	.boxes .human:nth-child(9n - 8) {
		background-color: #ec6021;
	}

	.boxes .human:nth-child(9n - 7) {
		background-color: #07b1ad;
	}

	.boxes .human:nth-child(9n - 6) {
		background-color: #fb4242;
	}

	.boxes .human:nth-child(9n - 5) {
		background-color: #6b80ed;
	}

	.boxes .human:nth-child(9n - 4) {
		background-color: #0cc4c2;
	}

	.boxes .human:nth-child(9n - 3) {
		background-color: #a852a7;
	}

	.boxes .human:nth-child(9n - 2) {
		background-color: #09c549;
	}

	.boxes .human:nth-child(9n) {
		background-color: #a852a7;
	}
}

#contact {
	min-height: 0;
	padding: 3em 0;
	text-align: center;
	line-height: 1.1;
}

#contact a {
	display: block;
	align-self: center;
	text-decoration: none;
	max-width: 100%;
	color: inherit;
}

#contact a:hover {
	text-decoration: underline;
}

#contact.page {
	min-height: 50%;
}

@media only screen and (min-width: 700px) {
	#contact {
		max-width: inherit;
	}

	#contact a {
		display: inline-block;
	}

	#contact a:hover {
		text-decoration: underline;
	}
}

#contact .icon {
	font-size: 35px;
}

#contact .page-title {
	color: #33a0cb;
}

@media only screen and (min-width: 700px) {
	#contact .page-title {
		margin-top: 40px;
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 699px) {
	#contact .page-title:after {
		content: '';
		display: block;
		position: absolute;
		top: calc(100% + 15px);
		left: 50%;
		width: 100px;
		height: 1px;
		background: #ababab;
		transform: translateX(-50%);
	}
}

#contact .icon-facebook {
	color: #999;
}

#contact .icon-linkedin {
	color: #999;
}

.contact-container {
	display: flex;
	justify-content: space-around;
	margin: auto;
	max-width: 1200px;
}

@media only screen and (max-width: 800px) {
	.contact-container {
		flex-direction: column;
		align-items: center;
	}

	.contact-container-primary {
		order: -1;
	}
}

#contact .social-media {
	display: flex;
	align-items: center;
}

#contact .social-media span {
	max-width: 100%;
}

#contact .social-icons {
	display: flex;
	justify-content: center;
	width: 50%;
	height: 35px;
}

#contact .social-icons i {
	display: flex;
	align-items: center;
	height: 35px;
}

#contact .social-icons a {
	display: flex;
	align-items: center;
	margin: 0 10px;
	height: 35px;
	text-decoration: none;
}

#contact .social-icons i:before {
	line-height: 35px;
}

.contact-company-name {
	font-weight: bold;
	white-space: nowrap;
}

#contact .icon-location {
	font-size: 20px;
	color: #999;
	vertical-align: middle;
}

@media only screen and (min-width: 700px) {
	.contact-location {
		left: 8px;
	}

	.contact-location:before {
		right: calc(100% + 10px);
	}
}

@keyframes tvStart {
	0% {
		transform: scale(0, 0);
	}
	30% {
		transform: scale(0, 0.01);
	}
	65% {
		transform: scale(0.7, 0.01);
	}
	80% {
		transform: scale(1.05, 1.05);
	}
	100% {
		transform: scale(1, 1);
	}
}
