*/
/* FONTS */
@font-face {
  font-family: HelveticaNeueThin;
  src: url(../fonts/HelveticaNeueLTStd-Th.otf) format("opentype");
}

@font-face {
  font-family: HelveticaNeue;
  src: url(../fonts/HelveticaNeueLTStd-Th.otf) format("opentype");
}

@font-face {
  font-family: HelveticaNeueMedium;
  src: url(../fonts/HelveticaNeueLTStd-Md.otf) format("opentype");
}

/* 0) Intro Transition and Animations
------------------------------------------------ */
.blackfade {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  z-index: 9999999;
  animation: fadeout 1s forwards;
  animation-delay: 1s;
  pointer-events: none;
}
@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.widescreenVid {
  opacity: 0;
  animation: fadeindown .75s forwards ease;
  animation-delay: 1.5s;
}
@keyframes fadeindown {
  from {
    opacity: 0;
	margin-top: -160px;
  }

  to {
    opacity: 1;
	margin-top: 73px;
  }
}
.introText {
  opacity: 0;
  animation: fadeinup .5s forwards ease;
  animation-delay: 2s;
}
@keyframes fadeinup {
  from {
    opacity: 0;
	margin-top: 320px;
  }

  to {
    opacity: 1;
	margin-top: 80px;
  }
}
.header {
  margin-top: -100px;
  animation: slidedown .5s forwards ease;
  animation-delay: 1s;
}
@keyframes slidedown {
  from {
	margin-top: -100px;
  }

  to {
	margin-top: 0px;
  }
}
section {
  opacity: 0;
  animation: fadein .5s forwards ease;
  animation-delay: 2.25s;
}
#section2 {
  opacity: 0;
  animation: slideleft .5s forwards ease;
  animation-delay: 2.25s;
}
#section3 {
  opacity: 0;
  animation: slideleft .5s forwards ease;
  animation-delay: 2.5s;
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  padding: 40px 0 20px 0;
}
#section4 {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  padding: 90px 0 30px 0;
  position: relative;
}
#section5 {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  padding: 40px 0 20px 0;
  color: #dddddd;
  position: relative;
}
.about {
  opacity: 0;
  animation: slideleft .5s forwards ease;
  animation-delay: 2.5s;
}
@keyframes slideleft {
  from {
    opacity: 0;
    margin-top: 160px;
  }

  to {
    opacity: 1;
    margin-top: initial;
  }
}
.navfade {
  opacity: 0;
  animation: fadein .5s forwards ease;
  animation-delay: 2.75s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.unhilighted {
  position: absolute;
  color: transparent !important;
  background-image: linear-gradient(to top, #ffffff 80%, transparent 0);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation: unhighlight .75s forwards ease;
  animation-delay: 1.5s;
  z-index: 2;
}
.highlighted {
  background-image: linear-gradient(to top, #80ffde 80%, transparent 0);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 0 100%;
  animation: highlight 1s forwards ease;
  animation-delay: 3s;
}
@keyframes highlight {
  from {
  background-size: 0 100%;
  }

  to {
  background-size: 100% 100%;
  }
}
@keyframes unhighlight {
  from {
  background-size: 100 100%;
  }

  to {
  background-size: 0 100%;
  }
}
/* 0) END Intro Transition and Animations
------------------------------------------------ */

/* 1) Top Background CSS Animation (Looping)
------------------------------------------------ */
.white {
  pointer-events: none;
  height: 100vh;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 0;
}
.squares {
  height: 100%;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}
.square {
  -webkit-animation: squares 9.5s linear infinite;
  animation: squares 9.5s linear infinite;
  align-self: flex-end;
  width: 1em;
  height: 1em;
  transform: translateY(100%);
  background: #ffffff;
}
.square:nth-child(2) {
  height: 1.5em;
  width: 3em;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
  -webkit-filter: blur(5px);
}
.square:nth-child(3) {
  height: 2em;
  width: 1em;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-filter: blur();
}
.square:nth-child(4) {
  height: 1em;
  width: 1.5em;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-filter: blur(3px);
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}
.square:nth-child(5) {
  height: 1.25em;
  width: 2em;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-filter: blur(2px);
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
}
.square:nth-child(6) {
  height: 2.5em;
  width: 2em;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-filter: blur(1px);
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
}
.square:nth-child(7) {
  height: 5em;
  width: 2em;
  -webkit-filter: blur(2.5px);
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}
.square:nth-child(8) {
  height: 1em;
  width: 3em;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-filter: blur(6px);
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
}
.square:nth-child(9) {
  height: 1.5em;
  width: 2em;
  -webkit-filter: blur(0.5px);
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
}
.square:nth-child(9) {
  height: 3em;
  width: 2.4em;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-filter: blur(0.5px);
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}
@-webkit-keyframes squares {
  from {
    transform: translateY(100%) rotate(-50deg);
  }
  to {
    transform: translateY(calc(-100vh + -100%)) rotate(20deg);
  }
}
@keyframes squares {
  from {
    transform: translateY(100%) rotate(-50deg);
  }
  to {
    transform: translateY(calc(-100vh + -100%)) rotate(20deg);
  }
}
/* 2) END Top Background CSS Animation (Looping)
------------------------------------------------ */

/* 3) Smooth Scroll for Main Nav (Desktop/Mobile)
------------------------------------------------ */
html {
  scroll-behavior: smooth;
}
/* 3) END Smooth Scroll for Main Nav (Desktop/Mobile)
------------------------------------------------ */

/* 4) Custom Page Text Selection Color
------------------------------------------------ */
::selection {
  background: #80ffde;
}

::-moz-selection {
  background: #80ffde;
}
/* 4) END Custom Page Text Selection Color
------------------------------------------------ */

/* 5) Custom Scroll Bar
------------------------------------------------ */
::-webkit-scrollbar {
  width: 14px;
  height: 18px;
  background-color: #dddddd;
}
::-webkit-scrollbar-thumb {
  height: 6px;
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(34, 34, 34, 0.45);
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
/* 5) END Custom Scroll Bar
------------------------------------------------ */

/* 6) Page Layout
------------------------------------------------ */
html, body {
  font-family: HelveticaNeue;
  font-weight: 100;
  background-color: #dddddd;
  width: 100%;
  height: auto;
  margin: 0;
  background-image: linear-gradient(rgb(255 255 255), rgb(128 255 222));
  background-repeat: no-repeat;
}

@media screen and (max-width: 806px) {
	body {
		/*background-image: none;*/
	}
}
.header {
  background-color: rgba(255 255 255 / .95);
  color: #ffffff;
  height: 50px;
  width: 100%;
  padding-top: 23px;
  line-height: 44px;
  border-bottom: 2px solid #80ffde;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.07);
  z-index: 999;
  position: fixed;
  top: 0;
}
.header h1 {
  display: inline-block;
  font-size: 20px;
  color: #222222;
  font-family: HelveticaNeueMedium;
}
.header img {
  margin: 0 30px;
  opacity: .8;
}
.headwidth {
  max-width: 1400px;
  margin: 0 auto;
}
.headwidthsub {
  max-width: 1400px;
  margin: 0 auto;
}
.headwidthsub actions {
  float: right;
  margin-right: 30px;
}
.headwidthsub actions button {
  all: unset;
  background: rgba(128, 255, 222, 0.49);
  border-radius: 0 0 5px 5px;
  padding: 4px 10px 0 10px;
  margin-right: -1000px;
  height: 26px;
  margin-top: 5px;
  line-height: 14px;
  color: #222222;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.07);
  font-family: HelveticaNeueMedium;
  font-size: 14px;
  opacity: 0;
  animation: slideinright 1s forwards ease;
  animation-delay: 3s;
}
@keyframes slideinright {
  from {
    opacity: 0;
    margin-right: -1000px;
  }

  to {
    opacity: 1;
    margin-right: 0px;
  }
}
@media screen and (max-width: 600px) {
	.headwidthsub {
		display: none;
	}
}
.nav {
  font-family: HelveticaNeueMedium;
  color: #222222;
  text-decoration: none;
  float: right;
  display: inline-block;
  margin: 0 30px;
  line-height: 40px;
  font-size: 14px;
}
.mmOverride {
  float: none;
  display: block;
  margin: 0 30px;
  line-height: 60px;
  font-size: 20px;
}
@media screen and (max-width: 1039px) {
	.navfade {
		display: none;
	}
}
.navOverride {
  font-size: inherit !important;
  text-decoration: underline; !important;
  float: none !important;
  margin: 0 !important;
}
#mobilemenuicon {
    display: none;
}
@media screen and (max-width: 1039px) {
	#mobilemenuicon {
		display: inline-block;
		max-width: 30px;
		float: right;
		margin-top: 8px;
		position: absolute;
		right: 0;
	}
}
#mobilemenuiconclose {
  display: none;
  z-index: 2;
  max-width: 30px;
  float: right;
  position: absolute;
  right: 0;
  margin-top: 5px;
}
.mintfade {
    width: 100%;
    height: 100%;
    background-color: rgba(128, 255, 222, 0.9);
    position: fixed;
    top: 0;
    padding: 40% 0 0 0;
    text-align: center;
    z-index: 9;
    display: none;
}
#myVideo {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  max-width: 1400px;
  margin: 0 auto;
  mix-blend-mode: darken;
}
.widescreenVid {
  width: 100%;
  height: 0px;
  position: relative;
  padding-top: max(15%, 300px);
  margin-top: 73px;
  border-bottom: 1px solid #80ffde;
  background-color: #d8d7d8;
  z-index: 2;
  mix-blend-mode: multiply;
}
.widescreenVid:before {
  content: " ";
  position: absolute;
  display: block;
  background-image: url("../img/video-overlay.png");
  width: 100%;
  height: 100%;
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  z-index: 1;
  top: 0;
  /*opacity: .3;*/
  mix-blend-mode: hard-light;
}
@media screen and (max-width: 600px) {
	.widescreenVid {
		display: none;
	}
}
.contentContain {
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
	.contentContain {
		margin-top: -4px;
	}
}
.introText {
  width: 80%;
  max-width: 1400px;
  display: block;
  position: relative;
  color: #222222;
  font-size: 1.4em;
  margin: 0 auto;
  padding-bottom: 80px;
  z-index: 2;
}
.introText h1 {
  font-family: HelveticaNeueMedium;
  font-size: 1.7em;
  color: #222222;
  display: inline-block;
}
@media screen and (max-width: 600px) {
	.introText {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.bodyHead {
  width: 100%;
  font-family: HelveticaNeueMedium;
  color: #222222;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 1.5em !important;
}
/* 6) END Page Layout
------------------------------------------------ */
/* 6a) Services Section
------------------------------------------------ */
section {
  width: 80%;
  max-width: 1400px;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 160px;
  z-index: 2;
  position: relative;
}
figure {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: calc(50% - 23px);
  height: 220px;
  margin: 10px;
  /*background-color: rgb(255 255 255);
  border-radius: 10px;
  border-bottom: 2px solid #80ffde;*/
  transition: all .25s ease;
  /*overflow: hidden;*/
  /*box-shadow: 0 8px 24px rgb(64 87 109 / 7%);*/
}
figure:hover {
  /*box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.11);*/
  transition: all .25s ease;
}
figure h1 {
  position: absolute;
  font-family: HelveticaNeueMedium;
  top: 30px;
  left: 20px;
  margin: 0;
  padding: 0;
  color: #222222;
  font-size: 1.3em;
  font-weight: 100;
  line-height: 1;
}
figure figcaption {
  position: absolute;
  top: 70px;
  left: 0;
  width: auto;
  margin: 0;
  padding: 0px 30px 90px 30px;
  color: white;
  line-height: 1;
  transition: all .25s ease;
}
figure figcaption p {
  font-size: 1.4em;
  line-height: 1.5;
  color: #222222;
}
figure figcaption button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
  padding: 10px 30px;
  background-color: #80ffde;
  border: none;
  border-radius: 5px;
  color: #222222;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
	section {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 1500px) {
	figure {
		width: 100%;
		height: 180px;
	}
}
@media screen and (max-width: 900px) {
	figure {
		height: 215px;
	}
}
@media screen and (max-width: 728px) {
	figure {
		height: 250px;
	}
}
@media screen and (max-width: 600px) {
	figure {
		height: 300px;
		background: transparent;
		box-shadow: none;
		border-bottom: none;
		margin: 0;
	}
	figure:hover {
		box-shadow: none;
	}
	figure figcaption {
		padding: 0;
	}
	figure h1 {
		left: 0;
	}
}
@media screen and (max-width: 500px) {
	figure {
		height: 350px;
	}
}
@media screen and (max-width: 414px) {
	figure {
		height: 400px;
	}
}
@media screen and (max-width: 414px) {
	figure {
		height: 425px;
	}
}
/* 6a) END Services Section
------------------------------------------------ */
/* 6b) About Section
------------------------------------------------ */
.about {
  width: 100%;
  background-color: #ffffff;
  color: #222222;
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
  /*overflow: hidden;*/
}
.about:before {
  content: '';
  width: 100%;
  height: 300px;
  position: absolute;
  background: #ffffff;
  z-index: -1;
  transform-origin: left bottom;
  transform: skewY(177deg);
}
.about:after {
	
}
.about hr {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}
.about p {
  color: #222222;
  font-size: 1.5em;
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}
.about img {
  width: 100%;
  border-radius: 15px;
  margin: 0 auto;
  position: relative;
  display: block;
  image-rendering: pixelated;
}
.about h2 {
  font-family: HelveticaNeueMedium;
  font-size: 1.2em;
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  padding: 40px 0 20px 0;
  text-align: center;
}
.about .sub:before {
  content: '';
  width: 100%;
  height: 300px;
  position: absolute;
  background: linear-gradient(#ffffff, #ffffff);
  z-index: -1;
  transform-origin: left bottom;
  transform: skewY(184deg);
  padding-bottom: 50px;
}
.teamblockWrap {
  max-width: 1400px;
  margin: 0 auto;
  display: table;
}
.teamblock {
  margin: 30px 0;
  padding: 0 11%;
  width: calc(28% - 31px);
  float: left;
  text-align: center;
  border-right: 1px solid rgba(34 34 34 / .2);
}
.remove-border {
  border-right: none !important;
}
.teamblockEND {
  border-right: none !important;
}
.teamblock h1 {
  margin-top: 20px;
  font-size: 1.2em;
  font-family: HelveticaNeueMedium;
}
.teamblock h1 span {
  font-family: HelveticaNeue;
}
.teamblock p {
  font-size: 1.1em;
  width: 100% !important;
}
.soft-shadow {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.17);
}
.brands {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  margin-bottom: 100px;
}
.brands img {
  width: calc(33% - 60px);
  display: inline-block;
  border-radius: 0;
  float: left;
  margin: 0 30px;
  image-rendering: auto;
	
}
@media screen and (max-width: 600px) {
	.brands img {
		width: 80%;
		float: none;
		margin-bottom: 30px;
	}
	.teamblock {
		width: fit-content;
	}
}
/* 6b) END About Section
------------------------------------------------ */
/* 6c) Portfolio Section
------------------------------------------------ */
.sub {
  padding-bottom: 15px;
}
.portContainer {
  max-width: 1400px;
  width: 80%;
  padding: 0 0 60px 0;
  margin: 0 auto;
}

.main {
  background: #ffffff;
  margin-top: 30px;
  padding-bottom: 90px;
}

.main .portContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.main .card {
  color: #252a32;
  border-radius: 15px;
  /*background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);*/
}

.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  /*background: #ffffff;*/
}

.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox-image {
  border-radius: 15px;
}

body.compensate-for-scrollbar {
  overflow: initial !important;
}

.compensate-for-scrollbar {
  margin-right: initial !important;
}

@media only screen and (max-width: 600px) {
  .main .portContainer {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

/* 6c) END Portfolio Section
------------------------------------------------ */
/* 6d) Contact Section
------------------------------------------------ */
.contact {
  width: 100%;
  /*border-radius: 15px;*/
  color: #222222;
  padding-bottom: 20px;
  background-color: #222222;
  position: relative;
  z-index: 2;
  background: url("../img/grid.png") #222222 repeat 0 0;
  animation: bg-scrolling-reverse 2s infinite;
  animation-timing-function: linear;
}
.contact:before {
  content: '';
  width: 100%;
  height: 300px;
  position: absolute;
  background: linear-gradient(#222222, #222222);
  z-index: 0;
  transform-origin: left bottom;
  transform: skewY(177deg);
  margin-top: -30px;
  background: url("../img/grid.png") #222222 repeat 0 0;
  animation: bg-scrolling-reverse 2s infinite;
  animation-timing-function: linear;
}
.contact p {
  color: #dddddd;
  position: relative;
  font-size: 1.5em;
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}
.contact img {
  width: 100%;
  max-width: 1440px;
  border-radius: 15px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.contact hr {
  border-top: 1px solid rgba(221, 221, 221, 0.3) !important;
  position: relative;
  max-width: 1440px;
}
.mapOverlay {
  font-size: 1.3em;
  font-family: HelveticaNeueMedium;
  background-color: #80ffde;
  width: 174px;
  position: absolute;
  padding: 5px 10px 1px 12px;
  border-radius: 5px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.14);
  z-index: 1;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  bottom: 35%;
}
.mapOverlay a {
  text-decoration: none;
  color: #222222;
}
@media screen and (max-width: 600px) {
	.mapOverlay {
		bottom: 10%;
	}
}
.mapOverlay i {
  margin-left: 40px;
}
.mapContact {
  width: 80%;
  margin: 0 auto;
}
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(34 34 34 / 0.2);
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
}
.clear {
  clear: both;
}

/* Animated Background Grid */
@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}

@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}

@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}

@keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}

@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}

@-moz-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}

@-o-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}

@keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}

/* Animated Background Grid END */

/* 6d) END Contact Section
------------------------------------------------ */
/* 6e) Footer Section
------------------------------------------------ */
.footer {
  padding: 40px 0;
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto;
  text-align: center;
  background-color: #222222;
  color: #dddddd;
  z-index: 2;
  position: relative;
  box-shadow: 0 -60px 60px rgb(34 34 34);
  margin-top: -1px;
}
.footer a {
  font-family: HelveticaNeueMedium;
  text-decoration: none;
  padding-left: 10px;
  color: #dddddd;
  opacity: .7;
}
.footer p {
  padding: 0 20px;
}
/* 6e) END Footer Section
------------------------------------------------ */
/* 7) Text Styling/Resets
------------------------------------------------ */
blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1em;
  text-rendering: optimizeLegibility;
}

a, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

a:hover, a:hover > * {
  color: grey;
}
/* 7) END Text Styling/Resets
------------------------------------------------ */
/* 8) Client Login Form
------------------------------------------------ */
.innerlogin {
  position: relative;
  top: 35% !important;
  max-width: 650px;
  background: linear-gradient(to bottom, rgb(41 42 45 / 80%), rgb(41 42 45 / 45%));
  border-radius: 5px;
  box-shadow: 0px 30px 40px rgb(0 0 0 / 20%);
  border: 1px solid rgb(255 255 255 / 15%);
  z-index: 1;
  opacity: 0;
  /* animations*/
  animation: flickerfadein .5s ease;
  animation-delay: .75s;
  animation-fill-mode: forwards;
}

