:root {
  --paragraph-color: #131338;
  --headings: #091030;
  --white: white;
  --para-pink: #f5d2fc;
  --whitesmoke: whitesmoke;
  --another-bolder-heading: #210f63;
  --bg-color: #f8f8f8;
  --text-paragraph: #24252d;
  --ore2accent: #0b4fb3;
  --grey: grey;
  --white-2: white;
  --black: black;
  --bio_bg: #060116;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 1.728rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 62px;
}

p {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
}

a {
  color: var(--paragraph-color);
  padding-left: 18px;
  padding-right: 18px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  font-size: 20px;
  line-height: 22px;
}

.header_section {
  margin-left: auto;
  margin-right: auto;
}

.header_all {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 70px 10px 50px;
  display: flex;
}

.mobile_header {
  display: none;
}

.header_content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header_button {
  cursor: pointer;
  background-color: #221d67;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 42px;
  font-size: 13px;
  display: flex;
}

.header_links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  font-size: 16px;
  font-weight: 500;
}

.link-2, .link-3, .link-4, .link-5 {
  font-size: 16px;
}

.text-block {
  color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.hero_section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: 1600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: block;
}

.hero_wrapper_home {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  height: auto;
  margin-top: -2rem;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.hero_heading {
  align-self: flex-start;
  margin-top: 80px;
  margin-left: 2rem;
}

.text-span {
  color: #140443;
  font-family: Yeseva One, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 110px;
}

.heading {
  color: #000;
  width: 17ch;
  font-size: 7.429rem;
  font-weight: 500;
  line-height: 1.1;
}

.subheading_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 80px;
  display: flex;
}

.subheading_right {
  align-self: auto;
  width: 55%;
  margin-top: -50px;
  margin-left: 10rem;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 0;
  overflow: hidden;
}

.subheading_left {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  margin-left: 2em;
  display: flex;
}

.text-block-2 {
  color: #000;
  padding-top: 2px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  object-fit: fill;
  background-color: #fff;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  padding-top: 2px;
  padding-bottom: 4px;
  padding-left: 4px;
  display: flex;
}

