

* {
	outline: none;
	box-sizing: border-box
}

body {
	background-color: #1234c4;
	color: #bababa;
	margin: 0;
	padding: 0;
	font-family: 'Comfortaa', sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	transition: background-color .5s ease
}

body.dark {
	background-color: #171727
}

a {
	color: #fff;
	text-decoration: none
}
a.dark {
	color: #bababa;
	font-size: 1vw;
	letter-spacing: 1.2px;
	text-decoration: none
}

.loading_screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	z-index: 10;
	transition: all 1s cubic-bezier(0.75, -0.01, 0.14, 1);
	clip-path: inset(0% 0% 0% 0%)
}

.loading_screen.hide {
	pointer-events: none;
	clip-path: inset(0% 0% 100% 0%)
}

.loading_screen .loading_circle {
	position: fixed;
	width: 70vh;
	height: 70vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 2px solid #45495d
}

.evoulve_circle {
	position: fixed;
	width: 70vh;
	height: 70vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	border-radius: 50%
}

.overlay,
.show {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	border-radius: 50%
}

.light {
	border-radius: 50%;
	box-shadow: inset -200px 20px 80px #ffdb00;
	mix-blend-mode: overlay;
	opacity: 1
}

.color {
	background: #000;
	mix-blend-mode: color;
	opacity: .4
}

.reflect {
	border-radius: 50%;
	box-shadow: inset -20px 20px 60px #fff;
	mix-blend-mode: overlay;
	opacity: 0
}

.saturate {
	background: #001670;
	mix-blend-mode: lighten;
	opacity: 1
}

.grey {
	background: #c1cdff;
	mix-blend-mode: color;
	transition: opacity .6s ease;
	opacity: 0
}

section {
	min-height: 90vh;
	position: relative;
	z-index: 1;
	justify-content: center;
	align-items: center;
	padding: 20vh 0;
	overflow: hidden
}


section.footer {
	min-height: 10vh;
	padding: 0;
	text-align: center;
}

section .wrapper {
	width: 80%;
	margin: 0 auto
}

section .wrapper.intro {
	padding: 30vh 0;
	position: relative;
	z-index: 2
}

section h1 {
	font-weight: 400;
	top: -10vh;
	font-size: 50px;
	word-wrap: break-word;
	#text-transform: uppercase;
	position: relative;
	line-height: 1;
	margin: 0;
	padding: 0
}

section h1.bottom {
	top: 0
}

section h1 span {
	position: relative;
	display: inline-block
}

section p {
	#text-transform: uppercase;
	width: 100%;
	max-width: 1300px;
	font-size: 1.5vw;
	letter-spacing: 3px;
	margin-bottom: 0;
	padding-bottom: 0
}

hr {
	padding-bottom: 10vh;
	margin-bottom: 10vh;
	border: none;
	border-bottom: 2px solid #bababa
}

section .expertise {
	display: flex;
	justify-content: space-between
}

section p.small {
	text-transform: none;
	width: 100%;
	max-width: 600px;
	font-size: 1.2vw;
	letter-spacing: 1.5px;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

section p.wide {
	max-width: none;
}



section .infolist {
	position: absolute;
	right: 5vw;
	bottom: 20vh;
	max-width: 250px;
	width: 80%
}

section .infolist p.small {
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px 0;
	border-top: 1px solid #bababa
}

section .infolist p.small .arrow svg {
	position: relative;
	top: 5px;
	left: 20px;
	height: 25px;
	width: 25px
}

section .infolist p.small .arrow.flipped svg {
	transform: scaleY(-1)
}

.arrow svg * {
	fill: none;
	stroke: #BABABA;
	stroke-miterlimit: 10;
	stroke-width: 3px
}

.evoulve_wires {
	position: fixed;
	width: 70vh;
	height: 70vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.evoulve_wires .evoulve_wires-inner {
	width: 100%;
	height: 100%;
	background-color: #000
}

.evoulve_wires .evoulve_wires-overlay {
	width: 100%;
	height: 100%;
	mix-blend-mode: overlay;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .2
}

.evoulve_wires img {
	width: 100%;
	height: 100%;
	opacity: .3
}

.logo img {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 5vh;
    right: 5vh;
}

.button-17 {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}


.form {
  width: 20%;
  min-width:300px;
  position: relative;
  height: 60px;
  overflow: hidden;
}

.form input {
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 20px;
  margin-bottom: 10px;
  border: none;
  background-color: transparent;
}
.form label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid white;
}
.form label::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #fce38a;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.content-name {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-bottom: 5px;
  transition: all 0.3s ease;
}
.form input:focus {
  outline: none;
}
.form input:focus + .label-name .content-name,
.form input:valid + .label-name .content-name {
  transform: translateY(-150%);
  font-size: 14px;
  left: 0px;
  color: #fce38a;
}
.form input:focus + .label-name::after,
.form input:valid + .label-name::after {
  transform: translateX(0%);
}


html:not(.has-scroll-smooth) section {
	clip: rect(0, auto, auto, 0);
	-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0)
}

@media screen and (max-width: 500px) {
	.evoulve_circle,
	.evoulve_wires,
	.loading_screen .loading_circle {
		width: 70vw;
		height: 70vw
	}
	section {
		padding: 10vh 0
	}
	section p {
		width: 100%;
		font-size: 3vw;
		line-height: 1.8;
		letter-spacing: 1px;
		padding-bottom: 10vw;
		margin-bottom: 10vw
	}
	section p.small {
		width: 100%;
		font-size: 2vw;
		line-height: 1.8;
		letter-spacing: 1px;
		padding-bottom: 10vw;
		margin-bottom: 10vw
	}
	section a.dark {
		font-size: 2vw;
	}
	section h1 {
		width: 60vw;
		font-size: 5vw;
		top: 0
	}
	section h1.bottom {
		top: 0
	}
	section .wrapper.intro {
		padding: 0
	}
	hr {
		padding-bottom: 0;
		margin-bottom: 50px;
		margin-top: 0;
		padding-top: 0
	}
	section .infolist {
		left: 10vw;
		bottom: 5vh
	}
	section ul {
		margin-top: 50px;
		padding-bottom: 50px
	}
	section .expertise {
		display: block
	}
}
