/************************************/
/*************  COLORS   ************/
/************************************/
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
span {
  margin: 0;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  line-height: inherit;
}
/*Remove Mozilla Firefox Border – Remove Dotted Line Around Link */
a:active,
a:focus,
input:focus,
input:visited,
input:active,
input:hover,
input:required,
input:valid,
input:invalid,
textarea:focus,
textarea:visited,
textarea:active,
textarea:hover,
textarea:required,
textarea:valid,
textarea:invalid,
select:focus,
select:visited,
select:active,
select:hover,
select:required,
select:valid,
select:invalid {
  outline: none !important;
}
a {
  text-decoration: none;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
}
html.overflow-hidden {
  overflow: hidden;
}
html.overflow-hidden body {
  overflow: hidden;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  position: relative;
  color: #000000;
  background-color: #FFFFFF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
body {
  overflow-x: hidden;
  margin: 0;
}
a {
  color: inherit;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
a[href]:hover {
  color: #FF0000;
}
a.link-arrow:after {
  content: '↗';
  display: inline-block;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
a.link-arrow:hover:after {
  -webkit-transform: translate3d(5px, -5px, 0px);
          transform: translate3d(5px, -5px, 0px);
}
/************************************/
/*********  FONT FAMILIES	*********/
/************************************/
@font-face {
  font-family: 'helvetica-now-var';
  src: url('../assets/fonts/helvetica-now-var.ttf');
  src: url('../assets/fonts/helvetica-now-var.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
body,
html,
button,
input,
select,
textarea {
  font-family: 'helvetica-now-var';
  font-size: 12px;
  line-height: 120%;
  font-weight: 700;
}
.font-big {
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.font-p {
  font-size: 12px;
  line-height: 120%;
  font-weight: 700;
}
.font-gray {
  color: #75787B;
}
html {
  background-color: #000000;
}
body {
  --vh: 1vh;
  --lateral-space: 16px;
  background-color: #000000;
  color: #FFFFFF;
}
body *::-moz-selection {
  color: #FFFFFF;
  background-color: #FF0000;
}
body *::selection {
  color: #FFFFFF;
  background-color: #FF0000;
}
.module {
  position: relative;
  padding: 0 var(--lateral-space);
}
.background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.background-image .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-container {
  position: relative;
}
.image-container .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-16-9-container {
  position: relative;
}
.image-16-9-container .image-container {
  padding-bottom: 56.25%;
}
.image-16-9-container .image-container .image {
  position: absolute;
  top: 0;
  left: 0;
}
.background-black {
  background-color: #000000;
}
.font-color-white {
  color: #FFFFFF;
}
.button {
  position: relative;
  display: inline-block;
  padding: 12px 31px;
  border: 1px solid;
  border-radius: 40px;
  color: var(--button-font-color);
  border-color: var(--button-border-color);
  background-color: var(--button-background-color);
  -webkit-transition: color 0.6s, background-color 0.6s, border-color 0.6s;
  transition: color 0.6s, background-color 0.6s, border-color 0.6s;
  cursor: pointer;
}
.button.button-small {
  padding: 8px 10px;
}
.button.button-white {
  --button-font-color: #FFFFFF;
  --button-border-color: #FFFFFF;
  --button-background-color: transparent;
  --button-hover-font-color: #000000;
  --button-hover-border-color: #000000;
  --button-hover-background-color: #FFFFFF;
}
.button.button-black {
  --button-font-color: #000000;
  --button-border-color: #000000;
  --button-background-color: transparent;
  --button-hover-font-color: #FFFFFF;
  --button-hover-border-color: #FFFFFF;
  --button-hover-background-color: #000000;
}
.button:hover {
  color: var(--button-hover-font-color);
  border-color: var(--button-hover-border-color);
  background-color: var(--button-hover-background-color);
}
.header-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border: var(--lateral-space) solid transparent;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-container .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  color: #000000;
  height: 21px;
  padding: 0 6px;
}
.header-container .nav-container .items-container {
  width: 95%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.header-container .nav-container .items-container .item-container {
  display: block;
  min-width: 80px;
  text-align: center;
}
.header-container .nav-container .items-container .logo-container .logo {
  height: 12px;
  display: block;
}
.header-container.hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.footer-container {
  padding: 200px 0 30px;
}
.footer-container .module-banner {
  margin-bottom: 50px;
}
.footer-container .module-about {
  margin-bottom: 150px;
}
.footer-container .module-contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 150px;
}
.footer-container .module-contact .column {
  padding-right: 20px;
}
.footer-container .module-contact .column .info-container {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-container .module-footer-end .image-container {
  margin-bottom: 12px;
}
.footer-container .module-footer-end .columns-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.footer-container .module-footer-end .columns-container .column {
  padding-right: 20px;
}
.footer-container .module-footer-end .columns-container .column.column-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.module-cover {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrow {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: currentColor transparent transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.module-banner {
  background-color: #FFFFFF;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 21px;
  padding: 0 6px;
  margin-bottom: 18px;
  border-left: var(--lateral-space) solid #000000;
  border-right: var(--lateral-space) solid #000000;
}
.module-banner .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-banner .link .arrow {
  margin-left: 5px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.module-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.module-about + .module-about {
  margin-top: 150px;
}
.module-about .left-container {
  width: 23%;
}
.module-about .left-container .text-container {
  position: sticky;
  top: 100px;
}
.module-about .right-container {
  width: 75%;
}
.module-about .right-container .text {
  text-indent: 20%;
}
.module-about .right-container .content:not(:last-child) {
  margin-bottom: 150px;
}
