@font-face {
  font-family: Albratrial;
  src: url('../fonts/AlbraTRIAL-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albratrial;
  src: url('../fonts/AlbraTRIAL-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.body {
  background-color: #f3f3f5;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

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

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

.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-nav_inner {
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

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

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

.logo-image {
  width: 100%;
}

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

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

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

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

.c-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #02312e;
  background-image: none;
  border: 2px #4c41ca;
  border-radius: 47.86px;
  padding: 10px 18px;
  transition: background-color .5s;
  display: block;
}

.c-button:hover {
  background-color: #02312e;
  border: 2px #49e2b5;
}

.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.add-to-cart {
  background-color: #02312e;
  background-image: none;
  border-style: solid;
  border-color: #02312e;
}

.c-button.add-to-cart:hover {
  border-style: solid;
}

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

.c-button.cc-secondary {
  color: #02312e;
  background-color: #0dd6b7;
  background-image: none;
}

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

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

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

.c-navlink.w--current {
  color: #5e753f;
}

.hero-section {
  background-image: url('../images/hero-bg.svg');
  background-position: 50% 100%;
  background-size: auto;
  height: 80vh;
  padding-top: 125px;
}

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

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

.text-block-2 {
  color: #535353;
  text-align: left;
  width: 80%;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.image {
  width: 290px;
}

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

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

.hero-text {
  text-align: left;
  margin-bottom: 30px;
  font-family: Albratrial, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 90%;
}

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

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

.service-holders {
  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;
  display: flex;
}

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

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

.image-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

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

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

.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-family: Albratrial, Arial, sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.course-heading_text {
  text-align: center;
  font-family: Albratrial, Arial, sans-serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 80px;
}

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

.course-heading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.card-text {
  height: 100%;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}

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

.works-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.work {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.work-header {
  font-family: Albratrial, Arial, sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.work-body {
  width: 70%;
  font-weight: 300;
}

.text-block-3 {
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

.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%;
  overflow: auto;
  box-shadow: -4px 0 5px 8px #0003;
}

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

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

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

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

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

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

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

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

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

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

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

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

.footer {
  background-color: #effef9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-holder {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.text-block-13 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.quicklink {
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
}

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

.footer-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  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: flex-start;
  display: flex;
}

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

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

.hero-section-copy {
  background-image: url('../images/hero-bg.svg');
  background-position: 50% 100%;
  background-size: cover;
  height: auto;
  padding-top: 125px;
  padding-bottom: 40px;
}

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

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

.hero-text-2 {
  margin-bottom: 30px;
  font-family: Albratrial, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 90%;
}

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

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

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

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

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

.course-section-copy {
  background-image: url('../images/hero-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 125px;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .menu-button {
    background-color: #fff;
  }

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

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

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

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

  .icon {
    color: #555151;
  }

  .hero-section {
    height: auto;
  }

  .hero-services {
    width: 90%;
  }

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

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

  .div-block {
    flex-flow: column;
  }

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

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

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

  .c-nav_inner {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .hero {
    width: 100%;
  }

  .hero-services {
    display: block;
  }

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

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

  .service-holders {
    display: block;
  }

  .service {
    margin-top: 20px;
  }

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

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

  .course-heading {
    margin-bottom: 20px;
  }

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

  .works-holder {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    flex-flow: column;
  }

  .footer-holder {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    flex-flow: column;
  }

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

  .footer-quicklink, .footer-contact {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero-2 {
    width: 100%;
  }

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

  .hero-3 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .c-nav_inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-image {
    width: 60%;
  }

  .cart-icon {
    width: 100%;
  }

  .brand {
    width: 135px;
  }

  .nav-link_login {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

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

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

  .hero-services {
    width: 100%;
  }

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

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

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

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

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

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

  .image-3 {
    width: 100%;
    display: inline-block;
  }
}

#w-node-cc20a439-04dd-1620-7c8f-3233ed85a874-68758d4c, #w-node-cc20a439-04dd-1620-7c8f-3233ed85a87f-68758d4c, #w-node-cc20a439-04dd-1620-7c8f-3233ed85a88a-68758d4c, #w-node-cc20a439-04dd-1620-7c8f-3233ed85a895-68758d4c, #w-node-cc20a439-04dd-1620-7c8f-3233ed85a8a0-68758d4c, #w-node-cc20a439-04dd-1620-7c8f-3233ed85a8ab-68758d4c, #w-node-_6cc75f88-8da9-9b2e-1b0f-603d3c3e3e82-68758d4f, #w-node-_6cc75f88-8da9-9b2e-1b0f-603d3c3e3e8d-68758d4f, #w-node-_6cc75f88-8da9-9b2e-1b0f-603d3c3e3e98-68758d4f, #w-node-_6cc75f88-8da9-9b2e-1b0f-603d3c3e3ea3-68758d4f, #w-node-_6cc75f88-8da9-9b2e-1b0f-603d3c3e3eae-68758d4f, #w-node-_6cc75f88-8da9-9b2e-1b0f-603d3c3e3eb9-68758d4f, #w-node-_7da7a088-bbe7-d17c-3d9a-0434da204771-68758d4f, #w-node-cdb9bf66-afb7-360b-eb60-4e93af7e7cf7-68758d4f, #w-node-_4107ac4c-0e8f-53d3-7bd8-b28e84d18658-68758d4f, #w-node-_7d005b20-72ab-a72a-75f2-b1cfd3da9297-68758d4f, #w-node-_366355fe-44c3-6f0c-08b0-2ad2640b5549-68758d4f, #w-node-_1dce609f-6c57-8c26-6593-5780d0f3f321-68758d4f {
  align-self: stretch;
}


@font-face {
  font-family: 'Albratrial';
  src: url('../fonts/AlbraTRIAL-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albratrial';
  src: url('../fonts/AlbraTRIAL-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}