@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  font-size: 10px; }

body {
  background: var(--body-color);
  color: var(--text-color);
  font-family: "Lato";
  padding: 8rem 0 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--highlights);
  font-family: "Roboto Condensed";
  font-weight: 300;
  margin: 0 0 2rem; }

h1 {
  font-size: 5rem; }

h2 {
  font-size: 4rem;
  color: var(--highlights); }

h3 {
  font-size: 3rem;
  color: var(--highlights); }

h4 {
  font-size: 2.5rem;
  font-weight: 400; }

h5 {
  font-size: 2rem;
  font-weight: bold; }

h6 {
  font-size: 1.6rem;
  font-weight: bold; }

p {
  margin: 0 auto 2rem; }
  p.md {
    font-size: 2rem; }
  p.lg {
    font-size: 2.4rem; }

a {
  text-decoration: none;
  color: var(--highlights);
  cursor: pointer; }

.white {
  color: white; }

.black {
  color: black; }

.rm {
  margin: 0 !important; }

.rmt {
  margin-top: 0 !important; }

.rmb {
  margin-bottom: 0 !important; }

.mb1 {
  margin-bottom: 1rem; }

.mb2 {
  margin-bottom: 2rem; }

.mb3 {
  margin-bottom: 3rem; }

.mb4 {
  margin-bottom: 4rem; }

.mb5 {
  margin-bottom: 5rem; }

.center-text {
  text-align: center; }

a.cta,
.cta {
  display: inline-block;
  background: var(--highlights);
  color: var(--cta-color);
  padding: 1rem 2.5rem;
  margin: 2rem;
  font-weight: bold;
  font-size: 1.8rem;
  text-transform: uppercase;
  }

a.cta2,
.cta2 {
  display: inline-block;
  background: var(--highlights);
  color: var(--cta2-color);
  padding: 1rem 2.5rem;
  margin: 2rem;
  font-weight: bold;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.soft-grad-down {
  background: linear-gradient(transparent 50%, #eeeeff07); }

.flex {
  display: flex; }
  .flex.align-center {
    align-items: center; }
  .flex.wrap {
    flex-wrap: wrap; }
  .flex.center {
    justify-content: center; }
  .flex.space-around {
    justify-content: space-around; }
  .flex.space-between {
    content: space-between; }
  .flex.justify-space-evenly {
    justify-content: space-evenly; }

.no-grow {
  flex-grow: unset; }

section {
  padding: 1rem 0;
}
section .row {
  max-width: 100rem;
  margin: auto;
  padding: 0 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
section .row .flex-block {
    flex: 1 0 28rem;

  padding: 2rem;
}

section.header,
section.footer {
  background: var(--footer-color); }

section.header {
  position: fixed;
  width: 100vw;
  top: 0;
  padding: 0;
  z-index: 1; }
  section.header .contain {
    margin: auto;
    padding: 1.5rem 2rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }

#nav-logo {
  height: 4rem; }
  #nav-logo > a {
    display: block; }
  #nav-logo img {
    height: 100%; }

#nav-links,
#mobile-nav-links {
  display: flex;
  align-items: center; }
  #nav-links a,
  #mobile-nav-links a {
    display: block;
    padding: .9rem 1.5rem;
    color: var(--nav-links);
    transition: background .2s linear;
    text-transform: uppercase;
    font-size: 1.4rem; }
    #nav-links a:hover,
    #mobile-nav-links a:hover {
      color: var(--highlights);
      background: rgba(0, 0, 0, 0.2); }
    #nav-links a.active,
    #mobile-nav-links a.active {
      color: var(--highlights);
      font-weight: 400; }
    #nav-links a.nav-btn,
    #mobile-nav-links a.nav-btn {
      box-shadow: 0 0 0 1px var(--highlights);
      font-weight: 400; }
      #nav-links a.nav-btn:hover,
      #mobile-nav-links a.nav-btn:hover {
        background: var(--highlights);
        color: var(--cta-color); }
  #nav-links.show #hamburger-close,
  #mobile-nav-links.show #hamburger-close {
    position: fixed; }
  #nav-links .mobile-icon-text,
  #mobile-nav-links .mobile-icon-text {
    display: none; }

#mobile-nav-links {
  display: none; }

#hamburger {
  overflow: auto;
  padding: 1rem 1.5rem;
  cursor: pointer !important; }
  #hamburger span {
    width: 2.3rem;
    height: .1rem;
    background: white;
    display: block;
    margin: .5rem 0; }
  #hamburger:hover span {
    background: var(--highlights); }

