@font-face {
  font-family: "AugerMonoTESTBold";
  src: url("/fonts/AugerMonoTESTBold.eot");
  src: url("/fonts/AugerMonoTESTBold.eot") format("embedded-opentype"), url("/fonts/AugerMonoTESTBold.woff2") format("woff2"), url("/fonts/AugerMonoTESTBold.woff") format("woff"), url("/fonts/AugerMonoTESTBold.ttf") format("truetype"), url("/fonts/AugerMonoTESTBold.svg#AugerMonoTESTBold") format("svg");
}
@font-face {
  font-family: "AugerMonoTESTRegular";
  src: url("/fonts/AugerMonoTESTRegular.eot");
  src: url("/fonts/AugerMonoTESTRegular.eot") format("embedded-opentype"), url("/fonts/AugerMonoTESTRegular.woff2") format("woff2"), url("/fonts/AugerMonoTESTRegular.woff") format("woff"), url("/fonts/AugerMonoTESTRegular.ttf") format("truetype"), url("/fonts/AugerMonoTESTRegular.svg#AugerMonoTESTRegular") format("svg");
}
@font-face {
  font-family: "BasierCircleRegular";
  src: url("/fonts/BasierCircleRegular.eot");
  src: url("/fonts/BasierCircleRegular.eot") format("embedded-opentype"), url("/fonts/BasierCircleRegular.woff2") format("woff2"), url("/fonts/BasierCircleRegular.woff") format("woff"), url("/fonts/BasierCircleRegular.ttf") format("truetype"), url("/fonts/BasierCircleRegular.svg#BasierCircleRegular") format("svg");
}
@font-face {
  font-family: "BasierCircleBold";
  src: url("/fonts/BasierCircleBold.eot");
  src: url("/fonts/BasierCircleBold.eot") format("embedded-opentype"), url("/fonts/BasierCircleBold.woff2") format("woff2"), url("/fonts/BasierCircleBold.woff") format("woff"), url("/fonts/BasierCircleBold.ttf") format("truetype"), url("/fonts/BasierCircleBold.svg#BasierCircleBold") format("svg");
}
@font-face {
  font-family: "BasierCircleNarrowMedium";
  src: url("/fonts/BasierCircleNarrowMedium.eot");
  src: url("/fonts/BasierCircleNarrowMedium.eot") format("embedded-opentype"), url("/fonts/BasierCircleNarrowMedium.woff2") format("woff2"), url("/fonts/BasierCircleNarrowMedium.woff") format("woff"), url("/fonts/BasierCircleNarrowMedium.ttf") format("truetype"), url("/fonts/BasierCircleNarrowMedium.svg#BasierCircleNarrowMedium") format("svg");
}
@font-face {
  font-family: "BasierSquareNarrowBold";
  src: url("/fonts/BasierSquareNarrowBold.eot");
  src: url("/fonts/BasierSquareNarrowBold.eot") format("embedded-opentype"), url("/fonts/BasierSquareNarrowBold.woff2") format("woff2"), url("/fonts/BasierSquareNarrowBold.woff") format("woff"), url("/fonts/BasierSquareNarrowBold.ttf") format("truetype"), url("/fonts/BasierSquareNarrowBold.svg#BasierSquareNarrowBold") format("svg");
}
.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  outline: none !important;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: calc(25% - 15px);
  margin-right: 20px;
}
.grid_3:nth-child(4n) {
  margin-right: 0;
}

.grid_4 {
  width: calc(33.3333333333% - 13.3333333333px);
  margin-right: 20px;
}
.grid_4:nth-child(3n) {
  margin-right: 0;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}
