@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
:root {
  --spacing: 5vw; }

@media (min-width: 768px) {
  :root {
    --spacing: 5vw; } }

@media (min-width: 1200px) {
  :root {
    --spacing: 6vw; } }

body {
  font-size: .5em; }
  @media (min-width: 600px) {
    body {
      font-size: .7em; } }
  @media (min-width: 1200px) {
    body {
      font-size: .8em; } }
  @media (min-width: 1400px) {
    body {
      font-size: .9em; } }
  @media (min-width: 1600px) {
    body {
      font-size: 1em; } }

.clearfix::after, footer section > ul li ul::after {
  display: table;
  clear: both;
  content: ""; }

.uppercase {
  text-transform: uppercase; }

.d-none {
  display: none; }

.d-block {
  display: block; }

.d-flex {
  display: flex; }

@media (min-width: 1200px) {
  .d-md-none {
    display: none !important; }
  .d-md-block {
    display: block !important; }
  .d-md-flex {
    display: flex !important; } }

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

* {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

html:focus-within {
  scroll-behavior: smooth; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto; }

img, picture, svg, video, canvas {
  font-style: italic;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover; }

input, button, textarea, select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }
  *, *::before, *::after {
    transition: none;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important; } }

body, html {
  height: 100%;
  scroll-behavior: smooth; }

