:root {
  --text: #191919;
  --blue: #215f9a;
  --white: white;
  --tint: #f2f7fd;
  --yellow: #ffbc00;
  --transparent: #fff0;
}

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

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

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

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

body {
  color: var(--text);
  font-family: Geist, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #215f9a;
  background-image: linear-gradient(#fff 89%, #ffbc00 90%);
  padding-left: 6px;
  padding-right: 6px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  background-color: #ffbc00;
  background-image: none;
}

ul {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 22px;
  display: flex;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.section.hero {
  min-height: 92vh;
  color: var(--white);
  padding-top: 120px;
  padding-bottom: 20px;
}

.section.tint {
  background-color: var(--tint);
}

.link {
  background-image: linear-gradient(#fff 91%, #ffbc00 92%);
}

.button-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.padding {
  z-index: 5;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.padding.no-bottom {
  padding-bottom: 0;
}

._20ch {
  max-width: 20ch;
}

.container {
  width: 100%;
  max-width: 1400px;
}

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

.container.centre {
  text-align: center;
}

.button {
  border: 2px solid var(--blue);
  background-color: var(--blue);
  color: #fff;
  text-transform: uppercase;
  background-image: none;
  border-radius: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-height: 43px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button:hover {
  border-color: var(--yellow);
  background-color: var(--yellow);
  color: var(--blue);
}

.twin-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  place-items: center stretch;
}

.twin-grid.stretch {
  align-items: stretch;
}

.false-h1 {
  margin-bottom: 1rem;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
}

.ap {
  max-width: 64ch;
  margin-left: auto;
  margin-right: auto;
}

.micro-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.1;
}

.fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fill.hero {
  filter: saturate(126%) brightness(76%);
  object-position: 80% 25%;
}

.strong {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
}

.strong._30ch {
  max-width: 30ch;
}

.meet-onkar {
  aspect-ratio: 10 / 10;
  object-fit: cover;
}

.courses ul {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch start;
  margin-top: 1rem;
  padding: 0 0 7px;
  list-style-type: none;
  display: flex;
}

.courses li {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  min-width: 48%;
  padding: 20px 20px 23px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  box-shadow: 0 2px 6px #0000001a;
}

.courses strong {
  color: var(--blue);
  font-size: 20px;
  font-weight: 600;
}

.courses em {
  background-color: var(--yellow);
  border-radius: 20px;
  margin-top: 8px;
  padding-bottom: .5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-style: normal;
  line-height: 1.3;
  display: inline-block;
}

._22ch {
  max-width: 22ch;
}

.real-enviroments {
  aspect-ratio: 10 / 7;
  object-fit: cover;
  object-position: 50% 30%;
}

.classroom {
  aspect-ratio: 10 / 7;
  object-fit: cover;
  object-position: 50% 35%;
}

.flexible {
  object-fit: cover;
  width: 100%;
  height: 535px;
}

.menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.home-link {
  z-index: 9999999;
  background-color: var(--transparent);
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  padding: 0;
  display: flex;
  position: relative;
}

.home-link:hover, .home-link.w--current:hover {
  background-color: var(--transparent);
}

.nav-logo {
  height: 80px;
}

.hamburger-wrapper {
  display: none;
}

.navbar {
  z-index: 1000;
  background-color: var(--white);
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-button {
  text-align: center;
  cursor: pointer;
  background-color: #fff0;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-button:hover {
  text-underline-offset: 3px;
  background-color: #fff3;
  text-decoration: underline;
}

.button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #5cc4ec;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-height: 43px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-2:hover {
  background-color: #0a1f3d;
}

.button-2.nav {
  margin-left: 20px;
  font-size: 16px;
}

.button-2.nav:hover {
  color: #0a1f3d;
  background-color: #fff;
  border-color: #fff;
  font-weight: 400;
}

.hide-me {
  display: none;
}

.certificate {
  aspect-ratio: 10 / 10;
  object-fit: cover;
  object-position: 50% 35%;
  width: 100%;
}

.logo {
  height: 120px;
  margin-bottom: 1rem;
}

.workshop {
  aspect-ratio: 10 / 7;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.square {
  aspect-ratio: 1;
  object-fit: cover;
  position: relative;
}

.ix3 {
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: 25% 0%;
  width: 100%;
  position: relative;
}

.mask {
  z-index: 1;
  background-color: var(--blue);
  opacity: .5;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .container.nav {
    max-width: none;
    height: 100px;
  }

  .button {
    text-align: center;
  }

  .twin-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .false-h1 {
    font-size: 55px;
  }

  .meet-onkar {
    aspect-ratio: 10 / 7;
    object-position: 100% 50%;
    height: 70vw;
  }

  .courses ul {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flexible {
    height: 70vw;
  }

  .menu {
    background-color: var(--tint);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 0;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .home-link {
    margin-left: 6vw;
    margin-right: auto;
  }

  .hamburger-wrapper {
    z-index: 99999;
    cursor: pointer;
    width: 40px;
    height: 35px;
    margin-left: auto;
    margin-right: 6vw;
    display: flex;
  }

  .lottie {
    filter: invert();
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button {
    border-bottom-style: none;
    flex: none;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 24px;
    line-height: 1.2;
  }

  .button-2 {
    text-align: center;
  }

  .button-2.nav {
    letter-spacing: 0;
    text-transform: none;
    background-color: #fff0;
    border-style: none;
    min-height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    font-size: 4vh;
  }

  .button-2.nav:hover {
    color: #fff;
    background-color: #fff0;
  }

  .logo {
    margin-top: .8rem;
    margin-bottom: 1.5rem;
  }

  .centre {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 17px;
  }

  h2 {
    font-size: 28px;
  }

  .padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container.nav {
    justify-content: space-between;
    align-items: center;
  }

  .twin-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .false-h1 {
    font-size: 50px;
  }

  .strong {
    font-size: 20px;
  }

  .courses ul {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .hamburger-wrapper {
    height: 28px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h2 {
    font-size: 25px;
  }

  .padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
  }

  .false-h1 {
    font-size: 40px;
  }

  .strong {
    font-size: 19px;
  }

  .courses ul {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
  }

  .courses li {
    min-width: 100%;
  }

  .home-link {
    max-width: 75%;
  }

  .hamburger-wrapper {
    height: 26px;
  }

  .nav-button {
    word-break: keep-all;
  }

  .button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
  }

  .logo {
    height: 100px;
  }

  .image-grid {
    grid-template-columns: 1fr;
  }

  .square {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6cfe701b-d57e-a6b5-b12a-7a0062e16d32-3ccd02c3, #w-node-_99a6ae70-a340-26a8-09b0-bd7024198575-3ccd02c3, #w-node-_4083b87e-8034-08a4-b33a-5ce1f05e3283-3ccd02c3, #w-node-_7e3392e6-56d9-36ab-a428-fac5ec3c38c0-3ccd02c3, #w-node-cf56d26d-8068-3fa8-54ac-2b2fa1e3f0f9-3ccd02c3 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6cfe701b-d57e-a6b5-b12a-7a0062e16d32-3ccd02c3, #w-node-_99a6ae70-a340-26a8-09b0-bd7024198575-3ccd02c3, #w-node-_4083b87e-8034-08a4-b33a-5ce1f05e3283-3ccd02c3, #w-node-cf56d26d-8068-3fa8-54ac-2b2fa1e3f0f9-3ccd02c3 {
    order: -9999;
  }
}


