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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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: #050a0a;
  font-family: Lato, sans-serif;
}

.section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.div-block {
  color: #fff;
  text-align: left;
  width: 50%;
}

.heading {
  font-size: 60px;
  line-height: 65px;
}

.text-span {
  color: #1781fd;
}

.text-block {
  color: #fff;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
}

.form {
  text-align: center;
  padding: 23px 12px;
}

.div-block-2 {
  background-image: linear-gradient(#050a0a 4%, #323233 51%, #050a0a 97%);
  border-radius: 9px;
  width: 35%;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
}

.text-block-form {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 25px;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border-radius: 20px;
  margin-top: 15px;
}

.checkbox-label {
  color: #e7e7e7;
  text-align: left;
}

.link, .link-2 {
  color: #c1bfbf;
}

.checkbox-field {
  text-align: left;
}

.image {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-2, .container-3 {
  max-width: 1200px;
}

.paragraph {
  color: #9a9a9a;
  text-align: left;
  font-size: 11px;
  line-height: 15px;
}

.container-4 {
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.section-3 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.heading-preview {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 35px;
  line-height: 65px;
}

.list {
  color: #fff;
}

.div-block-3 {
  text-align: center;
}

.section-4 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.container-5 {
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.div-block-4, .div-block-5 {
  text-align: center;
  width: 50%;
}

.container-6 {
  text-align: center;
  max-width: 1200px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .container {
    flex-flow: column;
  }

  .div-block, .div-block-2 {
    width: 90%;
  }

  .container-4 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .container-5 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .div-block-4, .div-block-5 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 50px;
    line-height: 55px;
  }

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

  .list {
    padding-right: 17px;
  }

  .image-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-3 {
    padding-left: 11px;
    padding-right: 11px;
  }
}
