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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block {
  color: #0f0f0f;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 900;
  line-height: 80px;
  display: flex;
  position: static;
}

.body {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.text-block-2 {
  color: #000;
  text-align: center;
  justify-content: center;
  max-width: 500px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  display: flex;
}

.div-block {
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.link-block {
  background-color: #ff3030;
  border-radius: 12px;
  margin-top: 25px;
  padding: 17px 45px;
  text-decoration: none;
  display: none;
}

.text-block-4 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.html-embed {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  height: auto;
  max-height: none;
  display: none;
}

.flex-block {
  flex-direction: column;
  align-items: center;
  width: 700px;
  height: 300px;
  margin-bottom: 30px;
  padding-top: 20px;
}

.image {
  max-width: 200px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  padding-top: 15px;
  display: flex;
}

.little-header {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 500;
  line-height: 110%;
}

.author-section {
  justify-content: space-around;
  align-items: flex-start;
  width: 700px;
  display: flex;
}

.image-2 {
  max-width: 150px;
  max-height: 150px;
  margin-top: 10px;
  margin-right: 0;
  display: block;
}

.text-block-5 {
  min-width: 30px;
}

.text-block-6 {
  max-width: 450px;
  font-size: 15px;
}

.text-block-7 {
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 500;
}

.text-block-8 {
  display: flex;
}

.div-block-3 {
  color: #0074ed;
  background-color: #0074ed;
  width: 100%;
  height: 80px;
  margin-top: 60px;
}

.div-block-4 {
  max-width: 450px;
}

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

.field-label, .field-label-2 {
  color: #000;
  font-size: 18px;
  font-style: italic;
}

.form {
  flex-direction: column;
  width: 400px;
  display: flex;
}

.input-field {
  color: #000;
  border: 2.5px solid #4b4b4b;
  border-radius: 10px;
  height: 55px;
}

.text-field-2 {
  color: #000;
}

.submit-button {
  background-color: #292929;
  border-radius: 10px;
  margin-top: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 19px;
  font-weight: 600;
}

.text-block-9, .text-block-10 {
  font-size: 15px;
}

.body-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-11 {
  color: #221fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .text-block {
    padding-top: 10px;
  }

  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    padding-top: 0;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 110%;
  }

  .flex-block {
    width: 500px;
  }

  .author-section {
    width: auto;
  }

  .image-2 {
    display: none;
  }

  .image-3, .gridimage {
    max-width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 60px;
  }

  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    max-width: 300px;
    font-size: 18px;
    line-height: 115%;
  }

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

  .text-block-3 {
    font-size: 20px;
    line-height: 40px;
  }

  .link-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-block {
    align-items: stretch;
    width: 300px;
    height: 300px;
    margin-bottom: 0;
  }

  .div-block-2 {
    max-width: 300px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .little-header {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .author-section {
    flex-direction: column;
    width: auto;
  }

  .text-block-6 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .quick-stack {
    grid-column-gap: 5px;
    grid-row-gap: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gridimage {
    max-width: 70px;
  }

  .form {
    width: auto;
  }

  .text-block-9, .text-block-10 {
    font-size: 16px;
  }
}

#w-node-aacb4987-6ae8-53e3-ae92-67bc99cca1ad-8c6a9189 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_10556076-ef81-fe13-03cf-4be0df4110df-8c6a9189, #w-node-fdfbee81-98c8-1a4d-05b4-ceab2a12456b-8c6a9189, #w-node-_7279a4f8-5c99-7122-a9cb-1c397a33d47e-8c6a9189, #w-node-c706d50a-22e2-15bf-1172-086dd00f0ff4-8c6a9189, #w-node-a500f12b-77e4-3806-4d40-f1e2e99f5b39-8c6a9189, #w-node-_317990a9-31ae-c064-540d-68c25e9b4a3d-8c6a9189, #w-node-bd7bc106-916e-d1e7-4727-e2e46dffd0e2-8c6a9189 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-aacb4987-6ae8-53e3-ae92-67bc99cca1ad-8c6a9189 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_10556076-ef81-fe13-03cf-4be0df4110df-8c6a9189, #w-node-fdfbee81-98c8-1a4d-05b4-ceab2a12456b-8c6a9189, #w-node-_7279a4f8-5c99-7122-a9cb-1c397a33d47e-8c6a9189, #w-node-c706d50a-22e2-15bf-1172-086dd00f0ff4-8c6a9189, #w-node-a500f12b-77e4-3806-4d40-f1e2e99f5b39-8c6a9189, #w-node-_317990a9-31ae-c064-540d-68c25e9b4a3d-8c6a9189, #w-node-bd7bc106-916e-d1e7-4727-e2e46dffd0e2-8c6a9189 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aacb4987-6ae8-53e3-ae92-67bc99cca1ad-8c6a9189 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_10556076-ef81-fe13-03cf-4be0df4110df-8c6a9189, #w-node-fdfbee81-98c8-1a4d-05b4-ceab2a12456b-8c6a9189, #w-node-_7279a4f8-5c99-7122-a9cb-1c397a33d47e-8c6a9189, #w-node-c706d50a-22e2-15bf-1172-086dd00f0ff4-8c6a9189, #w-node-a500f12b-77e4-3806-4d40-f1e2e99f5b39-8c6a9189, #w-node-_317990a9-31ae-c064-540d-68c25e9b4a3d-8c6a9189, #w-node-bd7bc106-916e-d1e7-4727-e2e46dffd0e2-8c6a9189 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