.grid_6.half {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.grid_6.half:nth-child(2n) {
  margin-right: 0;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: calc(75% - 20px);
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: flex;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

img {
  border: none;
  max-width: 100%;
  display: block;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
html {
  background: #191919;
  height: 100%;
}

body {
  font-family: "BasierCircleRegular";
  color: #C3B7A1;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.375em;
  text-align: left;
  background-size: 200px;
}

p {
  font-family: "BasierCircleRegular";
  color: #C3B7A1;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.375em;
  text-align: left;
}
p a {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

h1 {
  font-family: "BasierSquareNarrowBold";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.25em;
  text-align: center;
  color: #c3b7a1;
  margin: auto;
}

h2 {
  font-family: "BasierSquareNarrowBold";
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #c3b7a1;
  padding-bottom: 1em;
  text-transform: uppercase;
}

p.small {
  font-family: "BasierCircleRegular";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.25em;
}

/* Navigation */
header {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #191919;
}
header._bg {
  background-color: #191919;
}
header > * {
  width: 33.3333333333%;
}
header > *:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header > *:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
header > *:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header #anime {
  height: initial;
  display: flex;
  justify-content: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
header #anime .animation {
  width: 200px !important;
  height: 200px !important;
}
header .logo {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
header .logo #main_logo {
  height: 14px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

#page-home header {
  background-color: transparent;
  opacity: 0;
  transform: translateY(-300px);
  -webkit-transform: translateY(-300px);
  -moz-transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  -o-transform: translateY(-300px);
}
#page-home header #anime {
  opacity: 0;
}
#page-home header._bg {
  transition-delay: 0;
  background-color: #191919;
}
#page-home header._bg #anime {
  transition-delay: 0.5s;
  opacity: 1;
}
#page-home header .logo #main_logo {
  opacity: 0;
}
#page-home header._bg .logo #main_logo {
  opacity: 1;
}
#page-home h1 {
  opacity: 0;
  transform: translateY(300px);
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
#page-home.preloader-finish header,
#page-home.preloader-finish h1 {
  transition-delay: 0.5s;
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

#nav-holder {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 98;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  width: 50%;
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  z-index: 10;
  pointer-events: none;
  padding: 100px 0;
}
nav > * {
  width: 100%;
  height: 0px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
nav > *:nth-child(2) {
  width: 1px;
  background-color: #C3B7A1;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 20px;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
nav ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  margin-bottom: 20px;
  flex-direction: column;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  opacity: 0;
}
nav ul li a {
  display: block;
  font-family: "BasierSquareNarrowBold";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.13em;
  text-align: center;
  color: #C3B7A1;
  text-transform: uppercase;
}
nav ul li ol {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 0 90px 0;
}
nav ul li ol li {
  margin-bottom: 10px;
}
nav ul li ol li a {
  font-family: "AugerMonoTESTRegular";
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
}
nav.active_nav {
  opacity: 1;
  pointer-events: initial;
}
nav.active_nav > * {
  height: calc(100% - 1px);
  transition-delay: 700ms;
}
nav.active_nav ul {
  opacity: 1;
  transition-delay: 1s;
}
nav.active_nav ul li {
  opacity: 1;
}

nav[style*="display: block"] {
  display: flex !important;
}

/* nav-toggle */
#nav-toggle {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 8px;
}
#nav-toggle span::after, #nav-toggle span::before {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #C3B7A1;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s ease-in-out;
}
#nav-toggle span::before {
  top: 0;
}
#nav-toggle span::after {
  top: 100%;
}
#nav-toggle.active span::after, #nav-toggle.active span::before {
  top: 50%;
}

/* enquiry */
input,
select,
textarea {
  font-family: "BasierSquareNarrowBold";
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-align: left;
  color: #C3B7A1;
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #C3B7A1;
  text-align: left;
  margin: 0 0 15px;
  padding: 0 0 15px;
  text-transform: uppercase;
}
input option,
select option,
textarea option {
  padding: 7px 5px;
  background: #fff;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}
input.b_submit,
select.b_submit,
textarea.b_submit {
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 2px;
  margin-bottom: 0;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

#chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  color: #546670;
  font-size: 18px;
  letter-spacing: 3px;
  font-family: inherit;
  text-transform: uppercase;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #546670;
  content: "";
  display: block;
}

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #546670;
  border-right: 2px solid #546670;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

#chkInternational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #C3B7A1;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #C3B7A1;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #C3B7A1;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #C3B7A1;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.5;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
  line-height: 1em;
  transform: translateY(-1.2em);
  -webkit-transform: translateY(-1.2em);
  -moz-transform: translateY(-1.2em);
  -ms-transform: translateY(-1.2em);
  -o-transform: translateY(-1.2em);
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
  letter-spacing: 2px;
}

