:root {
  --black: #17121a;
  --white: #fcf9f0;
  --primary: #d60045;
  --grey: #4b4b4b;
  --light-grey: #dfe8e6;
  --success: #00ad92;
  --error: #ff6767;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Mulish, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 160%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

h3 {
  color: var(--primary);
  letter-spacing: -.5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gabarito, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

p {
  color: var(--white);
  text-align: left;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

a {
  color: var(--white);
  letter-spacing: 1px;
  text-decoration: none;
  transition: all .2s;
}

ul {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--white);
}

img {
  max-width: 100%;
  font-family: Mulish, sans-serif;
  display: inline-block;
}

.hero {
  background-image: linear-gradient(0deg, var(--black), rgba(51, 42, 45, .5)), url('../images/hero.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 75vh;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 28px;
}

.nav-link {
  color: var(--white);
}

.nav-link:hover {
  color: var(--black);
}

.logo {
  color: #fff;
  padding: 15px;
  font-size: 24px;
  line-height: 30px;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.button {
  border: 1.5px solid var(--white);
  letter-spacing: normal;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  padding: 15px 35px;
}

.button:hover {
  background-color: var(--primary);
  box-shadow: 0 10px 15px 0 var(--black);
  color: var(--white);
}

.button.w--current {
  cursor: pointer;
}

.button.submit {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  display: block;
}

.button.secondary {
  background-color: var(--primary);
}

.button.secondary:hover {
  background-color: rgba(0, 0, 0, 0);
}

.section {
  padding-top: 12vh;
  padding-bottom: 12vh;
  overflow: hidden;
}

.footer {
  background-color: var(--primary);
  color: #999;
  text-align: center;
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 12px;
  line-height: 18px;
}

.service-heading {
  text-align: center;
  transition: all .2s;
}

.form {
  color: #fff;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20vh;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.field {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 400;
}

.input {
  background-color: var(--grey);
  color: var(--light-grey);
  border-style: none;
  border-radius: 3px;
  min-height: 50px;
  margin-bottom: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: box-shadow .2s;
}

.input:focus {
  box-shadow: inset 0 0 0 2px var(--primary);
}

.input.text-area {
  min-height: 141px;
}

.success {
  background-color: var(--success);
  border-radius: 3px;
  transition: all .2s;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 0;
  right: 0;
  box-shadow: 0 15px 25px rgba(0, 0, 0, .5);
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

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

.services-flexbox {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.service-wrapper {
  text-align: center;
  max-width: 200px;
  transition: all .2s;
}

.container {
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.container.relative {
  position: relative;
}

.divisor {
  margin-top: 60px;
  margin-bottom: 60px;
  transition: all .2s;
}

.about-flexbox {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.about-left-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  max-width: 50%;
  padding-right: 20px;
  display: flex;
}

.about-right-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-right: -160px;
  display: grid;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.powered-image {
  margin-top: 60px;
}

.about-wrapper {
  max-width: 1095px;
  padding-left: 5%;
  padding-right: 5%;
}

.social-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.social-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  align-items: center;
  margin-bottom: 15px;
  transition: all .3s;
  display: flex;
}

.social-link:hover {
  letter-spacing: 2px;
  text-decoration: none;
}

.logo-footer {
  margin-bottom: 60px;
}

.copyright {
  color: var(--white);
  font-size: .75rem;
  font-weight: 300;
}

.legal-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.document-image {
  transition: all .2s;
}

.error-message {
  color: var(--white);
}

.menu-button {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.menu-button:hover {
  color: var(--black);
}

.error {
  background-color: var(--error);
  transition: opacity .2s;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 15px 25px rgba(0, 0, 0, .2);
}

.contact-form {
  transition: opacity .2s;
}

.legal-link-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex;
}

.body {
  background-color: var(--black);
}

.scroll-wrapper {
  text-align: right;
  height: 0;
  padding-left: 84px;
  padding-right: 84px;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 0%;
  right: 0%;
}

.scroll-block {
  width: 50px;
  height: 110px;
  display: inline-block;
  position: absolute;
  bottom: 0%;
  right: 0%;
  overflow: hidden;
}

.scroll-arrow {
  background-color: var(--primary);
  transform-origin: 50% 100%;
  width: 3px;
  height: 105px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.scroll-text {
  transform-origin: 0 0;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 46px;
  right: auto;
  transform: rotate(90deg);
}

.primary-link-block {
  color: var(--white);
  text-align: center;
  margin-top: 30px;
}

.primary-link-block:hover {
  transform: translate(0, -2px);
}

.section-text-block {
  display: inline;
}

.error-404 {
  background-image: url('../images/404-background.gif');
  background-position: 0 0;
  background-size: auto;
}

.abaut-heading {
  text-align: left;
  transition: all .2s;
}

.contact-heading {
  text-align: center;
  margin-bottom: 60px;
  transition: all .2s;
}

.not-found-heading {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .hero {
    min-height: 520px;
  }

  .nav {
    margin-top: 0;
  }

  .heading-wrapper {
    margin-top: 115px;
  }

  .scroll-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 420px;
  }

  .nav {
    padding-top: 0;
  }

  .nav-link:hover {
    background-color: var(--primary);
    color: var(--white);
  }

  .section {
    padding-top: 60px;
  }

  .form {
    width: 80%;
  }

  .main-heading {
    font-size: 38px;
    line-height: 43px;
  }

  .heading-wrapper {
    margin-top: 72px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu {
    background-color: var(--black);
    color: var(--white);
  }

  .services-flexbox {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .about-flexbox {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-left-box {
    text-align: center;
    max-width: 100%;
    padding-right: 0;
  }

  .footer-flexbox {
    flex-direction: column;
  }

  .legal-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .footer-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: 340px;
  }

  .form {
    width: 90%;
  }

  .heading-wrapper {
    margin-top: 50px;
  }
}

#w-node-d924d36d-f6e1-da68-9799-0aba839f45b3-efc373ad, #w-node-_12507ca5-35b4-f974-60fe-460bab129ce7-efc373ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


