@font-face {
  font-family: Hot Kaishokk R;
  src: url('../fonts/HOT-Kaishokk-R.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary600: #7f56d9;
  --aqua-2: #00ffd6;
  --dark-turquoise: #00d6b4;
  --black: #222;
  --dark-cyan: #00ad92;
  --aqua: #00ffd6;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

a {
  color: #00d6b4;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.hero {
  background-image: url('../images/wallpaper_1.svg');
  background-position: 38%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: none;
  min-height: 40rem;
  max-height: none;
  display: flex;
}

.hero.small {
  min-height: 410px;
}

.hero.sub-page {
  height: 62vh;
}

.hero.about-page {
  background-image: url('../images/wallpaper_subfv.svg');
  background-position: 38%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  display: flex;
}

.hero.contact-page {
  min-height: 450px;
}

.hero.project-page {
  min-height: 384px;
}

.hero-content {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-content.small {
  inset: auto 0 0%;
  transform: none;
}

.nav {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link {
  color: #401384;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 17px;
  transition: color .2s;
}

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

.nav-link.w--current {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  position: relative;
}

.logo {
  color: #fff;
  padding: 10px 15px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

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

.subtitle {
  color: #ffffff7d;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 18px;
}

.button {
  color: #00d6b4;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #00d6b4;
  border-radius: 3px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  border-color: #fff;
}

.button.submit {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  display: block;
}

.section {
  background-image: url('../images/wallpaper_3.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-menu {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.tab-link {
  color: #999;
  background-color: #0000;
}

.tab-link:hover {
  color: #fff;
}

.tab-link.w--current {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #fff;
}

.photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 300px;
  margin: 15px 5px;
  display: block;
}

.footer {
  color: #999;
  text-align: center;
  object-fit: fill;
  background-color: #222;
  background-image: url('../images/wallpaper_footer.svg');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 12px;
  line-height: 18px;
}

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

.footer-link:hover {
  color: #fff;
}

.section-title {
  color: #401384;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
  margin: 0 auto 32px;
  padding-left: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}

.main-image {
  margin-bottom: 50px;
}

.form {
  color: #fff;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left-column {
  color: #fff;
  padding-right: 40px;
}

.main-heading {
  color: #fff;
  letter-spacing: 5px;
  max-width: 100%;
  margin-bottom: 27px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 53px;
}

.main-heading.inline {
  display: inline;
}

.main-heading.inline.bolder {
  font-weight: 300;
}

.heading-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10% 0;
  display: flex;
}

.nav-menu {
  padding-top: 10px;
  position: static;
}

.footer-logo {
  color: #c2c2c2;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 22px;
}

.profile-pic {
  border-radius: 100%;
  width: 300px;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-me {
  color: #000;
  width: 61%;
  margin: 41px auto;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: block;
}

.field {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.input {
  color: #fff;
  background-color: #4b4b4b;
  border-style: none;
  border-radius: 3px;
  min-height: 50px;
  margin-bottom: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: box-shadow .2s;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #00d6b4;
}

.input.text-area {
  min-height: 141px;
}

.secondary-title:hover {
  text-decoration: none;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  border: 1px solid #ffffff57;
  border-radius: 3px;
  padding: 33px 33px 49px;
}

.no-items-title {
  font-weight: 300;
}

.project-image {
  border-radius: 3px;
  margin-bottom: 22px;
  transition: opacity .2s;
}

.project-image:hover {
  opacity: .69;
}

.super-heading {
  color: #ffffff5c;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.testimonial {
  text-align: center;
  margin-bottom: 44px;
  font-weight: 100;
}

.company {
  text-align: center;
}

.testimonial-wrapper {
  text-align: center;
  margin-bottom: 43px;
}

.project-body-copy {
  margin-bottom: 67px;
  margin-left: 12%;
  margin-right: 12%;
}

.success {
  background-color: #00ad92;
  border-radius: 3px;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

.main-detail-image {
  border-radius: 3px;
  max-width: 400px;
  margin-bottom: 41px;
}

.category-link {
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity .2s;
}

.category-link:hover {
  opacity: .67;
  text-decoration: none;
}

.image {
  vertical-align: baseline;
  max-width: 120%;
  padding-bottom: 40px;
}

.image-2 {
  max-width: 80%;
  position: static;
}

.image-3 {
  min-width: 80%;
  max-width: none;
  display: block;
}

.paragraph {
  color: #000;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.div-block {
  background-image: linear-gradient(105deg, #030952, #6d82ad);
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.heading {
  color: #fff;
  flex: 1;
  max-width: 50%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.link {
  color: #fff;
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  display: block;
}

.button-2 {
  color: #401384;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-2 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: static;
}

.section-2 {
  background-image: url('../images/wallpaper_2.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-title-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}

.paragraph-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.section-3 {
  background-color: #e3e3e3;
}

.main-heading-2 {
  color: #401384;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 20px;
  margin-bottom: 27px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 53px;
}

.main-heading-2.inline {
  display: inline;
}

.main-heading-2.inline.bolder {
  font-weight: 300;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-4 {
  flex-flow: column;
  min-width: 60%;
  margin-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.link-2 {
  color: #fff;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 16px;
}

.link-2.w--current {
  font-size: 16px;
}

.text-block {
  color: #fff;
}

.image-4 {
  flex: 1;
  display: block;
}

.section-4 {
  background-color: #e3e3e3;
}

.container-2 {
  color: #401384;
  padding-top: 40px;
}

.section-title-3 {
  color: #401384;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}

.paragraph-3 {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.heading-2 {
  letter-spacing: 3px;
  width: 61%;
  margin-left: auto;
  margin-right: auto;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
}

.paragraph-8 {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.section-5 {
  background-color: #cacaca;
  background-image: url('../images/wallpaper_3.svg');
  background-position: 0 0;
  background-size: auto;
}

.text-block-2 {
  color: #000;
  -webkit-text-stroke-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-3 {
  color: #000;
  -webkit-text-stroke-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.columns {
  width: 61%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  color: #000;
  text-align: left;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  border: 1px solid #401384;
  min-height: 100%;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  color: #000;
  border: 1px #401384;
  border-radius: 1px;
  flex-direction: column;
  align-items: flex-start;
  min-width: auto;
  min-height: 100%;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: #401384;
  margin-bottom: 12px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}

.team-member-text {
  color: #000;
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section-consulting {
  background-image: linear-gradient(90deg, #bba7ff33, #fff), url('../images/wallpaper_3.svg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-coo {
  background-image: linear-gradient(270deg, #bba7ff33, #fff), url('../images/wallpaper_3.svg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-training {
  background-image: linear-gradient(90deg, #bba7ff33, #fff), url('../images/wallpaper_3.svg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.button-3 {
  color: #401384;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.section-title-4 {
  color: #401384;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  margin: 0 auto 32px;
  padding-left: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
}

.section-title-5 {
  color: #401384;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
  margin: 0 0 32px;
  padding-left: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  color: #401384;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
}

.pricing-description {
  color: #401384;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  color: #000;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.heading-3, .heading-4, .heading-5 {
  color: #401384;
  font-size: 18px;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  color: #401384;
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  color: #000;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #401384;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 0;
  padding-right: 0;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-icon-featured-outline-large {
  border: 1px solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.uui-layout34_component {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-6 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-9 {
  color: #000;
  font-size: 16px;
}

.paragraph-10, .paragraph-11, .paragraph-12 {
  color: #000;
}

.paragraph-13, .paragraph-14 {
  color: #000;
  font-size: 16px;
}

.bold-text {
  font-family: Open Sans, sans-serif;
}

.section-mental {
  background-image: linear-gradient(270deg, #bba7ff33, #fff), url('../images/wallpaper_3.svg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-title-6 {
  color: #401384;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  margin: 0 auto 32px;
  padding-left: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-15 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-16 {
  color: #000;
}

.paragraph-17, .paragraph-18 {
  color: #000;
  font-family: Open Sans, sans-serif;
}

.paragraph-19 {
  color: #000;
}

.link-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.heading-6 {
  color: #fff;
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 50%;
  margin-top: 10px;
  padding: 10px 20px 10px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  display: flex;
}

.pricing-overview-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text-2 {
  color: #000;
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.heading-7 {
  color: #000;
  text-align: left;
  font-size: 18px;
}

.heading-8, .heading-9 {
  color: #000;
  font-size: 18px;
}

.team-slider-2 {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  position: relative;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 20px;
}

.team-member-image-two-2 {
  max-width: 100%;
  margin-bottom: 10px;
}

.team-block-info-2 {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.team-member-text-2 {
  color: #000;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-heading-left {
  color: #000;
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 0;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: #000;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-10 {
  color: #401384;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
}

.paragraph-20 {
  color: #000;
  font-size: 16px;
}

.paragraph-21 {
  color: #000;
}

.paragraph-22 {
  color: #000;
  font-size: 16px;
}

.mask {
  width: 100%;
}

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

.text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  font-size: 16px;
  font-weight: 600;
}

.container-9 {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.bold-text-2 {
  font-weight: 300;
}

.paragraph-23 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-24 {
  color: #000;
  font-size: 16px;
}

.body, .body-2, .body-3 {
  background-color: #fff;
}

.image-5 {
  max-width: 70%;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  background-image: url('../images/wallpaper_3.svg');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #000;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  -webkit-text-stroke-color: #fff0;
  max-width: 80%;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-11 {
  color: #401384;
  letter-spacing: 2px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  background-image: url('../images/wallpaper_3.svg');
  background-position: 100% 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.margin-bottom-24px-3 {
  color: #030303;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.heading-12 {
  color: #401384;
  letter-spacing: 2px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
  font-style: normal;
}

.hero-subscribe-right-copy {
  background-color: #f5f7fa;
  background-image: url('../images/wallpaper_3.svg');
  background-position: 100% 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.hero-heading-left-2-copy {
  background-color: #f5f7fa;
  background-image: url('../images/wallpaper_3.svg');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.bold-text-3 {
  font-size: 20px;
}

.paragraph-25, .paragraph-26 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-31 {
  color: #000;
  font-size: 16px;
}

.paragraph-32, .paragraph-33 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.bold-text-4 {
  font-size: 18px;
}

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

  .hero.about-page {
    min-height: 310px;
  }

  .hero.contact-page {
    min-height: 400px;
  }

  .hero.project-page {
    min-height: 344px;
  }

  .nav {
    margin-top: 0;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button:hover {
    color: #00d6b4;
  }

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

  .heading-wrapper {
    margin-top: 115px;
  }

  .nav-menu {
    background-color: #000;
  }

  .project-body-copy {
    margin-left: 12%;
    margin-right: 12%;
  }

  .container-3 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-4 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .container-5 {
    max-width: 728px;
  }

  .uui-layout34_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-7 {
    max-width: 728px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-10 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 420px;
  }

  .hero.small {
    min-height: 280px;
  }

  .hero.about-page {
    min-height: 230px;
  }

  .hero.contact-page {
    min-height: 290px;
  }

  .hero.project-page {
    min-height: 256px;
  }

  .nav {
    padding-top: 0;
  }

  .form {
    width: 80%;
  }

  .left-column {
    padding-right: 10px;
  }

  .main-heading {
    font-size: 38px;
    line-height: 43px;
  }

  .heading-wrapper {
    margin-top: 72px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-me {
    width: 81%;
    margin-top: 0;
  }

  .project-body-copy {
    margin-left: 40px;
    margin-right: 40px;
  }

  .main-heading-2 {
    font-size: 38px;
    line-height: 43px;
  }

  .team-slider, .pricing-overview, .features-table {
    padding: 60px 15px;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-layout34_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pricing-overview-2, .team-slider-2, .hero-heading-left, .hero-heading-left-2, .hero-subscribe-right, .hero-subscribe-right-copy, .hero-heading-left-2-copy {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: 340px;
  }

  .hero.about-page {
    min-height: 150px;
  }

  .hero.project-page {
    min-height: 226px;
  }

  .nav-link {
    color: #fff;
  }

  .section {
    background-image: url('../images/wallpaper_3.svg');
    background-position: 100% 0;
  }

  .footer {
    background-position: 50%;
  }

  .section-title {
    font-size: 16px;
  }

  .form {
    width: 90%;
  }

  .menu-button.w--open {
    background-color: #8a8a8a;
  }

  .main-heading {
    letter-spacing: 2px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 20px;
  }

  .heading-wrapper {
    margin-top: 0;
  }

  .nav-menu {
    background-color: #8a8a8a;
  }

  .about-me {
    width: 95%;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .project-body-copy {
    margin-left: 18px;
    margin-right: 18px;
  }

  .image {
    max-width: 100%;
    padding-bottom: 60px;
  }

  .paragraph {
    font-size: 15px;
  }

  .heading {
    max-width: 80%;
    font-size: 14px;
  }

  .link {
    margin-right: 10px;
  }

  .button-2 {
    max-width: 40%;
  }

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

  .section-2 {
    background-position: 0 0;
  }

  .section-title-2 {
    font-size: 18px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .main-heading-2 {
    font-size: 17px;
  }

  .div-block-3 {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .div-block-4 {
    min-width: 80%;
  }

  .link-2, .link-2.w--current {
    text-align: center;
  }

  .section-title-3 {
    font-size: 20px;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
    font-size: 15px;
  }

  .heading-2 {
    width: 95%;
    padding-bottom: 20px;
  }

  .paragraph-8 {
    font-size: 15px;
  }

  .text-block-2 {
    width: 100%;
    font-size: 14px;
  }

  .text-block-3 {
    width: 60%;
    font-size: 11px;
  }

  .columns {
    width: 95%;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .section-consulting, .section-coo, .section-training {
    background-position: 0 0;
  }

  .button-3 {
    max-width: 60%;
  }

  .section-title-4 {
    font-size: 22px;
  }

  .section-title-5 {
    font-size: 16px;
  }

  .pricing-overview {
    padding-top: 40px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
    font-size: 22px;
  }

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

  .pricing-card-text {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
  }

  .heading-3, .heading-4, .heading-5 {
    font-family: Open Sans, sans-serif;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .uui-text-size-medium {
    font-size: 12px;
  }

  .uui-page-padding {
    padding-left: 5px;
    padding-right: 5px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .section-mental {
    background-position: 0 0;
  }

  .section-title-6 {
    font-size: 20px;
  }

  .paragraph-15, .paragraph-17, .paragraph-18, .paragraph-19 {
    font-size: 14px;
  }

  .heading-6 {
    max-width: 20%;
    font-size: 14px;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .pricing-grid-2 {
    grid-template-columns: 1fr;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-image-two-2 {
    margin-bottom: 0;
  }

  .container-8 {
    max-width: none;
  }

  .heading-10 {
    letter-spacing: 2px;
    font-size: 20px;
  }

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

  .paragraph-23 {
    font-size: 15px;
  }

  .paragraph-24 {
    font-size: 14px;
  }

  .div-block-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-heading-left-2 {
    display: none;
  }

  .container-10 {
    max-width: none;
  }

  .hero-split-2 {
    justify-content: center;
    align-items: center;
  }

  .heading-11 {
    font-size: 20px;
  }

  .hero-subscribe-right {
    display: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .heading-12 {
    font-size: 20px;
  }

  .hero-subscribe-right-copy, .hero-heading-left-2-copy {
    display: flex;
  }

  .icon {
    color: #050505;
  }
}

#w-node-_0f7a63f1-0c25-ffa4-237c-0396edab29e6-1320f905, #w-node-_1bc124b5-9838-ec0f-9f7e-ca8e98d1b351-1320f905, #w-node-_0f7a63f1-0c25-ffa4-237c-0396edab29f0-1320f905, #w-node-_0f7a63f1-0c25-ffa4-237c-0396edab29fa-1320f905, #w-node-f9778c26-2ee2-22e5-93ca-a73644f5e0ca-5ca4c05b, #w-node-f9778c26-2ee2-22e5-93ca-a73644f5e0d6-5ca4c05b, #w-node-f9778c26-2ee2-22e5-93ca-a73644f5e0ea-5ca4c05b, #w-node-f9778c26-2ee2-22e5-93ca-a73644f5e106-5ca4c05b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Hot Kaishokk R';
  src: url('../fonts/HOT-Kaishokk-R.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}