:root {
  --white: white;
  --black: black;
}

.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;
  }
}

.links-section-hero {
  background-image: linear-gradient(#000, #999086);
  min-height: 100vh;
}

.links-container {
  max-width: 1260px;
}

.links-space {
  padding-left: 20px;
  padding-right: 20px;
}

.links-space.sec-hero {
  padding-top: 143px;
  padding-bottom: 64px;
}

.link-block {
  width: 100%;
  max-width: 32%;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 69px;
  display: flex;
}

.text-block {
  color: #ededed;
  text-align: center;
  margin-bottom: 13px;
  font-size: 19px;
  font-weight: 400;
  line-height: 145%;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2 {
  width: 100%;
  max-width: 698px;
  height: auto;
  display: block;
}

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

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

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

.body {
  background-color: #989085;
}

@media screen and (max-width: 991px) {
  .links-container {
    max-width: 360px;
  }

  .links-space.sec-hero {
    padding: 100px 10px 84px;
  }

  .link-block {
    max-width: 100%;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-bottom: 101px;
  }

  .text-block {
    max-width: 250px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }
}

@media screen and (max-width: 479px) {
  .links-space.sec-hero {
    padding-top: 60px;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

#w-node-_00fcfa5b-31ed-f581-810d-9a75899d4d05-4c42b5c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c35aee45-57ca-b9d7-967e-9afdc22c7a19-4c42b5c0 {
    order: -9999;
  }

  #w-node-_00fcfa5b-31ed-f581-810d-9a75899d4d05-4c42b5c0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_48c7af32-d276-ad0a-8381-ba533e57b51c-4c42b5c0 {
    order: -9999;
  }
}


