/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v18-latin-300.woff2") format("woff2"), url("../fonts/inter-v18-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v18-latin-regular.woff2") format("woff2"), url("../fonts/inter-v18-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v18-latin-500.woff2") format("woff2"), url("../fonts/inter-v18-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v18-latin-700.woff2") format("woff2"), url("../fonts/inter-v18-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v18-latin-800.woff2") format("woff2"), url("../fonts/inter-v18-latin-800.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 14px;
  }
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  background-color: #FFFFFF;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: transparent;
  padding: 20px 40px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
nav .nav-ctnr {
  display: block;
  margin: 0;
}
nav .nav-ctnr a {
  color: #FFFFFF;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
nav .nav-ctnr a:hover {
  text-decoration: underline;
}
nav .nav-ctnr .nav-logo {
  width: 200px;
}

header {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
header:before {
  display: block;
  content: "";
  padding-top: 100%;
}
header .hdr-bg-ctr {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
header .hdr-txt-ctr {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 40px;
}
header .hdr-txt-ctr .hdr-txt {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
}
header .hdr-txt-ctr .hdr-txt a {
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
}
header .hdr-txt-ctr .hdr-txt a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
