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

.section {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.body {
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.text-field {
  color: #1f1f1f;
  border: 1px solid #a3a3a3;
  border-radius: 100px 0 0 100px;
  width: 60%;
  height: 50px;
  margin-bottom: 0;
  padding: 40px 10px 40px 40px;
  font-size: 16px;
}

.form {
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.heading {
  text-align: center;
  margin-bottom: 40px;
  font-family: Varela, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.heading.feedback {
  color: #dfdfdf;
}

.container {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.submit-button {
  background-color: #a3a3a3;
  border: 1px solid #a3a3a3;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 100px;
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
}

.submit-button:hover {
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.text-block {
  color: #000;
  text-align: center;
  font-family: Varela, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.text-block.sub {
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.error-message {
  background-color: #fff;
  margin-top: 40px;
}

.text-span {
  font-size: 18px;
  line-height: 20px;
}

.div-block {
  width: 100px;
  margin-bottom: 40px;
  margin-left: 10px;
}

.text-block-2 {
  color: #6e6e6e;
  padding-bottom: 40px;
  font-family: Varela, sans-serif;
  font-size: 12px;
}

.container-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.section-2 {
  text-align: center;
  margin-top: 220px;
}

.container-3 {
  padding-top: 40px;
  padding-left: 40px;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  border: 1px solid #000;
  border-radius: 222px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: static;
}

.text-field-2 {
  color: #2a47fa;
  font-size: 18px;
}

.image {
  height: 50px;
}

.container-5 {
  margin-top: 0;
  position: relative;
}

.form-2 {
  height: 100%;
}

.image-2 {
  opacity: .8;
  mix-blend-mode: normal;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: all .2s;
}

.image-2:hover {
  opacity: 1;
  mix-blend-mode: normal;
}

.image-3 {
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  transition: all .2s;
}

.image-3:hover {
  opacity: 0;
}

.cell {
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  align-items: flex-end;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.cell-2 {
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  border-radius: 100px 0 0 100px;
}

.cell-3 {
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  border-radius: 1px;
  justify-content: center;
}

.code-embed {
  color: #777;
  width: 700px;
}

.footer {
  object-fit: fill;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.header {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 40px;
}

.div-block-2 {
  border: 1px solid #bebebe;
  border-radius: 100px;
}

.div-block-2.feedback {
  background-color: #f3f3f3;
  border-style: none;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.column {
  text-align: right;
}

.columns {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-3 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.text-block-3.feedback {
  padding: 15px 20px;
  font-size: 18px;
  display: flex;
}

.div-block-3 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

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

.div-block-4 {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-block-2 {
  width: 30px;
}

.div-block-5 {
  margin-left: 10px;
  margin-right: 10px;
}

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

@media screen and (max-width: 991px) {
  .heading {
    font-size: 28px;
  }

  .code-embed {
    width: 500px;
  }

  .div-block-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 26px;
  }

  .code-embed {
    width: 300px;
  }

  .div-block-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .columns {
    margin-right: auto;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .text-field {
    font-size: 16px;
  }

  .heading {
    font-size: 22px;
  }

  .text-block.sub {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .image-2 {
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .image-3 {
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    display: none;
  }

  .quick-stack {
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed {
    text-align: center;
    width: 200px;
    padding-top: 20px;
  }

  .column {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .columns {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .column-3 {
    text-align: center;
    padding-left: 0;
  }
}


