.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.body {
  color: #1d2849;
  font-family: Elza, sans-serif;
  font-weight: 400;
}

.navbar {
  background-color: #fff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.active {
  color: #eb5a29;
  font-weight: 700;
}

.button {
  background-color: #eb5a29;
  padding: 12px 16px;
  font-family: Elza, sans-serif;
}

.hero-section {
  background-color: #000000bf;
  background-image: url('../images/hero-bg-img.png');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
  position: relative;
}

.hero-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: absolute;
  inset: 27% auto auto 10%;
}

.head-text {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
}

.head-text.head-sm {
  font-size: 40px;
  line-height: 45px;
}

.subhead-text {
  color: #fff;
  font-size: 16px;
}

.container {
  max-width: 1140px;
}

.button-cta {
  background-color: #eb5a29;
  padding: 12px 16px;
}

.about-holder {
  position: relative;
}

.image {
  z-index: 0;
  width: 39%;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image.bg-img-contact {
  display: none;
}

.title {
  text-align: center;
  text-transform: uppercase;
}

.title.title-white {
  color: #fff;
}

.head-text-dark {
  color: #1d2849;
  text-align: left;
  font-size: 45px;
  font-weight: 700;
  line-height: 52px;
}

.head-text-dark.centered {
  text-align: center;
}

.head-text-dark.contact-headtext {
  margin-bottom: 60px;
}

.head-text-dark.success-text {
  text-align: center;
  font-size: 23px;
  line-height: 24px;
}

.highlighter {
  color: #eb5a29;
}

.about-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 41%;
  display: flex;
}

.body-text {
  font-size: 15px;
  line-height: 24px;
}

.body-text.text-white {
  color: #fff;
}

