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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

img {
  padding-top: 5px;
  display: block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.section {
  height: 92px;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.nav-link-1 {
  color: #442b23;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.nav-link-1.w--current {
  color: #09864a;
}

.nav-links {
  color: #442b23;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.nav-links.w--current {
  color: #09864a;
}

.container {
  justify-content: center;
  min-width: 82%;
  margin: 22px 5% 0;
  padding-bottom: 0;
  display: flex;
}

.container.nav-menu {
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.body {
  object-fit: fill;
  background-color: #fff;
  min-height: 0;
  margin-left: 0;
  overflow: hidden;
}

.nav-menu-major {
  float: left;
  clear: right;
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0% auto;
}

.menu-button {
  background-color: #fff;
  width: auto;
  height: 40px;
  padding: 9px;
  display: none;
}

.nav-button---minor {
  color: #442b23;
  white-space: nowrap;
  object-fit: fill;
  background-color: #f6f0ea;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 0;
  min-width: 3em;
  max-width: 6em;
  height: 40px;
  margin-left: 23px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-weight: 600;
  display: flex;
  position: static;
}

.button {
  white-space: nowrap;
  align-items: center;
  height: 40px;
  margin-left: 0;
  display: flex;
}

.nav-button-major {
  color: #442b23;
  object-fit: fill;
  background-color: #ffc043;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 7em;
  min-width: 7em;
  max-width: 7em;
  height: 40px;
  padding-left: 23px;
  padding-right: 23px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  display: flex;
  overflow: visible;
}

.div-block {
  margin-left: -1px;
  display: flex;
}

.div-block-2 {
  clear: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center end;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
  right: auto;
}

.image {
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: relative;
}

.icon, .div-block-3 {
  display: none;
}

.div-block-4 {
  max-width: 100%;
}

.section-2 {
  background-color: #fff;
  border-top: .25px #1ca457;
  min-height: 50px;
  padding-top: 75px;
  padding-bottom: 20px;
}

.home-s1 {
  background-color: #0000;
  min-height: 100vh;
  max-height: 0;
  margin-top: -2px;
  padding-bottom: 71px;
  display: inline-block;
  position: relative;
}

.div-block-5 {
  clear: none;
  text-align: center;
  object-fit: fill;
  order: 1;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
}

.navbar-2 {
  background-color: #7c7b7b;
}

.navigation-bar {
  background-color: #f6f0ea;
  border: 1px solid #0000;
  border-bottom-color: #dbccc6;
  width: 100%;
  min-width: 100%;
  height: 97px;
  padding-bottom: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.grid {
  float: left;
  clear: left;
  grid-column-gap: 0px;
  grid-row-gap: 20vw;
  grid-template: ". . . . . Area"
  / .5fr .5fr .5fr .5fr .5fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  width: 0;
  max-width: 25%;
  display: block;
  position: relative;
}

.div-block-6 {
  display: flex;
}

.nav-link {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-link.nav-grid-buttons {
  clear: none;
  justify-content: flex-start;
  width: 25%;
  display: flex;
  position: static;
}

.container-2 {
  max-width: 100%;
  margin-top: 42px;
  margin-bottom: 42px;
  padding: 0 10% 0 7%;
}

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

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

.container-4 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  bottom: auto;
}

.div-block-7 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, 600px) auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 80%;
  height: 500px;
  max-height: 600px;
  margin-top: 100px;
  margin-bottom: 50px;
  display: grid;
}

.heading {
  color: #3d281e;
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.heading.h3 {
  color: #efefef;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 900;
  line-height: 60px;
}

.heading.h3._800 {
  font-size: 40px;
  font-weight: 900;
}

.heading.h3.size-40 {
  float: left;
  clear: none;
  color: #0d1e16;
  margin-top: 0;
  display: flex;
}

.heading.h3.size-40.resource-page {
  float: none;
  clear: left;
  color: #0d1e16;
  margin-top: 0;
  padding-top: 31px;
  display: block;
  position: static;
}

.heading.h3.size-40.resource-page-title {
  color: #09864a;
}

.heading.h3.page-title.d-mode {
  color: #f6f0ea;
  align-self: flex-start;
  font-size: 40px;
  display: flex;
}

.heading.h3.page-title.d-mode.demo {
  color: #f6f0ea;
}

.heading.h3.page-title.contact-page {
  color: #3d281e;
}

.heading.h3.form-title.contact-form-page {
  color: #3d281e;
  text-align: center;
  background-color: #fff;
  padding: 55px 33px 0;
}

.heading.h3.form-title.demo-form {
  color: #332019;
  text-align: center;
  background-color: #e5ab4e;
  padding: 0 33px 25px;
}

.heading.h2 {
  color: #3d281e;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.heading.h2.banner {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 39px;
  margin-bottom: 0;
  font-weight: 600;
  display: flex;
}

.heading.h2.banner.dark {
  color: #fff;
}

.heading.h2.center {
  color: #efefef;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading.h2.center.dark {
  color: #0d1e16;
}

.heading.h2.center.d-mode {
  color: #efefef;
}

.heading.h2.dark.center {
  color: #0d1e16;
}

.heading.h2.dark-on-light {
  color: #f6f6f6;
  padding-bottom: 0;
}

.heading.h2.dark-on-light.banner {
  text-align: left;
  margin-top: 0;
  display: block;
}

.heading.h2.d-mode {
  color: #efefef;
  justify-content: flex-start;
}

.heading.h2.d-mode.resource-form {
  float: left;
  clear: none;
  color: #fff;
  margin-bottom: 20px;
  margin-right: 12px;
  display: inline-block;
}

.heading.h2.d-mode.resource-form.light {
  margin-right: 0;
  font-weight: 200;
}

.heading.h2.l-mode {
  text-align: right;
}

.heading.h2.l-mode.right-align {
  justify-content: flex-end;
}

.heading.h2.plan-price {
  float: left;
  clear: left;
  text-align: right;
  justify-content: flex-start;
  width: 50%;
  margin-bottom: -21px;
  display: inline-block;
  position: static;
}

.heading.h2.right-align {
  text-align: right;
  justify-content: flex-end;
}

.heading.h2.resource-card {
  justify-content: center;
}

.heading.h4 {
  color: #0d1e16;
  text-align: center;
  margin: 0 9px;
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
}

.heading.h4.resource-card {
  line-height: 27px;
}

.heading.h1.size-40 {
  font-size: 40px;
}

.heading.h2.center {
  color: #3d281e;
  clear: none;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  display: block;
}

.heading.h2.right-align {
  color: #3d281e;
  text-align: right;
}

.heading.h2.left-align {
  text-align: left;
}

.heading.h2.form-title.contact-page-form {
  color: #3d281e;
  padding: 33px 33px 0;
}

.heading.h3.contact-form-page {
  text-align: center;
  margin-top: 5px;
  font-weight: 700;
  display: block;
}

.heading.form-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  display: block;
}

.div-block-8 {
  object-fit: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  overflow: auto;
}

.heading-2 {
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-2.h2 {
  color: #0d1e16;
}

.green-button {
  opacity: 1;
  text-align: center;
  background-color: #1ca457;
  width: 12em;
  margin-top: 18px;
  margin-bottom: 17px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.green-button.tile {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-bottom: 17px;
  margin-left: 9px;
  margin-right: 9px;
  display: flex;
  position: relative;
  inset: 0%;
}

.green-button.highlight {
  color: #000;
  background-color: #ffc043;
}

.green-button.plan-button {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 24px;
  display: block;
}

.green-button.right-align {
  clear: none;
  text-align: center;
  justify-content: center;
  display: flex;
}

.green-button.reequirements {
  align-items: center;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 5px 12px;
  display: flex;
}

.image-2 {
  object-fit: fill;
  width: 20%;
  max-width: none;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.image-3, .div-block-9 {
  object-fit: contain;
}

.image-4 {
  align-self: center;
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 55px;
}

.div-block-10 {
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.heading-3 {
  color: #7c89d7;
  margin-top: 8px;
  margin-bottom: 0;
  text-decoration: underline;
}

.heading-3.dark {
  color: #c1b5e3;
  margin-top: 12px;
}

.container-6 {
  height: 33px;
}

.container-7 {
  max-width: 80%;
  padding-top: 0;
  padding-bottom: 5px;
}

.section-3 {
  background-color: #fff;
  border-bottom: .25px #1ca457;
  height: auto;
}

.container-8 {
  justify-content: center;
  max-width: 80%;
  padding: 40px 156.5px 75px;
  display: block;
}

.youtube {
  max-width: none;
  max-height: 50px;
  margin-top: 0;
}

.youtube-2 {
  float: left;
  clear: none;
  border: 1px #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: none;
  display: flex;
  position: relative;
}

.heading-4 {
  max-width: none;
}

._50-50-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: stretch;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5%;
  display: block;
}

._50-50-container.home, ._50-50-container.about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3 {
  grid-row-gap: 9px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  height: 400px;
}

.image-5 {
  object-fit: fill;
  max-width: 10%;
  display: inline;
  position: static;
}

.image-6, .image-7 {
  max-width: 50px;
}

.div-block-11 {
  object-fit: scale-down;
}

.list-paragraph {
  clear: none;
  object-fit: fill;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 400px;
  margin-left: 20px;
  display: inline-block;
  position: absolute;
  overflow: visible;
}

.div-block-12 {
  max-width: 200px;
  display: inline-block;
}

.list-icon {
  max-width: 50px;
}

.home-s4 {
  background-color: #fff;
  border-top: .25px #1ca457;
  border-bottom: .25px #1ca457;
  padding-top: 75px;
  padding-bottom: 75px;
}

.container-10 {
  background-color: #a24d4d;
}

.div-block-13 {
  background-color: #8c3a3a;
  max-width: 80%;
  margin-top: 0;
}

.container-11 {
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 23px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block {
  color: #efefef;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
}

.image-8 {
  text-align: center;
  width: 33px;
  max-width: 80%;
}

.div-block-14 {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-9 {
  object-fit: contain;
  align-self: center;
  max-height: 100%;
}

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.div-block-16 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  right: 0;
}

.div-block-16.right-text-section {
  right: auto;
}

.paragraph {
  color: #3d281e;
  text-align: left;
  justify-content: flex-end;
  margin-top: 25px;
  margin-bottom: 50px;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 27px;
  display: block;
}

.paragraph.dark {
  color: #0d1e16;
  text-align: center;
}

.paragraph.tile {
  text-align: center;
  margin-top: 5px;
  margin-left: 9px;
  margin-right: 9px;
  font-size: 16px;
  line-height: 23px;
}

.paragraph.tile.resource-card {
  justify-content: center;
  margin-bottom: 10px;
}

.paragraph.center {
  color: #3d281e;
  text-align: center;
  margin-bottom: 40px;
  display: block;
}

.paragraph.center.dark {
  color: #efefef;
  margin-bottom: 25px;
}

.paragraph.center.dark.plan-title {
  margin-top: 0;
  padding-top: 15px;
}

.paragraph.banner {
  color: #f6f6f6;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 8px;
}

.paragraph.d-mode {
  clear: left;
  color: #f6f0ea;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph.d-mode.table {
  margin-top: 0;
}

.paragraph.d-mode.table.features {
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 5px 15px 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.paragraph.d-mode.quote {
  margin-top: 0;
  font-weight: 700;
}

.paragraph.d-mode.quote.demo {
  padding-top: 0;
}

.paragraph.d-mode.quote-copy {
  font-weight: 700;
}

.paragraph.d-mode.quote-source {
  margin-top: 10px;
}

.paragraph.d-mode.demo {
  color: #f6f0ea;
}

.paragraph.l-mode {
  text-align: right;
}

.paragraph.l-mode.right-align {
  text-align: left;
  margin-top: 0;
  margin-bottom: 33px;
}

.paragraph.monthly {
  float: left;
  clear: none;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  margin-top: 9px;
  margin-bottom: 15px;
  padding-left: 2%;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  position: static;
}

.paragraph.monthly.final {
  text-align: center;
  justify-content: center;
  width: 100%;
  display: flex;
}

.paragraph.plan-description {
  clear: left;
  text-align: center;
  justify-content: center;
  margin-top: -17px;
  margin-bottom: 2px;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.paragraph.core-features-title {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.paragraph.resourse-page {
  margin-top: 0;
}

.paragraph.resource-page {
  margin-bottom: 25px;
  font-weight: 700;
  display: block;
}

.paragraph.hero {
  color: #efefef;
  margin-top: 10px;
  font-weight: 700;
}

.paragraph.right-align {
  color: #3d281e;
  text-align: right;
}

.paragraph.contact-page {
  color: #3d281e;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 700;
  display: block;
}

.paragraph.contact-page.l-alaign {
  float: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

.video-div-1 {
  clear: none;
  text-align: center;
  justify-content: center;
  max-width: 100%;
  padding-top: 0;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.home-s5 {
  background-color: #f6f0ea;
  padding-top: 75px;
  padding-bottom: 75px;
}

.image-10 {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.home-s3 {
  background-color: #f6f0ea;
  border: 1px #000;
  border-top: .25px #1ca457;
  border-bottom: 0 #99644c;
  border-radius: 0;
  padding-top: 45px;
  padding-bottom: 75px;
}

.container-12 {
  max-width: 80%;
}

.grid-4 {
  grid-column-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.home-tile {
  object-fit: contain;
  background-color: #fff;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 470px;
  max-height: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  box-shadow: 0 0 12px 7px #dbdada;
}

.home-tile-upper {
  min-width: 0%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  display: inline-block;
}

.home-tile-lower {
  object-fit: contain;
  flex-flow: column wrap;
  min-height: 150px;
  padding: 9px;
  display: flex;
  position: static;
  overflow: visible;
}

.container-13 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 80%;
  margin-bottom: 0;
  display: flex;
}

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

.image-11 {
  margin-bottom: 12px;
}

.section-7 {
  background-color: #09864a;
  border-top: .25px solid #1ca457;
  border-bottom: .25px solid #1ca457;
  padding-top: 75px;
  padding-bottom: 75px;
}

.heading-5 {
  color: #fff;
}

.container-14 {
  text-align: center;
  max-width: 80%;
}

.section-8 {
  background-color: #0d1e16;
  padding-top: 75px;
  padding-bottom: 75px;
}

.dropdown-list {
  margin-top: -1px;
}

.dropdown-list.w--open {
  min-width: 200px;
  margin-top: 206px;
  margin-left: 1px;
}

.dropdown-toggle {
  color: #442b23;
  padding-left: 0;
  padding-right: 20px;
}

.dropdown-toggle:focus, .dropdown-toggle.current {
  color: #09864a;
}

.icon-3 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  transform: rotate(0);
}

.dropdown-list-2 {
  min-width: 200px;
  margin-top: 206px;
  margin-left: 0;
  padding-left: 0;
}

.dropdown-list-2.w--open {
  color: #fff;
  background-color: #000;
  border-bottom: 6px solid #081e13;
  border-radius: 0;
  min-width: 0;
  margin-top: 295px;
  margin-left: 169px;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-link {
  outline-offset: 0px;
  color: #f6f0ea;
  border-top: 1px #373737;
  outline: 3px #f6f0ea;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  margin: 0 9px;
  padding: 7px;
  display: inline-block;
}

.dropdown-link.open {
  color: #081e13;
  background-color: #fff;
  border-top-color: #081e13;
  align-items: center;
  height: 50px;
}

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

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

.footer-col-div.last-footer-column-div {
  border: 1px #281c16;
}

.heading-6 {
  color: #fff;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  font-family: Exo, sans-serif;
  display: flex;
}

.heading-6.last {
  justify-content: flex-start;
}

.list-item {
  height: 25px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.list {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25px;
  font-family: Exo, sans-serif;
  font-weight: 400;
  display: flex;
}

.heading-7 {
  display: flex;
}

.field-label {
  color: #fff;
  text-align: left;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.text-field {
  float: left;
  width: 48%;
  height: 33px;
  margin-right: 3%;
  font-family: Exo, sans-serif;
  position: relative;
}

.text-field-2 {
  width: 49%;
  height: 33px;
  font-family: Exo, sans-serif;
  position: static;
}

.text-field-3 {
  width: 49%;
  height: 33px;
  font-family: Exo, sans-serif;
  position: relative;
}

.checkbox-label {
  color: #fff;
  text-align: left;
  font-family: Exo, sans-serif;
  display: flex;
}

.submit-button {
  text-align: center;
  display: block;
}

.checkbox {
  border-color: #fff;
}

.checkbox.w--redirected-checked {
  background-color: #0d1e16;
  border-color: #fff;
}

.footer-button {
  background-color: #0d1e16;
  border: 2px dotted #fff;
  width: 100%;
  height: 37px;
  padding-top: 7px;
  font-family: Exo, sans-serif;
  display: block;
}

.image-12 {
  display: block;
}

.success-message {
  color: #fff;
  background-color: #3d281e;
  border: 2px dotted #fff;
  height: 40px;
  padding-top: 9px;
  font-family: Exo, sans-serif;
}

.container-15 {
  background-color: #fff;
  max-width: 80%;
  height: 50px;
}

.section-9 {
  background-color: #fff;
  border-top: .25px #1ca457;
}

.div-block-19, .div-block-20 {
  height: auto;
}

.grid-6 {
  float: left;
  grid-template-rows: auto;
  max-width: 100%;
  height: 50px;
  position: static;
}

.text-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Exo, sans-serif;
  font-size: 14px;
  display: flex;
}

.image-13 {
  float: left;
  max-width: none;
  position: relative;
}

.grid-7 {
  grid-template-columns: 2fr 1fr;
  height: 50px;
}

.div-block-21 {
  height: 50px;
  padding-top: 16px;
  display: flex;
}

.div-block-22 {
  height: 50px;
}

.image-14 {
  float: left;
  margin-top: 1px;
  position: relative;
}

.text-block-3 {
  margin-left: 12px;
}

.image-15 {
  float: right;
  margin-top: 2px;
  margin-left: 13px;
  position: static;
}

.image-16 {
  float: right;
  width: 70px;
  margin-top: 6px;
  margin-left: 25px;
  display: block;
}

.text-block-4 {
  font-size: 18px;
}

.container-16 {
  max-width: 80%;
}

.section-10 {
  background-color: #46464666;
  min-height: 20vh;
  margin-top: -20vh;
}

.section-10.collapsable-banner {
  background-color: #ab5151;
  max-height: 20vh;
  margin-top: -20vh;
  display: block;
  position: static;
}

.div-block-23 {
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.container-17 {
  max-width: 80%;
}

.grid-8 {
  grid-row-gap: 6px;
  grid-template-rows: 50px 50px;
  grid-template-columns: 1fr minmax(70px, 70px);
}

.image-17 {
  float: none;
  text-align: center;
  cursor: pointer;
  margin-top: 18px;
  margin-left: 7px;
  margin-right: 0;
  padding-bottom: 2px;
  display: inline-block;
}

.collapsible-banner {
  z-index: 1;
  background-color: #09864a;
  height: 170px;
  margin-top: 0;
  margin-bottom: -125px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-24 {
  text-align: center;
  height: 45px;
  position: relative;
}

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

.close-banner-div {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 45px;
  margin-top: 35px;
  display: flex;
}

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

.left-text-section {
  color: #3d281e;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin-right: 30px;
  padding-right: 33px;
  display: flex;
}

.left-text-section.home {
  text-align: left;
}

.tile-section-1 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tile-section {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 40px;
}

.tile-section._2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.tile-section._1 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.tile-section._3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.tile-section.resource-card {
  background-color: #fff;
  min-height: 280px;
  max-height: 280px;
  margin-bottom: 0;
  padding-left: 7px;
  padding-right: 7px;
  box-shadow: 0 0 19px #7e7c7c;
}

.yellow-button.highlight {
  color: #333;
  background-color: #ffc043;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.about-s1 {
  flex-direction: row;
  display: flex;
}

.about-s2 {
  background-color: #3d281e;
  margin-top: 94px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.about-s3 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 65px;
  padding-bottom: 65px;
}

.about-s4 {
  background-color: #f6f0ea;
  padding: 65px 0;
}

.about-s5 {
  background-color: #f6f0ea;
  padding-top: 65px;
  padding-bottom: 65px;
}

.grid-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  margin-top: -24px;
  margin-bottom: 25px;
  display: grid;
  position: relative;
}

.div-block-26 {
  background-color: #744c3a;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.div-block-26.top-list-1, .div-block-26.top-list-2, .div-block-26.top-list-3 {
  text-decoration: none;
}

.div-block-26.top-list-4 {
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
}

.container-18 {
  max-width: none;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.plans-s2 {
  background-color: #3d281e;
  margin-top: 94px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 83px;
}

.plans-s3 {
  background-color: #fff;
  margin-top: 0;
  padding: 0;
}

.container-19 {
  max-width: 80%;
}

.plans-div {
  grid-column-gap: 23px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.plan-div {
  background-color: #fff;
  box-shadow: 1px 0 12px 1px #3d281e80;
}

.container-20 {
  max-width: 80%;
  margin-top: -21px;
  padding-bottom: 82px;
}

.plan-title-div {
  background-color: #744c3a;
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding-bottom: 55px;
}

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

.plan-price-div {
  background-color: #fff;
  padding-top: 23px;
  padding-left: 12px;
  padding-right: 12px;
}

.paragraph-3 {
  clear: left;
  justify-content: center;
  display: flex;
}

.plans-s4 {
  margin-top: -78px;
  margin-bottom: 0;
}

.feature-list-title {
  border-bottom: 1px solid #a39893;
  margin-left: 0;
  margin-right: 0;
}

.feature-list {
  text-align: center;
  background-color: #fff;
  margin-top: 19px;
  padding-left: 12px;
  padding-right: 12px;
}

.feature-list.demo {
  background-color: #0000;
  margin-bottom: 91px;
  display: flex;
}

.feature-list-item {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-5 {
  color: #0d1e16;
  text-align: center;
  flex: 1;
  height: 33px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Droid Sans, sans-serif;
  line-height: 20px;
}

.text-block-5.demo {
  clear: left;
  color: #f6f0ea;
  text-align: center;
  display: block;
}

.text-block-5.demo.heading-6 {
  font-weight: 700;
}

.text-block-5.demo.heading-6.inclusion-icons {
  color: #442b23;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.text-block-5.demo.inclusion-icons {
  float: none;
  clear: left;
  margin-top: 12px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.image-18 {
  float: left;
  width: 21px;
  height: 16px;
  margin-top: -1px;
  margin-left: 12px;
  margin-right: 5px;
  line-height: 33px;
}

.resources-s2 {
  background-color: #fff;
  min-height: 0;
  margin-top: 94px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.container-21 {
  max-width: 80%;
  padding-bottom: 5px;
}

.resources-s3 {
  background-color: #f6f0ea;
  margin-top: 0;
  padding: 0;
}

.container-22 {
  max-width: 80%;
}

.resources-s4 {
  background-color: #f6f0ea;
}

.container-23 {
  max-width: 80%;
}

.tab-link-students {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  margin-left: 0;
}

.collection-list {
  grid-column-gap: 23px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 313px;
  margin-top: 33px;
  padding-left: 18px;
  padding-right: 18px;
  display: grid;
}

.div-block-27 {
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  justify-content: center;
  max-width: 100%;
  height: auto;
  min-height: 295px;
  max-height: 291px;
  margin-top: 0;
  margin-bottom: -4px;
  margin-left: 0;
  padding: 23px 12px 18px;
  display: block;
  box-shadow: 1px 0 12px 1px #a5a5a5;
}

.div-block-28 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #4d744a;
  border-radius: 0;
  width: 50%;
  padding-bottom: 74px;
  font-size: 14%;
}

.div-block-29 {
  text-align: center;
  background-color: #fbbda5;
  border-radius: 50%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 92px;
  height: 92px;
  margin-top: 0;
  margin-left: 29%;
  margin-right: 0%;
  padding-top: 0;
  display: block;
}

.heading-8 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-6 {
  direction: ltr;
  text-transform: none;
  column-count: 0;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-clip: border-box;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
}

.text-block-7 {
  color: #09864a;
  margin-top: 34px;
  font-weight: 400;
  text-decoration: underline;
}

.image-19 {
  background-color: #fbbda5;
  border-radius: 50%;
}

.next {
  margin-top: 16px;
  margin-bottom: 66px;
}

.tabs-menu {
  justify-content: center;
  margin-top: 66px;
  display: flex;
}

.div-block-30 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 75px;
  display: block;
}

.image-20 {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 20px;
}

.pagination {
  margin-top: 34px;
  margin-bottom: 75px;
}

.collection-list-2 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-8 {
  color: #09864a;
  margin-top: 0;
  font-weight: 700;
  text-decoration: underline;
}

.container-24 {
  text-align: left;
  max-width: 80%;
}

.container-25 {
  max-width: 80%;
}

.section-11 {
  background-color: #3d281e;
  padding-top: 65px;
  padding-bottom: 65px;
}

.text-block-9 {
  float: left;
  color: #3d281e;
  text-align: left;
  text-decoration: underline;
}

.container-26 {
  max-width: 80%;
}

.image-21 {
  float: left;
  clear: left;
  margin-top: 0;
  margin-bottom: -7px;
  margin-left: 0;
  display: inline-block;
}

.paragraph-4 {
  float: none;
  clear: none;
  margin-top: 13px;
}

.rich-text-block {
  float: left;
  clear: left;
}

.link-block {
  margin-bottom: 12px;
  display: block;
}

.resource-page-s3 {
  background-color: #f6f0ea;
  margin-top: 94px;
  padding-top: 33px;
  padding-bottom: 54px;
}

.button-2 {
  float: none;
  clear: none;
  margin-top: 21px;
  display: inline-block;
}

.paragraph-5 {
  margin-top: 25px;
}

.form-block-2 {
  background-color: #3d281e;
  margin-top: 25px;
  padding: 33px 44px 18px;
}

.heading-9 {
  display: inline-block;
}

.success-message-2 {
  text-align: center;
  background-color: #3d281e;
}

.resource-form.label {
  float: left;
  clear: none;
  color: #fff;
}

.resource-form.label.paragraph {
  text-align: left;
}

.text-field-4 {
  float: left;
  clear: left;
  color: #0d1e16;
  width: 48%;
  margin-right: 3%;
  display: block;
}

.text-field-5 {
  float: left;
  color: #0d1e16;
  width: 48%;
}

.select-field {
  float: left;
  color: #686868;
  width: 48%;
  margin-right: 3%;
}

.text-field-6 {
  float: left;
  color: #0d1e16;
  width: 48%;
}

.checkbox-2 {
  float: left;
  clear: left;
}

.resource-page-s2 {
  margin-top: 94px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.page-count {
  margin-top: 10px;
}

.page-summary {
  background-color: #3d281e;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
}

.features-s3, .features-s4 {
  background-color: #f6f0ea;
  padding-top: 65px;
  padding-bottom: 65px;
}

.features-s5 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.home-s2 {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 85px;
}

.container-27 {
  max-width: 80%;
}

.div-block-31 {
  text-align: right;
  display: flex;
}

.body-2 {
  background-color: #fff;
}

.resources-s2 {
  background-color: #3d281e;
  padding-bottom: 40px;
}

.hamburger-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 0 25px 25px;
  display: none;
}

.hamburger-menu.w--open {
  background-color: #0000;
}

.top-bar, .middle-bar, .bottom-bar {
  background-color: #000;
  width: 40px;
  height: 10px;
  margin-bottom: 1px;
}

.cross-bar-1 {
  z-index: 10;
  background-color: #000;
  width: 40px;
  height: 10px;
  display: none;
  position: absolute;
  bottom: 36px;
}

.cross-bar-1-copy {
  z-index: 10;
  background-color: #000;
  width: 40px;
  height: 10px;
  position: absolute;
  bottom: 36px;
}

.cross-bar-2 {
  background-color: #000;
  width: 40px;
  height: 10px;
  display: none;
  position: absolute;
  top: 37px;
  bottom: auto;
}

.div-block-34 {
  margin-bottom: 12px;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 5%;
}

.mobile-landscape-spacer {
  display: none;
}

.select-field-2 {
  float: left;
  width: 48%;
  height: 33px;
  margin-right: 3%;
  position: relative;
}

.contact-s2 {
  background-color: #f6f0ea;
  margin-top: 94px;
}

.container-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.contact-s3 {
  background-color: #f6f0ea;
  box-shadow: 1px 1px 3px #000;
}

.container-29 {
  max-width: 80%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.name-label {
  float: left;
  clear: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 20%;
  max-width: none;
  margin-top: 6px;
  padding-right: 33px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.name-label.contact-form-label {
  color: #3d281e;
  width: 15%;
  padding-right: 25px;
  font-family: Exo, sans-serif;
}

.name-label.demo-form-label {
  color: #332019;
  width: 15%;
  padding-right: 25px;
  font-family: Exo, sans-serif;
}

.text-field-7 {
  float: right;
  max-width: 80%;
  padding-left: 15px;
}

.form {
  background-color: #fff;
  border: 1px #000;
  margin-top: 25px;
  padding: 0 33px 33px;
  box-shadow: 1px 1px 3px #000;
}

.field-label-3 {
  float: right;
  clear: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 20%;
  margin-top: 28px;
  padding-right: 33px;
  display: flex;
  position: static;
}

.text-field-8 {
  float: right;
  max-width: 80%;
  margin-top: -33px;
}

.submit-button-2 {
  float: right;
  clear: right;
  width: 80%;
  max-width: 80%;
  margin-top: 10px;
  display: block;
}

.submit-button-2.green-button {
  width: 85%;
  max-width: 85%;
  margin-bottom: 15px;
}

.submit-button-2.green-button.demo-form-button {
  color: #f6f0ea;
  background-color: #09864a;
  border: 4px #19723d;
  box-shadow: inset 0 0 7px 1px #10452d;
}

.select-field-3 {
  display: inline-block;
}

.role-select {
  float: right;
  color: #3d281e;
  background-color: #fff;
  max-width: 85%;
  margin-bottom: 40px;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
}

.role-select.demo-form-field {
  background-color: #f6f0ea;
}

.role-label {
  float: left;
  clear: left;
  color: #3d281e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 15%;
  max-width: none;
  margin-top: 24px;
  padding-right: 25px;
  font-family: Exo, sans-serif;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.role-label.demo-form-label {
  color: #332019;
}

.name-field {
  float: right;
  color: #3d281e;
  max-width: 85%;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
}

.name-field.demo-form-field {
  background-color: #f6f0ea;
}

.madrasa-label {
  float: left;
  clear: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 20%;
  max-width: none;
  margin-top: 55px;
  padding-right: 33px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.madrasa-label.contact-form-label {
  color: #3d281e;
  width: 15%;
  padding-right: 25px;
  font-family: Exo, sans-serif;
}

.madrasa-label.demo-form-label {
  color: #332019;
  width: 15%;
  padding-right: 25px;
  font-family: Exo, sans-serif;
}

.students-select {
  float: right;
  color: #3d281e;
  background-color: #fff;
  max-width: 85%;
  font-family: Droid Sans, sans-serif;
}

.students-select.demo-form-field {
  background-color: #f6f0ea;
}

.students-label {
  float: left;
  clear: left;
  color: #3d281e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 15%;
  max-width: none;
  margin-top: 24px;
  padding-right: 25px;
  font-family: Exo, sans-serif;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.students-label.demo-form-label {
  color: #332019;
}

.madrasa-field {
  float: right;
  color: #3d281e;
  max-width: 85%;
  padding-left: 15px;
  font-family: Droid Sans, sans-serif;
}

.madrasa-field.demo-form-field {
  background-color: #f6f0ea;
}

.city-field {
  float: right;
  color: #3d281e;
  max-width: 85%;
  padding-left: 15px;
  font-family: Droid Sans, sans-serif;
}

.city-field.demo-form-field {
  background-color: #f6f0ea;
}

.city-label {
  float: left;
  clear: left;
  color: #3d281e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 15%;
  max-width: none;
  margin-top: 24px;
  padding-right: 25px;
  font-family: Exo, sans-serif;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.city-label.demo-form-label {
  color: #332019;
}

.region-select {
  float: right;
  color: #3d281e;
  background-color: #fff;
  max-width: 85%;
  font-family: Droid Sans, sans-serif;
}

.region-select.demo-form-field {
  background-color: #f6f0ea;
}

.callcack {
  float: left;
  clear: left;
  color: #3d281e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 15%;
  max-width: none;
  margin-top: 24px;
  padding-right: 25px;
  font-family: Exo, sans-serif;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.callcack.demo-form-label {
  color: #332019;
}

.phone {
  float: right;
  color: #3d281e;
  max-width: 85%;
  padding-left: 15px;
  font-family: Droid Sans, sans-serif;
}

.phone.demo-form-field {
  background-color: #f6f0ea;
}

.phone-label {
  float: left;
  clear: left;
  color: #3d281e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 15%;
  max-width: none;
  margin-top: 17px;
  padding-right: 25px;
  font-family: Exo, sans-serif;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.phone-label.demo-form-label {
  color: #332019;
}

.email-label {
  float: left;
  clear: left;
  color: #3d281e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 15%;
  max-width: none;
  margin-top: 24px;
  padding-right: 25px;
  font-family: Exo, sans-serif;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.email-label.demo-form-label {
  color: #332019;
}

.email-field {
  float: right;
  color: #3d281e;
  max-width: 85%;
  padding-left: 15px;
  font-family: Droid Sans, sans-serif;
}

.email-field.demo-form-field {
  background-color: #f6f0ea;
}

.contact-form-div {
  background-color: #fff;
  margin-bottom: 92px;
  box-shadow: 1px 0 12px 1px #3d281e80;
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-methods {
  margin-bottom: 33px;
  padding-left: 0;
}

.best-time-div {
  float: left;
  clear: left;
  width: 100%;
  max-width: 100%;
  display: block;
}

.field-label-4 {
  float: left;
  clear: left;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 20%;
  margin-left: -26px;
  padding-right: 25px;
  display: flex;
}

.callback-field {
  float: right;
  color: #3d281e;
  max-width: 85%;
  padding-left: 15px;
  font-family: Droid Sans, sans-serif;
}

.callback-field.demo-form-field {
  background-color: #f6f0ea;
}

.callback-label {
  float: left;
  clear: left;
  color: #3d281e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 15%;
  max-width: none;
  margin-top: 71px;
  padding-right: 25px;
  font-family: Exo, sans-serif;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.callback-label.demo-form-label {
  color: #332019;
}

.message-label {
  clear: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 15%;
  margin-top: 0;
  padding-top: 24px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.message-label.demo-form-label {
  color: #332019;
}

.message-field {
  float: right;
  width: auto;
  min-width: 85%;
  max-width: 85%;
  min-height: 6em;
  margin-top: -33px;
}

.message-field.demo-form-field {
  background-color: #f6f0ea;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: grid;
}

.contact-methods-container {
  max-width: 80%;
  position: static;
}

.checkbox-3 {
  margin-left: 112px;
}

.image-22 {
  float: none;
  clear: none;
  margin-top: 0;
  margin-right: 0;
  display: inline-block;
  position: static;
  inset: 0% auto 0% 0%;
}

.bold-text {
  float: left;
  clear: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-6, .paragraph-6-copy {
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.image-23 {
  margin-bottom: 7px;
}

.success-message-3 {
  background-color: #fff;
}

.demo-s2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #3d281e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 94px;
  padding-top: 40px;
  padding-bottom: 30px;
  display: grid;
}

.container-31 {
  max-width: 80%;
}

.demo-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: stretch;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.review-div {
  border-left: 4px solid #f6f0ea;
  margin-top: 25px;
  padding-left: 20px;
}

.demo-form-div {
  background-color: #fff;
  margin-bottom: 50px;
  display: flex;
  position: static;
}

.demo-form {
  background-color: #f6f0ea;
  border: 1px #000;
  margin-top: 0;
  margin-left: 0;
  padding: 0 33px;
}

.demo-success-message {
  background-color: #fff;
}

.section-12 {
  background-color: #3d281e;
  background-image: url('../images/body_background.png');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  max-width: none;
  margin-top: 0;
  padding: 40px 5% 30px;
  display: flex;
  position: relative;
}

.container-32 {
  max-width: 80%;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.right-section {
  clear: none;
  background-color: #f6f0ea;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 55px;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
  box-shadow: 1px 1px 3px #000;
}

.container-33 {
  max-width: 80%;
  display: flex;
  position: relative;
}

.paragraph-7 {
  max-width: 100%;
}

.checkbox-4 {
  margin-top: 3px;
  margin-left: 0;
  position: relative;
}

.checkbox-4.w--redirected-checked {
  color: #332019;
  background-color: #f6f0ea;
  background-image: url('../images/green-tick_1green-tick.png');
  border-style: solid;
  border-color: #f6f0ea;
  padding-right: 0;
}

.checkbox-label-2 {
  float: left;
  max-width: 75%;
  margin-left: 12px;
}

.image-24 {
  clear: none;
  display: block;
}

.grid-10 {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 55px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: flex;
  position: relative;
}

.demo-feature-icon {
  margin-top: 0;
  margin-left: 13px;
  margin-right: 13px;
  padding-left: 0;
  padding-right: 0;
}

.demo-feature-icon.team {
  padding-top: 10px;
}

.demo-feature-icon.remote {
  margin-bottom: -4px;
  padding-top: 1px;
  padding-bottom: 0;
}

.feature-card {
  text-align: center;
  margin: 23px;
  display: block;
}

.settings-div {
  margin-top: 0;
  margin-left: 9px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 7px;
  display: flex;
}

.image-25 {
  width: 27px;
  min-width: 27px;
  margin-right: 0;
}

.image-26 {
  width: 27px;
  min-width: 27px;
  margin-left: 23px;
}

.brand {
  margin-left: 4px;
}

.brand.w--current {
  flex-direction: row;
  margin-left: 0;
  display: flex;
}

.section-13 {
  margin-top: 146px;
}

.container-34 {
  float: none;
}

.nav-menu-2 {
  float: left;
  clear: none;
  margin-left: 33px;
}

.container-35 {
  float: none;
  width: 100%;
  min-width: 90%;
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding-right: 0%;
  position: static;
}

.nv-menu-pages {
  clear: none;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 25%;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.nav-menu-buttons {
  clear: right;
  text-align: right;
  order: 1;
  justify-content: flex-end;
  width: 25%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.grid-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 16.25fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-buttons {
  float: right;
  flex-direction: row;
  align-items: center;
  margin-top: -4px;
  padding: 0;
  display: flex;
}

.navbar-button-div {
  margin-top: 13px;
  margin-right: 9px;
  padding: 7px 7px 7px 9px;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.div-block-44, .div-block-45 {
  display: inline-block;
}

.nav-menu-3 {
  float: none;
  margin-top: 0;
}

.text-block-10 {
  color: #442b23;
  margin-top: 3px;
  margin-left: 5px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.text-block-11 {
  color: #442b23;
  margin-top: 3px;
  margin-left: 5px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.navbar-link {
  color: #442b23;
  margin-top: 13px;
  margin-left: 9px;
  margin-right: 9px;
  padding: 7px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.navbar-link.first {
  margin-left: 0;
}

.navbar-link.navbar-link-dropdown {
  margin-top: 6px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.navbar-link.last {
  margin-top: 13px;
  margin-right: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

.nav-link-3, .nav-link-4 {
  color: #442b23;
  margin-left: 9px;
  margin-right: 9px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.text-block-12 {
  color: #442b23;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.icon-4 {
  color: #442b23;
  margin-left: 8px;
  margin-right: -3px;
  padding-left: 38px;
  font-family: Exo, sans-serif;
}

.icon-4.navbar-link {
  margin: 12px 9px 0 0;
  padding: 5px 0 0;
  font-weight: 500;
}

.nav-link-5 {
  color: #442b23;
  margin-left: 9px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.navbar-3 {
  background-color: #f6f0ea;
  width: 100%;
  height: 97px;
  padding-top: 23px;
  display: block;
}

.container-36 {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

.dropdown-toggle-2 {
  margin-left: 9px;
  margin-right: 9px;
  padding: 0;
}

.brand-2 {
  margin-top: 2px;
  margin-right: 40px;
  display: flex;
}

.div-block-46 {
  max-width: 10%;
  display: flex;
}

.dropdown-2 {
  margin-left: 9px;
  margin-right: 9px;
  padding-left: 7px;
  padding-right: 25px;
}

.navbar-link-dropdown {
  z-index: 1;
  margin-top: 7px;
  margin-left: 0;
  padding: 7px 25px 33px 7px;
  position: relative;
}

.logout-icon {
  display: none;
}

.logout-icon.brown {
  z-index: 0;
  float: left;
  clear: none;
  display: inline-block;
  position: static;
  left: auto;
}

.logout-icon.green {
  z-index: 0;
  float: left;
  clear: none;
  margin-right: 0;
  padding-right: 0;
  display: inline-block;
  position: static;
  left: auto;
}

.icon---green {
  margin-right: -24px;
  padding-top: 1px;
}

.icon---brown {
  padding-top: 1px;
}

.navbar-button-link {
  color: #442b23;
  margin-top: 4px;
  margin-left: 3px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.div-block-47 {
  padding-top: 0;
}

.navbar-4 {
  background-color: #f6f0ea;
  height: 97px;
  padding-top: 18px;
}

.dropdown-list-3 {
  background-color: #07864a;
  min-width: 107vw;
  height: 65px;
  margin-top: 27px;
  margin-left: -609px;
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 523px;
  display: none;
}

.dropdown-list-3.w--open {
  margin-top: 0;
  padding-left: 518px;
}

.dropdown-link-2 {
  color: #f6f0ea;
  flex-wrap: nowrap;
  width: auto;
  margin-right: 9px;
  padding: 7px;
  display: inline-block;
}

.dropdown-link-3 {
  outline-offset: 0px;
  color: #f6f0ea;
  border-top: 1px #000;
  outline: 3px #f6f0ea;
  width: auto;
  margin-left: 9px;
  margin-right: 9px;
  padding: 7px;
  display: inline-block;
}

.dropdown-link-4 {
  color: #f6f0ea;
  margin-left: 9px;
  padding: 7px;
  display: inline-block;
}

.html-embed {
  display: none;
}

.right-login-section {
  width: 100%;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.section-14 {
  padding: 0 0%;
  display: flex;
}

.section-1 {
  background-color: #f6f0ea;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 5%;
}

.login-header {
  float: left;
  width: 30%;
  display: inline-block;
}

.heading-10 {
  color: #442b23;
  text-align: center;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 35px;
}

.paragraph-8 {
  color: #442b23;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.section-15 {
  background-color: #f6f0ea;
  padding: 18px 5%;
}

.button-3 {
  float: right;
  color: #442b23;
  text-align: center;
  background-color: #ffc043;
  margin-top: 11px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  display: none;
}

.grid-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  display: grid;
}

.image-28 {
  text-align: left;
  margin-left: 0;
  display: inline-block;
}

.div-block-49 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: block;
}

.script-div {
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
}

.link.forgoten-password-div {
  text-align: center;
  display: block;
}

.link.company-div {
  color: #442b23;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  display: block;
}

.link.forgor-password-link {
  clear: left;
  color: #0c874b;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.text-block-13 {
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.div-block-51 {
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.body-3 {
  text-align: center;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  justify-content: center;
  height: auto;
  min-height: 0;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-52 {
  width: 30%;
}

.icons-div {
  float: left;
  width: 65%;
  padding: 42px 42px 42px 0;
  display: none;
}

.login-div {
  float: right;
  clear: none;
  box-shadow: none;
  text-align: center;
  object-fit: scale-down;
  background-color: #0000;
  border: 2px #442b23ed;
  justify-content: center;
  align-self: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0%;
  padding: 0 12px;
  display: block;
  position: relative;
  overflow: visible;
}

.section-16 {
  clear: none;
  background-color: #0000;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-left: 0%;
  padding: 0 0%;
  display: block;
  position: static;
}

.heading-11 {
  color: #442b23;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.icon-container {
  text-align: center;
}

.text-block-14 {
  color: #442b23;
  margin-top: 8px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.html-embed-2 {
  float: left;
  clear: left;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.image-29 {
  float: none;
  text-align: center;
  object-fit: fill;
  display: block;
  position: static;
}

.div-block-53 {
  justify-content: center;
  height: 88vh;
  min-height: 88vh;
  max-height: 88vh;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.top-banner {
  background-image: url('../images/body_background-green.png');
  background-position: 0 0;
  background-size: auto;
  height: 6vh;
  min-height: 6vh;
  max-height: 6vh;
  position: relative;
}

.bottom-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/body_background.png');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 6vh;
  min-height: 6vh;
  max-height: 6vh;
  display: block;
}

.main-section-div {
  display: block;
}

.div-block-54 {
  text-align: center;
  justify-content: center;
  display: flex;
}

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

.div-block-56 {
  max-width: 200px;
}

.div-block-56.icon-div {
  text-align: center;
  display: block;
}

.icon-set-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr;
  grid-auto-columns: .5fr;
  justify-content: center;
  align-items: center;
  margin: 25px 12% 0;
  display: none;
}

.feature-heading {
  justify-content: center;
  margin-top: 5px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.feature-heading-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  margin-top: 3px;
  display: inline-block;
}

.feature-icon-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: block;
}

.div-block-57 {
  height: 23px;
}

.div-block-58 {
  float: none;
  clear: left;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 17px;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-59 {
  float: left;
  clear: left;
  justify-content: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: -15px;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: relative;
}

.div-block-60 {
  justify-content: center;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  display: flex;
}

.section-17 {
  order: 1;
  justify-content: flex-start;
  align-self: auto;
  margin-top: 40px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.section-18 {
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.section-19 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29 {
  color: #05a358;
}

.requirements-top-banner {
  background-color: #f6f0ea;
  padding: 23px 5%;
}

.container-37 {
  display: block;
}

.requirements-crumbs {
  background-color: #f6f0ea;
  padding: 0 5% 23px;
}

.body-section {
  background-color: #f6f0ea;
  padding-top: 40px;
  padding-bottom: 30px;
}

.paragraph-9 {
  color: #3d281e;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
}

.link-2 {
  color: #3d281e;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
}

.system-requirements {
  padding-top: 40px;
}

.apple-safari {
  padding: 0 5%;
}

.microsoft-edge {
  padding: 0 5% 30px;
}

.mozilla-firefox, .google-chrome {
  padding: 0 5%;
}

.image-30 {
  width: 40px;
  padding-top: 1px;
  padding-left: 0;
}

.image-31 {
  clear: left;
  align-self: flex-start;
  position: relative;
}

.image-32 {
  margin-left: -6px;
}

.image-37 {
  margin-left: 4px;
  padding-top: 0;
}

.container-38 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.div-block-61 {
  background-color: #3d281e;
  justify-content: flex-start;
  width: auto;
  height: 100vh;
  display: flex;
  position: absolute;
}

.div-block-62 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(92px, 92px) repeat(auto-fit, minmax(92px, 92px));
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  place-items: center;
  width: 65px;
  height: 65px;
  min-height: 65px;
  max-height: 652px;
  display: grid;
}

.div-block-63 {
  height: auto;
  min-height: 9px;
  max-height: 92px;
}

.image-38 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: inline;
}

.div-block-64 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 65px 65px 65px 65px 65px 65px 65px 65px 65px 65px;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  display: grid;
}

.nav-menu-4 {
  background-color: #9dfcc5;
  width: 313px;
  margin-top: 0;
}

.div-block-65 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-15 {
  color: #c7c7c7;
  display: flex;
}

.link-block-2 {
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.sidebar-link-block-holder {
  background-color: #0000;
}

.sidebar {
  z-index: auto;
  background-color: #3d281e;
  width: auto;
  height: 100vh;
  margin-top: 0;
  margin-left: 367px;
  display: block;
  position: fixed;
}

.link-block-3 {
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 65px;
  min-height: 65px;
  max-height: 65px;
  margin: 7px;
  padding: 0 7px;
  text-decoration: none;
  display: flex;
}

.link-block-3.first {
  border-bottom: .5px #6b6b6b;
  margin-top: 80px;
  margin-left: 7px;
  margin-right: 7px;
}

.link-block-3.system {
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  margin-left: 3px;
  padding-left: 0;
}

.link-block-3.sidebar-brand-div {
  margin-left: 0;
  margin-right: 0;
}

.sidebar-icon {
  align-self: auto;
  width: 35px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block;
}

.sidebar-icon.last {
  width: 35px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.sidebar-icon.settings {
  text-align: center;
  width: 35px;
}

.sidebar-icon.help {
  width: 35px;
}

.sidebar-icon.logout {
  width: 33px;
}

.sidebar-link-text-div {
  color: #fff;
  align-items: center;
  width: auto;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.sidebar-icon-div {
  width: auto;
  margin-left: 16px;
  margin-right: 12px;
  padding: 6px 0;
}

.sidebar-icon-div.logo {
  width: 65px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.sidebar-icon-div.admin {
  width: 50px;
}

.sidebar-navigation-links {
  position: relative;
  overflow: hidden;
}

.sidebar-system-links {
  width: auto;
  height: auto;
  position: fixed;
  inset: auto auto 0% 0%;
}

.sidebar-link-text {
  color: #cecdcd;
}

.sidebar-container-1 {
  overflow: hidden;
}

.div-block-66 {
  display: flex;
}

.sidebar-controll {
  background-color: #3da550;
  width: 33px;
  height: 33px;
  margin-left: 0;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.nav-menu-sidebar {
  z-index: 2;
  clear: left;
  object-fit: none;
  background-color: #38231d;
  flex-direction: column;
  width: auto;
  min-width: 200px;
  max-width: 260px;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.nav-link-6 {
  color: #ddcfcf;
  display: none;
}

.nav-link-7 {
  color: #cfc0c0;
  display: none;
}

.nav-link-8 {
  color: #e2c8c8;
  display: none;
}

.ui-nav-top-bar {
  background-color: #fff;
  border-bottom: 1px solid #3d281e;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 83px;
  min-height: 83px;
  max-height: 83px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-40 {
  z-index: 10;
  margin-left: 7px;
  margin-right: 7px;
  padding-top: 0;
  position: relative;
}

.nav-menu-header {
  color: #d4c9c9;
  margin-top: 28px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.nav-menu-header-div {
  align-items: center;
  height: 65px;
  min-height: 65px;
  max-height: 65px;
  margin-bottom: 0;
  margin-left: 66px;
  padding-right: 7px;
  display: none;
}

.div-block-67 {
  z-index: -1;
  float: left;
  background-color: #3d281e;
  width: 75px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.brand-5 {
  z-index: 0;
  background-image: url('../images/Profile-Image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  margin-left: 264px;
  display: block;
}

.sidebar-section-div {
  object-fit: contain;
  object-position: 50% 50%;
  border-top: 4px #b18977;
  width: auto;
  min-width: 225px;
  max-width: 260px;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.sidebar-section-div.first {
  margin-top: 82px;
}

.sidebar-section-div.last {
  background-color: #0000;
  margin-top: 0;
  padding-bottom: 0;
}

.sidebar-section-div.collapsable {
  box-shadow: none;
  border-top: 1px solid #767676;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.sidebar-section-div.system {
  margin-top: 0;
}

.div-block-69 {
  z-index: 9;
  clear: none;
  margin-top: 23px;
  margin-left: 75px;
  display: flex;
  position: absolute;
}

.heading-12 {
  color: #ebe0db;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.sidebar-brand-section-div {
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #09864a;
  background-image: url('../images/UI-Brand-Back.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 313px;
  background-attachment: fixed;
  border-top: 2px #767676;
  border-bottom: 0 #767676;
  align-items: center;
  width: auto;
  height: 81px;
  min-height: 81px;
  max-height: 81px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 0 7px;
  display: flex;
  position: static;
  overflow: visible;
}

.html-embed-3 {
  background-color: #0000;
  align-items: center;
  width: 313px;
  max-width: 313px;
  height: 82px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 5px;
  display: flex;
  position: relative;
}

.sidebar-item {
  background-color: #261712;
  border-top: 1px #767676;
  border-bottom: 1px #140b09;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 6px;
  text-decoration: none;
  display: flex;
  overflow: auto;
}

.sidebar-item:hover {
  background-color: #442b23;
  border-top-style: none;
  border-bottom-style: none;
  border-bottom-color: #767676;
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar-item:active, .sidebar-item:focus {
  background-color: #442b23;
}

.sidebar-item:visited {
  color: #442b23;
  background-color: #261712;
}

.sidebar-item.w--current, .sidebar-item.w--current:visited {
  background-color: #442b23;
}

.sidebar-item.last {
  background-color: #38231d;
  border-top-style: none;
  border-top-color: #767676;
  border-bottom-style: none;
  padding-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
}

.sidebar-item.last:hover {
  background-color: #744c3a;
  border-top-style: none;
  border-bottom-style: none;
  border-bottom-color: #767676;
  padding-bottom: 0;
}

.sidebar-item.last:active, .sidebar-item.last:focus, .sidebar-item.last:focus-visible, .sidebar-item.last[data-wf-focus-visible] {
  background-color: #442b23;
}

.sidebar-item.first {
  box-shadow: none;
  background-color: #38231d;
  border-top: 1px solid #767676;
  border-bottom-style: none;
  margin-top: 0;
  padding-left: 6px;
  padding-right: 6px;
}

.sidebar-item.first:hover, .sidebar-item.first:active, .sidebar-item.first:focus {
  background-color: #442b23;
}

.sidebar-item.first.w--current {
  box-shadow: none;
  background-color: #442b23;
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-color: #767676;
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar-item.first.w--current:hover {
  background-color: #442b23;
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar-item.first.w--current:active {
  border-bottom-style: none;
}

.sidebar-item.first.w--current:focus {
  background-color: #442b23;
}

.sidebar-item.first.last {
  box-shadow: none;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #767676;
  margin-top: 0;
  padding-bottom: 0;
}

.sidebar-item.first.last:hover {
  background-color: #442b23;
  border-top-style: solid;
  border-bottom-style: solid;
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar-item.first.last:active {
  background-color: #442b23;
  padding-bottom: 0;
}

.sidebar-item.first.last.support {
  background-color: #38231d;
  border-bottom: 1px solid #767676;
  margin-top: 0;
  margin-bottom: 15px;
  position: static;
}

.sidebar-item.first.last.support:hover {
  background-color: #442b23;
}

.sidebar-item.first.last.support:active {
  background-color: #442b23;
  margin-bottom: 15px;
}

.sidebar-item.first.last.support:focus {
  background-color: #442b23;
}

.sidebar-brand-item-div {
  align-items: center;
  display: flex;
}

.div-block-70 {
  align-items: center;
  padding-left: 5px;
  display: flex;
}

.heading-13 {
  color: #f3f3f3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  line-height: 25px;
  display: flex;
}

.text-block-16 {
  color: #b18977;
  background-color: #0000;
  font-family: Varela, sans-serif;
  font-weight: 700;
}

.expand {
  color: #767676;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 800;
  display: block;
}

.collapse {
  color: #767676;
  text-align: center;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 800;
  display: block;
}

.expand-and-collapse {
  border: 1px solid #767676;
  width: 38px;
  height: 23px;
  margin-left: 16px;
  padding: 0 7px 12px;
}

.expand-collapse-sidebar-link {
  text-decoration: none;
}

.text-block-17, .text-block-18, .text-block-19, .text-block-20 {
  color: #3d281e;
}

.navbar-5 {
  display: block;
}

.offset-header-brand---expanded {
  float: left;
  width: 148px;
  min-width: 148px;
  max-width: 148px;
  height: 80px;
  display: inline-block;
}

.offset-header-brand-2---collapsed {
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  height: 80px;
  display: flex;
}

.image-41 {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
}

.image-42 {
  margin-left: 8px;
  padding-left: 0;
}

.image-43 {
  margin-left: 12px;
  padding-top: 0;
}

.image-44 {
  margin-left: 4px;
  padding-top: 0;
}

.ui-main-content-section {
  float: left;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #f7f4f2;
  width: 100%;
  height: auto;
  margin: 82px 0 0;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.heading-14 {
  color: #156a41;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px #3d281e;
  border-left: 0 #09864a;
  border-radius: 5px 5px 0 0;
  width: 100%;
  min-width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 9px;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 25px;
  display: flex;
}

.heading-14.awards-allocation {
  padding-top: 30px;
  padding-left: 15px;
}

.image-45 {
  width: 95%;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 25px;
}

.heading-15 {
  margin-top: 0;
}

.ui-page-title-div {
  z-index: 2;
  color: #38231d;
  background-color: #f7f4f2;
  border: 1px solid #3d281e;
  border-left: 1px #cfcdcc;
  border-right: 1px #cfcdcc;
  border-radius: 0;
  align-self: center;
  width: 100%;
  height: 52px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 7px 0 1px 250px;
  font-family: Exo, sans-serif;
  font-size: 27px;
  font-weight: 800;
  display: inline-flex;
  position: sticky;
  top: 0;
}

.ui-column-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 64%;
  min-width: 64%;
  max-width: 100%;
  margin-right: 14px;
  display: block;
  position: static;
}

.ui-column-left.left-column {
  width: 65%;
  display: block;
}

.ui-column-left.right-column {
  width: 30%;
  display: flex;
}

.ui-column-left.single-column {
  width: 100%;
  min-width: 0;
  max-width: none;
}

.ui-content-block {
  object-fit: contain;
  background-color: #fff;
  border: 1px #3d281e;
  border-radius: 5px;
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  min-height: 200px;
  margin-bottom: 33px;
  padding: 0;
  display: inline-block;
  position: absolute;
  overflow: auto;
  box-shadow: 0 0 12px 3px #3d281e66;
}

.ui-content-block.students {
  margin-top: 227px;
}

.ui-content-block.fees {
  min-height: 313px;
  margin-top: 456px;
}

.text-block-21 {
  color: #66d19e;
}

.text-block-22, .text-block-23 {
  color: #fff;
}

.text-block-24 {
  color: #ffe3ac;
}

.text-block-25 {
  color: #fff;
}

.text-block-26 {
  color: #b8b8f3;
}

.content-part-outer-div {
  background-color: #fff;
  border: 2.2px solid #b1aeac;
  padding: 12px;
}

.ui-bottom-spacer {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}

.div-block-71 {
  clear: none;
  text-align: right;
  justify-content: flex-end;
  padding-right: 305px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-72 {
  align-items: center;
  margin-left: 18px;
  display: flex;
}

.top-bar-icon {
  justify-content: flex-end;
  align-items: center;
  margin-right: 26px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brown-settings-button-icon {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  margin-top: -4px;
  display: block;
}

.yellow-settings-button-icon {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  margin-top: -4px;
  display: none;
}

.top-bar-buttons {
  align-items: stretch;
  max-height: 40px;
  margin-top: 21px;
  margin-right: 50px;
  padding-top: 3px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.top-bar-button {
  align-items: center;
  margin-left: 16px;
  padding-left: 7px;
  padding-right: 7px;
  text-decoration: none;
  display: flex;
}

.top-bar-button-icons {
  margin-top: -8px;
  margin-right: 2px;
}

.top-bar-button-text {
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.top-bar-button-icon-a {
  width: 37px;
  min-width: 37px;
  max-width: 37px;
  margin-top: 0;
  display: block;
}

.top-bar-button-icon-b {
  width: 37px;
  min-width: 37px;
  max-width: 37px;
  margin-top: 0;
  display: none;
}

.top-bar-button-text-a {
  color: #09864a;
  text-decoration: none;
}

.top-bar-button-text-a.settings, .top-bar-button-text-a.logout {
  color: #42312c;
}

.settings-button-text {
  color: #442b23;
}

.top-bar-button-text-b {
  color: #99644c;
  display: none;
}

.div-block-73 {
  border: 1px solid #e7e0da;
  border-radius: 12px;
  margin-top: 92px;
  margin-left: 35%;
  margin-right: 35%;
  padding-bottom: 27px;
  display: block;
}

.tabs-menu-2 {
  color: #1ca457;
  text-align: center;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.tab-link-tab-1 {
  margin-right: 15px;
}

.tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3 {
  margin-left: 15px;
  margin-right: 15px;
}

.html-embed-4 {
  min-height: 0;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
}

.collection-summary-div {
  height: 313px;
  min-height: 313px;
  max-height: 500px;
}

.div-block-74 {
  object-fit: scale-down;
  height: 313px;
  min-height: 313px;
  max-height: 313px;
}

.html-embed-5 {
  z-index: 2;
  object-fit: contain;
  background-color: #0000;
  background-image: url('../images/Profile-Icon.png');
  background-position: 50%;
  background-size: 90%;
  background-attachment: scroll;
  width: 55px;
  min-width: 0;
  max-width: 55px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  margin-left: 245px;
  position: relative;
}

.paragraph-10 {
  margin-left: 25px;
  margin-right: 25px;
}

.ui-top-right-content {
  float: right;
  object-fit: contain;
  border-radius: 5px;
  width: 24%;
  min-width: 24%;
  max-width: 24%;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  margin-bottom: 33px;
  display: inline-block;
  position: absolute;
  right: 35px;
  overflow: auto;
  box-shadow: 0 0 12px 3px #3d281e66;
}

.ui-top-right-content.notepad {
  height: 545px;
  min-height: 545px;
  max-height: 550px;
  margin-top: 225px;
}

.ui-bottom-right-content {
  float: right;
  object-fit: contain;
  border-radius: 5px;
  width: 24%;
  min-width: 24%;
  max-width: 24%;
  height: 250px;
  min-height: 250px;
  max-height: 250px;
  margin-top: 31px;
  margin-bottom: 33px;
  display: inline-block;
  position: absolute;
  inset: 0% 35px 0% auto;
  overflow: auto;
  box-shadow: 0 0 12px 3px #3d281e66;
}

.dp-container-grid {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 1px solid #38231d;
  border-radius: 5px;
  grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-bottom: 33px;
  margin-right: 15px;
  padding: 0;
  display: flex;
}

.dp-container-grid.right {
  grid-template-rows: repeat(auto-fit, minmax(200px, 1fr)) 140px 200px;
  width: 35%;
  margin-left: 15px;
  margin-right: 0;
}

.dp-div {
  clear: left;
  box-shadow: none;
  object-fit: contain;
  background-color: #fff;
  border: 1px #38231d;
  border-radius: 5px;
  flex: 1;
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 200px;
  padding: 12px 25px 33px 20px;
  overflow: visible;
}

.dp-div.right {
  width: 100%;
  min-width: 100%;
}

.html-embed-6 {
  margin-left: 25px;
  margin-right: 25px;
}

.html-embed-7 {
  clear: left;
  background-color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: block;
}

.html-embed-7.students, .html-embed-7.fees {
  margin-left: 17px;
}

.html-embed-7.extra {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 15px;
}

.html-embed-7.light-brown {
  background-color: #f7f4f2;
}

.html-embed-8, .html-embed-9 {
  margin-left: 25px;
  margin-right: 25px;
}

.html-embed-10, .html-embed-11 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-75 {
  float: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  margin-top: 146px;
  margin-left: 0%;
  display: grid;
  position: absolute;
  inset: 0% auto 0% 8%;
}

.div-block-76 {
  display: flex;
}

.div-block-77 {
  width: 100%;
  min-width: 100%;
  min-height: 100px;
}

.div-block-78 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 30vh 45vh;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 35%;
  display: grid;
}

.div-block-79 {
  object-fit: contain;
  min-height: 40px;
  overflow: auto;
}

.ui-page-columns {
  margin-top: 25px;
  padding-left: 250px;
  padding-right: 50px;
  display: flex;
}

.ui-column-right {
  width: 33%;
  min-width: 33%;
  max-width: 33%;
  margin-left: 20px;
}

.div-block-80 {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  height: 81px;
  min-height: 81px;
  margin-top: 0;
}

.heading-16 {
  margin-top: 0;
  margin-left: 0;
  font-size: 22px;
  font-weight: 800;
}

.heading-17 {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 22px;
  display: flex;
}

.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 22px;
  font-weight: 800;
}

.heading-19 {
  object-fit: contain;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 22px;
  font-weight: 800;
}

.heading-20 {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 50px;
  font-size: 22px;
  font-weight: 800;
}

.top-banner-spacer {
  display: none;
}

.dropdown-toggle-3 {
  color: #fff;
  object-fit: fill;
  background-color: #38231d;
  border-bottom: .5px #000;
  width: 225px;
  height: auto;
  padding: 0 6px;
  font-family: Exo, sans-serif;
  font-weight: 500;
  display: flex;
  position: static;
  overflow: auto;
}

.dropdown-toggle-3:hover {
  background-color: #442b23;
}

.dropdown-toggle-3:focus {
  background-color: #261712;
}

.dropdown-toggle-3.w--open {
  background-color: #442b23;
  padding-right: 0;
  display: flex;
}

.dropdown-toggle-3.w--open:hover, .dropdown-toggle-3.w--open:active, .dropdown-toggle-3.w--open:focus {
  background-color: #442b23;
}

.text-block-28 {
  align-items: center;
  margin-left: 10px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.icon-7 {
  margin-top: 18.8194px;
  display: flex;
  position: absolute;
}

.dropdown-list-4 {
  position: relative;
}

.dropdown-list-4.w--open {
  background-color: #442b23;
}

.ui-sidebar-dropdown-link {
  color: #fff;
  background-color: #261712;
  border: 1px #000;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 80px;
  font-family: Exo, sans-serif;
  font-weight: 400;
  display: flex;
}

.ui-sidebar-dropdown-link:hover, .ui-sidebar-dropdown-link:focus {
  background-color: #442b23;
}

.ui-sidebar-dropdown-link.w--current {
  color: #fff;
  background-color: #593a31;
  text-decoration: none;
}

.ui-sidebar-dropdown-link.w--current:hover {
  background-color: #593a31;
}

.ui-sidebar-dropdown-link.last {
  background-color: #442b23;
}

.ui-sidebar-dropdown-link.last:hover, .ui-sidebar-dropdown-link.last:focus {
  background-color: #593a31;
}

.dropdown-link-6, .dropdown-link-7 {
  background-color: #261712;
}

.dropdown {
  display: block;
}

.dropdown:hover {
  background-color: #442b23;
}

.text-block-29 {
  object-fit: scale-down;
  display: flex;
}

.image-47 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
}

.link-block-4 {
  margin-top: -5px;
  margin-bottom: 5px;
  margin-left: 12px;
}

.link-block-5 {
  margin-top: -12px;
  margin-bottom: 9px;
  margin-left: 12px;
}

.image-48 {
  margin-left: 12px;
  padding-bottom: 5px;
}

.link-block-6 {
  margin-left: 12px;
}

.quick-links {
  color: #156a41;
  justify-content: flex-start;
  align-items: center;
  margin-top: -5px;
  margin-bottom: 0;
  padding-left: 16px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.quick-links-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #156a41;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: 75px;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 20px;
  display: grid;
}

.quick-links-html {
  clear: none;
  text-align: right;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 360px;
  height: 40px;
  min-height: 40px;
  max-height: 60px;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.quick-links-title {
  object-fit: fill;
  align-items: center;
  max-height: 60px;
  padding-top: 0;
  display: block;
  position: static;
  overflow: visible;
}

.image-49 {
  padding-top: 0;
}

.div-block-82 {
  margin-bottom: 20px;
  display: flex;
}

.link-block-7 {
  margin-top: -4px;
  margin-right: 15px;
  padding-left: 6px;
}

.image-50 {
  width: 80%;
  height: auto;
  padding-top: 6px;
}

.div-block-83 {
  background-color: #edeeee;
  border: 1px solid #156a41;
  border-radius: 3px;
  margin-top: -20px;
  margin-bottom: 30px;
  padding: 15px 5px 2px;
  display: none;
  overflow: visible;
}

.paragraph-11 {
  font-family: Exo, sans-serif;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.div-block-84 {
  margin-top: 0;
}

.rotate-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #42312bbf;
  border-left: 1px solid #42312bbf;
  border-right: 1px solid #42312bbf;
  border-radius: 3px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  display: none;
}

.paragraph-12 {
  color: #e5d5b9;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 16px;
  font-family: Exo, sans-serif;
  font-weight: 700;
  display: block;
}

.instructions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #42312bbf;
  border-left: 1px solid #42312bbf;
  border-right: 1px solid #42312bbf;
  border-radius: 3px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  min-height: 60px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0;
  display: none;
}

.instruction {
  color: #e5d5b9;
  margin-bottom: 10px;
  padding-left: 5px;
  font-family: Exo, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.list-2 {
  padding-left: 20px;
}

.list-item-2 {
  color: #261712;
  margin-left: -1px;
  padding-left: 12px;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.list-item-3, .list-item-4 {
  color: #261712;
  padding-left: 12px;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.div-block-85 {
  background-color: #42312bbf;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-13 {
  color: #261712;
  font-family: Exo, sans-serif;
}

.div-block-86 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 12px 5px 5px 15px;
}

.image-51, .image-52 {
  margin-left: 10px;
}

.list-item-5 {
  margin-left: -16px;
  padding-left: 6px;
}

.list-item-6 {
  margin-left: -1px;
  padding-left: 12px;
  font-family: Exo, sans-serif;
  list-style-type: square;
}

.navbar-6 {
  background-color: #fff;
}

.heading-21 {
  color: #156a41;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 800;
  display: none;
}

.tabs-content {
  background-color: #fff;
  border: 1px solid #156a41;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 33px;
  padding: 33px 25px 33px 20px;
}

.tabs {
  display: block;
}

.tabs.behaviour-tracker {
  margin-top: 12px;
}

.tab-pane-tab-1, .tab-pane-tab-2, .tab-pane-tab-3 {
  background-color: #fff;
}

.tab-link-tab-1-2 {
  color: #fff;
  background-color: #10452d;
  border-top-left-radius: 5px;
  border-top-right-radius: 27px;
}

.tab-link-tab-1-2.w--current {
  color: #fff;
  background-color: #1a914a;
  border-bottom: 1px solid #f7f4f2;
  border-top-left-radius: 5px;
  border-top-right-radius: 27px;
}

.tabs-menu-3 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 800;
}

.tab-link-tab-2-2 {
  color: #fff;
  background-color: #10452d;
  border-top-left-radius: 5px;
  border-top-right-radius: 27px;
}

.tab-link-tab-2-2.w--current {
  background-color: #1a914a;
}

.tab-link-tab-4-2 {
  color: #fff;
  background-color: #10452d;
  border-top-left-radius: 5px;
  border-top-right-radius: 27px;
}

.tab-link-tab-4-2.w--current {
  background-color: #1a914a;
}

.link-block-8 {
  min-width: 50px;
  min-height: 50px;
}

.heading-22 {
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 25px;
  display: flex;
}

.image-53 {
  width: 65px;
  padding-top: 0;
  display: block;
}

.landscape-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f4f2;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 2.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.card-icon {
  display: flex;
}

.card-text {
  align-self: center;
  margin-top: 0;
  margin-left: 15px;
  padding-left: 0;
}

.card-header {
  color: #38231d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
}

.card-paragraph {
  color: #38231d;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.card-button {
  float: right;
  clear: none;
  text-align: center;
  background-color: #5c3c2e;
  order: -9999;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 120px;
  padding-left: 15px;
  font-family: Exo, sans-serif;
  font-weight: 500;
  display: flex;
}

.card-button:hover {
  background-color: #99644c;
}

.card-button:active {
  background-color: #5c3c2e;
}

.land-e-card-button {
  clear: right;
  order: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.column {
  padding-left: 0;
  padding-right: 5px;
}

.portraight-card {
  background-color: #f7f4f2;
  border-radius: 5px;
  order: 9999;
  width: 100%;
  height: 150px;
  min-height: 150px;
  margin-right: 0;
  padding: 15px 20px 20px;
}

.p-card-icon {
  padding: 0;
  display: flex;
}

.image-54 {
  align-self: flex-start;
  width: 45px;
  padding-top: 0;
}

.p-card-text {
  margin-left: 15px;
}

.div-block-87 {
  float: left;
  margin-top: 6px;
  margin-left: 60px;
}

.column-2 {
  box-sizing: border-box;
  clear: right;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 5px;
  padding-right: 0;
  display: block;
}

.div-block-88 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.link-block-9 {
  margin-right: 15px;
}

.image-55 {
  width: 80%;
}

.link-block-10 {
  margin-right: 15px;
}

.image-56 {
  width: 80%;
}

.link-block-11 {
  margin-right: 15px;
}

.image-57 {
  width: 80%;
}

.link-block-12 {
  margin-right: 15px;
}

.image-58 {
  width: 80%;
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: #0000;
  }

  .nav-link-1 {
    color: #442b23;
    margin-left: 15px;
    padding-left: 0;
  }

  .nav-links {
    color: #442b23;
    flex-direction: row;
    align-items: center;
    margin-left: 15px;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .nav-links.w--open {
    margin-left: 9%;
    padding-left: 0;
  }

  .nav-links.open-dropdown {
    z-index: 0;
    opacity: 1;
    color: #686868;
    background-color: #000;
    border-bottom: 1px dotted #373737;
    margin-left: 0%;
    padding-left: 0;
    position: relative;
  }

  .nav-links.dropdown {
    color: #442b23;
    justify-content: flex-start;
    min-width: 80%;
  }

  .container {
    margin-top: 7px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .nav-menu-major {
    clear: right;
    text-align: left;
    background-color: #f6f0ea;
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    justify-content: flex-end;
    align-items: flex-end;
    width: 40%;
    height: 100vh;
    margin-top: 61px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button {
    clear: right;
    color: #fff;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #fff;
    background-clip: border-box;
    order: 1;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    margin-top: 33px;
    margin-right: 0%;
    padding: 0;
    font-weight: 400;
    display: flex;
    position: fixed;
    inset: 0% 5% 0% auto;
  }

  .menu-button.w--open {
    background-color: #0000;
    width: 33px;
    height: 33px;
    margin: 0;
    padding: 0;
    transition: opacity .2s;
    display: block;
    position: fixed;
  }

  .nav-button---minor {
    color: #442b23;
    text-align: left;
    background-color: #f6f0ea;
    border: 1px solid #442b23;
    justify-content: center;
    width: 45%;
    min-width: 0%;
    max-width: 45%;
    height: 40px;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0%;
    padding-right: 0;
  }

  .nav-button-major {
    color: #442b23;
    border: 1px #494949;
    justify-content: center;
    align-items: center;
    width: 45%;
    min-width: 0;
    max-width: 45%;
    height: 40px;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .div-block-2 {
    min-width: 100%;
    margin-right: auto;
    display: block;
  }

  .image {
    margin-top: 0;
    margin-left: -6px;
  }

  .icon {
    clear: none;
    color: #333;
    background-color: #fff;
    border-top: 1px #000;
    justify-content: flex-end;
    margin-top: 3px;
    margin-right: 0;
    font-size: 38px;
    display: flex;
    position: relative;
  }

  .div-block-3 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .section-2 {
    margin-top: 0;
    padding-top: 65px;
    padding-bottom: 0;
  }

  .navigation-bar {
    z-index: 1;
    flex-direction: column;
    height: 65px;
    display: flex;
  }

  .grid {
    width: 100%;
    height: 100px;
    margin-top: 0;
    display: block;
  }

  .nav-link {
    z-index: 0;
    color: #081e13;
    background-color: #f6f0ea;
    border-top: 1px dotted #081e13;
    justify-content: flex-start;
    width: 100%;
    min-width: 10em;
    height: 60px;
    padding-bottom: 0;
    padding-left: 6%;
    display: flex;
    position: static;
  }

  .nav-link.nav-grid-buttons {
    color: #dbccc6;
    background-color: #f6f0ea;
    border-top-style: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 0%;
    height: 60px;
    margin-top: -360px;
    margin-right: 0%;
    padding-left: 6%;
    padding-right: 14%;
    display: flex;
    position: relative;
  }

  .nav-link.nav-grid-div---last {
    border-bottom: 1px dotted #373737;
  }

  .container-5 {
    max-width: 90%;
    height: auto;
    margin-top: 195px;
    display: block;
  }

  .heading.h3 {
    white-space: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 55px;
  }

  .heading.h3.form-title.contact-form-page, .heading.h3.form-title.demo-form {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .heading.h2.banner {
    margin-top: 0;
    line-height: 37px;
  }

  .heading.h2.plan-price {
    width: 50%;
  }

  .heading.h2.home {
    text-align: left;
  }

  .div-block-8 {
    object-fit: none;
    flex-flow: column wrap;
    margin-top: 0;
    padding-top: 0;
  }

  .heading-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 27px;
  }

  .green-button {
    margin-top: 17px;
    margin-bottom: 12px;
  }

  .green-button.tile {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    display: flex;
    position: static;
  }

  .green-button.reequirements {
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-4 {
    max-width: 80%;
    max-height: 80%;
    margin-top: 14px;
  }

  .div-block-10 {
    display: none;
  }

  .heading-3 {
    margin-top: 23px;
  }

  .container-8 {
    padding: 0 33px 65px;
  }

  ._50-50-container {
    max-width: none;
  }

  ._50-50-container.home {
    justify-items: start;
  }

  .home-s4 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .image-9 {
    max-width: 85%;
    max-height: 85%;
  }

  .paragraph.dark {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .paragraph.d-mode.table.features {
    line-height: 20px;
  }

  .video-div-1 {
    width: 100%;
    max-width: 100%;
  }

  .home-s5 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .image-10 {
    align-self: center;
    max-width: 85%;
    max-height: 85%;
  }

  .home-s3 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .home-tile {
    object-fit: fill;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 450px;
    max-height: 0;
    display: flex;
  }

  .home-tile-upper {
    flex-direction: column;
    display: flex;
  }

  .section-8 {
    border-radius: 0;
  }

  .dropdown-list {
    z-index: 1;
    opacity: 1;
    object-fit: cover;
    background-color: #000;
    margin-top: -3px;
    padding-left: 0;
    display: block;
    position: static;
  }

  .dropdown-list.w--open {
    z-index: auto;
    clear: none;
    opacity: 1;
    object-fit: fill;
    background-color: #000;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 110px;
    padding-left: 0;
    position: static;
    overflow: auto;
  }

  .div-block-18 {
    border: 1px #000;
  }

  .dropdown-toggle {
    color: #442b23;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-toggle.w--open {
    justify-content: flex-start;
    margin-left: 0;
    display: flex;
  }

  .icon-3 {
    justify-content: flex-end;
    margin-left: 0;
    inset: 0% -199% 0% auto;
  }

  .dropdown-list-2 {
    background-color: #f6f0ea;
    min-width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .dropdown-list-2.w--open {
    z-index: 1;
    color: #fff;
    background-color: #f6f0ea;
    border: 1px #000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 100%;
    max-width: 100%;
    margin-top: 200px;
    margin-left: -55px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .dropdown-link {
    color: #f6f0ea;
    background-color: #442b23;
    border-top: .5px solid #f6f0ea;
    border-bottom: .5px #442b23;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 0 16px 8%;
    display: block;
  }

  .dropdown-link.open {
    color: #442b23;
    background-color: #f6f0ea;
    border-top: 0 #fff;
    max-width: 100%;
    height: 40px;
    padding-left: 0;
    font-weight: 400;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-col-div {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-col-div.last-footer-column-div {
    border-style: none;
    border-color: #744c3a;
    border-radius: 3px;
    padding: 12px;
  }

  .list {
    align-items: flex-start;
  }

  .text-field {
    float: left;
    font-size: 13px;
  }

  .text-field-2, .text-field-3 {
    font-size: 13px;
  }

  .image-12 {
    margin-left: 5%;
  }

  .form-block {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .container-15 {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 50px;
    display: flex;
  }

  .section-9 {
    height: auto;
    min-height: 50px;
    padding-bottom: 5px;
  }

  .grid-7 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .div-block-21 {
    height: auto;
    margin-top: 3px;
    padding-top: 0;
  }

  .div-block-22 {
    height: auto;
    margin-top: 4px;
  }

  .image-16 {
    margin-left: 0;
  }

  .image-17 {
    max-width: 80%;
    margin-right: 0;
  }

  .collapsible-banner {
    z-index: 2;
    bottom: 0;
  }

  .left-text-section {
    padding-right: 15px;
  }

  .tile-section._1 {
    padding-bottom: 40px;
  }

  .about-s2, .plans-s2 {
    margin-top: 62px;
  }

  .plans-div {
    grid-row-gap: 23px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .plan-div {
    margin-bottom: 33px;
  }

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

  .resource-page-s3 {
    margin-top: 62px;
  }

  .resource-form.label {
    text-align: left;
  }

  .text-field-4, .text-field-5 {
    font-size: 13px;
  }

  .select-field {
    color: #686868;
    font-size: 13px;
  }

  .text-field-6 {
    font-size: 13px;
  }

  .page-summary {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .resources-s2 {
    margin-top: 62px;
  }

  .lottie-animation {
    width: 33px;
    height: 33px;
    margin-top: 33px;
    position: fixed;
    inset: 0% 5% 0% auto;
  }

  .hamburger-menu {
    clear: none;
    object-fit: contain;
    background-color: #0000;
    flex-direction: row;
    order: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    min-width: 50px;
    max-width: 50px;
    display: block;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .hamburger-menu.w--open {
    background-color: #0000;
    flex: 0 auto;
  }

  .top-bar, .middle-bar, .bottom-bar {
    background-color: #442b23;
    width: 27px;
    height: 4px;
    margin-bottom: 4px;
  }

  .cross-bar-1, .cross-bar-2 {
    background-color: #442b23;
    width: 27px;
    height: 4px;
  }

  .mobile-menu {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 25px;
    display: block;
  }

  .div-block-32, .div-block-33, .top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
    display: flex;
  }

  .select-field-2 {
    color: #686868;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: Exo, sans-serif;
    font-size: 13px;
    line-height: 20px;
  }

  .contact-s2 {
    margin-top: 62px;
  }

  .container-28 {
    margin-top: 0;
  }

  .container-29 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .name-label.contact-form-label, .name-label.demo-form-label {
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form {
    padding-top: 0;
    padding-bottom: 12px;
  }

  .submit-button-2.green-button {
    width: 100%;
    max-width: 100%;
    margin-top: 27px;
  }

  .role-select {
    max-width: 100%;
    margin-bottom: 55px;
  }

  .role-label {
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .madrasa-label.contact-form-label, .madrasa-label.demo-form-label {
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .students-label {
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .madrasa-field {
    max-width: 1010%;
    padding-left: 15px;
  }

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

  .city-label {
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .callcack {
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .phone {
    max-width: 100%;
  }

  .phone-label, .email-label {
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .contact-form-div {
    background-color: #fff;
    margin-bottom: 99px;
  }

  .contact-methods {
    margin-bottom: 25px;
  }

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

  .callback-label {
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .message-label {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }

  .message-field {
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .container-30, .contact-form-container {
    max-width: 80%;
  }

  .checkbox-3 {
    margin-left: 5px;
  }

  .demo-content {
    max-width: 80%;
  }

  .demo-form-div {
    background-color: #fff;
    margin-bottom: 99px;
  }

  .demo-form {
    padding-top: 0;
    padding-bottom: 12px;
  }

  .section-12 {
    margin-top: 0;
  }

  .grid-10 {
    grid-row-gap: 101px;
  }

  .demo-feature-icon.remote {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    display: inline-block;
  }

  .feature-card {
    display: block;
  }

  .container-35 {
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .navbar-buttons {
    float: left;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    display: block;
    position: static;
  }

  .navbar-button-div {
    background-color: #f6f0ea;
    border-bottom: .5px solid #442b23;
    width: 100%;
    margin-top: 0;
    margin-right: 2%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 5%;
  }

  .nav-menu-3 {
    background-color: #ddd;
  }

  .navbar-link {
    clear: left;
    background-color: #f6f0ea;
    border-bottom: .5px solid #442b23;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 5%;
  }

  .navbar-link.first {
    clear: left;
    mix-blend-mode: normal;
    background-color: #f6f0ea;
    border-top: .5px solid #442b23;
    border-bottom: .5px solid #442b23;
    width: 100%;
    min-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 5%;
    box-shadow: inset 0 5px 15px -13px #442b23;
  }

  .navbar-link.navbar-link-dropdown {
    z-index: auto;
    float: none;
    border-bottom-style: none;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
    position: relative;
  }

  .navbar-link.last {
    float: left;
    clear: left;
    border-top: .5px solid #442b23;
    margin-top: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .icon-4.navbar-link {
    float: left;
    clear: left;
    border-bottom-style: none;
    width: 0;
    min-width: 18px;
    max-width: 0%;
    margin-top: 6px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 0;
    display: block;
    position: relative;
    inset: 0% 0 0 0%;
  }

  .navbar-3 {
    height: auto;
    padding-top: 0;
  }

  .dropdown-toggle-2 {
    background-color: #f6f0ea;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5%;
    display: flex;
    position: relative;
  }

  .dropdown-toggle-2.w--open {
    margin-right: 0;
  }

  .brand-2 {
    margin-top: 10px;
    margin-bottom: 4px;
  }

  .navbar-link-dropdown {
    float: none;
    clear: left;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .dropdown-list-3.w--open {
    float: none;
    clear: left;
    width: 100%;
    min-width: 0;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    display: inline-block;
    position: static;
  }

  .image-27 {
    margin-left: -7px;
  }

  .settingsd-icon {
    margin-left: -1.5px;
    padding-left: 0;
    padding-right: 1px;
  }

  .menu-button-2 {
    margin-top: 13px;
    padding: 10px;
  }

  .icon-5 {
    display: none;
  }

  .menu-button-3 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .menu-button-3:hover, .menu-button-3:active, .menu-button-3:focus, .menu-button-3.w--open {
    background-color: #0000;
  }

  .brand-4 {
    margin-top: 4px;
  }

  .hamburger-close-icon {
    margin-right: -28px;
  }

  .div-block-48 {
    background-color: #5da14c;
    width: auto;
    min-width: 75px;
    max-width: 75px;
    min-height: 75px;
  }

  .basic-profile-div {
    background-color: #f6f0ea;
    padding-bottom: 3px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .html-embed {
    display: block;
  }

  .heading-10 {
    margin-top: 20px;
  }

  .paragraph-8 {
    margin-top: 20px;
    line-height: 24px;
  }

  .div-block-49 {
    margin-top: 20px;
  }

  .link.company-div, .link.forgor-password-link, .text-block-13 {
    font-size: 16px;
  }

  .body-3 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .login-div {
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .html-embed-2 {
    text-align: center;
    justify-content: center;
    margin-top: 25px;
  }

  .icon-set-div {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: .5fr;
    justify-content: flex-start;
    margin-top: 25px;
    margin-left: 5%;
    margin-right: 5%;
    display: none;
  }

  .feature-heading {
    font-size: 15px;
  }

  .feature-icon-div {
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    position: static;
  }

  .icon-div {
    text-align: center;
    width: 100%;
    display: block;
  }

  .div-block-58 {
    top: 0%;
  }

  .div-block-59 {
    margin-bottom: -20px;
    padding-left: 15%;
    padding-right: 15%;
  }

  .div-block-60 {
    display: none;
  }

  .section-19 {
    position: relative;
    inset: 0 0% 0%;
  }

  .requirements-top-banner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .requirements-crumbs {
    padding-bottom: 12px;
  }

  .image-32 {
    margin-left: -6px;
    padding-top: 12px;
  }

  .image-33 {
    clear: left;
    align-self: center;
    position: static;
  }

  .image-34, .image-35, .image-36 {
    align-self: center;
  }

  .link-block-3.system {
    margin-top: 16px;
  }

  .sidebar-icon {
    width: 40px;
  }

  .sidebar-icon.last {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sidebar-link-text-div {
    height: 50px;
    min-height: 50px;
    padding-left: 0;
    font-size: 18px;
    font-weight: 500;
  }

  .sidebar-icon-div {
    margin-left: 13px;
    margin-right: 8px;
  }

  .sidebar-icon-div.admin {
    width: 50px;
  }

  .nav-menu-sidebar {
    z-index: 5;
    width: 92%;
    min-width: 0;
    max-width: none;
    height: auto;
    padding-bottom: 0;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .ui-nav-top-bar {
    z-index: 0;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
  }

  .image-40 {
    z-index: auto;
    display: block;
  }

  .brand-5 {
    z-index: auto;
  }

  .sidebar-section-div {
    object-fit: contain;
    width: auto;
    max-width: none;
    height: 60vh;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .sidebar-section-div.first {
    margin-top: 23px;
  }

  .sidebar-section-div.collapsable {
    box-shadow: none;
    padding-bottom: 12px;
  }

  .div-block-69 {
    z-index: auto;
  }

  .heading-12 {
    text-align: left;
    margin-top: -8px;
    margin-left: -15px;
    position: relative;
  }

  .menu-button-4 {
    background-color: #fff;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-start;
    width: 8%;
    height: 53px;
    margin-top: 0;
    padding: 10px 5px 5px 9px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button-4.w--open {
    background-color: #fff;
    flex: 0 auto;
    width: 8%;
    height: 100vh;
    margin-top: 0;
    padding-left: 9px;
    right: 0;
  }

  .icon-6 {
    display: none;
  }

  .sidebar-brand-section-div {
    background-color: #09864a;
    background-image: url('../images/UI-Brand-Back.png');
    background-position: 50%;
    width: auto;
    margin-left: 0;
    display: flex;
  }

  .html-embed-3 {
    float: left;
    clear: left;
    white-space: nowrap;
    object-fit: fill;
    background-color: #0000;
    align-items: center;
    width: auto;
    min-width: 0;
    max-width: none;
    height: 10vh;
    margin-left: 5px;
    display: flex;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .open-menu-icon {
    width: auto;
    position: relative;
  }

  .sidebar-item.last {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .sidebar-item.last:hover {
    padding-top: 0;
  }

  .sidebar-item.first {
    box-shadow: none;
    font-size: 16px;
  }

  .sidebar-item.first.w--current {
    font-size: 16px;
  }

  .sidebar-item.first.last {
    padding-top: 5px;
  }

  .sidebar-item.first.last.support {
    padding-top: 0;
  }

  .expand-collapse-sidebar-link {
    width: auto;
    display: block;
  }

  .close-menu-icon {
    display: none;
  }

  .navbar-5 {
    background-color: #fff;
  }

  .offset-header-brand---expanded {
    float: left;
    width: 148px;
    min-width: 148px;
    max-width: 148px;
    display: inline-block;
  }

  .image-43 {
    margin-left: 12px;
  }

  .image-44 {
    margin-left: 6px;
  }

  .ui-main-content-section {
    object-fit: contain;
    height: auto;
    margin-top: 68px;
    padding-left: 0;
    padding-right: 10px;
    position: absolute;
    overflow: auto;
  }

  .heading-14 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 15px;
    padding-bottom: 9px;
    padding-left: 10px;
  }

  .image-45 {
    width: 90%;
  }

  .ui-page-title-div {
    z-index: 0;
    float: left;
    clear: left;
    object-fit: fill;
    width: 100%;
    margin-top: 0;
    padding-left: 15px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .ui-column-left {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .ui-column-left.single-column {
    object-fit: contain;
    background-color: #0000;
    width: 100%;
    padding-right: 0;
  }

  .ui-content-block {
    background-color: #fff;
  }

  .top-bar-buttons {
    display: none;
    overflow: visible;
  }

  .top-bar-button, .top-bar-button-icons, .top-bar-button-icon-a {
    overflow: visible;
  }

  .div-block-73 {
    margin-top: 33px;
    margin-left: 15%;
    margin-right: 15%;
  }

  .html-embed-5 {
    background-image: url('../images/Profile-Icon.png');
    background-size: 90%;
    width: 55px;
    min-width: 0;
    max-width: 55px;
    margin-left: 15px;
    display: flex;
    position: static;
  }

  .dp-container-grid {
    background-color: #0000;
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: 1.25fr;
    width: 100%;
    padding-right: 0;
  }

  .dp-div {
    white-space: normal;
    object-fit: scale-down;
    background-color: #fff;
    min-width: 0;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .html-embed-7 {
    float: left;
    clear: left;
    white-space: normal;
    object-fit: contain;
    background-color: #0000;
    position: relative;
  }

  .html-embed-7.students {
    background-color: #ededed;
    margin-left: 0;
  }

  .html-embed-7.fees {
    margin-left: 0;
  }

  .ui-page-columns {
    object-fit: contain;
    background-color: #0000;
    margin-top: 75px;
    padding-left: 15px;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .ui-column-right {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin-left: 0;
  }

  .heading-20 {
    padding-left: 0;
  }

  .dropdown-toggle-3 {
    align-items: stretch;
    width: auto;
    margin-left: 0;
    font-size: 16px;
  }

  .text-block-28 {
    font-size: 18px;
  }

  .ui-sidebar-dropdown-link, .dropdown {
    font-size: 16px;
  }

  .html-embed-12 {
    object-fit: contain;
    position: relative;
  }

  .instructions {
    padding-top: 0;
  }

  .navbar-6 {
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-left: 4%;
    margin-right: 3%;
  }

  .menu-button {
    margin-right: 0%;
    display: block;
    right: 5%;
  }

  .menu-button.w--open {
    width: 33px;
    height: 33px;
    margin-top: 0;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    right: 0%;
  }

  .image {
    margin-top: -1px;
    margin-left: -15px;
    position: fixed;
  }

  .icon {
    margin-top: 2px;
  }

  .section-2 {
    padding-top: 50px;
  }

  .home-s1 {
    object-fit: fill;
    max-height: 100vh;
  }

  .nav-link, .nav-link.nav-grid-buttons {
    padding-left: 2%;
  }

  .container-5 {
    max-width: 92%;
    margin-top: 102px;
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .heading.h3 {
    text-align: center;
    display: block;
  }

  .heading.h3.size-40 {
    float: none;
    clear: left;
    display: block;
  }

  .heading.h3.page-title.d-mode {
    text-align: center;
  }

  .heading.h3.hero {
    text-align: left;
    font-size: 45px;
    line-height: 60px;
  }

  .heading.h2 {
    text-align: center;
    align-self: center;
    font-size: 20px;
  }

  .heading.h2.banner {
    font-size: 22px;
    line-height: 33px;
  }

  .heading.h2.dark-on-light {
    float: left;
    position: relative;
    top: -6px;
  }

  .heading.h2.dark-on-light.banner {
    clear: left;
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading.h2.d-mode.resource-form {
    float: none;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .heading.h2.d-mode.resource-form.light {
    margin-bottom: 15px;
  }

  .heading.h2.d-mode.banner {
    align-self: flex-start;
    display: block;
  }

  .heading.h2.plan-price {
    width: 50%;
  }

  .heading.h2.right-align {
    justify-content: center;
  }

  .heading.h2.home {
    text-align: center;
    justify-content: center;
  }

  .heading.h4 {
    padding-left: 9px;
    padding-right: 9px;
    line-height: 25px;
  }

  .heading.h4.resource-card {
    font-size: 16px;
  }

  .heading.h2.right-align {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .div-block-8 {
    align-content: stretch;
    align-items: flex-start;
    margin-top: 16px;
    margin-bottom: 0;
    display: block;
  }

  .heading-2.h2 {
    text-align: center;
  }

  .green-button {
    align-self: center;
    margin-top: 23px;
  }

  .green-button.tile {
    margin-bottom: 9px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .green-button.resource-form {
    display: inline-block;
  }

  .green-button.hero {
    clear: left;
    text-align: center;
    justify-content: center;
    display: block;
    position: static;
  }

  .green-button.home {
    display: block;
  }

  .green-button.reequirements {
    margin-top: 7px;
    margin-bottom: 0;
  }

  .image-4 {
    display: none;
  }

  .heading-3 {
    text-align: center;
    align-self: center;
  }

  .section-3 {
    margin-top: 0;
    padding-bottom: 50px;
  }

  .container-8 {
    padding: 0 20px;
  }

  .youtube-2 {
    border-style: none;
    border-color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  ._50-50-container {
    grid-template-rows: auto auto;
  }

  .home-s4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-block {
    clear: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 16px;
    display: flex;
  }

  .image-8 {
    clear: left;
    width: 30px;
    margin-bottom: 0;
    display: block;
  }

  .div-block-14 {
    clear: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 0;
    display: flex;
  }

  .image-9 {
    align-self: center;
  }

  .div-block-15 {
    text-align: center;
    margin-bottom: 12px;
  }

  .div-block-16 {
    margin-bottom: -5px;
  }

  .paragraph {
    text-align: center;
    max-width: 100%;
    margin-top: 12px;
    font-size: 16px;
    line-height: 23px;
  }

  .paragraph.tile {
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 9px;
    font-size: 16px;
  }

  .paragraph.tile.resource-card, .paragraph.center {
    font-size: 16px;
  }

  .paragraph.banner {
    float: left;
    clear: left;
    text-align: left;
    align-self: flex-start;
    display: block;
    position: relative;
    top: 0;
  }

  .paragraph.d-mode, .paragraph.d-mode.table.features, .paragraph.d-mode.demo, .paragraph.d-mode.resources, .paragraph.l-mode.right-align {
    text-align: center;
  }

  .paragraph.monthly {
    float: left;
    text-align: left;
    padding-left: 1%;
  }

  .paragraph.resourse-page {
    margin-top: 1px;
  }

  .paragraph.hero {
    text-align: left;
    font-size: 18px;
    line-height: 27px;
    display: block;
  }

  .paragraph.right-align {
    text-align: center;
    font-size: 16px;
  }

  .paragraph.contact-page.l-alaign {
    float: none;
  }

  .video-div-1 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .home-s5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-10 {
    max-width: 85%;
    padding-bottom: 12px;
  }

  .home-s3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-4 {
    grid-row-gap: 33px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .home-tile {
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
  }

  .home-tile-lower {
    padding-top: 12px;
  }

  .icon-3 {
    inset: 0% -127% 0% auto;
  }

  .dropdown-list-2.w--open {
    margin-left: -68px;
  }

  .footer-col-div {
    align-items: flex-start;
  }

  .footer-col-div.last-footer-column-div {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-col-div.footer-column-1 {
    display: none;
  }

  .footer-col-div.footer-column-2 {
    text-align: right;
    align-items: flex-end;
  }

  .heading-6 {
    text-align: center;
    align-items: flex-end;
    display: flex;
  }

  .heading-6.footer-form {
    font-size: 16px;
  }

  .heading-6.footer-column-title {
    text-align: right;
    font-size: 16px;
  }

  .list {
    align-items: flex-end;
    font-size: 16px;
  }

  .text-field, .text-field-2, .text-field-3, .checkbox-label {
    font-size: 16px;
  }

  .div-block-21 {
    text-align: center;
    justify-content: center;
    position: static;
  }

  .image-14 {
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .container-17 {
    max-width: 92%;
  }

  .grid-8 {
    max-width: 100%;
  }

  .image-17 {
    max-width: 50%;
    max-height: 60px;
    position: relative;
    top: 2px;
    left: 3px;
  }

  .collapsible-banner {
    z-index: 0;
    margin-bottom: 0;
    bottom: -140px;
  }

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

  .close-banner-div {
    height: 0;
    margin-top: 0;
    position: relative;
    top: 34px;
  }

  .right-text-section {
    align-items: center;
  }

  .left-text-section {
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .left-text-section.home {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .yellow-button.highlight {
    float: none;
    clear: left;
    text-align: center;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    display: inline-block;
    position: static;
  }

  .grid-9 {
    grid-column-gap: 16px;
    grid-row-gap: 7px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .plans-div {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .feature-list.demo {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
  }

  .text-block-5 {
    margin-left: -33px;
    padding-left: 0;
  }

  .text-block-5.demo.heading-6.inclusion-icons {
    text-align: center;
    margin-left: 0;
    position: relative;
  }

  .text-block-5.demo.inclusion-icons {
    margin-left: 0;
  }

  .div-block-30 {
    margin-top: 55px;
  }

  .image-20 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

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

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

  .container-24 {
    text-align: center;
    display: block;
  }

  .text-block-9 {
    text-decoration: underline;
  }

  .image-21 {
    float: none;
    text-align: center;
    margin-bottom: 7px;
    margin-left: 0;
    display: inline-block;
  }

  .resource-page-s3 {
    margin-top: 62px;
  }

  .form-block-2 {
    padding: 23px 16px 12px;
  }

  .resource-form.label {
    text-align: left;
    font-size: 16px;
  }

  .resource-form.label.paragraph {
    text-align: center;
  }

  .text-field-4, .text-field-5 {
    float: none;
    clear: none;
    width: 100%;
    font-size: 16px;
  }

  .select-field {
    float: none;
    width: 100%;
    font-size: 16px;
  }

  .text-field-6 {
    width: 100%;
    font-size: 16px;
  }

  .page-count, .next-2 {
    font-size: 16px;
  }

  .lottie-animation {
    width: 33px;
    height: 33px;
    margin-right: 0;
    padding-right: 0;
    position: fixed;
    inset: 0% 5% 0% auto;
  }

  .hamburger-menu {
    top: -11%;
    left: 99%;
  }

  .div-block-34 {
    clear: left;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
    inset: auto 0% 12%;
  }

  .mobile-landscape-spacer {
    margin-bottom: 40px;
    display: block;
  }

  .select-field-2 {
    padding-left: 8px;
  }

  .container-29 {
    padding-bottom: 0;
  }

  .form {
    margin-top: 112px;
    padding-bottom: 12px;
  }

  .submit-button-2.green-button {
    margin-top: 16px;
  }

  .contact-form-div {
    background-color: #fff;
    margin-bottom: 92px;
  }

  .contact-methods {
    margin-bottom: 25px;
  }

  .div-block-38 {
    grid-template-rows: 4em 4em 4em;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .image-22 {
    float: none;
    margin-top: 3px;
    margin-right: 0;
    display: inline-block;
    position: static;
  }

  .div-block-39 {
    margin-top: 66px;
  }

  .div-block-40 {
    margin-top: 0;
  }

  .success-message-3 {
    margin-top: 80px;
  }

  .div-block-41 {
    margin-top: 33px;
  }

  .demo-content {
    grid-template-rows: auto auto;
  }

  .demo-form-div {
    background-color: #fff;
    margin-bottom: 92px;
  }

  .demo-form {
    margin-top: 54px;
    padding-bottom: 12px;
  }

  .demo-success-message {
    margin-top: 80px;
  }

  .section-12 {
    display: block;
  }

  .right-section {
    padding-top: 0;
  }

  .grid-10 {
    grid-column-gap: 16px;
    grid-row-gap: 41px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: -1px;
    padding-left: 0;
    display: grid;
  }

  .demo-feature-icon {
    display: none;
  }

  .feature-card {
    padding-top: 20px;
  }

  .icon-4.navbar-link {
    margin-top: 6px;
    margin-left: 0;
    position: relative;
  }

  .navbar-3 {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand-2 {
    clear: none;
    margin-top: 12px;
    margin-bottom: 4px;
    display: flex;
    position: relative;
  }

  .navbar-link-dropdown {
    padding-right: 0;
  }

  .image-27 {
    margin-top: 0;
    margin-left: -18px;
    padding-top: 0;
  }

  .menu-button-2 {
    margin-top: 12px;
    padding: 10px;
  }

  .menu-button-2.w--open {
    margin-top: 10px;
    padding: 10px;
  }

  .menu-button-3.w--open {
    background-color: #0000;
  }

  .brand-4 {
    margin-top: 8px;
  }

  .div-block-48 {
    width: auto;
    min-width: 75px;
    max-width: 75px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-10 {
    padding-bottom: 0;
    font-size: 30px;
  }

  .paragraph-8 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-49 {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .link.company-div, .link.forgor-password-link, .text-block-13 {
    font-size: 15px;
  }

  .body-3 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .login-div {
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-16 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .html-embed-2 {
    margin-top: 12px;
  }

  .icon-set-div, .feature-heading, .feature-heading-div, .feature-icon-div, .icon-div {
    display: none;
  }

  .div-block-58 {
    text-align: center;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .div-block-59 {
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .requirements-top-banner {
    text-align: center;
  }

  .requirements-crumbs {
    text-align: center;
    padding-bottom: 12px;
  }

  .sidebar-link-text-div {
    margin-left: 12px;
  }

  .sidebar-icon-div {
    margin-left: 16px;
  }

  .nav-menu-sidebar {
    z-index: 5;
    width: 91%;
    height: auto;
    display: flex;
    position: fixed;
  }

  .ui-nav-top-bar {
    z-index: 0;
    background-color: #fff;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    position: relative;
  }

  .brand-5 {
    margin-left: 0;
    padding-left: 4%;
    display: flex;
  }

  .sidebar-section-div {
    object-fit: contain;
    height: 60vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    overflow: auto;
  }

  .sidebar-section-div.collapsable {
    display: none;
  }

  .menu-button-4 {
    color: #d34040;
    background-color: #fff;
    justify-content: flex-end;
    align-items: flex-start;
    width: 9%;
    height: 53px;
    margin-top: 0;
    padding: 10px 10px 12px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button-4.w--open {
    text-align: center;
    object-fit: none;
    background-color: #fbfbfb;
    border-left: 1px solid #3d281e;
    width: 9%;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .icon-6 {
    color: #3d281e;
  }

  .sidebar-brand-section-div {
    background-color: #09864a;
    background-image: url('../images/UI-Brand-Back.png');
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    height: 25vh;
    min-height: 25vh;
    max-height: 25vh;
    margin-left: 0;
    overflow: visible;
  }

  .html-embed-3 {
    background-color: #0000;
    max-width: none;
    margin-top: 3px;
    margin-left: 0;
    position: static;
    left: auto;
  }

  .open-menu-icon {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .sidebar-item.first {
    box-shadow: none;
    margin-top: 0;
  }

  .expand-collapse-sidebar-link {
    display: none;
  }

  .close-menu-icon {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .navbar-5 {
    background-color: #fff;
  }

  .offset-header-brand---expanded {
    width: 0;
    min-width: 0;
    max-width: 0;
    display: none;
  }

  .offset-header-brand-2---collapsed {
    display: none;
  }

  .image-43 {
    margin-left: 16px;
  }

  .ui-main-content-section {
    object-fit: contain;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px;
    padding-top: 63px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    overflow: auto;
  }

  .heading-14 {
    padding-top: 20px;
    padding-left: 0;
  }

  .heading-14.awards-allocation {
    margin-top: 10px;
  }

  .ui-page-title-div {
    z-index: 0;
    float: none;
    clear: none;
    object-fit: fill;
    border-top-style: none;
    align-items: center;
    width: 100%;
    height: 57px;
    margin-top: 60px;
    padding: 0 10px 4px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .ui-column-left {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .ui-column-left.single-column {
    width: 100%;
    overflow: visible;
  }

  .ui-content-block {
    background-color: #fff;
    margin-bottom: 27px;
  }

  .top-bar-buttons {
    overflow: hidden;
  }

  .div-block-73 {
    border-style: none;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .collection-summary-div {
    height: 250px;
    min-height: 250px;
    max-height: 350px;
  }

  .html-embed-5 {
    z-index: 2;
    background-color: #fff;
    background-image: url('../images/Profile-Icon.png');
    background-position: 50%;
    background-size: 90%;
    align-items: center;
    width: 55px;
    min-width: 0;
    max-width: 55px;
    height: 45px;
    min-height: 45px;
    max-height: 45px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8px;
    display: flex;
    position: relative;
  }

  .image-46 {
    z-index: 1;
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    min-height: 45px;
    max-height: 45px;
    margin-top: 2px;
    padding-top: 0;
    position: relative;
  }

  .dp-container-grid {
    object-fit: contain;
    grid-template-rows: repeat(auto-fit, minmax(140px, 1fr));
    margin-bottom: 18px;
  }

  .dp-div {
    object-fit: contain;
    min-height: 140px;
    padding: 0 12px 23px;
    position: relative;
  }

  .html-embed-7 {
    object-fit: contain;
    overflow: visible;
  }

  .ui-page-columns {
    object-fit: contain;
    margin-top: 75px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    overflow: visible;
  }

  .ui-column-right {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .heading-17 {
    margin-top: 5px;
    display: inline-flex;
  }

  .heading-20 {
    margin-top: 4px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .div-block-81 {
    width: 400px;
    height: 80px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .top-banner-spacer {
    background-color: #0000;
    width: 400px;
    height: 80px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-right: 10px;
    display: none;
  }

  .dropdown-toggle-3 {
    clear: left;
    width: 100%;
    min-width: 100%;
    display: flex;
    position: relative;
  }

  .dropdown-toggle-3.w--open {
    background-color: #261712;
  }

  .text-block-28 {
    font-size: 18px;
  }

  .icon-7 {
    margin-right: 33px;
  }

  .dropdown-list-4.w--open {
    background-color: #261712;
  }

  .ui-sidebar-dropdown-link {
    background-color: #261712;
    align-items: center;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 72px;
    display: flex;
  }

  .ui-sidebar-dropdown-link:visited {
    background-color: #261712;
  }

  .ui-sidebar-dropdown-link.w--current:hover {
    background-color: #442b23;
  }

  .dropdown {
    display: block;
    position: relative;
  }

  .link-block-7, .image-50 {
    display: inline-flex;
  }

  .html-embed-12 {
    margin-top: 10px;
  }

  .rotate-mobile {
    display: none;
  }

  .instructions {
    margin-bottom: 0;
    padding-top: 0;
  }

  .column {
    padding-bottom: 5px;
    padding-right: 0;
  }

  .column-2 {
    padding-top: 5px;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-link-1 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .nav-links {
    margin-left: 5%;
  }

  .nav-links.dropdown {
    min-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .container {
    justify-content: center;
    min-width: 0%;
    max-width: 92%;
    margin-left: 0%;
    margin-right: 0%;
    display: flex;
  }

  .body {
    box-sizing: content-box;
    object-fit: fill;
    background-color: #fdfdfd;
    margin-top: 0;
    padding-top: 135px;
  }

  .menu-button {
    margin-top: 33px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0% 0 0;
    display: block;
    position: fixed;
    inset: 0% 5% 0% auto;
  }

  .menu-button.w--open {
    width: 40px;
    margin-top: 7px;
    margin-left: 7px;
    margin-right: -2.5%;
    padding-right: 0;
    position: relative;
  }

  .nav-button---minor, .nav-button-major {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image {
    object-fit: contain;
    margin-top: 1px;
    margin-left: 0;
    display: block;
    position: relative;
    inset: -2% auto 0% 0%;
  }

  .icon {
    width: 18px;
    height: 37.3333px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 33px;
  }

  .icon.dup {
    background-color: #c55f5f;
  }

  .home-s1 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .navigation-bar {
    margin-right: 0%;
    padding-right: 0%;
  }

  .nav-link.nav-grid-buttons {
    padding-right: 9%;
  }

  .container-5 {
    max-width: 90%;
    max-height: 600px;
    margin-top: 132px;
    margin-bottom: 0;
  }

  .heading.h3 {
    letter-spacing: 0;
    text-transform: none;
    max-width: 100%;
    font-size: 40px;
    font-weight: 900;
    line-height: 55px;
  }

  .heading.h3.size-40.resource-page {
    padding-top: 25px;
    font-size: 33px;
    line-height: 45px;
  }

  .heading.h3.size-40.resource-page-title {
    font-size: 33px;
  }

  .heading.h3.page-title.d-mode {
    font-size: 33px;
    display: block;
  }

  .heading.h3.page-title.d-mode.demo {
    width: 100%;
    position: relative;
  }

  .heading.h2.banner {
    font-size: 22px;
    line-height: 25px;
  }

  .heading.h2.dark-on-light {
    float: left;
    text-align: left;
    white-space: break-spaces;
    flex-wrap: nowrap;
    margin-top: -13px;
    margin-bottom: 3px;
    padding-right: 0;
    line-height: 25px;
    display: block;
    position: static;
    inset: -12% auto 0% 0%;
  }

  .heading.h2.dark-on-light.banner {
    margin-bottom: 7px;
    padding-top: 45px;
  }

  .heading.h2.d-mode.resource-form {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .heading.h2.d-mode.resource-form.light {
    margin-bottom: 16px;
  }

  .heading.h4.resource-card {
    line-height: 23px;
  }

  .div-block-8 {
    object-fit: none;
    margin-top: -7px;
    padding-top: 0;
  }

  .heading-2 {
    font-size: 18px;
  }

  .green-button {
    margin-top: 18px;
  }

  .green-button.resource-form {
    display: inline-block;
  }

  .green-button.hero {
    margin-top: 75px;
  }

  .green-button.reequirements {
    justify-content: center;
  }

  .container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-s4 {
    padding-bottom: 40px;
  }

  .container-11 {
    margin-bottom: 78px;
  }

  .div-block-16 {
    align-items: center;
    margin-bottom: 29px;
  }

  .paragraph.tile.resource-card {
    margin-top: 7px;
    margin-bottom: 5px;
    line-height: 18px;
  }

  .paragraph.banner {
    margin-top: 0;
    margin-bottom: 12px;
    font-family: Exo, sans-serif;
    font-weight: 600;
    line-height: 18px;
    display: block;
    position: static;
    inset: 50% auto 0% 0%;
  }

  .paragraph.d-mode {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    display: block;
  }

  .paragraph.d-mode.table.features {
    text-align: center;
  }

  .paragraph.l-mode.right-align {
    font-size: 15px;
  }

  .paragraph.hero {
    margin-top: 39px;
  }

  .home-s5 {
    padding-bottom: 40px;
  }

  .image-10 {
    object-fit: contain;
    max-width: 75%;
    max-height: 85%;
    padding-bottom: 0;
  }

  .dropdown-toggle {
    min-width: 100%;
  }

  .icon-3 {
    margin-right: 5%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .dropdown-list-2.w--open {
    min-width: 120%;
    max-width: 120%;
    margin-left: -107%;
    padding-left: 18px;
  }

  .dropdown-link {
    color: #50cc8e;
    padding-left: 6%;
    display: block;
  }

  .dropdown-link.open {
    font-size: 13px;
  }

  .grid-5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-col-div {
    text-align: center;
    align-items: center;
  }

  .heading-6 {
    text-align: center;
    align-self: center;
    align-items: center;
    margin-bottom: 12px;
    font-size: 13px;
  }

  .heading-6.footer-form {
    margin-bottom: 16px;
  }

  .list {
    align-items: center;
    font-size: 12px;
  }

  .text-field {
    width: 100%;
    position: static;
  }

  .text-field-2 {
    width: 100%;
  }

  .text-field-3 {
    width: 100%;
    position: static;
  }

  .checkbox-label {
    float: left;
    clear: left;
    text-align: center;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 12px;
    display: inline-block;
  }

  .checkbox.w--redirected-checked {
    margin-top: 12px;
    margin-bottom: 5px;
    margin-left: 0;
    display: inline-block;
    position: relative;
  }

  .footer-button {
    font-size: 13px;
  }

  .image-12 {
    align-self: center;
    margin-bottom: 20px;
  }

  .checkbox-field {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .section-9 {
    padding-bottom: 7px;
  }

  .div-block-22 {
    margin-top: 7px;
    margin-bottom: 7px;
    display: block;
  }

  .text-block-3 {
    padding-bottom: 7px;
  }

  .container-17 {
    max-width: 90%;
    margin-top: 15px;
  }

  .grid-8 {
    justify-items: end;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: 1px;
  }

  .image-17 {
    clear: none;
    text-align: right;
    max-width: 100%;
    display: block;
    position: static;
  }

  .collapsible-banner {
    margin-top: -20px;
    margin-bottom: 25px;
    padding-top: 0;
    padding-bottom: 189px;
    position: fixed;
    inset: auto 0% -23%;
  }

  .close-banner-div {
    text-align: right;
    align-items: flex-end;
    width: 33px;
    height: 33px;
    margin-top: 0;
    display: flex;
    position: relative;
    inset: 2% 0% 0% auto;
  }

  .left-text-section {
    margin-right: 0;
  }

  .tile-section.resource-card {
    padding-top: 15px;
  }

  .yellow-button.highlight {
    margin-bottom: 12px;
  }

  .grid-9 {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-26.top-list-7, .div-block-26.top-list-8 {
    display: none;
  }

  .container-18 {
    justify-content: center;
  }

  .text-block-5.demo.heading-6.inclusion-icons {
    display: none;
  }

  .resources-s3 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-30 {
    margin-top: 55px;
  }

  .image-20 {
    margin-top: 5px;
    margin-bottom: 7px;
  }

  .text-block-8 {
    margin-top: 10px;
  }

  .image-21 {
    margin-left: 0;
  }

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

  .success-message-2 {
    text-align: center;
    padding: 12px;
  }

  .resource-form.label {
    text-align: center;
    font-size: 11px;
    line-height: 17px;
  }

  .resource-form.label.paragraph {
    text-align: center;
  }

  .select-field {
    padding-left: 8px;
  }

  .page-summary {
    text-align: center;
    margin-top: 0;
    padding-top: 20px;
    display: block;
    position: relative;
  }

  .yellow-popup-button {
    float: left;
    clear: none;
    color: #3a3a3a;
    background-color: #ffc043;
    justify-content: flex-end;
    display: block;
    position: static;
  }

  .lottie-animation {
    inset: 0% 5% 0% auto;
  }

  .hamburger-menu {
    top: -10%;
    left: 11%;
  }

  .cross-bar-1 {
    bottom: 35.5px;
  }

  .cross-bar-2 {
    top: 34.5px;
  }

  .div-block-34 {
    margin-top: 92px;
  }

  .mobile-landscape-spacer, .div-block-35 {
    display: none;
  }

  .select-field-2 {
    width: 100%;
    padding-top: 4px;
  }

  .grid-10 {
    grid-column-gap: 12px;
    grid-row-gap: 17px;
    grid-template-rows: minmax(65px, 65px);
    grid-template-columns: minmax(58px, 58fr) minmax(58px, 58px) minmax(58px, 58px) minmax(58px, 58px);
    grid-auto-columns: minmax(10px, 10px);
    margin-left: -8px;
    display: grid;
  }

  .demo-feature-icon {
    float: left;
    min-width: 58px;
    max-width: 58px;
    padding-bottom: 0;
    display: inline-block;
    position: relative;
  }

  .navbar-button-div, .navbar-link, .navbar-link.first {
    padding-left: 6%;
  }

  .navbar-3 {
    justify-content: space-between;
    height: 70px;
    padding-left: 6%;
    display: block;
  }

  .container-36 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 0%;
    max-width: none;
    margin-left: 0%;
    display: block;
  }

  .dropdown-toggle-2 {
    padding-left: 6%;
  }

  .brand-2 {
    z-index: -1;
    clear: none;
    width: auto;
    min-width: 0;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .navbar-button-link {
    margin-left: 18px;
  }

  .image-27 {
    float: left;
    width: auto;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: -10px;
    padding-right: 0;
    display: inline-block;
  }

  .menu-button-2 {
    z-index: 1;
    clear: right;
    justify-content: flex-end;
    display: flex;
    position: static;
  }

  .menu-button-2.w--open {
    clear: none;
    justify-content: flex-end;
    margin-top: 14px;
    padding: 5px;
    display: flex;
    position: relative;
  }

  .icon-5 {
    justify-content: flex-end;
    display: none;
    position: relative;
  }

  .brand-3 {
    object-fit: contain;
    flex: 0 auto;
    order: -1;
    align-self: auto;
    padding-left: 0;
    display: flex;
  }

  .menu-button-3 {
    clear: right;
    text-align: right;
    justify-content: flex-end;
    align-self: center;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 0;
    padding: 10px 0 10px 10px;
    display: flex;
    position: relative;
  }

  .menu-button-3.w--open {
    background-color: #0000;
    margin-top: 12px;
    margin-right: 0;
    display: block;
  }

  .brand-4 {
    flex-wrap: nowrap;
    width: 185px;
    margin-top: 14px;
    margin-right: -33px;
    padding-left: 0;
    display: flex;
  }

  .div-block-48 {
    width: auto;
    min-width: 75px;
    max-width: 33px;
    min-height: 75px;
  }

  .section-14 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-1 {
    opacity: 1;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-10 {
    align-items: flex-end;
    margin-top: 18px;
    margin-bottom: 15px;
    line-height: 33px;
    display: flex;
  }

  .paragraph-8 {
    align-items: flex-end;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 22px;
    display: flex;
  }

  .button-3 {
    margin-top: 29px;
  }

  .grid-12 {
    grid-column-gap: 16px;
    grid-template-rows: repeat(auto-fit, minmax(18px, 1fr));
    grid-template-columns: 62px 62px 62px 62px;
    grid-auto-columns: .6fr;
    place-items: end center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .image-28 {
    width: 40%;
    min-width: 30%;
    max-width: 45%;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 3px;
    padding-left: 0;
  }

  .div-block-49 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-top: 10px;
    display: flex;
    position: relative;
  }

  .script-div {
    align-items: flex-end;
    margin-bottom: 0;
    display: flex;
  }

  .link {
    color: #0c874b;
    text-align: center;
    font-family: Exo, sans-serif;
    font-size: 14px;
    text-decoration: none;
    display: block;
  }

  .link.forgoten-password-div {
    justify-content: center;
    align-items: flex-end;
    margin-top: -8px;
    font-size: 18px;
    display: flex;
  }

  .link.company-div {
    color: #442b23;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    font-size: 15px;
    text-decoration: underline;
    display: block;
  }

  .link.forgor-password-link {
    clear: none;
    margin-top: 3px;
    font-size: 15px;
  }

  .text-block-13 {
    color: #442b23;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 3px;
    font-family: Exo, sans-serif;
    font-size: 15px;
    display: block;
  }

  .div-block-50 {
    padding-top: 0;
  }

  .div-block-51 {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    display: block;
  }

  .body-3 {
    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    justify-content: center;
    display: block;
  }

  .login-div {
    text-align: center;
    max-width: 479.111px;
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 3vh;
    margin-bottom: -6%;
    display: block;
    position: relative;
    inset: auto 0% 0%;
  }

  .section-16 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    height: auto;
    min-height: 0%;
    max-height: none;
    padding-left: 7%;
    padding-right: 7%;
    display: block;
    position: relative;
    overflow: visible;
  }

  .html-embed-2 {
    float: left;
    clear: left;
    background-color: #0000;
    justify-content: center;
    margin-top: 10px;
    display: block;
  }

  .div-block-53 {
    max-width: none;
    min-height: 88vh;
    max-height: 88vh;
  }

  .bottom-banner {
    clear: left;
  }

  .div-block-58 {
    margin-top: 18px;
    margin-bottom: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
  }

  .div-block-59 {
    float: left;
    clear: left;
    justify-content: center;
    display: block;
  }

  .section-17 {
    clear: left;
    text-align: left;
    order: 0;
    align-self: auto;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .section-18 {
    clear: none;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .section-19 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: relative;
    top: 0%;
  }

  .requirements-top-banner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .requirements-crumbs {
    padding-bottom: 12px;
  }

  .link-2 {
    font-size: 15px;
  }

  .image-30 {
    text-align: left;
    padding-right: 0;
  }

  .image-30.safari {
    margin-left: -18px;
  }

  .sidebar-icon {
    font-weight: 400;
  }

  .sidebar-icon-div {
    width: 50px;
    margin-left: 10px;
  }

  .nav-menu-sidebar {
    box-sizing: content-box;
    object-fit: none;
    border: 2px #b18977;
    flex: none;
    align-self: stretch;
    width: 86%;
    height: auto;
    display: none;
    position: fixed;
  }

  .ui-nav-top-bar {
    z-index: 0;
    object-fit: fill;
    background-color: #fff;
    border-bottom-width: 1px;
    flex-flow: row;
    flex: 0 auto;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
  }

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

  .brand-5 {
    padding-left: 10px;
  }

  .sidebar-section-div {
    box-sizing: border-box;
    object-fit: contain;
    flex: none;
    min-width: 0;
    height: 70vh;
    min-height: 0;
    max-height: none;
    padding-top: 0;
    display: block;
    position: relative;
    overflow: auto;
  }

  .sidebar-section-div.system {
    background-color: #0000;
  }

  .menu-button-4 {
    box-sizing: content-box;
    justify-content: center;
    width: 11%;
    height: 33px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button-4.w--open {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: none;
    background-color: #fbfbfb;
    flex: none;
    width: 11%;
    min-height: 100vh;
    max-height: 100vh;
    margin-right: 0;
    padding: 12px 7px;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .icon-6 {
    display: none;
  }

  .sidebar-brand-section-div {
    background-color: #156a41;
    background-image: url('../images/UI-Brand-Back.png');
    background-size: auto;
    border-bottom: 2px solid #767676;
    flex: none;
    width: auto;
    height: 20vh;
    min-height: 20vh;
    max-height: 20vh;
    margin-left: 0;
  }

  .html-embed-3 {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    margin-left: 5px;
  }

  .open-menu-icon {
    width: auto;
    padding-left: 0;
    display: block;
  }

  .sidebar-item {
    box-shadow: none;
  }

  .sidebar-item.first {
    box-shadow: none;
    margin-top: 0;
  }

  .navbar-5 {
    background-color: #fff;
  }

  .dashboard {
    color: #a79bd3;
  }

  .image-43 {
    width: 65px;
    margin-left: 10px;
  }

  .image-44 {
    width: 118px;
    margin-left: 2px;
  }

  .ui-main-content-section {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 125px;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .heading-14 {
    box-shadow: none;
    color: #156a41;
    text-shadow: none;
    background-color: #fff;
    border: 1px #000;
    border-bottom: 2px #261712;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 25px;
  }

  .image-45 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .ui-page-title-div {
    color: #442b23;
    object-fit: fill;
    margin-top: 60px;
    padding-left: 10px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .ui-column-left {
    margin-right: 0;
  }

  .ui-content-block {
    background-color: #fff;
    border: 1px #3d281e;
    border-radius: 5px;
    margin-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 0 12px 3px #3d281e80;
  }

  .div-block-73 {
    border-style: none;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .tabs-menu-2 {
    color: #1ca457;
    margin-bottom: 15px;
    font-family: Exo, sans-serif;
    font-weight: 600;
  }

  .tab-link-tab-1.w--current {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 7px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .tab-link-tab-2 {
    margin-top: 5px;
    margin-left: 7px;
    margin-right: 7px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .tab-link-tab-3 {
    margin-top: 5px;
    margin-left: 7px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .text-block-27 {
    font-weight: 600;
  }

  .collection-summary-div {
    height: 180px;
    min-height: 180px;
    max-height: 200px;
  }

  .div-block-74 {
    object-fit: cover;
    height: 180px;
    min-height: 180px;
    max-height: 180px;
  }

  .html-embed-5 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: url('../images/Profile-Icon.png');
    background-position: 50%;
    background-size: 90%;
    background-attachment: scroll;
    background-clip: border-box;
    width: 55px;
    min-width: 0;
    max-width: 55px;
    margin-top: 0;
    margin-left: 7px;
  }

  .image-46 {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    min-height: 45px;
    max-height: 45px;
    margin-top: 2px;
    padding-top: 0;
  }

  .paragraph-10 {
    color: #261712;
  }

  .html-embed-7 {
    overflow: auto;
  }

  .ui-page-columns {
    margin-top: 12px;
  }

  .heading-17 {
    white-space: normal;
    line-height: 22px;
  }

  .top-banner-spacer {
    width: 180px;
  }

  .dropdown-toggle-3 {
    width: auto;
    min-width: 0;
    padding-left: 13px;
  }

  .text-block-28 {
    margin-left: 4px;
  }

  .icon-7 {
    margin-right: 25px;
  }

  .ui-sidebar-dropdown-link {
    align-items: center;
    height: 50px;
    padding-left: 87px;
    display: flex;
  }

  .div-block-82 {
    margin-bottom: 0;
  }

  .html-embed-12 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .rotate-mobile {
    margin-top: 25px;
    margin-bottom: 0;
    display: block;
  }

  .instructions {
    margin-bottom: 0;
    padding-top: 0;
  }

  .instruction {
    font-weight: 700;
  }

  .div-block-85 {
    background-color: #42312bbf;
    display: flex;
  }

  .navbar-6 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: -5px;
    display: flex;
    position: relative;
    top: -132px;
  }

  .heading-21 {
    text-align: left;
  }

  .image-53 {
    align-self: flex-start;
  }

  .card-header {
    margin-top: 0;
  }

  .card-button {
    width: 100%;
  }

  .land-e-card-button {
    order: 0;
    align-self: flex-end;
  }

  .portraight-card {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-54 {
    align-self: flex-start;
    margin-top: 15px;
  }

  .p-card-text {
    margin-top: 15px;
  }

  .div-block-87 {
    width: 100%;
    margin-left: 0;
  }
}

#w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-35b392f1, #w-node-_1fe1fff9-e378-4b31-d93c-51968545e300-35b392f1, #w-node-_618fc3de-2c57-314f-852e-a932294424c0-35b392f1, #w-node-_618fc3de-2c57-314f-852e-a932294424c5-35b392f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e25228f-9f8c-67aa-64e3-81224a8d23e4-a1b392ef {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_1e25228f-9f8c-67aa-64e3-81224a8d23e6-a1b392ef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f98251c1-92fc-a653-9571-3c013a1d469a-a1b392ef {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-f98251c1-92fc-a653-9571-3c013a1d469c-a1b392ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_703dd71a-2bc4-6760-b5f8-faf72a82c6a4-a1b392ef {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_703dd71a-2bc4-6760-b5f8-faf72a82c6a6-a1b392ef {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-f8a72e44-8286-3f5a-f4b3-cb4adbeabcae-dbeabcab {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-f8a72e44-8286-3f5a-f4b3-cb4adbeabcb3-dbeabcab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e87f88a8-a4f2-8dee-2abe-4c2126198b64-26198b61 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e87f88a8-a4f2-8dee-2abe-4c2126198b66-26198b61 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e87f88a8-a4f2-8dee-2abe-4c2126198b74-26198b61 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e87f88a8-a4f2-8dee-2abe-4c2126198b82-26198b61 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_29e5a75f-d9e3-6fcb-be9e-06f8ff27b90f-0f33f73f {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-_3466d645-76c0-faf7-b410-725f0f33f745-0f33f73f {
  place-self: center;
}

#w-node-_3466d645-76c0-faf7-b410-725f0f33f74b-0f33f73f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3466d645-76c0-faf7-b410-725f0f33f748-0f33f73f {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_64d9bea3-25dc-ad89-4ad7-985ce98f3ad9-0f33f73f {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-d89881df-e071-3f2a-9dad-3b42499b0737-dab392f0, #w-node-_7a5d00cf-62c2-83e4-1cf9-a0965658cdcb-dab392f0, #w-node-_4ae2a299-8506-d6e6-6b84-fdd299815fed-dab392f0, #w-node-_025b4acc-e09e-96c1-2cef-21a54e75323c-dab392f0, #w-node-_3fde5b28-e9d3-ab45-4525-e422964db147-dab392f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81b52cfb-b41e-63d3-f55c-79d0bab10a75-f9b392f3 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_81b52cfb-b41e-63d3-f55c-79d0bab10a7e-f9b392f3 {
  justify-self: end;
}

#w-node-_53cca481-c77a-bfe7-604f-5bc1777c7e9a-f9b392f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_37405739-cc24-5124-862f-06f768e65e0a-f9b392f3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d9dc9681-7483-52c1-dd79-42ee9968091a-f9b392f3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0d6cc40d-54ad-17e3-7b12-f3e2d943f493-f9b392f3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1980df3d-79bd-526c-7cd4-1168a0a71478-f9b392f3 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_60733934-dfc3-2a3e-735f-a4895edf888a-f9b392f3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3d4ec0aa-83b5-7b28-4bc9-e5685d2e6c95-f9b392f3 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_3d4ec0aa-83b5-7b28-4bc9-e5685d2e6c97-f9b392f3 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_6c0e5330-3939-b26d-edf7-6e559980062b-99800628 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6c0e5330-3939-b26d-edf7-6e5599800630-99800628 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_2ef02a95-2b8d-fbc4-1565-f16129d551ca-17b392f4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a8b07589-a200-fe51-9c9b-9be3574dd918-17b392f4, #w-node-ded2c241-e9eb-583f-ec2c-839b3a483786-17b392f4, #w-node-_000cd245-71ff-9cd1-9de8-d62db74e4526-17b392f4, #w-node-f8be18f6-fc2e-ec44-b614-13f50d49629d-17b392f4, #w-node-ed8d6995-d469-aaea-9324-6bf25f0f82b6-17b392f4, #w-node-_36ae1bf5-690c-a174-224a-de29fe6674db-17b392f4, #w-node-_1175fe62-bad9-e7cf-4052-ab83f860e23e-17b392f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e25228f-9f8c-67aa-64e3-81224a8d23e6-6fb392f7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f98251c1-92fc-a653-9571-3c013a1d469a-6fb392f7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-f98251c1-92fc-a653-9571-3c013a1d469c-6fb392f7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_703dd71a-2bc4-6760-b5f8-faf72a82c6a4-6fb392f7 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_703dd71a-2bc4-6760-b5f8-faf72a82c6a6-6fb392f7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_0ed06aa1-ab8a-0e8e-a93e-c16700c66bdb-6fb392f7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_0ed06aa1-ab8a-0e8e-a93e-c16700c66bdd-6fb392f7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-3bb392fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36633b65-bc75-9ed0-3f2f-2c61ddb69b99-a9b392ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_36633b65-bc75-9ed0-3f2f-2c61ddb69b9c-a9b392ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_1fe1fff9-e378-4b31-d93c-51968545e300-a9b392ff, #w-node-_20638629-fabd-08a7-86be-4d72a5d12018-a9b392ff, #w-node-_618fc3de-2c57-314f-852e-a932294424c0-a9b392ff, #w-node-_618fc3de-2c57-314f-852e-a932294424c5-a9b392ff, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-27b39300, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-7fb39301 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e25228f-9f8c-67aa-64e3-81224a8d23e6-ffb39307 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f98251c1-92fc-a653-9571-3c013a1d469c-ffb39307 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_782b1fd2-9aaf-e464-8d75-db65ba576543-ffb39307, #w-node-_8bdb5f0e-3e30-0474-0391-7b38092fa622-ffb39307, #w-node-_2a885c18-037f-df94-b3ad-747a23f68623-ffb39307, #w-node-_8252bd4d-8e5b-70ba-f77c-bae588fd7212-ffb39307 {
  justify-self: center;
}

#w-node-_2ef02a95-2b8d-fbc4-1565-f16129d551ca-d5b39309 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a8b07589-a200-fe51-9c9b-9be3574dd918-d5b39309, #w-node-ded2c241-e9eb-583f-ec2c-839b3a483786-d5b39309, #w-node-_000cd245-71ff-9cd1-9de8-d62db74e4526-d5b39309, #w-node-f8be18f6-fc2e-ec44-b614-13f50d49629d-d5b39309, #w-node-ed8d6995-d469-aaea-9324-6bf25f0f82b6-d5b39309, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-4db3930b, #w-node-_618fc3de-2c57-314f-852e-a932294424c0-4db3930b, #w-node-_618fc3de-2c57-314f-852e-a932294424c5-4db3930b, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-19b39325, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-1cb39326, #w-node-e5694718-b059-15b8-c815-c24019d7cb6b-25a8e00a, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-a909b861, #w-node-_58f31ad3-3959-8417-6075-d382a250a845-a909b861, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-402a144f, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-d50bad72, #w-node-e2caacb2-c99d-badd-678d-17b5b3682025-d50bad72, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-d95b5d1d, #w-node-e5694718-b059-15b8-c815-c24019d7cb6b-2d9f03dc, #w-node-e5694718-b059-15b8-c815-c24019d7cb6b-ae7888fc, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-3924f8b3, #w-node-_58f31ad3-3959-8417-6075-d382a250a845-3924f8b3, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-df593520, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-2dc0c6b1, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-19664501, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-24e2c6be, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-526697a0, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-c7c17bb8, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-057b0679, #w-node-_4f17064b-c633-5913-26b4-33e052a3ab82-e36ac1e4, #w-node-_05d06f3b-e899-8ca3-9783-887adb1866b6-e36ac1e4, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-78fe7e97, #w-node-_75ac6450-cce0-6e30-0d59-91c330d6295c-acf949ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_618fc3de-2c57-314f-852e-a932294424c0-35b392f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f98251c1-92fc-a653-9571-3c013a1d469a-a1b392ef {
    justify-self: start;
  }

  #w-node-f8a72e44-8286-3f5a-f4b3-cb4adbeabcae-dbeabcab {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-f8a72e44-8286-3f5a-f4b3-cb4adbeabcb3-dbeabcab {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-e87f88a8-a4f2-8dee-2abe-4c2126198b82-26198b61 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_81b52cfb-b41e-63d3-f55c-79d0bab10a75-f9b392f3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_37405739-cc24-5124-862f-06f768e65e0a-f9b392f3, #w-node-d9dc9681-7483-52c1-dd79-42ee9968091a-f9b392f3, #w-node-_0d6cc40d-54ad-17e3-7b12-f3e2d943f493-f9b392f3 {
    justify-self: center;
  }

  #w-node-_1980df3d-79bd-526c-7cd4-1168a0a71478-f9b392f3, #w-node-f98251c1-92fc-a653-9571-3c013a1d469a-6fb392f7, #w-node-_0ed06aa1-ab8a-0e8e-a93e-c16700c66bdb-6fb392f7 {
    justify-self: start;
  }

  #w-node-_618fc3de-2c57-314f-852e-a932294424c0-4db3930b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1e25228f-9f8c-67aa-64e3-81224a8d23e4-a1b392ef {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_1e25228f-9f8c-67aa-64e3-81224a8d23e6-a1b392ef {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-f98251c1-92fc-a653-9571-3c013a1d469a-a1b392ef {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-f98251c1-92fc-a653-9571-3c013a1d469c-a1b392ef {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: auto;
  }

  #w-node-_703dd71a-2bc4-6760-b5f8-faf72a82c6a4-a1b392ef {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_703dd71a-2bc4-6760-b5f8-faf72a82c6a6-a1b392ef {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e87f88a8-a4f2-8dee-2abe-4c2126198b64-26198b61, #w-node-e87f88a8-a4f2-8dee-2abe-4c2126198b66-26198b61 {
    justify-self: start;
  }

  #w-node-e87f88a8-a4f2-8dee-2abe-4c2126198b74-26198b61 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_81b52cfb-b41e-63d3-f55c-79d0bab10a75-f9b392f3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_37405739-cc24-5124-862f-06f768e65e0a-f9b392f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d9dc9681-7483-52c1-dd79-42ee9968091a-f9b392f3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0d6cc40d-54ad-17e3-7b12-f3e2d943f493-f9b392f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1980df3d-79bd-526c-7cd4-1168a0a71478-f9b392f3 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_60733934-dfc3-2a3e-735f-a4895edf888a-f9b392f3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3d4ec0aa-83b5-7b28-4bc9-e5685d2e6c95-f9b392f3 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_3d4ec0aa-83b5-7b28-4bc9-e5685d2e6c97-f9b392f3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2ef02a95-2b8d-fbc4-1565-f16129d551ca-17b392f4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_36ae1bf5-690c-a174-224a-de29fe6674db-17b392f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e25228f-9f8c-67aa-64e3-81224a8d23e6-6fb392f7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f98251c1-92fc-a653-9571-3c013a1d469a-6fb392f7 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-f98251c1-92fc-a653-9571-3c013a1d469c-6fb392f7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_703dd71a-2bc4-6760-b5f8-faf72a82c6a4-6fb392f7 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_703dd71a-2bc4-6760-b5f8-faf72a82c6a6-6fb392f7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0ed06aa1-ab8a-0e8e-a93e-c16700c66bdb-6fb392f7 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_0ed06aa1-ab8a-0e8e-a93e-c16700c66bdd-6fb392f7, #w-node-_1e25228f-9f8c-67aa-64e3-81224a8d23e6-ffb39307, #w-node-f98251c1-92fc-a653-9571-3c013a1d469c-ffb39307 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2ef02a95-2b8d-fbc4-1565-f16129d551ca-d5b39309 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e87f88a8-a4f2-8dee-2abe-4c2126198b64-26198b61 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-e87f88a8-a4f2-8dee-2abe-4c2126198b66-26198b61 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-e87f88a8-a4f2-8dee-2abe-4c2126198b74-26198b61 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-e87f88a8-a4f2-8dee-2abe-4c2126198b82-26198b61 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_81b52cfb-b41e-63d3-f55c-79d0bab10a75-f9b392f3 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


