* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: acumin-pro, sans-serif;
  font-size: 12pt;
  font-weight: 300;
}
.wider {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.wider_hires {
  max-width: 1280px;
}
.marginer {
  margin-left: 48px;
  margin-right: 48px;
}
.paddiner {
  padding-top: 48px;
  padding-bottom: 48px;
}
.abs_full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section._login {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #020c10;
}
section._login .marginer,
section._login .wider {
  height: 100%;
}
section._login .wider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section._login .wider > * {
  flex: 0 1 auto;
}
section._login .candles {
  width: 100%;
}
section._login .were {
  width: 100%;
  max-width: 780px;
}
section._login h1 {
  margin: 24px 0 48px;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 240%;
  line-height: 1em;
  text-align: center;
}
section._login h1 span {
  font-size: 200%;
  color: #3fa9f5;
}
section._login .error {
  opacity: 0;
  color: red;
  margin: 10px 0 5px;
  font-size: 80%;
}
section._login form {
  text-align: center;
}
section._login form input[type='password'] {
  background: none;
  border: 1px solid #fff;
  font-family: inherit;
  font-size: 120%;
  color: #3fa9f5;
  padding: 12px 24px;
  outline: none;
  text-align: center;
}
section._login form input[type='password']:focus {
  border-color: #3fa9f5;
}
section._login form input[type='password']::-webkit-input-placeholder {
  color: #fff;
  font-weight: 100;
  text-align: center;
}
section._login form input[type='password']::-moz-placeholder {
  color: #fff;
  font-weight: 100;
  text-align: center;
}
section._login form input[type='password']:-ms-input-placeholder {
  color: #fff;
  font-weight: 100;
  text-align: center;
}
section._login form input[type='password']:-moz-placeholder {
  color: #fff;
  font-weight: 100;
  text-align: center;
}
section._login form button[type='submit'] {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #000;
  font-family: inherit;
  font-weight: 200;
  font-size: 120%;
  color: #fff;
  padding: 12px 24px;
  outline: none;
  text-align: center;
  cursor: pointer;
}
section._firstpage {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #020c10;
}
section._firstpage .marginer,
section._firstpage .wider {
  height: 100%;
}
section._firstpage .wider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section._firstpage .wider > * {
  flex: 0 1 auto;
}
section._firstpage .animation {
  width: 100%;
  height: 40vh;
  margin: 0 0 10vh;
}
section._firstpage .animation svg {
  width: 100%;
  height: 100%;
}
section._firstpage .text {
  opacity: 0;
  visibility: hidden;
}
section._firstpage .scroll {
  position: absolute;
  left: 50%;
  bottom: 24px;
  margin-left: -22px;
  animation: scroll 1s infinite alternate ease-in;
}
@keyframes scroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
a[id^='page--'] {
  display: block;
  position: relative;
  top: -38px;
  visibility: hidden;
  font-size: 0;
}
section._tiny_nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: #000;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  transition: 300ms;
}
section._tiny_nav_visible {
  transform: translateY(0);
}
section._tiny_nav > a {
  flex: 0 1 auto;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 0 24px;
  transition: border 500ms, color 2s;
}
section._tiny_nav > a:hover {
  color: #3fa9f5;
}
nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -24px 0;
}
nav > a {
  flex: 0 1 auto;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 10px;
  border: 1px solid transparent;
  margin: 0 24px;
  transition: border 500ms, color 2s;
}
nav > a:hover {
  border-color: #3fa9f5;
  color: #3fa9f5;
}
._content {
  background-color: #fff;
  color: #444;
}
._content_dark ._content {
  background-color: #3fa9f5;
  color: #fff;
}
._content_navy ._content {
  background: linear-gradient(-45deg, #020c10 20%, #081c27, #020c10 80%);
  color: #fff;
}
._content[data-background] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
._content .center {
  text-align: center;
}
._content a {
  color: inherit;
}
._content h2 {
  font-size: 320%;
  font-weight: 200;
  color: #0071bc;
  text-transform: uppercase;
  margin: 0.6em 0 0.3em;
}
._content h2:first-child {
  margin-top: 0;
}
._content h2:last-child {
  margin-bottom: 0;
}
._content_dark ._content h2 {
  color: #fff;
}
._content_navy ._content h2 {
  color: #3fa9f5;
}
._content h3 {
  font-size: 240%;
  font-weight: 200;
  color: #3fa9f5;
  margin: 0.6em 0 0.3em;
  padding-bottom: 60px;
  background: url(../assets/sep.svg) no-repeat center bottom;
}
._content h3:first-child {
  margin-top: 0;
}
._content h3:last-child {
  margin-bottom: 0;
}
._content_dark ._content h3 {
  color: #0071bc;
  background-image: url(../assets/sep2.svg);
}
._content_navy ._content h3 {
  color: #0071bc;
  background-image: url(../assets/sep.svg);
}
._content h4 {
  font-size: 160%;
  font-weight: 300;
  margin: 1em 0 0.5em;
}
._content h4:first-child {
  margin-top: 0;
}
._content h4:last-child {
  margin-bottom: 0;
}
._content h4.border {
  border-top: 1px solid #b2ddfb;
  padding-top: 2em;
}
._content_dark ._content h4 {
  color: #fff;
}
._content p {
  line-height: 1.6em;
  margin: 0 0 1em;
}
._content p:last-child {
  margin-bottom: 0;
}
._content form[id^='frm-'] {
  display: flex;
  flex-wrap: wrap;
  margin: -24px -24px 0px;
}
._content form[id^='frm-'] > div {
  flex: 0 1 calc(50% - 2*24px);
  width: calc(50% - 2*24px);
  margin: 24px;
}
@media screen and (max-width: 800px) {
  ._content form[id^='frm-'] > div {
    flex: 0 1 calc(100% - 2*24px);
    width: calc(100% - 2*24px);
  }
}
._content form[id^='frm-'] > div:last-of-type:nth-last-of-type(odd) {
  flex: 0 1 calc(100% - 2*24px);
  width: calc(100% - 2*24px);
}
._content form[id^='frm-'] .controls > div {
  margin: 0 0 1.5em;
}
._content form[id^='frm-'] input,
._content form[id^='frm-'] textarea {
  font-family: inherit;
  font-size: inherit;
}
._content form[id^='frm-'] .label:not(:empty) {
  color: #666;
  font-weight: 300;
  font-variant: small-caps;
  text-align: center;
  margin: 0 0 0.5em;
  letter-spacing: 0.3ex;
}
._content form[id^='frm-'] .label:not(:empty) i {
  color: #3fa9f5;
}
._content form[id^='frm-'] .control {
  text-align: center;
}
._content form[id^='frm-'] .control .small {
  margin: 5px 0 0;
  font-size: 90%;
  color: #3fa9f5;
}
._content form[id^='frm-'] .checkItem {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 90%;
}
._content form[id^='frm-'] .checkItem:last-of-type {
  margin-right: 0;
}
._content form[id^='frm-'] .checkItem label {
  white-space: nowrap;
}
._content form[id^='frm-'] .checkItem input[type='radio'] {
  appearance: none;
  -webkit-appearance: none;
  margin: 0 5px 0 0;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 100%;
  background-color: #ccc;
  outline: none;
}
._content form[id^='frm-'] .checkItem input[type='radio']:checked {
  background-color: #3fa9f5;
}
._content form[id^='frm-'] input[type='text'],
._content form[id^='frm-'] textarea {
  border: 1px solid #3fa9f5;
  padding: 5px 10px;
  width: 100%;
}
._content form[id^='frm-'] input[type='text'] {
  text-align: center;
}
._content form[id^='frm-'] textarea {
  resize: none;
  height: 8em;
}
._content form[id^='frm-'] input[type='submit'] {
  border: 0;
  background-color: #0071bc;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 24px;
  cursor: pointer;
}
footer {
  color: #0071bc;
  background-color: #000;
  text-align: center;
  font-size: 80%;
}
footer a {
  color: inherit;
  text-decoration: inherit;
}
._gallery {
  font-size: 0;
}
._gallery img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */