@font-face {
  font-family: "NeueMachina-Light";
  src: url("/fonts/NeueMachina-Light.eot");
  src: url("/fonts/NeueMachina-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/NeueMachina-Light.woff2") format("woff2"), url("/fonts/NeueMachina-Light.woff") format("woff"), url("/fonts/NeueMachina-Light.ttf") format("truetype"), url("/fonts/NeueMachina-Light.svg#NeueMachina-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueMachina-Ultrabold";
  src: url("/fonts/NeueMachina-Ultrabold.eot");
  src: url("/fonts/NeueMachina-Ultrabold.eot?#iefix") format("embedded-opentype"), url("/fonts/NeueMachina-Ultrabold.woff2") format("woff2"), url("/fonts/NeueMachina-Ultrabold.woff") format("woff"), url("/fonts/NeueMachina-Ultrabold.ttf") format("truetype"), url("/fonts/NeueMachina-Ultrabold.svg#NeueMachina-Ultrabold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueMachina-Black";
  src: url("/fonts/NeueMachina-Black.eot");
  src: url("/fonts/NeueMachina-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/NeueMachina-Black.woff2") format("woff2"), url("/fonts/NeueMachina-Black.woff") format("woff"), url("/fonts/NeueMachina-Black.ttf") format("truetype"), url("/fonts/NeueMachina-Black.svg#NeueMachina-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueMachina-Ultralight";
  src: url("/fonts/NeueMachina-Ultralight.eot");
  src: url("/fonts/NeueMachina-Ultralight.eot?#iefix") format("embedded-opentype"), url("/fonts/NeueMachina-Ultralight.woff2") format("woff2"), url("/fonts/NeueMachina-Ultralight.woff") format("woff"), url("/fonts/NeueMachina-Ultralight.ttf") format("truetype"), url("/fonts/NeueMachina-Ultralight.svg#NeueMachina-Ultralight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueMachina-Regular";
  src: url("/fonts/NeueMachina-Regular.eot");
  src: url("/fonts/NeueMachina-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/NeueMachina-Regular.woff2") format("woff2"), url("/fonts/NeueMachina-Regular.woff") format("woff"), url("/fonts/NeueMachina-Regular.ttf") format("truetype"), url("/fonts/NeueMachina-Regular.svg#NeueMachina-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.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;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: 34%;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66%;
}

.grid_9 {
  width: 75%;
}

.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%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

/* General */
html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "NeueMachina-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  background: #EDEDED;
  color: #fff;
  margin: 0;
  padding: 0;
}

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

h1 {
  font-family: "NeueMachina-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 31px;
}

h2 {
  font-family: "NeueMachina-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 30px;
}

p {
  text-align: left;
  margin: 0 0 20px 0;
  line-height: 1.5em;
}
p.large {
  font-size: 24px;
  line-height: 30px;
  font-family: "NeueMachina-Ultrabold";
}
p a {
  font-family: "NeueMachina-Ultrabold";
  font-size: inherit;
  line-height: inherit;
}

/*header */
/* nav-toggle */
#nav-toggle {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: none;
}
#nav-toggle span,
#nav-toggle span:after,
#nav-toggle Span:before {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent !important;
}
#nav-toggle.active span:after, #nav-toggle.active span:before {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

/* enquiry */
.register {
  width: 100%;
  margin: auto;
}
.register .row {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  justify-content: space-between;
  padding: 0 40px;
}
.register .row .left-side {
  width: 280px;
  max-width: 100%;
}
.register .row .right-side {
  width: calc(100% - 350px);
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.input-holder {
  display: block;
  width: 48%;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 15px;
  position: relative;
}

label,
input,
select {
  font-size: 12px;
  margin: 0 0 0 0;
  padding: 5px 0;
  width: 100%;
  color: #EDEDED;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: left;
}

select {
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

select option {
  padding: 7px 5px;
  background: #000;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.submit-holder {
  border-bottom: 0;
  margin-left: auto;
  text-align: right;
}
.submit-holder .b_submit {
  background-color: #000;
  color: #EDEDED;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0;
  max-width: 70px;
}

.privacy {
  font-size: 10px;
  margin: 0;
  margin-top: 40px;
}

.chk_holder {
  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-left: 26px;
  position: relative;
  text-align: center;
  display: block;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #EDEDED;
  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 #EDEDED;
  border-right: 2px solid #EDEDED;
  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: #EDEDED;
  opacity: 1;
}

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

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

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  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;
}

/*footer*/
/* 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;
  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: 8px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  position: absolute;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #F00D0D;
}

main {
  display: block;
  position: relative;
  width: 100%;
}

section {
  display: block;
  position: relative;
  width: 100%;
  background: #EDEDED;
}
section#landing {
  background-color: #000;
  height: 100vh;
}
section#landing .first {
  padding: 35px 50px;
  justify-content: space-between;
}
section#landing .first > div {
  max-width: 100%;
  width: 350px;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  opacity: 0;
}
section#landing.animated .first > div {
  transition-delay: 2.5s;
  opacity: 1;
}

.dark-layer::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 29.12%, rgba(0, 0, 0, 0.8) 100%);
}

.main-logo {
  display: block;
  position: relative;
  width: 70%;
  max-width: 600px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  overflow: hidden;
  margin: auto 0;
}
.main-logo img {
  width: 100%;
  transform: translateY(110%);
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
}
.main-logo img.animated {
  transition-delay: 1s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.btn {
  display: inline-block;
  font-size: 16.3692px;
  line-height: 21px;
  padding: 4px 0;
  background-color: #fff;
  color: #000;
  max-width: 134px;
  text-align: center;
  margin-top: 20px;
  border: 1px solid #000;
}
.btn.black {
  background-color: #000;
  color: #fff;
}

.text-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 100%;
  margin: auto;
}
.text-box p,
.text-box h2 {
  color: #000;
}

#contact {
  background-color: #000;
  color: #EDEDED;
}
#contact > .row {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
#contact p,
#contact h2,
#contact a {
  color: #EDEDED;
}
#contact .footer {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
#contact .footer img {
  height: 30px;
}

#thank * {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.ptl {
  padding-top: 120px;
}

.pbl {
  padding-bottom: 120px;
}

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

.justmobile {
  display: none;
}

@media screen and (max-width: 1000px) {
  .m-columnreverse {
    flex-direction: column-reverse !important;
  }
  .justmobile {
    display: block;
  }
  .justdesktop {
    display: none;
  }
  .grid_6,
  .grid_8,
  .grid_4 {
    width: 100%;
  }
  .main-logo {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    overflow: hidden;
    margin: auto;
  }
  section#landing .btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    max-width: 100%;
    margin: 0;
    left: 0;
    z-index: 10;
  }
  section#landing .first {
    padding: 50px 20px;
  }
  .ptl {
    padding-top: 75px;
  }
  .pbl {
    padding-bottom: 75px;
  }
  .row {
    flex-flow: column;
  }
  main {
    height: auto;
  }
  main #landing {
    height: auto;
  }
  main #landing .row .grid_6:last-child {
    height: 100vh;
  }
  .m-mb70 {
    margin-bottom: 70px;
  }
  .m-plr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .register .row .left-side,
  .register .row .right-side {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
  }
  .register .input-holder {
    width: 100%;
  }
  #contact .footer {
    flex-direction: row;
  }
  .dark-layer::before {
    background: rgba(0, 0, 0, 0.6);
  }
}/*# sourceMappingURL=style.css.map */