.nav-container {
  background-color: #fff;
  border-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 948px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 50px;
  display: block;
  position: static;
}

.c-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #173c1d;
  border: 2px solid #173c1d;
  border-radius: 47.86px;
  padding: 10px 18px;
  transition: background-color .5s;
  display: block;
}

.c-button:hover {
  color: #000;
  background-color: #defc52;
  border: 2px solid #173c1d;
}

.c-button.cc-no_bg {
  cursor: pointer;
  background-color: #0000;
  border-style: none;
  display: none;
}

.c-button.cc-no_bg:hover {
  color: #2a5d67;
  border: 0 #49e2b5;
}

.c-button.nav-button {
  display: none;
}

.c-button.modal-fit {
  width: 100%;
}

.nav-menu {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.nav-link_login {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-image {
  width: 100%;
}

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

.nav-link_login-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: none;
}

.c-nav {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: box-shadow .1s;
  position: fixed;
  top: 0;
}

.c-navlink {
  cursor: pointer;
  font-weight: 400;
}

.c-navlink:hover {
  color: #4c41ca;
}

.body {
  background-color: #f1f5f9;
  font-family: Onest, sans-serif;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 135px;
  display: block;
}

.cart-num_holder {
  background-color: #c41820;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  top: -7px;
  right: -10px;
}

.cart-num {
  color: #fff;
  font-size: 12px;
}

.cart-icon {
  cursor: pointer;
  position: relative;
}

.hero-section {
  background-image: url('../images/lex-gradient.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block {
  margin-left: -6px;
}

.hero-text {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 700;
  line-height: 90%;
}

.hero {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-top: 40px;
  display: flex;
}

.text-block-2 {
  text-align: center;
  width: 80%;
  font-size: 16px;
}

.course-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: static;
}

.mode-toggle {
  z-index: 999;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  inset: auto 177px 9px auto;
}

.mode-toggle_text {
  color: #191335;
}

.mint-coloured_text {
  color: #49e2b5;
}

.c-body {
  color: #425466;
  font-size: 20px;
  line-height: 19px;
}

.c-header {
  height: 100%;
  font-size: 80px;
  font-weight: 800;
  line-height: 66px;
}

.c-header.cc-faq_text {
  font-size: 60px;
  line-height: 60px;
}

.c-hero_text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  display: block;
  position: relative;
}

.lottie-animation {
  width: 100%;
  height: 100%;
}

.text-block-3, .text-block-3:hover {
  color: #191335;
}

.c-button_rounded {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #49e2b5;
  border: 2px solid #49e2b5;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 20px;
  transition: background-color .5s;
  display: flex;
}

.c-button_rounded:hover {
  background-color: #0000;
  border: 2px solid #49e2b5;
}

.globe {
  width: 52%;
  display: inline-block;
  position: absolute;
  inset: 6% auto auto 0%;
}

.c-hero_wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.hero-text_holder {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 329px;
  display: flex;
  position: relative;
}

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

.c-hero_image {
  width: 536px;
  height: 578.797px;
}

.hero-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-services {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.service-holders {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  margin-top: 20px;
  display: flex;
}

.service {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 264.047px;
  display: flex;
}

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

.service-text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.service-holders-2 {
  justify-content: space-around;
  align-items: center;
  width: 55%;
  margin-top: 20px;
  display: flex;
}

.course-section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.card-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  display: grid;
}

.card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  padding: 20px;
  display: flex;
}

.card-head {
  font-size: 16px;
  font-weight: 700;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-text {
  height: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}

.card-image_holder {
  width: 100%;
  height: 200px;
}

.course-heading {
  margin-top: 40px;
  margin-bottom: 40px;
}

.course-heading_text {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
}

.footer-section {
  margin-top: 120px;
}

.c-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: static;
}

.c-faq-wrapper {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.accordion-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion-content {
  display: none;
}

.c-faq {
  margin-top: 40px;
}

.c-accordion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.accordion-text {
  font-size: 24px;
  font-weight: 700;
}

.c-accordion_item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  background-color: #fff;
  border-top-style: none;
  border-top-color: #c9c9c9;
  border-bottom: 1px solid #e8eaf2;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 16px;
  display: flex;
}

.c-key_body {
  font-weight: 400;
}

.c-faq_lhs {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
  position: static;
  top: 10px;
}

.c-minus {
  display: none;
}

.accordion-content_text {
  font-size: 16px;
}

.c-faq_rhs {
  width: 70%;
  height: 100%;
}