.image-container {
  display: flex;
  min-width: -moz-min-content;
  min-width: min-content;
  height: 100%; }
  .image-container .image-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 5px;
    justify-content: center;
    flex: 0 0 auto; }
    .image-container .image-wrapper img {
      width: auto;
      height: 100%;
      min-height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

.scroll-animation-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 7em;
  display: flex;
  overflow: hidden;
  align-items: flex-end;
  width: var(--spacing);
  padding: 0;
  transition: opacity .5s ease-out;
  opacity: 1;
  border: none;
  justify-content: center; }
  @media (max-height: 540px) and (orientation: landscape) {
    .scroll-animation-wrapper {
      bottom: 4.5em; } }
  .scroll-animation-wrapper.hidden {
    opacity: 0; }
  .scroll-animation-wrapper .scroll-animation {
    font-size: 1em;
    display: flex;
    align-items: center;
    transform: rotate(90deg) translateX(-4.5em);
    animation: fadeIn 1.5s ease-out 1s forwards;
    opacity: 0; }
    @media (min-width: 1600px) {
      .scroll-animation-wrapper .scroll-animation {
        font-size: .8em; } }
    .scroll-animation-wrapper .scroll-animation .animated-text {
      width: 5em;
      padding-right: 2em;
      animation: moveText 4s linear infinite;
      text-align: right;
      color: #000; }
    .scroll-animation-wrapper .scroll-animation .animated-bar {
      width: 6em;
      height: 1px;
      animation: moveGradient 2s linear infinite;
      background-image: linear-gradient(to right, #000 0% 25%, transparent 25% 75%, #000 75% 100%);
      background-size: 200% 100%; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes moveText {
  0%, 100% {
    transform: translateX(0); }
  50% {
    transform: translateX(8%); } }

@keyframes moveGradient {
  from {
    background-position: 100% 0; }
  to {
    background-position: -100% 0; } }

body {
  display: grid;
  grid-gap: 0;
  grid-template-areas: ". header ." ". main ." ". footer .";
  grid-template-columns: var(--spacing) minmax(0, 1fr) var(--spacing);
  grid-template-rows: 7em minmax(0, 1fr) 7em;
  overflow: hidden;
  width: 100%;
  height: 100dvh;
  max-height: 100%;
  background: white; }
  @media (max-height: 540px) and (orientation: landscape) {
    body {
      grid-template-columns: 0 minmax(0, 1fr) 0;
      grid-template-rows: 4.5em minmax(0, 1fr) 4.5em; } }

body.admin-bar {
  height: calc(100dvh - 32px); }

header {
  grid-area: header; }

main {
  position: relative;
  display: flex;
  grid-area: main;
  overflow-x: scroll;
  overflow-y: hidden;
  align-items: center; }

.content {
  display: flex;
  grid-area: main;
  overflow: hidden;
  align-items: center;
  color: #fff;
  justify-content: center; }

footer {
  grid-area: footer; }

header {
  line-height: 1.5;
  display: flex;
  align-items: center;
  flex-direction: row; }

.logo {
  font-size: 2.2em;
  line-height: 1;
  color: #9d9d9c;
  flex-grow: 1; }
  .logo strong {
    color: #000; }

.c2a {
  font-size: 1.2em;
  margin-bottom: -.1em;
  text-transform: uppercase; }

.center-wrapper {
  display: flex;
  align-items: end;
  flex-direction: row;
  width: 100%; }

footer {
  font-size: .95em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  flex-direction: row; }
  footer section {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap; }
    footer section ul {
      margin: 0;
      padding: 0;
      text-transform: uppercase; }
      footer section ul li {
        white-space: nowrap; }
    footer section > ul {
      display: inline-flex;
      flex-direction: column;
      padding-right: 3vw;
      justify-content: flex-end; }
      footer section > ul span {
        display: inline-block;
        width: 1em; }
      footer section > ul li ul li {
        float: left; }
        footer section > ul li ul li:not(:first-child):before {
          padding: 0 .5em;
          content: "|"; }
  footer .tagline {
    font-size: 2.2em;
    display: flex;
    align-items: center;
    text-align: right;
    color: #000;
    flex-grow: 1; }
    footer .tagline span {
      line-height: 1;
      margin-left: auto; }

input + label {
  position: relative;
  z-index: 5;
  width: 1.3rem;
  height: 0.8rem; }
  input + label span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    transition: .5s;
    background: #000; }
  input + label span:first-child {
    top: 0; }
  input + label span:last-child {
    top: calc(0.8rem - 2px); }

input#burger {
  display: none; }

label:hover {
  cursor: pointer; }

input:checked + label span {
  top: 50%;
  opacity: 0;
  background: #fff; }

input:checked + label span:first-child {
  transform: rotate(405deg);
  opacity: 1; }

input:checked + label span:last-child {
  transform: rotate(-405deg);
  opacity: 1; }

input ~ nav {
  font-size: 2em;
  position: fixed;
  z-index: 3;
  top: 0;
  right: -80vw;
  overflow: hidden;
  width: 80vw;
  height: 100%;
  padding: 10vw 1em 0;
  transition: .5s;
  transition-delay: .5s;
  color: #fff;
  background: #000; }
  input ~ nav a {
    color: #fff; }
  input ~ nav > ul {
    padding: 0 .8em 1em; }
    input ~ nav > ul:not(:first-child) {
      padding-top: 1em;
      border-top: 1px solid #9d9d9c; }
    input ~ nav > ul > li {
      transition: .5s;
      transition-delay: 0s;
      white-space: nowrap;
      opacity: 0; }
    input ~ nav > ul .spacer {
      margin: 1em 0; }
  @media (max-height: 540px) and (orientation: landscape) {
    input ~ nav {
      font-size: 1.5em;
      overflow: scroll;
      padding: 1em; }
      input ~ nav #naw, input ~ nav #socials {
        float: left;
        width: 50%; } }

input:checked ~ nav {
  right: 0;
  transition-delay: 0s; }
  input:checked ~ nav > ul > li {
    transition-delay: .5s;
    opacity: 1; }

@media (min-width: 1200px) {
  input + label, nav {
    display: none; } }

body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 100vh;
  color: #646363;
  font-optical-sizing: auto; }

a {
  text-decoration: none;
  color: #000; }
  a:hover {
    color: #646363; }

strong, b {
  font-weight: 500; }

::-moz-selection {
  color: #fff;
  background: #000; }

::selection {
  color: #fff;
  background: #000; }

main::-webkit-scrollbar {
  display: none; }

main {
  scrollbar-width: none; }

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