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

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Libre Franklin';
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Libre Franklin';
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

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

p {
  margin-bottom: 10px;
}

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

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

li {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'IBM Plex Mono';
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

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

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-color: #5ab963 #5ab963 #5ab963 #e6e6e6;
  border-left-style: solid;
  border-left-width: 5px;
  font-family: 'IBM Plex Mono';
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

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

.navigation {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  max-width: 1280px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.persona-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -90px;
  padding: 190px 0px 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Landing-Page-v3A---Background-v1.0.png');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: scroll;
}

.persona-header.persona-headersmartphone.persona-sm-herosection {
  margin-top: 0px;
  padding-top: 180px;
  background-image: url('../images/T-Hero-Health-Persona-Background-v0.18.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.persona-header.persona-headersmartphone.persona-sm-herosection.smallest-herosection.homepage {
  background-image: url('../images/T-Hero-Background-v0.3.jpg');
  font-style: italic;
}

.persona-header.persona-headersmartphone.persona-sm-herosection.smlest-healthcare-hero {
  background-image: url('../images/T-Hero-Health-Persona-Background-v0.18.jpg');
}

.persona-header.persona-headersmartphone.persona-sm-herosection.smlest-healthcare-hero.ngo-page {
  background-image: url('../images/ngoPersoanBackground.jpg');
}

.persona-header.persona-headersmartphone.persona-sm-herosection.smlest-healthcare-hero.financialservices {
  background-image: url('../images/finPersonaBackground.jpg');
}

.persona-header.persona-headersmartphone.persona-sm-herosection.smlest-healthcare-hero.education {
  background-image: url('../images/educationBackground.jpg');
}

.persona-header.persona-headersmartphone.persona-sm-herosection.smlest-healthcare-hero.pubservice {
  background-image: url('../images/publicServiceBackground.jpg');
}

.bullet {
  width: 4px;
  height: 4px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #787878;
}

.navigation-button {
  overflow: visible;
  width: 20px;
  height: 20%;
  margin-left: 15px;
  border: 2px solid #999;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Didact Gothic', sans-serif;
  color: #626262;
  font-size: 7px;
  line-height: 24px;
  font-weight: 600;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.navigation-button:hover {
  background-color: #fff;
  color: #000;
}

.persona-header-content {
  display: block;
  width: 1280px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.persona-h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Didact Gothic', sans-serif;
  color: #4a4a4a;
  font-size: 72px;
  line-height: 78px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
}

.persona-h1.cc-black {
  margin-top: 15px;
  margin-bottom: 60px;
  font-family: 'Didact Gothic', sans-serif;
  color: #000;
  text-align: center;
}

.persona-h1.persona-hero-thin {
  margin-bottom: 10px;
  font-weight: 100;
}

.persona-h1.persona-hero-thin.persona-sm-herotext {
  margin-bottom: 0px;
  font-family: 'Didact Gothic', sans-serif;
  color: #475158;
  font-weight: 400;
}

.persona-h1.persona-sm-herotext-tagline {
  font-family: 'Didact Gothic', sans-serif;
  color: #475158;
}

.paragraph {
  font-family: 'Didact Gothic', sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 24px;
  font-weight: 100;
  text-align: left;
}

.paragraph.cc-gray {
  font-family: 'Didact Gothic', sans-serif;
  color: #999;
  font-size: 18px;
  font-style: italic;
  text-align: left;
}

.persona-button {
  margin-top: 0px;
  margin-left: 0px;
  padding: 15px 30px;
  float: left;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 900;
}

.persona-button:hover {
  background-color: #48944f;
}

.persona-button.cc-cta {
  margin-top: 0px;
}

.persona-button.persona-herocta {
  width: 200px;
  border-color: #296997;
  box-shadow: inset 0 0 8px 6px rgba(37, 104, 153, 0.36);
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.persona-button.persona-herocta:hover {
  background-color: #fff;
  color: #296997;
}

.persona-button.persona-herocta.persona-tblet-hero-cta {
  border-style: none;
  border-top-color: transparent;
  border-radius: 20px;
  background-color: #be1e2c;
  box-shadow: none;
  font-family: 'Didact Gothic', sans-serif;
  color: #e0e1e2;
}

.persona-button.persona-herocta.persona-tblet-hero-cta.persona-aboutus-btn {
  display: block;
  margin-top: 100px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.persona-button.persona-herocta.persona-tblet-hero-cta.persona-aboutus-btn.testimonialsbtn {
  display: block;
  margin-top: 40px;
  float: right;
  font-size: 20px;
  line-height: 14px;
}

.persona-button.persona-herocta.persona-tblet-hero-cta.persona-aboutus-btn.testimonialsbtn.srvc-oferd {
  margin-top: 0px;
  font-size: 20px;
  line-height: 14px;
}

.persona-button.persona-herocta.persona-tblet-hero-cta.persona-aboutus-btn.bottom-cta-btn {
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.persona-button.persona-herocta.persona-tblet-hero-cta.persona-aboutus-btn.bottom-cta-btn.smallest-bottom-cta-btn.prods-and-services {
  margin-top: 0px;
}

.persona-button.persona-herocta.persona-tblet-hero-cta.persona-aboutus-btn.bottom-cta-btn.smallest-bottom-cta-btn.readmorebtn {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.persona-button.persona-herocta.persona-tblet-hero-cta.persona-aboutus-btn.sm-aboutus-btn.persona-smallest-aboutus-btn.aboutspage-aboutusbtn {
  margin-bottom: 60px;
}

.personas-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.personas-container.cc-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.personas-container.cc-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.personas-container.cc-blogpost {
  display: block;
  max-width: 770px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Didact Gothic', sans-serif;
}

.personas-container.cc-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.personas-container.product-page-keyfeatures {
  margin-top: 100px;
}

.persona-aboutus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8f9497;
  box-shadow: 1px 1px 3px 0 #000;
  color: #000;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto;
  color: #b3b3b3;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 32px;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.text-span {
  color: #000;
  font-weight: 800;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Didact Gothic', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  margin-bottom: 0px;
  color: #5ab963;
}

.h3.cc-header {
  margin-bottom: 0px;
  font-family: 'Didact Gothic', sans-serif;
  color: #000;
  text-decoration: none;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.separator.cc-background-grey {
  background-color: #fafafa;
}

.line-color {
  height: 1px;
  background-color: #e6e6e6;
}

.personas-servicesoffered-prelude {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: left;
}

.personas-servicesoffered-prelude.personas-cc-background {
  display: block;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.personas-servicesoffered-prelude.tbletspacingindustriesserved {
  display: block;
  padding: 0px;
}

._2-row-image.cc-bottom {
  margin-right: 0px;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-right: 0px;
  margin-left: 100px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row.cc-bottom {
  margin-top: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row.cc-bottom.cc-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.row.cc-bottom.cc-reverse.text-block-key-features {
  display: block;
  margin-bottom: 120px;
  padding: 40px 60px;
}

.row.cc-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row.cc-reverse._2nd-row {
  margin-top: 90px;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.cta-line {
  width: 30px;
  height: 2px;
  margin-left: 20px;
  background-color: #5ab963;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-left-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #000;
}

.footer.sm-footer-container {
  display: block;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
  padding: 180px 30px 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ddd;
}

.header-inner.cc-header-extra {
  padding-bottom: 210px;
  background-image: url('../images/T-Hero-Background-v0.14.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.header-inner-content {
  width: 57%;
}

.inner-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 100px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e3e6e7;
}

.blog-posts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.post-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.blog-posts-item-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.post-info {
  padding: 30px;
}

.post-date {
  margin-bottom: 10px;
  font-family: 'IBM Plex Mono';
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.header-blog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
  padding-top: 90px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-image {
  position: relative;
  z-index: 1;
  max-height: 750px;
  max-width: 1440px;
}

.header-color {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 75%;
  background-color: #e3e6e7;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Didact Gothic', sans-serif;
}

.contact-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-info-text {
  width: 25%;
  font-family: 'Didact Gothic', sans-serif;
  color: #999;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.contact-info-text.cc-text-black {
  width: auto;
  color: #000;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  height: 60px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e6e6e6;
  font-family: 'IBM Plex Mono';
  color: #b3b3b3;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  border-bottom-color: #000;
  color: #000;
}

.text-field::-webkit-input-placeholder {
  color: #b3b3b3;
}

.text-field:-ms-input-placeholder {
  color: #b3b3b3;
}

.text-field::-ms-input-placeholder {
  color: #b3b3b3;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  font-family: 'Didact Gothic', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.rich-text h2 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.rich-text p {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Didact Gothic', sans-serif;
  color: #777;
  font-size: 20px;
  line-height: 24px;
}

.rich-text li {
  font-family: 'Didact Gothic', sans-serif;
  color: #666;
  font-size: 20px;
}

.rich-text h4 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 24px;
}

.rich-text blockquote {
  font-family: 'Didact Gothic', sans-serif;
  color: #555;
  font-size: 20px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Libre Franklin';
  color: #777;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.rich-text.fixing-richtext {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.logo {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  font-family: 'Didact Gothic', sans-serif;
  color: #636363;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

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

.latest-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-word-highlight {
  color: #475158;
  font-weight: 500;
}

.div-block {
  margin-top: 40px;
}

.persona-div-block-2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.persona-div-block-2.persona-tblet-div-herocta.persona-secondcta {
  margin-top: 20px;
}

.persona-div-block-2.persona-tblet-div-herocta.persona-first-cta {
  margin-bottom: 40px;
  border-radius: 11px;
}

.persona-div-block-3 {
  width: 100%;
  margin-left: 60px;
}

.heading {
  font-family: Roboto;
  color: hsla(0, 0%, 100%, 0.57);
  font-weight: 400;
  text-align: center;
}

.heading.sm-herotext-socialproof {
  font-family: 'Didact Gothic', sans-serif;
  color: #475158;
  text-align: left;
}

.grid-3 {
  width: 100%;
  margin-top: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3.personas-tablet-moreinfo-header {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 2.25fr;
  grid-template-columns: 1fr 2.25fr;
}

.personas-moreinfotext1 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: 'Didact Gothic', sans-serif;
  color: #475158;
  font-size: 32px;
  font-weight: 100;
  text-align: center;
}

.personas-moreinfotext1.showontablet {
  display: none;
}

.moreinfotext2 {
  padding-bottom: 10px;
  font-family: 'Didact Gothic', sans-serif;
  color: #475158;
  font-size: 32px;
  text-align: center;
}

.moreinfotext2.showontablet {
  display: none;
}

.text-block-11 {
  margin-top: 40px;
  font-family: 'Didact Gothic', sans-serif;
  color: #475158;
  font-size: 22px;
  font-weight: 400;
}

.text-block-12 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Didact Gothic', sans-serif;
  color: #5f5f5f;
  font-size: 100px;
  line-height: 54px;
  font-weight: 400;
}

.text-block-13 {
  font-family: 'Didact Gothic', sans-serif;
  color: #475158;
  font-size: 10px;
  font-weight: 100;
}

.text-block-14 {
  margin-top: 20px;
  font-family: 'Didact Gothic', sans-serif;
  color: #5f5f5f;
  font-size: 23px;
  font-weight: 400;
}

.div-block-9 {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.div-block-9.showontablet {
  display: none;
}

.text-block-17 {
  width: 100%;
  font-family: 'Didact Gothic', sans-serif;
  color: #5f5f5f;
  font-size: 32px;
  line-height: 38px;
  font-weight: 100;
  text-align: center;
}

.text-block-18 {
  width: 600px;
  margin-top: 60px;
  font-family: Roboto;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 100;
  text-align: left;
}

.text-block-18.hideontablet {
  display: block;
  font-family: 'Didact Gothic', sans-serif;
  color: #5f5f5f;
  text-align: center;
}

.personas-div-block-10 {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-11-button {
  width: 100%;
  max-width: 1280px;
}

.div-block-11-button.tblet-industriesserved {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.heading-3 {
  font-family: Roboto;
  color: #041237;
}

.heading-3.sm-industriesserved {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Didact Gothic', sans-serif;
  color: #475158;
  font-weight: 400;
  text-align: left;
}

.personas-servicesoffered {
  height: 340px;
  background-color: #fafafa;
}

.personas-servicesoffered.personas-tablet-serviceofferedcontianer {
  height: auto;
  padding-bottom: 40px;
  background-color: #fafafa;
}

.personas-servicesoffered.personas-tablet-serviceofferedcontianer.personas-btmcta-tmdesign {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(75%, #e0e1e2), to(#fff));
  background-image: linear-gradient(0deg, #e0e1e2 75%, #fff);
}

.personas-div-block-14 {
  width: 100%;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}

.columns {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-15 {
  text-align: center;
}

.div-block-16 {
  text-align: center;
}

.div-block-17 {
  text-align: center;
}

.div-block-18 {
  text-align: center;
}

.serviceoffered {
  display: block;
  margin-top: 10px;
  font-family: Roboto;
  color: #878787;
  font-weight: 300;
}

.serviceoffered.servicelink {
  font-family: 'Didact Gothic', sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.footerdiv {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.lowerfooter {
  width: 100%;
  margin-top: 60px;
  margin-left: 0px;
  text-align: center;
}

.columns-2 {
  margin-top: 20px;
}

.columns-3 {
  width: 100%;
}

.footerheader {
  margin-bottom: 20px;
  font-family: Roboto;
  color: #fff;
  font-weight: 700;
}

.footerlink {
  display: block;
  padding-top: 5px;
  font-family: Roboto;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.personas-showontablet {
  display: none;
}

.persona-image-15 {
  width: 34%;
  padding-bottom: 0px;
  text-align: left;
}

.persona-div-block-23 {
  margin-bottom: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.persona-paragraph-2 {
  font-family: 'Didact Gothic', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  font-style: italic;
  text-align: center;
}

.persona-heading-5 {
  margin-bottom: 30px;
  font-family: 'Didact Gothic', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 44px;
  font-style: italic;
  text-align: center;
}

.persona-heading-5.headingabout {
  color: rgba(255, 0, 0, 0.57);
}

.column-2 {
  padding-left: 0px;
}

.div-block-24 {
  text-align: right;
}

.persona-column-3 {
  padding-right: 0px;
}

.image-17 {
  padding-top: 15px;
  text-align: left;
}

.columns-4 {
  margin-top: 20px;
}

.div-block-25 {
  text-align: left;
}

.div-block-25.lastcompany {
  text-align: center;
}

.div-block-26 {
  padding-top: 10px;
}

.image-18 {
  display: block;
  width: 100%;
}

.persona-image-19 {
  height: 71%;
}

.personas-div-block-27 {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.image-20 {
  margin-top: 60px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-7 {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-3 {
  font-family: 'Didact Gothic', sans-serif;
  color: #475158;
  font-size: 22.8px;
  line-height: 26px;
  text-align: left;
}

.paragraph-3.tbletserviceoffered-text.showontablet {
  display: none;
}

.personas-div-block-29 {
  margin-left: 100px;
  padding-left: 0px;
}

.personas-heading-6 {
  font-family: 'Didact Gothic', sans-serif;
  color: #5f5f5f;
  font-size: 64px;
  line-height: 69px;
}

.personas-heading-6.personas-tablet-btm-cta-headingstyle.personas-smallest-btm-cta-headingstyle {
  margin-bottom: 0px;
}

.personas-heading-6.personas-tablet-btm-cta-headingstyle.personas-smallest-btm-cta-headingstyle.beesect-subheading {
  margin-top: 0px;
  color: #0d0d0d;
  font-size: 50px;
}

.personas-div-block-30 {
  text-align: right;
}

.personas-div-block-31 {
  padding-top: 140px;
}

.personas-div-block-31.tblet-bottom-cta-spacer.hidefromsmall {
  padding-top: 60px;
}

.columns-5 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.div-block-32 {
  margin-top: 40px;
}

.div-block-33 {
  margin-top: 60px;
}

.div-block-34 {
  text-align: center;
}

.div-block-35 {
  text-align: center;
}

.div-block-36 {
  text-align: center;
}

.div-block-37 {
  text-align: center;
}

.tblet-companiessp {
  display: none;
}

.showonsmall {
  display: none;
}

.hidefromsmallest.personas-tblet-bottom-cta-pic {
  margin-top: 100px;
}

.persona-text-block-25 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 31px;
}

.paragraph-4 {
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: 'Didact Gothic', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  line-height: 23px;
}

.paragraph-4.second-key-features-text {
  color: rgba(0, 0, 0, 0.5);
}

.heading-5 {
  font-family: 'Didact Gothic', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 67px;
}

.persona-products-services {
  height: auto;
  margin-top: 0px;
  padding-top: 80px;
  background-image: url('../images/Prods-And-Services-Background.png');
  background-position: 50% 0%;
  background-size: cover;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 160px;
  color: #fff;
  text-align: center;
}

.div-block-38 {
  margin-top: 60px;
}

.div-block-39 {
  margin-top: 60px;
}

.heading-7 {
  color: #440405;
}

.columns-6 {
  margin-bottom: 60px;
}

.div-block-40 {
  margin-bottom: 100px;
  float: right;
  text-align: left;
}

.div-block-42 {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 100px;
  font-family: 'Didact Gothic', sans-serif;
}

.text-block-25 {
  font-family: 'Didact Gothic', sans-serif;
  color: #ab2430;
}

.div-block-43 {
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 0.25px;
  border-color: #440405;
}

.div-block-43.red-block {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 80px;
  padding-left: 80px;
}

.div-block-43.red-block._2nd-article-div {
  margin-top: 260px;
  margin-bottom: 100px;
  padding-right: 0px;
}

.columns-7 {
  margin-right: 20px;
  margin-left: 20px;
}

.columns-7._2ndarticle-col {
  margin-right: 0px;
}

.image-22 {
  margin-top: -60px;
  margin-bottom: 40px;
}

.image-22._2nd-article-image {
  margin-right: 0px;
  margin-left: 40px;
}

.heading-9 {
  margin-top: 0px;
  font-family: 'Didact Gothic', sans-serif;
  color: #2b0303;
  font-weight: 700;
}

.heading-9._2nd-article-heading {
  color: #4d4d4c;
}

.div-block-44 {
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 40px;
}

.div-block-44.showontablet {
  display: none;
}

._2nd-article-colwithimage {
  padding-right: 0px;
}

.text-block-26 {
  font-family: 'Didact Gothic', sans-serif;
}

.form-block {
  padding-right: 100px;
}

.field-label {
  font-family: 'Didact Gothic', sans-serif;
  color: #000;
  font-size: 16px;
}

.field-label-2 {
  font-family: 'Didact Gothic', sans-serif;
  color: #000;
}

.field-label-2.landingpage-form-field {
  margin-top: 10px;
  font-size: 16px;
}

.field-label-3 {
  font-family: 'Didact Gothic', sans-serif;
  color: #000;
  font-size: 16px;
}

.field-label-4 {
  font-family: 'Didact Gothic', sans-serif;
  color: #000;
  font-size: 16px;
}

.submit-button {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #be1e2c;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 19px;
  line-height: 26px;
}

.text-block-27 {
  font-family: 'Didact Gothic', sans-serif;
  color: #959595;
  font-size: 16px;
}

.textarea {
  border-radius: 5px;
  font-family: 'Didact Gothic', sans-serif;
}

.select-field {
  border-radius: 5px;
  font-family: 'Didact Gothic', sans-serif;
}

.text-field-3---number {
  border-radius: 5px;
  font-family: 'Didact Gothic', sans-serif;
}

.text-field-3 {
  border-radius: 5px;
  font-family: 'Didact Gothic', sans-serif;
}

.error-message {
  background-color: #fff;
  color: #be1e2c;
}

.column-10 {
  display: none;
}

.column-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.full-screen-5-elemetns {
  margin-right: 0px;
  margin-left: 0px;
}

.full-screen-5-elemetns.showfromlandsmal {
  display: none;
}

.div-block-46 {
  display: inline;
  max-width: 20%;
}

.div-block-47 {
  display: inline;
  max-width: 20%;
}

.div-block-48 {
  display: inline;
  max-width: 20%;
}

.div-block-49 {
  display: inline;
  max-width: 20%;
}

.custom5piccolumn.hidefromlandphone {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.div-block-50 {
  display: inline;
  max-width: 20%;
}

.image-23.industryiamge {
  display: inline;
  width: 20%;
  max-width: 50%;
}

.image-24.industryiamge {
  display: inline;
  width: 20%;
  max-width: 20%;
}

.image-25 {
  display: inline-block;
}

.image-25.industryiamge {
  width: 20%;
}

.image-26 {
  width: 20%;
}

.image-27 {
  width: 20%;
}

.container {
  display: block;
  max-width: 1280px;
  font-family: 'Didact Gothic', sans-serif;
}

.grid-6 {
  margin-top: 0px;
  margin-bottom: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-6.tblet-solutions-grid.phoneland-solutionsgrid {
  padding-right: 20px;
  padding-left: 20px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section {
  background-color: #e3e6e7;
}

.section.solutionscataloguesection {
  margin-bottom: 0px;
  padding-bottom: 140px;
}

.div-block-51 {
  background-color: #fff;
  color: #fff;
}

.div-block-51.solutionsblock {
  margin-top: 100px;
  padding: 30px;
}

.div-block-51.solutionsblock.tblet-solutionsblock {
  padding-bottom: 60px;
}

.heading-10 {
  height: 79px;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.heading-10.solutionscat-solutionheading.smllest-solutionscat-blck-heading.servicespage {
  height: 55px;
}

.heading-10.solutionscat-solutionheading.smllest-solutionscat-blck-heading.servicespage.tblet-servicepage-solutionsblockheading.phnland-servicepage-solutionsbloock-heading {
  height: 84px;
}

.heading-10.solutionscat-solutionheading.servicespage.cloudcomputing {
  height: 55px;
}

.paragraph-5 {
  color: #b3b3b3;
  font-size: 20px;
}

.paragraph-5.solutionscat-paragraph {
  margin-top: 0px;
  font-size: 26px;
  line-height: 32px;
  font-style: italic;
  text-align: center;
}

.heading-11 {
  color: #505151;
  font-size: 40px;
  text-align: center;
}

.heading-11.solutionscataluge-heading {
  margin-top: 40px;
}

.text-block-28 {
  margin-top: 40px;
  color: #afb0b1;
  font-size: 30px;
  line-height: 44px;
}

.text-block-28.phonelnd-subtitle.smllest-solutiionscat-subtitle {
  margin-bottom: 0px;
}

.text-block-28.phonelnd-subtitle.smllest-solutiionscat-subtitle.phonelnd-partners-subtitle {
  margin-bottom: 60px;
}

.div-block-52 {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.heading-12 {
  color: hsla(0, 0%, 100%, 0.57);
  font-weight: 400;
  text-align: center;
}

.heading-12.sm-herotext-socialproof {
  font-family: 'Didact Gothic', sans-serif;
  color: #475158;
  text-align: left;
}

.persona-button-2 {
  margin-top: 0px;
  margin-left: 0px;
  padding: 15px 30px;
  float: left;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 900;
}

.persona-button-2:hover {
  background-color: #48944f;
}

.persona-button-2.persona-herocta {
  width: 200px;
  border-color: #296997;
  box-shadow: inset 0 0 8px 6px rgba(37, 104, 153, 0.36);
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.persona-button-2.persona-herocta:hover {
  background-color: #fff;
  color: #296997;
}

.persona-button-2.persona-herocta.persona-tblet-hero-cta {
  border-style: none;
  border-top-color: transparent;
  border-radius: 20px;
  background-color: #be1e2c;
  box-shadow: none;
  font-family: 'Didact Gothic', sans-serif;
  color: #e0e1e2;
}

.container-2 {
  font-family: 'Didact Gothic', sans-serif;
}

.partnerblock {
  margin-bottom: 120px;
}

.paragraph-6 {
  color: #ababab;
  font-size: 24px;
  line-height: 24px;
}

.paragraph-6.partnersdescription {
  margin-top: 0px;
  margin-bottom: 30px;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.columns-8 {
  margin-top: 100px;
}

.column-12 {
  padding-top: 0px;
}

.beesect-paragraph {
  margin-top: 40px;
  font-family: 'Didact Gothic', sans-serif;
  color: #7d7d7d;
  font-size: 28px;
  line-height: 31px;
}

.heading-14 {
  margin-bottom: 0px;
  font-family: 'Didact Gothic', sans-serif;
}

.heading-14.tblet-contactus-heading {
  font-weight: 400;
}

.contactus-details-overall-block {
  margin-top: 40px;
}

.column-13 {
  text-align: center;
}

.column-14 {
  text-align: center;
}

.columns-9 {
  margin-top: 40px;
}

.text-block-29 {
  display: block;
  margin-top: 10px;
  font-family: 'Didact Gothic', sans-serif;
  color: #6d6b6b;
  font-size: 21px;
}

.text-block-29.tblet-mapcontactinfo {
  text-decoration: none;
}

.text-block-30 {
  font-family: 'Didact Gothic', sans-serif;
  color: #6d6b6b;
  font-size: 21px;
  line-height: 28px;
}

.column-15 {
  padding-left: 220px;
}

.column-15.tblet-contactinfo-column.smlest-contactinfo-column {
  padding-left: 140px;
}

.mapdiv-contactus {
  margin-top: 0px;
}

.columns-10 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.columns-11.smalllandscpe-contactus-innercolumn1.showfromlandscpe {
  display: none;
}

.engaementapproachpoints-writeups {
  margin-top: 100px;
  padding-bottom: 140px;
}

.engaementapproachpoints-writeups.tblet-engaementapproachpoints-writeups {
  padding-right: 60px;
  padding-left: 60px;
}

.body-2 {
  font-family: 'Didact Gothic', sans-serif;
}

.heading-15 {
  text-align: center;
}

.paragraph-7 {
  margin-top: 30px;
  color: #6e6e6e;
  font-size: 24px;
  line-height: 27px;
}

.paragraph-8 {
  color: #868686;
  font-size: 18px;
}

.heading-16 {
  margin-bottom: 40px;
  font-size: 28px;
  text-align: center;
}

.heading-17 {
  margin-top: 0px;
  color: #393939;
  font-size: 18px;
  text-align: center;
}

.div-block-53 {
  margin-top: 0px;
  padding: 30px;
  border-style: solid;
  border-width: 1.71px;
  border-color: hsla(0, 0%, 52.5%, 0.19);
  background-color: #fbfbfb;
}

.div-block-54 {
  margin-bottom: 60px;
}

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

.paragraph-9 {
  color: #6e6e6e;
  font-size: 24px;
  line-height: 29px;
}

.paragraph-9.eeapproach-item-description {
  padding-right: 220px;
}

.paragraph-9.eeapproach-item-description.phnlnd-eeapproach-item-description.smllst-eeapproach-item-description {
  text-align: left;
}

.section-2 {
  padding-top: 20px;
}

.div-block-55 {
  margin-top: 100px;
  text-align: center;
}

.div-block-56 {
  margin-top: 100px;
  text-align: center;
}

.image-28 {
  text-align: center;
}

.container-4 {
  max-width: 1280px;
  padding-right: 60px;
  padding-left: 60px;
}

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

.text-block-31 {
  font-size: 30px;
  line-height: 30px;
}

.text-block-32 {
  margin-top: 20px;
  font-size: 20px;
}

.heading-18 {
  margin-bottom: 0px;
}

.div-block-57 {
  margin-top: 20px;
}

.div-block-58 {
  margin-bottom: 140px;
}

.heading-19 {
  margin-top: 60px;
  margin-bottom: 100px;
}

.div-block-59 {
  margin-top: 0px;
}

.div-block-59._2ndrow-teammember {
  margin-top: 140px;
}

.div-block-60 {
  margin-top: 60px;
}

.div-block-60._2ndrow-teammember {
  margin-top: 140px;
}

._2ndrow-teammember {
  margin-top: 140px;
}

.smlst-contactus-detaiils.text-block-30 {
  display: block;
  text-decoration: none;
}

.image-29 {
  text-align: center;
}

.div-block-61 {
  text-align: center;
}

.image-30 {
  text-align: center;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link-2:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .persona-header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .persona-header.persona-headersmartphone.persona-sm-herosection {
    padding-top: 100px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .persona-header-content.persona-tblet-headercontent {
    width: 100%;
  }

  .persona-h1.persona-hero-thin.persona-sm-herotext {
    font-size: 60px;
  }

  .persona-h1.persona-sm-herotext-tagline {
    font-size: 60px;
  }

  .persona-button.persona-herocta.persona-tblet-hero-cta {
    margin-left: auto;
  }

  .personas-container.cc-contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .personas-container.sm-prodserv-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .persona-aboutus {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .persona-aboutus.persona-tblet-aboutus {
    padding-bottom: 40px;
  }

  .h2-container {
    width: 80%;
  }

  .personas-servicesoffered-prelude.tbletspacingindustriesserved {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .personas-servicesoffered-prelude.tbletspacingindustriesserved.tblet-container-style {
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-reverse {
    margin-right: 0px;
  }

  ._2-row-text {
    margin-right: 0px;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .row.cc-bottom.cc-reverse.text-block-key-features.sm-text-block-key-features {
    margin-bottom: 20px;
  }

  .row.cc-reverse.sm-row-features {
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-inner.cc-header-extra.tblet-blog-header {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .header-inner-content {
    width: 80%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-info {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .nav-menu {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #5ab963;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button:active {
    background-color: #5ab963;
  }

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

  .persona-div-block-2.persona-tblet-div-herocta {
    margin-left: auto;
    text-align: center;
  }

  .persona-div-block-3.tblet-firstblock {
    margin-left: 10px;
  }

  .grid-3.personas-tablet-moreinfo-header {
    display: none;
  }

  .personas-moreinfotext1.showontablet {
    display: block;
  }

  .personas-moreinfotext1.showontablet.personas-sm-moreinfo-text {
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
  }

  .moreinfotext2.showontablet {
    display: block;
  }

  .div-block-9.showontablet {
    display: block;
  }

  .div-block-9.showontablet.tabletstyling {
    width: 129px;
  }

  .text-block-17 {
    width: 100%;
  }

  .text-block-18.hideontablet {
    display: none;
  }

  .div-block-11-button.tblet-industriesserved.tblet-testimonial {
    margin-top: 20px;
  }

  .heading-3.sm-industriesserved.tblet-industries-served-heading {
    padding-right: 40px;
    padding-left: 40px;
  }

  .personas-servicesoffered.personas-tablet-serviceofferedcontianer {
    height: 100%;
  }

  .personas-div-block-14.personas-tablet-serviceoffereddiv {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 40px;
  }

  .footerdiv {
    padding-right: 40px;
    padding-left: 40px;
  }

  .columns-2.hideontablet {
    display: none;
  }

  .personas-showontablet {
    display: block;
  }

  .personas-showontablet.personas-tblet-more-infoiconstyle {
    width: 100%;
    margin-top: 60px;
  }

  .hidefromtablet {
    display: none;
  }

  .columns-4.hideontablet {
    display: none;
  }

  .div-block-25.tblet-cmpni-sp-spacing {
    text-align: center;
  }

  .paragraph-3.tbletserviceoffered-text {
    display: block;
  }

  .paragraph-3.tbletserviceoffered-text.showontablet {
    display: block;
  }

  .personas-div-block-29.personas-tblet-bottom-cta-overall-div {
    margin-left: 40px;
  }

  .personas-heading-6.personas-tablet-btm-cta-headingstyle {
    font-size: 57px;
    line-height: 55px;
  }

  .personas-heading-6.personas-tablet-btm-cta-headingstyle.personas-smallest-btm-cta-headingstyle {
    font-size: 53px;
  }

  .personas-div-block-31.tblet-bottom-cta-spacer {
    padding-top: 60px;
  }

  .tblet-companiessp {
    display: block;
  }

  .tblet-service-offered-colum {
    padding-left: 0px;
  }

  .showonsmall {
    display: none;
  }

  .hidefromsmallest.personas-tblet-bottom-cta-pic {
    margin-top: 10px;
    padding-top: 60px;
  }

  .paragraph-4.second-key-features-text.sm-second-key-features-text {
    margin-bottom: 20px;
  }

  .heading-6.sm-prodservice-main-heading {
    margin-bottom: 60px;
  }

  .div-block-38.tblet-prodcserv-option {
    margin-top: 20px;
  }

  .div-block-39.tblet-prodcserv-option2 {
    margin-top: 20px;
  }

  .heading-7.sm-prodservices-heading {
    font-size: 26px;
    line-height: 28px;
  }

  .div-block-40.tblt-prodsandservices-div {
    margin-bottom: 60px;
    padding-right: 40px;
    padding-left: 20px;
  }

  .div-block-43.red-block._2nd-article-div.tblet-2nd-article-div {
    padding-right: 80px;
  }

  .columns-7._2ndarticle-col.tblet-col-2ndarticle {
    display: none;
  }

  .div-block-44.showontablet {
    display: block;
    padding-left: 0px;
  }

  .div-block-44.tblet-2ndarticle-div {
    padding-left: 0px;
  }

  .sm-prodservices-heading2 {
    font-size: 26px;
    line-height: 28px;
  }

  .tblet-casestudies-container {
    margin-right: 40px;
    margin-left: 40px;
    padding-left: 0px;
  }

  .column-8 {
    display: block;
  }

  .column-8.hidetablet {
    display: none;
  }

  .tblet-articles-pic1 {
    margin-bottom: 60px;
  }

  .tblet-articl2-pic {
    margin-bottom: 40px;
  }

  .form-block.tbelt-form {
    padding-right: 0px;
    font-family: 'Didact Gothic', sans-serif;
  }

  .form-block.tblet-form {
    padding-right: 0px;
  }

  .column-9 {
    padding-right: 0px;
  }

  .success-message {
    background-color: #cbcbcb;
  }

  .success-message.tblet-success {
    margin-top: 40px;
  }

  .error-message {
    background-color: #fff;
    color: #be1e2c;
  }

  .div-block-46 {
    display: inline;
    width: 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .div-block-47 {
    display: inline;
    width: 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .div-block-48 {
    display: inline;
    width: 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .div-block-49 {
    display: inline;
    width: 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .custom5piccolumn {
    width: 100%;
    height: auto;
  }

  .div-block-50 {
    display: inline;
    width: 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .image-23 {
    max-width: 20%;
    text-align: center;
  }

  .image-24 {
    max-width: 20%;
  }

  .image-25 {
    max-width: 20%;
  }

  .image-26 {
    max-width: 20%;
  }

  .image-27 {
    max-width: 20%;
  }

  .grid-6.tblet-solutions-grid {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-51.solutionsblock.tblet-solutionsblock {
    padding: 20px 20px 60px;
  }

  .heading-10.solutionscat-solutionheading {
    height: 115px;
    font-size: 28px;
    text-decoration: none;
  }

  .heading-10.solutionscat-solutionheading.tblet-headingfix {
    padding-top: 40px;
  }

  .heading-10.solutionscat-solutionheading.smllest-solutionscat-blck-heading.servicespage.tblet-servicepage-solutionsblockheading {
    height: 83px;
  }

  .heading-10.solutionscat-solutionheading.servicespage.cloudcomputing.tblet-servicepage-solutionsblockheading-cloud {
    height: 83px;
  }

  .div-block-52.tblet-solutionsthang {
    width: 600px;
  }

  .persona-button-2.persona-herocta.persona-tblet-hero-cta {
    margin-left: auto;
  }

  .heading-14.tblet-contactus-heading {
    font-size: 31px;
  }

  .text-block-29.tblet-mapcontactinfo {
    margin-top: 0px;
    padding-left: 10px;
    line-height: 26px;
  }

  .column-15.tblet-contactinfo-column {
    padding-left: 60px;
  }

  .column-15.tblet-contactinfo-column.smlest-contactinfo-column {
    padding-left: 80px;
  }

  .mapdiv-contactus.tblet-mapdiv-contactus {
    margin-top: 40px;
  }

  .mapdiv-contactus.tblet-mapdiv-contactus.smllnd-mapdiv-contactus {
    margin-top: 40px;
  }

  .tblet-contactus-mapicon {
    margin-top: 10px;
  }

  .tblet-contactus-phoneicon {
    margin-top: 30px;
  }

  .tblet-contactus-phone-div {
    margin-left: 10px;
  }

  .engaementapproachpoints-writeups.tblet-engaementapproachpoints-writeups {
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
  }

  .container-3.tblet-eeapproachexplainers-contianer {
    padding-right: 0px;
    padding-left: 40px;
  }

  .container-4.tblet-meetteam-overallcontainer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-7 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: end;
    -ms-flex-line-pack: end;
    align-content: end;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-7.tblet-teamgrid {
    display: inline-block;
  }

  .div-block-58 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-58.tblet-teamgrid-div {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-19.tblet-mtexecteam-heading {
    margin-bottom: 60px;
    text-align: center;
  }

  .tblet-teammemberdivblock {
    margin-top: 60px;
  }

  .tblet-teammemberblock {
    margin-top: 100px;
  }

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

  .container-5.tblt-top-engagementapproach-sect {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .persona-header {
    height: 600px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .persona-header.persona-headersmartphone {
    height: 900px;
  }

  .persona-header.persona-headersmartphone.persona-sm-herosection {
    height: 1146px;
  }

  .persona-h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .persona-h1.cc-black {
    margin-bottom: 50px;
  }

  .persona-button.persona-herocta.persona-tblet-hero-cta.persona-aboutus-btn.sm-aboutus-btn {
    margin-top: 60px;
  }

  .personas-container.cc-cta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .personas-container.cc-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .persona-aboutus {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .personas-servicesoffered-prelude {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  ._2-row-text {
    margin-right: 0px;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0px;
  }

  .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .cta-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .footer.sm-footer-container {
    padding-top: 10px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner.cc-header-extra.tblet-blog-header.smrt-lndscp-hero-header {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .header-inner-content {
    width: 100%;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

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

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

  .contact-info-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .icon-2 {
    color: #6f6f6f;
  }

  .personas-moreinfotext1.showontablet {
    display: block;
  }

  .text-block-17 {
    width: 94%;
  }

  .text-block-17.sm-moreinfo-text {
    width: 100%;
    font-size: 28px;
  }

  .personas-div-block-10 {
    display: block;
  }

  .personas-div-block-10.hideontablet {
    display: none;
  }

  .div-block-11-button.tblet-industriesserved.tblet-testimonial.small-indsutriesserved-testimo-btn {
    padding-right: 40px;
  }

  .heading-3.sm-industriesserved {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-17 {
    margin-top: 0px;
  }

  .footerheader.sm-footer-titlespace {
    margin-bottom: 5px;
  }

  .sm-srvcofrd-serviceblock {
    margin-top: 40px;
  }

  .sm-footer-block {
    margin-top: 40px;
  }

  .sm-footer-titlespace {
    margin-top: 20px;
  }

  .div-block-24.persona-sm-about-us-sidething {
    display: none;
  }

  .image-17.sm-coms-sp-logo {
    width: 30%;
  }

  .personas-div-block-31.tblet-bottom-cta-spacer.hidefromsmall {
    display: none;
  }

  .sm-coms-sp {
    margin-bottom: 40px;
  }

  .persona-image-22 {
    text-align: left;
  }

  .persona-image-22.persona-sm-about-us-icon-logo {
    width: 30%;
  }

  .persona-sm-about-us-icon-sect {
    text-align: center;
  }

  .persona-sm-aboutus-div {
    padding-right: 40px;
    padding-left: 40px;
  }

  .showonsmall {
    display: block;
  }

  .hidefromsmallest {
    display: none;
  }

  .hidefromsmallest.personas-tblet-bottom-cta-pic {
    display: none;
  }

  .hidefromsmallest.personas-tblet-bottom-cta-pic.showonsmall {
    display: block;
  }

  .div-block-43.red-block._2nd-article-div.tblet-2nd-article-div.sm-article2-coveringblock {
    padding-right: 60px;
    padding-left: 60px;
  }

  .div-block-43.red-block.sm-article1-coveringblock {
    padding-right: 60px;
    padding-left: 60px;
  }

  .heading-9._2nd-article-heading.sm-2nd-article-heading {
    font-size: 31px;
  }

  .heading-9.sm-article1-heading {
    font-size: 31px;
    line-height: 42px;
  }

  .success-message.tblet-success {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .full-screen-5-elemetns.showfromlandsmal {
    display: block;
  }

  .div-block-45 {
    text-align: center;
  }

  .custom5piccolumn.hidefromlandphone {
    display: none;
  }

  .grid-6.tblet-solutions-grid {
    display: -ms-grid;
    display: grid;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-6.tblet-solutions-grid.phoneland-solutionsgrid {
    display: block;
  }

  .div-block-51.solutionsblock.tblet-solutionsblock.phoneland-solutionsblock {
    margin-top: 80px;
  }

  .heading-10.solutionscat-solutionheading {
    height: 48px;
  }

  .heading-10.solutionscat-solutionheading.smllest-solutionscat-blck-heading.servicespage.tblet-servicepage-solutionsblockheading.phnland-servicepage-solutionsbloock-heading {
    height: 50px;
  }

  .heading-10.solutionscat-solutionheading.servicespage.cloudcomputing.tblet-servicepage-solutionsblockheading-cloud.phnland-servicepage-solutionsbloock-heading-cloud {
    height: 50px;
  }

  .heading-11.solutionscataluge-heading.phonelnd-solutionscatheading {
    font-size: 32px;
  }

  .text-block-28.phonelnd-subtitle {
    margin-top: 20px;
    font-size: 23px;
    line-height: 31px;
  }

  .text-block-28.phonelnd-subtitle.smllest-solutiionscat-subtitle.phonelnd-partners-subtitle {
    margin-right: 40px;
    margin-left: 40px;
  }

  .div-block-52.tblet-solutionsthang.small-landscape-phone {
    width: 400px;
  }

  .partnerblock.phonelnd-partnerblock {
    margin-bottom: 40px;
  }

  .paragraph-6.partnersdescription.phonelandscape-partnersdescription {
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .heading-13.phonelndscape-heading {
    margin-top: 10px;
  }

  .phoneland-partnersection {
    text-align: center;
  }

  .column-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-13.smalllandscape-innercol-phoneicon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 5 auto;
    -ms-flex: 0 5 auto;
    flex: 0 5 auto;
  }

  .column-14.smalllandscape-innercol-mappicon {
    display: inline;
  }

  .columns-9.smalllandscpe-contactus-innercolumn2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .columns-9.smalllandscpe-contactus-innercolumn2.hidefromlandscape {
    display: none;
  }

  .mapdiv-contactus.tblet-mapdiv-contactus.smllnd-mapdiv-contactus {
    margin-bottom: 20px;
  }

  .columns-10.smlland-overallcolumn {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .columns-11 {
    display: block;
  }

  .columns-11.smalllandscpe-contactus-innercolumn1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .columns-11.smalllandscpe-contactus-innercolumn1.showfromlandscpe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }

  .landscape-mapicon {
    margin-top: 0px;
  }

  .heading-16.phnland-eeappraoch-greyblockheading {
    margin-bottom: 0px;
  }

  .div-block-53.phnlnd-eeappraoch-greyblock {
    margin-top: 40px;
  }

  .div-block-54.phnlnd-eeaproach-expainerdiv {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph-9.eeapproach-item-description.phnlnd-eeapproach-item-description {
    margin-bottom: 0px;
    padding-right: 100px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }

  .persona-header {
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .persona-header.persona-headersmartphone.persona-sm-herosection {
    height: 959px;
  }

  .persona-header.persona-headersmartphone.persona-sm-herosection.smallest-herosection {
    height: 914px;
  }

  .persona-header.persona-headersmartphone.persona-sm-herosection.smlest-healthcare-hero {
    height: 535px;
  }

  .persona-h1 {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0px;
  }

  .persona-h1.persona-hero-thin.persona-sm-herotext {
    margin-bottom: 0px;
    font-size: 50px;
  }

  .persona-h1.persona-sm-herotext-tagline {
    margin-bottom: 10px;
    font-size: 50px;
  }

  .persona-h1.smllest-producpage-hero-title {
    overflow: visible;
    height: auto;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 31px;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .persona-button.persona-herocta.persona-tblet-hero-cta.persona-aboutus-btn.bottom-cta-btn.smallest-bottom-cta-btn {
    margin-top: 40px;
  }

  .persona-button.persona-herocta.persona-tblet-hero-cta.persona-aboutus-btn.bottom-cta-btn.smallest-bottom-cta-btn.readmorebtn.smallest-readmorebtn {
    font-size: 21px;
  }

  .persona-button.persona-herocta.persona-tblet-hero-cta.persona-aboutus-btn.sm-aboutus-btn.persona-smallest-aboutus-btn {
    width: 195px;
    font-size: 20px;
    line-height: 24px;
  }

  .persona-button.persona-herocta.persona-tblet-hero-cta.smallest-hero-cta-1 {
    width: 176px;
    font-size: 20px;
    line-height: 15px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  ._2-row-image {
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._2-row-text {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0px;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .row.cc-bottom.cc-reverse.text-block-key-features.sm-text-block-key-features.smalllest-text-block-key-features {
    padding-right: 30px;
    padding-left: 30px;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .blog-posts.smlest-blog-post-div {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .hero-word-highlight {
    font-size: 50px;
  }

  .div-block.smallest-hero-companies-socilproof-div {
    margin-top: 20px;
  }

  .persona-div-block-2.persona-tblet-div-herocta.persona-first-cta.smllest-cta {
    margin-top: 30px;
  }

  .persona-div-block-3.smllest-servicecatalogue-hero-text {
    margin-left: 10px;
  }

  .heading.sm-herotext-socialproof {
    margin-top: 0px;
    font-size: 18px;
    line-height: 31px;
  }

  .heading.sm-herotext-socialproof.smallest-herotext-socialproof {
    margin-bottom: 0px;
  }

  .personas-moreinfotext1.showontablet.personas-sm-moreinfo-text {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .moreinfotext2.showontablet.personas-sm-moreinfo-text {
    font-size: 23px;
  }

  .text-block-17.sm-moreinfo-text {
    font-size: 19px;
    line-height: 31px;
  }

  .heading-3.sm-industriesserved {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 26px;
  }

  .personas-servicesoffered.personas-tablet-serviceofferedcontianer.personas-btmcta-tmdesign.personas-smallest-bottom-cta-container {
    padding-bottom: 0px;
  }

  .persona-div-block-23.smallest-hero-eslogo {
    margin-bottom: 20px;
  }

  .column-2.smllst-servcar-aboutus-imageicon {
    padding-right: 0px;
  }

  .persona-column-3.smlest-boutus-column3-sizespacing {
    padding-left: 0px;
  }

  .personas-div-block-29.personas-tblet-bottom-cta-overall-div.personas-smallest-bottom-cta-overall-div {
    margin-left: 0px;
  }

  .personas-heading-6.personas-tablet-btm-cta-headingstyle.personas-smallest-btm-cta-headingstyle {
    font-size: 48px;
    line-height: 49px;
  }

  .personas-heading-6.personas-tablet-btm-cta-headingstyle.personas-smallest-btm-cta-headingstyle.beesect-subheading.smllst-beesect-subtitle {
    font-size: 28px;
    line-height: 30px;
  }

  .personas-heading-6.personas-tablet-btm-cta-headingstyle.personas-smallest-btm-cta-headingstyle.smllst-beesect-heading {
    font-size: 37px;
  }

  .sm-coms-sp.smallest-hero-companies-socilproof-logospacing {
    margin-bottom: 20px;
  }

  .persona-sm-aboutus-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .persona-sm-aboutus-div.smllest-about-us-topdescription {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hidefromsmallest {
    display: none;
  }

  .smallest-hero-companies-socilproof-logo-size {
    width: 25%;
  }

  .personas-smallest-bottom-cta-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-4.smallest-article1-paragraph {
    margin-bottom: 40px;
  }

  .heading-5.smlest-features-writeup {
    font-size: 39px;
    line-height: 41px;
  }

  .heading-6.sm-prodservice-main-heading.smallest-prodservice-main-heading {
    font-size: 21px;
  }

  .heading-8.smalllest-casesudies {
    margin-bottom: 60px;
  }

  .div-block-43.red-block._2nd-article-div.tblet-2nd-article-div.sm-article2-coveringblock.smallest-article2-coveringblock {
    margin-top: 100px;
  }

  .div-block-43.red-block._2nd-article-div.tblet-2nd-article-div.sm-article2-coveringblock.smallest-article2-coveringblock.smallest-article2-coveringblock2 {
    margin-top: 100px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-43.red-block.sm-article1-coveringblock.smallest-article1-coveringblock {
    padding-right: 10px;
    padding-left: 10px;
    border-color: rgba(68, 4, 5, 0.5);
  }

  .heading-9._2nd-article-heading.sm-2nd-article-heading.smallest-2nd-article-heading {
    font-size: 21px;
    line-height: 31px;
  }

  .heading-9.sm-article1-heading.smallest-article1-heading {
    font-size: 21px;
    line-height: 31px;
  }

  .div-block-44.showontablet.sm-article1-div.smallest-article1-div {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .tblet-casestudies-container.smallest-casestudies-container {
    margin-right: 20px;
    margin-left: 20px;
  }

  .tblet-articles-pic1.smallest-articles-pic1 {
    margin-bottom: 30px;
  }

  .tblet-articl2-pic.smallest-articl2-pic {
    margin-bottom: 30px;
  }

  .smallest-navbar-logo {
    width: 31%;
  }

  .heading-10.solutionscat-solutionheading {
    height: 59px;
  }

  .heading-10.solutionscat-solutionheading.tblet-headingfix.smllest-long-solutionblck-opendoor {
    padding-top: 0px;
  }

  .heading-10.solutionscat-solutionheading.smllest-solutionscat-blck-heading {
    height: 81px;
  }

  .heading-10.solutionscat-solutionheading.smllest-solutionscat-blck-heading.servicespage.tblet-servicepage-solutionsblockheading.phnland-servicepage-solutionsbloock-heading {
    height: 79px;
  }

  .heading-10.solutionscat-solutionheading.smllest-solutionscat-blck-heading.servicespage.tblet-servicepage-solutionsblockheading.phnland-servicepage-solutionsbloock-heading.smlst-servcat-keyfeat-heading-ictstrat {
    padding-top: 20px;
  }

  .heading-10.solutionscat-solutionheading.smllest-long-solutionblck-heading {
    height: 111px;
  }

  .text-block-28.phonelnd-subtitle.smllest-solutiionscat-subtitle {
    text-align: center;
  }

  .div-block-52.tblet-solutionsthang.small-landscape-phone.smllest-solutiionscat-div-subtitle {
    width: 300px;
  }

  .heading-12.sm-herotext-socialproof {
    margin-top: 0px;
    font-size: 18px;
    line-height: 31px;
  }

  .heading-12.sm-herotext-socialproof.smallest-herotext-socialproof {
    margin-bottom: 0px;
  }

  .persona-button-2.persona-herocta.persona-tblet-hero-cta.smallest-hero-cta-1 {
    width: 176px;
    font-size: 20px;
    line-height: 15px;
  }

  .paragraph-6.partnersdescription.phonelandscape-partnersdescription.smlest-partnersdescription {
    margin-right: 20px;
    margin-left: 20px;
  }

  .text-block-30.smlst-contactus-detaiils {
    font-size: 19px;
  }

  .column-15.tblet-contactinfo-column.smlest-contactinfo-column {
    padding-left: 30px;
  }

  .heading-15.sml-eeappraoch-main-ehading {
    font-size: 35px;
  }

  .heading-16.phnland-eeappraoch-greyblockheading.smllest-eeappraoch-greyblockheading {
    font-size: 24px;
    line-height: 30px;
  }

  .container-3.tblet-eeapproachexplainers-contianer.smlst-eeapproachexplainers-contianer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-9.eeapproach-item-description.phnlnd-eeapproach-item-description.smllst-eeapproach-item-description {
    padding-right: 0px;
  }

  .image-28 {
    width: auto;
  }

  .smlst-eeappraoch-fullexplainer-header {
    font-size: 33px;
    line-height: 37px;
  }

  .heading-19.tblet-mtexecteam-heading.smlest-mtexecteam-heading {
    margin-bottom: 0px;
    font-size: 33px;
    line-height: 35px;
  }

  .container-5.tblt-top-engagementapproach-sect.smlst-top-engagementapproach-sect {
    padding-right: 10px;
    padding-left: 10px;
  }

  .smlest-servcat-aboutus-scndcolumn {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sm-oursolutions-column-space {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }
}

