.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 55.83px;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 48.83px;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  color: #d9d9d9;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.body {
  color: #fff;
  background-color: #1d1926;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.page-wrap {
  width: 100%;
  overflow: hidden;
}

.section {
  width: 100%;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Satoshi, sans-serif;
  display: flex;
  position: relative;
}

.section.hero {
  height: 100vh;
  background-image: url('../images/hero-bg.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.section.frame-take-a-leap {
  height: 550px;
  max-height: 550px;
  background-image: url('../images/frame-take-a-leap-2.png');
  background-size: cover;
  overflow: hidden;
}

.section.quote {
  height: 600px;
  background-color: #272234;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.section.footer {
  height: 716px;
  background-color: #17141f;
}

.section.is-hidden {
  display: none;
}

.section.pop-up {
  z-index: 10;
  height: 100vh;
  background-color: rgba(29, 25, 38, .85);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-container {
  width: 100%;
  max-width: 1500px;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.div-container.hero {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-container.quote {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.div-container.take-a-leap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h1 {
  font-size: 100px;
}

.wrp-cta.hero-wrp {
  z-index: 1;
  width: 600px;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.wrp-cta.digital-excellence {
  width: 550px;
}

.wrp-cta.transforming-companies, .wrp-cta.impressive-statistics {
  width: 562px;
}

.wrp-cta.take-a-leap {
  width: 370px;
}

.wrp-cta.education {
  width: 367px;
}

.wrp-cta.degree-wrp {
  width: 461px;
}

.wrp-cta.quote-heading {
  width: 625px;
  height: 330px;
  flex-direction: row;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
  padding: 24px;
  display: flex;
}

.wrp-cta.connect {
  width: 536px;
  text-align: center;
}

.wrp-cta.footer-backlink {
  width: 362px;
}

.wrp-cta.align-center {
  margin-left: auto;
  margin-right: auto;
}

.pararaph {
  color: #d9d9d9;
  font-weight: 400;
}

.cta {
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 12px 24px;
}

.cta.slider {
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 130px;
  right: auto;
}

.cta.hero {
  z-index: 1;
  position: relative;
}

.nav-bar {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-container {
  max-width: 1500px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.nav-link {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.nav-link.cta.w--current {
  color: #fff;
}

.nav-menu {
  align-items: center;
  display: flex;
}

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

.h2.passion-programming.align-center {
  text-align: center;
}

.spacer-24px {
  width: 100%;
  height: 24px;
}

.spacer-32px {
  width: 100%;
  height: 32px;
}

.quick-stack {
  padding: 0;
}

.img-wrp {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img-digital-excellence {
  display: block;
}

.cell {
  justify-content: center;
}

.aesthetic {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.stk {
  padding: 0;
}

.stk.digital-transformation, .stk.degree {
  position: relative;
}

.stk-inner {
  width: 100%;
  padding: 0;
}

.spacer-16px {
  width: 100%;
  height: 16px;
}

.justify-center {
  justify-content: center;
}

.hero-paragraph {
  font-size: 30.74px;
  font-style: italic;
  font-weight: 500;
}

.webflow-expert-lb {
  color: #fff;
  background-image: linear-gradient(#06bfb4, #411e8f);
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-right: 8px;
  padding: 2px;
  text-decoration: none;
}

.text-block {
  background-color: #01070c;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 12px 24px;
}

.webflow-developer-lb {
  color: #fff;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-right: 8px;
  padding: 2px;
  text-decoration: none;
}

.text-block-copy {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 12px 24px;
}

.stk-hero {
  padding: 0;
}

.hero-slider {
  background-color: rgba(221, 221, 221, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.wrp-hero-slider {
  width: 700px;
  height: 300px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.left-arrow {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
}

.right-arrow {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 32px;
  left: 72px;
  right: auto;
}

.slide {
  margin-right: 24px;
}

.wrp-slider-hero {
  width: 100%;
  height: 100%;
  padding: 32px;
  overflow: hidden;
}

.wrp-slider-hero.is-hidden {
  align-items: center;
}

.heading-3 {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}

.slide-nav {
  top: auto;
  bottom: 32px;
  left: auto;
  right: 32px;
}

.hero-proj-wrp {
  width: 220px;
  height: 129.48px;
}

.mask {
  width: 220px;
  height: 129.48px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 32px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.wrp-text-annimation {
  width: 100%;
  height: 80px;
}

.wrp-text {
  width: 200%;
  height: 100%;
  align-items: center;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.txt-heading-int {
  margin-right: 24px;
  font-size: 23px;
}

.txt-heading-int.int-light {
  font-weight: 300;
}

.txt-heading-int.int-bold-italic {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
}

.digital-transformation-wrp {
  width: 100%;
  height: 500px;
  max-width: 1500px;
  background-image: url('../images/frame-digital-transformation.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 5rem;
  display: flex;
  position: relative;
}

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

.image-3 {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.quick-stack-4 {
  width: 280px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

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

.svg-icon {
  margin-right: 24px;
}

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

.stk-3-column {
  grid-column-gap: 20px;
  padding: 0;
}

.spacer-48px {
  width: 100%;
  height: 48px;
}

.wrp-project {
  width: 367px;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.wrp-project.project-1 {
  color: #fff;
  text-decoration: none;
}

.wrp-project.project-1.proj-hover:hover {
  top: -4px;
  box-shadow: 0 20px 30px rgba(6, 191, 180, .1);
}

.wrp-project.project-2 {
  color: #fff;
  text-decoration: none;
}

.wrp-project.project-2.proj-hover:hover {
  top: -4px;
  box-shadow: 0 20px 30px rgba(6, 191, 180, .1);
}

.wrp-project.project-3 {
  color: #fff;
  text-decoration: none;
}

.wrp-project.project-3.proj-hover:hover {
  top: -4px;
  box-shadow: 0 20px 30px rgba(6, 191, 180, .1);
}

.cell-8, .cell-9 {
  align-items: center;
}

.tab-pane {
  padding-top: 32px;
  padding-bottom: 32px;
}

.tab-link-tab-1 {
  background-color: #411e8f;
}

.tab-link-tab-1.w--current {
  background-color: #411e8f;
  border-radius: 4px;
}

.tab-link-tab-2, .tab-link-tab-2.w--current {
  background-color: rgba(221, 221, 221, 0);
}

.text-block-2, .text-block-3 {
  color: #fff;
}

.tab-link-tab-3 {
  color: #fff;
  background-color: rgba(221, 221, 221, 0);
}

.tab-link-tab-3.w--current {
  background-color: rgba(255, 255, 255, 0);
}

.img-take-a-leap {
  flex: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.spacer-60px {
  width: 100%;
  height: 60px;
}

.about-heading {
  font-size: 48.83px;
}

.cell-11 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.dropdown {
  width: 100%;
}

.dropdown.education {
  z-index: -1;
}

.heading-dropdown {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.icon {
  color: #fff;
}

.dropdown-toggle {
  width: 100%;
  border-top: 1px solid #06bfb4;
  border-bottom: .5px solid #06bfb4;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: rgba(221, 221, 221, 0);
  position: relative;
}

.dropdown-list.w--open {
  background-color: rgba(221, 221, 221, 0);
}

.dropdown-list.show {
  display: flex;
}

.div-block-6 {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  padding: 20px;
}

.text-block-5 {
  color: #b8b8b8;
  margin-right: 16px;
}

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

.about-dropdown {
  width: 100%;
}

.about-dropdown-toggle {
  width: 100%;
  padding-right: 0;
}

.about-dropdown-list {
  background-color: rgba(221, 221, 221, 0);
  position: relative;
}

.about-dropdown-list.show {
  display: block;
}

.wrp-dropdown-journey {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.big-heading-dropdown {
  z-index: -1;
  color: #fff;
  font-size: 48.83px;
  font-weight: 700;
  position: relative;
}

.quick-stack-5 {
  padding: 0;
}

.cell-align-center {
  align-items: flex-start;
}

.heading-quote {
  align-self: center;
  font-size: 35px;
  font-weight: 500;
}

.div-block-8 {
  width: 10px;
  background-image: linear-gradient(#411e8f, #1694aa 50%, #411e8f);
  margin-right: 16px;
}

.wrp-moving-text-int {
  width: 527px;
  height: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.moving-text {
  font-size: 37.25px;
  font-weight: 300;
}

.shade-moving-txt-top {
  z-index: 1;
  height: 150px;
  background-image: linear-gradient(#272234, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.shade-moving-txt-bottom {
  z-index: 1;
  height: 150px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #272234);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  position: absolute;
  top: 12%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-6 {
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wrp-connect {
  width: 1140px;
  height: 375px;
  background-image: url('../images/frame-connect-1.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-6 {
  font-size: 39.06px;
}

.passion-slider-wrp {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-passions {
  width: 836px;
  height: 450px;
  background-color: rgba(221, 221, 221, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-outer-wrp {
  width: 836px;
  height: 450px;
  background-image: linear-gradient(to top, #06bfb4, #411e8f);
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-slider {
  width: 48px;
  height: 48px;
  top: auto;
  bottom: 48px;
  left: 32px;
  right: auto;
}

.slider-right {
  width: 48px;
  height: 48px;
  top: auto;
  bottom: 48px;
  left: 80px;
  right: auto;
}

.slider-inner-wrp {
  width: 99%;
  height: 98%;
  background-color: #1d1926;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 32px;
  display: flex;
}

.mask-2 {
  width: 836px;
  height: 450px;
  overflow: visible;
}

.slider-content-wrp {
  width: 60%;
  height: 100%;
}

.div-block-10-copy {
  width: 40%;
  height: 100%;
}

.passion-slider-heading {
  font-size: 39.06px;
}

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

.slide-nav-2 {
  padding-top: 16px;
  font-size: 8px;
  display: none;
  top: auto;
  bottom: 48px;
  left: 27%;
  right: auto;
}

.slide-2 {
  margin-right: 48px;
}

.footer-stk {
  width: 100%;
  padding: 0;
}

.stk-footer {
  width: 100%;
}

.footer-heading {
  font-size: 18px;
  font-weight: 500;
}

.anchor-headings {
  color: #ababab;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-linkblock {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.footer-linkblock.is-hidden {
  display: none;
}

.form-wrp {
  width: 506px;
  height: 529px;
  background-image: linear-gradient(225deg, #49126d, #01a49e);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 24px;
  display: flex;
  position: relative;
}

.form-wrp.pop-up {
  margin-left: auto;
  margin-right: auto;
}

.footer-form-heading {
  font-size: 48.83px;
}

.form-stk {
  padding: 0;
}

.div-block-12, .div-block-13 {
  width: 100%;
}

.textarea {
  padding-bottom: 60px;
}

.form {
  width: 458px;
}

.footer-backlink {
  color: #d4d4d4;
}

.webflow, .b2b-websites {
  color: #fff;
  text-decoration: none;
}

.cell-14 {
  align-items: center;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-centered {
  text-align: center;
}

.pararaph-centered {
  text-align: center;
  font-weight: 400;
}

.wrp.cutting-edge, .wrp.streamline-process, .wrp.new-opportunites {
  display: flex;
}

.wrp.follow-us {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrp.projects {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.hero-aesthetic-absolute-right {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-aesthetic-absolute-left {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -8%;
  right: auto;
}

.cell-15, .cell-16, .cell-17 {
  align-items: flex-end;
}

.line-svg-top {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.line-svg-bottom {
  position: absolute;
  top: auto;
  bottom: 5%;
  right: auto;
}

.aesthetic-top-left {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wrp-close-svg {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.icon-4, .icon-5 {
  font-size: 20px;
}

.cell-20 {
  align-items: flex-end;
}

.form-pop-up {
  width: 458px;
}

.div-gradient {
  z-index: -1;
  width: 200px;
  height: 200px;
  filter: blur(150px);
  background-image: linear-gradient(#06bfb4, #411e8f 35%);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -10%;
}

.div-gradient.left-center {
  width: 150px;
  height: 150px;
  background-image: linear-gradient(#06bfb4 72%, #411e8f);
  top: auto;
  bottom: 50%;
  left: -10%;
  right: auto;
}

.div-gradient.behind-img {
  width: 150px;
  height: 150px;
  background-image: linear-gradient(#06bfb4 28%, #411e8f 67%);
  top: 56%;
  bottom: 0%;
  left: auto;
  right: 19%;
}

.div-gradient.left-bottom {
  top: 50%;
  bottom: 0%;
  left: -10%;
  right: auto;
}

.success-message {
  background-color: rgba(221, 221, 221, 0);
}

.error-message {
  color: #fff;
  background-color: rgba(36, 31, 31, 0);
  border: 2px solid #f0b2b2;
  border-radius: 8px;
}

.cta-about {
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 12px 24px;
}

.cta-about.slider {
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 130px;
  right: auto;
}

.proj-tag {
  width: 140px;
  height: 35px;
  color: #bbb;
  border: 1px solid #4b4b4b;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 4px;
  font-size: 14px;
  font-style: italic;
  display: flex;
}

.div-block-16 {
  display: flex;
}

.cell-21 {
  align-items: center;
}

.linkblock-footer {
  width: 100%;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .section.hero {
    height: auto;
  }

  .section.quote {
    height: 300px;
    overflow: hidden;
  }

  .section.footer {
    height: auto;
  }

  .div-container, .div-container.hero {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wrp-cta.hero-wrp {
    width: auto;
    position: relative;
  }

  .wrp-cta.education {
    width: auto;
  }

  .wrp-cta.quote-heading {
    height: auto;
  }

  .nav-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .quick-stack, .stk, .stk.digital-transformation {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .stk-hero {
    z-index: 1;
    position: relative;
  }

  .hero-slider {
    align-items: center;
    display: flex;
  }

  .wrp-hero-slider.is-hidden {
    display: none;
  }

  .mask {
    margin-top: 0;
  }

  .wrp-text {
    width: 300%;
  }

  .txt-heading-int {
    font-size: 18px;
  }

  .digital-transformation-wrp {
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .quick-stack-4 {
    width: auto;
  }

  .img-take-a-leap {
    position: absolute;
    top: -36%;
    bottom: 0%;
    left: 49%;
    right: auto;
  }

  .image-4.is-hidden {
    display: none;
  }

  .heading-quote {
    font-size: 19px;
  }

  .wrp-connect {
    width: 100%;
  }

  .passion-slider-wrp {
    width: auto;
  }

  .slider-passions {
    width: 90vw;
    height: 500px;
  }

  .slider-outer-wrp {
    width: 90vw;
    height: 100%;
  }

  .left-slider.passion, .slider-right.passion {
    bottom: 2%;
  }

  .mask-2 {
    width: 100vw;
    height: 100%;
  }

  .slider-content-wrp, .div-block-10-copy {
    width: 50%;
    height: auto;
  }

  .footer-stk {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .hero-aesthetic-absolute-left {
    z-index: 0;
    bottom: -5%;
    left: -15%;
  }

  .cell-15, .cell-16, .cell-18 {
    align-items: center;
  }

  .icon-2, .icon-3 {
    font-size: 20px;
  }

  .cell-19 {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section.frame-take-a-leap {
    height: auto;
    max-height: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.quote {
    height: 300px;
    overflow: hidden;
  }

  .wrp-cta.digital-excellence, .wrp-cta.transforming-companies, .wrp-cta.impressive-statistics {
    width: auto;
  }

  .wrp-cta.take-a-leap {
    z-index: 0;
  }

  .wrp-text {
    width: 300vw;
    padding: 16px;
  }

  .txt-heading-int {
    font-size: 12px;
  }

  .digital-transformation-wrp {
    background-image: url('../images/frame-take-a-leap-2.png');
  }

  .wrp-project.project-1, .wrp-project.project-2, .wrp-project.project-3 {
    width: auto;
  }

  .img-take-a-leap {
    z-index: 0;
    top: -9%;
  }

  .img-take-a-leap.is-hidden {
    display: none;
  }

  .cell-align-center {
    align-items: center;
  }

  .slider-passions {
    height: auto;
  }

  .slider-outer-wrp {
    height: 430px;
  }

  .left-slider.passion {
    bottom: 3%;
    left: 24px;
  }

  .slider-right.passion {
    bottom: 3%;
  }

  .slider-inner-wrp {
    width: 89vw;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px;
  }

  .mask-2 {
    width: 90vw;
  }

  .slider-content-wrp {
    padding-right: 16px;
  }

  .passion-slider-heading {
    font-size: 24px;
  }

  .image-7 {
    height: 100%;
  }

  .wrp.projects {
    width: auto;
  }

  .img-education {
    width: 46%;
    aspect-ratio: 1 / 1;
  }

  .img-university {
    width: 50%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }

  .hero-aesthetic-absolute-left {
    bottom: -5%;
    left: -18%;
  }

  .image-9 {
    width: 70%;
    object-fit: cover;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero {
    height: 100vh;
  }

  .section.footer, .section.is-hidden, .section.diverse-passion {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-container, .div-container.hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h1 {
    font-size: 45px;
  }

  .wrp-cta.hero-wrp {
    width: 90vw;
  }

  .wrp-cta.degree-wrp {
    width: auto;
  }

  .wrp-cta.quote-heading {
    z-index: 1;
    width: auto;
    padding: 16px 16px 16px 0;
    position: relative;
  }

  .wrp-cta.connect, .wrp-cta.footer-backlink {
    width: auto;
  }

  .nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2 {
    font-size: 30px;
  }

  .hero-paragraph {
    font-size: 18px;
    font-weight: 400;
  }

  .text-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-copy, .wrp-text-annimation.is-hidden {
    display: none;
  }

  .digital-transformation-wrp {
    padding: 1.5rem 1rem;
  }

  .about-heading {
    text-align: left;
    font-size: 30px;
    font-weight: 500;
  }

  .dropdown-toggle {
    width: 90vw;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-6 {
    width: auto;
    padding: 16px;
  }

  .text-block-5 {
    color: #8d8d8d;
  }

  .about-dropdown {
    width: 90vw;
  }

  .big-heading-dropdown {
    font-size: 22px;
  }

  .cell-align-center {
    align-items: center;
  }

  .wrp-moving-text-int.is-hidden {
    display: none;
  }

  .image-5 {
    width: 20%;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-6 {
    width: 20%;
    top: 0%;
    bottom: auto;
    left: -9%;
    right: auto;
  }

  .wrp-connect {
    padding: 16px;
  }

  .heading-6 {
    font-size: 30px;
  }

  .slider-outer-wrp {
    height: 760px;
    flex-direction: column;
  }

  .left-slider.passion {
    width: 48px;
    height: 48px;
    left: 16px;
  }

  .slider-inner-wrp {
    width: auto;
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: rgba(29, 25, 38, 0);
    flex-direction: column;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: auto;
    padding: 16px;
  }

  .slider-content-wrp {
    width: 100%;
    margin-bottom: 48px;
    padding-right: 0;
  }

  .div-block-10-copy {
    width: 100%;
  }

  .image-7 {
    aspect-ratio: 1 / 1;
  }

  .stk-footer {
    padding: 0;
  }

  .form-wrp {
    width: 90vw;
    padding: 24px 16px;
  }

  .footer-form-heading {
    font-size: 30px;
  }

  .form {
    width: auto;
  }

  .h2-centered {
    font-size: 30px;
  }

  .hero-aesthetic-absolute-right {
    width: 25%;
    top: 5%;
    right: 0%;
  }

  .hero-aesthetic-absolute-left {
    width: 30%;
    bottom: 0%;
    left: 0%;
  }

  .tabs-menu {
    display: flex;
  }

  .slide-3 {
    margin-right: 48px;
  }

  .div-block-15 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .form-pop-up {
    width: auto;
  }
}

#w-node-_0cbc1b5c-485e-2838-ea62-d198e3b12d1f-6e5ed877, #w-node-_8f3a0579-244f-760f-538a-a3314efd66e4-6e5ed877, #w-node-a64cd96f-b685-db03-9904-f23c586d72f6-6e5ed877, #w-node-_8b9f291f-3ab0-3272-25da-e2a83385cbfb-6e5ed877, #w-node-f5959049-a204-ecde-655a-0cb95b7e2a6b-6e5ed877, #w-node-_9852ea8f-36b8-b6c6-143b-3f4c0c94822d-6e5ed877, #w-node-_763152ef-5f7e-42ae-79ec-66672bd2bfbe-6e5ed877 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1f0a688b-e8e5-a31f-d866-d4a18a52acc8-6e5ed877 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-f0a56f89-e476-5914-5643-39a24f619a5d-6e5ed877 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4df341ff-58df-0b13-5557-fefe32ef1f4e-6e5ed877 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.1fr;
}

#w-node-b92584f1-afd5-98ce-64c1-cdaaf5f324bb-6e5ed877, #w-node-aca55357-8258-4a35-ba7d-fb8d20ca5bf7-6e5ed877 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2904cc02-3ad0-4693-38d8-212504bd7791-6e5ed877 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-b1b2c537-ba27-163c-8717-945f411cf026-6e5ed877 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_73844cee-9833-9288-0e19-0dc6e0a58ca6-6e5ed877 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_8f3a0579-244f-760f-538a-a3314efd66e4-6e5ed877 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8f3a0579-244f-760f-538a-a3314efd66e5-6e5ed877 {
    order: 9999;
  }

  #w-node-a64cd96f-b685-db03-9904-f23c586d72f6-6e5ed877 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a64cd96f-b685-db03-9904-f23c586d72f7-6e5ed877 {
    order: 9999;
  }

  #w-node-f5959049-a204-ecde-655a-0cb95b7e2a6b-6e5ed877, #w-node-_763152ef-5f7e-42ae-79ec-66672bd2bfbe-6e5ed877 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f0a56f89-e476-5914-5643-39a24f619a5d-6e5ed877 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4df341ff-58df-0b13-5557-fefe32ef1f4e-6e5ed877 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4df341ff-58df-0b13-5557-fefe32ef1f50-6e5ed877 {
    grid-row: span 1 / span 1;
  }

  #w-node-b92584f1-afd5-98ce-64c1-cdaaf5f324bb-6e5ed877, #w-node-aca55357-8258-4a35-ba7d-fb8d20ca5bf7-6e5ed877, #w-node-_2904cc02-3ad0-4693-38d8-212504bd7791-6e5ed877 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8b9f291f-3ab0-3272-25da-e2a83385cbfb-6e5ed877, #w-node-f0a56f89-e476-5914-5643-39a24f619a5d-6e5ed877 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aca55357-8258-4a35-ba7d-fb8d20ca5bf9-6e5ed877 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0cbc1b5c-485e-2838-ea62-d198e3b12d1f-6e5ed877 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a3482b1b-f879-97c3-f95b-b21d6ba9d5bb-6e5ed877, #w-node-_9f2fee3b-1538-6a4b-af3d-d6e80c976299-6e5ed877, #w-node-e46a3299-362c-85c6-def4-1d49e900ed10-6e5ed877, #w-node-_34bc8bce-5105-a1a1-9b5e-f90aa64711f3-6e5ed877 {
    order: -9999;
  }

  #w-node-b1b2c537-ba27-163c-8717-945f411cf026-6e5ed877 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b1b2c537-ba27-163c-8717-945f411cf027-6e5ed877 {
    order: -9999;
  }

  #w-node-b1b2c537-ba27-163c-8717-945f411cf028-6e5ed877 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34778a71-7119-14f0-f939-fcefed38522d-6e5ed877 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}