:root {
  --brand-purple: #8b288f;
  --white: white;
  --yellow: #fcc845;
  --heading: #191148;
  --brand-teal: #00b1b3;
  --body: #454159;
  --purple: #4e3bf0;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  position: relative;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 0;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.primary-btn {
  grid-column-gap: 12px;
  background-color: var(--brand-purple);
  color: var(--white);
  text-align: center;
  text-transform: none;
  border: 2px solid #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 28px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  transition: all .3s;
  display: flex;
}

.primary-btn:hover {
  opacity: .85;
}

.primary-btn.v2 {
  background-color: var(--yellow);
  color: var(--heading);
}

.body-text {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.body-text._500-medium {
  font-weight: 500;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 3.75rem;
}

.h2._600-bold {
  font-weight: 700;
}

.h2._600-bold.about-us-section-2-header {
  text-align: center;
  padding-left: 204px;
  padding-right: 204px;
}

.color-palette-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.h4._700-bold {
  font-weight: 700;
}

.style-guide-title {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 5px;
  display: flex;
  position: sticky;
  top: 20px;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.625rem;
  font-weight: 400;
  line-height: 4.75rem;
}

.h1._700-bold {
  font-weight: 700;
}

.body-text-variant-2 {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.body-text-variant-2:hover {
  color: var(--brand-teal);
}

.body-text-variant-2._500-medium {
  font-weight: 500;
}

.all-heading-container {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 30px;
  display: flex;
}

.post-rich-text {
  color: var(--body);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.post-rich-text h2 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.75rem;
}

.post-rich-text p {
  color: var(--body);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.post-rich-text ul {
  color: var(--heading);
  font-family: Nunito;
  font-size: 17px;
  line-height: 30px;
}

.post-rich-text li {
  color: var(--heading);
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.post-rich-text strong {
  font-family: Satoshi, sans-serif;
  font-weight: 600;
}

.post-rich-text h3 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.875rem;
}

.post-rich-text h4 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Satoshi, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.post-rich-text blockquote {
  border-left-width: 4px;
  border-left-color: var(--heading);
  color: var(--heading);
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 0 0 0 30px;
  font-family: Satoshi, sans-serif;
  font-size: 21px;
  line-height: 35px;
}

.post-rich-text ol {
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.post-rich-text h5 {
  color: var(--heading);
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.post-rich-text img {
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-rich-text figcaption {
  color: var(--body);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
}

.post-rich-text a {
  color: var(--purple);
  margin-top: 5px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.post-rich-text h1 {
  font-size: 60px;
  line-height: 70px;
}

.post-rich-text h6 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.style-guide-blocks-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 1310px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.main-container.strategic-header-padding {
  margin-top: 24px;
}

.main-container.tools-and-resources-container {
  margin-top: 37px;
  margin-bottom: 67px;
}

.style-guide-section {
  padding-top: 120px;
  padding-bottom: 50px;
}

.style-guide-paragraph {
  text-align: center;
  max-width: 630px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.h6._600-bold {
  font-weight: 600;
}

.button-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.style-guide-para-wrapper {
  margin-bottom: 20px;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.h5.bold, .h5._700-bold {
  font-weight: 700;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.875rem;
}

.h3.bold {
  font-weight: 700;
}

.all-paragraph-container {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.color {
  color: #191148;
  height: 120px;
}

.color.body {
  background-color: var(--body);
}

.color.heading {
  background-color: var(--heading);
}

.color.primary {
  background-color: var(--yellow);
}

.color.secondary {
  background-color: var(--purple);
}

.body-text-variant-1 {
  margin-bottom: 0;
  font-size: 1.188rem;
  font-weight: 400;
  line-height: 2.125rem;
}

.body-text-variant-1._500-medium {
  font-weight: 500;
}

.body-text-variant-1._500-medium.section-2-body {
  text-align: center;
}

.body-text-variant-1._500-medium.tools-and-resources-body {
  color: var(--heading);
}

.style-guide-block {
  background-color: #fff;
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  margin-bottom: 60px;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 45px #afb1b14d;
}

.para-14 {
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.hero-section {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  padding-top: 39px;
  padding-bottom: 105px;
  overflow: hidden;
}

.home-content-wrapper {
  height: 100%;
}

.top-bar-wrapper {
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.navbar-wrapper {
  z-index: 2;
  position: absolute;
  inset: 0 0% auto;
  overflow: hidden;
  transform: translate(0, 90px);
}

.top-bar-contact-div {
  grid-column-gap: 10px;
  display: flex;
}

.top-bar-contact-icon-div {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-bar-contact-link {
  color: var(--heading);
}

.top-bar-contact-link.font-color-white {
  color: var(--white);
}

.top-bar-icon {
  width: 20px;
  height: 20px;
}

.top-bar-contact-wrapper {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  display: block;
}

.nav-link {
  color: var(--heading);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: all .3s;
  display: flex;
}

.nav-link:hover {
  background-color: var(--white);
  color: var(--brand-teal);
}

.nav-link.w--current {
  background-color: var(--white);
  color: var(--purple);
}

.nav-links-wrapper {
  grid-column-gap: 32px;
  display: flex;
}

.navbar-container {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  height: 100%;
  margin: 9px auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.contact-btn-wrapper {
  width: 144px;
  height: 50px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.hero-flexbox {
  grid-column-gap: 80px;
  grid-row-gap: 120px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-flex-left {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.hero-flex-right {
  flex: 1;
  width: 100%;
  min-width: 360px;
  max-width: 535px;
  max-height: 620.073px;
}

.hero-heading {
  font-family: Satoshi, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-btn {
  width: 100%;
  max-width: 225px;
  height: 60px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

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

.hero-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.other-service-block {
  color: #1c1c1c;
  text-transform: none;
  background-color: #fff;
  border-radius: 4px;
  align-items: flex-end;
  max-width: 318px;
  height: 286px;
  margin-bottom: 30px;
  padding: 15px 35px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 6px #0000001a;
}

.tab {
  color: var(--heading);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 110px;
  padding: 0;
  display: flex;
  box-shadow: 0 20px 60px #0000000d;
}

.tab.w--current {
  background-color: var(--yellow);
  color: var(--white);
}

.team-section {
  padding-top: 125px;
  padding-bottom: 110px;
  position: relative;
}

.team-container {
  grid-column-gap: 125px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricng-card {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 350px;
  padding: 30px 40px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 30px #ffffff0a;
}

.reviewer-name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 2px;
  font-weight: 600;
}

.slider-arrow {
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.slider-arrow:hover {
  background-color: var(--white);
  color: var(--heading);
}

.reviewer-image {
  width: 154px;
  height: 154px;
}

.anchor-link-space {
  z-index: -2;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
  transform: translate(0, -90px);
}

.testimonial-quote {
  color: var(--white);
  max-width: 650px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 46px;
}

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

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.teastimonial-quote-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.testimonial-section {
  background-color: var(--brand-purple);
  color: var(--white);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.testimonial-slider-mask {
  height: auto;
}

.slider-nav {
  color: var(--white);
  font-size: 7px;
  line-height: 7px;
  display: none;
}

.testimonials-container {
  grid-row-gap: 75px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reviewer-image-wrapper {
  border-radius: 50%;
  position: relative;
}

.testimonial-quote-text {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

.blog-section {
  padding-top: 110px;
  padding-bottom: 120px;
}

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

.blog-collection-list {
  width: 100%;
  margin-top: 50px;
}

.blog-list {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-item {
  width: 100%;
  max-width: 350px;
}

.blog-card {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 0 9px 50px #00000014;
}

.blog-card-image-wrapper {
  border-radius: 10px;
  width: 100%;
  height: 215px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.blog-card-categories {
  color: var(--heading);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.blog-card-heading {
  color: var(--heading);
  text-align: center;
  text-decoration: none;
}

.blog-card-heading:hover {
  color: var(--purple);
}

.blog-card-text-wrapper {
  grid-row-gap: 11px;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.contact-container {
  grid-row-gap: 90px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -135px;
  display: flex;
}

.copyright-text {
  font-size: 14px;
  display: inline-block;
}

.footer-list-item {
  color: var(--heading);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

.footer-section {
  background-color: #000;
  border: 1px solid #2c12581a;
  padding-top: 70px;
  padding-bottom: 30px;
}

.blog-post-section {
  background-color: #f2f1ff;
  padding-top: 55px;
  padding-bottom: 120px;
}

.blog-post-item {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  display: flex;
  position: relative;
  box-shadow: 0 9px 40px 10px #0000000d;
}

.blog-post-collection {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
}

.middle-line--45, .middle-line-45, .middle-line {
  background-color: #313233;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
}

.bottom-line {
  transform-origin: 0 100%;
  background-color: #313233;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.menu-animation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-line {
  transform-origin: 0 0;
  background-color: #313233;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.menu-open-overlay {
  display: none;
}

.nav-menu-logo {
  height: 20px;
  display: none;
}

.contact-us-button-wrapper {
  width: 100px;
  height: 41px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  display: none;
}

.post-hero-text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.post-categories {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-heading {
  max-width: 700px;
}

.post-date-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.post-date {
  color: var(--white);
  padding-top: 1px;
}

.post-content-section {
  background-color: #f2f1ff;
  padding-bottom: 90px;
}

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

.read-more-link {
  box-shadow: inset 0 -2px 0 0 var(--heading);
  color: var(--heading);
  text-transform: uppercase;
  padding-bottom: 3px;
  font-weight: 700;
  transition: box-shadow .8s;
}

.read-more-link:hover {
  box-shadow: inset 0 -2px 0 0 var(--purple);
  color: var(--purple);
}

.blog-post-description {
  color: #4f545b;
  margin-top: 20px;
  margin-bottom: 25px;
  display: block;
}

.blog-link-container {
  align-items: center;
  display: flex;
}

.blog-post-block-text-container {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

._404-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.search-icon {
  width: 14px;
}

._404-search-button {
  z-index: 1;
  color: #222246;
  background-color: #0000;
  position: absolute;
}

.search-icon-container {
  z-index: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

._404-search-field {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  height: 60px;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #84899133;
}

._404-para {
  color: var(--body);
}

._404-search-input {
  color: #848991;
  background-color: #0000;
  border: 1px solid #0000;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.utility-page-content-2 {
  color: var(--heading);
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 60px;
  display: flex;
}

.field-label {
  color: var(--body);
}

.heading {
  color: var(--heading);
}

.post-category-wrapper {
  margin-top: 50px;
  display: flex;
}

.post-category-list {
  display: flex;
}

.category-wrapper {
  border: 1.5px solid var(--heading);
  color: var(--heading);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 2px 14px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .4s;
  display: flex;
}

.category-wrapper:hover {
  background-color: var(--heading);
  color: var(--white);
}

.log-image {
  width: 80px;
  height: 24px;
}

.changelog-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.license-link {
  color: var(--heading);
}

.license-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.license-page {
  padding-top: 90px;
}

.license-block-title {
  color: var(--heading);
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 5px;
  padding-bottom: 6px;
  display: flex;
  position: static;
  top: 20px;
}

.license-paragraph {
  color: var(--body);
  text-align: center;
  max-width: 630px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.license-blocks-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.license-paragraph-container {
  color: var(--body);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.license-heading-container {
  color: var(--heading);
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.template-block {
  border-left: 4px #eca72f;
  width: 95%;
  margin-bottom: 50px;
  padding: 35px;
  display: flex;
  box-shadow: 0 5px 30px #d6d7d891;
}

.template-block.vertical {
  border-left-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
}

.template-para-wrapper {
  color: var(--body);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.template-para-wrapper.borrom-padding-off {
  margin-bottom: 0;
}

.main-container-2 {
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.font-links-wrapper {
  grid-column-gap: 20px;
  color: var(--heading);
  display: flex;
}

.text-link {
  color: var(--heading);
}

.template-block-title {
  color: var(--heading);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 5px;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 20px;
}

.gradient {
  z-index: 2;
  background-image: linear-gradient(to right, #f7fdff, #f7fdff00);
  width: 15%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient.right {
  background-image: linear-gradient(270deg, #f7fdff, #f7fdff00);
  inset: 0% 0% 0% auto;
}

.client-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 25px 35px #287e740d;
}

.company-logo-wrapper {
  width: 100%;
  position: relative;
}

.client-image {
  object-fit: contain;
  width: auto;
  height: auto;
}

.company-logo-images {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 31px;
  display: flex;
  position: relative;
}

.company-logo-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.company-logo-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-wrapper {
  justify-content: center;
  display: flex;
}

.tab-wrapper.hide-element-for-mob {
  position: relative;
}

.tab-link-image {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.tab-panel {
  width: 100%;
}

.tab-link {
  grid-row-gap: 22px;
  background-color: var(--white);
  border-left: 5px solid #0000;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 21px 26px 24px 25px;
  transition: all .3s ease-in-out;
  display: flex;
  position: static;
  overflow: hidden;
  box-shadow: 0 35px 25px #00000012;
}

.tab-link.w--current {
  border-left-color: var(--yellow);
  background-color: var(--white);
}

.tabs-menu {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  max-width: 435px;
  display: flex;
}

.tab-image {
  object-fit: contain;
  width: 500px;
}

.tab-para {
  color: var(--body);
  margin-bottom: 0;
  overflow: hidden;
}

.tab-link-left {
  grid-column-gap: 18px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-content {
  flex: 0 auto;
}

.tabs {
  grid-column-gap: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-image {
  object-fit: contain;
  width: 535px;
}

.secondary-btn {
  grid-column-gap: 10px;
  background-color: var(--brand-teal);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.secondary-btn:hover {
  border-color: var(--yellow);
  opacity: .85;
}

.hero-widget {
  z-index: 1;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
  position: absolute;
  inset: auto 0% 80px -75px;
}

.hero-para {
  max-width: 470px;
  margin-left: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
}

.case-study-list-wrappper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.check-icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.icon-card {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  background-color: var(--white);
  color: var(--body);
  cursor: pointer;
  border-radius: 10px;
  flex-direction: column;
  padding: 50px 43px 50px 38px;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
  box-shadow: 0 5px 40px #00000012, 0 25px 35px #287e740d;
}

.expertise-section {
  background-image: linear-gradient(315deg, #00b1b2 30%, #87c541);
  width: 100%;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.box-icon {
  object-fit: contain;
  object-position: 0% 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
}

.iconbox-row {
  grid-column-gap: 35px;
  grid-row-gap: 50px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 1125px;
  display: grid;
}

.icon-box-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.tab-video {
  background-color: var(--white);
  color: var(--purple);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 78px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tab-video:hover {
  color: var(--yellow);
}

.play {
  justify-content: center;
  align-items: center;
  margin-right: -3px;
  display: flex;
}

.play-btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 475px;
  display: flex;
}

.footer-column-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.copyright-text-wrapper {
  grid-column-gap: 10px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.webflow-link {
  color: var(--brand-teal);
  letter-spacing: .5px;
  font-weight: 600;
  transition: letter-spacing .4s;
}

.webflow-link:hover {
  letter-spacing: 1px;
}

.copyright-link {
  color: var(--white);
  font-size: 14px;
  text-decoration: none;
  transition: opacity .3s;
}

.copyright-link:hover {
  color: var(--brand-teal);
}

.copyright-link.w--current:hover {
  color: #2293d7;
}

.footer-link {
  color: var(--white);
}

.footer-link:hover {
  color: var(--yellow);
}

.footer-column-text-wrapper {
  grid-row-gap: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-column-text-wrapper._2-column-layout {
  grid-column-gap: 25px;
  grid-template-columns: 1fr 1fr;
  width: 245px;
}

.footer-text {
  grid-column-gap: 50px;
  color: var(--white);
  justify-content: flex-start;
  display: flex;
}

.footer-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1070px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.webflow-branding {
  color: var(--white);
  letter-spacing: 1px;
  justify-content: space-between;
  align-items: center;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  display: flex;
}

.footer-column-title {
  color: var(--white);
  margin-bottom: 30px;
}

.copyright-wrapper {
  border-top: 1px solid #ffffff1a;
  margin-top: 60px;
  padding-top: 20px;
}

.footer-btn-wrapper {
  width: 185px;
  height: 52px;
}

.form-row {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.contact-form-wrapper {
  z-index: 0;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 32px 50px;
  position: relative;
  box-shadow: 0 25px 35px #287e740d;
}

.submit-btn-wrapper {
  width: 100%;
  height: 58px;
}

.text-field {
  color: var(--heading);
  background-color: #0000;
  border: 1px solid #e3e0ff;
  border-radius: 5px;
  height: 52px;
  margin-bottom: 0;
  padding: 15px 20px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: border-color .3s;
}

.text-field:focus {
  border: 1px solid var(--yellow);
  color: var(--heading);
}

.text-field::placeholder {
  color: var(--body);
}

.message-box {
  color: var(--heading);
  border: 1px solid #e3e0ff;
  border-radius: 5px;
  min-height: 125px;
  margin-bottom: 0;
  padding: 15px 20px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  transition: border-color .3s;
}

.message-box:focus {
  border-style: solid;
  border-color: var(--yellow);
}

.message-box::placeholder {
  color: var(--body);
  font-size: 15px;
  line-height: 1.7em;
}

.expertise-container {
  grid-row-gap: 25px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.expertise-heading {
  max-width: 720px;
}

.expertise-sub-para {
  max-width: 750px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.contact-section {
  background-color: #f2f1ff;
  padding-top: 0;
  padding-bottom: 120px;
}

.contact-form-block {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.contact-block {
  grid-column-gap: 25px;
  color: var(--body);
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 330px;
  max-width: 330px;
  padding: 25px 20px;
  display: flex;
  box-shadow: 0 25px 35px #287e740d;
}

.contact-block-icon {
  object-fit: contain;
  width: 43px;
  height: 43px;
}

.contact-blocks-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.day-title {
  min-width: 95px;
}

.btn-icon {
  width: 20px;
  height: 16px;
}

.optimizatin-row {
  grid-column-gap: 18px;
  color: var(--heading);
  align-items: center;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.optimization-icon-img {
  width: 26px;
  height: 26px;
}

.all-blog-post-wrapper {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.blog-post-title {
  color: var(--heading);
}

.blog-post-title:hover {
  color: var(--purple);
}

.blog-post-list {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  column-count: 2;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  column-gap: 40px;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.all-blog-post-image-wrapper {
  border-radius: 5px;
  margin-bottom: 25px;
  overflow: hidden;
}

.blog-posts-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pagination {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 85px;
}

.next {
  background-color: var(--white);
  color: var(--heading);
  border-color: #0000;
  justify-content: center;
  align-items: center;
  width: 116px;
  margin-left: 0;
  margin-right: 0;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  box-shadow: 0 9px 50px #00000014;
}

.next:hover {
  border-color: var(--purple);
  background-color: var(--purple);
  color: var(--white);
}

.previous {
  background-color: var(--white);
  color: var(--heading);
  border-color: #0000;
  justify-content: center;
  align-items: center;
  width: 116px;
  margin-left: 0;
  margin-right: 0;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.previous:hover {
  border-color: var(--purple);
  background-color: var(--purple);
  color: var(--white);
}

.contact-block-text-wrapper {
  flex-direction: column;
  display: flex;
}

.post-hero-section {
  z-index: 1;
  background-image: linear-gradient(135deg, #4e3bf0, #803bf0 75%);
  padding-top: 240px;
  padding-bottom: 245px;
  overflow: hidden;
}

.post-container {
  color: var(--white);
  text-align: center;
}

.post-content-container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.contact-link {
  color: var(--body);
}

.blog-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-block-titile {
  color: var(--heading);
  margin-bottom: 6px;
}

.top-bar {
  z-index: 1;
  border-bottom: 1px solid #19114812;
  width: 100%;
  position: absolute;
}

.top-bar.white-border {
  border-bottom-color: #ffffff1a;
}

.para-wrapper {
  color: var(--body);
}

.display-1 {
  color: var(--brand-teal);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  line-height: 80px;
}

.heading-wrapper {
  color: var(--heading);
}

.hero-heading-span {
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
}

.company-heading {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
}

.hero-widget-img {
  z-index: 1;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
  box-shadow: 0 5px 20px #0000001a;
}

.decorative {
  z-index: 0;
  width: 123px;
  height: 90px;
  position: absolute;
  inset: -50px -50px auto auto;
}

.value-section {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.value-section.abouts-us-section-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.value-section.sharon-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.value-flex {
  grid-column-gap: 70px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 39px;
  margin-bottom: 45px;
  display: flex;
}

.value-flex.more-gap {
  grid-column-gap: 120px;
}

.value-btn {
  width: 100%;
  max-width: 230px;
  height: 52px;
  margin-top: 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.value-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.value-image {
  object-fit: contain;
  width: 535px;
}

.value-left-flex {
  grid-row-gap: 18px;
  flex-direction: column;
  max-width: 515px;
  padding-left: 0;
  display: flex;
}

.value-points {
  grid-column-gap: 50px;
  justify-content: flex-start;
  margin-top: 18px;
  display: flex;
}

.value-points.strategic-bullet-points-container.employee-bullets-centre-align, .value-points.strategic-bullet-points-container.traininbg-align-centre {
  justify-content: center;
}

.value-points.professional-service-alighn-left {
  justify-content: flex-start;
}

.benefits-section {
  background-color: #ebe9ff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.benefits-row {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefits-container {
  grid-row-gap: 80px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.tab-arrow {
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}

.cta-section {
  color: var(--white);
  text-align: center;
  background-image: url('../images/homepage-image-2.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 135px;
  padding-bottom: 165px;
}

.cta-container {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-btn-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.cta-btn {
  width: 100%;
  max-width: 225px;
  height: 62px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.ghost-btn {
  grid-column-gap: 10px;
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  text-transform: none;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.ghost-btn:hover {
  border-color: var(--purple);
  background-color: var(--purple);
  opacity: .85;
}

.ghost-btn.medium {
  font-weight: 500;
}

.ghost-btn.medium:hover {
  border-color: var(--brand-purple);
  background-color: var(--brand-purple);
}

.upper-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.team-row {
  grid-column-gap: 130px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-blocks-wrapper {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-member-image {
  object-fit: contain;
  width: 345px;
  margin-bottom: 20px;
}

.team-heading-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 420px;
  display: flex;
}

.team-para {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 395px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.testimonial-heading-wrapper {
  grid-row-gap: 5px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 420px;
  padding-left: 0;
  display: flex;
}

.slider-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-embed.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.footer-column-btn-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.company-hero-section {
  color: var(--white);
  background-image: linear-gradient(135deg, #4e3bf0, #803bf0 75%);
  padding-top: 295px;
  padding-bottom: 120px;
}

.company-hero-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.company-hero-row {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
}

.company-hero-heading {
  max-width: 650px;
  margin-right: 10px;
}

.company-hero-para {
  max-width: 420px;
}

.comapny-light-box {
  color: var(--purple);
  background-image: url('../images/company-img_1company img.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-top: 115px;
  margin-bottom: 80px;
  display: flex;
}

.comapny-light-box:hover {
  color: var(--yellow);
}

.company-video-btn {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 78px;
  display: flex;
}

.company-span {
  background-color: var(--yellow);
  color: var(--heading);
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.startup-logo-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 745px;
  display: flex;
}

.startup-logo {
  object-fit: contain;
  border-radius: 10px;
  width: 163px;
  height: 90px;
  box-shadow: 0 25px 35px #287e740d;
}

.startup-heading {
  max-width: 296px;
}

.value-image-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.value-image-2 {
  object-fit: contain;
  width: 535px;
}

.value-widget {
  z-index: 1;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 165px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% -40px 0% auto;
}

.value-widget-img {
  z-index: 1;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 165px;
  display: flex;
  box-shadow: 0 10px 60px #0000000d;
}

.mission-section {
  background-color: #ebe9ff;
  width: 100%;
  padding-top: 115px;
  padding-bottom: 115px;
  position: relative;
  overflow: hidden;
}

.mission-container {
  grid-column-gap: 75px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mission-text {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 415px;
  display: flex;
}

.mission-image {
  object-fit: contain;
  width: 510px;
  height: 535px;
}

.mission-heading-wrapper {
  grid-row-gap: 13px;
  flex-direction: column;
  max-width: 420px;
  padding-left: 0;
  display: flex;
}

.mission-btn {
  width: 100%;
  max-width: 220px;
  height: 60px;
  margin-top: 25px;
}

.consultation-section {
  background-color: #ebe9ff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-details {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.office-phone-link {
  color: var(--body);
  margin-bottom: 0;
  margin-left: 4px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
  display: inline-block;
  overflow: hidden;
}

.office-phone-link.yellow-color {
  color: var(--heading);
  margin-left: 6px;
  font-size: 1.188rem;
  font-weight: 700;
  line-height: 2.125rem;
}

.office-phone-link.yellow-color:hover {
  color: var(--white);
}

.submit-btn-wrapper-2 {
  height: 58px;
  margin-top: 15px;
}

.office-link-block {
  flex-direction: column;
  justify-content: center;
  height: 32px;
  font-size: 1.188rem;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.contact-form-row.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.contact-detail-card {
  grid-column-gap: 15px;
  display: flex;
}

.contact-flex-right {
  align-items: center;
  display: flex;
}

.contact-input-field {
  color: var(--heading);
  background-color: #0000;
  border: 1px solid #e3e0ff;
  border-radius: 5px;
  height: 51px;
  margin-bottom: 0;
  padding: 13px 15px 12px 20px;
  font-weight: 500;
  line-height: 24px;
}

.contact-input-field:focus {
  border-color: var(--yellow);
}

.contact-input-field::placeholder {
  color: var(--body);
}

.contact-form {
  margin-bottom: 0;
}

.contact-message-field {
  color: var(--heading);
  background-color: #0000;
  border: 1px solid #e3e0ff;
  border-radius: 5px;
  min-height: 125px;
  margin-bottom: 0;
  padding: 12px;
  font-weight: 500;
  line-height: 1.7em;
}

.contact-message-field:focus {
  border-color: var(--yellow);
}

.contact-message-field::placeholder {
  color: var(--heading);
}

.contact-form-box {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 40px 50px 60px;
  box-shadow: 0 25px 35px #287e740d;
}

.contact-form-div {
  width: 100%;
  max-width: 585px;
  padding-bottom: 0;
  padding-right: 0;
}

.office-line-animate-div {
  background-color: #2d3745;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 2px -100%;
}

.office-line-animate-div.yellow-color {
  background-color: var(--yellow);
}

.contact-detail-text {
  color: var(--body);
}

.contact-flex-box {
  grid-column-gap: 75px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-select-filed {
  color: var(--heading);
  background-color: #0000;
  border: 1px solid #e3e0ff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 51px;
  margin-bottom: 0;
  padding: 12px;
  font-weight: 500;
  line-height: 1.7em;
}

.contact-select-filed:focus {
  border-color: var(--yellow);
}

.contact-select-filed::placeholder {
  color: #595959;
}

.contact-form-heading-2 {
  color: var(--heading);
  text-align: center;
  margin-bottom: 18px;
}

.contact-form-element-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.contact-icons {
  object-fit: contain;
  object-position: 0% 50%;
  width: 50px;
  height: 50px;
}

.contact-form-paragraph {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.contact-detail-heading {
  color: var(--heading);
}

.contact-flex-right-wrapper {
  grid-row-gap: 70px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services-hero-section {
  color: var(--white);
  background-image: linear-gradient(135deg, #4e3bf0, #803bf0 75%);
  padding-top: 295px;
  padding-bottom: 340px;
}

.services-hero-section.about-section-1 {
  background-image: linear-gradient(135deg, #00b1b2 29%, #87c541);
  padding-top: 60px;
  padding-bottom: 296px;
}

.services-hero-section.about-section-1.services-section-1 {
  padding-bottom: 65px;
}

.services-hero-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-hero-row {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
}

.services-hero-heading {
  max-width: 650px;
  margin-right: 10px;
}

.services-hero-para {
  max-width: 420px;
}

.services-section {
  padding-bottom: 120px;
}

.services-section.about-us-section-1 {
  padding-bottom: 0;
}

.services-container {
  grid-row-gap: 75px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-container.services-section-2.tools-and-resources-copy {
  margin-top: 21px;
}

.services-image {
  z-index: 1;
  object-fit: contain;
  border-radius: 15px;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.service-btn {
  width: 100%;
  max-width: 225px;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.services-image-wrapper {
  margin-top: -225px;
  position: relative;
}

.service-decorative {
  z-index: 0;
  width: 123px;
  height: 90px;
  position: absolute;
  inset: -25px -25px auto auto;
}

.faq-section {
  background-color: #ebe9ff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.faq-container {
  grid-row-gap: 55px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-header {
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.faqs-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 855px;
  display: flex;
}

.faq-row {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-interaction {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.h-line {
  background-color: var(--heading);
  border-radius: 10px;
  width: 15px;
  height: 3px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.faq {
  grid-row-gap: 16px;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 27px 23px;
  display: flex;
  box-shadow: 0 25px 35px #287e740d;
}

.v-line {
  background-color: var(--heading);
  border-radius: 10px;
  width: 3px;
  height: 15px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.faq-para {
  color: var(--body);
  justify-content: space-between;
  align-items: center;
  padding-right: 80px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  display: none;
}

.contact-hero-section {
  color: var(--white);
  background-image: linear-gradient(135deg, #00b1b2 25%, #87c541);
  padding-top: 50px;
  padding-bottom: 169px;
}

.contact-hero-container {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-hero-heading {
  text-align: center;
  max-width: 670px;
}

.contact-decorative {
  z-index: 0;
  width: 123px;
  height: 90px;
  position: absolute;
  inset: -25px -25px auto auto;
}

.news-hero-section {
  color: var(--white);
  background-image: linear-gradient(135deg, #4e3bf0, #803bf0 75%);
  padding-top: 250px;
  padding-bottom: 150px;
}

.news-hero-container {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.news-hero-heading {
  text-align: center;
  max-width: 670px;
}

.news-para {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
}

.post-image-wrapper {
  z-index: 1;
  background-color: var(--white);
  border-radius: 15px;
  margin-top: -135px;
  margin-bottom: 60px;
  padding: 20px;
  position: relative;
  box-shadow: 0 25px 35px #287e740d;
}

.post-image {
  z-index: 1;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  max-width: 930px;
  height: 460px;
  position: relative;
}

.post-decorative {
  z-index: 0;
  width: 123px;
  height: 90px;
  position: absolute;
  inset: -45px -50px auto auto;
}

.blog-post-date {
  font-size: 15px;
  font-weight: 500;
}

.back-to-blog {
  grid-column-gap: 10px;
  color: var(--heading);
  align-items: center;
  margin-top: 90px;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
  display: flex;
}

.back-to-blog:hover {
  margin-left: -10px;
}

.back-arrow {
  width: 24px;
  height: 24px;
}

.blog-header {
  grid-row-gap: 14px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-white {
  color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.nav-link-white:hover, .nav-link-white.w--current {
  background-color: var(--white);
  color: var(--purple);
}

.link-text {
  z-index: -1;
  color: #0000;
  width: 15px;
  height: 15px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.submit-button {
  grid-column-gap: 10px;
  background-color: var(--yellow);
  color: var(--heading);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.submit-button:hover {
  border-color: var(--yellow);
  background-color: var(--purple);
  opacity: .85;
  color: var(--white);
}

.serarch-item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.navbar-transform {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: translate(0, -70px);
}

.search-section {
  background-color: #f2f1ff;
  padding-top: 140px;
  padding-bottom: 120px;
}

.licence-link-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.brand-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition-property: transform;
  display: flex;
  transform: scale3d(1, 1, 1.01);
}

.brand-2:hover {
  transform: scale3d(.98, .98, 1.01);
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.dropdown-nav-item {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.667em;
  display: flex;
}

.header {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 0;
}

.title.dropdown {
  color: var(--heading);
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

.nav-item-wrapper {
  margin-bottom: 0;
  margin-right: 32px;
  line-height: 1em;
}

.nav-item-wrapper.header-button-mobile {
  display: none;
}

.button-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #082350;
  border: 1px solid #082350;
  padding: 24px 44px;
  font-weight: 500;
  line-height: 1.111em;
  transition: transform .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-primary:hover {
  color: #fff;
  transform: scale3d(.97, .97, 1.01);
}

.button-primary.header-button {
  background-color: var(--brand-teal);
  border-style: none;
  border-color: #0000;
  border-radius: 15px;
  padding: 18px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 0;
}

.dropdown-nav-main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding: 64px 66px;
  display: flex;
  box-shadow: 0 14px 39px #2525251a;
}

.dropdown-nav-content {
  justify-content: space-between;
  display: flex;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.dropdown-arrow {
  margin-left: 8px;
  font-size: 7px;
  font-weight: 400;
  display: block;
  position: relative;
  top: 2px;
}

.menu-button-2 {
  transform-style: preserve-3d;
}

.dropdown-list {
  background-color: #0000;
  padding-top: 20px;
  left: -440px;
}

.dropdown-list.w--open {
  left: -65px;
}

.container-default {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.divider {
  background-color: #dfdfdf;
  width: 100%;
  min-height: 1px;
}

.header-logo {
  width: 150px;
}

.dropdown-nav {
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-nav-link {
  color: #7a7a7a;
  white-space: nowrap;
  font-size: 15px;
  display: inline-block;
}

.dropdown-nav-link:hover {
  color: var(--brand-teal);
}

.dropdown-nav-link.tag {
  align-items: center;
  display: flex;
}

.dropdown-nav-link.tag:hover {
  color: #ffc619;
}

.nav-link-dropdown {
  display: block;
  position: relative;
}

.nav-link-2 {
  color: var(--heading);
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  transition: color .35s;
}

.nav-link-2:hover {
  color: var(--brand-teal);
}

.nav-link-2.dropdown {
  align-items: center;
  padding: 0;
  display: flex;
}

.split-content.header-center, .split-content.header-left {
  align-items: center;
  display: flex;
}

.image {
  margin-left: 0;
}

.bullet-text {
  line-height: 22px;
}

.bullet-point-section {
  text-align: center;
  margin-top: 33px;
  margin-bottom: 33px;
  padding-left: 30px;
  padding-right: 30px;
}

.text-block, .text-block-2, .text-block-3, .text-block-6, .text-block-7, .text-block-11, .text-block-12 {
  text-align: left;
}

@media screen and (min-width: 1280px) {
  .h2._600-bold.about-us-section-2-header {
    text-align: center;
    margin-right: 0;
  }

  .body-text-variant-1._500-medium.section-2-body {
    text-align: center;
    padding-left: 162px;
    padding-right: 162px;
  }

  .hero-section {
    padding-bottom: 79px;
  }

  .team-section, .testimonial-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-post-item {
    justify-content: center;
    align-items: flex-end;
  }

  .menu-open-overlay {
    z-index: 1001;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .main-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .expertise-section {
    background-image: linear-gradient(315deg, #00b1b2 30%, #87c541);
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .iconbox-row {
    grid-template-rows: auto auto;
  }

  .icon-box-wrapper {
    margin-top: 15px;
  }

  .contact-form-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .expertise-sub-para {
    max-width: 700px;
  }

  .value-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .value-section.abouts-us-section-2 {
    padding-top: 22px;
  }

  .benefits-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .office-phone-link {
    line-height: 28px;
  }

  .office-phone-link.yellow-color {
    color: var(--heading);
  }

  .office-phone-link.yellow-color:hover {
    color: var(--white);
  }

  .contact-form-paragraph {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
  }

  .services-hero-section.about-section-1 {
    background-image: linear-gradient(135deg, #00b1b2 30%, #87c541);
    padding-top: 60px;
    padding-bottom: 345px;
  }

  .services-hero-section.about-section-1.services-section-1 {
    padding-bottom: 61px;
  }

  .services-section.about-us-section-1 {
    padding-bottom: 40px;
  }

  .services-container.services-section-2 {
    margin-top: 21px;
  }

  .services-image-wrapper {
    margin-top: -280px;
  }

  .service-decorative {
    top: -45px;
    right: -50px;
  }

  .faq-section {
    padding-top: 59px;
    padding-bottom: 59px;
  }

  .faq-para {
    display: none;
    overflow: visible;
  }

  .contact-hero-section {
    background-image: linear-gradient(135deg, #00b1b2 27%, #87c541);
    padding-top: 60px;
    padding-bottom: 185px;
  }

  .contact-decorative {
    top: -45px;
    right: -50px;
  }

  .news-para {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
  }

  .serarch-item-wrapper {
    flex-direction: column;
    display: flex;
  }

  .dropdown-toggle {
    padding-left: 0;
    padding-right: 20px;
  }

  .icon {
    margin-right: 0;
  }

  .bold-text {
    color: var(--body);
    text-decoration: underline;
  }

  .bold-text:hover, .text-span, .text-span-2, .text-span-3, .text-span-4 {
    color: var(--brand-teal);
  }
}

@media screen and (max-width: 991px) {
  .h2._600-bold.about-us-section-2-header {
    padding-left: 5px;
    padding-right: 5px;
  }

  .color-palette-container {
    width: 65%;
  }

  .style-guide-title {
    justify-content: flex-start;
    margin-bottom: 20px;
    position: static;
  }

  .all-heading-container {
    justify-content: flex-start;
    align-items: flex-start;
    width: 65%;
  }

  .style-guide-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .main-container {
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .style-guide-heading-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .button-container {
    width: 65%;
  }

  .h3 {
    font-size: 34px;
  }

  .all-paragraph-container {
    width: auto;
  }

  .body-text-variant-1._500-medium.section-2-body.strategic-hr-padding {
    margin-bottom: 20px;
  }

  .style-guide-block {
    grid-column-gap: 20px;
    color: var(--heading);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

  .hero-section {
    padding-top: 180px;
    padding-bottom: 90px;
  }

  .top-bar-wrapper {
    display: none;
  }

  .navbar-wrapper {
    border-radius: 0;
    position: absolute;
    inset: 0% 0% auto;
    overflow: visible;
    transform: none;
  }

  .navbar {
    border-radius: 0;
    transform: none;
  }

  .nav-link {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
  }

  .nav-links-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu {
    z-index: auto;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
    max-height: 100vh;
    padding: 40px;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .navbar-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-btn-wrapper {
    display: none;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .hero-flexbox {
    grid-row-gap: 80px;
    justify-content: flex-start;
  }

  .home-hero-flex-left {
    grid-row-gap: 15px;
    padding-right: 0;
  }

  .hero-flex-right {
    padding-left: 0;
  }

  .hero-heading {
    max-width: none;
  }

  .hero-btn {
    margin-top: 25px;
  }

  .hero-image-wrapper {
    margin-left: 0;
  }

  .other-service-block {
    width: 95%;
    max-width: none;
  }

  .tab {
    width: 100%;
    margin-bottom: 10px;
  }

  .team-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .team-container {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .team-block {
    margin-bottom: 0;
  }

  .pricng-card {
    max-width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-arrow {
    display: flex;
    inset: auto 0% 0%;
  }

  .slider-arrow.right-arrow {
    right: -70px;
  }

  .slider-arrow.left-arrow {
    left: -70px;
  }

  .anchor-link-space {
    transform: translate(0, -83px);
  }

  .testimonial-quote {
    max-width: 530px;
    margin-bottom: 20px;
  }

  .testimonial-slider {
    padding-bottom: 90px;
  }

  .testimonial-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .slider-nav {
    display: none;
  }

  .testimonial-content {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
  }

  .blog-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-collection-list {
    justify-content: center;
    display: flex;
  }

  .blog-list {
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .blog-card {
    width: 100%;
  }

  .contact-section {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-container {
    margin-top: -230px;
  }

  .blog-post-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-post-item {
    width: 100%;
    max-width: 280px;
  }

  .middle-line--45 {
    background-color: #fff;
  }

  .middle-line--45.black-background {
    background-color: var(--heading);
  }

  .middle-line-45 {
    background-color: #fff;
  }

  .middle-line-45.black-background {
    background-color: var(--heading);
  }

  .middle-line {
    background-color: #fff;
  }

  .middle-line.black-background {
    background-color: var(--heading);
  }

  .bottom-line {
    background-color: #fff;
  }

  .bottom-line.black-background {
    background-color: var(--heading);
  }

  .top-line {
    background-color: #fff;
  }

  .top-line.black-background {
    background-color: var(--heading);
  }

  .menu-button {
    width: 30px;
    height: 18px;
    margin-right: 0;
    padding: 0;
  }

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

  .menu-open-overlay {
    z-index: 1;
    background-color: #000000d9;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-menu-logo {
    justify-content: flex-start;
    width: 85px;
    height: 35px;
    display: flex;
  }

  .contact-us-button-wrapper {
    width: auto;
    height: auto;
    display: block;
  }

  .nav-menu-inner {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .blog-post-block-text-container {
    min-height: 0;
    padding: 15px;
  }

  ._404-search-button {
    display: block;
  }

  .search-icon-container {
    display: flex;
  }

  .utility-page-wrap-2 {
    padding-top: 0;
  }

  .license-block-title {
    justify-content: flex-start;
    width: auto;
  }

  .license-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .license-heading-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .template-block {
    width: 100%;
    margin-bottom: 40px;
    padding: 30px;
  }

  .main-container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .template-block-title, .client-image-wrapper {
    width: 30%;
  }

  .company-logo-images {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 90px;
  }

  .company-logo-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .company-logo-row {
    flex-wrap: wrap;
  }

  .tab-wrapper {
    flex-direction: column;
  }

  .tab-wrapper.hide-element-for-mob {
    display: none;
  }

  .tabs-menu {
    order: -1;
    max-width: none;
    margin-bottom: 0;
  }

  .tabs {
    flex-direction: column;
  }

  .hero-widget {
    margin-top: auto;
    margin-bottom: auto;
    inset: 0% 0% 0% auto;
    transform: translate(70px, -30px);
  }

  .hero-para {
    max-width: none;
    margin-left: 0;
  }

  .case-study-list-wrappper {
    grid-row-gap: 15px;
  }

  .icon-card {
    text-align: center;
    align-items: center;
    max-width: 360px;
    padding: 20px;
  }

  .expertise-section {
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .iconbox-row {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .tab-video {
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    inset: 100px 0% 0%;
  }

  .testimonial-text-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-column-wrapper {
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .footer-columns {
    min-width: 300px;
    margin-bottom: 55px;
  }

  .webflow-branding {
    grid-row-gap: 5px;
    flex-flow: column wrap;
    justify-content: center;
  }

  .copyright-wrapper {
    margin-top: 5px;
  }

  .footer-btn-wrapper {
    width: 100%;
  }

  .form-row.fixed-height {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-form-wrapper {
    max-width: 620px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .expertise-sub-para {
    margin-top: 15px;
  }

  .contact-section {
    padding-bottom: 90px;
  }

  .contact-block {
    text-align: center;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-block-icon {
    margin-bottom: 5px;
  }

  .contact-blocks-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .all-blog-post-wrapper {
    flex: 0 500px;
    padding-right: 0;
  }

  .blog-post-list {
    column-count: 0;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .blog-posts-container {
    grid-row-gap: 90px;
    flex-direction: column;
  }

  .post-hero-section {
    padding-top: 180px;
    padding-bottom: 220px;
  }

  .contact-block-titile {
    margin-bottom: 10px;
  }

  .display-1 {
    font-size: 60px;
    line-height: 75px;
  }

  .hero-widget-img {
    inset: 0% 0% auto auto;
  }

  .value-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .value-section.abouts-us-section-2 {
    padding-top: 0;
  }

  .value-flex {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .value-flex.more-gap {
    grid-row-gap: 120px;
  }

  .value-image-wrapper {
    order: 1;
  }

  .value-image {
    width: 100%;
  }

  .value-left-flex {
    grid-row-gap: 10px;
    order: -1;
    width: 100%;
    max-width: none;
    padding-left: 0;
  }

  .value-para {
    margin-bottom: 20px;
  }

  .value-points {
    margin-top: 5px;
  }

  .benefits-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .benefits-container {
    grid-row-gap: 60px;
  }

  .cta-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-btn {
    width: 207px;
    height: 58px;
  }

  .team-row {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
  }

  .team-blocks-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
  }

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

  .team-heading-wrapper {
    grid-row-gap: 5px;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .team-para {
    width: 100%;
    max-width: none;
  }

  .testimonial-heading-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .company-hero-section {
    padding-top: 170px;
    padding-bottom: 90px;
  }

  .company-hero-row {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .company-hero-heading {
    max-width: 500px;
    margin-right: 0;
  }

  .company-hero-para {
    max-width: none;
  }

  .comapny-light-box {
    height: 400px;
    margin-top: 60px;
    margin-bottom: 90px;
  }

  .startup-logo-wrapper {
    justify-content: center;
  }

  .startup-logo {
    object-fit: cover;
    width: 21%;
    height: 85px;
  }

  .startup-heading {
    text-align: center;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .value-image-wrapper-2 {
    order: 1;
    margin-left: 0;
  }

  .value-widget {
    right: -80px;
  }

  .value-widget-img {
    inset: 0% 0% auto auto;
  }

  .mission-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .mission-container {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mission-text {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 480px;
  }

  .mission-image {
    width: 100%;
    height: 450px;
  }

  .mission-heading-wrapper {
    grid-row-gap: 5px;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .mission-btn {
    margin-top: 30px;
  }

  .consultation-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .contact-details {
    grid-row-gap: 10px;
  }

  .office-link-block {
    flex-wrap: wrap;
  }

  .contact-detail-card {
    grid-row-gap: 20px;
    background-color: var(--white);
    border-radius: 10px;
    padding: 20px;
  }

  .contact-flex-right {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .contact-form-div {
    width: 100%;
    margin-bottom: 60px;
  }

  .contact-flex-box {
    flex-direction: column;
  }

  .contact-flex-right-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
  }

  .services-hero-section {
    padding-top: 160px;
    padding-bottom: 260px;
  }

  .services-hero-section.about-section-1 {
    padding-top: 54px;
    padding-bottom: 224px;
  }

  .services-hero-row {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .services-hero-heading {
    margin-right: 0;
  }

  .services-hero-para {
    max-width: none;
  }

  .services-section {
    padding-bottom: 90px;
  }

  .services-image {
    object-fit: cover;
    height: 350px;
  }

  .services-image-wrapper {
    margin-top: -175px;
    margin-bottom: 0;
  }

  .faq-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .faqs-wrapper {
    grid-row-gap: 20px;
  }

  .faq-para {
    padding-right: 20px;
    display: flex;
  }

  .contact-hero-section {
    padding-top: 54px;
    padding-bottom: 168px;
  }

  .contact-hero-container {
    grid-row-gap: 20px;
  }

  .news-hero-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .nav-link-white {
    color: var(--heading);
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
  }

  .mission-text-wrapper {
    order: 1;
  }

  .navbar-transform {
    transform: none;
  }

  .search-section {
    padding-bottom: 90px;
  }

  .icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    min-height: 20px;
    display: flex;
  }

  .header-wrapper {
    margin-bottom: 28px;
  }

  .header-menu-button-icon-top {
    background-color: #fff;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .nav-menu-2 {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
    box-shadow: 0 40px 39px #25252533;
  }

  .header {
    padding-top: 28px;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .nav-item-wrapper.header-button-mobile {
    margin-top: 60px;
    display: block;
  }

  .button-primary.header-button {
    margin-right: 20px;
  }

  .button-primary.header-button.header-button-mobile {
    margin-right: 0;
    display: block;
  }

  .header-menu-button-icon-bottom {
    background-color: #fff;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
  }

  .dropdown-nav-main-wrapper {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 40px 0 0;
  }

  .dropdown-nav-content {
    flex-wrap: wrap;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
    margin-left: 24px;
    margin-right: 24px;
  }

  .dropdown-arrow {
    font-size: 10px;
  }

  .menu-button-2 {
    background-color: var(--brand-teal);
    color: #fff;
    width: 56px;
    min-width: 56px;
    min-height: 56px;
    max-height: 56px;
    padding: 12px;
    font-size: 30px;
    transition: transform .3s;
  }

  .menu-button-2:hover {
    transform: scale3d(.97, .97, 1.01);
  }

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

  .dropdown-list {
    padding-top: 0;
    position: static;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-link-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .header-menu-button-icon-medium {
    background-color: #fff;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .nav-link-2 {
    font-size: 22px;
  }

  .split-content.header-center {
    margin-left: auto;
    margin-right: 20px;
  }

  .bullet-point-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 2.06767rem;
    line-height: 2.6rem;
  }

  .color-palette-container {
    width: 100%;
  }

  .h4 {
    line-height: 1.40977em;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .h1 {
    font-size: 2.72556rem;
    line-height: 3.57143rem;
  }

  .all-heading-container {
    width: 100%;
  }

  .post-rich-text h2 {
    font-size: 2.06767rem;
    line-height: 2.81955rem;
  }

  .post-rich-text h3 {
    font-size: 1.50376rem;
    line-height: 2.16165rem;
  }

  .main-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-container {
    width: 100%;
  }

  .h3 {
    font-size: 26px;
  }

  .all-paragraph-container {
    width: 100%;
  }

  .style-guide-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
  }

  .hero-section {
    padding-top: 120px;
  }

  .nav-menu {
    width: 75%;
  }

  .navbar-container {
    padding: 20px;
  }

  .hero-flexbox {
    grid-row-gap: 60px;
    align-items: center;
  }

  .hero-heading, .other-service-block {
    width: 100%;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
  }

  .anchor-link-space {
    transform: translate(0, -63px);
  }

  .testimonial-quote {
    max-width: 430px;
    margin-bottom: 20px;
  }

  .testimonial-content {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .testimonial-quote-text {
    font-size: 22px;
    line-height: 36px;
  }

  .blog-list {
    grid-row-gap: 40px;
  }

  .contact-container {
    grid-row-gap: 60px;
  }

  .blog-post-item {
    width: 100%;
    max-width: none;
  }

  .utility-page-wrap-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .log-image {
    width: 80px;
    height: 25px;
  }

  .license-block-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .license-paragraph-container {
    width: 100%;
  }

  .template-block {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .main-container-2 {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  .template-block-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .client-image-wrapper {
    width: 120px;
    height: 60px;
  }

  .company-logo-images {
    flex-wrap: wrap;
    margin-top: 120px;
  }

  .company-logo-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-link {
    grid-row-gap: 15px;
  }

  .tabs-menu {
    margin-bottom: 0;
  }

  .hero-image {
    width: 400px;
    height: 450px;
  }

  .hero-widget {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% -50px;
    transform: none;
  }

  .hero-para {
    font-size: 18px;
    line-height: 32px;
  }

  .case-study-list-wrappper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .icon-card {
    text-align: center;
  }

  .icon-box-wrapper {
    margin-top: 0;
  }

  .tab-video {
    top: 0;
  }

  .play {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

  .play-btn {
    width: 70px;
    height: 70px;
  }

  .testimonial-text-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer-column-wrapper {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .footer-column-text-wrapper {
    grid-row-gap: 15px;
  }

  .webflow-branding {
    flex-direction: column;
    margin-top: 0;
  }

  .form-row {
    flex-direction: column;
  }

  .contact-block {
    min-width: 220px;
  }

  .contact-blocks-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .blog-posts-container {
    flex-direction: column;
  }

  .pagination {
    grid-column-gap: 20px;
    margin-top: 60px;
  }

  .post-hero-section {
    padding-top: 150px;
    padding-bottom: 230px;
  }

  .display-1 {
    font-size: 44px;
    line-height: 56px;
  }

  .hero-heading-span {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-widget-img {
    width: 150px;
    height: 150px;
  }

  .value-section {
    padding-bottom: 90px;
  }

  .value-flex {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
  }

  .value-flex.more-gap {
    grid-row-gap: 60px;
  }

  .value-image-wrapper {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .value-image {
    height: 500px;
  }

  .value-points.strategic-bullet-points-container {
    margin-left: 0;
    margin-right: 0;
  }

  .benefits-row {
    grid-row-gap: 10px;
  }

  .cta-btn-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cta-btn {
    width: 100%;
  }

  .upper-heading {
    font-size: 13px;
    line-height: 22px;
  }

  .team-row {
    grid-row-gap: 10px;
  }

  .team-blocks-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .slider-embed {
    width: 20px;
    height: 20px;
    margin-right: -3px;
  }

  .slider-embed.left {
    margin-right: 3px;
  }

  .footer-column-btn-wrapper {
    grid-row-gap: 15px;
  }

  .company-hero-section {
    padding-top: 140px;
  }

  .company-hero-para {
    font-size: 18px;
    line-height: 32px;
  }

  .comapny-light-box {
    height: 300px;
  }

  .startup-logo-wrapper {
    width: 100%;
  }

  .startup-logo {
    width: 30%;
  }

  .value-image-wrapper-2 {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .value-image-2 {
    width: 100%;
    height: 450px;
  }

  .value-widget {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% -80px;
    transform: translate(10px, -20px);
  }

  .value-widget-img {
    width: 150px;
    height: 150px;
  }

  .mission-text {
    grid-row-gap: 10px;
  }

  .mission-heading-wrapper {
    grid-row-gap: 3px;
  }

  .services-hero-section {
    padding-top: 150px;
  }

  .services-hero-section.about-section-1 {
    padding-top: 40px;
  }

  .services-hero-row {
    grid-row-gap: 10px;
  }

  .services-hero-para {
    font-size: 18px;
    line-height: 32px;
  }

  .services-image {
    height: 300px;
  }

  .faq-header {
    grid-row-gap: 10px;
  }

  .faq-para {
    padding-right: 0;
  }

  .news-hero-section {
    padding-top: 120px;
  }

  .news-hero-container {
    grid-row-gap: 10px;
  }

  .news-para {
    font-size: 18px;
    line-height: 28px;
  }

  .post-image-wrapper {
    padding: 10px;
  }

  .post-image {
    height: 300px;
  }

  .blog-header {
    grid-row-gap: 10px;
  }

  .serarch-item-wrapper {
    max-width: none;
  }

  .search-section {
    padding-top: 120px;
  }

  .header-wrapper {
    margin-bottom: 23px;
  }

  .nav-menu-2 {
    padding-top: 15px;
  }

  .header {
    padding-top: 23px;
  }

  .button-primary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-primary.header-button {
    display: none;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 40px;
    margin-right: 40px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -40px;
    padding-top: 35px;
  }

  .menu-button-2 {
    background-color: var(--brand-teal);
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .bullet-point-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .color-palette-container {
    grid-template-columns: 1fr;
  }

  .style-guide-title {
    text-align: center;
  }

  .post-rich-text img {
    object-fit: cover;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .h3 {
    line-height: 40px;
  }

  .hero-section {
    padding-top: 160px;
  }

  .nav-menu {
    max-width: 310px;
  }

  .brand {
    padding-left: 0;
  }

  .hero-flex-right {
    min-width: auto;
  }

  .other-service-block {
    width: auto;
    height: auto;
  }

  .team-block {
    width: 100%;
    max-width: 330px;
  }

  .pricng-card {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-arrow {
    left: -20px;
  }

  .testimonial-quote, .testimonial-slider, .testimonial-slide, .testimonial-slider-mask, .testimonials-container, .testimonial-content {
    width: 100%;
  }

  .blog-list {
    place-items: center;
    width: 100%;
  }

  .blog-card {
    width: 100%;
  }

  .footer-list-item {
    margin-bottom: 5px;
  }

  .blog-post-item {
    max-width: 360px;
  }

  .top-line {
    background-color: var(--white);
  }

  .menu-open-overlay {
    display: none;
  }

  .post-date-wrapper {
    flex-wrap: wrap;
    align-content: space-between;
  }

  .blog-post-description {
    min-height: auto;
  }

  ._404-search-field {
    width: 100%;
  }

  .post-category-list {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .license-block-title {
    text-align: center;
    justify-content: center;
  }

  .template-block.vertical {
    width: 100%;
  }

  .template-block-title {
    text-align: center;
  }

  .tab-link {
    grid-row-gap: 15px;
    flex-direction: column;
    padding: 20px 15px;
  }

  .tab-para {
    width: 100%;
    display: block;
  }

  .tab-link-left {
    flex: 0 auto;
  }

  .tabs {
    width: 100%;
  }

  .hero-image {
    height: auto;
  }

  .expertise-section {
    margin-top: 0;
  }

  .icon-box-wrapper {
    margin-top: 15px;
  }

  .footer-column-wrapper {
    flex-direction: column;
  }

  .copyright-text-wrapper {
    text-align: left;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .footer-columns {
    width: 100%;
    min-width: auto;
    max-width: 240px;
  }

  .footer-text {
    grid-column-gap: 35px;
  }

  .webflow-branding {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-wrapper {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-block {
    flex-direction: column;
    width: 100%;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-block-icon {
    max-width: 50px;
  }

  .blog-post-list {
    justify-content: center;
  }

  .pagination {
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .company-heading {
    line-height: 40px;
  }

  .value-image-wrapper {
    max-width: 100%;
  }

  .value-image {
    height: auto;
    min-height: 250px;
  }

  .value-left-flex {
    order: 1;
  }

  .value-points {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .cta-btn-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .comapny-light-box {
    height: 200px;
    margin-bottom: 60px;
  }

  .startup-logo-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .startup-logo {
    width: 140px;
    height: 75px;
  }

  .value-image-2, .mission-image, .mission-btn {
    height: auto;
  }

  .office-link-block {
    display: inline-block;
  }

  .contact-form-row.grid {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .contact-form-box {
    padding: 35px 25px;
  }

  .contact-form-paragraph {
    text-align: center;
  }

  .services-hero-section {
    padding-bottom: 220px;
  }

  .services-hero-section.about-section-1 {
    padding-bottom: 191px;
  }

  .services-container {
    grid-row-gap: 60px;
  }

  .services-image {
    height: 250px;
  }

  .services-image-wrapper {
    margin-top: -125px;
  }

  .news-hero-section {
    padding-bottom: 100px;
  }

  .news-para {
    text-align: center;
  }

  .header-wrapper, .dropdown-nav-item {
    margin-bottom: 20px;
  }

  .nav-menu-2 {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .header {
    padding-top: 20px;
  }

  .nav-item-wrapper.header-button-mobile {
    margin-top: 50px;
  }

  .button-primary {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button-primary.header-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 30px;
  }

  .header-navigation {
    margin-left: 16px;
    margin-right: 16px;
  }

  .menu-button-2 {
    padding: 10px;
    font-size: 26px;
  }

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

  .header-logo {
    width: 177px;
  }

  .dropdown-nav {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 30px;
  }

  .split-content.header-center {
    margin-right: 15px;
  }

  .split-content.header-right {
    margin-right: 20px;
  }
}

#w-node-_5121f0be-41e7-cd9c-53b2-73cac56f53a8-bcced463, #w-node-d0f77452-2db8-cb0e-119e-eeda9068c368-bcced463, #w-node-e7c856af-8a56-16c5-5488-daf5269b2a6c-bcced463, #w-node-_2eadbd2c-efe3-f227-6840-d9ab4fa89647-bcced463, #w-node-_23e5c4a7-9a89-5651-79e8-abcc603b4db5-bcced463, #w-node-bdaae13e-e50c-867e-c10c-3cada595e76d-bcced463, #w-node-bb896fdd-1ce5-b59e-0ff0-db7c6c0e0f47-bcced463, #w-node-_101f8a47-c437-a748-2e6c-7ff7b6c153ed-bcced463, #w-node-_53530642-055f-49d5-34c0-8f3954a33352-bcced463, #w-node-_26cd6969-0030-6b3c-0ac0-c92036e08cff-bcced463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Service-Name.w-node-_252e51f8-699b-1084-ce62-5271c5f8e972-c5f8e95a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d4c3e47-2917-5f2c-193a-92d04fe96f64-deced469, #w-node-_7295941b-9e69-9c1b-6bdd-a37ba8484f80-deced469, #w-node-a863b687-4b1c-b980-917b-0c4e7faa1910-deced469, #w-node-ed233ed6-9dba-fc66-73af-1977074dbfbf-9cced46f, #w-node-e1bd90b3-7c54-370d-614e-04703f6810e8-9cced46f, #w-node-ed233ed6-9dba-fc66-73af-1977074dbfcf-9cced46f, #w-node-_28878b18-9908-a9da-40ee-423899e72abe-9cced46f, #w-node-_28878b18-9908-a9da-40ee-423899e72ac6-9cced46f, #w-node-_28878b18-9908-a9da-40ee-423899e72ace-9cced46f, #w-node-_5121f0be-41e7-cd9c-53b2-73cac56f53a8-4bcfdd36, #w-node-d0f77452-2db8-cb0e-119e-eeda9068c368-4bcfdd36, #w-node-e7c856af-8a56-16c5-5488-daf5269b2a6c-4bcfdd36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54eeaf05-3b67-46dc-5acb-458a1b048284-4bcfdd36 {
  align-self: stretch;
}

#w-node-_3b28942d-4399-2f99-f333-213ad499711f-31c7000b, #w-node-_3b28942d-4399-2f99-f333-213ad4997127-31c7000b, #w-node-_3b28942d-4399-2f99-f333-213ad499712f-31c7000b, #w-node-ce86f6ed-d242-49e1-7a48-62e047cb388c-31c7000b, #w-node-ce86f6ed-d242-49e1-7a48-62e047cb3894-31c7000b, #w-node-ce86f6ed-d242-49e1-7a48-62e047cb389c-31c7000b, #w-node-_23296326-7aa0-9a81-7c43-90c912208271-31c7000b, #w-node-_3985a806-78ed-e413-ebf8-9d6d58c4a925-31c7000b, #w-node-e1298055-05ce-7f7a-3747-94604d8aa889-31c7000b, #w-node-_6301ba6b-2a0e-f0fa-fe6c-d013596575ff-31c7000b, #w-node-_2ff5ef67-c891-5b26-a8b7-c11644459a29-31c7000b, #w-node-f088fab0-8439-f628-7069-bc901f1319f5-31c7000b, #w-node-a4ac2b00-0a22-7af7-4a84-cd42051ef0a2-31c7000b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_2eadbd2c-efe3-f227-6840-d9ab4fa89647-bcced463, #w-node-_23e5c4a7-9a89-5651-79e8-abcc603b4db5-bcced463, #w-node-bdaae13e-e50c-867e-c10c-3cada595e76d-bcced463, #w-node-bb896fdd-1ce5-b59e-0ff0-db7c6c0e0f47-bcced463, #w-node-_101f8a47-c437-a748-2e6c-7ff7b6c153ed-bcced463, #w-node-_53530642-055f-49d5-34c0-8f3954a33352-bcced463, #w-node-_26cd6969-0030-6b3c-0ac0-c92036e08cff-bcced463 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@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-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;
}