@media screen and (min-width: 0px) {
  @font-face {
    font-family: Roboto;
    font-display: swap;
    src: url("/fonts/roboto-black-webfont.eot");
    src: url("/fonts/roboto-black-webfont.eot") format("embedded-opentype"),
      url("/fonts/Roboto-Black-webfont.woff") format("woff"),
      url("/fonts/roboto-black-webfont.ttf") format("truetype"),
      url("/fonts/roboto-black-webfont.svg") format("svg");
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: Barlow;
    src: url("/fonts/barlow-v12-latin-regular.woff2") format("woff2"),
      url("/fonts/barlow-regular-webfont.woff2") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: Barlow;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(""), url("/fonts/barlow-v12-latin-700.woff2") format("woff2"),
      url("/fonts/barlow-v12-latin-700.woff") format("woff");
  }
  .ABfont {
    font-family: Roboto;
  }
  section {
    padding: 2.5em 0;
  }
  .wrapper {
    width: 100%;
    max-width: 22.5em;
    margin: auto;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .skip {
    position: absolute;
    opacity: 0;
    z-index: -1000;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  :root {
    --primary: #7bd2ed;
    --accessible: #429eb8;
    --primaryDark: #31545f;
  }
  body,
  html {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    font-family: Barlow, sans-serif;
  }
  body {
    overflow: hidden;
    font-size: 20px;
  }
  a:hover {
    cursor: pointer;
  }
  p {
    margin-bottom: 1.25em;
  }
  li,
  p {
    line-height: 1.5em;
    font-size: 0.8em;
  }
  a,
  li,
  p,
  span {
    color: #1a1a1a;
    margin: 0;
    line-height: 1.75em;
    font-weight: 400;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    line-height: 1.2em;
    color: #1a1a1a;
    font-family: Roboto, sans-serif;
    font-weight: 900;
  }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    font-weight: 900;
  }
  h1 {
    font-weight: 900;
  }
  .container {
    padding: 0 0.5em;
    margin: auto;
  }
  .section {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  #brand,
  .background,
  .call-strip-button,
  .topper-flex {
    display: none;
  }
  .button-solid {
    color: #fafafa;
    margin: auto;
    text-align: center;
    text-decoration: none;
    background-color: #3e6977;
    line-height: 2.77777778em;
    width: auto;
    font-size: 0.9em;
    padding: 0 2.44444444em;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    display: inline-block;
    position: relative;
    font-weight: 700;
    perspective: 700px;
    letter-spacing: 0.025em;
  }
  .button-solid:before {
    content: "";
    position: absolute;
    display: block;
    top: -0.33333333em;
    bottom: -0.33333333em;
    left: -0.33333333em;
    right: -0.33333333em;
    border: 0.11111111em solid #3e6977;
    pointer-events: none;
    transition: transform 0.4s;
    transform-style: preserve-3d;
  }
  .button-solid:hover {
    background-color: #1a1a1a;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    color: #fff;
    cursor: pointer;
  }
  .button-solid:hover:before {
    border: 0.11111111em solid #1a1a1a;
    transform: rotateX(180deg);
  }
  button {
    text-transform: uppercase;
  }
  button:hover {
    cursor: pointer;
  }
  .button-transparent {
    display: inline-block;
    background-color: transparent;
    border: 0.05555556em solid #fff;
    text-align: center;
    font-size: 0.9em;
    margin: 0.55555556em 0;
    padding: 0 1.66666667em;
    color: #fff;
    text-decoration: none;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    border-radius: 0.16666667em;
    white-space: nowrap;
    line-height: 2.77777778em;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .button-transparent:hover {
    color: #fff;
    background-color: var(--primary);
    border: none;
  }
  .hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: relative;
    z-index: 6000;
  }
  .hamburger:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .hamburger.is-active:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::after,
  .hamburger.is-active .hamburger-inner::before {
    background-color: #1a1a1a;
  }
  .hamburger-box {
    width: 1.5em;
    height: 1.2em;
    display: inline-block;
    position: relative;
    z-index: 2000;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -0.1em;
  }
  .hamburger-inner,
  .hamburger-inner::after,
  .hamburger-inner::before {
    width: 1.5em;
    height: 0.1em;
    background-color: #1a1a1a;
    border-radius: 0.2em;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .hamburger-inner::after,
  .hamburger-inner::before {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -0.5em;
  }
  .hamburger-inner::after {
    bottom: -0.5em;
    width: 1em;
  }
  .hamburger--spring .hamburger-inner {
    top: 0.1em;
    -webkit-transition: background-color 0s 0.13s linear;
    -o-transition: background-color 0s 0.13s linear;
    transition: background-color 0s 0.13s linear;
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
  }
  .hamburger--spring .hamburger-inner::before {
    top: 0.5em;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
      -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
  }
  .hamburger--spring .hamburger-inner::after {
    top: 1em;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
      -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
  }
  .hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    background-color: transparent !important;
    background: #1a1a1a;
  }
  .hamburger--spring.is-active .hamburger-inner::before {
    background: #1a1a1a;
    top: 0;
    -webkit-transition: top 0.1s 0.15s
        cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),
      -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0.5em, 0) rotate(45deg);
    transform: translate3d(0, 0.5em, 0) rotate(45deg);
  }
  .hamburger--spring.is-active .hamburger-inner::after {
    background: #1a1a1a;
    width: 1.5em;
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),
      -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0.5em, 0) rotate(-45deg);
    transform: translate3d(0, 0.5em, 0) rotate(-45deg);
  }
  .circle-grow {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background: #2b388f;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#2b388f),
      to(#26a9e0)
    );
    background: -o-linear-gradient(right, #2b388f 0, #26a9e0 100%);
    background: linear-gradient(270deg, #2b388f 0, #26a9e0 100%);
    top: -60px;
    right: -60px;
    z-index: 9000;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .circle-grow.clicked {
    -webkit-transform: scale(60);
    -ms-transform: scale(60);
    transform: scale(60);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .circle-grow.clicked #hero {
    overflow: hidden !important;
  }
  .nav-bubbles {
    position: absolute;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -40px;
    z-index: 90;
    width: 100%;
  }
  .call-us,
  .navbar-menu img,
  .quote-nav-button {
    display: none;
  }
  .main-skip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
  }
  .nav-comb {
    display: block !important;
    position: absolute;
    width: 26.5em;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    right: -14em;
    top: 17.5em;
    opacity: 0.4;
  }
  .mobile-wrapper {
    position: absolute;
    width: 100%;
    height: 3.5em;
    z-index: 1000;
    background: 0 0;
  }
  .mobile-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    z-index: 100;
  }
  .hamburger {
    position: absolute;
    right: 0.5em;
    top: 1.1em;
  }
  .mobile-wrapper img {
    height: 2.5em;
    width: auto;
    margin-top: 0.5em;
  }
  .navbar-menu {
    background: #f5f5f5;
    width: 0;
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 1000;
    max-width: 62.5em;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
  }
  .side-nav {
    position: relative;
    padding: 2em 0;
    position: absolute;
    right: 2em;
  }
  .side-nav ul {
    margin: 0;
    text-align: right;
    list-style: none;
    margin-top: 2em;
    transform: translateX(1.5em);
  }
  .side-nav ul li {
    margin-bottom: 1em;
  }
  .side-nav a {
    text-decoration: none;
    padding: 0.3125em 0.625em 0.3125em 0.625em;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 0;
    font-size: 1em;
    visibility: hidden;
  }
  .side-nav .schedule a {
    display: none;
  }
  .active-menu {
    border-right: 0.25em solid var(--primary);
    color: var(--primary);
  }
}
@media screen and (min-width: 450px) and (max-width: 991px) {
  .container {
    max-width: 45em;
  }
  .mobile-nav {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .mobile-nav {
    max-width: 100%;
  }
  .mobile-wrapper img {
    height: 5em;
    width: auto;
    margin-top: 4em;
  }
}
@media screen and (max-width: 1023px) {
  .side-nav ul .hover-link a,
  .side-nav ul .mobile-hover a {
    position: relative;
  }
  .side-nav ul .hover-link a:after,
  .side-nav ul .mobile-hover a:after {
    content: "";
    position: absolute;
    display: block;
    height: 0.75em;
    width: 0.75em;
    background: var(--primary);
    opacity: 1;
    top: 0.625em;
    left: -1.125em;
    z-index: 6000;
    transform: rotate(-45deg);
    display: none;
  }
  .side-nav ul .hover-link a.active-menu:after,
  .side-nav ul .mobile-hover a.active-menu:after {
    display: block;
  }
  .side-nav ul li .contact-button {
    background: 0 0;
    line-height: 1.75em;
    font-weight: 400;
  }
  .side-nav ul li .contact-button:before {
    display: none;
  }
  .side-nav ul li .active-menu {
    border: none;
  }
  .navbar-menu {
    z-index: 2000;
  }
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }
  ::-webkit-scrollbar-track-piece {
    background-color: #1a1a1a;
  }
  ::-webkit-scrollbar {
    width: 0.6em;
    background-color: #f5f5f5;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 0.5em;
    background: #5693a6;
  }
  .mobile-nav {
    max-width: 100%;
  }
  section {
    padding: 0.25em;
  }
  p {
    font-size: 1em;
  }
  .mobile-wrapper,
  .nav-comb {
    display: none !important;
  }
  .hamburger {
    display: none;
  }
  .side-nav a {
    opacity: 1;
    visibility: visible;
  }
  .quote-nav-button {
    display: block;
  }
  .container {
    max-width: 55em;
  }
  nav {
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 5em;
  }
  .navbar-menu {
    width: 98%;
    max-width: 60em;
    min-height: 5em;
    height: 7.65em;
    margin: auto;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10000;
    left: 0;
    background: 0 0;
    overflow: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: transform 0.3s;
  }
  .navbar-menu .logo {
    display: block;
    margin: 0 !important;
    position: absolute;
    left: 0;
    width: 10.2em;
    height: 4em;
    top: 2em;
    padding: 0;
    font-size: 1em;
    transition: width 0.3s;
  }
  .navbar-menu .logo .start {
    display: none;
  }
  .navbar-menu img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }
  body.scroll .onScroll {
    height: 5em;
    box-shadow: rgba(26, 26, 26, 0.2) 0 7px 29px 0;
  }
  body.scroll .navbar-menu {
    transform: translateY(-1.75em);
  }
  body.scroll .top-dark-mode-button {
    top: 1.85em;
    z-index: 500000;
  }
  body .onScroll {
    position: fixed;
    display: block;
    height: 0;
    width: 100%;
    background: #fff;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 10000;
    pointer-events: none;
    transition: height 0.3s;
  }
  body.dark-mode .onScroll {
    background: #111;
  }
  #on-top {
    transform: translateY(0.35em);
    margin-right: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .side-nav {
    padding: 0;
    width: 100%;
    max-width: 72.5em;
    height: 7.65em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 0;
    background: 0 0;
    border-radius: 0.25em;
  }
  .side-nav ul {
    margin-top: 0;
    transform: translateX(0);
  }
  .side-nav ul li {
    margin: 0 2.375em 0 0;
    text-align: right;
    color: #fff;
  }
  .side-nav ul .hover-link {
    position: relative;
    border: none;
  }
  .side-nav ul .hover-link a:before {
    content: "";
    position: absolute;
    display: block;
    height: 0.1875em;
    width: 100%;
    background: var(--primary);
    opacity: 1;
    bottom: 0.625em;
    left: 0;
    transform: scale(0);
    transition: transform 0.3s;
    transform-origin: center;
  }
  .side-nav ul .hover-link a:hover:before {
    transform: scale(1);
  }
  .side-nav ul .hover-link a.active-menu {
    border: none;
  }
  .side-nav ul .hover-link a.active-menu:before {
    transform: scale(1);
  }
  .side-nav a {
    padding: 1.25em 0;
    color: #1a1a1a;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    font-size: 1em;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .side-nav .contact-button {
    color: #1a1a1a !important;
    margin: auto;
    text-align: center;
    text-decoration: none;
    background: var(--primary);
    line-height: 1.88888889;
    width: auto;
    font-size: 1em;
    width: 7.22222222em;
    padding: 0;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    display: inline-block;
    position: relative;
    font-weight: 700;
    border: none;
  }
  .side-nav .contact-button:before {
    content: "";
    position: absolute;
    display: block;
    top: -0.33333333em;
    bottom: -0.33333333em;
    left: -0.33333333em;
    right: -0.33333333em;
    border: 0.11111111em solid var(--primary);
    pointer-events: none;
  }
  .side-nav .contact-button:hover {
    background: #1a1a1a;
    color: #fff !important;
  }
}
@media screen and (min-width: 1300px) {
  .side-nav .schedule a {
    display: block;
  }
  .container {
    max-width: 62em;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  body {
    font-size: 1.2vw;
  }
}
@media only screen and (min-width: 2000px) {
  body {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 0) {
  #footer {
    position: relative;
    margin-top: 5em;
    padding-top: 3em;
    padding-bottom: 2.5em;
  }
  #footer:before {
    content: "";
    position: absolute;
    display: block;
    height: 100em;
    width: 50em;
    background: linear-gradient(180deg, #1a1a1a 0, #111 100%);
    opacity: 1;
    top: -2.5em;
    left: 50%;
    transform: translateX(-50%) rotate(170.7deg);
  }
  #footer .bolt {
    position: absolute;
    top: -2.8em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    z-index: 1;
  }
  #footer .bolt:before {
    content: "";
    position: absolute;
    display: block;
    height: 5.7em;
    width: 5.1em;
    background: #fff;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    clip-path: polygon(100% 0, 100% 100%, 50% 86%, 0 100%, 0 0);
  }
  #footer .bolt svg {
    display: block;
    width: 3.65em;
    height: auto;
  }
  #footer .container {
    position: relative;
    z-index: 100;
    width: 95%;
  }
  #footer ul {
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 2.5em;
    max-width: 20em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
  }
  #footer ul li {
    list-style: none;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.20833333em;
    text-align: center;
    display: inline-block;
    width: 50%;
    margin-bottom: 0.83333333em;
  }
  #footer ul li a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.66666667em;
    font-size: 1em;
  }
  #footer .content {
    text-align: center;
  }
  #footer .content a,
  #footer .content h2,
  #footer .content p {
    color: #fff;
    font-family: Barlow, sans-serif;
    font-weight: 600;
  }
  #footer .item {
    margin: auto;
    margin-bottom: 4em;
    max-width: 18em;
  }
  #footer .item .email {
    font-weight: 700;
    font-size: 1em;
    line-height: 1.45em;
    display: block;
    margin-bottom: 0.75em;
  }
  #footer .item h2 {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 0.9375em;
  }
  #footer .item p,
  #footer .item span {
    opacity: 0.9;
    color: #fff;
    display: block;
    font-weight: 600;
  }
  #footer .credit {
    text-align: center;
  }
  #footer .credit p {
    color: #fff;
  }
  #footer .credit p span {
    font-size: 0.6875em;
    line-height: 2.27272727em;
    color: #fff;
    display: inline-block;
    text-align: center;
  }
  #footer .credit a {
    color: var(--primary);
    display: inline-block;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    font-size: 0.8em;
  }
  #footer .credit a:hover {
    text-decoration: underline;
  }
  #footer .credit .social {
    display: flex;
    justify-content: center;
    margin-top: 1.875em;
  }
  #footer .credit .social a {
    display: inline-block;
    background: var(--primary);
    border-radius: 50%;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.3125em;
    color: #24272a;
  }
  #footer .credit .social img {
    height: 1.0625em;
    transform: translateX(-0.0625em);
  }
}
@media only screen and (min-width: 568px) {
  #footer {
    margin-top: 6.75em;
  }
  #footer:before {
    top: -3em;
    width: 70em;
  }
}
@media only screen and (min-width: 768px) {
  #footer {
    padding-top: 2.5em;
  }
  #footer .bolt {
    top: -5.05em;
  }
  #footer:before {
    width: 150em;
    top: -5.6em;
    z-index: 1;
  }
}
@media only screen and (min-width: 1024px) {
  #footer {
    margin-top: 3.7em;
    padding-bottom: 4.8em;
    padding-top: 0;
    position: relative;
  }
  #footer:before {
    height: 50em;
    top: -6em;
  }
  #footer .bolt {
    width: 5.1em;
    height: 5.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0.5em;
    top: -3.15em;
    transform: none;
    padding-top: 1em;
  }
  #footer .bolt:before {
    background: #d8f2fa;
  }
  #footer ul {
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 4.9em;
    font-size: 1.2em;
  }
  #footer ul li {
    width: auto;
    font-size: inherit;
    margin: 0 0.83333333em;
  }
  #footer ul li:last-child {
    margin-right: 0;
  }
  #footer ul li a {
    position: relative;
  }
  #footer ul li a:before {
    content: "";
    position: absolute;
    display: block;
    height: 0.125em;
    width: 0%;
    background: #fff;
    opacity: 1;
    bottom: -0.41666667em;
    left: 0;
    transition: width 0.3s;
  }
  #footer ul li a:hover {
    width: 100%;
  }
  #footer ul li a:hover:before {
    width: 100%;
  }
  #footer .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  #footer .item {
    width: 22.5em;
    margin: 0;
    text-align: left;
  }
  #footer .item .email {
    font-size: 1.2em;
  }
  #footer .item .email:hover {
    color: var(--primary);
  }
  #footer .item p,
  #footer .item span {
    line-height: 1.1875em;
    font-size: 0.8em;
  }
  #footer .item span {
    line-height: 1.75em;
  }
  #footer .item:nth-of-type(2) {
    margin-left: 15%;
  }
  #footer .credit {
    margin-top: 6.25em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7em;
  }
  #footer .credit p span {
    font-size: 1em !important;
    display: inline-block;
    color: #fff;
  }
  #footer .credit a {
    display: inline-block;
    font-size: 1em;
    line-height: 1.21428571em;
    font-weight: 700;
    text-decoration: underline;
  }
  #footer .credit .social {
    margin: 0;
  }
  #footer .credit .social a {
    margin-top: 0.1em;
    transition: 0.3s ease;
  }
  #footer .credit .social a:hover {
    transform: scale(1.1);
    transition: 0.3s ease;
  }
}
@media only screen and (min-width: 1300px) {
  #footer {
    margin-top: 6em;
  }
  #footer .bolt {
    left: 50%;
    margin-left: -31em;
    top: -2.5em;
  }
  #footer .bolt:before {
    transform: translate(-50%, -40%);
  }
  #footer .container {
    overflow: hidden;
  }
  #footer .content {
    max-width: 53.5em;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .item:nth-of-type(1) {
    width: 26.25em;
    max-width: 26.25em;
  }
  #footer .item:nth-of-type(1) p {
    width: 28.125em;
  }
  #footer .item:nth-of-type(2) {
    width: 9.5em;
    max-width: 9.5em;
    margin-left: 0;
  }
  #footer .item:nth-of-type(3) {
    width: 14.75em;
    max-width: 14.75em;
  }
}
@media only screen and (min-width: 0px) {
  .red-clip,
  .white-clip {
    display: none;
  }
  #hero {
    height: auto;
    background: url("/images/landing-mobile.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 2.5em;
    padding-bottom: 12.5em;
    z-index: 1;
  }
  #hero:before {
    content: "";
    position: absolute;
    display: block;
    height: 10.75em;
    width: 50em;
    background: -moz-linear-gradient(
      45deg,
      rgba(123, 210, 237, 0.7) 0,
      rgba(85, 174, 201, 0.7) 100%
    );
    background: -webkit-linear-gradient(
      45deg,
      rgba(123, 210, 237, 0.7) 0,
      rgba(85, 174, 201, 0.7) 100%
    );
    background: linear-gradient(
      45deg,
      rgba(123, 210, 237, 0.7) 0,
      rgba(85, 174, 201, 0.7) 100%
    );
    bottom: 0.5em;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-10deg);
    -ms-transform: translateX(-50%) rotate(-10deg);
    transform: translateX(-50%) rotate(-10deg);
    z-index: 100;
    border-bottom: 3em solid #1a1a1a;
  }
  #hero:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 125em;
    height: 21em;
    background: #caedf8;
    opacity: 0.5;
    top: -10em;
    left: 0;
    z-index: -2;
    transform: rotate(-167deg);
  }
  #hero #dark {
    position: absolute;
    background: linear-gradient(180deg, #a3e0f2 0, #7bd2ed 100%);
    mix-blend-mode: screen;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: -1;
  }
  #hero .hero-content {
    width: 100%;
    position: relative;
    z-index: 100;
  }
  #hero .hero-content .heroText {
    max-width: 20em;
    margin: auto;
    margin-top: 5.3em;
    text-align: center;
    position: relative;
    z-index: 15;
  }
  #hero .hero-content .heroText #home-h {
    color: #1a1a1a;
    font-size: 2em;
    width: 100%;
    margin-bottom: 0.25em;
    text-align: center;
    margin-bottom: 0.75em;
  }
  #hero .hero-content .heroText h2 {
    color: #1a1a1a;
    font-size: 0.9em;
    font-weight: 500;
    text-align: center;
    line-height: 1.33333333;
    margin-bottom: 2.22222222em;
    font-family: Barlow, sans-serif;
    position: relative;
    z-index: 20;
  }
  #hero .hero-content .heroText h2 strong {
    color: var(--primary);
  }
  #hero .hero-content .heroText a {
    display: block;
    margin: auto;
  }
  #hero .hero-content .heroText .button-solid {
    margin-bottom: 0.55555556em;
    width: auto;
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
  }
  #hero .hero-content .heroText .button-solid:before {
    border: 2px solid #1a1a1a;
  }
  #hero .hero-content .heroText .button-solid:hover {
    background: #1a1a1a;
  }
  #hero .hero-content .heroText .button-transparent {
    border: none;
  }
  body.dark-mode #hero:before {
    background: var(--dark);
  }
}
@media only screen and (min-width: 400px) {
  #hero .hero-content .heroText {
    margin-top: 4em;
  }
  #hero .hero-content .heroText #home-h {
    font-size: 2.9em;
    line-height: 1.25em;
  }
  #hero .hero-content .heroText h2 {
    font-size: 0.9em;
    line-height: 1.5em;
    font-weight: 400;
  }
}
@media only screen and (min-width: 768px) {
  #hero {
    background: url("/images/landing.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 20em;
  }
  #hero:before {
    background: #fff;
    border: none;
    height: 30em;
    width: 125em;
    bottom: -22.5em;
    border-top: 4em solid var(--primary);
  }
  #hero .hero-content .heroText {
    margin-top: 10em;
    max-width: 28.5em;
  }
  #hero .hero-content .heroText #home-h {
    font-size: 2.9em;
    line-height: 1.20689655em;
    margin-bottom: 0.34482759em;
  }
  #hero .hero-content .heroText h2 {
    width: 100%;
    max-width: 33.88888889em;
    margin: auto;
    margin-bottom: 2.72222222em;
  }
}
@media only screen and (min-width: 1024px) {
  #hero {
    padding-bottom: 20em;
    padding-top: 16.9em;
    background-attachment: fixed !important;
  }
  #hero:before {
    border-top: 4em solid var(--primary);
    bottom: -25em;
    display: none;
  }
  #hero:after {
    top: -11em;
  }
  #hero .hero-content {
    margin-top: 0;
  }
  #hero .hero-content .heroText {
    width: 100%;
    max-width: 45em;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1260px) {
  #hero {
    height: 50.6em;
    padding-bottom: 25em;
    padding-top: 18em;
  }
  #hero:after {
    top: -13.5em;
  }
  #hero .container {
    max-width: 55em;
    width: 100%;
  }
}
@media only screen and (min-width: 1800px) {
  #hero:before {
    bottom: -20em;
  }
}
@media only screen and (min-width: 0em) {
  #form-page {
    position: relative;
  }
  #form-page .topographic {
    display: none;
  }
  #form-page:before {
    content: "";
    position: absolute;
    display: block;
    height: 25em;
    width: 50em;
    background: #fff;
    transform: translateX(-50%) rotate(-10deg);
    opacity: 1;
    top: 11.9em;
    left: 50%;
    z-index: 1;
  }
  #form {
    position: relative;
    z-index: 1000;
    padding: 1.5em;
    padding-bottom: 2.5em;
    -webkit-box-shadow: 0 0.2em 2.25em rgba(0, 0, 0, 0.14);
    box-shadow: 0 0.2em 2.25em rgba(0, 0, 0, 0.14);
    margin: auto;
    margin-top: -10em;
    background: #fff;
    width: 94%;
    max-width: 25em;
    margin-bottom: 2.5em;
  }
  #form .input-group {
    margin-bottom: 1em;
  }
  #form input[type="email"],
  #form input[type="tel"],
  #form input[type="text"],
  #form input[type="url"],
  #form textarea {
    font-family: Montserrat, sans-serif;
    background: #fbfbfb;
    border: 0.0625em solid #dddfe1;
    display: block;
    width: 100%;
    height: 3.125em;
    padding-left: 1em;
    font-size: 0.8em;
    padding-bottom: 0.25em;
  }
  #form input:focus,
  #form textarea:focus {
    border: 0.05em solid var(--primary) !important;
    outline: 0;
  }
  #form label {
    display: block;
    margin-bottom: 0.625em;
    font-weight: 600;
    font-size: 0.8em;
  }
  #form textarea {
    min-height: 10em;
    height: auto;
    padding-top: 0.8em;
    margin-bottom: 1.5em;
  }
  #form ::-webkit-input-placeholder {
    color: #dddfe1;
    font-size: 1em;
  }
  #form ::-moz-placeholder {
    color: #dddfe1;
    font-size: 1em;
  }
  #form :-ms-input-placeholder {
    color: #dddfe1;
    font-size: 1em;
  }
  #form ::-ms-input-placeholder {
    color: #dddfe1;
    font-size: 1em;
  }
  #form ::placeholder {
    color: #dddfe1;
    font-size: 0.8125em;
  }
  #form .form-submit {
    text-align: right;
  }
  #form .button-solid {
    border: none;
  }
  #footer .bolt:before {
    background: #fff !important;
  }
  body.dark-mode #form-page:before {
    background: var(--dark);
  }
  body.dark-mode #form {
    background: #181616;
    -webkit-box-shadow: 0 0 1.25em -0.25em rgba(123, 210, 237, 0.7);
    box-shadow: 0 0 1.25em -0.25em rgba(123, 210, 237, 0.7);
    border-right: 0.05em solid var(--primary);
    border-top: 0.05em solid var(--primary);
    border-left: 0.05em solid var(--primary);
    border-bottom: 0.25em solid var(--primary);
  }
  body.dark-mode #form label {
    color: #fbfbfb;
  }
  body.dark-mode #form input[type="email"],
  body.dark-mode #form input[type="tel"],
  body.dark-mode #form input[type="text"],
  body.dark-mode #form input[type="url"],
  body.dark-mode #form textarea {
    background: var(--light);
    color: #fff;
    opacity: 0.9;
  }
  body.dark-mode #form .form-submit .button-solid {
    border: 0.05em solid #fff;
  }
}
@media only screen and (min-width: 48em) {
  #form-page {
    position: relative;
  }
  #form-page .topographic {
    position: absolute;
    top: 1.8em;
    width: 150em;
    height: 50em;
    left: 50%;
    transform: translateX(-50%) rotate(-10deg);
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    display: block;
  }
  #form-page .topographic img {
    opacity: 0.1;
    margin: auto;
    transform: translateX(5em) translateY(-55em) rotate(10deg);
  }
  #form {
    margin-bottom: 5em;
    max-width: 35em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4.5em 3.5em;
  }
  #form .input-group {
    width: 48%;
    margin-bottom: 1.75em;
  }
  #form .form-submit {
    width: 100%;
  }
}
@media only screen and (min-width: 64em) {
  #form-page {
    position: relative;
  }
  #form-page:before {
    content: "";
    position: absolute;
    display: block;
    height: 10em;
    width: 150em;
    background: #fff;
    top: 7.5em;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-10deg);
    -ms-transform: translateX(-50%) rotate(-10deg);
    transform: translateX(-50%) rotate(-10deg);
    z-index: 109;
    border-top: 5em solid var(--primary);
  }
  #form-page .topographic {
    top: 10em;
    margin: auto;
    z-index: 599;
  }
  #form-page .topographic img {
    width: 100em;
    transform: translateX(18.5em) translateY(-55em) rotate(10deg);
  }
  #form-page #form {
    margin-top: -17.5em;
    max-width: 47.5em;
    margin-bottom: 7.6em;
    position: relative;
    z-index: 600;
  }
  body.dark-mode #form-page:before {
    background: var(--dark);
  }
}
@media only screen and (min-width: 1165px) {
  #form-page:before {
    top: 9.25em;
  }
  #form {
    max-width: 51.5em;
    padding: 3.5em 6.5em;
  }
}
@media only screen and (min-width: 1400px) {
  #form-page:before {
    height: 35em;
  }
  #form-page .topographic {
    top: 5em;
  }
  #form-page .topographic img {
    width: 100em;
    height: auto;
    transform: translateX(30em) translateY(-35em) rotate(10deg);
  }
}
@media only screen and (min-width: 1800px) {
  #form-page .topographic {
    top: 14em;
    height: 35e;
  }
  #form-page .topographic img {
    width: 130em;
    height: auto;
    transform: translateX(10em) translateY(-60em) rotate(10deg);
  }
}
@media only screen and (min-width: 0em) {
  #image {
    background: url("/images/map.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 12.5em;
    width: 94%;
    max-width: 20em;
    margin: auto;
    margin-bottom: 10em;
    position: relative;
    -webkit-box-shadow: 0 0.2em 2.25em rgba(0, 0, 0, 0.14);
    box-shadow: 0 0.2em 2.25em rgba(0, 0, 0, 0.14);
  }
  #image span {
    height: 0.75em;
    width: 0.75em;
    border-radius: 50%;
    background: var(--primary);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #image span:before {
    content: "";
    display: block;
    height: 2em;
    width: 2em;
    background: var(--primary);
    opacity: 0.25;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    -ms-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
    z-index: -1;
    border-radius: 50%;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  body.dark-mode #footer:before {
    background: #1a1a1a;
  }
  body.dark-mode #footer .bolt:before {
    background: var(--dark) !important;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(0.3);
      transform: translate(-50%, -50%) scale(0.3);
      opacity: 0.25;
    }
    90% {
      -webkit-transform: translate(-50%, -50%) scale(1.2);
      transform: translate(-50%, -50%) scale(1.2);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
    }
  }
  @keyframes pulse {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(0.3);
      transform: translate(-50%, -50%) scale(0.3);
      opacity: 0.25;
    }
    90% {
      -webkit-transform: translate(-50%, -50%) scale(1.2);
      transform: translate(-50%, -50%) scale(1.2);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
    }
  }
}
@media only screen and (min-width: 48em) {
  #image {
    margin-bottom: 15em;
    height: 20em;
    max-width: 35em;
  }
}
@media only screen and (min-width: 64em) {
  #image {
    max-width: 51.5em;
    height: 24.6em;
    margin-bottom: 11.6em;
    position: relative;
    z-index: 1000;
  }
}
@media only screen and (min-width: 1300px) {
  #image {
    max-width: 51.5em;
  }
  #image span {
    height: 1.35em;
    width: 1.35em;
  }
  #image span:before {
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    opacity: 0.5;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(0.3);
      transform: translate(-50%, -50%) scale(0.3);
      opacity: 0.5;
    }
    80% {
      -webkit-transform: translate(-50%, -50%) scale(1.5);
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 0;
    }
    82% {
      -webkit-transform: translate(-50%, -50%) scale(1.5);
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(1.5);
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 0;
    }
  }
  @keyframes pulse {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(0.3);
      transform: translate(-50%, -50%) scale(0.3);
      opacity: 0.5;
    }
    80% {
      -webkit-transform: translate(-50%, -50%) scale(1.5);
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 0;
    }
    82% {
      -webkit-transform: translate(-50%, -50%) scale(1.5);
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(1.5);
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 0;
    }
  }
}
@media screen and (min-width: 0px) {
  :root {
    --dark: #121212;
    --medium: #292929;
    --light: #3c3c3c;
  }
  .dark-mode-button {
    background: 0 0;
    border: none;
    height: 1.2em;
    width: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dark-mode-button img {
    display: block;
    width: 0.75em;
    position: absolute;
  }
  .dark-mode-button:before {
    content: "";
    position: absolute;
    display: block;
    height: 1.75em;
    width: 1.75em;
    background: var(--primary);
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0 0.35em 1.45em 0;
  }
  body.dark-mode .top-dark-mode-button:before {
    background: var(--primaryDark);
  }
  .top-dark-mode-button .moon {
    transform: translateY(0);
    transition: transform 0.3s, opacity 0.3s;
    opacity: 1;
    visibility: visible;
  }
  .top-dark-mode-button .sun {
    transform: translateY(1.5em);
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  body.dark-mode .top-dark-mode-button .moon {
    transform: translateY(-1.5em);
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  body.dark-mode .top-dark-mode-button .sun {
    transform: translateY(0);
    transition: transform 0.3s, opacity 0.3s;
    opacity: 1;
    visibility: visible;
  }
  .dark-mode-group {
    position: absolute;
    top: -17em;
    right: 1em;
    width: 4em;
    height: 23.5em;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dark-mode-group p {
    font-size: 0.7em !important;
    text-align: center;
    color: #fff;
  }
  .top-dark-mode-button {
    position: absolute;
    font-size: 20px;
    top: 4.5em;
    right: 0.8em;
    z-index: 1001;
  }
  .dark-toggle.dark-mode {
    background: var(--primary);
    border: none;
  }
  body.dark-mode .button-solid {
    background: var(--primary);
    color: #1a1a1a;
  }
  body.dark-mode .button-solid:before {
    border: 0.05em solid var(--primary);
  }
  body.dark-mode .button-solid:hover {
    background-color: #fff;
    color: #1a1a1a !important;
  }
  .dark {
    display: none;
    opacity: 0;
    z-index: -1;
  }
  body.dark-mode .dark {
    display: block;
    opacity: 1;
    z-index: 1;
  }
  body.dark-mode .light {
    display: none;
  }
  body.dark-mode .side-nav a {
    color: #fff;
  }
  body.dark-mode .hamburger-inner,
  body.dark-mode .hamburger-inner::after,
  body.dark-mode .hamburger-inner::before {
    background: #fff;
  }
  body.dark-mode .hamburger.is-active .hamburger-inner::after,
  body.dark-mode .hamburger.is-active .hamburger-inner::before {
    background: #fff;
  }
  body.dark-mode {
    background: var(--dark);
  }
  body.dark-mode h2,
  body.dark-mode p {
    color: #fff;
    opacity: 0.9;
  }
  body.dark-mode p {
    opacity: 0.9;
  }
  body.dark-mode h3 {
    color: var(--primary);
  }
  body.dark-mode .button-solid {
    color: #222;
    font-weight: 700;
  }
  body.dark-mode .contact-button:hover {
    background: #1a1a1a;
    color: #fff !important;
  }
  body.dark-mode .contact-button:hover:before {
    border: 0.05em solid var(--primary);
  }
  body.dark-mode .navbar-menu {
    background: var(--dark);
  }
  body.dark-mode .navbar-menu img {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .navbar-menu .dark {
    display: none;
  }
  body.dark-mode .navbar-menu img {
    display: block;
  }
  body.dark-mode .navbar-menu {
    overflow: visible;
  }
  body.dark-mode .navbar-menu .light {
    display: none;
  }
  body.dark-mode .navbar-menu .dark {
    display: block;
  }
  body.dark-mode:before {
    background: var(--dark);
  }
  .top-dark-mode-button {
    position: fixed;
    left: auto;
    top: 3.55em;
    right: 1.55em;
    z-index: 50000;
    transition: top 0.3s;
  }
  .top-dark-mode-button:after {
    color: #000;
  }
  .top-dark-mode-button:before {
    display: none;
  }
  body.dark-mode .navbar-menu:before {
    background: var(--dark);
  }
  body.dark-mode .navbar-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-dark-mode-button {
    right: auto;
    left: 50%;
    margin-left: 28.95em;
    font-size: inherit;
  }
}
@media screen and (min-width: 1500px) {
  .top-dark-mode-button {
    padding: 0;
    height: 1.2em;
    width: 1.2em;
  }
  .top-dark-mode-button img {
    width: 0.75em;
    height: 1.2em;
    display: block;
  }
}
@media only screen and (min-width: 0em) {
  body.dark-mode .opacity-dark {
    opacity: 0.05 !important;
  }
  body.dark-mode #hero {
    background: url("/images/landing-dark.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  body.dark-mode #hero:after {
    filter: brightness(90%);
  }
  body.dark-mode #hero #dark {
    background: #000;
    mix-blend-mode: initial;
    opacity: 0.76;
  }
  body.dark-mode #hero .hero-content .heroText #home-h {
    color: #fff;
  }
  body.dark-mode #hero .hero-content .heroText h2 {
    color: #fff;
    opacity: 0.9;
  }
  body.dark-mode #hero .hero-content .button-solid {
    background: #fff;
    color: #1a1a1a;
  }
  body.dark-mode #hero .hero-content .button-solid:before {
    border: 0.05em solid #fff;
  }
  body.dark-mode #hero .hero-content .button-solid:hover {
    color: #fff !important;
  }
  body.dark-mode #cards .topographic {
    background: var(--dark);
  }
  body.dark-mode #cards .topographic img {
    opacity: 0.08;
  }
  body.dark-mode #cards .card {
    background: #111;
    box-shadow: rgba(123, 210, 237, 0.2) 0 7px 29px 0;
  }
  body.dark-mode #cards .card p {
    color: #fff;
    opacity: 0.9;
  }
  body.dark-mode #services:after {
    opacity: 0.05;
  }
  body.dark-mode #services:before {
    opacity: 0.08;
  }
  body.dark-mode #services .services .service-image .price {
    color: #fff;
  }
  body.dark-mode #services .services .service-image .price .dollar {
    color: #fff;
  }
  body.dark-mode #services .card:nth-of-type(1),
  body.dark-mode #services .card:nth-of-type(3) {
    background: var(--primaryDark);
  }
  body.dark-mode #services .card:nth-of-type(2) {
    background: #5693a6;
    background: -moz-linear-gradient(45deg, #5693a6 0, #7bd2ed 100%);
    background: -webkit-linear-gradient(45deg, #5693a6 0, #7bd2ed 100%);
    background: linear-gradient(45deg, #5693a6 0, #7bd2ed 100%);
  }
  body.dark-mode #services .card:nth-of-type(2) .button-solid {
    color: #1a1a1a;
  }
  body.dark-mode #services .card:nth-of-type(2) .button-solid:hover {
    background: #1a1a1a;
    color: #fff !important;
  }
  body.dark-mode #services .card:nth-of-type(2) .button-solid:hover:before {
    border: 0.05em solid #fff;
  }
  body.dark-mode #services ul li {
    color: #fff;
  }
  body.dark-mode #services .top2,
  body.dark-mode #services .top3 {
    opacity: 0.08;
  }
  body.dark-mode #services-page .service .card:nth-of-type(1),
  body.dark-mode #services-page .service .card:nth-of-type(3) {
    background: var(--primaryDark);
  }
  body.dark-mode #services-page .service .card:nth-of-type(2) {
    background: #5693a6;
    background: -moz-linear-gradient(45deg, #5693a6 0, #7bd2ed 100%);
    background: -webkit-linear-gradient(45deg, #5693a6 0, #7bd2ed 100%);
    background: linear-gradient(45deg, #5693a6 0, #7bd2ed 100%);
  }
  body.dark-mode #services-page .service .card:nth-of-type(2) .button-solid {
    color: #1a1a1a;
  }
  body.dark-mode
    #services-page
    .service
    .card:nth-of-type(2)
    .button-solid:hover {
    background: #1a1a1a;
    color: #fff !important;
  }
  body.dark-mode
    #services-page
    .service
    .card:nth-of-type(2)
    .button-solid:hover:before {
    border: 0.05em solid #fff;
  }
  body.dark-mode #services-page ul li {
    color: #fff;
  }
  body.dark-mode #services-page .top2,
  body.dark-mode #services-page .top3 {
    opacity: 0.08;
  }
  body.dark-mode #portfolio .grid:before {
    filter: brightness(20%);
  }
  body.dark-mode #portfolio h2 span {
    color: #fff;
  }
  body.dark-mode #reviews {
    background: var(--dark);
  }
  body.dark-mode #reviews .card {
    background: var(--medium);
    border-left: 0.25em solid var(--primary);
  }
  body.dark-mode #reviews .card .name {
    color: #fff;
  }
  body.dark-mode #quality:before {
    display: none;
  }
  body.dark-mode #quality .signature {
    color: #fff;
  }
  body.dark-mode #quality .title {
    color: #fff;
  }
  body.dark-mode #footer:after {
    background: #1d1d1c;
  }
  body.dark-mode #footer:before {
    background: #1a1a1a;
  }
  body.dark-mode #footer .top5 {
    opacity: 0.05;
  }
  body.dark-mode #footer .bolt:before {
    background: #121212;
    opacity: 1;
  }
  body.dark-mode #footer .bolt svg path {
    fill: #fff;
  }
  body.dark-mode #footer ul li a {
    color: #fff;
  }
  body.dark-mode #footer .item h2 {
    color: #fff;
  }
  body.dark-mode #footer .item p,
  body.dark-mode #footer .item span {
    opacity: 0.9;
    color: #fff;
    font-weight: 400;
  }
  body.dark-mode #footer .item .email {
    color: var(--primary);
  }
  body.dark-mode #footer .credit p span {
    color: #fff !important;
  }
  body.dark-mode #footer .credit a {
    color: var(--primary);
  }
}
