@font-face {
  font-family: 'GlacialIndifference';
  src: url("../fonts/GlacialIndifference-Regular.woff") format("woff");
  src: url("../fonts/GlacialIndifference-Regular.eot");
  src: url("../fonts/GlacialIndifference-Regular.eot") format("eot"), url("../fonts/GlacialIndifference-Regular.woff") format("woff"), url("../fonts/GlacialIndifference-Regular.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

.nav #tetranav a#myanchor canvas {
  display: block;
  max-width: 100%;
  height: auto;
  left: 0;
  top: 0;
}

.body-container {
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: visible;
  background-color: transparent;
}

.home-section-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 65vw;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .home-section-container {
    width: 100%;
  }
}

.section-container {
  padding-left: 3rem;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .section-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.nav-container {
  max-height: 100vh;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
}

.nav-container .info {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 10%;
  top: 10%;
  font-size: 5.6rem;
  line-height: 1.2em;
  font-family: sans-serif;
}

.section-title {
  font-size: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .section-title {
    font-size: 1.1rem;
  }
}

.section-text {
  font-size: 1.3em;
}

.main-container {
  background-color: transparent;
}

.info-container {
  position: fixed;
  right: 0;
  top: 0;
  width: 35vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .info-container {
    position: relative;
    width: 100%;
  }
}

.info-container .info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .info-container .info {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.info-container .info .logo-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 4000000;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .info-container .info .logo-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

.info-container .info .logo-container a {
  text-decoration: none;
}

.info-container .info .logo-container .logo {
  font-size: 7rem;
  line-height: 5.8rem;
  color: black;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .info-container .info .logo-container .logo {
    font-size: 3rem;
    line-height: 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1rem;
    padding-left: 1rem;
  }
}

.info-container .info .submenu-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 0;
  z-index: 4000000;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .info-container .info .submenu-container {
    padding-top: 0;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

.info-container .info .submenu-container .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.3rem;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .info-container .info .submenu-container .submenu {
    font-size: 1.1rem;
    position: absolute;
    right: 0;
    padding-top: 0;
    padding-right: 1rem;
  }
}

.info-container .info .submenu-container .submenu a {
  text-align: end;
}

.info-container .info .submenu-container .submenu .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.info-container .info .submenu-container .submenu .language a {
  padding-left: 6px;
}

.contact-section {
  font-size: 1.3rem;
  padding-bottom: 3rem;
}

.contact-section textarea {
  border: none;
  background-color: transparent;
  resize: none;
  outline: none;
  font-size: 1.3rem;
  font-family: Helvetica Neue, sans-serif;
  color: black;
}

.contact-section .contact-form::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}

.contact-section .contact-form:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}

.contact-section .contact-form::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}

.contact-section .contact-form::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}

.contact-section .contact-form {
  padding-top: 1rem;
  height: 3rem;
  width: 50%;
  border: 0;
  background-color: transparent;
  resize: none;
  outline: none;
  border-bottom: 1px black solid;
  font-size: 1.3rem;
  font-family: Helvetica Neue, sans-serif;
  color: black;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .contact-section .contact-form {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.contact-section .contact-form a {
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  cursor: pointer;
}

.contact-section .contact-form .contact-form:focus {
  outline: none !important;
}

.contact-section .subject {
  padding-top: 0;
}

.contact-section .message {
  padding-top: 1rem;
  height: 12rem;
}

.contact-section .submit {
  border-bottom: 0;
  padding-top: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: bold;
}

.contact-section .address {
  padding-top: 1rem;
}

.contact-section .address p:first-of-type {
  padding-bottom: 1rem;
}

.contact-section .legal {
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .contact-section .legal {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

html, * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Helvetica Neue;
  background: white;
  max-height: 100vh;
  overflow: hidden;
}

body a {
  color: blue;
}
/*# sourceMappingURL=style.css.map */