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

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #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 {
  min-width: 0;
  aspect-ratio: auto;
  color: #1d1d1f;
  background-color: #1d1d1f;
  border: 1px #000;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Inter, sans-serif;
}

.navigation {
  flex-flow: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.navbar {
  width: 70%;
  color: #333;
  background-color: #1d1d1f;
  border: 1px #7600bc;
  border-radius: 8px;
  flex-flow: row;
  flex: 1;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.login-btn {
  background-color: #70e000;
  border: 1px #1d1d1f;
  border-radius: 160px;
  font-family: Inter, sans-serif;
}

.navbar-menu {
  width: 70%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.nav-links {
  width: 70px;
}

.navbar-2 {
  background-color: #1d1d1f;
}

.nav-link {
  color: #004d24;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.nav-link.w--current {
  color: #004d24;
}

.nav-link-2, .nav-link-3 {
  color: #004d24;
  font-family: Inter, sans-serif;
}

.nav-link-3.w--current {
  color: #fff;
}

.nav-menu {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  color: #004d24;
  background-color: #acd96d;
  border-radius: 160px;
  margin-top: auto;
  margin-bottom: 10px;
  margin-left: 26px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Inter, sans-serif;
}

.navbar-3 {
  background-color: #1d1d1f;
  margin-top: 24px;
  margin-bottom: 24px;
}

.brand {
  color: rgba(51, 51, 51, .55);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  margin-top: 0;
  padding-right: 129px;
}

.container-2 {
  margin-top: 48px;
}

.div-block {
  min-width: 50%;
  background-color: #acd96d;
  border-radius: 24px;
}

.columns {
  min-width: 102%;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #004d24;
  padding-top: 18px;
  padding-left: 24px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-block {
  padding-bottom: 24px;
}

.text-block-2 {
  color: #28442b;
  text-align: justify;
  object-fit: fill;
  margin-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  color: #fff;
  font-size: 24px;
}

.section {
  margin-top: 48px;
}

.services {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #acd96d;
}

.div-block-2 {
  background-color: #acd96d;
  border-radius: 24px;
  padding-top: 0;
}

.div-block-3 {
  background-color: #004d24;
  border-radius: 24px 0 0 24px;
}

.div-block-4 {
  background-color: #acd96d;
  border-radius: 24px 0 0 24px;
  padding-top: 0;
}

.div-block-5 {
  background-color: #263f29;
  border-radius: 24px;
}

.grid {
  grid-template-rows: auto auto auto;
  padding-top: 24px;
}

.section-2 {
  margin-top: 124px;
}

.container-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 18px;
  padding-bottom: 48px;
  display: flex;
}

.text-block-3 {
  color: #acd96d;
}

.body-2 {
  max-height: none;
  color: #1d1d1f;
  background-color: #1d1d1f;
  font-family: Inter, sans-serif;
  overflow: auto;
}

.container-4 {
  margin-top: 5%;
}

.login_block {
  color: #acd96d;
  -webkit-text-stroke-color: #263f29;
  background-color: #acd96d;
  border: 2px solid #263f29;
  border-radius: 0 24px 24px 0;
}

.login_image {
  max-height: 100%;
}

.login_details {
  color: #263f29;
}

.login_data {
  background-color: #acd96d;
  margin-top: 48%;
  margin-left: 12px;
  margin-right: 24px;
}

.submit-button {
  color: #fff;
  background-color: #004d24;
  border-radius: 8px;
  margin-top: 6px;
  padding-right: 88%;
}

.form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-field {
  color: #1d1d1f;
  border: 2px solid #263f29;
  border-radius: 8px;
}

.field-label, .field-label-2 {
  color: #1d1d1f;
}

.text-field-2 {
  color: #1d1d1f;
  border: 2px solid #263f29;
  border-radius: 8px;
}

.link {
  padding-top: 16px;
}

.body-3 {
  color: #fff;
  background-color: #1d1d1f;
  border: 2px solid #1d1d1f;
  font-family: Inter, sans-serif;
  overflow: auto;
}

.singup_block {
  margin-top: 5%;
}

.signup_details {
  margin-top: 15%;
}

.columns-2 {
  background-color: #004d24;
  border-radius: 24px;
}

.image-3 {
  margin-left: -10px;
}

.singup_details_data {
  padding-right: 18px;
}

.submit-button-2 {
  color: #263f29;
  background-color: #acd96d;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-top: 16px;
  padding-right: 84.75%;
}

.text-field-3, .text-field-4, .text-field-5, .text-field-6 {
  border: 2px solid #acd96d;
  border-radius: 8px;
}

.body-4 {
  color: #1d1d1f;
  background-color: #1d1d1f;
  font-family: Inter, sans-serif;
  overflow: hidden;
}

.subscription_block {
  margin-top: 6%;
}

.div-block-6 {
  background-color: #004d24;
  border: 0 solid #acd96d;
  border-radius: 18px;
  padding-bottom: 0;
  display: block;
}

.div-block-7 {
  background-color: #acd96d;
  border: 0 solid #263f29;
  border-radius: 18px;
  padding-bottom: 0;
}

.subscription_header {
  font-family: Icon Materials, sans-serif;
  display: flex;
}

.subscription_button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #acd96d;
  font-family: Inter, sans-serif;
}

.div-block-8 {
  background-color: #acd96d;
  border-radius: 18px;
  align-items: flex-start;
  margin: 18px;
  padding-top: 76px;
  padding-right: 80px;
  display: flex;
}

.div-block-9 {
  margin: 18px;
}

.column-3 {
  display: block;
}

.columns-3 {
  display: flex;
}

.text-block-4 {
  margin: 18px;
  padding: 0;
}

.icon_monthly {
  color: #acd96d;
  background-color: #004d24;
  margin: 18px;
  font-size: 28px;
}

.text-block-6 {
  margin: 18px 18px 18px 0;
  font-family: Inter, sans-serif;
}

.text-block-7 {
  color: #fff;
  margin-top: 18px;
  padding-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 24px;
}

.text-span-5 {
  font-size: 12px;
}

.text-block-8 {
  padding: 18px;
}

.text-block-9, .text-block-10 {
  color: #fff;
  padding: 18px;
}

.text-span-6 {
  font-size: 48px;
}

.text-block-11, .text-block-12 {
  padding: 18px;
}

.text-span-7 {
  font-size: 48px;
}

.subscription_full_details {
  background-color: #004d24;
}

.text-block-13 {
  color: #fff;
  padding: 18px;
}

.button-2 {
  color: #263f29;
  background-color: #acd96d;
  border: 0 solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 18px;
  padding-left: 12%;
  padding-right: 12%;
  display: block;
}

.text-span-8, .bold-text-2 {
  color: #acd96d;
}

.bold-text-3 {
  color: #263f29;
}

.text-span-9 {
  font-family: Icon Materials, sans-serif;
}

.bold-text-4 {
  padding-left: 0;
}

.button-3 {
  background-color: #004d24;
  border-radius: 8px;
  margin: 18px;
  padding-left: 12%;
  padding-right: 12%;
}

.bold-text-5 {
  color: #acd96d;
  font-family: Icon Materials, sans-serif;
}

.bold-text-6 {
  color: #acd96d;
}

.heading-4 {
  color: #1d1d1f;
  margin-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
}

.text-block-14 {
  color: #1d1d1f;
  text-align: justify;
  padding: 0 18px 18px;
  font-size: 16px;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 18px 18px 0;
}

.text-block-15 {
  color: #fff;
  text-align: justify;
  padding: 0 18px 18px;
  font-size: 16px;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

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

.text-block-17 {
  color: #acd96d;
  text-align: justify;
}

.body-5 {
  color: #1d1d1f;
  background-color: #1d1d1f;
  padding-bottom: 0;
  overflow: auto;
}

.container-6 {
  margin-top: 24px;
  font-family: Inter, sans-serif;
}

.section-3 {
  margin-top: 0%;
}

.container-7 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-10 {
  flex-direction: column;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-11 {
  background-color: #acd96d;
  border-radius: 50%;
}

.text-block-18 {
  color: #acd96d;
  margin-top: 62px;
  padding-left: 99px;
  font-family: Inter, sans-serif;
}

.div-block-12 {
  background-color: #004d24;
  border-radius: 8px;
  flex-flow: column wrap;
  justify-content: space-between;
  display: flex;
}

.image-4 {
  border-radius: 50%;
}

.div-block-13 {
  margin: 0 18px 24px;
}

.side_menu {
  margin: 18px 18px 0;
}

.menu_buttons {
  flex-wrap: wrap;
  display: flex;
}

.text-block-19 {
  margin-top: -41px;
}

.text-block-20 {
  padding-top: 41px;
}

.text-block-21 {
  color: #acd96d;
  padding: 24px 24px 24px 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: inline-block;
  position: static;
}

.text-block-21.inactive_link {
  color: #fff;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.div-block-14 {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 12px;
  padding-bottom: 12px;
}

.div-block-15 {
  background-color: #acd96d;
  border-radius: 8px;
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 12px;
}

.heading-6 {
  color: #000;
  margin-top: 0;
  padding: 18px;
}

.list-item {
  color: #1d1d1f;
  background-color: #acd96d;
  padding: 4px;
  font-family: Inter, sans-serif;
}

.list-item-2, .list-item-3 {
  color: #1d1d1f;
  padding: 4px;
  font-family: Inter, sans-serif;
}

.list-item-4 {
  background-color: #004d24;
  padding: 4px;
}

.list-item-5, .list-item-6 {
  padding: 4px;
}

.text-span-10 {
  color: #fff;
}

.link-2 {
  color: #acd96d;
}

.link-3 {
  color: #acd96d;
  text-decoration: none;
}

.section-4 {
  margin-top: 3%;
  font-family: Inter, sans-serif;
}

.container-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.button-4 {
  color: #acd96d;
  background-color: #004d24;
  border-radius: 8px;
}

.navbar-4 {
  background-color: #004d24;
}

.nav-link-4 {
  color: #fff;
}

.nav-link-4.w--current {
  color: #acd96d;
}

.nav-link-5 {
  color: #fff;
}

.nav-link-5.w--current {
  color: #b5d87a;
}

.nav-link-6 {
  color: #fff;
}

.nav-link-6.w--current {
  color: #b1d377;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #acd96d;
  background-color: #1d1d1f;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

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

.text-block-22 {
  font-size: 78px;
}

.bold-text-7 {
  color: #fff;
  font-size: 78px;
}

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

.body-6 {
  color: #fff;
  background-color: #1d1d1f;
  font-family: Inter, sans-serif;
}

.text-field-7 {
  background-color: #fff;
}

.field-label-3 {
  color: #fff;
}

.field-label-4 {
  color: #acd96d;
}

.select-field {
  color: #1d1d1f;
  border: 1px solid #8ddd43;
  border-radius: 8px;
}

.select-field:focus {
  color: #303e2d;
}

.field-label-5 {
  color: #acd96d;
}

.textarea {
  color: #1d1d1f;
  border: 1px solid #8ddd43;
  border-radius: 8px;
}

.textarea:focus {
  color: #263f29;
}

.field-label-6 {
  color: #acd96d;
}

.text-field-8 {
  color: #1d1d1f;
  border: 1px solid #8ddd43;
  border-radius: 8px;
}

.text-field-8:focus {
  color: #263f29;
}

.field-label-7 {
  color: #8ddd43;
}

.div {
  display: block;
}

.date_time {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 8px;
  padding-bottom: 48px;
  display: flex;
}

.date_input {
  display: flex;
}

.input {
  border: 1px solid #8ddd43;
  border-radius: 8px;
  padding: 12px 8px;
}

.text-block-23 {
  color: #8ddd43;
  padding-top: 12px;
  padding-right: 8px;
}

.time_input {
  display: flex;
}

.text-block-24 {
  color: #89d941;
  padding-top: 12px;
  padding-right: 8px;
}

.input-2 {
  border: 1px solid #8ddd43;
  border-radius: 8px;
  padding: 8px 12px;
}

.submit-button-3 {
  color: #1d1d1f;
  background-color: #b5d87a;
  border-radius: 8px;
  padding-left: 426.5px;
  padding-right: 426.5px;
}

.bold-text-8 {
  color: #acd96d;
}

.div-block-16 {
  padding-bottom: 0;
}

.input-3 {
  color: #fff;
  padding: 8px 12px 8px 0;
}

.body-7 {
  color: #1d1d1f;
  background-color: #1d1d1f;
  font-family: Inter, sans-serif;
}

.div-block-18 {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 12px;
  display: flex;
}

.container-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.heading-7 {
  color: #acd96d;
}

.text-field-9 {
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
}

.form-3 {
  width: auto;
}

.div-block-19 {
  width: 50%;
  background-color: #acd96d;
  border-radius: 8px 0 0 8px;
}

.div-block-20 {
  width: 50%;
  background-color: #004d24;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-block-2 {
  padding: 49px;
}

.submit-button-4 {
  width: 100%;
  background-color: #2a4b2c;
  border-radius: 8px;
}

.div-block-21 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.heading-8 {
  color: #fff;
}

.section-5 {
  margin-top: 2.5%;
  overflow: auto;
}

.text-field-10, .text-field-11, .textarea-2 {
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 8px;
}

.text-block-25 {
  color: #fff;
  padding-top: 12px;
  padding-left: 8px;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.div-block-22 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 41px;
  display: flex;
}

.image-7 {
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
}

.div-block-23 {
  margin-top: 28px;
  padding-bottom: 28px;
}

.columns-4, .columns-5 {
  margin-top: 20px;
}

.field-label-8 {
  color: #000;
  padding: 24px 18px 24px 24px;
  font-weight: 400;
}

.field-label-9 {
  padding: 18px;
}

.field-label-10 {
  color: #8ddd43;
  padding: 18px;
  font-weight: 400;
}

.select-field-2 {
  max-width: 96%;
  color: #1d1d1f;
  background-color: rgba(243, 243, 243, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-right-color: #303e2d;
  margin: 0 0 18px 13px;
  padding-left: 0;
}

.text-span-11 {
  color: #acd96d;
  background-color: #004d24;
  border-radius: 0;
  margin: 8px;
  padding: 18px;
}

.submit-button-5 {
  min-width: 95%;
  color: #acd96d;
  background-color: #004d24;
  border-radius: 0;
  margin: 18px 24px;
  padding: 24px;
}

.list {
  max-width: 97.5%;
  padding-left: 24px;
}

.text-block-26, .text-block-27 {
  color: #acd96d;
  padding: 18px 18px 18px 0;
}

.list-item-7 {
  background-color: #004d24;
  justify-content: space-between;
  padding: 12px;
  list-style-type: disc;
  display: flex;
}

.radio-button-field {
  margin-top: 12px;
}

.list-item-8 {
  background-color: #004d24;
  justify-content: space-between;
  margin-top: 8px;
  padding: 12px;
  display: flex;
}

.checkout_div {
  background-color: #acd96d;
  border-radius: 8px;
}

.form-4 {
  padding-bottom: 24px;
}

.bold-text-9 {
  color: #acd96d;
}

.text-block-28, .heading-9 {
  color: #004d24;
}

.assignment_detail {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  margin-top: 24px;
}

.assignment_detail_title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 24px 24px;
}

.assignment_title {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.text-block-29 {
  background-color: #acd96d;
  padding: 24px;
}

.brief_description {
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  margin-top: 24px;
  padding: 24px;
}

.div-block-24 {
  justify-content: space-between;
  margin-top: 24px;
  display: flex;
}

.link-5 {
  min-width: auto;
  background-color: rgba(172, 217, 109, 0);
  padding: 24px;
}

.question_images {
  background-color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 24px;
}

.image_list {
  min-width: 80%;
  background-color: #acd96d;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image_links {
  color: #1d1d1f;
  padding-left: 24px;
}

.text-block-30 {
  padding: 24px;
  font-size: 24px;
}

.text-block-31 {
  padding: 0 24px 24px;
  font-size: 18px;
}

.text-block-32 {
  padding: 0 24px 24px;
}

.text-span-12 {
  font-size: 24px;
}

.reset-pass-button {
  color: #fff;
  background-color: #004d24;
  border-radius: 8px;
  padding-right: 71%;
}

@media screen and (max-width: 991px) {
  .button {
    margin-left: -68px;
  }

  .container {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .columns {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .heading {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 30%;
    display: flex;
  }

  .text-block-2 {
    padding-right: 0;
  }

  .column {
    flex-wrap: wrap;
  }

  .text-span, .text-span-2, .text-span-3, .text-span-4 {
    font-size: 18px;
  }

  .bold-text {
    font-size: 32px;
  }

  .column-2 {
    flex-flow: column wrap;
    align-content: flex-end;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    display: flex;
  }

  .image-2 {
    object-fit: cover;
    flex: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .submit-button {
    padding-right: 83.75%;
  }

  .signup_details {
    margin-top: 7%;
  }

  .body-5 {
    overflow: auto;
  }

  .div-block-12 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-block-13 {
    width: 96%;
    aspect-ratio: auto;
    flex: 1;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
  }

  .side_menu {
    max-width: none;
    margin: 12px 0 0;
    display: block;
  }

  .container-8 {
    overflow: hidden;
  }

  .navbar-4 {
    max-width: 87%;
    margin-top: 12px;
    display: flex;
  }

  .icon {
    color: #b5d87a;
  }

  .icon-2 {
    color: #acd96d;
  }

  .select-field {
    max-width: 100%;
  }

  .textarea {
    max-width: 100%;
    min-width: 0%;
  }

  .text-field-8 {
    max-width: 100%;
  }

  .date_time {
    max-width: 100%;
    flex-wrap: nowrap;
  }

  .submit-button-3 {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-2 {
    width: 96%;
    padding-left: 0;
  }

  .div-block-16 {
    margin-left: 624px;
    padding-bottom: 0;
    padding-left: 75px;
  }

  .div-block-17 {
    padding-bottom: 0;
    padding-left: 704px;
    padding-right: 0;
  }

  .container-10 {
    flex-direction: row;
    display: flex;
  }

  .image-6 {
    padding-top: 0;
    padding-bottom: 12px;
    padding-left: 16px;
  }

  .submit-button-5 {
    min-width: 93%;
  }

  .list-item-7, .list-item-8 {
    margin-right: 8px;
  }

  .reset-pass-button {
    padding-right: 61%;
  }
}

@media screen and (max-width: 767px) {
  .container-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading {
    max-width: 96%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 18%;
    padding-left: 24px;
    padding-right: 0%;
    font-size: 30px;
  }

  .column-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-2 {
    align-self: center;
    padding-left: 0;
  }

  .grid {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-3 {
    padding-right: 18px;
  }

  .body-2 {
    overflow: auto;
  }

  .container-4 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .login_data {
    margin-top: 48px;
  }

  .submit-button {
    padding-right: 89.75%;
  }

  .singup_block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .signup_details {
    margin-bottom: 48px;
  }

  .image-3 {
    display: none;
  }

  .body-4 {
    overflow: visible;
  }

  .monthly_sub {
    margin-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-3, .text-block-17 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .body-5 {
    overflow: auto;
  }

  .container-6, .section-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-13 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
  }

  .side_menu {
    width: 96%;
    max-width: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding-left: 0;
    display: flex;
  }

  .section-4 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar-4 {
    width: 96%;
    max-width: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .select-field, .textarea, .text-field-8, .date_time {
    max-width: 100%;
  }

  .submit-button-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .form-2 {
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 18px;
    margin-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bold-text-8 {
    padding-left: 18px;
  }

  .column-4 {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-16 {
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 520px;
    padding-right: 0;
  }

  .div-block-17 {
    padding-left: 522px;
    overflow: visible;
  }

  .image-5 {
    display: none;
  }

  .container-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .image-6 {
    padding-left: 0;
    display: block;
  }

  .div-block-18 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .link-4 {
    overflow: auto;
  }

  .monthly_sub-copy, .monthly_sub-copy-copy {
    margin-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .columns-5 {
    margin-top: 0;
  }

  .column-5, .column-6 {
    margin-top: 10px;
  }

  .submit-button-5 {
    min-width: 92%;
  }

  .checkout_div {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-24 {
    max-width: 97.75%;
  }

  .image_list {
    flex-wrap: wrap;
  }

  .reset-pass-button {
    padding-right: 75%;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .image {
    padding-top: 16px;
  }

  .container-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading {
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 0;
    padding: 24px;
    font-size: 24px;
  }

  .div-block-2, .div-block-3 {
    margin-top: 12px;
  }

  .div-block-4 {
    margin-top: 12px;
    padding-top: 0;
  }

  .div-block-5 {
    margin-top: 12px;
  }

  .grid {
    padding-left: 12px;
    padding-right: 12px;
    display: block;
  }

  .submit-button {
    padding-right: 77.75%;
  }

  .columns-2 {
    padding-left: 18px;
    padding-right: 0;
  }

  .submit-button-2 {
    max-width: 101.266%;
    padding-right: 72%;
  }

  .heading-4 {
    padding-top: 8px;
  }

  .text-block-17 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .body-5 {
    overflow: auto;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 12px;
    padding-left: 0;
    display: flex;
  }

  .div-block-13 {
    width: 96%;
    aspect-ratio: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 16px;
    display: block;
  }

  .side_menu {
    z-index: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-14, .div-block-15 {
    width: 96%;
    padding-bottom: 12px;
  }

  .heading-6 {
    padding-left: 12px;
    padding-right: 0;
    font-size: 32px;
  }

  .navbar-4 {
    margin-right: 48px;
    padding-right: 0;
    display: block;
  }

  .field-label-4 {
    object-fit: fill;
  }

  .select-field, .textarea, .text-field-8 {
    max-width: 100%;
  }

  .date_time {
    max-width: 100%;
    flex-direction: column;
    padding-bottom: 24px;
  }

  .date_input {
    justify-content: space-between;
  }

  .time_input {
    width: auto;
    max-width: none;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 8px;
  }

  .submit-button-3 {
    width: auto;
    max-width: 100%;
    flex: 1;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 4%;
    display: flex;
  }

  .form-2 {
    width: 100%;
    max-width: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .bold-text-8 {
    padding-left: 0;
  }

  .menu-button {
    margin-right: -68px;
  }

  .container-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-16 {
    width: 95%;
    object-fit: contain;
    padding-left: 0;
  }

  .image-5 {
    display: none;
  }

  .container-10 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .image-6 {
    display: none;
  }

  .div-block-18 {
    flex-direction: column;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-19 {
    width: 96%;
    border-radius: 8px;
    margin-left: 2%;
  }

  .div-block-20 {
    width: 96%;
    border-radius: 8px;
    margin-top: 24px;
    margin-left: 2%;
  }

  .form-block-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-21 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-8, .div-block-23 {
    padding-left: 24px;
  }

  .field-label-8 {
    padding-top: 0;
  }

  .select-field-2 {
    max-width: 90%;
    padding-right: 22px;
    display: block;
  }

  .text-span-11 {
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .submit-button-5 {
    min-width: 77.5%;
  }

  .list {
    max-width: 93%;
  }

  .assignment_detail_title {
    font-size: 30px;
  }

  .assignment_title {
    flex-direction: column;
  }

  .div-block-24 {
    max-width: 70%;
  }

  .image_list {
    padding: 8px;
  }

  .text-span-12 {
    margin-left: -9px;
    font-size: 18px;
  }

  .reset-pass-button {
    color: #fff;
    background-color: #004d24;
    border-radius: 9px;
    padding-right: 48%;
  }
}

#w-node-_2493c649-d33e-d1fc-a31b-ee7a31a09985-060d586c, #w-node-_81941ac6-5086-c493-7861-9048c2f9c3d7-060d586c, #w-node-bc752101-c904-0f3d-20e0-3d17e97eef88-060d586c, #w-node-_5e8302e5-9351-2392-c467-557808432040-060d586c, #w-node-_8d0a052d-cd26-2c64-8db2-e40c19ab0e16-060d586c, #w-node-_1c446418-ca82-5998-9ab6-d1a5e207fe33-060d586c, #w-node-_3182d221-ce64-967d-dba8-449f9eac6b5b-43f10e6b, #w-node-_18a28ec5-6cc5-f54e-16cf-dc69b818af98-43f10e6b, #w-node-_7e0611cc-cec5-4416-03cf-ad0e3e27919f-43f10e6b, #w-node-_76f26aa7-4206-47b5-6be1-1735b01e94c7-43f10e6b, #w-node-_3182d221-ce64-967d-dba8-449f9eac6b5b-08cbaa0c, #w-node-_18a28ec5-6cc5-f54e-16cf-dc69b818af98-08cbaa0c, #w-node-_7e0611cc-cec5-4416-03cf-ad0e3e27919f-08cbaa0c, #w-node-_76f26aa7-4206-47b5-6be1-1735b01e94c7-08cbaa0c, #w-node-_3182d221-ce64-967d-dba8-449f9eac6b5b-d258d88b, #w-node-_76f26aa7-4206-47b5-6be1-1735b01e94c7-d258d88b, #w-node-_7e0611cc-cec5-4416-03cf-ad0e3e27919f-d258d88b, #w-node-_18a28ec5-6cc5-f54e-16cf-dc69b818af98-d258d88b, #w-node-_3182d221-ce64-967d-dba8-449f9eac6b5b-27db5b45, #w-node-_3182d221-ce64-967d-dba8-449f9eac6b5b-cc314527, #w-node-_3182d221-ce64-967d-dba8-449f9eac6b5b-effec388 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Icon Materials';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}