/*footer*/
footer {
  display: block;
  padding: 40px 0;
  background-color: #000000;
}
footer form {
  width: 100%;
}
footer p {
  font-family: "BasierCircleRegular";
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #C3B7A1;
  margin-bottom: 30px;
}
footer .grid_6 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
}
footer .grid_6 > div {
  width: 50%;
}
footer .grid_6 > div a {
  display: block;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 1.2em;
  text-decoration: none;
}
footer .grid_6 > div.firstchild {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .grid_6 > div.firstchild > div {
  width: 50%;
}
footer .grid_6 > div.firstchild > div a {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
footer .grid_6 > div.seccondchild > div {
  margin-bottom: 10px;
}
footer .grid_6 > div.seccondchild > div:last-child {
  margin-bottom: 0;
}
footer .grid_6 span,
footer .grid_6 a {
  font-family: "BasierCircleRegular";
  font-size: 12px;
  letter-spacing: 0.13em;
  text-align: left;
  color: #C3B7A1;
  text-transform: uppercase;
  line-height: 1;
}
footer .grid_6 a {
  text-decoration: underline;
  display: inline-block;
}
footer .grid_6 img.star {
  width: 10px;
  margin-left: auto;
}

/*---------------------------------*/
.box.toFade {
  opacity: 0;
  transition: 1s;
}
.box.toFade.animated {
  opacity: 1;
}

.imgToChange,
.bgToChange {
  opacity: 0;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.animated .imgToChange,
.animated .bgToChange {
  opacity: 1;
}

section,
.section {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
section.landing,
.section.landing {
  height: 100vh;
}
section.landing .stargatemainlogo,
.section.landing .stargatemainlogo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  height: 300px;
}
section.landing .play-video,
.section.landing .play-video {
  font-family: "AugerMonoTESTBold";
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-align: left;
  color: #C3B7A1;
  text-decoration: underline;
}

#page-home {
  height: 100%;
}
#page-home .preloader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #191919;
  z-index: 999;
}
#page-home .preloader .wrapper {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#page-home .preloader .wrapper img {
  display: block;
  position: relative;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  display: none;
}
#page-home .preloader .wrapper #step1 {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  opacity: 0;
  height: 300px;
  margin: auto;
  transform: scale(1.5) translateY(45px);
  -webkit-transform: scale(1.5) translateY(45px);
  -moz-transform: scale(1.5) translateY(45px);
  -ms-transform: scale(1.5) translateY(45px);
  -o-transform: scale(1.5) translateY(45px);
  display: block !important;
}
#page-home .preloader .wrapper #Group-6 {
  opacity: 0;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
#page-home .preloader.no-scale #step1 {
  transform: scale(1) translateY(0);
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
}
#page-home .preloader.no-scale #step1 #Group-6 {
  transition-delay: 1.5s;
  opacity: 1;
}
#page-home main {
  height: calc(100% + 2px);
  overflow: hidden;
}

#spn {
  position: absolute;
  top: 50%;
}

