html{
  font-family: var(--font-inter);
}
.capa-1-icon {
  height: 35px;
  width: 35px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.education,
.set {
  margin: 0;
}
.set-education {
  position: relative;
  line-height: 13px;
  font-weight: 900;
}
.set-education-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 0 var(--padding-9xs);
}
.capa-1-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: var(--gap-4xs);
  cursor: pointer;
}
.h {
  position: relative;
  line-height: 24px;
  font-weight: 600;
  display: inline-block;
  min-width: 46px;
  cursor: pointer;
}
.text,
.text1 {
  min-width: 68px;
}
.text,
.text1,
.text2,
.text3 {
  position: relative;
  line-height: 24px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
}
.text2 {
  min-width: 72px;
  white-space: nowrap;
}
.text3 {
  min-width: 62px;
}
.h-parent {
  margin: 0;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--gap-xl);
  text-align: left;
  font-size: var(--font-size-base);
  color: var(--gray-5);
  font-family: var(--font-inter);
}
.content,
.content-inner {
  display: flex;
  box-sizing: border-box;
}
.content-inner {
  margin: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 0 5.2px;
  max-width: 100%;
}
.content {
  align-self: stretch;
  width: 690px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  padding: var(--padding-9xs) 6px var(--padding-8xs) var(--padding-xs);
  gap: 70px;
  max-width: 1152px;
}
.get-started {
  cursor: pointer;
  position: relative;
  font-size: var(--font-size-base);
  line-height: 24px;
  font-weight: 600;
  font-family: var(--font-inter);
  color: var(--white);
  text-align: left;
  display: inline-block;
  min-width: 89px;
}
.container,
.header-section,
.primary-button {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.primary-button {
  cursor: pointer;
  border: 0;
  padding: var(--padding-3xs) var(--padding-lg);
  background-color: var(--primary);
  border-radius: var(--br-5xs);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  justify-content: flex-start;
  white-space: nowrap;
}
.primary-button2:hover,
.primary-button:hover {
  background-color: var(--color-mediumseagreen-100);
}
.container,
.header-section {
  align-self: stretch;
  max-width: 100%;
}
.container {
  width: 1280px;
  justify-content: space-between;
  gap: var(--gap-xl);
}
.header-section {
  height: 80px;
  background-color: var(--white);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  flex-shrink: 0;
  justify-content: center;
  padding: var(--padding-lg) var(--padding-xl);
  box-sizing: border-box;
  top: 0;
  z-index: 99;
  position: sticky;
  text-align: left;
  font-size: var(--font-size-base);
  color: var(--gray-5);
  font-family: var(--font-inter);
}
.unlock-your-future {
  margin: 0;
}
.right {
  color: var(--primary);
}
.college {
  color: var(--white);
}
.the-right-college {
  margin: 0;
}
.heading,
.supporting-text {
  align-self: stretch;
  position: relative;
}
.heading {
  margin: 0;
  font-size: inherit;
  letter-spacing: -0.02em;
  line-height: 88px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
}
.supporting-text {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--font-inter);
  color: var(--gray-2);
}
.heading-and-supporting-text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-5xl);
}
.text4 {
  cursor: pointer;
  position: relative;
  font-size: var(--font-size-base);
  line-height: 24px;
  font-weight: 600;
  font-family: var(--font-inter);
  color: var(--white);
  text-align: left;
}
.primary-button1 {
  border-radius: var(--br-5xs);
  background-color: var(--primary);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-base) var(--padding-xl);
  white-space: nowrap;
}
.text5 {
  position: relative;
  font-size: var(--font-size-base);
  line-height: 24px;
  font-weight: 600;
  font-family: var(--font-inter);
  color: #047857;
  text-align: left;
}
.actions,
.secondary-button {
  flex-direction: row;
  align-items: center;
}
.secondary-button {
  width: 122px;
  border-radius: var(--br-5xs);
  background-color: var(--white);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: none;
  justify-content: center;
  padding: var(--padding-base) var(--padding-xl);
  box-sizing: border-box;
  white-space: nowrap;
}
.actions {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  gap: var(--gap-5xl);
}
.content1 {
  width: 976px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 28px 0 0;
  box-sizing: border-box;
  gap: 48px;
  max-width: 100%;
}
.container1 {
  align-self: stretch;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0 var(--padding-45xl);
}
.container1,
.hero-section,
.hero-section-wrapper {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
}
.hero-section {
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 155px var(--padding-61xl);
  background-image: url(./public/hero-section@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.hero-section-wrapper {
  align-self: stretch;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 var(--padding-77xl);
  text-align: left;
  font-size: 72px;
  color: var(--white);
  font-family: var(--font-roboto);
}
.text6 {
  position: relative;
  letter-spacing: 1.6px;
  line-height: 24px;
  display: inline-block;
  min-width: 78px;
}
.heading1 {
  margin: 0;
  position: relative;
  font-size: var(--font-size-29xl);
  letter-spacing: -0.02em;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  color: var(--gray-6);
}
.text-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-5xs);
  max-width: 100%;
}
.personalized-counseling-servic1,
.test-preparation {
  margin-bottom: 0;
}
.personalized-counseling-servic {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  padding-left: var(--padding-5xl);
}
.text7 {
  align-self: stretch;
  position: relative;
  font-size: var(--font-size-lg);
  line-height: 28px;
  text-align: justify;
}
.frame-container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 52.3px;
  max-width: 100%;
}
.text8 {
  width: 89px;
  position: relative;
  font-size: var(--font-size-base);
  line-height: 24px;
  font-weight: 600;
  font-family: var(--font-inter);
  color: var(--white);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 89px;
}
.frame-group,
.frame-wrapper,
.primary-button2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.primary-button2 {
  cursor: pointer;
  border: 0;
  padding: var(--padding-base) var(--padding-xl);
  background-color: var(--primary);
  border-radius: var(--br-5xs);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  flex-direction: row;
  white-space: nowrap;
}
.frame-group,
.frame-wrapper {
  flex-direction: column;
  max-width: 100%;
}
.frame-group {
  align-self: stretch;
  gap: 59.7px;
}
.frame-wrapper {
  width: 469px;
  min-width: 469px;
  min-height: 391px;
}
.image-icon,
.image-icon1 {
  position: absolute;
  top: 0;
  left: 180px;
  border-radius: var(--br-5xs);
  width: 320px;
  height: 213px;
  overflow: hidden;
  object-fit: cover;
}
.image-icon1 {
  top: 168px;
  left: 0;
  width: 360px;
  height: 240px;
  z-index: 1;
}
.image-parent {
  height: 408px;
  flex: 1;
  position: relative;
  max-width: 100%;
}
.images {
  flex: 1;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-3xs) 29.3px var(--padding-lg);
  box-sizing: border-box;
  min-width: 343px;
}
.frame-parent,
.images,
.user-login-page-inner {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}
.frame-parent {
  width: 1152px;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 155px;
}
.user-login-page-inner {
  align-self: stretch;
  align-items: flex-start;
  justify-content: center;
  padding: 0 var(--padding-xl) var(--padding-77xl);
  box-sizing: border-box;
  text-align: left;
  font-size: var(--font-size-base);
  color: var(--gray-5);
  font-family: var(--font-inter);
}
.seteducation,
.why-choose {
  margin: 0;
}
.heading2,
.supporting-text1 {
  position: relative;
  max-width: 100%;
}
.heading2 {
  margin: 0;
  font-size: inherit;
  letter-spacing: -0.02em;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
  min-width: 394px;
}
.supporting-text1 {
  width: 444px;
  font-size: var(--font-size-lg);
  line-height: 28px;
  color: var(--gray-5);
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.heading-and-supporting-text1 {
  width: 1088px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  gap: var(--gap-xl);
}
.heading3,
.icon {
  position: relative;
}
.icon {
  width: 64px;
  height: 64px;
  overflow: hidden;
  flex-shrink: 0;
}
.heading3 {
  line-height: 28px;
  font-weight: 600;
}
.ideal-college-connections,
.proprietary-matching-algorithm {
  margin: 0;
}
.supporting-text2 {
  position: relative;
  font-size: var(--font-size-sm);
  line-height: 20px;
  color: var(--gray-5);
  text-align: justify;
}
.heading-and-supporting-text2 {
  gap: var(--gap-5xs);
}
.content4,
.feature,
.heading-and-supporting-text2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.content4 {
  flex: 1;
  gap: var(--gap-base);
}
.feature {
  height: 176px;
  padding: 0 0 var(--padding-xl);
  box-sizing: border-box;
  max-width: 320px;
}
.icon1 {
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.heading4 {
  position: relative;
  line-height: 28px;
  font-weight: 600;
}
.maximizing-financial-aid,
.scholarship-opportunities {
  margin: 0;
}
.supporting-text3 {
  position: relative;
  font-size: var(--font-size-sm);
  line-height: 20px;
  color: var(--gray-5);
  text-align: justify;
}
.heading-and-supporting-text3 {
  gap: var(--gap-5xs);
}
.content5,
.feature1,
.heading-and-supporting-text3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.content5 {
  padding: 0 0 28.5px;
}
.feature1 {
  height: 176px;
  gap: 7.5px;
}
.icon2 {
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.heading5 {
  position: relative;
  line-height: 28px;
  font-weight: 600;
}
.application-guidance,
.from-essays-to {
  margin: 0;
}
.supporting-text4 {
  height: 60px;
  position: relative;
  font-size: var(--font-size-sm);
  line-height: 20px;
  color: var(--gray-5);
  text-align: justify;
  display: flex;
  align-items: center;
}
.content6,
.heading-and-supporting-text4 {
  flex-direction: column;
  justify-content: flex-start;
}
.heading-and-supporting-text4 {
  display: flex;
  align-items: flex-start;
  gap: var(--gap-5xs);
}
.content6 {
  flex: 1;
  gap: var(--gap-base);
}
.content3,
.content6,
.feature2 {
  display: flex;
  align-items: flex-start;
}
.feature2 {
  height: 176px;
  flex-direction: column;
  justify-content: flex-start;
}
.content3 {
  align-self: stretch;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--gap-xl);
}
.container2,
.content2,
.features {
  display: flex;
  justify-content: flex-start;
}
.features {
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
  font-size: var(--font-size-lg);
}
.container2,
.content2 {
  max-width: 100%;
}
.content2 {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
.container2 {
  width: 1280px;
  flex-direction: row;
  align-items: center;
  padding: 0 var(--padding-45xl);
  box-sizing: border-box;
}
.features-section,
.how-it-works {
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-section {
  align-self: stretch;
  background-color: var(--gray-1);
  flex-direction: column;
  padding: var(--padding-77xl) 0;
  box-sizing: border-box;
  max-width: 100%;
  text-align: left;
  font-size: var(--font-size-29xl);
  color: var(--gray-6);
  font-family: var(--font-inter);
}
.how-it-works {
  width: 118px;
  position: relative;
  letter-spacing: 1.6px;
  line-height: 24px;
  min-width: 118px;
}
.lets-take-your {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: inherit;
  letter-spacing: -0.02em;
  line-height: 44px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
}
.step-by-step-guide-from {
  align-self: stretch;
  position: relative;
  font-size: var(--font-size-base);
  line-height: 24px;
}
.lets-take-your-business-to-th-parent {
  width: 504px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  font-size: var(--font-size-17xl);
  color: var(--white);
}
.get-started1 {
  cursor: pointer;
  width: 89px;
  position: relative;
  font-size: var(--font-size-base);
  line-height: 24px;
  font-weight: 600;
  font-family: var(--font-inter);
  color: var(--white);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 89px;
  white-space: nowrap;
}
.button,
.content7,
.heading-and-subheading {
  justify-content: center;
  box-sizing: border-box;
}
.button {
  cursor: pointer;
  border: 2px solid var(--white);
  padding: var(--padding-base) var(--padding-lg);
  background-color: transparent;
  width: 129px;
  border-radius: var(--br-5xs);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.button:hover {
  background-color: rgba(230, 230, 230, 0.09);
  border: 2px solid #e6e6e6;
  box-sizing: border-box;
}
.content7,
.heading-and-subheading {
  flex-direction: column;
}
.heading-and-subheading {
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 0 var(--padding-xl);
  gap: var(--gap-base);
  max-width: 100%;
}
.content7 {
  flex: 1;
  padding: var(--padding-10xs-5) 0;
}
.container3,
.content7,
.cta,
.cta-section {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.container3 {
  width: 1280px;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 var(--padding-45xl);
  box-sizing: border-box;
}
.cta,
.cta-section {
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
}
.cta {
  background: linear-gradient(90deg, #059669, #34d399);
  padding: var(--padding-61xl) 0;
  box-sizing: border-box;
}
.cta-section {
  text-align: center;
  font-size: var(--font-size-base);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-inter);
}
.background-image-icon {
  align-self: stretch;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.heading6 {
  margin: 0 auto;
  position: relative;
  font-size: inherit;
  letter-spacing: -0.02em;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
}
.highlighting-the-mission {
  align-self: stretch;
  position: relative;
  line-height: 28px;
}
.comprehensive-application-supp,
.customized-college-matching {
  margin-bottom: 0;
}
.customized-college-matching-p {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  padding-left: var(--padding-5xl);
}
.customized-college-matching-container {
  align-self: stretch;
  position: relative;
  line-height: 28px;
}
.highlighting-the-mission-and-v-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-base);
  margin-bottom: 40px;
}
.companyemailcom {
  width: 167px;
  position: relative;
  line-height: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.companyemailcom a{
  color: inherit;
  text-decoration: none;
}
.button1 {
  border-radius: var(--br-5xs);
  background-color: var(--primary);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-base) var(--padding-xl);
  text-align: center;
  font-size: var(--font-size-base);
  color: var(--white);
}
.content-child,
.frame-div {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.content8,
.content9 {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  max-width: 100%;
}
.content9 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 var(--padding-8xs) 0 0;
  min-width: 505px;
  font-size: var(--font-size-lg);
  color: var(--gray-5);
}
.content8 {
  align-self: stretch;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 var(--padding-base) 8px;
  gap: var(--gap-xl);
}
.container4 {
  width: 1152px;
  border-radius: var(--br-5xs) var(--br-5xs) 0 0;
  background-color: var(--white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  align-items: center;
  padding: var(--padding-61xl) var(--padding-13xl);
  z-index: 1;
  margin-top: -128px;
}
.about-section,
.about-section-wrapper,
.container4 {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  max-width: 100%;
}
.about-section {
  width: 1514px;
  flex-direction: column;
  align-items: center;
  padding: 0 0 91px;
}
.about-section-wrapper {
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  text-align: left;
  font-size: var(--font-size-29xl);
  color: var(--gray-6);
  font-family: var(--font-inter);
}
.get-in-touch,
.with-us {
  margin: 0;
}
.with-us{
  color: var(--primary);
}
.heading7 {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: inherit;
  letter-spacing: -0.02em;
  line-height: 72px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
}
.subheading {
  position: relative;
  letter-spacing: 1.6px;
  line-height: 24px;
  display: inline-block;
  min-width: 84px;
}
.company-e-mail {
  margin: 0;
  font-size: inherit;
  text-decoration: underline;
  font-weight: 400;
  font-family: inherit;
}
.company-e-mail a {
  color: inherit;
}
.company-e-mail,
.company-phone-number {
  position: relative;
  line-height: 36px;
}
.company-phone-number a {
  color: inherit;
  text-decoration: none;
}
.details {
  gap: var(--gap-xl);
  font-size: var(--font-size-11xl);
  color: var(--gray-6);
}
.company-enquiries,
.content11,
.details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.company-enquiries {
  gap: var(--gap-base);
  font-size: var(--font-size-base);
  color: var(--gray-5);
}
.content11 {
  width: 590px;
  gap: var(--gap-13xl);
  max-width: 100%;
}
.label-first {
  position: relative;
  font-size: var(--font-size-sm);
  line-height: 20px;
  font-weight: 600;
  font-family: var(--font-inter);
  color: var(--gray-6);
  text-align: left;
  display: inline-block;
  min-width: 72px;
}
.input {
  border: 1px solid var(--color-lightgray);
  outline: 0;
  background-color: var(--white);
  align-self: stretch;
  height: 50px;
  position: relative;
  border-radius: var(--br-5xs);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  min-width: 198px;
}
.divh2d-46ed73f7 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-8xs-5);
  min-width: 132px;
  max-width: 100%;
}
.label-last {
  position: relative;
  font-size: var(--font-size-sm);
  line-height: 20px;
  font-weight: 600;
  font-family: var(--font-inter);
  color: var(--gray-6);
  text-align: left;
  display: inline-block;
  min-width: 70px;
}
.input1 {
  border: 1px solid var(--color-lightgray);
  outline: 0;
  background-color: var(--white);
  align-self: stretch;
  height: 50px;
  position: relative;
  border-radius: var(--br-5xs);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  min-width: 198px;
}
.divh2d-46ed73f7-parent,
.divh2d-76c49567 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.divh2d-76c49567 {
  flex: 1;
  flex-direction: column;
  gap: var(--gap-8xs-5);
  min-width: 132px;
}
.divh2d-46ed73f7-parent {
  align-self: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 3px 0 0;
  box-sizing: border-box;
  gap: 24px 22px;
}
.label-email {
  position: relative;
  font-size: var(--font-size-sm);
  line-height: 20px;
  font-weight: 600;
  font-family: var(--font-inter);
  color: var(--gray-6);
  text-align: left;
  display: inline-block;
  min-width: 37px;
}
.divmt-1,
.label-email-parent {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.divmt-1 {
  border: 1px solid var(--color-lightgray);
  outline: 0;
  background-color: var(--white);
  height: 50px;
  border-radius: var(--br-5xs);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  flex-direction: row;
  min-width: 250px;
}
.label-email-parent {
  flex-direction: column;
  gap: var(--gap-8xs-5);
}
.label-phone {
  position: relative;
  font-size: var(--font-size-sm);
  line-height: 20px;
  font-weight: 600;
  font-family: var(--font-inter);
  color: var(--gray-6);
  text-align: left;
  display: inline-block;
  min-width: 101px;
}
.divmt-11,
.label-phone-number-parent {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.divmt-11 {
  border: 1px solid var(--color-lightgray);
  outline: 0;
  background-color: var(--white);
  height: 50px;
  border-radius: var(--br-5xs);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  flex-direction: row;
  min-width: 250px;
}
.label-phone-number-parent {
  flex-direction: column;
  gap: var(--gap-8xs-5);
}
.label-message {
  position: relative;
  font-size: var(--font-size-sm);
  line-height: 20px;
  font-weight: 600;
  font-family: var(--font-inter);
  color: var(--gray-6);
  text-align: left;
  display: inline-block;
  min-width: 62px;
}
.textarea {
  border: 1px solid var(--color-lightgray);
  outline: 0;
  background-color: var(--white);
  align-self: stretch;
  height: 122px;
  position: relative;
  border-radius: var(--br-5xs);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  overflow: hidden;
  flex-shrink: 0;
  min-width: 250px;
}
.label-message-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-8xs-5);
}
.label-message-parent textarea{
  resize: none;
  padding:7px
}
.button2 {
  display: flex;
  justify-content: center;
  position: relative;
  font-size: var(--font-size-base);
  line-height: 24px;
  font-weight: 600;
  font-family: var(--font-inter);
  color: var(--white);
  text-align: center;
  align-items: center;
  min-width: 70px;
  cursor: pointer;
  border: 0;
  padding: var(--padding-base) var(--padding-xl);
  background-color: var(--primary);
  align-self: stretch;
  border-radius: var(--br-5xs);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  flex-direction: row;
  align-items: flex-start;
}
.button2:hover {
  background-color: var(--color-mediumseagreen-100);
}
.content-wrapper,
.content10,
.form {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.form {
  margin: 0;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  min-width: 335px;
}
.content-wrapper,
.content10 {
  flex-direction: row;
  box-sizing: border-box;
}
.content10 {
  width: 1226px;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 var(--padding-11xs) 0 0;
  gap: 96px 94px;
}
.content-wrapper {
  align-self: stretch;
  justify-content: center;
  padding: 0 var(--padding-xl) 127px;
  text-align: left;
  font-size: 60px;
  color: var(--gray-6);
  font-family: var(--font-inter);
}
.capa-1-icon1 {
  height: 35px;
  width: 35px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.education1,
.set1 {
  margin: 0;
}
.set-education1 {
  position: relative;
  line-height: 13px;
  font-weight: 900;
}
.set-education-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 0 var(--padding-9xs);
}
.capa-1-group,
.frame-wrapper1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.capa-1-group {
  align-self: stretch;
  align-items: flex-end;
  gap: var(--gap-4xs);
}
.frame-wrapper1 {
  height: 35px;
  align-items: flex-start;
  padding: 0 var(--padding-xs);
  box-sizing: border-box;
}
.the-right-college1,
.unlock-your-future1 {
  margin: 0;
}
.cta-container-children-container {
  position: relative;
  line-height: 24px;
}
.frame-parent3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40.5px;
}
.contact-details-icon {
  height: 19.9px;
  width: 20px;
  position: relative;
}
.link {
  height: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-11xs) var(--padding-11xs) 2.1px;
  box-sizing: border-box;
  width: 24px;
}
.vector-icon {
  height: 20px;
  width: 20px;
  position: relative;
}
.link1 {
  height: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-11xs);
  box-sizing: border-box;
  width: 24px;
}
.vector-icon1 {
  height: 16.3px;
  width: 20px;
  position: relative;
}
.link2 {
  height: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-9xs) var(--padding-11xs) 3.7px;
  box-sizing: border-box;
  width: 24px;
}
.vector-icon2 {
  height: 19.5px;
  width: 20px;
  position: relative;
}
.link3 {
  height: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-11xs) var(--padding-11xs) var(--padding-10xs-5);
  box-sizing: border-box;
  width: 24px;
}
.vector-icon3 {
  height: 20px;
  width: 20px;
  position: relative;
}
.frame-parent2,
.link-parent,
.link4 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.link4 {
  height: 24px;
  overflow: hidden;
  padding: var(--padding-11xs);
  box-sizing: border-box;
  width: 24px;
}
.frame-parent2,
.link-parent {
  gap: var(--gap-13xl);
}
.frame-parent2 {
  align-self: stretch;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--gap-xl);
}
.seteducation-all-rights {
  width: 297px;
  position: relative;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright-text,
.frame-parent1 {
  display: flex;
  align-items: flex-start;
}
.copyright-text {
  align-self: stretch;
  border-top: 1px solid #f3f4f6;
  flex-direction: row;
  justify-content: center;
  padding: var(--padding-21xl) var(--padding-xl);
  text-align: center;
  color: var(--gray-4);
  font-family: var(--font-roboto);
}
.frame-parent1 {
  width: 1088px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
  max-width: 100%;
}
.user-login-page,
.user-login-page-child {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}
.user-login-page-child {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  padding: 0 var(--padding-xl);
  max-width: 100%;
  text-align: left;
  font-size: var(--font-size-base);
  color: var(--gray-5);
  font-family: var(--font-inter);
}
.user-login-page {
  width: 100%;
  position: relative;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 0 var(--padding-45xl);
  letter-spacing: normal;
}
form input.errored{
  border-color: #cd0000
}
.error-message{
  font-size: 12px;
  color: #cd0000;
  height: 14px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-inter);
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-align: center;
}