.abt-layout {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.div-block {
  z-index: 2;
  display: block;
  position: relative;
}

.image-2 {
  width: 40%;
}

.container-2 {
  z-index: 2;
  max-width: 1300px;
  position: relative;
}

.section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section.x-tm {
  margin-top: 0;
}

.section.x-bm {
  margin-bottom: 0;
}

.img-holder {
  background-color: #0000007a;
  background-image: url('../images/div-img.png');
  background-position: 0 0;
  background-size: cover;
  height: 150px;
}

.service-bg {
  background-image: url('../images/service-bg.svg');
  background-position: 50%;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 80px;
}

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

.card-holders {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: center;
  width: 100%;
  display: grid;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f2f3f8;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  height: 290px;
  padding: 40px;
  display: flex;
}

.card-head {
  color: #1d2849;
  font-size: 16px;
  font-weight: 700;
}

.card-body {
  color: #1d2849;
}

.container-2-copy {
  max-width: 1300px;
}

.service-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.numeric-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.competence-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

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

.metric {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid #1d2849;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.footer-bg {
  background-color: #010a1a;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

.footer-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.button-cta--navmenu {
  background-color: #eb5a29;
  padding: 12px 16px;
  display: none;
}

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

.section-2 {
  padding-top: 60px;
  display: block;
}

.fw-imgholder {
  z-index: 2;
  background-color: #000000bf;
  background-image: url('../images/about-img.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  position: relative;
}

.fw-imgholder-service {
  z-index: 2;
  background-color: #000000bf;
  background-image: url('../images/service-img.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  position: relative;
}

.fw-imgholder-contact {
  z-index: 2;
  background-color: #000000bf;
  background-image: url('../images/contact-img.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  position: relative;
}

.contact-holder {
  z-index: 2;
  display: block;
  position: relative;
}

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

.contact-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 41%;
  display: flex;
}

.contact-wrapper {
  margin-top: 100px;
}

.field-label {
  font-family: Elza, sans-serif;
  font-weight: 500;
}

.form-block {
  width: 100%;
}

.text-field {
  border: 1px solid #d0d5dd;
  font-family: Elza, sans-serif;
}

.form {
  color: #1d2849;
}

.success-message {
  background-color: #f8f9fb;
  padding-left: 80px;
  padding-right: 80px;
}

.section-3 {
  margin-bottom: 60px;
}

.title-copy {
  text-align: center;
  text-transform: uppercase;
  display: none;
}

.title-copy.title-white {
  color: #fff;
}

.fw-imgholder-courses {
  z-index: 2;
  background-color: #000000bf;
  background-image: url('../images/courses-hero.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  position: relative;
}

.course-bg {
  padding-top: 100px;
  padding-bottom: 80px;
}

.course-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.coursecard-holders {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: center;
  width: 100%;
  display: grid;
}

.course-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.image-4 {
  width: 100%;
}

.pilll {
  background-color: #f2f3f8;
  border-radius: 16px;
  padding: 8px 10px;
}

.img-wrapper {
  background-image: url('../images/jakub-pabis-pwKqzdTNj3Q-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.single-courselayout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.course-details {
  width: 60%;
}

.course-buy {
  width: 30%;
  position: static;
}

.course-card-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #f0f3f6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.button-copy {
  text-align: center;
  background-color: #eb5a29;
  width: 100%;
  padding: 12px 16px;
  font-family: Elza, sans-serif;
}

.dets-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.rich-texts {
  margin-top: 40px;
}

.objectives {
  border: 2px solid #f0f3f6;
  margin-top: 30px;
  padding: 20px;
}

.obj-layout {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.tick-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.body-text-copy {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.body-text-copy.text-white {
  color: #fff;
}

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

.link-block {
  cursor: pointer;
  text-decoration: none;
}

.nav-link {
  cursor: pointer;
}

.img-wrapper-1 {
  background-image: url('../images/jv.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.img-wrapper-2 {
  background-image: url('../images/risk-ass.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.img-wrapper-3 {
  background-image: url('../images/data.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.img-wrapper-4 {
  background-image: url('../images/bus-eng.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.img-wrapper-5 {
  background-image: url('../images/risk-man.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 991px) {
  .nav-container {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    justify-content: flex-start;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button {
    display: block;
  }

  .brand {
    padding-top: 14px;
  }

  .button-cta {
    display: none;
  }

  .head-text-dark.contact-headtext {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .about-text {
    width: 80%;
  }

  .abt-layout {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .image-2 {
    width: 80%;
  }

  .section.x-tm {
    margin-bottom: 60px;
  }

  .service-bg {
    background-size: contain;
  }

  .card-holders {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    place-items: flex-start center;
    display: flex;
  }

  .service-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .numeric-container, .competence-text {
    width: 80%;
  }

  .competence-layout {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-text {
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
  }

  .div-block-3 {
    width: 80%;
  }

  .button-cta--navmenu {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 20px;
  }

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

  .contact-layout {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .contact-text {
    width: 80%;
  }

  .course-bg {
    background-size: contain;
  }

  .course-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .coursecard-holders {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    place-items: flex-start center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .button-copy {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .head-text.head-sm {
    font-size: 32px;
  }

  .head-text-dark.contact-headtext {
    padding-left: 36px;
    padding-right: 36px;
  }

  .section.x-tm {
    margin-bottom: 40px;
  }

  .service-bg, .course-bg {
    background-position: 50%;
    background-size: contain;
  }

  .single-courselayout {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .course-details, .course-buy {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    padding-top: 19px;
  }

  .hero-text {
    width: 88%;
    line-height: 19px;
    left: 6%;
  }

  .head-text {
    font-size: 30px;
    line-height: 40px;
  }

  .head-text.head-sm {
    font-size: 30px;
    line-height: 36px;
  }

  .head-text-dark {
    font-size: 40px;
    line-height: 40px;
  }

  .head-text-dark.centered {
    font-size: 30px;
    line-height: 30px;
  }

  .img-holder {
    background-position: 50%;
    background-size: cover;
  }

  .service-text, .card-holders {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-3 {
    width: 71%;
  }

  .success-message {
    padding-left: 20px;
    padding-right: 20px;
  }

  .coursecard-holders {
    padding-left: 16px;
    padding-right: 16px;
  }

  .course-buy {
    margin-top: 30px;
  }

  .obj-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tick-item {
    width: 100%;
  }
}

#w-node-ef29373f-a25e-ff6f-4591-12e1b37d9ba9-2ef626d0, #w-node-_6b2dd23d-1cff-a003-525d-6bd2f878eafb-a67f8cae, #w-node-_854729bc-49bf-b1af-0cd8-f99b87be8890-1686482e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Elza';
  src: url('../fonts/Elza_Text.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elza';
  src: url('../fonts/Elza_Text_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Elza';
  src: url('../fonts/Elza_Text_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}