:root {
  --elements-webflow-library-neutral--100: white;
  --forest-green-button: #478a0d;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-general--shadow-02: #14142b14;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-general--shadow-03: #14142b1a;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--600: #6e7191;
  --body-text-black: #2a2a2c;
  --elements-webflow-library-general--shadow-01: #14142b0f;
  --elements-webflow-library-neutral--200: #f7f7fc;
  --relume-library-lite-rl-white: white;
  --green-hover: #117408;
  --relume-library-lite-rl-black: black;
  --elements-webflow-library-general--shadow-04: #14142b24;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --relume-library-lite-rl-gray: #f4f4f4;
  --forest-green-filter-button: #478a0d3b;
  --elements-webflow-library-neutral--400: #dcddeb;
  --elements-webflow-library-secondary--color-1: #281ca5;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library-neutral--100);
  font-family: Poppins, sans-serif;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--forest-green-button);
  color: var(--elements-webflow-library-neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 4px;
  min-height: 144px;
  padding: 16px 24px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.input-label {
  color: var(--forest-green-button);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---input {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--body-text-black);
  text-align: left;
  border-radius: 4px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--forest-green-button);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.contact-form {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---big-icon-left {
  border-radius: 16px;
  max-width: 15%;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library-neutral--200);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  width: 500px;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-400px {
  max-width: 400px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---grid-contact-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.social-icon-3 {
  background-image: none;
  width: auto;
}

.container-default {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-default-body {
  color: var(--body-text-black);
  text-align: justify;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.paragraph-default-body.width-80 {
  width: 100%;
  max-width: 80%;
}

.paragraph-default-body.hover-line:hover {
  color: var(--forest-green-button);
  text-decoration: none;
}

.paragraph-default-body.hover-line.hidden {
  display: none;
}

.paragraph-default-body.small-text {
  font-size: 14px;
}

.paragraph-default-body.small-text.hover:hover {
  color: var(--forest-green-button);
}

.paragraph-default-body.left-align {
  text-align: left;
}

.heading-h1-size {
  color: var(--forest-green-button);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
}

.heading-h1-size.white {
  color: var(--relume-library-lite-rl-white);
  text-align: center;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 64px;
}

.heading-h1-size.text-align-center {
  text-align: center;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 68px;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.section_wrapper {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 84px;
  padding-bottom: 84px;
}

.section_wrapper.footer-padding-10 {
  background-color: #478a0d1a;
  padding-bottom: 10px;
}

.btn-primary-small {
  background-color: var(--forest-green-button);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: auto;
  padding: 18px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-small:hover {
  background-color: var(--green-hover);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.brix---hamburger-menu-bar-bottom-2, .brix---hamburger-menu-bar-top-2 {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

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

.brix---header-right-col-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-show-in-mbl-2 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-2 {
  color: var(--relume-library-lite-rl-black);
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-2:hover {
  color: var(--green-hover);
}

.brix---header-nav-link-2.w--current {
  color: var(--forest-green-button);
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.brix---header-nav-list-item-middle.hidden {
  display: none;
}

.brix---dropdown-link-2 {
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.brix---dropdown-card-2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle-2 {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-logo-2 {
  max-width: 130px;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default-3 {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.header-wrapper {
  background-color: #f9fbf7;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 5px 19px #ccc3;
}

.text-block {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.heading-h2-size {
  color: var(--forest-green-button);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library-general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.brix---link-content {
  color: var(--elements-webflow-library-neutral--600);
  text-decoration: none;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-1-column-gap-row-64px {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.our-story-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-200-bold {
  color: var(--forest-green-button);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---grid-3-columns-gap-row-64px {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.text-200-bold {
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.text-200-bold._2 {
  margin-top: 10px;
}

.thank-you-message {
  font-family: Montserrat, sans-serif;
}

.error-message {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 19px;
}

.sub-heading-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.inner-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._2nd-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-title-5 {
  color: var(--forest-green-button);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.links-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bottom-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.info-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.info-card.f-align-right {
  align-items: flex-end;
}

.heading-4 {
  color: var(--green-hover);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.footer-divider-copy {
  display: none;
}

.link-block-4 {
  text-decoration: none;
}

.social-link-5 {
  background-color: var(--forest-green-button);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.global-footer {
  padding-top: 60px;
  padding-bottom: 0;
}

.global-footer.phone-clmm-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.footer-social-logo {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-primary-header---cta {
  background-color: var(--forest-green-button);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: auto;
  padding: 18px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-header---cta:hover {
  background-color: var(--green-hover);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-small-white {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--forest-green-button);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-white:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--green-hover);
  transform: translate3d(0, -3px, .01px);
}

.brix---top-bar-right-col {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.brix---top-bar-flex-h-center {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 20px;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---top-bar-small-padding {
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
}

.brix---top-bar-wrapper {
  background-color: var(--forest-green-button);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.top-bar-text {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.background-video {
  color: #fff0;
  background-color: #e01d1d00;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.background-video.bkack-overlay {
  background-color: #38383800;
  background-image: linear-gradient(#2727278f, #2727278f);
}

.hero-content {
  z-index: 1;
  max-width: 70rem;
  position: relative;
}

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

.container {
  width: 100%;
  max-width: 78rem;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.container.centre_hero {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.hero-subtitle {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.75rem;
  display: none;
}

.hero-subtitle.home_cntre {
  text-align: center;
}

.div-block {
  background-image: linear-gradient(#4c8a1b, #498a14db 51%, #478a0d8a);
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  height: 75px;
  position: absolute;
  inset: 0% 0% auto;
}

.brix---mg-bottom-32px-4 {
  margin-bottom: 32px;
}

.brix---avatar-image-2 {
  width: 60px;
}

.brix---avatar-circle-5 {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-testimonial-v2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 20px 64px;
  display: flex;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-default-justify {
  color: var(--body-text-black);
  text-align: justify;
  height: 150px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.paragraph-default-justify.left-align {
  text-align: left;
}

.paragraph-default-justify.align-center {
  text-align: center;
  height: auto;
}

.setu-network-link {
  text-decoration: none;
}

.setu-verified {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 51px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.fotter_download {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fotter_download.flex {
  flex-flow: row;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: static;
  top: -70px;
  left: 414px;
}

.heading-66 {
  color: #055777;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.play-store-icon-2 {
  width: 100px;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.apple-icon-2 {
  width: 90px;
  max-width: none;
  height: auto;
  margin-left: 0;
  padding-top: 0;
  display: block;
}

.footer-column-for-playstore-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.required {
  color: #ff0004;
}

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

.bold-text-8 {
  font-family: Montserrat, sans-serif;
  position: static;
}

.bold-blue {
  color: var(--forest-green-button);
  font-family: Poppins, sans-serif;
  line-height: 1.5em;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
  line-height: 25px;
}

.paragraph-6 {
  color: #333;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.list-item-2 {
  font-size: 17px;
  line-height: 30px;
}

.list-item-2.color-black {
  color: #000;
}

.bold-text-9 {
  font-family: Montserrat, sans-serif;
}

.bold-blue-2 {
  color: var(--forest-green-button);
  font-family: Poppins, sans-serif;
  line-height: 1.5em;
}

.paragraph-7 {
  color: #333;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.embed-link {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.utility-page-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content-2 {
  text-align: center;
  flex-direction: column;
  width: 50%;
  margin-bottom: 20px;
  display: flex;
}

.heading-67 {
  text-align: center;
}

.error-para {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.main-button {
  background-color: var(--forest-green-button);
  text-align: center;
  text-transform: capitalize;
  border-radius: 20px;
  width: 200px;
  margin-top: 0;
  padding: 15px 34px;
  font-size: 17px;
  font-weight: 700;
  transition: background-color .4s;
}

.main-button:hover {
  color: #fff;
  background-color: #6b9c2f;
}

.dutton-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.digital-course---image {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  background-color: #ecf3e6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  padding-top: 84px;
  padding-bottom: 84px;
  padding-left: 0;
  display: flex;
}

.image-llink {
  max-width: 1218px;
}

.image {
  border-radius: 24px;
}

.brix---text-uppercase-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---text-decoration-none-2 {
  text-decoration: none;
}

.brix---color-accent-2 {
  color: #4a3aff;
}

.brix---avatar-circle-7 {
  border-radius: 50%;
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
  overflow: hidden;
  transform: translate(0);
}

.brix---heading-h3-size-3 {
  color: #4d813c;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}

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

.brix---text-200-medium-3 {
  color: #77ad3a;
  letter-spacing: 0;
  text-transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.brix---card-team-v1-2 {
  border: 1px solid var(--green-hover);
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 40px 24px;
  display: flex;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---heading-h3-size-link-2 {
  color: #211f54;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.page-wrapper-copy {
  color: #000122;
  width: 100%;
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

._1218 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--relume-library-lite-rl-gray);
  border-radius: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1218px;
  padding: 10px;
  display: flex;
}

.ss-btn-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  top: -67px;
  left: 404px;
}

.div-block-8 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-2 {
  border-radius: 20px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.link-meadia-icon {
  width: 50px;
  height: 50px;
}

.media-link-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.vcf-d {
  color: #333;
  border-radius: 100vh;
  text-decoration: none;
  box-shadow: 3px 6px 10px -6px #0003;
}

.company-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.card-logo-box {
  background-color: #fcfcfc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: -75px;
  box-shadow: 1px -4px 30px -3px #0003;
}

.card-banner-img-box {
  background-image: url('../images/about-us-banner-15.jpg');
  background-position: 50% 70%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
}

.link-block-5 {
  color: #333;
  background-color: #fcfcfc;
  border-radius: 5px;
  padding: 5px;
  text-decoration: none;
  box-shadow: 0 5px 20px -8px #0003;
}

.heading-65 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.card-space {
  height: 75px;
}

.card-logo {
  width: 80%;
}

.card-main-div {
  background-color: #fcfcfc;
  border-radius: 10px;
  flex-flow: column;
  width: 478px;
  height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.paragraph-2 {
  text-align: justify;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

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

.link-main-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.svg {
  width: 20px;
}

.full-screen-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DJI_0317-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.divider-line {
  background-color: #b96c93;
  width: 90%;
  height: .5px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.vcf-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e6d2d8;
  border-radius: 100vh;
  padding: 10px 20px;
  display: flex;
}

.save-contact-link-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.save-contact-link-wrapper.hide {
  display: none;
}

@media screen and (min-width: 1280px) {
  .paragraph-default-body.width-80 {
    text-align: left;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---btn-primary-small-white {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 1440px) {
  .brix---text-area {
    border-radius: 4px;
  }

  .brix---text-area:hover, .brix---text-area:focus {
    border-color: var(--forest-green-button);
  }

  .input-label {
    margin-bottom: 10px;
  }

  .brix---input {
    border-radius: 4px;
  }

  .brix---input:focus {
    border-color: var(--forest-green-button);
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: .5fr 1fr;
  }

  .brix---grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .container-default {
    max-width: 100%;
  }

  .paragraph-default-body.small-text {
    font-size: 13px;
  }

  .section_wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .btn-primary-small {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---container-default-3 {
    max-width: 100%;
  }

  .header-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .inner-box {
    text-align: right;
    align-self: flex-start;
  }

  .footer-social-logo {
    padding-right: 0;
  }

  .div-block {
    top: 0%;
  }

  .footer-column-for-playstore-2 {
    align-items: center;
  }

  .required {
    color: #ff0004;
    padding-left: 2px;
  }

  .digital-course---image {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .contact-form {
    padding: 54px 32px;
  }

  .brix---card-link-icon-wrapper {
    width: auto;
  }

  .brix---grid-1-column {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .brix---inner-container-400px {
    max-width: none;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-default-body {
    text-align: center;
  }

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

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .section_wrapper {
    flex-direction: column;
    padding: 60px 20px;
    display: block;
  }

  .btn-primary-small {
    display: none;
  }

  .brix---hamburger-menu-bar-bottom-2 {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-2 {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

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

  .brix---header-nav-list-item-show-in-mbl-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-2 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper-2 {
    border-top: 1px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .brix---header-logo-2 {
    max-width: 120px;
  }

  .brix---header-content-wrapper-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .heading-h2-size {
    text-align: center;
    font-size: 32px;
    line-height: 60px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---link-content {
    margin-left: 40px;
    margin-right: 40px;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-template-columns: 1fr 1fr;
  }

  .inner-box {
    flex-direction: column;
    display: block;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
  }

  .footer-social-logo {
    text-align: left;
    justify-content: center;
  }

  .btn-primary-header---cta {
    display: none;
  }

  .brix---top-bar-right-col {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .brix---top-bar-flex-h-center {
    flex-direction: column;
  }

  .brix---top-bar-small-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brix---top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .container {
    margin-bottom: 0;
  }

  .brix---mg-bottom-32px-4 {
    margin-bottom: 24px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .paragraph-default-justify {
    text-align: center;
  }

  .fotter_download.flex {
    flex-flow: row;
  }

  .play-store-icon-2, .apple-icon-2 {
    width: 60px;
  }

  .footer-column-for-playstore-2 {
    padding-left: 0;
    padding-right: 20px;
  }

  .digital-course---image {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---avatar-circle-7 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .brix---heading-h3-size-3, .brix---heading-h3-size-link-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .ss-btn-flex {
    top: -52px;
    left: 247px;
  }
}

@media screen and (max-width: 767px) {
  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .contact-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---grid-contact-v1 {
    grid-template-columns: 1fr;
  }

  .paragraph-default-body.left-align {
    text-align: center;
  }

  .heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .heading-h1-size.white {
    font-size: 42px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .section_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl-2 {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    display: block;
  }

  .brix---header-logo-2 {
    max-width: 130px;
  }

  .heading-h2-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library-general--shadow-04);
    border-radius: 14px;
  }

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

  .text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 68px;
    grid-template-columns: 1fr;
  }

  .text-200-bold {
    text-align: center;
  }

  .footer-grid {
    flex-direction: column;
    display: flex;
  }

  .btn-primary-header---cta {
    padding: 20px 32px;
  }

  .brix---top-bar-right-col {
    margin-bottom: 12px;
  }

  .brix---top-bar-flex-h-center {
    flex-direction: column;
  }

  .brix---top-bar-small-padding {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---avatar-circle-5 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .brix---card-testimonial-v2 {
    padding: 44px 32px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .paragraph-default-justify.left-align {
    text-align: center;
  }

  .footer-column-for-playstore-2 {
    padding-right: 0;
  }

  .brix---avatar-circle-7 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .brix---text-200-medium-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .page-wrapper-copy {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ss-btn-flex {
    top: -47px;
    left: 172px;
  }
}

@media screen and (max-width: 479px) {
  .brix---text-area {
    border-radius: 4px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area:hover {
    border-color: var(--forest-green-button);
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---form-grid-2-columns {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .contact-form {
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---card-link-icon-wrapper:hover {
    border-color: var(--forest-green-button);
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-default-body {
    text-align: justify;
    font-size: 17px;
    line-height: 28px;
  }

  .paragraph-default-body.width-80 {
    text-align: left;
  }

  .paragraph-default-body.left-align {
    text-align: center;
  }

  .heading-h1-size {
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .heading-h1-size.white {
    font-size: 22px;
    line-height: 36px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .section_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .btn-primary-small {
    width: 80%;
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
  }

  .brix---hamburger-menu-bar-bottom-2, .brix---hamburger-menu-bar-top-2 {
    background-color: var(--green-hover);
    width: 32px;
  }

  .brix---header-nav-list-item-show-in-mbl-2, .brix---header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo-2 {
    width: 120px;
    max-width: 120px;
  }

  .brix---container-default-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-h2-size {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 37px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix---link-content {
    margin-left: 0;
    margin-right: 0;
  }

  .our-story-div {
    flex-direction: row-reverse;
  }

  .text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .text-200-bold {
    text-align: center;
  }

  .inner-box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  ._2nd-box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer-title-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bottom-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 10px;
    display: flex;
  }

  .info-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .info-card.f-align-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
  }

  .heading-4 {
    font-size: 16px;
  }

  .footer-divider-copy {
    background-color: #0557776b;
    width: 100%;
    height: .5px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .social-link-5 {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .global-footer.phone-clmm-gap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    display: flex;
  }

  .footer-social-logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn-primary-header---cta {
    width: 80%;
    padding-top: 18px;
    padding-bottom: 18px;
    display: none;
  }

  .brix---btn-primary-small-white {
    width: 100%;
    padding: 16px 20px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---top-bar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .background-video {
    align-items: center;
    height: 60vh;
  }

  .background-video.bkack-overlay {
    height: 60vh;
  }

  .container {
    max-width: none;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-subtitle {
    text-align: center;
    font-size: 1.125rem;
  }

  .brix---avatar-image-2 {
    width: 100%;
  }

  .brix---avatar-circle-5 {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .brix---card-testimonial-v2 {
    align-items: flex-start;
    padding: 40px 12px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .paragraph-default-justify {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .paragraph-default-justify.left-align {
    text-align: left;
    height: auto;
  }

  .fotter_download {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .fotter_download.flex {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .play-store-icon-2 {
    width: 60px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .apple-icon-2 {
    width: 50px;
    max-width: 190px;
    margin-left: 0;
  }

  .footer-column-for-playstore-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .list-2 {
    color: #333;
    font-size: 17px;
  }

  .heading-21 {
    font-size: 22px;
    line-height: 25px;
  }

  .bold-blue {
    font-size: 22px;
    line-height: 0;
  }

  .list-3 {
    color: #333;
    font-size: 17px;
    line-height: 29px;
  }

  .heading-11 {
    font-size: 25px;
    line-height: 25px;
  }

  .paragraph-6 {
    color: #333;
    text-align: left;
    font-weight: 400;
  }

  .bold-blue-2 {
    font-size: 22px;
    line-height: 0;
  }

  .paragraph-7 {
    color: #333;
    text-align: left;
    font-weight: 400;
  }

  .div-block-3, .div-block-4, .div-block-5, .div-block-6, .div-block-7 {
    width: 100%;
  }

  .heading-67 {
    text-align: center;
    font-size: 20px;
  }

  .main-button {
    text-align: left;
    justify-content: center;
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px;
    font-size: 14px;
    display: flex;
  }

  .digital-course---image {
    border-radius: 0;
    padding: 20px 10px;
  }

  .image {
    border-radius: 12px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-team-v1-2 {
    height: auto;
  }

  .page-wrapper-copy {
    margin-bottom: 20px;
  }

  ._1218 {
    flex-flow: column;
    display: flex;
  }

  .ss-btn-flex {
    position: static;
    top: -39px;
    left: 149px;
  }

  .card-main-div {
    border-radius: 0;
    width: 100%;
  }

  .full-screen-wrapper {
    padding: 0;
  }
}

#w-node-_4273c2eb-1eb0-e48d-9de5-ab55be168ff0-b4dd3676 {
  justify-self: auto;
}

#w-node-_8cc821ac-8ff3-4c6d-9bdb-d93792f6142f-b4dd3676 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8cc821ac-8ff3-4c6d-9bdb-d93792f61433-b4dd3676 {
  justify-self: start;
}

#w-node-_31876399-1b97-a343-b65e-dbffd7179989-d7179985, #w-node-_31876399-1b97-a343-b65e-dbffd71799a0-d7179985, #w-node-_31876399-1b97-a343-b65e-dbffd71799ad-d7179985 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31876399-1b97-a343-b65e-dbffd71799b8-d7179985 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_31876399-1b97-a343-b65e-dbffd71799c3-d7179985 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_39ed34cc-da5c-553b-925c-962904ace05f-b4dd3676 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8cc821ac-8ff3-4c6d-9bdb-d93792f61433-b4dd3676 {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_31876399-1b97-a343-b65e-dbffd71799c7-d7179985 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4273c2eb-1eb0-e48d-9de5-ab55be168fe3-b4dd3676 {
    order: 9999;
  }

  #w-node-_8cc821ac-8ff3-4c6d-9bdb-d93792f6142f-b4dd3676 {
    grid-column: span 1 / span 1;
  }

  #w-node-_31876399-1b97-a343-b65e-dbffd71799c3-d7179985 {
    justify-self: center;
  }
}