.text-block-3 {
  color: #000;
  border-bottom: 1.4px solid #000;
  width: 90px;
  margin-top: 20px;
  margin-left: 2px;
  padding-bottom: 3px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.subheading_right_txt_div {
  color: #000;
}

.hero_subheading_copy {
  color: #000;
  width: 33ch;
  font-family: DM Sans, sans-serif;
  font-size: 1.44rem;
  font-weight: 400;
  line-height: 1.4;
}

.choose_path_button {
  background-color: #140443;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 64px;
  margin-top: 35px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.hero_cta_flex {
  align-items: flex-start;
  display: flex;
}

.cta_sub_txt {
  color: #000;
  align-self: stretch;
  margin-top: 45px;
  margin-left: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.section {
  width: 100vw;
}

.our_mentors {
  background-color: #081130;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.mentors_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: 70px;
  margin-right: 70px;
  padding-top: 100px;
  display: flex;
}

.mentors_copy {
  color: #f5f5f5;
  width: 10ch;
  margin-bottom: 46px;
  font-family: DM Sans, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 62px;
}

.text-span-2 {
  color: #c6cfff;
  font-family: Yeseva One, sans-serif;
  font-size: 3.583rem;
  line-height: 1;
}

.header_hero_div {
  width: 100vw;
  height: 100vh;
}

.mentor_courses {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-left: 111px;
  margin-right: 50px;
  display: flex;
}

.course_white_wrapper {
  background-color: #162052;
  border-radius: 15px 0 0;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
}

.course_white_wrapper.morth {
  width: 182px;
  height: 188px;
  margin-top: -88px;
  margin-left: 21px;
}

.course_white_wrapper.mfd {
  width: 182px;
  height: 199px;
  margin-bottom: -129px;
}

.course_white_wrapper.mfds {
  width: 182px;
  height: 188px;
  margin-top: -300px;
}

.course_white_wrapper.ore {
  width: 182px;
  height: 188px;
  margin-bottom: -63px;
}

.paragraph {
  font-size: 14px;
  line-height: 20px;
}

.mentors_cta_flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: fill;
  border-bottom: 1px solid #f5f5f5;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 8px;
  display: flex;
}

.mentors_cta {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-2 {
  font-size: 1.44rem;
  font-weight: 400;
  line-height: 1.4;
}

.social_proof_section {
  z-index: 40;
  background-color: #081130;
  width: 100vw;
  height: 330vh;
  position: relative;
}

.social_proof_wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 330vw;
  height: 100vh;
  margin-top: 25vh;
  margin-left: 30vw;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  border-radius: 4px;
  transform: rotate(-5deg);
}

.image-2 {
  border-radius: 6px;
  margin-top: 42px;
}

.image-3 {
  margin-top: 21px;
}

.image-4 {
  border-radius: 5px;
  transform: rotate(5deg);
}

.image-5 {
  border-radius: 5px;
  margin-top: 50px;
}

.image-6 {
  border-radius: 5px;
  transform: rotate(-4deg);
}

.sticky_scroll_wrapper {
  max-width: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0;
  overflow: hidden;
}

.div-block-2 {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.proof_content {
  border: 1px solid #2e335a;
  border-radius: 500px;
  width: 500px;
  height: 500px;
  margin-bottom: 0;
  display: block;
  position: absolute;
  top: 10vh;
  bottom: 0%;
  left: 30vw;
  right: 0%;
}

.proof_content._2 {
  display: block;
}

.proof_content.mobile {
  max-width: none;
}

.heading-2 {
  color: #fff;
  text-align: center;
  padding-top: 89px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 62px;
}

.proof_subheading {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.experts_card_section {
  z-index: 50;
  background-color: #f8ddfd;
  border-radius: 3em 3em 0 0;
  width: auto;
  height: 110vh;
  margin-top: -10vh;
  position: relative;
  overflow: hidden;
}

.experts_card_wrapper {
  flex-direction: row;
  justify-content: space-between;
  max-width: none;
  margin-left: 70px;
  margin-right: 70px;
  padding-top: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_content_flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.cards_heading {
  color: #091030;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 5.159rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-span-3 {
  font-family: Yeseva One, sans-serif;
}

.text-block-5 {
  color: #000;
  width: 38ch;
  margin-left: 3px;
  font-family: DM Sans, sans-serif;
  font-size: 1.44rem;
  line-height: 1.4;
}

.slider_swiprer {
  margin-right: 50px;
  transform: rotate(0);
}

.aleem {
  background-image: url('../images/Ahmed-Aleem.png');
  background-position: 63% 1%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.4em;
  width: 250px;
  height: 375px;
}

.aleem.is-photos {
  border-top-left-radius: 5em;
  width: 400px;
  height: 450px;
  margin-top: 0;
  margin-right: 70px;
  overflow: visible;
}

.div-block-3 {
  background-color: #091030;
  border-radius: .4em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 244px;
  height: 58px;
  margin-top: 45px;
  margin-left: 3px;
  font-size: .8rem;
  line-height: 1.2;
  display: flex;
}

.div-block-3.courses {
  margin-top: 0;
}

.text-block-6 {
  color: #f9ddfd;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.courses_section {
  z-index: 55;
  background-color: #657bff;
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
  width: 100vw;
  height: 200vh;
  margin-top: -3vh;
  position: relative;
}

.courses_section.ore {
  height: 210vh;
  margin-top: -4vh;
}

.courses_wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.heading-3 {
  color: #fff;
  width: 12em;
  font-size: 3.583rem;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-4 {
  background-color: #081030;
}

.courses_heading {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 140px;
  margin-left: 75px;
  margin-right: 75px;
  display: flex;
}

.course_content_flex {
  border-top: 1.5px solid #f5f5f5;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 115px;
  padding-left: 80px;
  padding-right: 115px;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.course_content_flex.op_0 {
  opacity: 0;
}

.course_copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 0 solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  height: 27vh;
  padding-top: 70px;
  display: grid;
}

.course_name_cta {
  display: flex;
  position: relative;
}

.course_name {
  color: #f5f5f5;
  width: 12ch;
  font-size: 2.448rem;
  font-weight: 500;
  line-height: 46px;
}

.course_des {
  color: #fff;
  margin-top: 0;
  font-size: 1.44rem;
  font-weight: 400;
  line-height: 1.4;
}

.image-7 {
  border: 1px solid #fff;
  border-radius: 500px;
  margin-right: 20px;
  padding: 10px;
  position: absolute;
  top: auto;
  bottom: 29%;
  left: auto;
  right: 0%;
}

.image-7._2 {
  align-self: flex-start;
}

.diverse_section {
  background-color: #081130;
  background-image: url('../images/svg-bg-experts.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.diverse_wrapper {
  max-width: none;
  margin-top: 0;
  margin-left: 74px;
  margin-right: 74px;
  padding-top: 162px;
}

.diverse_heading {
  border: 0 solid #fff;
  border-bottom-width: 1px;
  justify-content: space-between;
  display: flex;
}

.heading-4 {
  color: #fff;
  border-bottom: 0 solid #fff;
  padding-bottom: 45px;
  font-family: DM Sans, sans-serif;
  font-size: 5.159rem;
  font-weight: 500;
  line-height: 86px;
}

.diverse_quote_flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 115px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.diverse_text {
  color: #fff;
  text-align: left;
  align-self: center;
  width: 40ch;
  margin-bottom: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.lottie-animation {
  width: 130px;
  margin-top: -18px;
  margin-right: 70px;
}

.diverse_name_image {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  order: 1;
  justify-content: flex-start;
  align-self: flex-start;
  margin-left: 0;
  padding-left: 25vh;
  display: flex;
}

.image-8 {
  border-radius: 500px;
  width: 80px;
}

.diverse_image {
  background-image: url('../images/Ahmed-Aleem.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 500px;
  width: 80px;
  height: 80px;
  margin-left: 0;
}

.name_position_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.quoter, .position {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
}

.resource_library_wrapper {
  max-width: none;
  margin-top: 200px;
  margin-left: 74px;
  margin-right: 72px;
}

.heading-5 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 3.583rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-span-4 {
  color: #f5d2fc;
  font-family: Yeseva One, sans-serif;
}

.link-6, .text-block-7 {
  color: var(--white);
  font-size: 22px;
  line-height: 24px;
}

.text-block-8 {
  color: var(--white);
  font-size: 1.44rem;
  line-height: 1.2;
}

.resouece_link_block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  width: 29.5ch;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-9 {
  margin-top: 5px;
}

.reosuces_cards_cms {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 63px;
  display: grid;
}

.resource_lib_flex {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div_resouce_img {
  background-image: url('../images/188375211_1107891679717409_3400268872853141466_n.png');
  background-position: 50%;
  background-size: cover;
  border-radius: .3em;
  width: 100%;
  height: 230px;
}

.div_resouce_img._2 {
  background-image: url('../images/364118123_713314350805338_5066516854973011382_n.jpeg');
}

.div_resouce_img._3 {
  background-image: url('../images/morth-lib.jpeg');
  background-position: 50% 36%;
}

.resouces-subimg_flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.course_rel {
  background-color: #657bff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  display: flex;
}

.text-block-9 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.resrouces_arrow {
  border: 1px solid #f5f5f5;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.text-block-10 {
  color: #f5f5f5;
  font-family: DM Sans, sans-serif;
  font-size: 1.44rem;
  line-height: 1.4;
}

.upcoming_section {
  background-color: #081130;
  margin-left: 0;
  margin-right: 0;
  padding-top: 125px;
}

.upcoming_wrapper {
  max-width: none;
  margin-left: 74px;
  margin-right: 70px;
}

.upcoming_copy {
  margin-bottom: 90px;
}

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

.upcoming_heading {
  color: #f5f5f5;
  font-size: 3.583rem;
  line-height: 1.1;
}

.text-span-5 {
  color: #c6cfff;
  font-family: Yeseva One, sans-serif;
}

.upcoming_subcopy {
  color: #f5f5f5;
  margin-top: 25px;
  font-family: DM Sans, sans-serif;
  font-size: 1.44rem;
  line-height: 1.5;
}

.upcoming_content_flex {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.upcoming_img {
  background-image: url('../images/374482438_733536502116456_3712606211419168143_n.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5em;
  width: 300px;
  height: 300px;
}

.upcoming_content {
  width: 100%;
  height: 300px;
  font-family: DM Sans, sans-serif;
}

.content_cat_heading {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  font-size: 20px;
  line-height: 22px;
  display: flex;
}

.text-block-11 {
  color: var(--para-pink);
  font-size: 20px;
}

.text-block-12 {
  color: var(--whitesmoke);
}

.div-block-5 {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  justify-content: space-between;
  display: flex;
}

.div-block-6 {
  background-image: url('../images/374482438_733536502116456_3712606211419168143_n.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.div-block-7 {
  background-image: url('../images/374482438_733536502116456_3712606211419168143_n.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5em;
  width: 240px;
  height: 260px;
  margin-left: 5px;
}

.div-block-8 {
  align-self: flex-end;
  width: 66%;
  height: 250px;
  margin-top: 0;
}

.text-block-13 {
  font-size: 20px;
  line-height: 22px;
}

.div-block-9 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-bottom: 1px solid gray;
  justify-content: flex-start;
  padding-bottom: 22px;
  font-size: 20px;
  line-height: 22px;
  display: flex;
}

.div-block-9._2 {
  margin-top: 22px;
}

.text-block-14 {
  color: var(--para-pink);
  width: 50px;
  font-size: 1.44rem;
  line-height: 1.2;
}

.text-block-15 {
  color: var(--whitesmoke);
  font-size: 1.44rem;
  line-height: 1.2;
}

.make_it_easy_section {
  background-color: #081130;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 120vh;
  padding-top: 300px;
  display: flex;
  position: relative;
}

.make_it_wrapper {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #f9ddfd;
  border-radius: 50%;
  width: 500px;
  height: 500px;
}

.svg_pink {
  z-index: 10;
  background-color: #081130;
  background-image: url('../images/makeit.svg');
  background-position: 50% 8%;
  background-repeat: no-repeat;
  background-size: 130vw;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta_content {
  z-index: 15;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-family: DM Sans, sans-serif;
  font-size: 64px;
  line-height: 64px;
  display: flex;
  position: relative;
}

.cta_copy {
  color: var(--headings);
  text-align: center;
  width: 17ch;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 50px;
  font-size: 5.159rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-span-6 {
  color: #203492;
  font-family: Yeseva One, sans-serif;
}

.cta_button {
  border: 2px solid #203492;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 525px;
  height: 115px;
  display: flex;
}

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

.image-10 {
  padding-top: 16px;
}

.footer {
  background-color: #081130;
}

.footer_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: 70px;
  margin-right: 70px;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

.footer_contact_heading_suflex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.can_help {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.lets_talk {
  color: #f5f5f5;
  font-size: 59px;
  line-height: 59px;
}

.talk_arrow_flex {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 5px;
  display: flex;
}

.footer_menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pathways {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.footer_menu_links {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  color: var(--whitesmoke);
  padding-bottom: 7px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
}

.hearo_section_2 {
  background-color: #edf1f3;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
  box-shadow: 0 2px 5px #131338;
}

.session_heading {
  color: var(--paragraph-color);
  width: 20ch;
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
}

.hero_wrapper_img_content {
  flex-direction: row;
  margin-left: 4.2em;
  margin-right: 4.2em;
  padding-top: 5vh;
  display: flex;
}

.hero_img {
  width: 15vw;
  height: 20vh;
}

.paragraph-3 {
  color: var(--paragraph-color);
  width: 55ch;
  margin-top: 1.5em;
  padding-left: .2em;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.reserve_button_div {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: .4px solid var(--paragraph-color);
  cursor: pointer;
  background-color: #4b4b4b;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 68px;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.res_seat {
  background-color: #131338;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.rest_txt {
  color: #f5f5f5;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.res-seat_button_img {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.res_imgs_copy {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: .5em;
  display: flex;
}

.res_imgs_numb {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: -1em;
  display: flex;
}

.res_imgs_numb.desktop {
  display: none;
}

.res_imgs {
  margin-top: 8px;
  position: relative;
}

.image-11 {
  z-index: 3;
  border-radius: 50%;
  position: relative;
  left: -.8vw;
  transform: rotate(0);
}

.image-12 {
  z-index: 5;
  transform-style: preserve-3d;
  border-radius: 50%;
  position: relative;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.image-13 {
  transform-style: preserve-3d;
  border-radius: 50%;
  position: relative;
  left: -1.3vw;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.text-block-17 {
  z-index: 100;
  margin-left: -12px;
  padding-top: .5em;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  position: relative;
}

.text-block-18 {
  font-family: DM Sans, sans-serif;
}

.div-block-10 {
  background-color: #121338;
  width: 100%;
  height: 100%;
}

.date_time_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: center;
  margin-top: 7vh;
  display: flex;
}

.infi_div {
  z-index: 10;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.infi_div.replay {
  display: none;
}

.text-block-19 {
  color: #131339;
  border-bottom: 2px dashed #131338;
  padding-bottom: 7px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.image-14 {
  width: 40vh;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  padding-top: 7vh;
  display: flex;
}

.logo_yourway {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-left: .5vw;
  display: flex;
}

.reg_logo {
  width: 200px;
}

.text-block-20 {
  border-left: 2px solid #131338;
  padding-left: 15px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-12 {
  background-color: #f5f5f5;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.image-15 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-16 {
  z-index: 5;
  opacity: 1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-20 {
  display: none;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.body-3 {
  background-color: #f5f5f5;
}

.reg_logo_comp {
  width: 150px;
}

.div-block-14 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  display: flex;
}

.reg_comp_txt {
  color: var(--another-bolder-heading);
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 2.488rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-block-21 {
  color: #222;
  width: 50ch;
  margin-top: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.44rem;
  font-weight: 400;
  line-height: 1.2;
}

.session_com_details_flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.reg_comp_details {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid #0e1639;
  border-radius: 2em 0 1.5em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 1rem;
  display: flex;
}

.text-block-22 {
  color: #32349b;
  font-family: DM Sans, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 2.2vw;
}

.text-block-23 {
  text-align: center;
  margin-top: 7vw;
  font-family: DM Sans, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 3vw;
  display: none;
}

.div-block-15 {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.image-21 {
  position: absolute;
  top: -40vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header_menu_open {
  z-index: 5000;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social_proof_mobile {
  display: none;
}

.text-span-8 {
  color: var(--paragraph-color);
  font-family: Yeseva One, sans-serif;
}

.pathway_header_hero {
  background-color: #f9e5fa;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.pathway_back_link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-left: 52px;
  margin-right: 52px;
  padding-top: 61px;
  display: flex;
}

.back_arrow {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.text-block-29 {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.pathway_hero_section {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  max-width: 1800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
  display: grid;
}

.pathway_hero_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pathway_heading_tutors_flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pathway_heading_txt {
  color: #222;
  font-family: DM Sans, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 61px;
}

.image-29 {
  margin-left: 5px;
}

.pathway_tutor_flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 39px;
  display: flex;
}

.pathway_tutors_txt {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.pathway_tutors_names {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: space-between;
  display: flex;
}

.tutor_name {
  border-bottom: 2px solid #222;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.pathway_heading_detail_flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.pathway_heading_detail_1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 39px;
  display: flex;
}

.pathway_detail_content_flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-30 {
  color: #222;
  padding-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.text-span-9 {
  font-weight: 400;
}

.pathway_starts_date_flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-31 {
  color: #222;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.start_date_txt_cta_flex {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
}

.start_date_txt {
  font-size: 16px;
  line-height: 32px;
}

.start_date_request_cta {
  color: #222;
  margin-left: -10px;
  font-size: 16px;
  line-height: 32px;
}

.image-30 {
  border-radius: 20px;
  width: 500px;
  max-width: none;
  margin-top: 50px;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.overview_section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.overview_section.reg.mfds {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.overview_txt_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 37ch;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.text-block-32 {
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  transform: skew(0deg);
}

.overview {
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.overview.reg {
  color: #e01972;
}

.ovewview_heading {
  color: #222;
  align-self: flex-start;
  margin-bottom: 30px;
  font-size: 46px;
  font-weight: 500;
  line-height: 55px;
}

.ovewview_heading.reg {
  color: #140443;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.paragraph-4 {
  font-size: 22px;
  line-height: 36px;
}

.paragraph-4.reg {
  color: #222;
}

.paragraph-5 {
  margin-top: 20px;
  font-size: 22px;
  line-height: 36px;
}

.paragraph-5.reg {
  color: #222;
}

.course_details_section {
  padding-left: 50px;
  padding-right: 50px;
}

.course_details_wrapper {
  background-color: #fce8fe;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0 5rem 70px;
  display: flex;
}

.program_details_flex {
  width: 30%;
}

.program_details_txt {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.heading-7 {
  color: #222;
  font-size: 46px;
  font-weight: 500;
  line-height: 55px;
}

.course_details_content {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: column;
  width: 70%;
  display: flex;
}

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

.course_details_grid.learning_outcome {
  flex-direction: column;
  display: flex;
}

.text-block-33 {
  color: #222;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
}

.text-block-34 {
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  line-height: 25px;
}

.course_details_txt_flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.outcome_txt_mark_flex {
  flex-direction: column;
  display: flex;
}

.outcome_txt_mark_mini {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  margin-left: -30px;
  display: flex;
}

.outcome_txt {
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  line-height: 25px;
}

.course_content_wrapper {
  max-width: 1800px;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.what_you_learn_flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-35 {
  color: #222;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.heading-8 {
  color: #222;
  max-width: 12ch;
  font-family: DM Sans, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 55px;
}

.course_content_weeks_flex {
  flex-direction: column;
  align-items: stretch;
  margin-top: 5rem;
  display: flex;
}

.course_week_subflex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px dashed #222;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.course_week_subflex.last {
  border-bottom: 1px dashed #222;
}

.week_number {
  background-color: #fce8fd;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 42px;
  display: flex;
}

.text-block-36 {
  color: #222;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.text-block-37 {
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-19 {
  flex-direction: column;
  align-items: center;
  margin-top: 7rem;
  display: flex;
}

.text-block-38 {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-9 {
  color: #222;
  text-align: center;
  align-self: center;
  margin-top: 45px;
  font-family: DM Sans, sans-serif;
  font-size: 133px;
  line-height: 133px;
}

.text-block-39 {
  margin-top: 50px;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.know_your_mentor_section {
  padding-top: 5rem;
  padding-left: 50px;
  padding-right: 50px;
}

.know_mentor_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fce8fd;
  border-radius: 10px;
  justify-content: flex-start;
  max-width: 1800px;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  padding: 77px 50px 70px 70px;
  display: flex;
}

.mentor_heading_names_flex {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.mentor_txt {
  color: #222;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.know_your_mentor_heading {
  padding-left: 9px;
  font-size: 46px;
  font-weight: 500;
  line-height: 55px;
}

.know_mentor_names_list {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.link-8 {
  border-bottom: 1.4px solid #6b6b6b;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.mentor_bio_flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.mentor_bio_subflex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 60%;
  display: flex;
}

.mentor_img {
  background-image: url('../images/khaled_bahaa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 337px;
  height: 377px;
  padding-left: 0;
}

.mentor_img.host_img2 {
  background-image: url('../images/khaled_bahaa.png');
}

.mentor_img.host_img3 {
  background-image: url('../images/4U3A0632-1.jpg');
}

.mentor_img.img_madani {
  background-image: url('../images/IMG_0710-1.jpg');
  background-position: 50% 20%;
}

.mentor_img.host_img4 {
  background-image: url('../images/4U3A0013-1.jpg');
}

.mentor_name {
  color: #222;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-6 {
  color: #222;
  max-width: 30ch;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-6.host_bio3 {
  font-size: 19px;
}

.div-block-20 {
  background-color: #e5bdeb;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 285px;
  height: 73px;
  display: flex;
}

.text-block-40 {
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 72px;
}

.mentor_bio_img_master_flex {
  justify-content: space-between;
  display: flex;
}

.mentor_bio_img_master_flex.host3, .mentor_bio_img_master_flex.host2, .mentor_bio_img_master_flex.host4 {
  display: none;
}

.div-block-22 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  display: flex;
}

.text-block-41 {
  color: #222;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.quality_section {
  padding-left: 50px;
  padding-right: 50px;
}

.quality_wrapper {
  flex-flow: column wrap;
  align-content: center;
  align-items: stretch;
  margin-top: 212px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-42 {
  color: #222;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}

.text-block-43 {
  color: #222;
  text-align: center;
  width: auto;
  max-width: 100px;
  font-family: DM Sans, sans-serif;
  font-size: 133px;
  font-weight: 700;
  line-height: 133px;
}

.paragraph-7 {
  color: #222;
  max-width: 1800px;
  margin-top: 108px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 55px;
}

.dedication_imgs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 60px;
  display: grid;
}

.dedication_img {
  background-image: url('../images/Screen-Shot-2023-12-06-at-9.12.27-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 14px;
  width: 656px;
  height: 439px;
}

.dedication_img._2 {
  background-image: url('../images/Screen-Shot-2023-12-06-at-9.15.56-PM.png');
}

.plan_section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 219px;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
}

.plan_wrapper {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.body-4 {
  background-color: #f8f8f8;
}

.payment_method {
  color: #222;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.find_plan_heading {
  color: #222;
  max-width: 10ch;
  margin-bottom: 90px;
  font-family: DM Sans, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 55px;
}

.payment_terms_mflex {
  align-items: flex-start;
  display: flex;
}

.pay_full_flex {
  flex-direction: column;
  width: 45%;
  display: flex;
}

.text-block-44 {
  color: #222;
  margin-bottom: 44px;
  font-family: DM Sans, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 32px;
}

.text-block-45 {
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
}

.plan_price {
  border-left: 10px solid #fce8fd;
  flex-direction: column;
  margin-top: 60px;
  margin-left: -9px;
  padding-left: 10px;
  display: flex;
}

.text-block-46 {
  color: #222;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  line-height: 32px;
}

.text-block-47 {
  color: #222;
  font-family: DM Sans, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 55px;
}

.faq_section {
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.marque_wrapper {
  margin-bottom: 230px;
  overflow: hidden;
}

.heading-10 {
  color: #222;
  width: 100ch;
  font-weight: 500;
  display: none;
}

.faq_accordion_wrapper {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-48 {
  margin-bottom: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.text-block-48.reg {
  color: #e01972;
}

.text-block-49 {
  color: #222;
  margin-bottom: 6rem;
  font-family: DM Sans, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 55px;
}

.text-block-49.reg {
  color: #140443;
  margin-bottom: 4rem;
  font-size: 35px;
  line-height: 35px;
}

.text-block-50 {
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 32px;
}

.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.dropdown {
  border-top: 1px dashed #222;
  width: 100%;
}

.icon {
  display: none;
}

.text-block-51 {
  color: #222;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
}

.dropdown-list {
  background-color: #f8f8f8;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 100;
  line-height: 32px;
}

.div-block-23 {
  background-color: #fce8fd;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 41px;
  display: flex;
}

.text-block-52 {
  font-family: DM Sans, sans-serif;
}

.div-block-24 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-25 {
  border-top: .75px dashed #222;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-25.last {
  border-bottom: .75px dashed #222;
}

.div-block-26 {
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-27 {
  border: 1px solid #222;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 41px;
  margin-right: 40px;
  display: flex;
}

.text-block-53 {
  color: #222;
}

.text-block-54 {
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-8 {
  height: auto;
  padding-bottom: 6px;
  font-family: DM Sans, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  display: none;
}

.div-block-28 {
  height: 0;
  display: block;
}

.course_footer {
  margin-bottom: 10px;
  padding-top: 6rem;
  padding-left: 50px;
  padding-right: 50px;
}

.course_footer_wrapper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-31 {
  width: 4vw;
  height: 3.3vw;
}

.course_footer_flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 57px;
  display: flex;
}

.course_footer_flex.menu {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border-bottom: 0 dashed #222;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
}

.course_menu_link {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.course_footer_menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-9 {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.div-block-29 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  display: flex;
}

.course_footer_upcoming_wrapper {
  background-color: #fce8fd;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 306px;
  height: 88px;
  margin-right: 20px;
  display: flex;
}

.div-block-30 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-55 {
  font-weight: 400;
}

.text-block-56 {
  color: #222;
  font-size: 16px;
  font-weight: 700;
}

.heading-11 {
  display: none;
}

.padding {
  padding-left: 3.125rem;
  padding-right: 3.125px;
}

.p_pathway_hero_section {
  max-width: 1800px;
  margin-top: 4.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.body-5 {
  background-color: #f8f8f8;
}

.heading-12 {
  color: #222;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 8.312rem;
  font-weight: 700;
  line-height: 1;
}

.text-block-57 {
  text-align: center;
  width: 90%;
  max-width: 30ch;
  margin: 3.125rem auto 5.18rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 2rem;
}

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

.pathway_link_block {
  background-image: linear-gradient(rgba(0, 0, 0, .44), rgba(0, 0, 0, .44)), url('../images/Screen-Shot-2023-12-08-at-3.14.20-AM.png');
  background-position: 0 0, 50% 19%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 1rem;
  width: 100%;
  max-width: none;
  height: 85vh;
  max-height: 1000px;
  position: relative;
}

.pathway_link_block.morth {
  background-image: linear-gradient(to bottom, null, null), url('../images/Screen-Shot-2023-12-08-at-3.14.20-AM.png');
}

.pathway_link_block._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .44), rgba(0, 0, 0, .44)), url('../images/4U3A0632-1.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  max-width: none;
  height: 85vh;
  max-height: 1000px;
}

.pathway_link_block._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/IMG_0710-1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.pathway_link_block._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .43), rgba(0, 0, 0, .43)), url('../images/4U3A0013-1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.pathway_block_img {
  object-fit: cover;
  border-radius: 1.5rem;
  width: 100%;
  height: 45vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.pathway_block_content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 2rem 1rem 1rem;
  display: flex;
}

.text-block-58 {
  color: #fff;
  width: 100%;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3rem;
}

.heading-13 {
  color: #f5f5f5;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.pathway_features_section {
  max-width: 1800px;
  margin-top: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-14 {
  color: #222;
  text-align: center;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 8.312rem;
  font-weight: 700;
  line-height: 1;
}

.text-block-59 {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.35rem;
  line-height: 2rem;
}

.feature_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-top: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature_content_block {
  text-align: center;
  background-color: #272829;
  border-radius: 1.7rem;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.feature_heading {
  color: #f8f8f8;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.featire_copy {
  color: #f8f8f8;
  margin-top: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.lottie-animation-3 {
  width: 75%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation-3._2 {
  width: 70%;
}

.div-block-31, .div-block-32, .div-block-33 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.marque_section {
  margin-top: 10rem;
  margin-left: 50px;
  margin-right: 50px;
  overflow: hidden;
}

.marquee_text {
  color: #222;
  justify-content: flex-start;
  width: 2000vw;
  font-family: DM Sans, sans-serif;
  font-size: 113px;
  font-weight: 700;
  line-height: 113px;
  display: flex;
  overflow: visible;
}

.body-6 {
  color: #222;
  background-color: #edf1f3;
}

.ores_session_hero_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vh;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.ore_session_img_wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-60 {
  color: #222;
  border-left: 1px solid #000;
  padding-top: .2rem;
  padding-bottom: .2rem;
  padding-left: .5rem;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.image-32 {
  margin-right: .5rem;
}

.ore_session_hero_copy {
  z-index: 10;
  color: var(--paragraph-color);
  text-align: center;
  max-width: 22ch;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
  position: relative;
}

.text-block-61 {
  color: #222;
  text-align: center;
  max-width: 60ch;
  margin-top: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.session_cta_wrapper {
  background-color: #de1571;
  border-radius: .3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26rem;
  max-width: none;
  height: 4rem;
  margin-top: 2rem;
  font-size: 1rem;
  display: flex;
}

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

.image-33 {
  border-radius: 50%;
  position: absolute;
  top: -36%;
  bottom: auto;
  left: auto;
  right: -10%;
  transform: rotate(28deg);
}

.hero_copy_stickers {
  position: relative;
}

.tutor_names_mobile {
  display: none;
}

.div-block-34 {
  background-color: #222;
  border-radius: .3rem;
  width: 40%;
  padding: 1rem 2rem;
}

.text-block-63 {
  padding: 1rem 2rem;
}

.text-block-64 {
  color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.div-block-36 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #222;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 2rem;
  display: none;
}

.sticky_cta {
  background-color: #fce8fd;
  border-radius: .3rem;
  display: block;
}

.text-block-65 {
  color: #f5f5f5;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.text-block-66 {
  opacity: 1;
  color: #222;
  text-align: center;
  border-radius: .5rem;
  padding: 1rem 2rem .8rem;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

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

.pathway_hero_part {
  background-color: #f9e5fa;
}

.body-7 {
  background-color: var(--bg-color);
  font-family: DM Sans, sans-serif;
}

.reg-hero-section {
  max-width: 1800px;
  margin-top: 7rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.reg-hero-section.mfds {
  margin-top: 5rem;
}

.reg-hero-wrapper {
  text-align: center;
  max-width: 1800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5rem;
}

.reg_hero_heading {
  color: #140443;
  text-align: left;
  width: 22ch;
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 61px;
}

.reg_hero_heading.mfds {
  width: 15ch;
}

.course_reg_txt {
  color: #e01972;
  text-align: left;
  width: 11ch;
  margin-left: 8px;
  margin-right: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.confidence {
  display: inline-block;
}

.div-block-39 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  margin-left: 8px;
  display: flex;
}

.div-block-39.reg {
  margin-top: 2.2rem;
}

.cta_main {
  background-color: #233161;
  border: 1px solid #000;
  border-radius: .3rem;
  padding: 1rem 2rem;
}

.cta_main_txt {
  color: #f5f5f5;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
}

.cta_sub {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: .3rem;
  padding: 1rem 2rem;
}

.cta_main_txt-copy {
  color: var(--paragraph-color);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
}

.html-embed {
  text-align: center;
  border-radius: 10px;
  height: auto;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.value_prop_sec {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.value_prop_sec.whymfds {
  display: block;
}

.value_prop_sec.whymfds.var1 {
  display: none;
}

.value_prop_sec.whyexperts {
  max-width: 1800px;
}

.div-block-40 {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1600px;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 75px;
  display: grid;
}

.div-block-40.whymfds {
  grid-row-gap: 10rem;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.value_prop {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.value_prop.whymfds {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  display: inline-flex;
}

.value_icon.whymfds {
  opacity: 1;
  width: 100px;
  margin-right: 2rem;
}

.value_text {
  color: #140443;
  margin-bottom: .5rem;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.value_text.whymfds {
  font-size: 34.56px;
}

.text-block-68 {
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-block-68.whymfds, .text-block-68.whymfds._4 {
  width: 100%;
}

.course_syllabus_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14rem;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.course_syllabus_section {
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.course_syllabus_content_flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.heading-15 {
  color: #140443;
  border-bottom: .3px solid #140443;
  width: 25ch;
  padding-bottom: 20px;
  font-size: 35px;
  font-weight: 500;
  line-height: 35px;
}

.text-block-69 {
  color: #222;
  width: 60ch;
  margin-top: 1rem;
  font-size: 1rem;
}

.facebook_embed, .facebook_embed_mobile {
  text-align: center;
  border-radius: 10px;
  height: auto;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.course_sylaabus_link {
  color: #e01972;
  border-bottom: 0 solid #000;
  width: 30ch;
  margin-top: 8px;
  padding-bottom: 4px;
  padding-left: 2px;
  padding-right: 0;
  font-size: 16px;
}

.codurse_syllabus_link_arrow_wrapper {
  border-bottom: .5px solid #e01972;
  width: 35ch;
  margin-top: 1rem;
}

.arrow {
  display: none;
}

.course_syllabus_more_wrapper {
  max-width: 1600px;
  margin-top: 18rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-16 {
  color: #140443;
  text-align: center;
  width: 20ch;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-70 {
  text-align: center;
  width: 70ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.text-block-70.mfds {
  font-family: DM Sans, sans-serif;
}

.sylllabus_button {
  background-color: #e01972;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  display: flex;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .2);
}

.sylllabus_button.mfds {
  display: none;
}

.syllabus_button_txt {
  color: var(--white);
  text-align: center;
  margin-top: 3px;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.course_syllabus_breakdown_flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.syllabus_grid_content {
  border: 1px solid #222;
  border-radius: 3px;
  padding: 2rem 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.syllabus_grid_content.mfds {
  border-radius: .3rem;
  height: 500px;
}

.text-block-71 {
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-71.mfds {
  color: #140443;
  margin-bottom: .5rem;
  font-family: DM Sans, sans-serif;
}

.text-block-72 {
  color: #333;
  margin-top: .5rem;
  font-size: 1rem;
}

.text-block-72.mfds {
  margin-top: 1rem;
  font-family: DM Sans, sans-serif;
}

.module_name_info_flex {
  margin-top: 0;
  padding-bottom: 0;
}

.module_number {
  color: #222;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.module_number.mfds {
  color: #000;
}

.module_info {
  margin-top: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.module_info.mfds {
  margin-top: 1rem;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.branch_name {
  color: #222;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.branches-names {
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.feedback_wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 7rem;
}

.safe_hands_txr {
  color: #140443;
  text-align: center;
  width: 18ch;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-73 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-block-70-copy {
  text-align: center;
  width: 85ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.tutor_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1600px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tutor_img_content_flex {
  align-items: center;
  display: flex;
}

.know_mentor_wrapper_reg {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fce8fd;
  border-radius: 10px;
  justify-content: flex-start;
  max-width: 1800px;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  padding: 77px 50px 70px 70px;
  display: flex;
}

.know_mentor_wrapper_mfd {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fce8fd;
  border-radius: 10px;
  justify-content: flex-start;
  max-width: 1800px;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  padding: 77px 50px 70px 70px;
  display: none;
}

.mentor_heading_names_flex_mfd {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.mentor_bio_flex_mfd {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.mentor_txt_mfd {
  color: #222;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.know_your_mentor_heading_mfd {
  padding-left: 9px;
  font-size: 46px;
  font-weight: 500;
  line-height: 55px;
}

.know_mentor_names_list-copy {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.link-8_none {
  border-bottom: 1.4px solid #6b6b6b;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  display: none;
}

.text-span-13, .text-span-14 {
  font-size: 16px;
}

.mentor_img_mfd {
  background-image: url('../images/khaled_bahaa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 337px;
  height: 377px;
  padding-left: 0;
}

.mentor_img_mfd.host_img2 {
  background-image: url('../images/Ahmed-Aleem-1.jpg');
}

.mentor_img_mfd.host_img3 {
  background-image: url('../images/4U3A0632-1.jpg');
}

.mentor_img_mfd.img_madani {
  background-image: url('../images/IMG_0710-1.jpg');
  background-position: 50% 20%;
}

.mentor_img_mfd_2 {
  background-image: url('../images/khaled_bahaa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 337px;
  height: 377px;
  padding-left: 0;
}

.mentor_img_mfd_2.host_img2 {
  background-image: url('../images/khaled_bahaa.png');
}

.mentor_img_mfd_2.host_img3 {
  background-image: url('../images/4U3A0632-1.jpg');
}

.mentor_img_mfd_2.img_madani, .mentor_img_mfd_2.img_elrefai {
  background-image: url('../images/4U3A0013-1.jpg');
  background-position: 50% 20%;
}

.marquee_text_mfd {
  color: #222;
  justify-content: flex-start;
  width: 2000vw;
  font-family: DM Sans, sans-serif;
  font-size: 113px;
  font-weight: 700;
  line-height: 113px;
  display: flex;
  overflow: visible;
}

.marquee_text-copy {
  color: #222;
  justify-content: flex-start;
  width: 2000vw;
  font-family: DM Sans, sans-serif;
  font-size: 113px;
  font-weight: 700;
  line-height: 113px;
  display: none;
  overflow: visible;
}

.outcome_txt_mark_mini_mfd {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  margin-left: -30px;
  display: flex;
}

.course_details_section_mfd {
  padding-left: 50px;
  padding-right: 50px;
}

.text-block-74 {
  text-align: left;
  margin-top: 1rem;
  padding-left: 4px;
}

.reg_wrapper {
  max-width: 1600px;
  margin-top: 15rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}

.heading-17 {
  color: #140443;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.reg_content_flex_main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #233161;
  border-radius: 6px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  padding: 2rem 2rem 3rem;
  display: flex;
  position: relative;
  box-shadow: 0 6px 5px 4px rgba(18, 26, 51, .47);
}

.reg_flex_content {
  width: 100%;
}

.text-block-75 {
  font-size: 19px;
  line-height: 25px;
}

.text-block-76 {
  border-bottom: .3px solid #333;
  margin-bottom: 2rem;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: .5rem;
  font-size: 19px;
  line-height: 25px;
}

.reg_content_icon_info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.div-block-41 {
  align-items: center;
  display: flex;
}

.image-35 {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.link-11 {
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
}

.text-span-15, .text-span-16 {
  font-weight: 400;
}

.div-block-42 {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.image-36 {
  position: absolute;
  top: auto;
  bottom: 28%;
  left: auto;
  right: -12%;
  transform: rotate(-90deg);
}

.text-block-77 {
  margin-top: 1rem;
  padding-left: 4px;
}

.image-37 {
  text-align: right;
}

.image-38 {
  margin-top: -1rem;
  margin-right: -1rem;
}

.image-39 {
  margin-left: -.5rem;
}

.text-block-78 {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-18 {
  color: #140443;
  text-align: center;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 700;
  line-height: 61px;
}

.heading-18.whymfds {
  color: #e01973;
}

.link-8-copy {
  border-bottom: 1.4px solid #6b6b6b;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.text-span-17 {
  font-size: 16px;
}

.link-8-host-4 {
  border-bottom: 1.4px solid #6b6b6b;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.discount-pop {
  background-color: #f8f8f8;
  border: .3px solid #222;
  border-radius: 3px;
  width: 80vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 10vh;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.discount-pop_wrapper {
  padding: 2rem;
  overflow: scroll;
}

.text-block-79 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-80 {
  margin-top: 1rem;
  overflow: scroll;
}

.text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23 {
  font-weight: 700;
}

.link-12 {
  direction: ltr;
  color: #e01972;
  text-align: center;
  font-weight: 700;
  display: block;
}

.div-block-43 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.image-40 {
  cursor: pointer;
}

.link-12-bottom {
  direction: ltr;
  color: #e01972;
  text-align: center;
  margin-top: 1rem;
  font-weight: 700;
  display: block;
}

.discount_show_txt {
  color: #e01972;
  cursor: pointer;
}

.text-span-24 {
  font-size: 1rem;
}

.reg_content_wrapper_mobile_land {
  display: none;
}

.discount_reg_pop_txt {
  color: #e01971;
  cursor: pointer;
  font-weight: 400;
}

.text-span-25 {
  font-weight: 400;
}

.text-block-70_mobile_vertical {
  text-align: center;
  width: 85ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  display: none;
}

.image-35-copy {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.free_attend_cta {
  color: #e01972;
  border-bottom: 0 solid #000;
  width: 30ch;
  margin-top: 8px;
  padding-bottom: 4px;
  padding-left: 2px;
  font-size: 16px;
  display: none;
}

.syllbus_pop {
  z-index: auto;
  background-color: #f5f5f5;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.syllabus_pop_wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.heading-19 {
  color: #140443;
  text-align: center;
  margin: 1rem auto 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 61px;
}

.text-block-81 {
  color: #e01971;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 32px;
}

.syllabus_section_value_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.syllabus_prop {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-82 {
  color: #222;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-83 {
  color: #222;
  text-align: center;
  width: 80ch;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.div-block-44 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #1b103b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 5rem 2rem;
  display: grid;
}

.module_num__info {
  color: #f5f5f5;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-84 {
  border-right: .3px solid #f5f5f5;
  height: 100%;
  padding-right: 16px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 61px;
}

.module_info_v_flex {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 16px;
  display: flex;
}

.text-block-85 {
  border-bottom: 1px solid #f5f5f5;
  align-self: stretch;
  padding-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-86 {
  padding-top: 8px;
}

.div-block-45 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-bottom: 1px solid #222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.syllabus_lec_no_flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.syllabus_branch_txt {
  color: #222;
  width: 20%;
  font-size: 1.728rem;
  font-weight: 700;
  line-height: 1.2;
}

.syllabus_branch_name, .text-block-87, .text-block-88 {
  font-size: 1.728rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-89 {
  color: #222;
  font-size: 1.728rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.div-block-47 {
  width: 60%;
}

.div-block-48 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-49, .div-block-50 {
  width: 50%;
}

.text-block-90, .text-block-90-copy, .text-block-90-copy, .text-block-90-copy, .text-block-90-copy {
  color: var(--headings);
  width: 100%;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.728rem;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-46-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.orientation_pop {
  background-color: #f5f5f5;
  border: .5px solid #222;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 5.5rem 2rem 5rem;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.ortientation_pop_wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-20 {
  color: #140443;
  text-align: left;
  margin-bottom: .5rem;
  font-size: 2.488rem;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-51 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 2rem;
  display: flex;
}

.heading-21 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.44rem;
  font-weight: 700;
}

.paragraph-9 {
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 5px;
  font-size: 1rem;
  line-height: 1.4;
}

.button {
  background-color: #233161;
  border-radius: 3px;
  padding-left: 18px;
  padding-right: 18px;
}

.orientation_pop_content_flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2rem;
  display: flex;
}

.div-block-51-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #222;
  border-right: 0 solid #222;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 0;
  padding-bottom: 2rem;
  display: flex;
}

.orienation_pop_contact_flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-41 {
  width: 1000px;
}

.heading-22 {
  color: #222;
  font-weight: 700;
}

.paragraph-10 {
  font-size: 1rem;
  line-height: 1.4;
}

.orientation_pop_close {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-block-91 {
  color: #c4125f;
}

.orientation_pop_close_bottom {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button-2 {
  background-color: #222;
  border-radius: 3px;
  padding-left: 18px;
  padding-right: 18px;
}

.link-13 {
  color: #075e54;
}

.div-block-54 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.text-block-92 {
  color: #222;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.button_orient_live {
  background-color: #e01972;
  border-radius: 3px;
  padding-left: 18px;
  padding-right: 18px;
}

.div-block-55 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: flex-start;
  margin-left: -19px;
  display: flex;
}

.button_orient_mobile_redirect {
  background-color: #233161;
  border-radius: 3px;
  padding-left: 18px;
  padding-right: 18px;
  display: none;
}

.image-43 {
  flex: 1;
  margin-top: -3rem;
}

.div-block-56 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.orientation_pop_close_access_pg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 6%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.syllabus_download_div {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5rem;
  display: flex;
}

.syllabus_download_wrapper {
  margin-left: auto;
  margin-right: auto;
}

.syllabus_download_heading {
  color: var(--paragraph-color);
  font-size: 2.488rem;
  font-weight: 700;
}

.text-block-93 {
  color: #222;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.button-3 {
  background-color: #e01972;
  padding-left: 18px;
  padding-right: 18px;
}

.html-embed-2 {
  margin-top: 5rem;
  margin-bottom: 0;
}

.html-embed-2.mfds {
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.text-block-94 {
  color: #075e54;
  font-weight: 500;
}

.body-8 {
  background-color: #f5f5f5;
}

.morth_hero_section {
  max-width: 1600px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.morth_hero_section.courseab {
  margin-top: 5rem;
}

.morth_heading {
  color: var(--another-bolder-heading);
  text-align: center;
  text-transform: capitalize;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 4.288rem;
  font-weight: 700;
  display: flex;
}

.morth_heading.courseab {
  width: 15ch;
}

.text-block-95 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80vh;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  display: flex;
}

.text-block-95.courseab {
  font-family: DM Sans, sans-serif;
  font-size: 1.22rem;
}

.value_prop_section {
  max-width: 1600px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: none;
}

.value_prop_wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reshape_flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.heading-23 {
  color: var(--another-bolder-heading);
  text-align: left;
  font-size: 2.488rem;
  font-weight: 500;
}

.image-44 {
  width: 70%;
}

.value_prop_grid_main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: .5px solid #200f63;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  display: grid;
}

.value_prop_grid_sub {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 4rem;
  display: flex;
}

.heading-24 {
  color: var(--another-bolder-heading);
  margin-top: 0;
  font-size: 2.074rem;
  font-weight: 700;
}

.value_content {
  border-bottom: .5px solid #c31161;
  padding-bottom: 2rem;
}

.text-block-96 {
  color: #000;
  width: 70ch;
  font-size: 1rem;
  line-height: 1.2;
}

.phil_secttion {
  background-color: #190f3f;
  background-image: url('../images/uuundulate.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 400px;
  width: 100vw;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.phil_wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.image-45, .image-46, .image-47, .image-48 {
  margin-right: 2rem;
}

.text-block-97 {
  color: #000;
  font-family: Droid Sans, sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
}

.text-block-98 {
  color: #f5f5f5;
  width: 90%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: DM Sans, sans-serif;
  font-size: 2.488rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-span-26 {
  color: #c4b4ff;
}

.text-span-27 {
  color: #e01972;
}

.ortho_phil_flex_vid_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ortho_phil_child_content {
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.heading-25 {
  color: #f5f5f5;
  font-size: 2.488rem;
  font-weight: 700;
}

.div-block-57 {
  width: 500px;
  height: 500px;
}

.text-block-99 {
  color: #f5f5f5;
  font-size: 1rem;
  line-height: 1.3;
}

.morth_porgram_detail_section {
  height: auto;
  overflow: visible;
}

.morth_program_details_wrapper {
  max-width: 1600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: static;
}

.heading-26 {
  color: var(--another-bolder-heading);
  text-align: center;
  margin-bottom: 4rem;
  font-size: 3.583rem;
  font-weight: 700;
}

.morth_details_flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.morth_details_content_child_flex {
  border: .5px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 1200px;
  padding: 0 2rem;
  display: flex;
}

.details_child_flex_content {
  color: #f5f5f5;
  border-right: 0 solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-right: 2rem;
  display: block;
}

.heading-27 {
  color: #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  margin-top: 16px;
  padding-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 2.488rem;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-58 {
  z-index: 50;
  background-color: #1a103e;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1200px;
  height: 600px;
  margin-bottom: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.div-block-58-copy {
  z-index: 150;
  background-color: #0761c2;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 600px;
  margin-bottom: 220px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
}

.div-block-58-copy-copy {
  background-color: #017598;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-58-copy-copy-copy {
  z-index: 200;
  background-color: #a31b7e;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 600px;
  margin-bottom: 110px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 236px;
}

.div-block-58-copy-copy-copy-copy {
  z-index: 250;
  background-color: #140811;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 346px;
}

.image-49 {
  opacity: .42;
  border-radius: 50%;
  position: relative;
  top: -1049px;
  left: 854px;
  right: 0;
}

.morth_team {
  margin-left: auto;
  margin-right: auto;
}

.morth_tram_wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.morth_team_heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.morth_progtam-stick_wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  height: auto;
  padding-top: 2rem;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.morth_tutors_section {
  margin-top: 0;
}

.morth_tutors_wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.text-block-100 {
  border-bottom: 1.5px solid var(--another-bolder-heading);
  color: #e01972;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 4rem;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-59 {
  border-top: 0px solid var(--another-bolder-heading);
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  display: flex;
}

.heading-28 {
  color: var(--another-bolder-heading);
  width: 70%;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2.488rem;
}

.div-block-60 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.div-block-61 {
  background-color: var(--another-bolder-heading);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 16px;
  margin-right: 32px;
  display: flex;
}

.text-block-101 {
  color: var(--another-bolder-heading);
  font-family: DM Sans, sans-serif;
  font-size: 1.44rem;
  font-weight: 700;
}

.team_grid_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.morth_tutor_last {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 386px;
  height: 430px;
  display: flex;
}

.text-block-102 {
  color: var(--another-bolder-heading);
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.44rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-103 {
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.div-block-62 {
  background-color: #160944;
  border-radius: 3px;
  width: 385px;
  height: 370px;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-block-104 {
  color: #f5f5f5;
  padding-bottom: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 2.488rem;
  font-weight: 500;
  line-height: 1.3;
}

.div-block-62-copy {
  background-color: #c91c6f;
  border-radius: 3px;
  width: 385px;
  height: 370px;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 1rem;
}

.div-block-63 {
  background-image: url('../images/Refy.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 385px;
  height: 433px;
}

.morth_tutor_last-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 386px;
  height: 430px;
  display: flex;
}

.div-block-63-copy {
  background-image: url('../images/Aleem.jpg');
  background-position: 50%;
  background-size: cover;
  width: 385px;
  height: 433px;
}

.div-block-63-copy2 {
  background-image: url('../images/MR-1.jpg');
  background-position: 50% 12%;
  background-size: cover;
  width: 385px;
  height: 433px;
}

.div-block-633 {
  background-image: url('../images/AA2-1.jpg');
  background-position: 50% 16%;
  background-size: cover;
  width: 385px;
  height: 433px;
}

.team_grid_wrapper_div_img {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.morth_ints_section {
  margin-left: auto;
  margin-right: auto;
}

.morth_ints_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  max-width: 1600px;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 80px;
  display: flex;
}

.heading-29 {
  color: #210f63;
  width: auto;
  margin-bottom: 1rem;
  font-size: 2.488rem;
  font-weight: 500;
}

.morth_intl_value_prop_flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-left: 2px solid #210f63;
  flex-direction: column;
  align-self: flex-end;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  padding-left: 4rem;
  display: flex;
}

.morth_intl_value_child {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-634 {
  align-self: flex-start;
  width: 60%;
}

.text-block-105 {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.text-block-106 {
  color: var(--another-bolder-heading);
  font-size: 1.2rem;
  line-height: 1.2;
}

.div-block-635 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.morth_contact_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin: 4rem auto;
  display: flex;
}

.morth_contact_flex {
  border: 2px solid var(--another-bolder-heading);
  border-radius: 40px;
  width: 90%;
  height: 80%;
  padding: 2rem;
}

.heading-30 {
  color: var(--another-bolder-heading);
  border-bottom: 0 solid #210f63;
  align-self: flex-end;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 4.288rem;
  font-weight: 500;
}

.heading-30.partabcourse.ore2 {
  color: #211d66;
}

.text-block-107 {
  align-self: flex-start;
  width: auto;
  margin-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.div-block-636 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  display: grid;
}

.text-block-108 {
  border-bottom: 0px solid var(--another-bolder-heading);
  color: #210f63;
  align-self: stretch;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 1.728rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-108.partabcourse {
  color: #211d66;
}

.div-block-637 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-638 {
  margin-top: 2rem;
}

.morth-cta_buttons_flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  display: none;
}

.button-4 {
  background-color: #160944;
  border-radius: 3px;
  padding: 18px;
  font-size: 1.2rem;
}

.button-5 {
  background-color: #c91c6f;
  border-radius: 3px;
  padding: 18px;
  font-size: 1.2rem;
}

.morth_footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 6rem;
  display: flex;
}

.morth_tut_span {
  font-size: 1.2rem;
}

.div-block-639 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--another-bolder-heading);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.div-block-639.partabcourse.ore2 {
  color: #211d66;
}

.div-block-640 {
  border: 2px solid var(--another-bolder-heading);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.image-50 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(47deg);
}

.link-15 {
  color: #c91c6f;
  align-self: center;
  margin-left: 8px;
  font-family: Vollkorn, serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.button-6 {
  background-color: var(--another-bolder-heading);
  border-radius: 3px;
  margin-left: 2rem;
}

.button-7 {
  color: #f5f5f5;
  background-color: #c91c6f;
  border-radius: 3px;
  margin-left: 2rem;
}

.div-block-641 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-8 {
  background-color: var(--another-bolder-heading);
  color: #f5f5f5;
  text-align: center;
  border-radius: 3px;
  padding: 12.5px 24.68px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.button-9 {
  color: var(--whitesmoke);
  background-color: #c91c6f;
  border-radius: 3px;
  padding: 12.5px 24.68px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.text-block-109 {
  color: #f5f5f5;
  text-align: justify;
  align-self: center;
  width: auto;
  margin-bottom: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.div-block-642 {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.morth-video_embed_feedback {
  margin-top: 5rem;
  margin-bottom: 0;
}

.morth-video_embed_feedback.courseab {
  display: none;
}

.morth_phil_video_embed {
  margin-top: 5rem;
  margin-bottom: 0;
}

.preclinic_video_embed_wrapper {
  align-self: flex-start;
  width: 400px;
  height: 400px;
  margin-top: -3.5rem;
}

.preclinic_video_embeded {
  margin-top: 5rem;
  margin-bottom: 0;
}

.div-block-643 {
  align-self: center;
  width: 55%;
}

.text-block-109-copy {
  color: #f5f5f5;
  text-align: justify;
  align-self: center;
  width: auto;
  margin-bottom: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  display: none;
}

.div-block-644 {
  background-color: #f5f5f5;
  width: 70%;
  height: 1px;
}

.text-block-110 {
  color: #f5d2fc;
  font-family: DM Sans, sans-serif;
}

.div-block-645 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.image-51 {
  transform: rotate(45deg);
}

.preclinic_video_embeded_residency, .preclinic_video_embeded_prep {
  margin-top: 5rem;
  margin-bottom: 0;
}

.text-block-111 {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.preclinic_video_embeded_digital {
  margin-top: 5rem;
  margin-bottom: 0;
}

.div-block-646 {
  border: 1px solid #f5f5f5;
}

.div-block-647 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/reagan-freeman-4Eu5Qsz7jmI-unsplash-1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.text-block-112 {
  color: #f5f5f5;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2.074rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-111-copy {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  display: none;
}

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

.image-52 {
  margin-right: 0;
}

.link-16 {
  align-self: center;
  margin-right: 0;
}

.div-block-648 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #222;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  margin-left: 2rem;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.link-17 {
  font-size: 1rem;
  font-weight: 700;
}

.link-18, .link-19 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-113 {
  color: var(--another-bolder-heading);
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-649 {
  border-bottom: 1px solid var(--another-bolder-heading);
  justify-content: space-between;
  align-items: center;
  margin-right: 2rem;
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-53 {
  transform: rotate(-45deg);
}

.morth_porgram_detail_section_mobile {
  height: auto;
  display: none;
  overflow: visible;
}

.heading-26_mobile {
  color: var(--another-bolder-heading);
  text-align: center;
  margin-bottom: 4rem;
  font-size: 3.583rem;
  font-weight: 700;
}

.morth_program_details_wrapper_mobile {
  max-width: 1600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: static;
}

.morth_progtam-stick_wrapper_mobile {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  height: auto;
  padding-top: 2rem;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-58_mobile {
  z-index: 50;
  background-color: #1a103e;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1200px;
  height: 600px;
  margin-bottom: 220px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.details_child_flex_content_mobile {
  color: #f5f5f5;
  border-right: 0 solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-right: 2rem;
  display: block;
}

.heading-27_mobile {
  color: #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  margin-top: 16px;
  padding-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 2.488rem;
  font-weight: 700;
  line-height: 1.2;
}

.preclinic_video_embed_wrapper_mobile {
  align-self: flex-start;
  width: 400px;
  height: 400px;
  margin-top: -3.5rem;
}

.div-block-642_mobile {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-block-109_mobile {
  color: #f5f5f5;
  text-align: justify;
  align-self: center;
  width: auto;
  margin-bottom: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.div-block-645_mobile {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.text-block-109_mobile_exam, .text-block-109_mobile_bold {
  color: #f5f5f5;
  text-align: justify;
  align-self: center;
  width: auto;
  margin-bottom: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.div-block-58-copy_mobile {
  z-index: 150;
  background-color: #0761c2;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 600px;
  margin-bottom: 127px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
}

.div-block-58-copy-copy-copy_mobile {
  z-index: 200;
  background-color: #a31b7e;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 600px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 236px;
}

.div-block-58-copy-copy-copy-copy_mobile {
  z-index: 250;
  background-color: #140811;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 346px;
}

.text-block-110-copy {
  color: #f5d2fc;
  font-family: DM Sans, sans-serif;
}

.div-block-645_mobile-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-643_addons_mobile {
  align-self: center;
  width: 50%;
}

.text-block-111_mobile {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.div-block-647_mobile {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/reagan-freeman-4Eu5Qsz7jmI-unsplash-1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.morth_phil_video_embed_mobile {
  margin-top: 5rem;
  margin-bottom: 0;
}

.text-block-99__mobile {
  color: #f5f5f5;
  margin-bottom: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}

.text-block-98_mobile {
  color: #f5f5f5;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: DM Sans, sans-serif;
  font-size: 2.488rem;
  font-weight: 500;
  line-height: 1.2;
  display: none;
}

.text-block-99__mobile_smalltxt {
  color: #f5f5f5;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}

.div-block-652 {
  border-bottom: 1px solid #f5f5f5;
  width: 60%;
  margin-top: 1rem;
}

.phil_line {
  border-bottom: 1px solid #f5f5f5;
  align-self: center;
  width: 60%;
  margin-top: 0;
}

.image-56 {
  width: 30px;
}

.div-block-653 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-top: 4rem;
  display: flex;
}

.morh_sticky_txt {
  opacity: 1;
  color: var(--whitesmoke);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 0;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  display: block;
}

.morth_sticky_cta {
  background-color: #c91c6f;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 16px;
  left: auto;
  right: 8px;
}

.morth_sticky_cta-copy {
  background-color: #c91c6f;
  border-radius: 8px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 16px;
  left: auto;
  right: 8px;
}

.value_prop_test {
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.value_prop_test_wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.value_prop_wrapper_test {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reshape_flex_test {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #c91c6f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: start;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.reshape_flex_test.courseab {
  display: none;
}

.heading-23_test {
  color: var(--another-bolder-heading);
  text-align: left;
  font-size: 2.488rem;
  font-weight: 500;
}

.image-44_test {
  width: 70%;
}

.value_test_grid {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.value_test_grid._3 {
  margin-bottom: 6rem;
  padding-top: 12rem;
}

.heading-31 {
  color: var(--another-bolder-heading);
  align-self: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 188px;
  font-size: 5.159rem;
  line-height: 1.2;
}

.text-block-117 {
  color: #f5f5f5;
  align-self: flex-end;
  width: auto;
  padding-top: 6rem;
  padding-bottom: 2rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-655 {
  width: 50%;
}

.text-block-117-copy {
  color: #f5f5f5;
  align-self: flex-end;
  width: auto;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-656 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 570px;
  font-size: 6.191rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.case_txt {
  color: var(--another-bolder-heading);
  align-self: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 5.159rem;
  line-height: 1.2;
}

.heading-31-copy-copy {
  color: var(--another-bolder-heading);
  align-self: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 186px;
  padding-left: 0;
  padding-right: 0;
  font-size: 5.159rem;
  line-height: 1.2;
}

.line_case {
  text-align: left;
  border-bottom: 3px solid #2b1383;
  align-self: flex-start;
  width: 190px;
  position: absolute;
  top: auto;
  bottom: 49%;
  left: -1%;
  right: auto;
}

.line_case_2 {
  text-align: left;
  border-bottom: 3px solid #2b1383;
  align-self: flex-start;
  width: 190px;
  position: absolute;
  top: auto;
  bottom: 17%;
  left: -1%;
  right: auto;
}

.cand_r_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 900px;
  font-size: 6.191rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-31-copy, .cand_r_txt {
  color: #f5f5f5;
  align-self: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 5.159rem;
  line-height: 1.2;
}

.cand_r_txt_3 {
  color: #f5f5f5;
  align-self: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 5.159rem;
  line-height: 1.2;
}

.cand_r_line {
  text-align: left;
  border-bottom: 3px solid #2b1383;
  align-self: flex-start;
  width: 200px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 49%;
  left: -3%;
  right: auto;
}

.line_case_2-copy {
  text-align: left;
  border-bottom: 3px solid #2b1383;
  align-self: flex-start;
  width: 200px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 17%;
  left: -2%;
  right: auto;
}

.for_ind_span {
  border: 1px solid #f5f5f5;
  border-radius: 50px;
  padding: 8px 12px;
  font-size: 1.44rem;
  display: inline-block;
  position: absolute;
  top: 232.109px;
  left: 229.352px;
}

.unmatched {
  color: var(--another-bolder-heading);
  align-self: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 5.159rem;
  line-height: 1.2;
}

.unmatched.pass_txt {
  align-self: flex-end;
}

.unmatched2 {
  color: var(--another-bolder-heading);
  align-self: flex-end;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 42px;
  font-size: 5.159rem;
  line-height: 1.2;
}

.unmatched3 {
  color: var(--another-bolder-heading);
  align-self: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 5.159rem;
  line-height: 1.2;
  display: none;
}

.for_ind_span-copy, .unmatched4 {
  border: 1px solid #2e138f;
  border-radius: 50px;
  padding: 8px 12px;
  font-size: 1.44rem;
  display: inline-block;
  position: absolute;
  top: 232.109px;
  left: 229.352px;
}

.pass_r {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 900px;
  font-size: 6.191rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.unmarch_line {
  text-align: left;
  border-bottom: 3px solid #2b1383;
  align-self: flex-start;
  width: 400px;
  position: absolute;
  top: auto;
  bottom: 22%;
  left: 12%;
  right: auto;
}

.unmarch_line-copy {
  z-index: 30;
  text-align: left;
  border-bottom: 3px solid #2b1383;
  align-self: flex-start;
  width: 400px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 69%;
  left: 6%;
  right: auto;
}

.unmarch_line-copy-copy {
  z-index: 30;
  text-align: left;
  border-bottom: 3px solid #2b1383;
  align-self: flex-start;
  width: 450px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 22%;
  left: 6%;
  right: auto;
}

.orth_span_reshape {
  font-size: 2.074rem;
}

.value_test_grid_bg_change {
  background-color: #19103f;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.value_test_grid_bg_change._3 {
  margin-bottom: 6rem;
}

.text-block-117_ {
  color: #222;
  align-self: flex-end;
  width: auto;
  padding-top: 6rem;
  padding-bottom: 2rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-117-copy_1 {
  color: #222;
  align-self: flex-end;
  width: auto;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-117_3 {
  color: #222;
  align-self: flex-end;
  width: auto;
  padding-top: 6rem;
  padding-bottom: 2rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-117-copy_3 {
  color: #222;
  align-self: flex-end;
  width: auto;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.image-57 {
  opacity: .11;
  position: absolute;
  top: -1%;
  bottom: auto;
  left: auto;
  right: -11%;
}

.text-block-118 {
  opacity: .12;
  color: var(--another-bolder-heading);
  font-family: DM Sans, sans-serif;
  font-size: 17rem;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: -16%;
  bottom: auto;
  left: auto;
  right: -32%;
}

.text-block-119 {
  z-index: 50;
  opacity: .21;
  color: var(--another-bolder-heading);
  font-family: DM Sans, sans-serif;
  font-size: 11.5rem;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: 0%;
  right: auto;
}

.button-10 {
  color: #fff;
  background-color: #e01772;
  border-radius: 3px;
  margin-top: 2rem;
  padding-top: 11px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 1rem;
  display: none;
}

.div-block-657 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #075e54;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: 11px 22px 9px;
  display: flex;
}

.text-block-120 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}

.text-block-121 {
  color: #df1374;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  display: none;
}

.div-block-658 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-top: 2rem;
  display: none;
}

.link-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.syllabus_pop_close {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-block-122 {
  display: none;
}

.residency_video_embeded_mobile, .examprep_video_embeded_mobile, .addon_video_embeded_mobile {
  margin-top: 5rem;
  margin-bottom: 0;
}

.body-9 {
  color: #f5f5f5;
  font-family: DM Sans, sans-serif;
}

.mfd_hero_section {
  margin-top: 80px;
  padding-left: 75px;
  padding-right: 75px;
}

.mfd_hero_wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.mfd_hero_grid {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mfd_hero_heading {
  width: auto;
  height: auto;
}

.heading-32 {
  color: var(--another-bolder-heading);
  margin-top: 0;
  font-size: 3.583rem;
  font-weight: 700;
}

.text-block-123 {
  color: #101010;
  margin-top: 1rem;
}

.mfd_hero_button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--another-bolder-heading);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.text-block-124 {
  color: var(--whitesmoke);
  font-size: 1rem;
  line-height: 1.2;
}

.image-58 {
  width: 20px;
}

.mfd_hero_visuals {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
}

.mfd_hero_visual_1 {
  background-color: var(--headings);
  border-radius: 2.2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
  overflow: hidden;
}

.mfd_her_visual_2 {
  background-color: var(--another-bolder-heading);
  border-radius: 2.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-125 {
  font-family: DM Sans, sans-serif;
  font-size: 2.074rem;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-659 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-660 {
  border: 1px solid #f5f5f5;
  width: 70%;
}

.text-block-126 {
  font-size: 4rem;
  font-weight: 100;
  line-height: 1;
}

.div-block-661 {
  width: 440px;
  height: 40px;
  overflow: hidden;
}

.mfd_hero_value_txt_wrapper {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -42%;
  left: 0%;
  right: 0%;
}

.mfd_hero_value_txr {
  font-size: 1.2rem;
  line-height: 1.3;
}

.mfd_hero_value_cta_button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#afb1ff, #b6ccff);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.text-block-124-copy {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}

.image-58-copy {
  width: 20px;
}

.section-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.body-10 {
  background-color: #f5f5f5;
}

.div-block-662 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-11 {
  background-color: #e01971;
  border-radius: .3rem;
  padding: 1rem 2rem;
  font-size: 1rem;
}

.button-12 {
  background-color: #140443;
  border-radius: .3rem;
  padding: 1rem 2rem;
  font-size: 1rem;
}

.qcourse_values_wrapper {
  max-width: 1600px;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  position: relative;
}

.text-block-127 {
  color: #220f63;
  width: 90%;
  margin-bottom: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 3.582rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-span-28 {
  font-family: Changa One, Impact, sans-serif;
}

.paragraph-11 {
  color: var(--paragraph-color);
  width: 85%;
  margin-bottom: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.44rem;
  line-height: 1.2;
}

.div-block-663 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15rem;
  display: flex;
}

.image-59 {
  border-radius: .3rem;
}

.image-59.opzero {
  opacity: 0;
}

.div-block-664 {
  opacity: 0;
  background-image: url('../images/f27f7542901287.57eadc5a628ac.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .3rem;
  width: 1400px;
  height: 600px;
  position: -webkit-sticky;
  position: sticky;
}

.div-block-664.opzero {
  opacity: 0;
}

.morthcoursevalue_sticky {
  border-radius: .3rem;
  width: 500px;
  height: 600px;
  margin-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
  bottom: 0%;
  left: 100%;
  right: 0%;
}

.div-block-665 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #220f63;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 1rem .5rem;
  display: flex;
}

.div-block-665.dotsvar {
  background-color: #d3005d;
}

.div-block-665.dotsvar.third {
  display: none;
}

.div-block-665.dots {
  background-color: #d3005d;
}

.text-block-128 {
  color: #f5f5f5;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-666 {
  position: relative;
}

.image-60 {
  z-index: 50;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-61 {
  z-index: 40;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-62 {
  z-index: 30;
  transform-style: preserve-3d;
  width: 500px;
  height: 600px;
  position: relative;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.text-span-29 {
  font-family: Changa One, Impact, sans-serif;
}

.text-span-30 {
  color: #e01971;
  font-family: Changa One, Impact, sans-serif;
}

.easy_section_wrapper {
  width: 100vw;
  max-width: 1600px;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.heading-33 {
  color: #220f63;
  text-align: center;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30ch;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 3.583rem;
  font-weight: 700;
  display: block;
}

.div-block-667 {
  justify-content: center;
  align-items: center;
  margin-top: 60vh;
  display: block;
}

.text-span-31 {
  text-transform: none;
  font-family: Cormorant Garamond, sans-serif;
  font-style: normal;
}

.text-span-32 {
  font-family: Cormorant Garamond, sans-serif;
}

.text-block-129 {
  color: var(--paragraph-color);
  text-align: center;
  margin-top: 2rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.div-block-668 {
  background-color: #220f63;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 50px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-668.partb {
  background-color: #e01971;
  width: 260px;
}

.text-block-130 {
  color: #f5f5f5;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.morthab_program_details_wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.choose_program_div {
  justify-content: center;
  align-items: stretch;
  display: block;
}

.text-block-131 {
  color: var(--paragraph-color);
  margin-bottom: 2rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-669 {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.text-block-132 {
  color: #200f63;
  border-bottom: 0 solid #220f63;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  padding-left: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 1.728rem;
  font-weight: 700;
}

.text-block-132.partb {
  color: #525252;
}

.text-block-132.partb:hover {
  color: #200f63;
}

.div-block-670 {
  border-bottom: 3px solid #6335ff;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-670.partb {
  cursor: pointer;
  border-bottom-color: gray;
  padding-left: 0;
  padding-right: 0;
}

.div-block-670.partb:hover {
  border-bottom-color: #6235ff;
}

.div-block-670.parta {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 3px;
}

.text-block-133 {
  color: #220f64;
  padding-left: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-133.partb {
  color: #525252;
}

.text-block-133.partb:hover {
  color: #200f63;
}

.parta_details_wrapper {
  margin-top: 5rem;
}

.parta_details_heading {
  position: relative;
}

.heading-34 {
  color: #220f63;
  font-size: 2.448rem;
  font-weight: 700;
}

.text-block-134 {
  color: #131338;
  width: auto;
  margin-top: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-134.partb {
  display: none;
}

.div-block-671 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.modules {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: .3rem;
  width: 300px;
  height: 330px;
  padding: 2rem 1rem 1rem;
  font-size: 1px;
}

.modile_text {
  color: #220f63;
  padding-bottom: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-12 {
  color: #0b143c;
  text-align: justify;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-135 {
  color: #220f63;
  text-align: center;
  width: 10ch;
  font-family: DM Sans, sans-serif;
  font-size: 3.58399rem;
  font-weight: 100;
  line-height: 1.2;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.course_details_checklist_flex {
  height: auto;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-672 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 330px;
  display: none;
}

.text-block-136 {
  color: #220f63;
  font-family: DM Sans, sans-serif;
  font-size: 1.44rem;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-673 {
  margin-top: 10rem;
}

.div-block-673.mfds {
  margin-left: auto;
  margin-right: auto;
}

.text-block-137 {
  color: #220f63;
  text-align: center;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 2.985rem;
  font-weight: 700;
}

.div-block-674 {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 330px;
  display: none;
}

.text-block-138 {
  color: #220f63;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.topics_included_flex {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  margin-top: 7rem;
  display: flex;
}

.text-block-139 {
  color: var(--paragraph-color);
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-675 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-676 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.parta_cta_wrapper {
  text-align: center;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.parta_cta_wrapper.mfds {
  display: none;
}

.text-block-140 {
  color: #220f63;
  text-align: center;
  width: 30ch;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 2.448rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-block-140.partb {
  color: #e01971;
}

.text-span-33 {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2.9376rem;
}

.text-block-141 {
  color: var(--paragraph-color);
  margin-top: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-block-141.partb {
  color: #131338;
}

.partb_details_wrapper {
  margin-top: 15rem;
}

.partb_checklist_heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-35 {
  color: #200f63;
  margin-top: 10px;
  font-weight: 700;
}

.paragraph-13 {
  color: var(--paragraph-color);
  width: 66ch;
  margin-top: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-677 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.text-block-142 {
  color: var(--paragraph-color);
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-678 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-679 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.morth_partab_tutor_wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1600px;
  margin: 12.5rem auto 10rem;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.morthab_tutor_contnet_child {
  width: 50%;
}

.morthab_tutor_photo_child {
  flex: 1;
  width: 40%;
  height: 600px;
  margin-left: 4rem;
  padding-left: 2rem;
  overflow: hidden;
}

.text-block-143 {
  color: var(--another-bolder-heading);
  margin-top: .5rem;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2.986rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-144 {
  margin-top: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.image-63 {
  border-radius: .3rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block-145 {
  padding-left: 4px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: none;
}

.morthab_tutor_bio_flex {
  margin-top: 4rem;
}

.morthab_bio_1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.text-block-146 {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.image-64 {
  display: none;
}

.html-embed-3 {
  border-radius: .3rem;
  max-width: 80%;
  height: auto;
  max-height: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-68 {
  display: none;
}

.div-block-680 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-681 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-end;
  display: flex;
}

.body-11 {
  background-color: var(--bg-color);
}

.div-block-682 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  padding-left: .5rem;
  display: none;
}

.image-72 {
  width: 20px;
}

.text-block-147 {
  color: #3b3b3b;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-683 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-148 {
  color: #3b3b3b;
  text-align: left;
  width: 55ch;
  margin-top: 1rem;
  padding-left: .25rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.whymfds._2 {
  font-size: 34.56px;
}

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

.mfds_why_experts_vid_wrapp {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block-685 {
  padding-left: 80px;
  padding-right: 80px;
}

.mfds_bio_wrapper {
  max-width: 1600px;
  margin: 10rem auto;
}

.mfds_bio_main_flex {
  background-color: #000;
  border-radius: 1rem;
  flex-flow: row;
  margin-top: 0;
  margin-left: 5rem;
  margin-right: 5rem;
  padding: 4rem 1rem 4rem 2rem;
  display: block;
}

.text-block-149 {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 3.58rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-block-150 {
  color: #fff;
  margin-bottom: 1rem;
  padding-left: 4px;
  font-family: Droid Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-block-151 {
  color: #fff;
  margin-top: .5rem;
  padding-left: 4px;
  font-family: DM Sans, sans-serif;
  font-size: .88rem;
  font-weight: 400;
  line-height: 1.3;
}

.image-73 {
  display: none;
}

.mfds_bio_name_board {
  border-bottom: 2px solid #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 3rem;
  display: flex;
}

.mfds_bio_examiner {
  width: 40%;
  max-width: none;
}

.mfds_bio_content_avatar {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem;
  display: flex;
}

.mfds_bio_full_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.heading-36 {
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: 1.44rem;
  font-weight: 700;
}

.text-block-152 {
  color: #f5f5f5;
  margin-bottom: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.image-74 {
  width: 40%;
}

.mfds_bio_content_block.hide_show_bio_mfds {
  display: none;
}

.expand_collapse_bio {
  color: #e01972;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.expand_collapse_bio.show {
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  background-image: url('../images/gggrain-1.svg');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.expand_collapse_bio.hide {
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  background-image: url('../images/gggrain-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  display: none;
}

.text-block-153 {
  color: #f5f5f5;
  background-color: #140443;
  border-radius: .5rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.text-block-154 {
  color: #0344dc;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: .5rem;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
}

.ore2hero_section {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.ore2hero_wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.body-12 {
  background-color: #f0f0f0;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.ore2hero_content {
  flex-flow: column;
  width: 60%;
  display: flex;
}

.heading-37 {
  color: #0c0c15;
  text-transform: capitalize;
  font-size: 3.582rem;
  font-weight: 700;
}

.text-block-155 {
  color: #25252d;
  width: 50ch;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.orepart2hero_buttons_wrapper {
  grid-column-gap: 1.44rem;
  grid-row-gap: 1.44rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.2rem;
  display: flex;
}

.ore2_hero_cta {
  background-color: #211d66;
  border-radius: .3rem;
  padding: 10.8px 18px;
  font-size: 1.2rem;
}

.ore2_hero_cta.sub_cta {
  background-color: #d5146d;
}

.ore2hero_img {
  border-radius: 1rem;
  margin-top: 2rem;
  margin-left: 6rem;
}

.image-75 {
  width: 300px;
  margin-left: 0;
}

.div-block-686 {
  background-color: #0c0c15;
  padding: 1rem 1rem 2rem;
  display: none;
}

.text-block-156 {
  color: #f0f0f0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 1.44rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-block-157 {
  color: #f0f0f0;
  margin-top: .5rem;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.text-block-157._2 {
  background-image: url('../images/download-5.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 110px 75px;
  margin-top: 0;
  padding: 2rem 1rem .5rem 13px;
  font-size: .959091rem;
}

.div-block-687 {
  background-image: url('../images/IMG_6805.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 350px;
  height: 400px;
  display: none;
}

.ore2_marquee_wrapper {
  margin-top: 7rem;
  margin-bottom: 3rem;
  overflow: hidden;
}

.ore2_marquee_text1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ore2_marquee_text2 {
  margin-top: 1rem;
}

.text-block-158 {
  color: #0c0c15;
  text-transform: capitalize;
  white-space: nowrap;
  word-break: keep-all;
  width: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 3.5712rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  overflow: visible;
}

.ore2-why_wrapper {
  max-width: 1600px;
  margin-top: 7rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.ore2-why_text {
  color: #1f1f36;
  text-align: center;
  width: 20ch;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 3.5712rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.text-span-34 {
  font-size: 3.5712rem;
}

.div-block-688 {
  margin-top: 2rem;
  display: none;
}

.text-block-159 {
  color: #211d66;
  font-family: Playfair Display, sans-serif;
  font-size: 1.44rem;
  font-style: italic;
  font-weight: 400;
}

.text-block-159._2 {
  color: #d5136d;
}

.text-block-160 {
  color: #0c0c15;
  width: 70%;
  margin-top: 2rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.ore2-outline-wrapper {
  max-width: 1600px;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.heading-38 {
  color: #0c0c15;
  text-transform: none;
  width: 50%;
  font-family: DM Sans, sans-serif;
  font-size: 2.976rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.div-block-689 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-161 {
  color: #25252d;
  width: 40%;
  margin-top: 74px;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}

.ore2-outline-part2-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.text-block-162 {
  color: #0c0c15;
  border: 0 solid #25252d;
  border-radius: 0;
  margin-top: 1rem;
  padding-bottom: .5rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.728rem;
  font-weight: 700;
  line-height: 1.3;
}

.div-block-690 {
  border: 2px solid #0c0c15;
  border-radius: .3rem;
  padding: 2rem 1rem 1rem;
}

.image-76 {
  width: 50px;
}

.text-block-163 {
  color: #5a5a60;
  width: 90%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.ore2_outline_detail_flex {
  margin-top: 5rem;
}

.ore2_outline_detail {
  border: 2px solid #000;
  padding: 3rem 1rem 2rem;
}

.ore2_outline_detail._2 {
  margin-top: 10rem;
}

.text-block-164 {
  color: #0c0c15;
  border-bottom: 1px solid #000;
  margin-bottom: 5rem;
  padding-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 2.48rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-block-164._2 {
  margin-bottom: 2rem;
}

.div-block-691 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  padding-left: 0;
  padding-right: 5rem;
  display: grid;
}

.text-block-165 {
  color: #25252d;
  margin-bottom: .5rem;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-span-35 {
  color: #211d66;
  padding-left: 0;
  padding-right: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.72222rem;
  font-style: italic;
}

.text-block-166 {
  color: #0c0c15;
  text-align: left;
  padding-bottom: 2rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.44rem;
  font-weight: 700;
  display: inline;
}

.text-block-167 {
  color: #25252d;
  align-self: center;
  width: 75%;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.div-block-692 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
  margin-left: 1rem;
  display: flex;
}

.text-block-168 {
  font-family: DM Sans, sans-serif;
}

.image-77 {
  align-self: flex-start;
  width: 10px;
  margin-top: 10px;
  margin-right: 2rem;
  padding-left: 0;
}

.text-block-169 {
  color: #0c0c15;
  align-self: flex-start;
  width: 4ch;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.div-block-693 {
  border-bottom: 2px solid #000;
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-170 {
  color: #25252d;
  margin-top: 1rem;
  margin-left: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-block-171 {
  color: #25252d;
  padding-right: 10rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-block-171._2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text-block-171._2.kit {
  margin-top: 4rem;
}

.div-block-694 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.image-78 {
  width: 25px;
}

.div-block-695 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-172 {
  color: #25252d;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.div-block-696 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4rem;
  display: flex;
}

.post-course-wrapper {
  max-width: 1600px;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.text-block-173 {
  color: #0c0c15;
  width: 10ch;
  margin-bottom: 2rem;
  font-family: DM Sans, sans-serif;
  font-size: 2.976rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-span-36 {
  color: #0b4fb3;
}

.text-block-174 {
  color: var(--text-paragraph);
  width: 50ch;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}

.post-course-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.post-course-flex-content {
  background-color: #fefefe;
  width: 33%;
  height: 420px;
  padding: 1rem 1rem 2rem;
}

.text-block-175 {
  color: var(--ore2accent);
  margin-bottom: 2rem;
  font-family: DM Sans, sans-serif;
  font-size: 4.2852rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-block-176 {
  color: #0c0c15;
  width: 14ch;
  height: auto;
  font-family: DM Sans, sans-serif;
  font-size: 2.06667rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-177 {
  color: var(--text-paragraph);
  margin-top: 2rem;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.bio_wrapper {
  background-color: #211d66;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
}

.ore2_bio_wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .3rem;
  max-width: 1600px;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.text-block-178 {
  color: #1f1f36;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 2rem;
  font-family: DM Sans, sans-serif;
  font-size: 3.5712rem;
  font-weight: 700;
}

.ore2_bio_flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  margin: 6rem auto;
  display: flex;
}

.image-79 {
  border-radius: .3rem;
  width: auto;
  height: 550px;
}

.ore2bio_content_child {
  width: 60%;
  font-weight: 700;
}

.text-block-179 {
  color: #0c0c15;
  margin-top: 1rem;
  font-size: 2.48rem;
}

.text-block-180 {
  margin-top: 1rem;
  font-size: 1rem;
}

.ore2bio_content_all {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  margin-left: -8px;
  padding-left: 0;
  display: flex;
}

.image-80 {
  width: 20px;
}

.text-block-181 {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.div-block-697 {
  margin-top: 10rem;
}

.ore2_cta_wrapper {
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
}

.card-subtitle {
  color: #f5f5f5;
  border-bottom: 0 solid #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.985rem;
}

._w-description {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.c-cloneable {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.c-intro {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 20px;
  display: flex;
  position: relative;
}

._w-cards-list {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.c-card-subtitle {
  border-bottom: 0 solid #000;
}

.card-title {
  color: #f5f5f5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  line-height: 1em;
}

.c-cards-list {
  transition: all .2s;
  position: relative;
}

._w-content {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 4em;
  font-weight: 900;
  line-height: 1.3em;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._2 {
  max-width: 1000px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.c-card._5 {
  max-width: 1000px;
  position: -webkit-sticky;
  position: sticky;
  top: 340px;
}

.c-card._1 {
  max-width: 1000px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.c-card._3 {
  max-width: 1000px;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}

.c-card._4 {
  max-width: 1000px;
  position: -webkit-sticky;
  position: sticky;
  top: 260px;
}

.c-card-title {
  margin-bottom: 10px;
}

._w-card {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 0 0 30px;
  position: relative;
  box-shadow: 1px 1px 15px rgba(19, 19, 19, .5);
}

._w-card.final {
  display: none;
}

._w-card._1edit {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.card-details {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: DM Sans, sans-serif;
  font-size: 1.44rem;
  font-weight: 400;
}

.card-details._2 {
  padding-top: 10px;
}

.c-card-content-divider {
  opacity: 0;
  border-bottom: 1px dashed #bbb;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.c-scroll-down {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.yellow {
  color: #fff080;
}

.scroll {
  border: 1px solid #fff;
  border-radius: 1000px;
  justify-content: center;
  width: 30px;
  height: 48px;
  padding: 5px;
  display: flex;
}

.scroll-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 3px;
  height: 10px;
}

.c-header {
  margin-bottom: 30px;
}

.c-card-details {
  margin-bottom: 20px;
}

.description {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.4em;
}

.text-span-37 {
  color: #d5136d;
}

.div-block-698 {
  background-color: #221d67;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-699 {
  background-color: #e01772;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 30px;
}

.div-block-700 {
  background-color: #221d67;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 30px;
}

.div-block-701 {
  background-color: #e01771;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 30px;
}

.text-block-182 {
  text-align: center;
  width: 80ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.text-span-38, .text-span-39 {
  color: #e01772;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}

.image-82 {
  width: 500px;
}

@media screen and (max-width: 991px) {
  .header_all {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .header_links {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .link-4, .link-5 {
    display: none;
  }

  .hero_heading {
    margin-left: 3vw;
  }

  .text-span {
    font-size: 9vw;
    line-height: 10vw;
  }

  .heading {
    width: auto;
    margin-top: 0;
    margin-left: -1vw;
    font-size: 9vw;
    line-height: 10vw;
  }

  .subheading_wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .subheading_right {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
  }

  .subheading_left {
    flex-direction: column;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    width: auto;
    margin-top: 34vw;
    margin-left: 1vw;
    display: none;
  }

  .div-block {
    width: 20vw;
  }

  .text-block-3 {
    align-self: flex-start;
    margin-top: 0;
  }

  .hero_subheading_copy {
    width: auto;
    margin-left: 2vw;
    font-size: 2.3vw;
    line-height: 3vw;
    display: none;
  }

  .hero_cta_flex {
    justify-content: flex-start;
    margin-left: 0;
  }

  .cta_sub_txt {
    margin-left: 1vw;
    font-size: 2vw;
    line-height: 2.3vw;
  }

  .our_mentors {
    height: 110vh;
  }

  .mentors_wrapper {
    flex-direction: column;
    margin-left: 3vw;
    margin-right: 3vw;
    padding-top: 5vw;
  }

  .mentors_copy {
    font-size: 9vw;
    line-height: 0;
  }

  .text-span-2 {
    font-size: 9vw;
    line-height: 9vw;
  }

  .header_hero_div {
    height: 80vw;
  }

  .mentor_courses {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    justify-content: center;
    margin-top: 5vw;
    margin-left: 0;
    margin-right: 0;
  }

  .course_white_wrapper.morth {
    width: 22vw;
    height: 23vw;
    margin-top: 0;
    margin-left: 0;
  }

  .course_white_wrapper.mfd {
    width: 22vw;
    height: 23vw;
    margin-bottom: 0;
  }

  .course_white_wrapper.mfds {
    width: 22vw;
    height: 23vw;
    margin-top: 0;
  }

  .course_white_wrapper.ore {
    width: 22vw;
    height: 23vw;
    margin-bottom: 0;
  }

  .mentors_cta_flex {
    line-height: 9vw;
  }

  .paragraph-2 {
    font-size: 3vw;
    line-height: 4.3vw;
  }

  .social_proof_section {
    height: 100vh;
    overflow: hidden;
  }

  .social_proof_wrapper {
    overflow: hidden;
  }

  .proof_content {
    left: 21.6vw;
  }

  .experts_card_section {
    height: 200vh;
  }

  .experts_card_wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 10vw;
  }

  .card_content_flex {
    margin-top: 5vh;
  }

  .cards_heading {
    font-size: 12vw;
    line-height: 12vw;
  }

  .text-block-5 {
    font-size: 3vw;
    line-height: 4.3vw;
  }

  .slider_swiprer {
    flex-direction: column;
    align-self: flex-end;
    margin-right: 0;
    display: flex;
  }

  .div-block-3 {
    width: 40vw;
    height: 8.5vw;
  }

  .text-block-6 {
    font-size: 2.8vw;
  }

  .courses_section.ore {
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    height: 300vh;
    margin-top: -20vh;
  }

  .heading-3 {
    font-size: 8vw;
    line-height: 9vw;
  }

  .courses_heading {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    flex-direction: column;
    align-items: flex-start;
  }

  .course_content_flex {
    margin-top: 15vh;
    margin-bottom: 0;
    padding-bottom: 10vw;
  }

  .course_copy {
    flex-direction: column;
    display: flex;
  }

  .course_name {
    width: 13ch;
    font-size: 6vw;
    line-height: 6.5vw;
  }

  .course_des {
    margin-top: 2vw;
  }

  .image-7 {
    top: 0%;
    bottom: auto;
    left: auto;
    right: -30vw;
  }

  .diverse_wrapper {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .diverse_text {
    width: 100%;
  }

  .lottie-animation {
    margin-right: 0;
  }

  .diverse_name_image {
    flex-direction: row;
    align-self: flex-start;
    padding-left: 0;
  }

  .resource_library_wrapper {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .reosuces_cards_cms {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .resource_lib_flex {
    margin-bottom: 2vh;
  }

  .div_resouce_img {
    height: 400px;
  }

  .upcoming_wrapper {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .div-block-5 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-direction: row;
    align-items: center;
  }

  .div-block-7 {
    margin-left: 0;
  }

  .make_it_easy_section {
    height: 120vh;
    display: none;
  }

  .svg_pink {
    background-position: 50% 200%;
    background-size: auto;
  }

  .footer {
    z-index: 1000;
    margin-top: -22px;
    position: relative;
  }

  .footer_wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-direction: column;
  }

  .hearo_section_2 {
    box-shadow: none;
    height: 110vh;
  }

  .session_heading {
    font-size: 6vw;
    line-height: 6.7vw;
  }

  .hero_wrapper_img_content {
    padding-top: 7vh;
  }

  .paragraph-3 {
    font-size: 2.3vw;
    line-height: 3.6vw;
  }

  .reserve_button_div {
    width: 45vw;
    height: 8.7vw;
  }

  .rest_txt {
    font-size: 2.5vw;
    line-height: 2.755vw;
  }

  .res-seat_button_img {
    flex-direction: column;
    align-items: flex-start;
  }

  .res_imgs_numb {
    justify-content: flex-start;
    align-items: center;
  }

  .res_imgs {
    width: 13vw;
  }

  .text-block-17 {
    margin-left: -1vw;
  }

  .text-block-19 {
    font-size: 2.1vw;
    line-height: 2.62vw;
  }

  .image-16 {
    width: 100vw;
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-17 {
    width: 5.5vw;
  }

  .image-18, .image-19 {
    width: 5vw;
  }

  .image-20 {
    background-color: #edf1f3;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-21 {
    width: auto;
    font-size: 1.44rem;
    line-height: 1.2;
  }

  .reg_comp_details {
    border-radius: 2em 0 1.5em;
  }

  .image-22 {
    width: 20vw;
  }

  .pathway_back_link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pathway_hero_section {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .pathway_hero_img_div {
    display: none;
  }

  .course_details_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .course_details_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
    padding-right: 0;
  }

  .course_content_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-9 {
    align-self: center;
    width: auto;
    font-size: 85px;
    line-height: 85px;
  }

  .know_mentor_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mentor_bio_subflex {
    width: 100%;
  }

  .paragraph-6 {
    max-width: none;
  }

  .mentor_bio_img_master_flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
  }

  .div-block-22 {
    flex-direction: row-reverse;
  }

  .quality_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quality_wrapper {
    align-content: center;
  }

  .paragraph-7 {
    align-self: center;
  }

  .dedication_imgs {
    flex-direction: column;
    align-self: center;
    display: flex;
  }

  .plan_section, .faq_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-27 {
    margin-right: 0;
  }

  .course_footer_flex.menu {
    justify-content: center;
  }

  .course_footer_menu {
    width: 10ch;
  }

  .link-9 {
    width: 13ch;
  }

  .div-block-29 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: auto;
  }

  .text-block-56 {
    font-size: 14px;
  }

  .heading-12, .heading-14 {
    font-size: 6rem;
  }

  .feature_heading {
    font-family: Yeseva One, sans-serif;
    font-weight: 700;
  }

  .marquee_text {
    height: 113px;
  }

  .image-33 {
    width: 8rem;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .reg-hero-section {
    margin-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .reg_hero_heading {
    width: auto;
  }

  .div-block-39.reg {
    justify-content: center;
  }

  .div-block-40 {
    padding-left: 2rem;
    padding-right: 2.2rem;
  }

  .div-block-40.whymfds {
    padding-left: 2.2rem;
    padding-right: 2.2px;
  }

  .value_prop {
    flex-direction: column;
    align-items: flex-start;
  }

  .value_prop.whymfds {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-left: 0;
  }

  .course_syllabus_wrapper {
    flex-direction: column-reverse;
    padding-top: 7rem;
  }

  .course_syllabus_section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .course_syllabus_more_wrapper {
    margin-top: 9rem;
  }

  .heading-16, .text-block-70 {
    width: auto;
  }

  .course_syllabus_breakdown_flex {
    width: 100%;
  }

  .feedback_wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .safe_hands_txr, .text-block-70-copy {
    width: auto;
  }

  .know_mentor_wrapper_reg, .know_mentor_wrapper_mfd {
    padding-left: 20px;
    padding-right: 20px;
  }

  .marquee_text_mfd, .marquee_text-copy {
    height: 113px;
  }

  .course_details_section_mfd {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reg_wrapper {
    padding-left: 2rem;
    padding-right: 2.2rem;
  }

  .reg_content_flex_main {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem;
  }

  .reg_flex_content {
    margin-bottom: 2rem;
  }

  .div-block-42 {
    justify-content: flex-end;
    align-self: flex-end;
  }

  .text-block-70_mobile_vertical {
    width: auto;
  }

  .orientation_pop {
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: scroll;
  }

  .ortientation_pop_wrapper {
    margin-top: 4rem;
  }

  .orientation_pop_close {
    top: -6%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .orientation_pop_close_bottom {
    cursor: pointer;
    display: flex;
    top: auto;
    bottom: -2%;
    left: 0%;
    right: 0%;
  }

  .link-13 {
    color: #075e54;
  }

  .image-43 {
    align-self: stretch;
    margin-top: 0;
  }

  .orientation_pop_close_access_pg {
    top: 3%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .morth_hero_section {
    margin-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .morth_heading {
    overflow-wrap: normal;
    width: auto;
  }

  .value_prop_section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .phil_secttion {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .text-block-98 {
    width: auto;
  }

  .div-block-58 {
    width: auto;
    height: 700px;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div-block-58-copy {
    width: auto;
    margin-bottom: 189px;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div-block-58-copy-copy-copy {
    width: auto;
    height: 700px;
    margin-bottom: -10px;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div-block-58-copy-copy-copy-copy {
    width: auto;
    height: 700px;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .morth_tutors_wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-59 {
    width: 90%;
  }

  .heading-28 {
    width: 80%;
  }

  .morth_tutor_last {
    width: 347.4px;
    height: 387px;
  }

  .div-block-62 {
    width: 346.5px;
    height: 333px;
  }

  .text-block-104 {
    font-size: 2.07rem;
  }

  .div-block-62-copy {
    width: 346.5px;
    height: 333px;
  }

  .div-block-63 {
    width: 347.4px;
    height: 389.7px;
  }

  .morth_tutor_last-copy {
    width: 347.4px;
    height: 387px;
  }

  .div-block-63-copy, .div-block-63-copy2, .div-block-633 {
    width: 347.4px;
    height: 389.7px;
  }

  .team_grid_wrapper_div_img {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
  }

  .morth_ints_wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-635 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .morth_footer {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .text-block-109 {
    font-size: 1rem;
  }

  .div-block-642 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .preclinic_video_embed_wrapper {
    width: 350px;
    height: 350px;
  }

  .div-block-648.ore2footer {
    margin-left: 0;
  }

  .div-block-649 {
    margin-right: 0;
  }

  .div-block-58_mobile {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .preclinic_video_embed_wrapper_mobile {
    width: 350px;
    height: 350px;
  }

  .div-block-642_mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-block-109_mobile, .text-block-109_mobile_exam, .text-block-109_mobile_bold {
    font-size: 1rem;
  }

  .div-block-58-copy_mobile, .div-block-58-copy-copy-copy_mobile, .div-block-58-copy-copy-copy-copy_mobile {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .value_prop_test {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .value_test_grid {
    overflow: hidden;
  }

  .text-block-117 {
    font-size: 1.44rem;
  }

  .div-block-655 {
    width: 70%;
  }

  .text-block-117-copy {
    font-size: 1.44rem;
  }

  .cand_r_wrapper {
    width: auto;
  }

  .cand_r_txt {
    font-size: 4.2996rem;
  }

  .for_ind_span {
    top: 214.109px;
  }

  .unmatched.pass_txt {
    padding-right: 74px;
  }

  .unmatched2 {
    padding-right: 71px;
  }

  .pass_r {
    align-items: flex-start;
    overflow: visible;
  }

  .unmarch_line-copy {
    width: 330px;
  }

  .unmarch_line-copy-copy {
    width: 375px;
  }

  .orth_span_reshape {
    font-size: 2.074rem;
  }

  .value_test_grid_bg_change {
    overflow: hidden;
  }

  .text-block-117_, .text-block-117-copy_1, .text-block-117_3, .text-block-117-copy_3 {
    font-size: 1.44rem;
  }

  .text-block-119 {
    font-size: 9.583rem;
    bottom: -37%;
    left: 9%;
  }

  .syllabus_pop_close {
    top: -6%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-block-122 {
    color: var(--paragraph-color);
    width: 100%;
    font-size: 1.44rem;
    line-height: 1.3;
    display: block;
  }

  .text-block-127 {
    font-size: 2.985rem;
  }

  .div-block-664, .morthcoursevalue_sticky, .div-block-666 {
    display: none;
  }

  .easy_section_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-33 {
    width: auto;
  }

  .morthab_program_details_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-132 {
    font-size: 1.2rem;
  }

  .div-block-671 {
    margin-top: 10rem;
  }

  .div-block-673.mfds {
    margin-left: auto;
    margin-right: auto;
  }

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

  .text-block-140, .paragraph-13 {
    width: auto;
  }

  .morth_partab_tutor_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-685 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mfds_bio_main_flex {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .ore2hero_wrapper {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ore2hero_content {
    width: auto;
  }

  .heading-37 {
    font-size: 2.4875rem;
  }

  .text-block-155 {
    width: auto;
    font-size: 1rem;
  }

  .ore2hero_img {
    margin-left: 2rem;
  }

  .ore2-why_text {
    width: auto;
  }

  .ore2-outline-wrapper, .post-course-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .post-course-flex {
    flex-flow: column;
  }

  .post-course-flex-content {
    width: 80%;
  }

  .ore2_bio_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-182 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .header_section {
    justify-content: space-between;
    padding-top: 2vw;
    padding-bottom: 1vw;
    display: flex;
  }

  .header_all {
    display: none;
  }

  .mobile_header {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 4px;
    display: flex;
  }

  .hero_section {
    padding-bottom: 100px;
  }

  .hero_wrapper_home {
    height: 60vh;
  }

  .hero_heading {
    margin-top: 20px;
    margin-left: 10px;
  }

  .text-span {
    font-family: DM Sans, sans-serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 50px;
  }

  .heading {
    margin-top: 20px;
    margin-left: 0;
    font-size: 45px;
    font-weight: 500;
    line-height: 50px;
  }

  .subheading_right {
    width: 100%;
    margin-left: 0;
  }

  .subheading_left {
    align-items: flex-start;
    display: none;
  }

  .div-block {
    display: none;
  }

  .hero_subheading_copy {
    color: var(--headings);
    width: 100%;
    margin-left: 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
    display: block;
  }

  .choose_path_button {
    width: 60vw;
    margin-top: 30px;
  }

  .text-block-4 {
    font-size: 3vw;
    font-weight: 400;
    line-height: 3vw;
  }

  .hero_cta_flex {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .cta_sub_txt {
    align-self: flex-start;
    margin-top: 50px;
    font-size: 13px;
    line-height: 14px;
  }

  .our_mentors {
    height: auto;
    padding-bottom: 100px;
  }

  .mentors_wrapper {
    padding-top: 7vw;
  }

  .mentors_copy {
    width: 14ch;
    font-size: 45px;
    line-height: 50px;
  }

  .text-span-2 {
    font-size: 45px;
    line-height: 50px;
  }

  .header_hero_div {
    height: auto;
  }

  .mentors_cta_flex, .paragraph-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .social_proof_section {
    display: none;
    overflow: visible;
  }

  .social_proof_wrapper {
    overflow: hidden;
  }

  .sticky_scroll_wrapper {
    overflow: visible;
  }

  .proof_content {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .proof_content.mobile {
    width: 300px;
    height: 300px;
    top: 0%;
    bottom: 0%;
    left: 23vw;
    right: 0%;
  }

  .heading-2 {
    padding-top: 5vw;
  }

  .heading-2.mobile {
    padding-top: 20%;
    font-size: 50px;
    line-height: 60px;
  }

  .proof_subheading {
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .experts_card_section {
    height: 100vh;
  }

  .experts_card_wrapper {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .cards_heading {
    font-size: 50px;
    line-height: 55px;
  }

  .text-block-5 {
    width: auto;
    font-size: 24px;
    line-height: 30px;
  }

  .slider_swiprer {
    align-self: center;
    margin-right: 0;
  }

  .aleem.is-photos {
    display: none;
  }

  .courses_section.ore {
    height: 200vh;
    margin-top: -2vh;
  }

  .heading-3 {
    width: 100%;
    font-size: 45px;
    line-height: 50px;
  }

  .courses_heading {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .course_content_flex {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .course_name {
    font-size: 45px;
    line-height: 50px;
  }

  .course_des {
    font-size: 20px;
    line-height: 24px;
  }

  .image-7 {
    right: -9.9vw;
  }

  .heading-4 {
    font-size: 45px;
    line-height: 50px;
  }

  .diverse_text {
    font-size: 5vw;
    line-height: 7vw;
  }

  .diverse_name_image {
    padding-left: 0;
  }

  .diverse_image {
    border-radius: 23%;
    width: 20vw;
    height: 20vw;
  }

  .reosuces_cards_cms {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .upcoming_section {
    padding-bottom: 125px;
  }

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

  .div-block-8 {
    width: 100%;
  }

  .make_it_easy_section {
    display: none;
  }

  .svg_pink {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .cta_copy {
    color: var(--whitesmoke);
    font-size: 8vw;
  }

  .cta_button {
    color: var(--whitesmoke);
    align-self: center;
    width: 80vw;
    height: 20vw;
  }

  .text-block-16 {
    font-size: 7vw;
    line-height: 7.7vw;
  }

  .image-10 {
    display: none;
  }

  .footer {
    border-top: 1px solid #f5f5f5;
  }

  .footer_wrapper {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .hearo_section_2 {
    height: 130vh;
    position: relative;
  }

  .session_heading {
    font-size: 6.3vw;
    line-height: 7vw;
  }

  .hero_wrapper_img_content {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 3em;
    margin-right: 3em;
  }

  .paragraph-3 {
    width: 100%;
    margin-top: 4vw;
    padding-left: .5vw;
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .reserve_button_div {
    width: 50vw;
  }

  .res-seat_button_img {
    grid-column-gap: 2.2vw;
    grid-row-gap: 2.2vw;
    opacity: 1;
    flex-direction: column;
    align-items: flex-start;
  }

  .res_imgs_copy {
    flex-direction: row;
    align-items: stretch;
  }

  .res_imgs {
    width: 22vw;
  }

  .image-11, .image-12 {
    width: 6.2vw;
  }

  .image-13 {
    width: 6.2vw;
    max-width: none;
    position: relative;
  }

  .text-block-17 {
    margin-left: -3vw;
    font-size: 2.2vw;
    line-height: 2.9vw;
  }

  .text-block-18 {
    font-size: 2.2vw;
    line-height: 2.9vw;
  }

  .date_time_wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    align-self: center;
    width: 100%;
    margin-top: 4vh;
  }

  .text-block-19 {
    border-bottom-width: 1px;
    font-size: 2vw;
  }

  .reg_logo {
    width: 25vw;
  }

  .text-block-20 {
    width: 100%;
    padding-left: 10px;
    font-size: 3.8vw;
  }

  .image-20 {
    width: auto;
    margin-top: 0;
    padding-top: 0;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .text-block-21 {
    width: auto;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1.44rem;
    line-height: 1.2;
  }

  .text-block-22 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .text-block-23 {
    font-size: 3vw;
    line-height: 3.6vw;
  }

  .image-23 {
    flex: none;
    width: 35vw;
    margin-top: 0;
    margin-bottom: 2vw;
  }

  .mobile_menu_cta_wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .mobile_cta {
    background-color: #040818;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 45px;
    display: flex;
  }

  .text-block-24 {
    color: var(--whitesmoke);
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
  }

  .menu_icon {
    background-color: #f5d2fc;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lottie-animation-2 {
    width: 8vw;
    height: 8vw;
  }

  .header_menu_open {
    background-color: #081130;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
  }

  .menu_mobile_wrapper {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    flex-direction: column;
    align-items: flex-start;
    margin: 7vw 5vw;
    display: flex;
  }

  .close_menu_text {
    color: #f5f5f5;
    align-self: flex-end;
    margin-top: 0;
    margin-right: 0;
    font-family: DM Sans, sans-serif;
    font-size: 5vw;
    font-weight: 700;
    line-height: 5vw;
  }

  .link-7 {
    color: var(--whitesmoke);
    font-size: 5vw;
    font-weight: 700;
  }

  .pathways_open_menu_wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-direction: column;
    display: flex;
  }

  .pathways_menu_text {
    color: #647aff;
    margin-bottom: 0;
    padding-left: 0;
    font-family: DM Sans, sans-serif;
    font-size: 5vw;
    font-weight: 700;
    line-height: 5vw;
  }

  .pathways_menu_txt {
    color: #f5f5f5;
    font-family: DM Sans, sans-serif;
    font-size: 5vw;
    font-weight: 700;
    line-height: 4vw;
  }

  .text-block-25 {
    color: #f5f5f5;
    margin-bottom: -.3vw;
    padding-top: 0;
    padding-bottom: 0;
    font-family: DM Sans, sans-serif;
    font-size: 3vw;
    font-weight: 400;
    line-height: 4.4vw;
  }

  .div-block-16 {
    grid-column-gap: 1.2vw;
    grid-row-gap: 1.2vw;
    color: #f5f5f5;
    border-bottom: 0 solid #f5f5f5;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 2.2vw;
    padding-left: 0;
    display: flex;
  }

  .div-block-17 {
    background-image: url('../images/svg-edited-7.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 48px;
    width: 2vw;
    height: 2vw;
  }

  .image-24 {
    margin-top: -52px;
    margin-bottom: -1vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-18 {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    align-items: flex-end;
    display: flex;
  }

  .text-block-26 {
    font-family: DM Sans, sans-serif;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .whats_happening_wrapper {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .text-block-27 {
    color: #f5f5f5;
    font-family: DM Sans, sans-serif;
    font-size: 4vw;
    line-height: 4vw;
  }

  .happening_grid {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .happening_content {
    background-color: #000;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-tony-s-zohari-17544811-720p.gif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    border-radius: 13px;
    flex-direction: column;
    justify-content: flex-end;
    width: 28vw;
    height: 40vw;
    display: flex;
  }

  .happening_content._2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/pexels-c-technical-6529153-720p.gif');
    background-position: 0 0, 50%;
  }

  .happening_content._3 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/xperts_logo.svg'), linear-gradient(#f1f0ef, #f1f0ef);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .happening_content_txt {
    color: #f5f5f5;
    padding-bottom: 1.5vw;
    padding-left: 1vw;
    padding-right: .3vw;
    font-family: DM Sans, sans-serif;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .happening_content_txt._3 {
    color: #000;
  }

  .business_links_grid {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10vw;
    margin-left: -2vw;
    margin-right: -2vw;
    padding-left: 0;
    display: flex;
  }

  .business_link {
    color: var(--whitesmoke);
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .business_grid_wrapper {
    width: 100%;
  }

  .text-block-28 {
    color: #f5f5f5;
    font-family: DM Sans, sans-serif;
    font-size: 4vw;
    font-weight: 500;
    line-height: 4vw;
  }

  .social_proof_mobile {
    background-color: #081130;
    padding-top: 300px;
    padding-bottom: 300px;
    display: block;
    position: relative;
  }

  .mobile_proof_txt, .bold-text {
    display: none;
  }

  .pathway_back_link {
    padding-top: 20px;
  }

  .pathway_hero_section {
    padding-right: 10px;
  }

  .pathway_hero_content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pathway_heading_tutors_flex {
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
  }

  .pathway_heading_txt {
    flex: 0 auto;
    align-self: flex-start;
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .image-29 {
    display: none;
  }

  .pathway_tutor_flex {
    flex-direction: column;
    display: none;
  }

  .pathway_tutors_names {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    display: grid;
  }

  .tutor_name {
    border-bottom-width: 0;
  }

  .pathway_heading_detail_1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .overview_section.reg {
    margin-top: 5rem;
  }

  .overview_txt_wrapper {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .overview_txt_wrapper.reg {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .ovewview_heading {
    flex: 0 auto;
    align-self: stretch;
    width: auto;
  }

  .ovewview_heading.reg {
    font-size: 2.488rem;
    line-height: 1.2;
  }

  .paragraph-4 {
    font-size: 19px;
    line-height: 25px;
  }

  .paragraph-4.reg {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .paragraph-5 {
    font-size: 19px;
    line-height: 25px;
  }

  .paragraph-5.reg {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.4;
  }

  .heading-9 {
    align-self: center;
  }

  .know_your_mentor_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mentor_heading_names_flex {
    flex: 0 auto;
  }

  .paragraph-7 {
    align-self: center;
  }

  .dedication_img {
    width: 500px;
    position: relative;
  }

  .faq_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-27, .paragraph-8 {
    display: none;
  }

  .course_footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-31 {
    order: -1;
    width: 40px;
    height: 33px;
  }

  .course_footer_flex.menu {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .course_footer_menu {
    justify-content: center;
    align-items: center;
  }

  .link-9 {
    width: auto;
  }

  .div-block-29 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-12 {
    font-size: 4rem;
  }

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

  .heading-14 {
    font-size: 4rem;
  }

  .feature_grid {
    flex-direction: column;
    align-items: stretch;
  }

  .marquee_text {
    height: 56px;
    font-size: 56px;
    line-height: 56px;
  }

  .body-6 {
    overflow: hidden;
  }

  .text-block-60 {
    font-size: 1rem;
  }

  .image-32 {
    width: 200px;
  }

  .ore_session_hero_copy {
    font-size: 3rem;
    line-height: 3.3rem;
  }

  .text-block-61 {
    font-size: 1rem;
    line-height: 1.4;
  }

  .image-33 {
    width: 7rem;
    display: none;
    top: -20%;
  }

  .tutor_names_mobile {
    width: 100%;
    margin-top: 2rem;
    font-family: DM Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    display: block;
  }

  .text-span-10 {
    font-size: .9rem;
    font-weight: 500;
  }

  .text-span-11 {
    border-bottom: .5px solid #222;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
  }

  .link-10 {
    border-bottom: .5px solid #222;
    margin-left: 4px;
    padding-bottom: 4px;
    display: inline-block;
  }

  .text-span-12 {
    color: #222;
    border-bottom: .5px solid #222;
    margin-left: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
  }

  .div-block-34 {
    margin-top: 2rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block-36 {
    background-color: #292929;
    width: 80%;
    display: flex;
  }

  .sticky_cta, .text-block-65 {
    width: auto;
  }

  .text-block-66 {
    text-align: center;
    width: auto;
    padding: 1rem 2rem;
  }

  .div-block-37 {
    justify-content: space-between;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 2rem;
    display: flex;
  }

  .text-block-67 {
    color: #fff;
    font-family: DM Sans, sans-serif;
    font-weight: 500;
  }

  .div-block-38 {
    background-color: #222;
    border-radius: .3rem;
    padding: .5rem 1rem;
  }

  .reg-hero-wrapper {
    padding-left: 0;
  }

  .reg_hero_heading {
    font-size: 2.9rem;
    line-height: 1.2;
  }

  .course_reg_txt {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .div-block-39 {
    margin-left: 0;
  }

  .cta_main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta_main_txt {
    font-size: 1rem;
  }

  .cta_sub {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta_main_txt-copy {
    font-size: 1rem;
  }

  .div-block-40 {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    margin-top: 4rem;
  }

  .value_prop.whymfds {
    padding-left: 0;
  }

  .course_syllabus_content_flex {
    flex-wrap: wrap;
  }

  .heading-15 {
    width: auto;
    font-size: 1.728rem;
    line-height: 1.2;
  }

  .text-block-69 {
    width: auto;
  }

  .facebook_embed {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .facebook_embed_mobile {
    display: block;
  }

  .course_syllabus_more_wrapper {
    margin-top: 16rem;
  }

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

  .feedback_wrapper {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .safe_hands_txr {
    font-size: 2.986rem;
    line-height: 1.2;
  }

  .mentor_heading_names_flex_mfd {
    flex: 0 auto;
  }

  .marquee_text_mfd, .marquee_text-copy {
    height: 56px;
    font-size: 56px;
    line-height: 56px;
  }

  .reg_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-17 {
    font-size: 2.986rem;
  }

  .reg_content_flex_main {
    padding-left: 8px;
    padding-right: 8px;
  }

  .reg_content_icon_info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-41 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-35 {
    width: 25px;
  }

  .image-39.mobile_reg_icon {
    display: none;
  }

  .heading-18 {
    font-size: 2.488rem;
    line-height: 1.2;
  }

  .reg_content_wrapper_desktop {
    display: none;
  }

  .reg_content_wrapper_mobile_land {
    display: block;
  }

  .discount_reg_pop_txt {
    color: #e01971;
    cursor: pointer;
  }

  .image-35-copy {
    width: 25px;
  }

  .orientation_pop {
    height: auto;
    padding-left: 2rem;
    padding-right: 2.2rem;
    overflow: scroll;
  }

  .ortientation_pop_wrapper {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .div-block-51 {
    width: 100%;
  }

  .button {
    display: block;
  }

  .div-block-51-copy {
    width: 100%;
  }

  .div-block-53 {
    flex-direction: column;
    align-items: flex-start;
  }

  .orientation_pop_close {
    top: -4%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .orientation_pop_close_bottom {
    top: auto;
    bottom: -6%;
    left: 0%;
    right: 0%;
  }

  .button_orient_mobile_redirect {
    display: none;
  }

  .link-14 {
    padding-right: 0;
    font-family: DM Sans, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .orientation_pop_close_access_pg {
    top: 8%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .html-embed-2.mfds {
    margin-top: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .morth_hero_section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .morth_heading {
    text-align: left;
  }

  .morth_heading.courseab {
    width: auto;
    margin-bottom: 1rem;
  }

  .text-block-95 {
    text-align: left;
    justify-content: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

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

  .image-44 {
    width: 1100%;
  }

  .value_prop_grid_sub {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-96 {
    width: auto;
  }

  .ortho_phil_flex_vid_content {
    flex-direction: row;
  }

  .div-block-57 {
    align-self: flex-start;
  }

  .div-block-58, .div-block-58-copy, .div-block-58-copy-copy-copy {
    border-radius: 50px;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .div-block-58-copy-copy-copy-copy {
    border-radius: 50px;
    height: auto;
    position: static;
  }

  .morth_progtam-stick_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .morth_tutors_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-28 {
    width: 100%;
  }

  .div-block-61 {
    align-self: flex-start;
    width: 70px;
    height: 70px;
  }

  .team_grid_wrapper_div_img {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .morth_ints_wrapper {
    margin-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .morth_intl_value_prop_flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-left-width: 0;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding-left: 0;
  }

  .morth_intl_value_child {
    border: 1px solid #3516a8;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 1rem;
  }

  .morth_intl_value_child.mobile_land {
    border-top-width: 0;
    border-bottom-width: 1px;
    border-bottom-color: #3516a8;
  }

  .morth_intl_value_child.mobile_land_2 {
    border-top-width: 0;
  }

  .div-block-634 {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-635 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .text-block-107 {
    display: none;
  }

  .text-block-108 {
    font-size: 1.44rem;
  }

  .morth_tut_span {
    font-size: 1rem;
  }

  .div-block-641 {
    flex-direction: column;
    justify-content: center;
  }

  .button-8 {
    text-align: center;
  }

  .div-block-642 {
    flex-direction: column-reverse;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .preclinic_video_embed_wrapper {
    align-self: auto;
    width: 400px;
    height: 400px;
    margin-top: -1rem;
  }

  .div-block-643 {
    width: 90%;
    margin-top: 6rem;
  }

  .image-54 {
    width: 50px;
  }

  .morth_progtam-stick_wrapper_mobile {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .div-block-58_mobile {
    border-radius: 50px;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .preclinic_video_embed_wrapper_mobile {
    align-self: auto;
    width: 400px;
    height: 400px;
    margin-top: -1rem;
  }

  .div-block-642_mobile {
    flex-direction: column-reverse;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-58-copy_mobile, .div-block-58-copy-copy-copy_mobile {
    border-radius: 50px;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .div-block-58-copy-copy-copy-copy_mobile {
    border-radius: 50px;
    height: auto;
    position: static;
  }

  .div-block-643_addons_mobile {
    width: 90%;
    margin-top: 6rem;
  }

  .text-block-99__mobile {
    font-size: 1rem;
  }

  .lottie-animation-4 {
    width: 75px;
    height: 50px;
  }

  .image-55 {
    width: 30px;
    height: 30px;
  }

  .text-block-99__mobile_smalltxt {
    font-size: 1rem;
  }

  .morh_sticky_txt {
    text-align: center;
    width: auto;
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .morth_sticky_cta {
    z-index: 400;
    background-color: #cc1c70;
    border-radius: .3rem;
    width: 80%;
    max-width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
    display: block;
    top: auto;
    bottom: 2vh;
    left: 0%;
    right: 0%;
  }

  .morth_sticky_cta-copy {
    width: auto;
    bottom: 40vh;
  }

  .value_prop_test {
    padding-left: 8px;
    padding-right: 9px;
  }

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

  .heading-23_test {
    font-size: 3.583rem;
    font-weight: 500;
  }

  .image-44_test {
    width: 100%;
  }

  .heading-31 {
    font-size: 3.583rem;
  }

  .div-block-656 {
    width: auto;
  }

  .case_txt {
    font-size: 3.583rem;
  }

  .heading-31-copy-copy {
    margin-left: 130px;
    font-size: 3.583rem;
  }

  .line_case, .line_case_2 {
    width: 170px;
  }

  .heading-31-copy, .cand_r_txt, .cand_r_txt_3 {
    font-size: 2.986rem;
  }

  .for_ind_span {
    font-size: 1.22rem;
    top: 126.109px;
    left: 128.352px;
  }

  .unmatched.pass_txt, .unmatched2 {
    padding-right: 0;
    font-size: 3.583rem;
  }

  .pass_r {
    align-self: flex-end;
    width: auto;
  }

  .unmarch_line-copy {
    left: -106%;
  }

  .unmarch_line-copy-copy {
    left: -111%;
  }

  .orth_span_reshape {
    font-size: 2.986rem;
  }

  .text-block-117_3 {
    padding-top: 8rem;
  }

  .text-block-118 {
    right: -24%;
  }

  .text-block-119 {
    bottom: -100%;
    left: -57%;
  }

  .div-block-658 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: none;
  }

  .syllabus_pop_close {
    top: -4%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-block-122 {
    display: none;
  }

  .div-block-662 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-127 {
    font-size: 2.4875rem;
  }

  .div-block-665 {
    width: 250px;
  }

  .text-block-128 {
    font-size: 1rem;
  }

  .heading-33 {
    font-size: 2.98583rem;
  }

  .morthab_program_details_wrapper {
    padding-left: 4px;
    padding-right: 4px;
  }

  .choose_program_div {
    display: block;
    position: relative;
  }

  .text-block-131 {
    margin-bottom: 3rem;
  }

  .text-block-132 {
    font-size: 1rem;
  }

  .heading-34 {
    font-size: 2.04rem;
  }

  .text-block-134.partb {
    width: auto;
  }

  .div-block-671 {
    flex-flow: column;
    margin-top: 5rem;
  }

  .topics_included_flex {
    flex-flow: row-reverse wrap-reverse;
    justify-content: flex-end;
    align-items: center;
    padding-left: 8px;
    overflow: visible;
  }

  .topics_included_flex.mfds {
    flex-flow: row-reverse wrap;
  }

  .text-block-140 {
    font-size: 2.04rem;
  }

  .heading-35 {
    font-size: 1.44rem;
  }

  .paragraph-13 {
    font-size: 1rem;
  }

  .div-block-677 {
    flex-flow: wrap;
  }

  .image-68 {
    display: none;
    position: absolute;
    top: 22%;
    bottom: auto;
    left: auto;
    right: 25%;
  }

  .text-block-148 {
    width: auto;
  }

  .mfds_bio_main_flex {
    border-radius: .5rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-149 {
    font-size: 2.9rem;
  }

  .mfds_bio_name_board {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mfds_bio_examiner {
    align-self: center;
    width: 100%;
    margin-top: 2rem;
  }

  .mfds_bio_content_avatar {
    flex-flow: column;
  }

  .image-74 {
    order: -1;
    align-self: center;
    width: 100%;
  }

  .ore2hero_wrapper {
    flex-flow: column;
  }

  .ore2hero_content {
    width: auto;
  }

  .orepart2hero_buttons_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ore2_hero_cta {
    padding-left: 21.6px;
    padding-right: 21.6px;
    font-size: 1rem;
  }

  .ore2_hero_cta.sub_cta {
    padding-left: 21.6px;
    padding-right: 21.6px;
  }

  .ore2-why_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ore2-outline-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ore2-outline-part2-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .ore2_outline_detail {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div-block-692 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-left: 0;
  }

  .div-block-696, .ore2_bio_flex {
    flex-flow: column;
  }

  .image-79 {
    order: -1;
  }

  .c-card._2, .c-card._5, .c-card._1, .c-card._3, .c-card._4 {
    max-width: 650px;
  }
}

@media screen and (max-width: 479px) {
  .mobile_header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .hero_wrapper_home {
    height: auto;
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .hero_heading {
    margin-top: 0;
  }

  .text-span {
    font-size: 12vw;
    line-height: 12vw;
  }

  .heading {
    margin-top: 15vw;
    margin-left: -3vw;
    font-size: 40px;
    line-height: 45px;
  }

  .subheading_wrapper {
    align-self: flex-start;
    width: 100%;
  }

  .subheading_right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .subheading_left {
    width: auto;
  }

  .subheading_right_txt_div {
    width: 200px;
  }

  .hero_subheading_copy {
    width: auto;
    margin-left: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    display: none;
  }

  .choose_path_button {
    width: auto;
    height: auto;
  }

  .text-block-4 {
    padding: 18px 27px;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .hero_cta_flex {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }

  .cta_sub_txt {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 15px;
  }

  .our_mentors {
    height: 100vh;
  }

  .mentors_wrapper {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .mentors_copy {
    width: auto;
    font-size: 40px;
    line-height: 45px;
  }

  .text-span-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .header_hero_div {
    height: auto;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .proof_content {
    width: 300px;
    height: 300px;
    top: 32.6vh;
    left: 6.7vw;
  }

  .proof_content.mobile {
    margin-top: -202px;
    position: static;
    left: 4.2vw;
  }

  .experts_card_section {
    position: static;
  }

  .card_content_flex {
    margin-top: 10vh;
  }

  .cards_heading {
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-5 {
    width: auto;
    font-size: 20px;
    line-height: 24px;
  }

  .aleem.is-photos {
    background-position: 50%;
    width: 100vw;
    height: 60vh;
  }

  .div-block-3 {
    width: 200px;
    height: 50px;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .courses_section.ore {
    height: auto;
    position: static;
  }

  .courses_wrapper {
    overflow: hidden;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 45px;
  }

  .courses_heading {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .course_content_flex.op_0 {
    opacity: 0;
  }

  .course_name {
    width: auto;
    font-size: 30px;
    line-height: 35px;
  }

  .image-7 {
    display: none;
    top: -14%;
  }

  .image-7._2 {
    display: none;
    position: static;
    right: -19.4vw;
  }

  .diverse_text {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-5 {
    width: auto;
  }

  .div_resouce_img {
    border-radius: .7em;
    height: 300px;
  }

  .text-block-10 {
    font-size: 20px;
    line-height: 24px;
  }

  .upcoming_section {
    padding-bottom: 500px;
  }

  .div-block-5 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .text-block-15 {
    font-size: 1rem;
  }

  .make_it_easy_section {
    display: none;
  }

  .footer {
    border-top-width: 0;
    margin-top: 0;
    padding-top: 12rem;
  }

  .footer_wrapper {
    margin-left: 3vw;
    margin-right: 2vw;
  }

  .footer_menu {
    margin-top: 50px;
  }

  .hearo_section_2 {
    height: auto;
    position: static;
  }

  .session_heading {
    width: 18ch;
    font-size: 7vw;
    line-height: 7.6vw;
  }

  .hero_wrapper_img_content {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .paragraph-3 {
    font-size: 3.9vw;
    line-height: 5.5vw;
  }

  .reserve_button_div {
    width: 66vw;
    height: 11.8vw;
  }

  .rest_txt {
    font-size: 3.3vw;
    line-height: 4.95vw;
  }

  .res-seat_button_img {
    grid-column-gap: 2.64vw;
    grid-row-gap: 2.64vw;
  }

  .text-block-17 {
    font-size: 2.75vw;
    line-height: 3.3vw;
  }

  .date_time_wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    margin-left: -3vw;
    margin-right: -3vw;
  }

  .text-block-19 {
    padding-top: 2vw;
    font-size: 2.2vw;
    line-height: 2.84vw;
  }

  .text-block-20 {
    font-size: 4.18vw;
  }

  .image-20 {
    margin-top: 7vh;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .body-2 {
    height: 100vh;
  }

  .div-block-13 {
    margin-top: 20vh;
  }

  .reg_logo_comp {
    width: 150px;
  }

  .div-block-14 {
    margin-top: 1rem;
  }

  .reg_comp_txt {
    font-size: 2.074rem;
    line-height: 28px;
  }

  .text-block-21 {
    text-align: center;
    padding-bottom: 2vw;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
  }

  .session_com_details_flex {
    flex-direction: column;
    display: flex;
  }

  .reg_comp_details {
    position: relative;
  }

  .text-block-22 {
    font-size: 6vw;
  }

  .text-block-23 {
    margin-top: 7vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  .div-block-15 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-23 {
    width: 130px;
    margin-left: -8px;
  }

  .mobile_menu_cta_wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 9px;
    margin-right: 4px;
  }

  .mobile_cta {
    width: 140px;
    height: 40px;
  }

  .text-block-24 {
    font-size: 13px;
    font-weight: 400;
  }

  .menu_icon {
    margin-top: 4px;
  }

  .lottie-animation-2 {
    width: 30px;
    height: 30px;
  }

  .image-24 {
    width: 20px;
    margin-bottom: -1.2vw;
  }

  .happening_content._2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/pexels-c-technical-6529153-720p.gif');
  }

  .image-25, .image-26, .image-27, .image-28 {
    width: 7vh;
  }

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

  .text-span-7 {
    color: #140443;
    font-family: Yeseva One, sans-serif;
  }

  .pathway_hero_section {
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .pathway_heading_tutors_flex {
    flex: none;
    font-size: 2rem;
    line-height: 1.2;
  }

  .pathway_heading_txt {
    flex: 1;
    align-self: flex-start;
    width: 100%;
    font-size: 2rem;
    display: none;
  }

  .image-29 {
    width: 150px;
    margin-left: 0;
    display: none;
  }

  .pathway_tutor_flex {
    display: none;
  }

  .pathway_tutors_names {
    flex-direction: column;
    align-items: flex-start;
    min-width: 85vw;
    display: flex;
  }

  .text-span-9 {
    font-size: .9rem;
  }

  .pathway_starts_date_flex {
    margin-top: 4px;
  }

  .start_date_txt_cta_flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .start_date_txt {
    font-size: .9rem;
  }

  .overview_section {
    margin-bottom: 5rem;
  }

  .overview_section.reg {
    margin-top: 5rem;
  }

  .overview_txt_wrapper.reg {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .overview.reg {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .ovewview_heading.reg {
    font-size: 2.074rem;
    line-height: 1.1;
  }

  .paragraph-4 {
    font-size: 19px;
    line-height: 25px;
  }

  .paragraph-4.reg {
    line-height: 1.4;
  }

  .paragraph-5 {
    font-size: 19px;
    line-height: 25px;
  }

  .paragraph-5.reg {
    font-size: 1rem;
    line-height: 1.4;
  }

  .course_details_section {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .course_details_wrapper {
    flex-direction: column;
    width: 100%;
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .program_details_flex {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .course_details_content {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-direction: column;
    margin-top: 5rem;
  }

  .course_details_grid {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .text-block-34 {
    font-size: 1rem;
  }

  .course_details_txt_flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 0 auto;
    width: 100%;
    min-width: 85vw;
  }

  .outcome_txt_mark_mini {
    align-items: stretch;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .outcome_txt_mark_mini.mfd {
    align-items: baseline;
  }

  .outcome_txt {
    font-size: 1rem;
  }

  .course_content_wrapper {
    margin-top: 10rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .what_you_learn_flex {
    align-content: flex-start;
  }

  .heading-8 {
    margin-top: 1rem;
  }

  .course_week_subflex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-36 {
    font-size: 1rem;
  }

  .text-block-37 {
    text-align: left;
  }

  .heading-9 {
    font-size: 45px;
    line-height: 45px;
  }

  .text-block-39 {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .know_mentor_wrapper {
    flex-direction: column;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .mentor_heading_names_flex {
    width: 100%;
  }

  .mentor_img {
    width: 90vw;
    height: 80vw;
  }

  .mentor_img.host_img4 {
    background-position: 50% 19%;
  }

  .div-block-20 {
    border-radius: 10px;
    align-self: center;
  }

  .mentor_bio_img_master_flex.host4 {
    display: none;
  }

  .div-block-22 {
    align-self: center;
  }

  .quality_section {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .paragraph-7 {
    font-size: 2.07rem;
    line-height: 2.9rem;
  }

  .dedication_img {
    width: 95vw;
    height: 100vw;
  }

  .payment_terms_mflex {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-direction: column;
  }

  .pay_full_flex {
    width: 100%;
  }

  .faq_section {
    padding-top: 0;
  }

  .heading-10 {
    font-size: 4.62rem;
    line-height: 4.62rem;
  }

  .text-block-49 {
    font-size: 1.9rem;
    line-height: 2.29rem;
  }

  .paragraph-8 {
    display: none;
  }

  .course_footer {
    margin-left: auto;
    margin-right: auto;
    padding-top: 8.4rem;
  }

  .image-31 {
    order: -1;
  }

  .course_footer_flex.menu {
    width: 100%;
  }

  .link-9 {
    flex: 0 auto;
    align-self: stretch;
    width: auto;
  }

  .div-block-29 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .course_footer_upcoming_wrapper {
    border-radius: 10px;
    margin-right: 0;
  }

  .heading-11 {
    width: 100%;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    display: block;
  }

  .p_pathway_hero_section {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .heading-12 {
    width: 100%;
    font-size: 4rem;
  }

  .text-block-57 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .heading-13 {
    font-size: 2rem;
  }

  .heading-14 {
    font-size: 2.8rem;
    line-height: 1;
  }

  .text-block-59 {
    width: 90%;
    font-size: 1rem;
    line-height: 1.4;
  }

  .feature_content_block {
    width: 95vw;
  }

  .marque_section {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .marquee_text {
    height: 56px;
  }

  .ores_session_hero_wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ore_session_img_wrapper {
    justify-content: flex-start;
  }

  .text-block-60 {
    font-size: .9rem;
  }

  .image-32 {
    width: 150px;
  }

  .ore_session_hero_copy {
    text-align: left;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .text-block-61 {
    text-align: left;
  }

  .session_cta_wrapper {
    align-self: flex-start;
    width: 18rem;
  }

  .text-block-62 {
    font-family: DM Sans, sans-serif;
    font-weight: 500;
  }

  .image-33 {
    width: 4rem;
    display: none;
    top: -7%;
    right: -5%;
  }

  .tutor_names_mobile {
    margin-top: 2rem;
    line-height: 1.5rem;
  }

  .text-span-10 {
    font-size: .9rem;
  }

  .div-block-34 {
    width: 100%;
    margin-top: 1rem;
  }

  .div-block-35 {
    background-color: #222;
    border-radius: .3rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .text-block-63 {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    font-family: DM Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    display: flex;
  }

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

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .div-block-36 {
    margin-left: auto;
    margin-right: auto;
  }

  .sticky_cta {
    z-index: 1000;
    background-color: #222;
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
    top: auto;
    bottom: 3vh;
    left: 0%;
    right: 0%;
  }

  .sticky_text {
    display: none;
  }

  .text-block-66 {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-37 {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-top: 1.5rem;
  }

  .text-block-67 {
    font-size: 13px;
    font-weight: 400;
  }

  .image-34 {
    width: 150px;
  }

  .reg_hero_heading {
    font-size: 2.488rem;
  }

  .reg_hero_heading.mfds {
    width: auto;
  }

  .course_reg_txt {
    margin-left: 0;
  }

  .div-block-39 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-39.reg {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .value_prop_sec.whymfds {
    display: block;
  }

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

  .div-block-40.whymfds {
    grid-row-gap: 5rem;
    padding-left: 1rem;
  }

  .value_prop {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
  }

  .value_prop.whymfds {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .value_icon, .value_icon.whymfds {
    width: 50px;
  }

  .value_text {
    text-align: center;
  }

  .value_text.whymfds {
    text-align: left;
    font-size: 24px;
  }

  .text-block-68 {
    text-align: center;
  }

  .text-block-68.whymfds {
    text-align: left;
    font-size: 1rem;
  }

  .text-block-68.whymfds._4 {
    font-size: 1rem;
  }

  .course_syllabus_wrapper {
    padding-top: 7rem;
    padding-left: 0;
    padding-right: 0;
  }

  .course_syllabus_section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .course_syllabus_content_flex, .heading-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .course_syllabus_more_wrapper {
    margin-top: 9rem;
  }

  .heading-16 {
    width: 10ch;
    font-size: 2.074rem;
  }

  .heading-16.mfds {
    width: 15ch;
  }

  .sylllabus_button {
    border-radius: .3rem;
    width: 80%;
  }

  .sylllabus_button.mfds {
    width: 100%;
  }

  .syllabus_grid_content.mfds {
    height: 400px;
  }

  .feedback_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .safe_hands_txr {
    text-align: left;
    font-size: 2.074rem;
  }

  .text-block-70-copy {
    text-align: left;
    display: none;
  }

  .know_mentor_wrapper_reg, .know_mentor_wrapper_mfd {
    flex-direction: column;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .mentor_heading_names_flex_mfd {
    width: 100%;
  }

  .mentor_img_mfd {
    width: 90vw;
    height: 80vw;
  }

  .mentor_img_mfd.host_img2 {
    background-position: 50% 42%;
  }

  .mentor_img_mfd_2 {
    width: 90vw;
    height: 80vw;
  }

  .marquee_text_mfd, .marquee_text-copy {
    height: 56px;
  }

  .outcome_txt_mark_mini_mfd {
    align-items: baseline;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .course_details_section_mfd {
    margin-top: 0;
    padding-top: 0;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .heading-17 {
    font-size: 2.488rem;
  }

  .reg_content_flex_main {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .text-block-78 {
    font-size: 1rem;
  }

  .heading-18 {
    margin-bottom: 0;
    font-size: 2.074rem;
  }

  .heading-18.whymfds {
    color: #e01972;
    margin-bottom: 5rem;
    font-size: 2.4888rem;
  }

  .heading-18.whyexperts {
    line-height: 1.3;
  }

  .discount-pop {
    z-index: 5000;
    width: 95vw;
    height: 90vh;
    display: none;
    bottom: 2vh;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, .2);
  }

  .text-block-79, .link-12-bottom {
    margin-top: 2rem;
  }

  .reg_content_wrapper_mobile_land {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .text-block-70_mobile_vertical {
    text-align: left;
    margin-bottom: 1rem;
    display: block;
  }

  .image-35-copy {
    align-self: flex-start;
  }

  .free_attend_cta {
    color: #233161;
    border-bottom-width: .5px;
    border-bottom-color: #233161;
    width: auto;
    padding-left: 0;
    padding-right: 8px;
    display: inline-block;
  }

  .div-block-44 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .orientation_pop {
    padding-left: 1rem;
    padding-right: 1.2rem;
    display: none;
    overflow: scroll;
  }

  .ortientation_pop_wrapper {
    margin-bottom: 4rem;
  }

  .heading-20 {
    color: var(--paragraph-color);
    line-height: 1.1;
  }

  .heading-21 {
    color: #222;
  }

  .image-41 {
    width: 100%;
  }

  .heading-22 {
    color: var(--headings);
  }

  .orientation_pop_close_bottom {
    top: auto;
    bottom: -5%;
    left: 0%;
    right: 0%;
  }

  .link-13 {
    color: #075e54;
  }

  .div-block-54 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    display: flex;
  }

  .div-block-55 {
    margin-left: -16px;
  }

  .image-42 {
    width: 16px;
  }

  .link-14 {
    text-align: right;
    font-size: 1rem;
  }

  .orientation_pop_close_access_pg {
    top: 5%;
  }

  .html-embed-2.mfds {
    width: 95%;
  }

  .morth_heading {
    font-size: 2.97rem;
  }

  .text-block-95.courseab {
    line-height: 1.2;
  }

  .value_prop_section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-23 {
    white-space: normal;
    overflow-wrap: normal;
    font-size: 2.475rem;
  }

  .image-44 {
    width: 100%;
  }

  .heading-24 {
    font-size: 1.73rem;
  }

  .phil_secttion {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-45, .image-46, .image-47, .image-48 {
    margin-bottom: 1rem;
  }

  .text-block-98 {
    display: none;
  }

  .ortho_phil_flex_vid_content {
    flex-direction: column;
  }

  .ortho_phil_child_content {
    width: 100%;
  }

  .heading-25 {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .div-block-57 {
    border-radius: 3px;
    align-self: auto;
    width: 330px;
    height: 330px;
    margin-bottom: 3.24rem;
  }

  .morth_porgram_detail_section {
    display: none;
  }

  .div-block-58, .div-block-58-copy, .div-block-58-copy-copy-copy, .div-block-58-copy-copy-copy-copy {
    border-radius: 3px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-61 {
    margin-right: 0;
  }

  .text-block-101 {
    line-height: 1.2;
  }

  .team_grid_wrapper_div_img {
    padding-left: 0;
  }

  .morth_ints_wrapper {
    margin-top: 0;
  }

  .morth_contact_flex {
    width: 96%;
    height: auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-30 {
    font-size: 2.97rem;
  }

  .div-block-636 {
    margin-bottom: 0;
  }

  .text-block-108 {
    padding-left: 0;
    font-size: 1.2rem;
  }

  .morth_footer.partabcourse {
    overflow: hidden;
  }

  .div-block-639 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
  }

  .div-block-641 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button-8 {
    text-align: center;
    font-size: 1rem;
  }

  .button-9 {
    font-size: 1rem;
  }

  .text-block-109 {
    text-align: left;
  }

  .preclinic_video_embed_wrapper {
    width: 270px;
    height: 270px;
  }

  .div-block-643 {
    width: 95%;
  }

  .div-block-648 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: 0;
  }

  .div-block-648.ore2footer {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .text-block-113 {
    font-size: 1rem;
  }

  .div-block-649 {
    width: 98%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .morth_porgram_detail_section_mobile {
    display: block;
  }

  .heading-26_mobile {
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .morth_program_details_wrapper_mobile {
    z-index: 100;
    padding-top: 0;
    position: relative;
  }

  .morth_progtam-stick_wrapper_mobile {
    z-index: 50;
    position: relative;
  }

  .div-block-58_mobile {
    z-index: 200;
    border-radius: 3px;
    flex-direction: row;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 1rem;
    display: flex;
    position: static;
  }

  .details_child_flex_content_mobile {
    z-index: 5000;
    align-self: flex-start;
    width: 30px;
    min-width: 30px;
    height: 60px;
    min-height: 60px;
    margin-top: 1rem;
    padding-right: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
    overflow: hidden;
  }

  .heading-27_mobile {
    border-bottom-width: 0;
    width: auto;
    margin-top: 0;
    margin-bottom: 16px;
    padding-bottom: 0;
    font-size: 2.07rem;
  }

  .heading-27_mobile.outline2, .heading-27_mobile.outlone3 {
    margin-top: 0;
    margin-bottom: 16px;
    padding-bottom: 0;
  }

  .preclinic_video_embed_wrapper_mobile {
    width: 300px;
    height: 300px;
  }

  .div-block-642_mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-109_mobile {
    text-align: left;
    font-size: 14px;
  }

  .text-block-114 {
    color: #f5f5f5;
    align-self: flex-start;
    font-family: DM Sans, sans-serif;
    font-size: 2.07rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .div-block-650 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .text-block-109_mobile_exam {
    text-align: left;
  }

  .text-block-109_mobile_bold {
    font-weight: 500;
  }

  .div-block-58-copy_mobile, .div-block-58-copy-copy-copy_mobile, .div-block-58-copy-copy-copy-copy_mobile {
    border-radius: 3px;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .div-block-651 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    width: auto;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .text-block-115, .text-block-116 {
    color: #f5f5f5;
    padding-bottom: 1rem;
    font-family: DM Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .div-block-643_addons_mobile {
    width: 100%;
    margin-top: 0;
  }

  .morth_phil_video_embed_mobile {
    border-radius: 3px;
    margin-top: 2.5rem;
  }

  .text-block-99__mobile {
    margin-bottom: 1rem;
    font-family: DM Sans, sans-serif;
    font-size: 1rem;
  }

  .lottie-animation-4 {
    width: 30px;
    height: 30px;
  }

  .image-55 {
    width: 30px;
    max-width: none;
    height: 30px;
  }

  .text-block-98_mobile {
    padding-left: 2.5rem;
    display: block;
  }

  .we_mobile_txt_opacityz {
    opacity: 0;
  }

  .text-block-99__mobile_smalltxt {
    font-family: DM Sans, sans-serif;
  }

  .image-56 {
    width: 20px;
  }

  .div-block-653 {
    margin-top: 2rem;
  }

  .morh_sticky_txt {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: flex;
  }

  .morth_sticky_cta {
    z-index: 1000;
    background-color: #222;
    width: 90%;
    max-width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
    top: auto;
    bottom: 1vh;
    left: 0%;
    right: 0%;
  }

  .morth_sticky_cta-copy {
    z-index: 1000;
    background-color: #222;
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
    top: auto;
    bottom: 3vh;
    left: 0%;
    right: 0%;
  }

  .div-block-654 {
    z-index: 30;
    background-color: #f5f5f6;
    width: 100vw;
    height: 20vh;
    padding-bottom: 0;
    position: relative;
  }

  .value_prop_test {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-23_test {
    white-space: normal;
    overflow-wrap: normal;
    font-size: 2.488rem;
  }

  .image-44_test {
    width: auto;
    height: 300px;
  }

  .heading-31 {
    padding-right: 91px;
    font-size: 2.896rem;
  }

  .text-block-117 {
    font-size: 1.2rem;
  }

  .div-block-655 {
    width: 80%;
  }

  .text-block-117-copy {
    font-size: 1.2rem;
  }

  .case_txt {
    font-size: 2.896rem;
  }

  .heading-31-copy-copy {
    margin-left: 105px;
    font-size: 2.896rem;
  }

  .line_case, .line_case_2 {
    width: 125px;
    left: -7%;
  }

  .heading-31-copy, .cand_r_txt {
    padding-left: 14px;
    font-size: 2.074rem;
  }

  .cand_r_txt_3 {
    margin-left: 14px;
    font-size: 2.074rem;
  }

  .for_ind_span {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: .8rem;
    top: 84.109px;
    left: 99.352px;
  }

  .unmatched.pass_txt, .unmatched2 {
    font-size: 2.896rem;
  }

  .unmarch_line-copy {
    width: 100px;
    bottom: 72%;
    left: -39%;
  }

  .unmarch_line-copy-copy {
    width: 120px;
    left: -35%;
  }

  .orth_span_reshape {
    font-size: 2.074rem;
  }

  .text-block-117_, .text-block-117-copy_1, .text-block-117_3, .text-block-117-copy_3 {
    font-size: 1.2rem;
  }

  .text-block-118 {
    overflow: hidden;
  }

  .text-block-119 {
    font-size: 7.249rem;
    left: -27%;
  }

  .button-10 {
    background-color: #075e54;
    font-size: 14px;
    line-height: 1.2;
  }

  .div-block-657 {
    padding-top: 11px;
    padding-left: 22px;
    padding-right: 22px;
    font-weight: 400;
  }

  .text-block-120 {
    font-family: DM Sans, sans-serif;
    font-size: 14px;
  }

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

  .text-block-122 {
    color: var(--headings);
    font-family: DM Sans, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
    display: block;
  }

  .div-block-662 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-11, .button-12 {
    padding: .60241rem 1.20482rem;
    font-size: .88rem;
  }

  .qcourse_values_wrapper {
    margin-top: 2rem;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-127 {
    font-size: 2.06667rem;
  }

  .paragraph-11 {
    font-size: 1.2rem;
  }

  .div-block-665.dotsvar.third {
    display: none;
  }

  .div-block-665.dots {
    background-color: #e01971;
  }

  .heading-33 {
    font-size: 1.72791rem;
    line-height: 1.3;
  }

  .div-block-667 {
    margin-top: 40vh;
  }

  .text-span-31, .text-span-32 {
    font-family: Merriweather, serif;
    font-weight: 400;
  }

  .text-block-129 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.3;
  }

  .morthab_program_details_wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-131 {
    font-size: 1rem;
  }

  .text-block-132 {
    color: #220f63;
    padding-left: 8px;
    font-size: .833333rem;
  }

  .div-block-670.parta {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-width: 3px;
  }

  .text-block-133 {
    color: #220f63;
  }

  .text-block-134 {
    width: auto;
    font-size: .85rem;
    font-weight: 500;
    line-height: 1.3;
  }

  .div-block-671 {
    flex-flow: column;
    align-items: center;
  }

  .modules {
    width: auto;
    height: 400px;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .modile_text {
    border-bottom: 2px solid #3d1ab6;
    margin-bottom: 1rem;
  }

  .text-block-137 {
    font-size: 2.4875rem;
    line-height: 1.3;
  }

  .topics_included_flex {
    flex-flow: row-reverse wrap-reverse;
    justify-content: flex-end;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .topics_included_flex.mfds {
    flex-flow: row-reverse wrap;
  }

  .div-block-676.mfds {
    order: -1;
  }

  .text-block-140 {
    font-size: 1.41667rem;
  }

  .partb_checklist_heading {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-35 {
    font-size: 1.2rem;
  }

  .div-block-677 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
  }

  .text-block-142 {
    font-size: 1rem;
  }

  .morthab_tutor_contnet_child {
    width: 100%;
  }

  .morthab_tutor_photo_child {
    display: none;
  }

  .text-block-143 {
    font-size: 2.48833rem;
  }

  .text-block-144 {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .image-64 {
    border-radius: .3rem;
    display: block;
  }

  .image-65 {
    width: 41.66px;
  }

  .image-66, .image-67 {
    width: 41.66px;
    padding-top: 4px;
  }

  .html-embed-3 {
    max-width: none;
    max-height: none;
  }

  .image-68 {
    right: 9%;
  }

  .div-block-680 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-681 {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .image-69 {
    width: 22px;
  }

  .image-70 {
    width: 13px;
  }

  .image-71 {
    width: 22px;
  }

  .div-block-682 {
    padding-left: 0;
    display: none;
  }

  .text-block-147 {
    color: #05020f;
  }

  .text-block-148 {
    padding-left: 0;
    font-weight: 400;
    line-height: 1.3;
  }

  .whymfds._2 {
    font-size: 24px;
  }

  .div-block-685 {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .mfds_bio_main_flex {
    border-radius: .5rem;
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .text-block-150 {
    color: #fff;
    margin-bottom: 1rem;
    font-family: Droid Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .mfds_bio_full_content {
    margin-top: 2rem;
  }

  .expand_collapse_bio.show {
    color: #e01972;
    text-transform: none;
    -webkit-text-fill-color: transparent;
    background-image: url('../images/gggrain-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .expand_collapse_bio.hide {
    cursor: pointer;
  }

  .text-block-153 {
    margin-left: -6px;
  }

  .orepart2hero_buttons_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .ore2_hero_cta {
    padding-left: 21.6px;
    padding-right: 21.6px;
    font-size: 1rem;
  }

  .ore2hero_img {
    border-radius: 0;
    margin-left: 0;
    overflow: auto;
  }

  .ore2_marquee_section {
    display: none;
  }

  .text-block-158 {
    font-size: 2.48rem;
  }

  .ore2-why_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ore2-why_text {
    font-size: 1.728rem;
    line-height: 1.2;
  }

  .text-block-160 {
    width: auto;
    font-size: 1rem;
  }

  .ore2-outline-wrapper {
    margin-top: 2rem;
  }

  .heading-38 {
    width: auto;
  }

  .div-block-689 {
    flex-flow: column;
  }

  .text-block-161 {
    width: auto;
    margin-top: 1rem;
  }

  .text-block-167 {
    align-self: flex-start;
    width: 100%;
    margin-top: 1rem;
  }

  .div-block-692 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-77 {
    margin-right: 1rem;
    display: none;
  }

  .text-block-169 {
    color: #211d66;
    width: 5ch;
    font-family: Playfair Display, sans-serif;
    font-size: 1.44rem;
    font-style: italic;
  }

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

  .text-block-173, .text-block-174 {
    width: auto;
  }

  .post-course-flex-content {
    width: 100%;
  }

  .text-block-176 {
    width: auto;
  }

  .text-block-178 {
    padding-top: 2rem;
    font-size: 2.976rem;
    line-height: 1.2;
  }

  .ore2_bio_flex {
    flex-flow: column;
  }

  .image-79 {
    order: -1;
    height: auto;
  }

  .ore2bio_content_child {
    width: auto;
  }

  .text-block-179 {
    color: #211d66;
    font-family: Playfair Display, sans-serif;
    font-style: italic;
  }

  .text-block-180 {
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }

  .ore2bio_content_all {
    margin-left: -14px;
  }

  .text-block-181 {
    font-family: DM Sans, sans-serif;
  }

  .card-subtitle {
    z-index: 100;
    color: #f5f5f5;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.72rem;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
  }

  .c-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._w-cards-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-title {
    z-index: 100;
    color: #f5f5f5;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 2.5em;
    position: relative;
  }

  .header {
    font-size: 3em;
    line-height: 1.2em;
  }

  .c-card._2 {
    top: 80px;
  }

  .c-card._5 {
    top: 260px;
  }

  .c-card._3 {
    top: 140px;
  }

  .c-card._4 {
    top: 200px;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 0 0 20px;
  }

  ._w-card._1edit {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card-details {
    padding-left: 20px;
    padding-right: 20px;
    font-family: DM Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.2em;
  }

  .card-details._2 {
    font-family: DM Sans, sans-serif;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .c-scroll-down {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .description {
    font-size: 1em;
    line-height: 1.3em;
  }

  .image-81 {
    z-index: 10;
    width: 500px;
    height: 20vh;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .div-block-698 {
    background-color: #221d67;
    border-radius: 10px 10px 0 0;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-699 {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-700 {
    padding: 1rem 1rem 30px;
  }

  .div-block-701 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-182 {
    font-size: 14px;
  }

  .text-span-38 {
    color: #e01772;
    font-family: Playfair Display, sans-serif;
    font-style: italic;
  }
}

#w-node-aeecf9f0-0930-c96b-c231-bd693f22c5c2-317ad746, #w-node-_12920d78-cf65-b27b-c912-9a481e0f53d0-317ad746, #w-node-f95eaa4c-9586-6d7f-dc1c-4a1bf20a9b0a-317ad746, #w-node-_1cd13433-16b0-dc07-5512-1862016ad21f-fed084af, #w-node-_35ad8180-1f19-91e4-3527-a712011b8672-fed084af, #w-node-_8e0a40cd-38f2-f3ce-0776-ed42301de232-fed084af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4373a37-2ade-019a-e82c-763c6467f4d1-71f708b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6988bd54-340c-e003-e59f-876edf7d2f1d-71f708b2, #w-node-f9913f6b-fd54-41ee-2989-361a69f59a72-71f708b2, #w-node-a2392d05-787e-dbb5-e823-938c1b269344-71f708b2, #w-node-a2392d05-787e-dbb5-e823-938c1b269345-71f708b2, #w-node-_8d48d13c-b7f3-cb65-be29-de208b16f262-71f708b2, #w-node-_8d48d13c-b7f3-cb65-be29-de208b16f263-71f708b2, #w-node-b912e08a-a6ca-3ce4-703d-221ee31f9ccd-71f708b2, #w-node-b912e08a-a6ca-3ce4-703d-221ee31f9cce-71f708b2, #w-node-b912e08a-a6ca-3ce4-703d-221ee31f9cd2-71f708b2, #w-node-b912e08a-a6ca-3ce4-703d-221ee31f9cd3-71f708b2, #w-node-b912e08a-a6ca-3ce4-703d-221ee31f9cd7-71f708b2, #w-node-b912e08a-a6ca-3ce4-703d-221ee31f9cd8-71f708b2, #w-node-_7e3a77c4-fc3d-d050-c862-05094e3e23ab-71f708b2, #w-node-_7e3a77c4-fc3d-d050-c862-05094e3e23ac-71f708b2, #w-node-c5d51c34-5f58-f34d-208f-d1e09d0dfc51-ada762e2, #w-node-f3ca77be-547d-e8a0-0269-b6c519b7f649-ada762e2, #w-node-f3ca77be-547d-e8a0-0269-b6c519b7f64a-ada762e2, #w-node-_35ad8180-1f19-91e4-3527-a712011b8672-34f36f4b, #w-node-_8e0a40cd-38f2-f3ce-0776-ed42301de232-34f36f4b, #w-node-_8df1895f-5581-8631-55ad-4b93b93f66aa-19af005a, #w-node-b5da8c6b-f8ea-077d-1f11-8232d0b16e8d-19af005a, #w-node-d1dc7514-70b6-4534-607b-981f290102ff-19af005a, #w-node-_673b235e-9002-8149-c145-9ee305a8a3c6-19af005a, #w-node-_8318e09b-ae77-f802-6441-70403960f4e9-19af005a, #w-node-_7d2c63d7-8a79-63d2-bb43-b691dbd6edad-19af005a, #w-node-_0dfa3aed-f69a-421c-0774-44f783e85788-19af005a, #w-node-e38fb6b7-c768-e830-ef8a-7347f05dd0d8-19af005a, #w-node-d808db6b-3476-6026-ccd0-c9a9b2e5c508-19af005a, #w-node-_01a61204-c586-fc67-64ea-e4b588f27c91-19af005a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4373a37-2ade-019a-e82c-763c6467f4d1-e0fd25b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6988bd54-340c-e003-e59f-876edf7d2f1d-e0fd25b1, #w-node-f9913f6b-fd54-41ee-2989-361a69f59a72-e0fd25b1, #w-node-a2392d05-787e-dbb5-e823-938c1b269344-e0fd25b1, #w-node-a2392d05-787e-dbb5-e823-938c1b269345-e0fd25b1, #w-node-_8d48d13c-b7f3-cb65-be29-de208b16f262-e0fd25b1, #w-node-_8d48d13c-b7f3-cb65-be29-de208b16f263-e0fd25b1, #w-node-b912e08a-a6ca-3ce4-703d-221ee31f9ccd-e0fd25b1, #w-node-b912e08a-a6ca-3ce4-703d-221ee31f9cce-e0fd25b1, #w-node-b912e08a-a6ca-3ce4-703d-221ee31f9cd2-e0fd25b1, #w-node-b912e08a-a6ca-3ce4-703d-221ee31f9cd3-e0fd25b1, #w-node-b912e08a-a6ca-3ce4-703d-221ee31f9cd7-e0fd25b1, #w-node-b912e08a-a6ca-3ce4-703d-221ee31f9cd8-e0fd25b1, #w-node-_7e3a77c4-fc3d-d050-c862-05094e3e23ab-e0fd25b1, #w-node-_7e3a77c4-fc3d-d050-c862-05094e3e23ac-e0fd25b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_805a5dd1-aa8d-d613-fdfb-be46d712525d-1cd4ba24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_6ba405df-ab04-7599-c05d-6eb322edbfba-1cd4ba24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5a7d9946-00f7-9282-c3e2-c66ec48c18d4-1cd4ba24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1735e30a-dd50-8d7e-c663-0525348c0b9e-1cd4ba24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d248df43-9afe-1f2e-520b-9050f626e6b4-1cd4ba24 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65ce87f9-4c45-c607-9c1e-10d7343676fc-1cd4ba24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_65ce87f9-4c45-c607-9c1e-10d7343676fd-1cd4ba24, #w-node-_65ce87f9-4c45-c607-9c1e-10d7343676fe-1cd4ba24 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b30e5fea-d665-d6bb-3c00-522e6bfecc22-1cd4ba24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b30e5fea-d665-d6bb-3c00-522e6bfecc23-1cd4ba24, #w-node-b30e5fea-d665-d6bb-3c00-522e6bfecc24-1cd4ba24 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08d2bb57-d600-28a5-40d3-d579fddc8c53-1cd4ba24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_08d2bb57-d600-28a5-40d3-d579fddc8c54-1cd4ba24, #w-node-_08d2bb57-d600-28a5-40d3-d579fddc8c55-1cd4ba24 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-edfe3594-1708-fd8a-2b40-a091b12f7424-1cd4ba24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-edfe3594-1708-fd8a-2b40-a091b12f7426-1cd4ba24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9bfae673-9e0f-6e0e-a481-7fe740826bdc-1cd4ba24, #w-node-fb404ae4-6c4e-d12c-3c66-f240978d29dd-1cd4ba24, #w-node-_9a21bb39-5b43-a78d-67af-c14f0943cde1-1cd4ba24, #w-node-_8e0d41f4-4691-c8e9-17d0-c90b9da7fd9f-1cd4ba24, #w-node-_5b4f612b-5ac9-a8be-08e2-6d57bbd7994b-1cd4ba24, #w-node-fd81d042-30aa-f8cb-c1e0-e1240608db26-1cd4ba24, #w-node-bc7f3cfd-7f28-c7b2-0ec9-863683a1eb7f-1cd4ba24, #w-node-bc7f3cfd-7f28-c7b2-0ec9-863683a1eb85-1cd4ba24, #w-node-_422549e3-de8d-042c-d179-c23092a171f7-1cd4ba24, #w-node-_8a3c9d41-a6c9-fb60-7f2e-cc7f20f0e500-1cd4ba24, #w-node-_65de748b-c951-f8d8-1490-684037f93fdb-1cd4ba24, #w-node-bc7f3cfd-7f28-c7b2-0ec9-863683a1eb9b-1cd4ba24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_550659ed-ae9c-f24a-ad0c-4423d3c7524f-1cd4ba24 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-edd005e0-53f6-499b-58bd-d314cb793e9d-1cd4ba24 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1c4e2db8-db5d-93e3-60f5-15479ca02b73-1cd4ba24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b30f80f-299a-199d-b658-6ac444435312-49dd342d {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-f34e567f-f3f4-2173-0bc8-0dd5eca244f4-49dd342d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0c275a17-cc09-5cf8-0f40-28d1d9faed93-49dd342d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-a6162412-0ad0-7311-3f7d-4769ac10de8e-49dd342d, #w-node-_7ad72a03-2b3d-6557-41a2-84eb5603f600-49dd342d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ce45fe2-04f5-d00f-ad0b-ef69af67efed-33382b3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_8ce45fe2-04f5-d00f-ad0b-ef69af67eff2-33382b3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#enroll-now-ab-course.w-node-_2a78a71a-f1f9-ddb0-61fd-c9b2cbf96d03-33382b3d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_2a78a71a-f1f9-ddb0-61fd-c9b2cbf96d06-33382b3d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2a78a71a-f1f9-ddb0-61fd-c9b2cbf96d08-33382b3d, #w-node-b860d9be-e312-83c6-8ef2-8f94816f6d77-44b3a590, #w-node-b860d9be-e312-83c6-8ef2-8f94816f6d7e-44b3a590, #w-node-b860d9be-e312-83c6-8ef2-8f94816f6d85-44b3a590, #w-node-b860d9be-e312-83c6-8ef2-8f94816f6d8c-44b3a590, #w-node-_674ffc1e-5320-2d68-5526-2511e834794d-44b3a590, #w-node-_674ffc1e-5320-2d68-5526-2511e8347954-44b3a590, #w-node-_674ffc1e-5320-2d68-5526-2511e834795b-44b3a590, #w-node-_674ffc1e-5320-2d68-5526-2511e8347962-44b3a590, #w-node-_674ffc1e-5320-2d68-5526-2511e8347969-44b3a590, #w-node-_674ffc1e-5320-2d68-5526-2511e8347970-44b3a590, #w-node-_763ce3f0-e359-aaec-5fbb-5c78451796e7-44b3a590, #w-node-_763ce3f0-e359-aaec-5fbb-5c78451796fb-44b3a590, #w-node-_763ce3f0-e359-aaec-5fbb-5c7845179713-44b3a590, #w-node-_01059b67-45e7-6bf1-2929-76bde06cb0d2-44b3a590, #w-node-b860d9be-e312-83c6-8ef2-8f94816f6d77-6fefa973, #w-node-b860d9be-e312-83c6-8ef2-8f94816f6d7e-6fefa973, #w-node-b860d9be-e312-83c6-8ef2-8f94816f6d85-6fefa973, #w-node-b860d9be-e312-83c6-8ef2-8f94816f6d8c-6fefa973, #w-node-_674ffc1e-5320-2d68-5526-2511e834794d-6fefa973, #w-node-_674ffc1e-5320-2d68-5526-2511e8347954-6fefa973, #w-node-_674ffc1e-5320-2d68-5526-2511e834795b-6fefa973, #w-node-_674ffc1e-5320-2d68-5526-2511e8347962-6fefa973, #w-node-_674ffc1e-5320-2d68-5526-2511e8347969-6fefa973, #w-node-_674ffc1e-5320-2d68-5526-2511e8347970-6fefa973, #w-node-_763ce3f0-e359-aaec-5fbb-5c78451796e7-6fefa973, #w-node-_763ce3f0-e359-aaec-5fbb-5c78451796fb-6fefa973, #w-node-_763ce3f0-e359-aaec-5fbb-5c7845179713-6fefa973, #w-node-_01059b67-45e7-6bf1-2929-76bde06cb0d2-6fefa973, #w-node-_983872a6-bd7c-27da-00b2-4bbbc27878c4-e4150b44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#enroll-now-ab-course.w-node-c4273bb2-b71b-e967-14bd-f9228f9814eb-e4150b44 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c4273bb2-b71b-e967-14bd-f9228f9814ee-e4150b44 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c4273bb2-b71b-e967-14bd-f9228f9814f0-e4150b44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_083dbf17-21e2-7403-a36c-37be884b3418-317ad746, #w-node-_37c3ce3e-2978-f588-8ea0-bb24c62537d1-317ad746, #w-node-_445dc8cd-72f3-b477-4d39-40c342eaa266-317ad746 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d41af129-46bd-6132-b364-3aea97eea134-317ad746, #w-node-_2ddbea48-d88e-5762-b8cf-f2c0f9939853-317ad746, #w-node-_34cb4461-fde8-43b9-4dd9-6737db3db4f4-317ad746, #w-node-_6b5622be-690d-3131-4922-c78b265b9364-317ad746 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-edfe3594-1708-fd8a-2b40-a091b12f7424-1cd4ba24, #w-node-_8ce45fe2-04f5-d00f-ad0b-ef69af67efed-33382b3d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-edfe3594-1708-fd8a-2b40-a091b12f7424-1cd4ba24, #w-node-_8ce45fe2-04f5-d00f-ad0b-ef69af67efed-33382b3d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: center;
  }
}


