/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

html {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  letter-spacing: 0.05rem;
}
@media (min-width: 0.0625em) {
  html {
    font-size: 75%;
  }
}
@media (min-width: 35.5em) {
  html {
    font-size: 80.25%;
  }
}
@media (min-width: 90em) {
  html {
    font-size: 92.5%;
  }
}
.gradient {
  background: linear-gradient(to bottom right, #00f5ff, #ffffff);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
h1, .h1 {
  font-size: 4rem !important;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600 !important;
  margin: 0;
}
h2, .h2 {
  font-size: 2.4rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
h3, .h3 {
  font-size: 1.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 0 0 0.8rem;
}
h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 0 0 0.8rem;
}
h5, .h5 {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
h6, .h6 {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
}
body p, body .p {
  margin-top: 0px;
}
.buttons {
  display: flex;
  margin-top: 2em;
}
.buttons > *:not(:first-child) {
  margin-left: 20px;
}
.buttons.center {
  justify-content: center;
}
#g-navigation .g-grid {
  align-items: center;
}
.vertical-center .g-grid {
  align-items: center;
}
#g-header {
  z-index: 0;
}
#g-main #g-intro {
  padding-bottom: 3em;
}
#g-main #g-features {
  padding: 3em 0 !important;
}
#g-main .g-panel {
  position: relative;
  overflow: hidden;
  transform: translateZ(1px);
}
#g-main .g-panel:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0px 0px);
  background: #2345774a;
  z-index: -1;
}
#g-main .g-panel:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 21px), calc(100% - 21px) 100%, 1px 100%, 1px calc(100% - 1px), calc(100% - 22px) calc(100% - 1px), calc(100% - 1px) calc(100% - 22px), calc(100% - 1px) 1px, 1px 1px, 1px 100%, 0 100%);
  background: #00f5ff;
}
#g-main .g-form {
  background: transparent !important;
}
#g-main .g-form h4 {
  font-size: 1.5rem !important;
  font-weight: 600;
  line-height: 1.2 !important;
  letter-spacing: 0.1em !important;
  font-family: inherit !important;
}
#g-main .g-form label {
  font-size: 1rem !important;
  font-weight: 500;
  text-transform: uppercase;
}
#g-main .g-form input {
  border: none;
  border-left: 2px solid white;
  border-radius: 0px;
  color: white;
  background: #00000026;
  font-size: 1rem !important;
  clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0px 100%, 0px 0px);
}
#g-main .g-form input:hover {
  box-shadow: none;
}
#g-main .g-form input:focus {
  border-color: #00f5ff;
}
#g-main .g-form .button span {
  line-height: inherit;
  text-transform: inherit;
  font-family: inherit;
}
#g-main .g-form .cf-control-input-desc {
  opacity: 1 !important;
}
#g-main .g-form .cf-checkbox-group input {
  opacity: 0;
}
#g-main .g-form .cf-checkbox-group input ~ label {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
  position: relative;
}
#g-main .g-form .cf-checkbox-group input ~ label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -20px;
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  transition: 0.3s all;
}
#g-main .g-form .cf-checkbox-group input ~ label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: -17px;
  width: 14px;
  height: 14px;
  background: #00f5ff;
  opacity: 0;
  transition: 0.3s all;
  transform: scale(0);
}
#g-main .g-form .cf-checkbox-group input:checked ~ label:before {
  border-color: #00f5ff;
}
#g-main .g-form .cf-checkbox-group input:checked ~ label:after {
  opacity: 1;
  transform: scale(1);
}
#g-main .g-form .cf-checkbox-group:hover input ~ label:before {
  border-color: #00f5ff;
}
body .gradient-block {
  position: fixed;
  right: -400px;
  z-index: -1;
  --size: 800px;
  --speed: 20s;
  --easing: cubic-bezier(0.8, 0.2, 0.2, 0.8);
  width: var(--size);
  height: var(--size);
  filter: blur(calc(var(--size) / 5));
  background-image: linear-gradient(#4377ef, #7befd0);
  animation: rotate var(--speed) var(--easing) alternate infinite;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  opacity: 0.3;
  top: 400px;
}
#g-main.g-home-particles #g-intro {
  background: linear-gradient(to top, #12213800, #122138);
}
#g-features {
  position: relative;
}
#g-features:before {
  content: "";
  z-index: -2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/headers/ASDASDSAD.jpg');
  background-size: contain;
  background-position: top center;
  opacity: 0.4;
}
#g-features:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #122138 0%, transparent 50%, #122138 100%);
  z-index: -1;
}
#g-utility {
  position: relative;
}
#g-utility:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #122138 0%, transparent 50%, #122138 100%);
  z-index: -1;
}
#g-testimonials {
  position: relative;
  background-image: none;
  z-index: initial;
}
#g-testimonials:before {
  content: "";
  z-index: -2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/headers/ASDASDSAD.jpg');
  background-size: contain;
  background-position: top center;
  opacity: 0.4;
}
#g-testimonials:after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #122138 0%, transparent 50%, #122138 100%);
  z-index: -1;
}
/*# sourceMappingURL=main_13.css.map */