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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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: #1d1d1d;
  max-height: 100%;
}

.heading {
  color: #c5c5c5;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 60px;
  font-family: Tilt Warp, sans-serif;
  font-size: 5vw;
}

.heading.main {
  font-size: 20vw;
}

.main-head {
  color: #ccc;
  text-align: center;
  height: auto;
  min-height: 100%;
  margin-top: 0%;
  margin-bottom: 0;
  padding-top: 223px;
  padding-bottom: 0;
  font-family: Tilt Warp, sans-serif;
  font-size: 20vw;
  font-weight: 400;
}

.heading-2 {
  color: #3182c7;
  text-align: center;
  align-self: center;
  font-family: Tilt Warp, sans-serif;
  font-size: 3em;
  line-height: 45px;
}

.cell {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}

.section {
  text-align: center;
}

.sub {
  color: #c5c5c5;
  background-color: #3281c7;
  border-radius: 5px;
  align-self: center;
  width: 80%;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Tilt Warp, sans-serif;
  font-size: 2rem;
}

.sub:hover {
  color: #3182c7;
  background-color: #ccc;
}

.button {
  align-self: center;
}

.paragraph {
  color: #c5c5c5;
  margin-top: 36px;
  font-family: Lato, sans-serif;
  font-size: 1.25em;
  line-height: 25px;
}

.cell-2 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  display: flex;
}

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

.container {
  max-width: 1120px;
}

.section-2 {
  height: 400px;
}

.div-block-3 {
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.link-block {
  align-self: center;
  width: 100%;
}

.div-block-4 {
  align-self: center;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  margin-top: 26px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .main-head {
    min-height: auto;
    padding-top: 106px;
  }

  .section-2 {
    height: 33%;
  }
}

@media screen and (max-width: 479px) {
  .sub {
    line-height: 30px;
  }
}

#w-node-e2ee207f-0ebf-9f4b-ded4-0792c176f9e9-b1795967 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-e2ee207f-0ebf-9f4b-ded4-0792c176f9e9-b1795967 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