.innerlogin hr {
  width: 90%;
  height: 1px;
  background-color: rgb(255 255 255 / 30%);
  border: 0px;
}

.innerlogin form {
  margin-bottom: 30px;
  opacity: 0;
  /* animations*/
  animation: flickerfadein .5s, slideup .75s ease;
  animation-delay: 1.25s;
  animation-fill-mode: forwards;
}

.innerlogin p {
  padding: 0 20px;
  padding-bottom: 10px;
  font-size: 12px;
  text-align: center;
  opacity: 0;
  /* animations*/
  animation: flickerfadein .5s, slideup .75s ease;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

form input {
  border-radius: 3px;
  border: 1px solid rgb(255 255 255 / 15%);
  background-color: rgb(255 255 255 / 10%);
  width:-webkit-fill-available;
  color: #fff;
  line-height: 30px;
  padding-left: 10px;
  text-align: center;
}

form input.loginbtn {
  padding: 7px 0;
  margin-top: 20px;
  border-radius: 3px;
  border: 1px solid rgb(255 255 255 / 15%);
  background-color: rgb(255 255 255);
  width: 100%;
  color: #202124;
  text-transform: uppercase;
  font-weight: bold;
}
@keyframes flickerfadein {
  0% {
    opacity: 0;
  }

  25% {
    opacity: .5;
  }

  27% {
    opacity: 0;
  }

  30% {
    opacity: .25;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}
/* 8) END Client Login Form
------------------------------------------------ */

/* 9) Language Button
------------------------------------------------ */
.langButton {
  background-color: rgb(34 34 34 /50%);
  z-index: 10;
  padding: 0px 8px;
  border-radius: 4px;
  height: 28px;
  border-bottom: 2px solid #80ffde;
  font-size: 12px;
  color: #ffffff;
  display: inline;
  float: right;
  margin-right: 30px;
  margin-top: 6px;
  line-height: 29px;
}

.langButton a {
	text-decoration: none;
	color: #ffffff;
	font-family: HelveticaNeueMedium;
}

.langButton2 {
  background-color: #222222;
  padding: 7px 14px;
  border-radius: 5px;
  height: 30px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.07);
  border-bottom: 2px solid #80ffde;
  color: #ffffff;
  font-weight: bold;
  float: none;
  display: block;
  font-size: 20px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  line-height: 34px;
}

.langButton2 a {
	text-decoration: none;
	color: #ffffff;
	font-family: HelveticaNeueMedium;
}

@media screen and (max-width: 1039px) {
	.langButton {
		display: none;
	}
}
/* 9) END Language Button
------------------------------------------------ */

/* 10) Scroll Progress Animation
------------------------------------------------ */
main {
	position: relative;
}
.scroll-progress {
	position: fixed;
	top: 0; 
	left: 0;
	width: 0;
	display: flex;
	min-height: 10px;
	justify-content: flex-end;
	align-item: center;
	background-color: #1b1c25;
	transition: width 200ms ease, opacity 200ms ease;
	z-index: 10;
}

.scroll-progress-percentage {
	display: block;
	padding: 5px 10px;
	color: #ebecf1;
}

#scroll-progress-3 {
	background-color: rgba(133, 133, 133, 1);
	position: fixed;
	top: -18px;
	/*left: 5px;*/
	width: 7px;
	min-height: 20px;
	border-radius: 15px;
	transition: height 200ms ease, opacity 200ms ease;
	align-items: flex-end;
	z-index: 9;
	opacity: .5;
}

#scroll-progress-3>.scroll-progress-percentage {
	display: block;
	padding: 0 20px 7px 0;
	color: #858585;
	margin-right: -70px;
	font-family: HelveticaNeueMedium;
	border-bottom: 1px solid rgb(133 133 133);
	text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.08);
	/*opacity: .5;*/
}
@media screen and (max-width: 852px) {
	.scroll-progress {
		display: none;
	}
	.scroll-progress-perfecntage {
		display: none;
	}
	#scroll-progress-3 {
		display: none;
	}
}
/* 10) END Scroll Progress Animation
------------------------------------------------ */