.close-button {
  float: right;
  font-size: 1.5em;
  cursor: pointer;
}
.model_popup_cont{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 100;
  display: none;
}
.model_popup_cont .model_popup{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: 90%;
  background-color: var(--white);
  max-height: 90%;
  padding: 20px;
  border-radius: 8px;
}
.model_popup_cont .model_popup .form{
  display: block;
}
.model_popup_cont .model_popup .form input{
  padding: 0 10px;
}
.model_popup_cont .model_popup .form input[type="submit"]{
  padding: 10px;
  width: 100%;
}
.model_popup_cont .model_popup .model_submit{
  display: none;
}
.model_popup_cont .model_popup .popup_close_button{
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 100%;
  background: var(--primary);
  color: var(--white);
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}

.popup_msg{
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: bold;
}
.our-team-wrapper{
  width: 100%;
  padding: 0 0 104px;
}
.our-team-wrapper .our-team-section{
  max-width: 100%;
  width: 1280px;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
.our-team-wrapper .our-team-section h2{
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
}
.our-team-wrapper .our-team-section .team-listing{
  display: inline-block;
}
.our-team-wrapper .our-team-section .team-listing .listing-box{
  width: 30%;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .1);
  padding: 25px 30px;
  box-sizing: border-box;
  display: inline-block;
  margin: 1%;
}
.our-team-wrapper .our-team-section .team-listing .listing-box .listing-box-upper{
  display: flex;
  align-items: center;
}
.our-team-wrapper .our-team-section .team-listing .listing-box .listing-box-upper .image-box{
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 30px;
}
.our-team-wrapper .our-team-section .team-listing .listing-box .listing-box-upper .image-box img{
  width: 100%;
}
.our-team-wrapper .our-team-section .team-listing .listing-box .listing-box-upper .title-box{
  text-align: left;
}
.our-team-wrapper .our-team-section .team-listing .listing-box .listing-box-upper .title-box p{
  margin: 0;
  font-size: 18px;
}
.our-team-wrapper .our-team-section .team-listing .listing-box .listing-box-upper .title-box p.title{
  font-weight: bold;
}
.our-team-wrapper .our-team-section .team-listing .listing-box .listing-box-upper .title-box p.designation{
  margin-top: 2px;
}
.our-team-wrapper .our-team-section .team-listing .listing-box .listing-box-upper .title-box p.email{
  color: #777;
  font-size: 14px;
}
.our-team-wrapper .our-team-section .team-listing .listing-box .listing-box-upper .title-box a{
  display: block;
  width: 60px;
}
.our-team-wrapper .our-team-section .team-listing .listing-box .listing-box-upper .title-box a img{
  width:100%
}
.our-team-wrapper .our-team-section .team-listing .listing-box .listing-box-lower p{
  margin-bottom: 0;
  font-size: 14px;
  color: #777;
}