.footer-holder {
  background-color: #173c1d;
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.image-3 {
  width: 29%;
}

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

.text-block-5 {
  color: #fff;
  font-weight: 700;
}

.text-block-6 {
  color: #fff;
  font-size: 13px;
}

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

.footer-lhs {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-heading {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.contact-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-heading {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

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

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

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

.cart-modal {
  z-index: 11;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  width: 300px;
  height: 100vh;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  top: 0;
  right: -100%;
  box-shadow: -4px 0 5px 8px #0003;
}

.modal-backdrop {
  z-index: 9;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0;
}

.cart-header {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 10px 20px;
  display: flex;
}

.close-modal {
  cursor: pointer;
  padding: 10px;
}

.close-modal:hover {
  background-color: #0000001c;
}

.text-block-7 {
  font-size: 20px;
  font-weight: 700;
}

.cart-item_container {
  padding-left: 20px;
  padding-right: 20px;
}

.cart-total {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

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

.text-block-8 {
  font-weight: 700;
}

.bold-text {
  line-height: 23px;
}

.center-modal {
  z-index: 12;
  background-color: #fff;
  width: 325px;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  overflow: scroll;
}

.checkout-form {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field {
  border-radius: 8px;
}

.text-block-9 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.card-details {
  margin-top: 20px;
}

.checkout-summary {
  margin-top: 20px;
  margin-bottom: 30px;
}

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

.text-block-10 {
  font-weight: 700;
}

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

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

.line {
  background-color: #c9c4c4;
  height: 1px;
}

.sum-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.btn-container {
  padding-left: 20px;
  padding-right: 20px;
}

.contact-links {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-2-copy {
  text-align: left;
  width: 80%;
  margin-top: 20px;
  font-size: 16px;
}

.hero-text-copy {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 700;
  line-height: 90%;
}

.text-block-12 {
  font-size: 30px;
  line-height: 30px;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .c-button.full-width {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .c-button.cc-no_bg.in-mobile {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 4px 10px -4px #0003;
  }

  .nav-link_login {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    display: flex;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    color: #191335;
    background-color: #f7f7f7;
  }

  .icon {
    color: #555151;
  }

  .nav-link_login-copy {
    display: none;
  }

  .mode-toggle {
    z-index: 998;
    right: 60px;
  }

  .c-body {
    font-size: 16px;
  }

  .c-header {
    font-size: 69px;
  }

  .c-header.cc-faq_text {
    font-size: 40px;
  }

  .c-hero_text {
    width: 75%;
    height: 100%;
  }

  .lottie-animation {
    height: 100%;
  }

  .c-hero_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .c-hero_image {
    width: 100%;
    height: 510px;
  }

  .service-holders {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .service-holders-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .card-holder {
    grid-template-columns: 1fr 1fr;
  }

  .course-heading_text {
    font-size: 40px;
  }

  .c-faq-wrapper {
    display: block;
  }

  .c-faq_rhs {
    width: 100%;
    margin-top: 50px;
  }

  .footer-holder {
    flex-flow: row;
  }

  .image-3 {
    width: 39%;
  }
}

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

  .hero-section {
    height: auto;
  }

  .hero-text {
    font-size: 50px;
  }

  .hero {
    width: 100%;
  }

  .course-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .c-header.cc-faq_text {
    width: 100%;
  }

  .c-hero_text {
    width: 81%;
  }

  .globe {
    width: 60%;
    top: 0%;
  }

  .c-hero_image {
    height: 472px;
  }

  .hero-services, .service-holders {
    display: block;
  }

  .service {
    margin-top: 20px;
  }

  .service-holders-2 {
    width: 100%;
    display: block;
  }

  .card-holder {
    grid-template-columns: 1fr 1fr;
  }

  .c-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .c-faq_lhs {
    width: 100%;
  }

  .footer-holder {
    justify-content: space-between;
    align-items: center;
  }

  .image-3 {
    width: 50%;
  }

  .hero-text-copy {
    font-size: 50px;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-image {
    width: 60%;
  }

  .c-nav_inner {
    width: 100%;
  }

  .hero-text {
    font-size: 33px;
  }

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

  .course-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-header {
    height: 100%;
    font-size: 50px;
    line-height: 40px;
  }

  .c-hero_text {
    width: 100%;
    height: 39%;
  }

  .globe {
    width: 100%;
    top: 0%;
  }

  .c-hero_wrapper {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .hero-text_holder {
    height: 283px;
  }

  .c-hero_image {
    width: 100%;
    height: 444px;
  }

  .card-holder {
    grid-template-columns: 1fr;
  }

  .c-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .accordion-icons {
    width: 30%;
  }

  .c-faq-wrapper, .c-accordion_item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-holder {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    width: 80%;
  }

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

  .hero-text-copy {
    font-size: 33px;
  }
}

#w-node-_35640417-795d-2877-3a0b-a6e32314914f-084886bb, #w-node-c5c2373e-f62b-8559-a37e-564427d9c195-084886bb, #w-node-be8e42f1-f922-97a9-5e70-a06f5bfc1877-084886bb, #w-node-_270c0900-1a60-53a9-06e0-abbd57d06eba-084886bb, #w-node-_25988ab4-d52b-3ef5-29fb-4f5a4aad70db-084886bb, #w-node-_04ca0cfc-1079-af06-6093-84d4160795f9-084886bb, #w-node-_3bfd4471-cb36-b8bf-cdde-bb0941586504-084886bb, #w-node-_3bfd4471-cb36-b8bf-cdde-bb094158650d-084886bb, #w-node-_3bfd4471-cb36-b8bf-cdde-bb0941586516-084886bb, #w-node-_3bfd4471-cb36-b8bf-cdde-bb094158651f-084886bb, #w-node-_3bfd4471-cb36-b8bf-cdde-bb0941586528-084886bb, #w-node-_3bfd4471-cb36-b8bf-cdde-bb0941586531-084886bb {
  align-self: stretch;
}