#hamburger-close {
  cursor: pointer !important;
  padding: 2rem 1.1rem;
  display: none;
  position: absolute;
  top: 19px;
  right: 1rem;
  z-index: 5; }
  #hamburger-close span {
    width: 2rem;
    height: .1rem;
    background: white;
    display: block;
    margin: 0;
    position: relative;
    transition: .2s linear; }
    #hamburger-close span:nth-child(1) {
      transform: rotate(45deg);
      position: relative;
      top: .2rem; }
    #hamburger-close span:nth-child(2) {
      transform: rotate(-45deg);
      top: -.2rem; }
  #hamburger-close:hover span {
    background: var(--highlights); }
    #hamburger-close:hover span:nth-child(1) {
      top: .1rem; }
    #hamburger-close:hover span:nth-child(2) {
      top: 0; }

textarea {
  width: calc(100% - 3rem);
  background: #ffffff20;
  color: white; }

form {
  width: calc(100% - 40px);
  max-width: 45rem;
  margin: auto;
}
form input {
  font-size: 1.6rem;
  letter-spacing: 1px;
  width: calc(100% - 3rem);
  margin: 0 0 1rem;
  padding: 1.5rem;
  text-align: center;
  background: #ffffff20;
  color: var(--text-color);
  border: none;
}
form input::placeholder {
  color: #ffffff85;
}
form input:focus {
  outline: 1px solid var(--highlights);
}
form select {
  font-size: 1.8rem;
  letter-spacing: 1px;
  text-align: center;
  background: #ffffff20;
  color: white;
  border: none;
}

.selectdiv {
  margin: 0 0 1rem;
  /*padding: 1.5rem;*/
  width: calc(100% - 3rem);
  /*margin: 50px 33%;*/
  color: white;
}

select::-ms-expand {
  display: none;
}

.selectdiv:after {
  content: '>';
  color: var(--highlights);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: -8px;
  top: 20px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  font-weight: bolder;
  font-size: 4.2rem;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  display: block;
  width: 100%;
  height: 48px;
  margin: 5px 0px;
  -ms-word-break: normal;
  word-break: normal;
}

select:active, select:hover {
  outline: none
}

select:active, select:hover {
  outline-color: var(--highlights);
}

form input[type="checkbox"] {
  height: 2rem;
  accent-color: var(--highlights);
}

/*//////////////////////////////*/
@media (max-width: 991px) {
  #mobile-nav-links {
    display: flex;
    align-items: center; }

  #nav-links {
    display: block;
    text-align: left;
    max-width: 25rem;
    width: 90%;
    height: calc(100vh - 3rem);
    padding: 1.5rem 0;
    overflow-y: scroll;
    transform: none;
    background: #292c31;
    box-shadow: none;
    position: fixed;
    top: 0;
    right: -25rem;
    transition: .2s linear;
    z-index: 3; }
    #nav-links #hamburger-close,
    #nav-links .slide-out-logo {
      display: block; }
    #nav-links:after {
      content: "";
      max-width: 25rem;
      width: 100%;
      height: 100%;
      background: #292c31;
      position: fixed;
      top: 0;
      right: -25rem;
      z-index: -1;
      transition: .2s linear; }
    #nav-links .slide-out-logo {
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
      #nav-links .slide-out-logo img {
        height: 3.7rem;
        display: block;
        text-align: center;
        margin: auto; }
    #nav-links a {
      display: flex;
      margin: 0;
      padding: 1.5rem 3rem; }
      #nav-links a.nav-btn {
        display: none;
        margin: 0 3rem;
        text-align: center; }
    #nav-links span.link-section {
      display: block;
      /*padding: 15px 3em;*/
      font-size: 1.25em;
      color: rgba(255, 255, 255, 0.25);
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent); }
    #nav-links.show {
      right: 0; }
      #nav-links.show #hamburger-close {
        right: 1em;
        transition: .2s linear; }
      #nav-links.show:before {
        content: "";
        width: 100vw;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(5px);
        position: fixed;
        top: 0;
        right: 0;
        z-index: -1;
        transition: opacity .2s linear;
        cursor: e-resize; }
      #nav-links.show:after {
        right: 0; }
    #nav-links .mobile-icon-text {
      display: inline;
      margin-left: 8px; } }
@media (max-width: 768px) {
  section .row {
    padding: 0 2rem; } }
@media (max-width: 575px) {
  section .row {
    padding: 0 1rem; }
    section .row .flex-block {
      padding: 1rem; } }
form input.honeypot {
  display: none;
  height: 1px;
  max-height: 0px; }

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