.container {
  display: block;
  position: relative;
  width: calc(100% - 80px);
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.btn {
  font-family: "AugerMonoTESTBold";
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.13em;
  text-align: left;
  color: #C3B7A1;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding: 2px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  text-transform: uppercase;
  display: flex;
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #C3B7A1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  z-index: -1;
}
@media (hover: hover) {
  .btn:hover {
    color: #191919;
  }
  .btn:hover::before {
    height: 100%;
  }
}

@media (hover: hover) {
  .hover-apply:hover .btn {
    color: #191919;
  }
  .hover-apply:hover .btn::before {
    height: 100%;
  }
}

.featured {
  font-family: "AugerMonoTESTRegular";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.07em;
  text-align: left;
  color: #C3B7A1;
  text-transform: uppercase;
  display: block;
}

.suburb {
  font-family: "AugerMonoTESTRegular";
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #C3B7A1;
  display: block;
}

.title {
  font-family: "AugerMonoTESTRegular";
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-align: left;
  color: #C3B7A1;
  display: block;
  text-transform: uppercase;
}

.date {
  font-family: "AugerMonoTESTRegular";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.07em;
  text-align: left;
  color: #C3B7A1;
  display: block;
  margin: 10px 0 20px;
}

.news-headline {
  font-family: "BasierCircleNarrowMedium";
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #C3B7A1;
  text-transform: uppercase;
}

.hover-apply {
  cursor: pointer;
}
.hover-apply .FadeIntext {
  opacity: 0;
  transition: 0.5s opacity;
  -webkit-transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  -ms-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
}
.hover-apply:hover .FadeIntext {
  opacity: 1;
}

.quote {
  font-family: "AugerMonoTESTRegular";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #d2cdc6;
  max-width: 340px;
}
.quote span {
  display: block;
}

.newsletter input {
  font-family: "AugerMonoTESTBold";
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-align: left;
  color: #C3B7A1;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  padding-bottom: 2px;
}
.newsletter input[type=email] {
  width: calc(100% - 64px);
}
.newsletter input[type=submit] {
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}

.numbers {
  font-family: "BasierCircleNarrowMedium";
  font-weight: normal;
  font-size: 64px;
  line-height: 1.1;
  text-align: left;
  color: #C3B7A1;
  display: block;
}
.numbers span {
  font-family: "BasierCircleRegular";
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  display: block;
}
.numbers sup {
  font-size: 0.4em;
  transform: translate(-0.6em, 0.35em);
}

.bio {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.bio .bio-details {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(46, 44, 45, 0.7);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding: 40px 2vw;
  font-family: "AugerMonoTESTRegular";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.375em;
  text-align: left;
  color: #d2cdc6;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.bio .bio-details span {
  display: block;
}

.name {
  font-family: "BasierCircleNarrowMedium";
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #c3b7a1;
}

.position {
  font-family: "BasierCircleRegular";
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #a29987;
}

.team-hover-apply .bio-details {
  background: none;
}

#team .grid_4 {
  margin-bottom: 100px;
}

.parallax-background {
  overflow: hidden;
}
.parallax-background.aspect4-3 {
  aspect-ratio: 4/3;
}

.lead-paragraph {
  font-family: "BasierCircleBold";
}

.register {
  width: 460px;
}

.img-holder {
  display: block;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

#page-project {
  position: relative;
}
#page-project.details {
  height: 100%;
  padding-top: 98px;
}
#page-project.details .abs {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #191919;
  width: 100%;
}
#page-project.details h2 {
  padding: 10px 0;
  line-height: 2em;
}
#page-project.details main .landing {
  height: calc(100vh - 98px);
}
#page-project.details main .landing .img-holder {
  background-position: center;
}
#page-project main {
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
}

#page-news.details .container,
#page-news.details section {
  overflow: initial;
}
#page-news .sticky {
  position: sticky;
  top: 100px;
}

#nextproject {
  display: none;
  position: relative;
  height: 33.3333333333vh;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
#nextproject .full-width.full-height {
  height: 100vh;
}
#nextproject h2.next-project-name {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #fff;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  padding: 0;
}
#nextproject.action {
  height: 100vh;
}
#nextproject.action h2.next-project-name {
  opacity: 0;
  transition-delay: 0.5s;
}

#gallery {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#gallery img {
  margin-bottom: 40px;
}
#gallery .full-width {
  width: 100%;
}
#gallery .half-width {
  width: calc(50% - 20px);
}
#gallery .half-width.mla {
  margin-left: auto;
}
#gallery .mra {
  margin-right: 50%;
}

#filter-holder a,
#filter-holder p {
  font-family: "AugerMonoTESTRegular";
  display: block;
  margin-right: 1em;
  color: #C3B7A1;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 1.2em;
  text-transform: uppercase;
}
#filter-holder a.active {
  border-bottom: 1px solid #C3B7A1;
}

video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  min-width: 100vw;
  min-height: 105vh;
}

#other-projects {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#other-projects a {
  font-family: "BasierSquareNarrowBold";
  display: block;
  width: 33.3333333333%;
  color: #C3B7A1;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1em;
  margin-bottom: 1.4em;
  text-transform: uppercase;
}

.amir {
  display: none;
}

/*----------------*/
.row,
.flex {
  display: flex;
}

.column {
  display: flex;
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.align-center {
  align-items: center;
}

.center-align {
  text-align: center;
}

.privacy {
  font-size: 10px;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mta {
  margin-top: auto;
}

.mla {
  margin-left: auto;
}

.mls {
  margin-left: 30px;
}

.ptl {
  padding-top: 20vw;
}

.pbl {
  padding-bottom: 20vw;
}

.pbm {
  padding-bottom: 10vw;
}

.ptm {
  padding-top: 10vw;
}

.pbs {
  padding-bottom: 30px;
}

.pts {
  padding-top: 30px;
}

.mbs {
  margin-bottom: 40px;
}
.mbs.half {
  margin-bottom: 20px;
}

.mbm {
  margin-bottom: 10vw;
}

.pls {
  padding-left: 40px;
}

.prs {
  padding-right: 40px;
}

.w460 {
  max-width: 460px;
}

.wrap {
  flex-wrap: wrap;
}

.bg-transparent {
  background-color: transparent;
}

.pb0 {
  padding-bottom: 0;
}

.just-mobile {
  display: none;
}

@media screen and (max-width: 1000px) {
  .just-desktop {
    display: none;
  }
  .just-mobile {
    display: block;
  }
  header {
    justify-content: space-between;
    padding: 16px 20px;
  }
  header > * {
    width: initial;
  }
  header #anime {
    display: none;
  }
  header .logo {
    width: 60% !important;
  }
  header .logo #main_logo {
    width: 100%;
    height: auto !important;
  }
  nav > *:first-child, nav > *:nth-child(2) {
    display: none;
  }
  nav ul li ol {
    padding-bottom: 20px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .w460,
  .grid_6,
  .grid_4,
  .grid_3,
  .grid_6.half,
  .grid_5,
  .grid_9 {
    width: 100%;
    margin-right: 0;
  }
  .m-column {
    flex-direction: column;
  }
  .mls {
    margin-left: 0;
    padding-bottom: 20px;
  }
  .m-mbm {
    margin-bottom: 10vw;
  }
  .m-mbl {
    margin-bottom: 20vw;
  }
  .m-mbs {
    margin-bottom: 5vw;
  }
  footer .grid_6 {
    flex-direction: column;
  }
  footer .grid_6 > div {
    width: 100%;
  }
  footer .grid_6 > div:first-child {
    margin-bottom: 10vw;
  }
  #filter-holder {
    flex-direction: column;
  }
  #filter-holder * {
    margin-bottom: 0.5em;
  }
  .pbs {
    padding-bottom: 15px;
  }
  #gallery {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #gallery img {
    margin-bottom: 20px;
  }
  #gallery .full-width {
    width: 100%;
  }
  #gallery .half-width {
    width: 100%;
  }
  #gallery .half-width.mla {
    margin-left: 0;
  }
  #gallery .mra {
    margin-right: 0;
  }
  .bio .bio-details {
    background-color: transparent;
  }
  .m-column-reverce {
    flex-direction: column-reverse;
  }
  #page-home .preloader .wrapper {
    width: 100%;
  }
  #page-home .preloader #step1,
  #page-home .landing .stargatemainlogo {
    max-width: 90%;
  }
  #page-project.details h2 {
    padding: 0 0;
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  p {
    font-size: 15px;
  }
  #page-project.details {
    padding-top: 45px;
  }
  #page-project #other-projects a {
    width: 100%;
    font-size: 12px;
    font-family: "BasierCircleRegular";
  }
  video {
    height: 100vh;
    min-height: initial;
    background-size: cover;
  }
}/*# sourceMappingURL=style.css.map */