:root {
  --black: #333;
  --yellow-green: #a4cd3a;
  --deep-sky-blue: #2ca9e1;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.section {
  width: 100vw;
  height: 6vh;
  align-items: flex-start;
  display: block;
}

.div-block {
  background-color: var(--yellow-green);
}

.grid {
  height: 80px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-columns: 1fr;
}

.div-block-2 {
  height: 100%;
  background-color: var(--deep-sky-blue);
}

.div-block-3 {
  height: 100%;
  background-color: var(--yellow-green);
}

.div-block-4 {
  height: auto;
  flex-direction: column;
  display: flex;
}

.section-2 {
  width: 100vw;
  height: 94vh;
  border: 1px solid rgba(0, 0, 0, 0);
  align-items: flex-end;
  display: flex;
}

.grid-2 {
  width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.image {
  width: 176.583px;
  max-width: none;
  min-width: auto;
}

.div-block-5 {
  flex-direction: column;
  align-items: flex-start;
  padding: 80px;
  display: flex;
}

.heading {
  color: var(--white);
  letter-spacing: .5px;
  margin-top: 40px;
  font-weight: 600;
}

.text-block {
  color: var(--white);
  letter-spacing: .5px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 60px 20px;
  display: flex;
}

.button {
  border: 2px solid var(--yellow-green);
  color: var(--yellow-green);
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .5s;
}

.button:hover {
  background-color: var(--yellow-green);
  color: var(--white);
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link {
  color: var(--white);
  text-decoration: none;
}

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

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

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

@media screen and (max-width: 991px) {
  .section {
    height: 2vh;
  }

  .grid {
    height: 24px;
  }

  .section-2 {
    height: 98vh;
  }

  .image {
    max-width: none;
  }

  .div-block-5 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    height: auto;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .image {
    max-width: none;
  }

  .div-block-5 {
    flex-direction: row;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 20px;
    display: flex;
  }

  .heading {
    font-size: 34px;
  }

  .text-block {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-6 {
    align-items: center;
  }

  .div-block-8 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-5 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-6 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

#w-node-_222affe3-8e23-528d-15a4-107f3e98facd-f69b7de4, #w-node-dce95d8f-fcae-dd6b-c49d-8fb018094966-f69b7de4, #w-node-affc181d-730b-0b1a-8149-345cad051aaa-f69b7de4, #w-node-_776c8f59-65f7-cfea-a543-95edf7884ba1-f69b7de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
