@font-face {
  font-family: Overusedgroteskroman Vf;
  src: url('../fonts/OverusedGroteskRoman-VF.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Stanley;
  src: url('../fonts/Stanley-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Overusedgrotesk Roman;
  src: url('../fonts/OverusedGrotesk-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Overusedgrotesk;
  src: url('../fonts/OverusedGrotesk-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Overusedgrotesk;
  src: url('../fonts/OverusedGrotesk-Bold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Overusedgrotesk Book;
  src: url('../fonts/OverusedGrotesk-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_typography---primary-fonts--body-font-text: "Overusedgroteskroman Vf", Arial, sans-serif;
  --_typography---fonts-size--text-large-h2-headings-2: 3rem;
  --_typography---fonts-size--text-medium-h3-headings-2: 2rem;
  --website-colors--charcoal-color: #1b1b1b;
  --_typography---fonts-size--text-small-h4-headings: 1.5rem;
  --_typography---fonts-size--text-small-h4-headings-2: 1.25rem;
  --website-colors--contrast-grey: #5c5c5c;
  --website-colors--light-grey-color: #f6f6f6;
  --website-fonts-used--card-paragraph-font-size\<deleted\|variable-a3182203-0804-28fa-0398-8c2a7ae14e5f\>: 1rem;
  --website-colors--white-color: white;
  --_typography---fonts-size--text-smallest-h5-headings: 1.125rem;
  --_typography---fonts-size--text-extra-large-h1-headings-2: 4rem;
  --_typography---fonts-size--text-small-h2-headings: 3.5rem;
  --_typography---primary-fonts--heading-font-all: "Scheherazade New", sans-serif;
  --_typography---fonts-size--text-medium-h3-headings: 2.5rem;
  --website-colors--brand-red-color: #d50b13;
  --_typography---fonts-size--text-smallest-h5-headings-2: 1rem;
  --website-fonts-used--body-paragraph-font\<deleted\|variable-09690374-f4bb-4e7c-c78a-aa58b299d146\>: "Overusedgroteskroman Vf", Arial, sans-serif;
  --website-fonts-used--body-paragraph-font-size\<deleted\|variable-12cf4854-c8df-f25e-2f1a-83823b53cd72\>: 1.25rem;
  --website-colors--grey-color: #c7c7c7;
  --website-fonts-used--card-heading-font-size: 1.5rem;
  --linear-gradient: #a2674866;
  --_typography---fonts-size--text-extra-large-h1-headings: 4.5rem;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

p {
  margin-bottom: 10px;
}

.hero-section-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 4rem;
  display: flex;
}

.line-beneath-heading {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--charcoal-color);
  font-size: var(--_typography---fonts-size--text-small-h4-headings);
  text-align: center;
  align-self: center;
  width: 80%;
  margin-top: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.line-beneath-heading.home-page {
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-small-h4-headings);
  text-align: left;
  align-self: flex-start;
  width: 95%;
  margin-top: 1rem;
  line-height: 1.4;
}

.line-beneath-heading.contact-page {
  width: 90%;
}

.line-beneath-heading.advisory-expert-line {
  text-align: center;
  width: 100%;
}

.page-banner {
  font-family: var(--_typography---primary-fonts--body-font-text);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 35vh;
  margin-top: 7rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.page-banner.about-page {
  background-image: linear-gradient(#111111b3, #111111b3), url('../images/About-Page-Banner-Office-View.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-banner.ourteam-page {
  background-image: linear-gradient(#111111b3, #111111b3), url('../images/our-services-img_1.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-banner.contact-page {
  background-color: var(--website-colors--light-grey-color);
  justify-content: center;
  align-items: center;
}

.page-banner.services-page {
  background-image: linear-gradient(#111111b3, #111111b3), url('../images/GET-OUR-SERVICES.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-banner.graphic-studio-page {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#11111194, #11111194), url('../images/WOOD-WORK-BANNER.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  background-clip: border-box;
}

.page-banner.digital-studio-page {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#111111b3, #111111b3), url('../images/digital-design-banner-img.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
}

.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;
  align-items: center;
  width: 60%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  width: 400px;
  display: flex;
}

.top-bar-with-email {
  z-index: 1000;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--website-colors--light-grey-color);
  justify-content: flex-end;
  align-items: center;
  height: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
  font-family: Overusedgroteskroman Vf, Arial, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.email-link {
  color: var(--website-colors--contrast-grey);
  align-self: auto;
  font-family: Overusedgroteskroman Vf, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.email-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-us-section {
  background-color: var(--website-colors--light-grey-color);
  font-family: var(--_typography---primary-fonts--body-font-text);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 8rem 5rem;
  display: flex;
  position: relative;
}

.dd-card {
  background-color: var(--website-colors--charcoal-color);
  font-family: var(--_typography---primary-fonts--body-font-text);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22rem;
  height: 20rem;
  padding: 2rem;
  display: flex;
}

.paragraph-text {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  text-align: left;
  margin-top: .25rem;
  margin-bottom: .25rem;
  line-height: 1.5;
}

.paragraph-text._1st-para {
  margin-top: 60px;
}

.paragraph-text.col-cntnt {
  color: var(--website-colors--white-color);
  text-align: left;
  height: 200px;
  font-weight: 400;
}

.paragraph-text.white-text {
  color: var(--website-colors--white-color);
}

.body {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--charcoal-color);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.hero-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-family: var(--_typography---primary-fonts--body-font-text);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  margin-top: 7rem;
  padding: 4rem 5rem 6rem;
  display: grid;
  position: relative;
}

.banner-heading {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--white-color);
  font-size: var(--_typography---fonts-size--text-extra-large-h1-headings-2);
  text-align: center;
  text-transform: none;
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
  display: block;
}

.banner-heading.home-page {
  font-family: var(--_typography---primary-fonts--heading-font-all);
  color: var(--website-colors--charcoal-color);
  text-align: left;
  letter-spacing: -3px;
  font-weight: 400;
}

.banner-heading.digital-design-page {
  font-family: var(--_typography---primary-fonts--body-font-text);
}

.banner-heading.contact-page {
  color: var(--website-colors--charcoal-color);
  font-weight: 500;
}

.banner-heading.team-page {
  color: var(--website-colors--white-color);
}

.about-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.path-jrd24 {
  font-family: Overusedgroteskroman Vf, Arial, sans-serif;
}

.arrow-icon {
  background-color: var(--website-colors--light-grey-color);
  color: var(--website-colors--brand-red-color);
  border-radius: 50px;
  width: 30px;
  height: auto;
  padding-top: 0;
  display: inline-flex;
}

.arrow-icon.arrow-bg {
  background-color: var(--website-colors--light-grey-color);
  color: var(--website-colors--brand-red-color);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: auto;
  box-shadow: 0 0 5px #0000001f;
}

.dd-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  font-family: var(--_typography---primary-fonts--heading-font-all);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: center start;
  width: 100%;
  display: flex;
}

.expertise-section {
  font-family: var(--_typography---primary-fonts--body-font-text);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 8rem 5rem;
  display: flex;
}

.expertise-container {
  font-family: var(--_typography---primary-fonts--body-font-text);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1920px;
  display: flex;
}

.expertise-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: stretch start;
  display: flex;
}

.card-link {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--brand-red-color);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-flex;
}

.card-link.team-sec-link {
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  font-weight: 500;
}

.card-container {
  aspect-ratio: auto;
  background-color: var(--website-colors--white-color);
  font-family: var(--_typography---primary-fonts--body-font-text);
  text-align: left;
  object-fit: fill;
  border-radius: 16px;
  flex-flow: column;
  grid-template: "Area"
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start center;
  width: 22rem;
  height: auto;
  min-height: 34vh;
  padding: 1.5rem;
  transition: box-shadow .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  box-shadow: 0 0 30px 5px #0000000d;
}

.card-container:hover {
  box-shadow: 0 0 0 2px #0000000d;
}

.card-container.mtl-wdwrkng-pg {
  background-image: linear-gradient(180deg, #fff0, var(--website-colors--charcoal-color) 90%), url('../images/2nd-card-image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-start;
  width: 26rem;
  min-height: 60vh;
}

.card-container.mtl-wdwrkng-pg.card-1 {
  background-image: linear-gradient(180deg, #fff0, var(--website-colors--charcoal-color) 90%), url('../images/1st-card-image.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card-container.mtl-wdwrkng-pg.card-2 {
  background-image: linear-gradient(180deg, #fff0, var(--website-colors--charcoal-color) 90%), url('../images/2nd-card-image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  box-shadow: 0 0 20px 10px #0000000d;
}

.card-container.mtl-wdwrkng-pg.card-3 {
  background-image: linear-gradient(180deg, #fff0, var(--website-colors--charcoal-color) 90%), url("https://cdn.prod.website-files.com/67ea78eb15ed05d6f0ba4b3a/68d0cefca0f4c9d7c12928f6_client's%20safety%20and%20comfort.jpg");
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
}

.card-container.mtl-wdwrkng-pg.card4 {
  background-image: linear-gradient(180deg, #fff0, var(--website-colors--charcoal-color) 90%), url('../images/4th-card-image.webp');
}

.card-container.mtl-wdwrkng-pg.card-5 {
  background-image: linear-gradient(180deg, #fff0, var(--website-colors--charcoal-color) 90%), url('../images/5th-card-image.jpg');
  background-position: 0 0, 50% 100%;
}

.card-container.mtl-wdwrkng-pg.card-6 {
  background-image: linear-gradient(180deg, #fff0, var(--website-colors--charcoal-color) 90%), url('../images/6th-card-image.webp');
}

.card-image {
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  height: 100%;
  max-height: 250px;
  overflow: clip;
}

.card-wrapper {
  flex-flow: column;
  grid-template-rows: 40px 160px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: start;
  justify-items: start;
  height: auto;
  overflow: hidden;
}

.card-heading {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-small-h4-headings);
  line-height: var(--_typography---fonts-size--text-small-h4-headings);
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-weight: 600;
  display: block;
  position: relative;
}

.link-arrow-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.link-arrow-container.accrdn-links {
  width: 14%;
}

.dd-card-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: .25fr;
  place-content: start center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.dd-card-heading {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--white-color);
  font-size: var(--_typography---fonts-size--text-small-h4-headings);
  line-height: var(--_typography---fonts-size--text-small-h4-headings);
  text-align: left;
  font-weight: 600;
  display: flex;
}

.dd-card-text-block {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--white-color);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  line-height: var(--_typography---fonts-size--text-small-h4-headings);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 120px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.exp-card-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  place-items: center start;
  display: flex;
}

.cwrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  font-family: var(--_typography---primary-fonts--body-font-text);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dd-card-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template: ". Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
}

.trusted-partners-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Overusedgroteskroman Vf, Arial, sans-serif;
  display: flex;
}

.page-wrapper {
  width: 100%;
}

.get-in-touch-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  font-family: var(--_typography---primary-fonts--body-font-text);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 5rem;
  display: flex;
  position: relative;
}

.get-in-touch-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.get-in-touch-container.contact-page {
  flex-flow: row-reverse;
}

.field-label {
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  line-height: var(--_typography---fonts-size--text-smallest-h5-headings);
  margin-bottom: 5px;
  font-weight: 600;
}

.form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px solid var(--website-colors--grey-color);
  box-shadow: none;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 540px;
  height: 45rem;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-field {
  border: 1px solid var(--website-colors--grey-color);
  color: var(--website-colors--charcoal-color);
  white-space: normal;
  border-radius: 4px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2rem;
}

.text-field:focus {
  background-color: var(--website-colors--light-grey-color);
  border: 1px solid #000;
}

.where-to-find-heading {
  border-bottom: 1px solid var(--website-colors--white-color);
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--white-color);
  font-size: var(--_typography---fonts-size--text-medium-h3-headings);
  line-height: var(--_typography---fonts-size--text-medium-h3-headings);
  width: 80%;
  margin: 6rem 10px 4rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-weight: 500;
  position: static;
}

.form {
  flex-flow: column;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.text-area {
  border: 1px solid var(--website-colors--grey-color);
  color: var(--website-colors--charcoal-color);
  border-radius: 4px;
  min-height: 150px;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.1rem;
  line-height: 1;
}

.text-area:focus {
  background-color: var(--website-colors--light-grey-color);
  border: 1px solid #000;
}

.submit-button {
  background-color: var(--website-colors--brand-red-color);
  font-size: var(--website-fonts-used--card-heading-font-size);
  letter-spacing: 1px;
  border-radius: 100px;
  width: 100%;
  padding: 14px 40px;
  font-weight: 600;
  transition: opacity .4s;
}

.submit-button:hover {
  background-color: var(--website-colors--charcoal-color);
}

.text-block {
  color: var(--website-colors--white-color);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.heading {
  aspect-ratio: auto;
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--charcoal-color);
  font-size: var(--_typography---fonts-size--text-large-h2-headings-2);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  font-weight: 500;
  line-height: 1.1;
  display: block;
}

.heading.wlcm-sec {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-style: normal;
  display: flex;
}

.heading.whychoose-sec {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.heading.ourstrngth-sec {
  transition: background-color .8s cubic-bezier(.645, .045, .355, 1);
}

.heading.teammem {
  font-family: var(--_typography---primary-fonts--body-font-text);
  font-size: var(--_typography---fonts-size--text-medium-h3-headings-2);
  text-align: left;
  width: 80%;
  margin-top: 4rem;
  font-weight: 500;
}

.heading.defdir-sec {
  font-style: normal;
}

.heading.whychoose-sec {
  color: var(--website-colors--charcoal-color);
  font-weight: 600;
}

.heading.mtl-wdwrkng-pg {
  color: var(--website-colors--white-color);
  font-size: var(--_typography---fonts-size--text-medium-h3-headings-2);
  text-align: left;
}

.heading.oursrvcs-sec {
  color: var(--website-colors--white-color);
  font-weight: 600;
}

.social-icon {
  color: var(--website-colors--charcoal-color);
  width: 32px;
}

.footer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.asterisk-mark {
  color: var(--website-colors--brand-red-color);
}

.div-block-7 {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.about-page-section {
  background-color: var(--website-colors--light-grey-color);
  font-family: var(--_typography---primary-fonts--body-font-text);
  padding: 8rem 5rem;
}

.about-page-container {
  max-width: 1920px;
}

.text-block-9 {
  font-family: var(--website-fonts-used--body-paragraph-font\<deleted\|variable-09690374-f4bb-4e7c-c78a-aa58b299d146\>);
}

.italic-text-2 {
  font-family: var(--_typography---primary-fonts--body-font-text);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  line-height: var(--_typography---fonts-size--text-medium-h3-headings-2);
  font-style: italic;
  display: block;
}

.list {
  flex-flow: column;
  margin-top: 20px;
  font-style: normal;
  display: flex;
}

.defining-direction-section {
  font-family: var(--_typography---primary-fonts--body-font-text);
  background-image: linear-gradient(#fff9, #fff9), url('../images/HOME-UPPER.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  max-width: 1920px;
  padding: 8rem 5rem;
}

.dd-container {
  max-width: 100%;
}

.strength-section {
  background-color: var(--website-colors--white-color);
  padding-top: 8rem;
  padding-bottom: 8rem;
  font-family: Overusedgroteskroman Vf, Arial, sans-serif;
}

.str-container {
  max-width: 100%;
  margin-top: 4rem;
}

.str-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  font-family: var(--_typography---primary-fonts--body-font-text);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.about-page-wrapper {
  width: 100%;
  display: block;
}

.teammember-card {
  border: .5px solid var(--website-colors--grey-color);
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 20rem;
  height: auto;
  min-height: 36rem;
  display: flex;
}

.contact-page-wrapper {
  width: 100%;
}

.map-section {
  width: auto;
  max-width: 100vw;
  height: 500px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.map-container {
  max-width: 100%;
}

.map-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.map {
  height: 500px;
}

.contact-info-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}

.path-ki68zj {
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.card-icon-ikonik {
  color: var(--website-colors--contrast-grey);
  width: auto;
  height: 3.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: block;
}

.icon-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-size: var(--website-fonts-used--card-heading-font-size);
  line-height: var(--website-fonts-used--card-heading-font-size);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.keyach-content-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.card-para {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  height: auto;
  font-weight: 400;
  line-height: 1.4;
}

.team-page-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--charcoal-color);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  line-height: var(--_typography---fonts-size--text-medium-h3-headings-2);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.team-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  font-family: Overusedgroteskroman Vf, Arial, sans-serif;
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  line-height: var(--_typography---fonts-size--text-medium-h3-headings-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 5rem;
  display: flex;
}

.overview-section {
  background-color: var(--website-colors--white-color);
  justify-content: center;
  align-items: center;
  margin-top: 7rem;
  padding: 8rem 5rem;
  display: flex;
}

.tmemb-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1920px;
  display: flex;
}

.tmember-image {
  border-radius: 16px;
  flex-flow: column;
  display: flex;
}

.careerach-section {
  background-color: var(--website-colors--light-grey-color);
}

.careerach-wrapper {
  background-color: var(--website-colors--light-grey-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8rem 5rem;
  display: flex;
}

.careerach-card-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4rem;
  display: flex;
}

.prof-attr-section, .body-2 {
  background-color: var(--website-colors--white-color);
}

.bullet-points {
  font-family: var(--_typography---primary-fonts--body-font-text);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding-top: 10px;
  display: block;
}

.education-section {
  padding: 8rem 5rem;
}

.shortdescr-section {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  padding: 8rem 5rem;
  display: flex;
}

.comm-engt-wrapper {
  background-color: var(--website-colors--charcoal-color);
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-bottom: 60px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 0 20px #0000001a;
}

.trus-adv-wrapper {
  background-color: var(--website-colors--light-grey-color);
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-left: -50px;
  padding: 40px 60px;
  display: flex;
  box-shadow: -20px 20px 20px #0000001a;
}

.careerach-container {
  max-width: 100%;
}

.italic-text {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: #5c5c5c;
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  text-align: left;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5rem;
  display: block;
}

.main-text {
  font-family: var(--_typography---primary-fonts--body-font-text);
  font-size: var(--_typography---fonts-size--text-small-h4-headings);
  line-height: var(--_typography---fonts-size--text-small-h4-headings);
  text-align: left;
  font-weight: 600;
  display: block;
}

.point {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--contrast-grey);
  font-weight: 400;
  line-height: 1.5;
}

.list-2 {
  margin-left: auto;
  padding-left: 20px;
  display: block;
}

.list-item {
  font-family: var(--_typography---primary-fonts--body-font-text);
  line-height: var(--_typography---fonts-size--text-small-h4-headings);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: disc;
}

.carr-achv-wrapper {
  background-color: var(--website-colors--light-grey-color);
  padding: 5rem;
}

.adv-expr-wrapper {
  background-color: var(--website-colors--white-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8rem 5rem;
  display: flex;
}

.adv-expr-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

.tech-prof-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--website-colors--white-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 5rem;
  display: flex;
}

.tech-prof-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 4rem;
  display: inline-flex;
}

.div-block-12 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.4;
  display: flex;
}

.ikonik-icons {
  color: var(--website-colors--brand-red-color);
  width: 30px;
}

.text-span-10 {
  font-weight: 400;
}

.bold-text-10 {
  font-weight: 700;
}

.software-icons {
  color: var(--website-colors--contrast-grey);
  width: 25px;
  min-width: 20px;
  height: auto;
  min-height: 20px;
  margin-top: 10px;
}

.dd-card-option {
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  text-align: left;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.right-content-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  margin-top: 4rem;
  display: inline-flex;
}

.divider {
  background-color: var(--website-colors--grey-color);
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1rem;
}

.keypoint {
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.keystr-points-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  font-family: var(--_typography---primary-fonts--body-font-text);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.keystr-points {
  font-family: var(--website-fonts-used--body-paragraph-font\<deleted\|variable-09690374-f4bb-4e7c-c78a-aa58b299d146\>);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin: 2.5rem 0;
  display: flex;
}

.keystr-point {
  border: .5px solid var(--website-colors--grey-color);
  background-color: var(--website-colors--white-color);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  text-align: left;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 12rem;
  padding: 20px;
  line-height: 1.4;
  display: flex;
  box-shadow: 0 0 20px #0000001f;
}

.teamm-card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
  grid-template-rows: 70px 160px auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 20px;
  grid-auto-columns: .25fr;
  grid-auto-flow: row dense;
  align-content: start;
  justify-items: start;
  height: 100%;
  margin: 1.5rem;
  display: block;
}

.card-detail-text {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  text-align: left;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
}

.card-detail-text.text-recolor {
  color: var(--website-colors--white-color);
}

.card-detail-text.mtl-wdwrkng-card {
  color: var(--website-colors--white-color);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  text-align: left;
  height: 140px;
  font-weight: 400;
  line-height: 1.4;
}

.tprof-card {
  border: .5px solid var(--website-colors--grey-color);
  background-color: var(--website-colors--white-color);
  font-family: var(--_typography---primary-fonts--body-font-text);
  text-align: left;
  border-radius: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 20rem;
  height: 14rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  box-shadow: 0 0 20px #ebebeb;
}

.prof-attr-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: block;
}

.prof-attr-wrapper {
  background-color: var(--website-colors--light-grey-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 5rem;
  display: flex;
}

.prof-exp-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.educ-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.core-compt-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8rem 5rem;
  display: flex;
}

.core-compt-content {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.core-comp-section {
  background-color: var(--website-colors--light-grey-color);
}

.core-comp-container {
  max-width: 100%;
}

.footer-light {
  background-color: var(--website-colors--light-grey-color);
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  height: auto;
  padding: 1rem 5rem;
  display: block;
}

.container-f-lt {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.footer-light-wrapper {
  grid-column-gap: 2.9rem;
  grid-row-gap: 5rem;
  font-family: var(--_typography---primary-fonts--body-font-text);
  grid-template-rows: auto;
  grid-template-columns: .95fr auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: start;
  width: 100%;
  display: grid;
}

.footer-light-brand {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 3.75rem;
  text-decoration: none;
  display: flex;
}

.footer-light-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.text-block-56-f-l {
  color: var(--website-colors--charcoal-color);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  line-height: var(--_typography---fonts-size--text-small-h4-headings);
  margin-top: 1rem;
}

.footer-l-social-block {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.footer-l-link {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--charcoal-color);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  line-height: var(--_typography---fonts-size--text-smallest-h5-headings);
  margin-top: 12px;
  margin-bottom: 6px;
  text-decoration: none;
}

.footer-l-link:hover {
  color: var(--website-colors--brand-red-color);
  text-decoration: underline;
}

.footer-l-link.w--current {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--charcoal-color);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  line-height: var(--_typography---fonts-size--text-smallest-h5-headings);
}

.footer-l-link.w--current:hover {
  color: var(--website-colors--brand-red-color);
}

.footer-l-link.contact-links {
  margin-bottom: 12px;
}

.footer-l-link.contact-links:hover {
  color: var(--website-colors--contrast-grey);
}

.title-small-f-l {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--charcoal-color);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings-2);
  line-height: var(--_typography---fonts-size--text-smallest-h5-headings-2);
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff0;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-l-divider {
  background-color: var(--website-colors--grey-color);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 0;
}

.copyright-section-f-l {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  font-family: var(--_typography---primary-fonts--body-font-text);
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.footer-l-copyright-center {
  color: var(--website-colors--contrast-grey);
  font-family: Overusedgroteskroman Vf, Arial, sans-serif;
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings-2);
  line-height: var(--_typography---fonts-size--text-smallest-h5-headings-2);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.f-l-copyright-link-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--website-colors--grey-color);
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 10px;
  display: flex;
}

.copyright-link-f-l {
  color: var(--website-colors--contrast-grey);
  font-family: Overusedgroteskroman Vf, Arial, sans-serif;
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings-2);
  line-height: var(--_typography---fonts-size--text-smallest-h5-headings-2);
  text-align: right;
  margin-top: 12px;
  margin-bottom: 6px;
  text-decoration: none;
}

.copyright-link-f-l:hover {
  color: var(--website-colors--charcoal-color);
  text-decoration: underline;
}

.tprof-card-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row dense;
  align-content: start;
  place-items: center start;
  display: grid;
}

.icon-heading-block {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tprof-card-heading {
  color: var(--website-colors--contrast-grey);
  font-family: Overusedgroteskroman Vf, Arial, sans-serif;
  font-size: var(--_typography---fonts-size--text-small-h4-headings);
  line-height: var(--_typography---fonts-size--text-small-h4-headings);
  text-align: left;
  font-weight: 600;
  display: inline-flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.body-3, .body-4 {
  font-family: var(--_typography---primary-fonts--body-font-text);
}

.contact-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--website-colors--brand-red-color);
  font-size: var(--_typography---fonts-size--text-small-h4-headings);
  line-height: var(--_typography---fonts-size--text-small-h4-headings);
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 6px 0;
  font-weight: 500;
  display: inline-flex;
}

.content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  display: flex;
}

.content-wrapper._2nd-section {
  width: 100%;
}

.content-wrapper._1st-section {
  width: 90%;
}

.content-wrapper.mtl-wdwrkng-pg {
  z-index: 10;
  position: relative;
}

.logos-title-large {
  background-color: var(--website-colors--light-grey-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 2rem 20px;
  display: flex;
  position: relative;
}

.container-2 {
  flex-flow: column;
  width: 100%;
  max-width: 967px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-typical-tone-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.about-typical-tone-wrapper.mtl-wdwrkng-pg {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.team-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-family: var(--_typography---primary-fonts--body-font-text);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  line-height: var(--_typography---fonts-size--text-medium-h3-headings-2);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  display: flex;
}

.team-image-wrapper {
  font-family: var(--_typography---primary-fonts--body-font-text);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  line-height: var(--_typography---fonts-size--text-medium-h3-headings-2);
  flex-flow: row;
  display: flex;
}

.team-p-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--charcoal-color);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  line-height: var(--_typography---fonts-size--text-medium-h3-headings-2);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.team-p-wrapper.img-left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  margin-bottom: 8rem;
}

.team-p-wrapper.img-right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row-reverse;
  margin-bottom: 8rem;
}

.t-m-details {
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  line-height: 1.5;
}

.link-wrapper {
  font-family: Overusedgroteskroman Vf, Arial, sans-serif;
}

.wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.wrapper.about-us-page {
  flex-flow: row-reverse;
  justify-content: center;
  align-items: flex-start;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
}

.content-wrapper.about-us-page {
  width: 100%;
}

.teamm-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: 40px 170px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.crd-details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto 180px auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.crd-details.mtl-wdwrkng-page {
  grid-template-rows: auto;
  display: flex;
}

.tmember-content-wrapper {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.member-designation {
  color: var(--website-colors--brand-red-color);
  margin-bottom: 10px;
  font-weight: 500;
  display: inline-flex;
}

.prof-image {
  border-radius: 500px;
  width: 600px;
}

.tmember-details {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.quoted-text {
  border-left: 1px solid var(--website-colors--contrast-grey);
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.careerach-cards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: .5px solid var(--website-colors--grey-color);
  background-color: var(--website-colors--white-color);
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: 140px 160px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  width: 400px;
  height: 370px;
  padding: 25px;
  display: grid;
  box-shadow: 0 0 20px #ebebeb;
}

.careerach-cards.card-resize {
  grid-template-rows: 120px 160px;
  height: 300px;
}

.careerach-cards.card-resize-1 {
  grid-template-rows: 120px 160px;
  height: 336px;
}

.careerach-cards.card-resize-2 {
  grid-template-rows: 120px 160px;
  height: 320px;
}

.icon-num-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: .5rem;
  display: flex;
}

.card-number {
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-large-h2-headings-2);
  line-height: var(--_typography---fonts-size--text-medium-h3-headings);
  justify-content: flex-start;
  align-items: center;
  height: 3rem;
  font-weight: 300;
  display: flex;
}

.prof-attr-crd {
  border: .5px solid var(--website-colors--grey-color);
  background-color: var(--website-colors--white-color);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: 280px;
  padding: 5rem 2.5rem;
  display: flex;
  overflow: visible;
  box-shadow: 0 0 20px #ebebeb;
}

.crd-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.edu-card {
  background-color: var(--website-colors--light-grey-color);
  text-align: center;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: 1.5fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: auto;
  min-height: 340px;
  padding: 40px;
  display: flex;
}

.edu-card.resized-col {
  width: 45%;
}

.edu-timeline-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: wrap;
  grid-template: "Area-2 Area-2"
                 "Area Area" 5px
                 "Area-5 Area-5"
                 "Area-3 Area-3"
                 "Area-4 Area-4"
                 "Area-6 Area-6"
                 / auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 4rem;
  display: flex;
}

.edu-card-heading {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-medium-h3-headings-2);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.edu-cad-paragraph {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 10px 20px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.edu-content-wrapper {
  flex-flow: column;
  grid-template-rows: 100px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

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

.timeline-item {
  z-index: 50;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.timeline-content {
  background-color: var(--website-colors--white-color);
  flex-flow: column;
  align-items: flex-start;
  width: 90%;
  padding: 20px 40px;
  display: block;
}

.timeline-progress {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.comm-engt-container {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.prof-exp-section {
  background-color: var(--website-colors--white-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8rem 5rem;
  display: block;
}

.link-with-arrow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.long-banner-heading {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-medium-h3-headings-2);
  line-height: var(--_typography---fonts-size--text-medium-h3-headings-2);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  display: inline-flex;
}

.long-banner-heading.strngths-white {
  color: var(--website-colors--white-color);
  font-size: var(--_typography---fonts-size--text-small-h4-headings);
  font-weight: 500;
}

.long-banner-paragraph {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  font-weight: 500;
  line-height: 1.5;
}

.long-banner-icon-ikonik {
  color: var(--website-colors--contrast-grey);
  width: auto;
  height: 3rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: block;
}

.long-banner-icon-ikonik.about-page {
  color: var(--website-colors--white-color);
}

.long-banner-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--website-colors--contrast-grey);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.profattr-para {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  line-height: var(--_typography---fonts-size--text-small-h4-headings);
  height: 140px;
  font-weight: 400;
}

.card-heading {
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  text-align: left;
  margin-top: 10px;
  line-height: 1.1;
}

.card-heading.recolor {
  color: var(--website-colors--white-color);
  margin-top: 0;
  margin-bottom: 20px;
}

.dd-card-text-block-copy {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 60px;
  font-weight: 400;
  line-height: 1.3rem;
  display: block;
  position: relative;
}

.shortdescr-wrapper {
  background-color: var(--website-colors--light-grey-color);
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  margin-bottom: 60px;
  padding: 40px;
  display: flex;
  box-shadow: -20px 20px 20px #ebebeb;
}

.cntct-info-right-div {
  background-image: linear-gradient(#1f1f1fb3, #1f1f1fb3), url('../images/office-view.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 540px;
  height: 45rem;
  padding: 60px;
  display: flex;
}

.cntct-info-right-div.contact-page {
  color: var(--website-colors--charcoal-color);
  background-image: linear-gradient(#1f1f1f, #1b1b1bb3), url('../images/office-view.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.ikonik-18v9r {
  color: var(--website-colors--white-color);
  justify-content: flex-start;
  align-items: flex-start;
  width: 30px;
  height: 100%;
}

.ikonik-18v9r.email-recolor {
  color: var(--website-colors--contrast-grey);
  width: 16px;
}

.ikonik-18v9r.icon-move {
  width: 30px;
  margin-top: -20%;
}

.ikonik-18v9r.footer-icon {
  color: var(--website-colors--charcoal-color);
  width: 20px;
  height: auto;
}

.dot {
  z-index: 10;
  background-color: var(--website-colors--brand-red-color);
  border-radius: 50px;
  width: 40px;
  height: 5px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.card {
  border: .5px solid var(--website-colors--grey-color);
  background-color: var(--website-colors--white-color);
  font-family: var(--_typography---primary-fonts--body-font-text);
  text-align: left;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 36rem;
  height: auto;
  min-height: 10rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  box-shadow: 0 0 20px #ebebeb;
}

.block-heading {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--white-color);
  font-size: var(--_typography---fonts-size--text-medium-h3-headings);
  line-height: var(--_typography---fonts-size--text-medium-h3-headings-2);
  margin-top: 10px;
  font-weight: 500;
}

.block-heading.black-text {
  color: var(--website-colors--charcoal-color);
  font-weight: 500;
}

.keyteam-section {
  background-color: var(--website-colors--light-grey-color);
  font-family: var(--_typography---primary-fonts--body-font-text);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding: 8rem 2rem;
  display: flex;
}

.keyteam-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: center start;
  display: flex;
}

.keyteam-card-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  place-items: flex-start start;
  display: flex;
}

.keyteam-container {
  font-family: var(--_typography---primary-fonts--body-font-text);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1920px;
  display: flex;
}

.red-text {
  font-family: var(--_typography---primary-fonts--heading-font-all);
  color: var(--website-colors--brand-red-color);
  text-transform: lowercase;
  font-weight: 400;
}

.profexpr-divider {
  background-color: var(--website-colors--grey-color);
  width: 60%;
  height: 1px;
  line-height: 1rem;
}

.navmenu__dropdown-container {
  z-index: 1;
  justify-content: space-between;
  max-width: 1280px;
  display: flex;
  position: static;
}

.navbar__navmenu-mobile, .navbar__mobile-overlay {
  display: none;
}

.navmenu__dropdown-section {
  margin-bottom: 40px;
}

.navmenu__dropdown-section-heading {
  color: #666;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 28px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}

.link-list__dropdown-wrapper {
  align-items: center;
  font-weight: 500;
  display: flex;
  position: static;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  position: absolute;
  overflow: hidden;
}

.ikonik-icon {
  color: var(--website-colors--contrast-grey);
  width: 25px;
  height: 25px;
  margin-top: 5px;
}

.navmenu__dropdown-section-link-heading-2 {
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  font-weight: 600;
  line-height: 1.5;
}

.navmenu__dropdown-section-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 0;
  list-style-type: none;
  display: grid;
}

.link-list__list-item-2 {
  margin-right: 32px;
  display: flex;
}

.link-list__list-item-2.contact-tab-mobile {
  display: none;
}

.brand-2 {
  color: #1b1b1b;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 5rem;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  transition: color .2s;
  display: flex;
}

.brand-2:hover {
  color: #d50b13;
}

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

.navmenu__dropdown-section-link-description-2 {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.navbar__container-3 {
  justify-content: space-between;
  align-items: center;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.nav-menu__cta-button-3 {
  background-color: var(--website-colors--brand-red-color);
  color: var(--website-colors--white-color);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  cursor: pointer;
  border-radius: 100px;
  align-items: center;
  height: 2.6rem;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s linear;
  display: flex;
}

.nav-menu__cta-button-3:hover {
  background-color: var(--website-colors--charcoal-color);
}

.navmenu__dropdown-section-link-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--website-colors--contrast-grey);
  text-decoration: none;
  display: flex;
}

.navmenu__dropdown-section-link-3:hover {
  color: var(--website-colors--brand-red-color);
}

.navmenu__flex-container-3 {
  justify-content: flex-end;
  width: 100%;
  height: 5rem;
  display: flex;
}

.mega-navbar {
  z-index: 800;
  height: 5rem;
  font-size: 1rem;
  line-height: 1.7;
  position: fixed;
  inset: 2rem 0% auto;
  box-shadow: 0 2px 10px #0000001a;
}

.navmenu__cta-wrapper-3 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navmenu__dropdown-list-3 {
  margin-bottom: 0;
}

.navbar__navmenu-3 {
  flex: 1;
  justify-content: space-between;
  transition: all .2s;
  display: flex;
  position: static;
}

.navbar__wrapper-3 {
  z-index: 100;
  background-color: var(--website-colors--light-grey-color);
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.navmenu__link-list-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 0;
  margin-right: 2rem;
  padding-left: 0;
  display: flex;
}

.link-list__link-3 {
  color: #1b1b1b;
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  display: flex;
  position: relative;
}

.link-list__link-3:hover {
  color: #d50b13;
  box-shadow: inset 0 -3px #d50b13;
}

.link-list__link-3.w--current {
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  font-weight: 600;
}

.navmenu__dropdown-left-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 52px;
  padding-right: 60px;
  display: grid;
}

.link-list__dropdown-icon-5 {
  align-self: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.navmenu__dropdown-5 {
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.navmenu__dropdown-5.w--open {
  background-color: var(--website-colors--white-color);
  max-height: 90vh;
  overflow: auto;
}

.link-list__list-item-3 {
  margin-right: 32px;
  display: flex;
}

.link-list__dropdown-toggle-5 {
  color: #1b1b1b;
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  align-items: center;
  height: 100%;
  padding: 16px 0;
  font-weight: 600;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.link-list__dropdown-toggle-5:hover {
  color: #d50b13;
  box-shadow: inset 0 -3px #d50b13;
}

.link-list__dropdown-toggle-5.w--open {
  box-shadow: inset 0 -3px #d50b13;
}

.navmenu__dropdown-block-6 {
  background-image: url('../images/project-planning-wep-img.webp');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 1px solid #e4e4e4;
  flex: 0 0 34%;
  height: auto;
  min-height: 500px;
  padding-left: 60px;
}

.navmenu__dropdown-block-6.diff-bg-image {
  background-image: url('../images/our-team-menu-image.webp');
}

.navmenu__dropdown-grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 1280px);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  width: 100%;
  display: grid;
}

.techskills-heading {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-small-h4-headings);
  line-height: var(--_typography---fonts-size--text-small-h4-headings);
  text-align: left;
  font-weight: 600;
  display: flex;
}

.service-page-wrapper {
  width: 100%;
}

.services-sec {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1920px;
  display: flex;
}

.services-sec.cntnt-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
}

.sec-image {
  background-image: url('../images/our-services-img.webp');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 30%;
  height: 581px;
}

.sec-image.mrkrsrch-image {
  background-image: url('../images/market-research.webp');
  background-position: 50%;
  width: 50%;
}

.sec-image.digidesstud-img {
  background-image: url('../images/digital-design-studio.webp');
  width: 60%;
}

.sec-image.mtlwdstu-img {
  background-image: url('../images/metal-and-woodcraft.webp');
  width: 60%;
}

.sec-image.bizadvsrv-image {
  background-image: url('../images/client-centric.webp');
  background-position: 50%;
  width: 60%;
}

.sec-image.srvcs-page-img {
  background-image: url('../images/business-consulting.webp');
  background-position: 50%;
  width: auto;
  min-width: 520px;
  height: auto;
  min-height: 520px;
}

.content-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  display: flex;
}

.content-left.srvcs-page {
  width: 60%;
}

.body-5 {
  background-color: var(--website-colors--white-color);
  font-family: var(--_typography---primary-fonts--body-font-text);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
}

.text-block-72 {
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  line-height: 1.5;
}

.title-heading {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--charcoal-color);
  font-size: var(--_typography---fonts-size--text-large-h2-headings-2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
}

.servicespage-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 5rem;
  display: flex;
}

.what-we-do-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 4rem;
  display: flex;
}

.bizadvsservice-page-wrapper {
  width: 100%;
}

.content-right-bts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: .5px solid var(--website-colors--grey-color);
  background-image: linear-gradient(#ffffffb3, #fff);
  border-radius: 16px;
  flex-flow: column;
  width: 40%;
  height: auto;
  margin-bottom: -80px;
  margin-left: -60px;
  padding: 40px;
  display: flex;
  position: absolute;
}

.short-text-above {
  font-family: var(--_typography---primary-fonts--body-font-text);
  font-size: var(--_typography---fonts-size--text-medium-h3-headings-2);
  font-weight: 600;
}

.ourapproch-card {
  border: .5px solid var(--website-colors--grey-color);
  background-color: var(--website-colors--white-color);
  font-family: var(--_typography---primary-fonts--body-font-text);
  text-align: left;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 34rem;
  height: auto;
  min-height: 10rem;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 20px #ebebeb;
}

.ikonik-card-icon {
  color: var(--website-colors--contrast-grey);
}

.apprch-card-wrapper {
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: .25fr;
  place-content: start center;
  align-items: flex-start;
  display: flex;
}

.accordion-section {
  margin-bottom: 4rem;
  padding: 4rem 5rem;
}

.body-6 {
  font-family: var(--_typography---primary-fonts--body-font-text);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
}

.accrdn-container {
  border-bottom: 1px solid var(--website-colors--grey-color);
  width: 90%;
  max-width: 1440px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.accrdn-container.about-page {
  background-image: url('../images/our-strength-bg-img-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 2.5rem 2rem;
  transition: all .15s cubic-bezier(.55, .085, .68, .53);
}

.accrdn-container.about-page:hover {
  background-image: url('../images/OurStrength-red-mask.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.accrdn-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 60px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: grid;
}

.accrdn-body {
  overflow: hidden;
}

.accrdn-inner-body {
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.ikonik-zunuak {
  color: var(--website-colors--contrast-grey);
  width: 30px;
  height: auto;
}

.ikonik-zunuak.about-page-icon {
  color: var(--website-colors--white-color);
}

.learn-more-icon {
  color: var(--website-colors--brand-red-color);
  width: 25px;
  height: auto;
}

.services-wrapper {
  flex-flow: row;
  display: flex;
}

.services-wrapper.cntnt-left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row-reverse;
}

.services-wrapper.cntnt-right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.image-10 {
  border-radius: 16px;
  width: 1000px;
  height: auto;
}

.div-block-26 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.first-service-sec {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1920px;
  display: flex;
}

.first-service-sec.cntnt-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.whythiscompany {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 8rem;
  margin-bottom: 8rem;
  padding: 2rem 4rem;
  display: flex;
}

.whythiscompany-image {
  border-radius: 16px;
  width: 500px;
  height: auto;
  display: block;
}

.services-details-text {
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  line-height: 1.5;
}

.whythsicompany-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  font-family: var(--_typography---primary-fonts--body-font-text);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  line-height: var(--_typography---fonts-size--text-medium-h3-headings-2);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  height: auto;
  padding: 20px;
  display: flex;
}

.srvcs-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 4rem 5rem;
  display: flex;
}

.our-apprch-ikonik {
  color: var(--website-colors--contrast-grey);
}

.services-sec-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1920px;
  display: flex;
}

.services-sec-top.cntnt-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 6rem;
  display: flex;
}

.services-sec-last {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1920px;
  display: flex;
}

.services-sec-last.cntnt-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 6rem;
  display: flex;
}

.icon-text-footer {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.techskill-card {
  border: .5px solid var(--website-colors--grey-color);
  background-color: var(--website-colors--white-color);
  font-family: var(--_typography---primary-fonts--body-font-text);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22rem;
  height: 22rem;
  padding: 2rem;
  display: flex;
}

.body-7 {
  font-family: var(--_typography---primary-fonts--body-font-text);
  font-size: var(--_typography---fonts-size--text-medium-h3-headings-2);
}

.heading-18 {
  color: var(--website-colors--charcoal-color);
  margin-top: 10px;
  font-size: 8rem;
  line-height: 1;
}

._404-pg-content {
  flex-flow: column;
  align-self: center;
  display: flex;
}

.path-x2ywi {
  color: var(--website-colors--charcoal-color);
}

.ikonik-6trz1 {
  color: var(--website-colors--brand-red-color);
  width: 250px;
  height: auto;
}

.back-to-home-btn {
  border: 2px solid var(--website-colors--contrast-grey);
  color: var(--website-colors--charcoal-color);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  background-color: #fff0;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  height: 60px;
  padding-left: 0;
  display: flex;
}

.back-to-home-btn:hover {
  background-color: var(--website-colors--light-grey-color);
  outline-color: var(--website-colors--grey-color);
  outline-offset: 0px;
  border-radius: 100px;
  outline-width: 4px;
  outline-style: solid;
  flex: 0 auto;
  align-self: auto;
  width: 180px;
}

.back-to-home-btn.w--current {
  border-color: var(--website-colors--contrast-grey);
  color: var(--website-colors--contrast-grey);
}

.heading-19 {
  color: var(--website-colors--charcoal-color);
  font-size: var(--_typography---fonts-size--text-medium-h3-headings-2);
  margin-top: 10px;
  line-height: 1.1;
}

.div-block-27 {
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.text-block-74 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
  position: relative;
}

.ikonik-k2yc8 {
  color: #252525;
  width: 25px;
  height: auto;
}

.icon {
  border-radius: 50px;
  justify-content: center;
  align-items: stretch;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.btn-box {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.body-8 {
  font-family: var(--_typography---primary-fonts--body-font-text);
  font-size: var(--_typography---fonts-size--text-small-h4-headings);
}

.submit-button-2 {
  background-color: var(--website-colors--brand-red-color);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  border-radius: 4px;
  width: 140px;
  padding: 10px 20px;
}

.text-field-2 {
  border-radius: 4px;
}

.image-11 {
  color: var(--website-colors--charcoal-color);
  width: 200px;
}

.field-label-2 {
  color: var(--website-colors--contrast-grey);
  font-weight: 500;
}

.heading-20 {
  color: var(--website-colors--charcoal-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.body-9 {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--charcoal-color);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
}

.breadcrumb-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.breadcrumbs-section {
  color: var(--website-colors--charcoal-color);
  padding: 5px 5rem;
}

.breadcrumb-container {
  max-width: 1920px;
  display: flex;
}

.text-link-2 {
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings-2);
  line-height: 1;
  text-decoration: underline;
}

.text-link-2.w--current {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--brand-red-color);
  border-radius: 50px;
  font-weight: 500;
}

.body-10 {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
}

.body-11 {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--charcoal-color);
  font-size: var(--_typography---fonts-size--text-small-h4-headings);
}

.ikonik-povj {
  color: var(--website-colors--contrast-grey);
  width: 20px;
  height: auto;
}

.ikonik-povj-2 {
  color: #5c5c5c;
  width: 18px;
  height: auto;
}

.key-accomp-section {
  background-color: var(--website-colors--white-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8rem 5rem;
  display: block;
}

.key-accomp-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.bullet-sub-points {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 10px;
  margin-left: 20px;
  display: flex;
}

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

.dig-services-section {
  background-image: linear-gradient(#f4f4f4f2, #f4f4f4f2);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 8rem 5rem;
  display: flex;
}

.txtbox {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.dsgn-cnsltnt-grid {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 600px;
  display: flex;
  overflow: visible;
}

.dsgn-cnsltnt-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.dsgn-cnsltnt-wrapper.d-c-img-left {
  flex-flow: row-reverse;
}

.advntgs-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--website-colors--white-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8rem 5rem;
  display: flex;
}

.ouradvntg-sec {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-top: 2rem;
  display: flex;
}

.adv-image {
  width: auto;
  height: 125px;
  display: block;
}

.advtgs-details-text {
  color: var(--website-colors--contrast-grey);
  line-height: 1.4;
}

.digi-desgn-std-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 800px;
  padding: 4rem 5rem;
  display: flex;
}

.digi-desgn-std-wrapper.content-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: row;
  justify-content: space-between;
}

.bold-paragraph-text {
  color: var(--website-colors--charcoal-color);
  font-size: var(--_typography---fonts-size--text-medium-h3-headings);
  text-align: left;
  font-weight: 500;
  line-height: 1.3;
}

.div-block-31 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 25%;
  display: grid;
}

.adv-detail-text-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  display: flex;
}

.cta-section {
  font-family: var(--_typography---primary-fonts--body-font-text);
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/GET-OUR-SERVICES.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding: 1rem;
  position: relative;
}

.cta-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  max-width: 1920px;
  display: flex;
}

.cta-wrapper {
  flex-flow: column;
  display: flex;
}

.cta-heading {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--white-color);
  font-size: var(--_typography---fonts-size--text-medium-h3-headings-2);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 1.1;
}

.footer-form-two {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  border-radius: 100px;
  width: 640px;
  height: 60px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
  line-height: 1.5;
}

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

.button-primary {
  background-color: var(--website-colors--brand-red-color);
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  background-color: var(--website-colors--brand-red-color);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 100px;
  height: 50px;
  margin-right: 5px;
  padding: 8px 18px;
  transition-duration: .4s;
  position: absolute;
}

.button-primary.footer-form-button:hover {
  background-color: var(--website-colors--charcoal-color);
}

.error-message {
  z-index: 50;
  color: var(--website-colors--white-color);
  background-color: #ffdede00;
  border-radius: 8px;
  height: 30px;
  position: absolute;
  top: 260px;
}

._1-copy-card-2 {
  box-shadow: none;
  opacity: 0;
  width: 400px;
  height: 520px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
  transform: translate(0, 30%);
}

._2-copy-card-2 {
  opacity: 0;
  width: 400px;
  height: 520px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
  transform: translate(0, 30%);
}

._1-card-2 {
  width: 400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
  transform: translate(0);
}

._2-card-2 {
  transform-style: preserve-3d;
  width: 400px;
  height: 520px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
  transform: translate3d(0, 0, -90px);
}

._5-card-2 {
  opacity: 0;
  width: 400px;
  height: 520px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
  transform: translate(0, 30%);
}

.cards-wrapper-2 {
  perspective: 600px;
  perspective-origin: -60% 30%;
  width: auto;
  min-width: 35%;
  height: 520px;
  display: flex;
  position: relative;
}

._4-card-2 {
  opacity: 0;
  width: 400px;
  height: 520px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
  transform: translate(0, 30%);
}

.card-image-3 {
  border: 1px solid var(--website-colors--grey-color);
  object-fit: cover;
  width: auto;
  height: 100%;
  overflow: visible;
}

._3-card-2 {
  transform-style: preserve-3d;
  width: 400px;
  height: 520px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
  transform: translate3d(0, 0, -180px);
}

._3-copy-card-2 {
  opacity: 0;
  width: 400px;
  height: 520px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
  transform: translate(0, 30%);
}

.heading-22 {
  width: 74%;
}

.quick-links-section-copy {
  font-family: var(--_typography---primary-fonts--body-font-text);
  height: auto;
  padding: 2rem 5rem;
  position: relative;
}

.other-features {
  border-top: 1px solid var(--website-colors--grey-color);
  max-width: 90%;
}

.feature-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.feature-link {
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  line-height: var(--_typography---fonts-size--text-smallest-h5-headings);
}

.feature-buttn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--website-colors--grey-color);
  color: var(--website-colors--contrast-grey);
  border-radius: 50px;
  justify-content: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.feature-buttn:hover, .feature-buttn.w--current:focus {
  border-color: var(--website-colors--brand-red-color);
  color: var(--website-colors--brand-red-color);
}

.text-block-78 {
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.4;
}

.submission-msg-heading {
  color: var(--website-colors--charcoal-color);
  font-size: var(--_typography---fonts-size--text-medium-h3-headings-2);
  font-weight: 600;
  line-height: 1.4;
}

.ikonik-9nlnf {
  color: var(--website-colors--charcoal-color);
  width: 60px;
  height: auto;
  margin-bottom: 40px;
  display: block;
}

.div-block-34 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.link {
  color: var(--website-colors--brand-red-color);
}

.heading-23 {
  color: var(--website-colors--brand-red-color);
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings-2);
  font-weight: 400;
  line-height: 1;
  display: block;
  position: absolute;
  top: 482.797px;
}

.error-message {
  height: 50px;
  display: block;
}

.error-msg {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
}

.srvcs-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 600px;
}

.small-h3-heading {
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-small-h4-headings);
  text-align: left;
  height: auto;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.4;
}

.small-h3-heading.last-updated-text {
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
}

.small-h3-heading.chckothrfeatrs-sec {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.small-h3-heading.upper-spacing {
  margin-top: 40px;
}

.para-section {
  color: var(--website-colors--contrast-grey);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.para-container {
  margin-bottom: 4rem;
}

.hyper-link {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--charcoal-color);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  line-height: 1.5;
}

.text-span-11 {
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  font-weight: 600;
}

.bordered-box {
  border-bottom: 1px solid var(--website-colors--contrast-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 30vh;
  display: flex;
}

.mtl-wdwrkng-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 800px;
  padding: 2rem 5rem;
  display: flex;
}

.mtl-wdwrkng-wrapper.gradient-bg {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
}

.img-box.about-page {
  border-radius: 8px;
  width: auto;
  height: auto;
}

.image {
  border-radius: 8px;
  width: 600px;
  height: auto;
}

.mtl-wdwrkng-sec {
  font-size: var(--_typography---fonts-size--text-medium-h3-headings);
  background-color: #000;
  padding-top: 8rem;
  padding-bottom: 8rem;
  font-weight: 500;
  line-height: 1.3;
}

.mtl-wdwrkng-table {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

.col-right {
  width: 50%;
}

.table-col {
  border: 3px solid #141414;
  flex-flow: column;
  justify-content: flex-end;
  width: 50%;
  height: 500px;
  padding: 2rem;
  display: flex;
}

.table-col.col-left {
  background-image: linear-gradient(90deg, #000, #000000b3 50%, #fff0), url('../images/metalworking-card-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.table-col.col-right {
  background-image: linear-gradient(90deg, #000, #1b1b1bb3 50%, #fff0), url('../images/woodworking-card-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.table-cntnt-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  width: 50%;
  display: flex;
}

.whychooseus-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--website-colors--white-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.about-us-image {
  border-radius: 16px;
  height: 100%;
}

.hero-sec-btn {
  border: 1px solid var(--website-colors--brand-red-color);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  text-decoration: none;
  display: inline-flex;
}

.ikonik-v08zo {
  color: var(--website-colors--brand-red-color);
  height: 30px;
  font-weight: 400;
}

.services-sec-cta-btn {
  border: 1px solid var(--website-colors--brand-red-color);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  padding-left: 20px;
  padding-right: 10px;
  text-decoration: none;
  display: inline-flex;
}

.services-sec-cta-btn.sub-srvcs-page {
  width: 220px;
}

.hero-btn-wrapper {
  margin-top: 2rem;
}

.image-13 {
  width: 700px;
}

.code-embed-3 {
  width: auto;
  height: 125px;
}

.herosection-img-copy {
  background-image: url('../images/hero-sec-img.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: 100%;
  display: flex;
}

.video-container {
  object-fit: cover;
  width: auto;
  max-width: none;
  overflow: visible;
}

.wc-card-heading {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: #fff;
  font-size: var(--_typography---fonts-size--text-small-h4-headings);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
}

.why-choose-container-2 {
  grid-row-gap: 50px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding: 8rem 2rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-3 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wc-card-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.why-choose-card {
  background-image: radial-gradient(circle farthest-side at 37% 100%, #000, #fff 81%), url('../images/ef3-placeholder-image-450x304.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  max-width: 20rem;
  height: 480px;
  min-height: 30rem;
  padding: 12rem 1.5rem 2rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.why-choose-card.wc-card-1 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #1f1f1fe6 30% 50%, #fff0 81%), url('../images/experienced-leadership-img-1.webp');
  background-size: auto, cover;
  flex: 0 auto;
}

.why-choose-card.wc-card-2 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #1f1f1fe6 30% 50%, #fff0 81%), url('../images/solution-not-just-services-img-2.webp');
  background-size: auto, cover;
}

.why-choose-card.wc-card-3 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #1f1f1fe6 30% 50%, #fff0 81%), url('../images/innovation-and-foresight-img-3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.why-choose-card.wc-card-4 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #1f1f1fe6 30% 50%, #fff0 81%), url('../images/client-centric-approach-img-4.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._w-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto 120px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 360px;
  text-decoration: none;
  display: grid;
}

._w-card-wrapper.wc-wrap-1 {
  grid-template-rows: auto 7.5rem;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

._w-card-heading {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 64px;
  text-decoration: none;
  display: flex;
}

._w-card-paragraph {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: #fff;
  font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.ikonik-2yj8z, .ikonik-6wjt3, .ikonik-eut7r, .ikonik-hbyey {
  color: #fff;
}

.image-14 {
  box-sizing: border-box;
  width: 600px;
  max-width: 100%;
}

.newsletter-sec-text {
  font-family: var(--_typography---primary-fonts--body-font-text);
  color: var(--website-colors--white-color);
  font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  text-align: center;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

@media screen and (min-width: 1920px) {
  .hero-section-block {
    font-family: var(--_typography---primary-fonts--body-font-text);
    font-size: var(--_typography---fonts-size--text-large-h2-headings-2);
    line-height: var(--_typography---fonts-size--text-medium-h3-headings-2);
    width: 100%;
    padding-right: 8rem;
  }

  .line-beneath-heading.home-page {
    text-align: left;
  }

  .email-link {
    font-size: var(--website-fonts-used--card-paragraph-font-size\<deleted\|variable-a3182203-0804-28fa-0398-8c2a7ae14e5f\>);
    line-height: var(--website-fonts-used--card-paragraph-font-size\<deleted\|variable-a3182203-0804-28fa-0398-8c2a7ae14e5f\>);
  }

  .email-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .about-us-section {
    font-size: 1.25rem;
  }

  .paragraph-text {
    font-family: var(--_typography---primary-fonts--body-font-text);
  }

  .body {
    font-family: Overusedgroteskroman Vf, Arial, sans-serif;
  }

  .hero-section {
    justify-content: flex-start;
    font-size: 1.25rem;
  }

  .about-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dd-block {
    font-family: var(--_typography---primary-fonts--body-font-text);
  }

  .expertise-section {
    font-family: var(--_typography---primary-fonts--body-font-text);
    font-size: 1.25rem;
  }

  .expertise-block {
    align-self: auto;
    font-size: 1.25rem;
  }

  .card-container {
    width: 24rem;
  }

  .card-image {
    font-family: Overusedgroteskroman Vf, Arial, sans-serif;
  }

  .card-wrapper {
    grid-template-rows: 40px 160px auto;
    place-items: start;
  }

  .exp-card-container {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cwrapper {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-content: space-between;
    place-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Overusedgroteskroman Vf, Arial, sans-serif;
    display: flex;
  }

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

  .page-wrapper {
    font-family: var(--website-fonts-used--body-paragraph-font\<deleted\|variable-09690374-f4bb-4e7c-c78a-aa58b299d146\>);
    font-size: var(--website-fonts-used--body-paragraph-font-size\<deleted\|variable-12cf4854-c8df-f25e-2f1a-83823b53cd72\>);
  }

  .get-in-touch-section {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  }

  .text-field {
    border-radius: 5px;
  }

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

  .submit-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-block {
    font-size: var(--_typography---fonts-size--text-small-h4-headings);
  }

  .social-icon {
    width: 30px;
  }

  .italic-text-2 {
    font-size: 1.25rem;
  }

  .teammember-card {
    border-radius: 10px;
  }

  .contact-info-section {
    grid-template-columns: .25fr 1fr;
  }

  .team-section {
    flex-flow: column;
    padding: 8rem;
  }

  .careerach-card-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .comm-engt-wrapper, .trus-adv-wrapper {
    height: 400px;
  }

  .tech-prof-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .tech-prof-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: center;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .prof-attr-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .prof-exp-container {
    max-width: 1920%;
  }

  .educ-container {
    max-width: 1920px;
  }

  .footer-light {
    font-family: var(--_typography---primary-fonts--body-font-text);
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  }

  .footer-light-wrapper {
    grid-column-gap: 2.9rem;
    grid-auto-columns: 1fr;
    justify-content: stretch;
  }

  .footer-light-brand {
    text-decoration: none;
  }

  .footer-light-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .footer-l-link {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  .footer-l-link.w--current:hover {
    color: var(--website-colors--brand-red-color);
  }

  .footer-l-link.contact-links {
    margin-top: 12px;
  }

  .title-small-f-l {
    -webkit-text-stroke-color: #fff0;
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .copyright-section-f-l {
    grid-auto-columns: 1fr;
    place-content: stretch;
  }

  .f-l-copyright-link-container {
    font-family: var(--website-fonts-used--body-paragraph-font\<deleted\|variable-09690374-f4bb-4e7c-c78a-aa58b299d146\>);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    display: flex;
    position: relative;
  }

  .copyright-link-f-l {
    white-space: normal;
    justify-content: center;
    align-items: center;
  }

  .copyright-link-f-l:hover {
    font-family: var(--_typography---primary-fonts--body-font-text);
    border: 1px #000;
  }

  .container-2 {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
    max-width: 990px;
  }

  .img-wrapper {
    justify-content: flex-end;
    width: 50%;
    display: flex;
  }

  .teamm-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 40px 140px auto;
  }

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

  .edu-card-heading {
    margin-top: 0;
  }

  .edu-cad-paragraph {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
    line-height: var(--_typography---fonts-size--text-small-h4-headings);
  }

  .timeline-content {
    justify-content: center;
    align-items: flex-start;
  }

  .shortdescr-wrapper {
    height: 400px;
  }

  .cntct-info-right-div {
    width: 600px;
  }

  .card {
    grid-template-rows: 40px auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
  }

  .block-heading {
    font-size: var(--_typography---fonts-size--text-large-h2-headings-2);
    line-height: var(--_typography---fonts-size--text-large-h2-headings-2);
  }

  .keyteam-section {
    font-family: var(--_typography---primary-fonts--body-font-text);
    font-size: 1.25rem;
    position: relative;
  }

  .keyteam-block {
    align-self: auto;
    font-size: 1.25rem;
  }

  .keyteam-card-container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-list__dropdown-toggle-5 {
    transition: none;
  }

  .sec-image.mrkrsrch-image, .sec-image.digidesstud-img, .sec-image.mtlwdstu-img, .sec-image.bizadvsrv-image {
    width: 40%;
  }

  .ourapproch-card {
    grid-template-rows: 40px auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
  }

  .key-accomp-container {
    max-width: 1920%;
  }

  .txtbox {
    width: 45%;
  }

  .div-block-31 {
    grid-template-rows: 260px auto;
  }

  .cta-section {
    max-width: 100%;
    position: relative;
  }

  .heading-22 {
    display: flex;
  }

  .other-features {
    font-family: var(--_typography---primary-fonts--body-font-text);
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
    line-height: var(--_typography---fonts-size--text-medium-h3-headings-2);
  }

  .feature-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .mtl-wdwrkng-sec {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-image {
    vertical-align: baseline;
  }

  .why-choose-container-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter-sec-text {
    font-family: var(--_typography---primary-fonts--body-font-text);
  }
}

@media screen and (max-width: 991px) {
  .hero-section-block {
    padding-right: 2rem;
  }

  .line-beneath-heading {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
    text-align: left;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 1.3;
  }

  .line-beneath-heading.home-page {
    width: auto;
  }

  .line-beneath-heading.contact-page, .line-beneath-heading.terms-condition-page {
    text-align: center;
    width: 100%;
  }

  .page-banner {
    margin-top: 7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .top-bar-with-email {
    padding-left: 3vw;
    padding-right: 3vw;
    display: flex;
  }

  .email-link {
    font-size: .8rem;
    line-height: .8rem;
  }

  .about-us-section {
    font-family: var(--_typography---primary-fonts--body-font-text);
    white-space: normal;
    padding: 4rem 1.5rem;
  }

  .paragraph-text {
    white-space: normal;
    word-break: normal;
    font-size: 1.25rem;
  }

  .paragraph-text.col-cntnt {
    height: auto;
  }

  .paragraph-text.aboutus-page {
    text-align: left;
  }

  .paragraph-text.white-text {
    font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
  }

  .body {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: normal;
    overflow: visible;
  }

  .hero-section {
    box-shadow: none;
    grid-template-columns: .5fr .5fr;
    justify-content: flex-start;
    place-items: start stretch;
    height: auto;
    margin-top: 7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .banner-heading {
    font-size: var(--_typography---fonts-size--text-small-h2-headings);
    white-space: normal;
    overflow-wrap: break-word;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 400;
  }

  .banner-heading.home-page {
    font-size: var(--_typography---fonts-size--text-medium-h3-headings);
    letter-spacing: -2px;
  }

  .banner-heading.contact-page {
    color: var(--website-colors--charcoal-color);
  }

  .about-container {
    max-width: 991px;
  }

  .arrow-icon {
    font-size: var(--_typography---fonts-size--text-smallest-h5-headings-2);
    width: 35px;
    height: 35px;
  }

  .dd-block {
    font-family: Overusedgroteskroman Vf, Arial, sans-serif;
  }

  .expertise-section {
    white-space: normal;
    padding: 4rem 1.5rem;
  }

  .expertise-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .card-link {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
    font-weight: 600;
  }

  .card-link.team-sec-link {
    font-weight: 600;
    line-height: 1.4;
  }

  .card-container {
    font-family: var(--_typography---primary-fonts--body-font-text);
    width: 28rem;
  }

  .card-container.mtl-wdwrkng-pg.card-1, .card-container.mtl-wdwrkng-pg.card-2, .card-container.mtl-wdwrkng-pg.card-3, .card-container.mtl-wdwrkng-pg.card4, .card-container.mtl-wdwrkng-pg.card-5, .card-container.mtl-wdwrkng-pg.card-6 {
    width: 20rem;
  }

  .card-wrapper {
    grid-template-rows: 40px 170px auto;
  }

  .card-heading {
    width: 100%;
  }

  .link-arrow-container {
    width: 80%;
    margin-top: 10px;
    display: flex;
  }

  .link-arrow-container.accrdn-links {
    width: 30%;
  }

  .dd-card-wrapper {
    object-fit: fill;
    grid-template-rows: auto auto;
  }

  .dd-card-heading {
    text-align: center;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
  }

  .exp-card-container {
    flex-flow: wrap;
    grid-template-columns: 1.75fr 1.75fr;
    place-content: space-around center;
    align-items: flex-start;
    padding: 20px;
    font-family: Overusedgroteskroman Vf, Arial, sans-serif;
  }

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

  .dd-card-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: flex-start stretch;
    padding: 20px 10px;
  }

  .trusted-partners-section {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .page-wrapper {
    font-family: var(--_typography---primary-fonts--body-font-text);
    white-space: normal;
  }

  .get-in-touch-section {
    white-space: normal;
    padding-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .get-in-touch-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    max-width: 991px;
  }

  .get-in-touch-container.contact-page {
    flex-flow: column;
  }

  .field-label {
    font-family: var(--_typography---primary-fonts--body-font-text);
  }

  .form-block {
    width: 100%;
    min-width: 540px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .where-to-find-heading {
    margin: 10px 10px 4rem;
  }

  .submit-button {
    font-size: var(--website-fonts-used--body-paragraph-font-size\<deleted\|variable-12cf4854-c8df-f25e-2f1a-83823b53cd72\>);
  }

  .text-block {
    white-space: normal;
  }

  .heading {
    font-size: var(--_typography---fonts-size--text-medium-h3-headings);
    line-height: var(--_typography---fonts-size--text-medium-h3-headings);
  }

  .heading.wlcm-sec {
    line-height: 1.1;
  }

  .heading.teammem {
    width: 100%;
    margin-top: 0;
  }

  .heading.whychoose-sec {
    width: 100%;
  }

  .social-icon {
    width: 30px;
  }

  .asterisk-mark {
    color: var(--website-colors--brand-red-color);
  }

  .about-page-section {
    padding: 4rem 1.5rem;
  }

  .about-page-container {
    max-width: 990px;
    margin-left: 0;
    margin-right: 0;
  }

  .defining-direction-section {
    width: 100%;
    max-width: 990px;
    padding: 4rem 1.5rem;
  }

  .dd-container {
    max-width: 990px;
  }

  .strength-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .str-container {
    margin-top: 0;
  }

  .str-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .teammember-card {
    font-family: var(--_typography---primary-fonts--body-font-text);
    height: 38rem;
  }

  .contact-info-section {
    white-space: normal;
    grid-template-rows: auto auto 2.25fr;
    grid-template-columns: .25fr 1.25fr;
    width: 100%;
  }

  .icon-text-wrapper {
    font-size: var(--_typography---fonts-size--text-small-h4-headings);
    line-height: var(--_typography---fonts-size--text-small-h4-headings);
  }

  .keyach-content-wrapper {
    font-size: var(--_typography---fonts-size--text-smallest-h5-headings-2);
    line-height: var(--_typography---fonts-size--text-small-h4-headings-2);
  }

  .team-section {
    flex-flow: column;
    padding: 4rem 1.5rem;
    font-family: Overusedgroteskroman Vf, Arial, sans-serif;
    font-size: 1.25rem;
    display: block;
  }

  .overview-section {
    padding: 4rem 1.5rem;
  }

  .tmemb-content {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
    max-width: 960px;
  }

  .careerach-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 4rem 1.5rem;
  }

  .careerach-card-wrapper {
    margin-top: 4rem;
  }

  .bullet-points {
    max-width: 990px;
    padding-top: 0;
  }

  .education-section, .shortdescr-section {
    padding: 4rem 1.5rem;
  }

  .comm-engt-wrapper {
    width: 50%;
    height: 600px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .trus-adv-wrapper {
    height: 600px;
    margin-left: -20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-text {
    color: var(--website-colors--charcoal-color);
  }

  .list-item {
    line-height: 1.5rem;
  }

  .carr-achv-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .adv-expr-wrapper {
    padding: 4rem 1.5rem;
  }

  .adv-expr-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .tech-prof-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .dd-card-option {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
  }

  .list-4, .list-5 {
    margin-bottom: 0;
  }

  .keypoint {
    font-weight: 500;
  }

  .teamm-card-wrapper {
    object-fit: fill;
    flex: 0 auto;
    grid-template-rows: auto 140px;
    justify-items: start;
  }

  .card-detail-text {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
    text-align: left;
  }

  .card-detail-text.teamcard-text {
    height: 230px;
  }

  .tprof-card {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    height: 12rem;
  }

  .prof-attr-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding: 4rem 1.5rem;
  }

  .prof-exp-container, .educ-container {
    max-width: 990px;
  }

  .core-compt-wrapper {
    padding: 4rem 1.5rem;
  }

  .core-compt-content {
    grid-row-gap: 5rem;
  }

  .footer-light {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-f-lt {
    max-width: 991px;
  }

  .footer-light-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-light-brand {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 3rem;
    padding-right: 0;
  }

  .footer-light-content {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr;
    grid-auto-columns: 1fr;
  }

  .text-block-56-f-l {
    white-space: normal;
    margin-top: 0;
  }

  .footer-l-social-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 1rem;
  }

  .footer-l-link {
    margin-bottom: 12px;
    font-weight: 400;
  }

  .footer-l-link.w--current {
    font-size: 1.125rem;
  }

  .footer-l-link.contact-links {
    font-weight: 400;
  }

  .copyright-section-f-l {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .footer-l-copyright-center {
    font-size: .9rem;
    line-height: 1;
  }

  .f-l-copyright-link-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-end;
    align-items: center;
  }

  .copyright-link-f-l {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: .9rem;
    line-height: 1;
  }

  .tprof-card-wrapper {
    object-fit: fill;
    flex: 0 auto;
    grid-template-rows: auto auto;
  }

  .tprof-card-heading {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
    line-height: var(--_typography---fonts-size--text-small-h4-headings);
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
  }

  .content-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .content-wrapper._1st-section {
    width: 100%;
  }

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

  .clients-wrapper {
    overflow: auto;
  }

  .clients-image {
    width: 120px;
  }

  .about-typical-tone-wrapper {
    grid-column-gap: 2rem;
    flex-flow: row;
  }

  .about-typical-tone-wrapper.mtl-wdwrkng-pg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .team-image-wrapper {
    width: 100%;
  }

  .team-p-wrapper.img-left, .team-p-wrapper.img-right {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-items: flex-start;
  }

  .t-m-details {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
    line-height: 1.4;
  }

  .wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .wrapper.about-us-page {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-start;
  }

  .content-wrapper {
    width: 50%;
  }

  .content-wrapper.about-us-page {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 50%;
  }

  .img-wrapper {
    width: 50%;
  }

  .teamm-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .crd-details {
    grid-template-rows: auto auto auto;
    grid-auto-rows: 50px;
  }

  .tmember-content-wrapper {
    width: 100%;
    margin-top: 2rem;
  }

  .prof-image {
    width: 100%;
  }

  .careerach-cards {
    grid-template-rows: 140px 180px;
    width: 360px;
    height: 400px;
    overflow: hidden;
  }

  .careerach-cards.card-resize-1 {
    height: 340px;
  }

  .prof-attr-crd {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .edu-card {
    justify-content: center;
    align-items: center;
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .edu-timeline-wrapper {
    font-size: var(--_typography---fonts-size--text-smallest-h5-headings-2);
    line-height: var(--_typography---fonts-size--text-small-h4-headings-2);
  }

  .edu-card-heading {
    font-size: var(--_typography---fonts-size--text-small-h4-headings);
    white-space: normal;
  }

  .edu-cad-paragraph {
    width: 100%;
    font-weight: 500;
  }

  .edu-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    font-size: var(--_typography---fonts-size--text-small-h4-headings);
    line-height: var(--_typography---fonts-size--text-small-h4-headings);
    grid-template-rows: 60px auto;
    justify-content: center;
    align-items: center;
  }

  .timeline-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .timeline-content {
    color: var(--website-colors--contrast-grey);
    padding: 40px 20px;
  }

  .icon-heading-wrapper {
    font-size: var(--_typography---fonts-size--text-small-h4-headings);
    line-height: var(--_typography---fonts-size--text-small-h4-headings);
  }

  .div-block-18 {
    width: 100%;
  }

  .comm-engt-container {
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
  }

  .prof-exp-section {
    padding: 4rem 1.5rem;
  }

  .link-with-arrow {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .long-banner-heading {
    font-size: var(--_typography---fonts-size--text-small-h4-headings);
    white-space: normal;
    line-height: 1.1;
  }

  .long-banner-heading.strngths-white {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  }

  .long-banner-paragraph {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
    white-space: normal;
    height: auto;
  }

  .long-banner-content {
    font-size: var(--_typography---fonts-size--text-smallest-h5-headings-2);
    line-height: var(--_typography---fonts-size--text-small-h4-headings-2);
    width: 50%;
  }

  .profattr-para {
    white-space: normal;
    height: auto;
  }

  .card-heading {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
    margin-top: 10px;
  }

  .dd-card-text-block-copy {
    text-align: left;
  }

  .shortdescr-wrapper {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cntct-info-right-div {
    width: 100%;
    padding-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ikonik-18v9r.icon-move {
    margin-top: -20%;
  }

  .card {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 25rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .block-heading {
    font-size: var(--_typography---fonts-size--text-medium-h3-headings-2);
    line-height: 1.75rem;
  }

  .keyteam-section {
    white-space: normal;
    padding: 4rem 1.5rem;
  }

  .keyteam-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .keyteam-card-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-columns: 1.75fr 1.75fr;
    place-content: space-around center;
    align-items: flex-start;
    padding: 20px;
    font-family: Overusedgroteskroman Vf, Arial, sans-serif;
  }

  .navmenu__dropdown-container {
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
  }

  .navmenu__dropdown-container.cc-mobile {
    border-bottom-style: none;
    flex-direction: column;
    max-width: 990px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar__navmenu-mobile {
    display: flex;
  }

  .navbar__mobile-overlay {
    z-index: 1;
    background-color: var(--website-colors--light-grey-color);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .navmenu__dropdown-section {
    margin-bottom: 32px;
  }

  .navmenu__button {
    z-index: 1;
    cursor: pointer;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: -20px;
    padding: 22px 14px 18px;
    font-size: 24px;
    display: block;
    position: relative;
  }

  .link-list__dropdown-wrapper {
    background-color: #fff;
    flex-direction: column;
    flex: 1;
  }

  .navmenu__dropdown-section-list-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .navmenu__button-icon-2 {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .link-list__list-item-2 {
    z-index: 10;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: relative;
  }

  .link-list__list-item-2.contact-tab-mobile {
    z-index: 10;
    border-bottom-color: #ececec;
    display: flex;
  }

  .brand-2 {
    z-index: 1;
  }

  .navbar__container-3 {
    z-index: 1;
    width: 100%;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .nav-menu__cta-button-3 {
    flex: 1;
    justify-content: center;
    display: none;
  }

  .navmenu__flex-container-3 {
    background-color: #fff;
    flex-direction: column;
    height: 90%;
    position: absolute;
  }

  .navmenu__cta-wrapper-3 {
    margin-top: auto;
    padding: 20px;
  }

  .navmenu__dropdown-list-3 {
    padding-left: 20px;
  }

  .navbar__navmenu-3 {
    z-index: 0;
    border-bottom: 1px solid #e4e4e4;
    height: 100vh;
    transition-property: none;
    position: absolute;
    inset: 100% 0% 0%;
    overflow: hidden;
    transform: translate(0);
  }

  .navbar__wrapper-3 {
    display: block;
  }

  .navmenu__link-list-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom: 1px solid #e4e4e4;
    flex-direction: column;
    flex: 1;
    margin-right: 0;
    overflow: auto;
  }

  .link-list__link-3 {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
    flex: 1;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .link-list__link-3:hover {
    box-shadow: none;
  }

  .link-list__link-3.w--current {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  }

  .navmenu__dropdown-left-2 {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .navmenu__dropdown-5 {
    position: relative;
    top: 0%;
    overflow: hidden;
  }

  .navmenu__dropdown-5.w--open {
    border-top-style: none;
    border-bottom-style: none;
    max-height: none;
    padding-bottom: 20px;
    position: relative;
    top: 0%;
    overflow: visible;
  }

  .link-list__list-item-3 {
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .link-list__list-item-3.cc-first {
    z-index: 2;
    border-bottom-color: #ececec;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-list__dropdown-toggle-5 {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
    background-color: #fff;
    flex: 1;
    justify-content: space-between;
    width: 100%;
  }

  .link-list__dropdown-toggle-5:hover, .link-list__dropdown-toggle-5.w--open {
    box-shadow: none;
  }

  .navmenu__dropdown-block-6 {
    border: 1px solid #e4e4e4;
    min-height: 300px;
    padding-left: 32px;
    padding-right: 32px;
    display: none;
  }

  .navmenu__dropdown-grid-4 {
    display: flex;
  }

  .techskills-heading {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
  }

  .services-sec.cntnt-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 990px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sec-image.mrkrsrch-image, .sec-image.digidesstud-img, .sec-image.mtlwdstu-img {
    width: 100%;
  }

  .sec-image.bizadvsrv-image {
    background-position: 80%;
    width: 100%;
  }

  .sec-image.srvcs-page-img {
    min-width: 400px;
  }

  .content-left.srvcs-page {
    align-items: center;
    width: 34%;
  }

  .title-heading {
    font-size: var(--_typography---fonts-size--text-medium-h3-headings);
  }

  .servicespage-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
  }

  .what-we-do-section {
    padding-left: 0;
    padding-right: 0;
  }

  .content-right-bts {
    width: 80%;
    margin-top: 0;
    margin-bottom: -60px;
    margin-left: -20px;
  }

  .short-text-above {
    font-size: var(--_typography---fonts-size--text-small-h4-headings);
  }

  .ourapproch-card {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 24rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .apprch-card-wrapper {
    object-fit: fill;
    flex: 0 auto;
    grid-template-rows: auto auto;
  }

  .accordion-section {
    padding: 4rem 1rem 4rem 1.5rem;
  }

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

  .accrdn-container.about-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .accrdn-body {
    display: flex;
  }

  .services-wrapper.cntnt-left, .services-wrapper.cntnt-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .image-10 {
    width: 800px;
  }

  .first-service-sec.cntnt-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 990px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .whythiscompany {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .whythiscompany-image {
    display: block;
  }

  .whythsicompany-wrapper {
    width: 100%;
  }

  .srvcs-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .services-sec-top.cntnt-left {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 990px;
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .services-sec-last.cntnt-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 990px;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .breadcrumbs-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .key-accomp-section {
    padding: 4rem 1.5rem;
  }

  .key-accomp-container {
    max-width: 990px;
  }

  .dig-services-section {
    width: auto;
    padding: 4rem 1rem 4rem 1.5rem;
  }

  .txtbox {
    width: 100%;
  }

  .dsgn-cnsltnt-grid {
    justify-content: center;
    height: auto;
    display: flex;
  }

  .dsgn-cnsltnt-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column-reverse;
  }

  .dsgn-cnsltnt-wrapper.d-c-img-left {
    flex-flow: column-reverse;
  }

  .advntgs-wrapper {
    width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ouradvntg-sec {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 100%;
  }

  .adv-image {
    height: 85px;
    display: block;
  }

  .digi-desgn-std-wrapper {
    flex-flow: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .digi-desgn-std-wrapper.content-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: row;
    min-height: 600px;
    overflow: hidden;
  }

  .bold-paragraph-text {
    font-size: var(--_typography---fonts-size--text-small-h4-headings);
    text-align: left;
    font-weight: 500;
    position: relative;
  }

  .cta-section {
    justify-content: flex-start;
    align-items: center;
    padding: .125rem 1.5rem;
    display: block;
  }

  .cta-container {
    flex-flow: column;
    max-width: 100%;
  }

  .cta-wrapper {
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .cta-heading {
    width: 100%;
  }

  .footer-form-input {
    padding-right: 180px;
  }

  .cards-wrapper-2 {
    min-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-links-section-copy {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 3rem 1.5rem;
    display: block;
  }

  .other-features {
    max-width: 100%;
  }

  .para-section {
    white-space: normal;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bordered-box {
    width: 100%;
  }

  .mtl-wdwrkng-wrapper {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .mtl-wdwrkng-wrapper.gradient-bg {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: row;
    min-height: 600px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-box.mtl-wdwrkng-pg {
    background-image: none;
    width: 60%;
  }

  .mtl-wdwrkng-sec {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
  }

  .mtl-wdwrkng-table {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 8rem;
  }

  .table-col.col-left, .table-col.col-right {
    border-radius: 16px;
    width: 100%;
  }

  .whychooseus-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about-us-image {
    height: auto;
  }

  .herosection-img-copy {
    background-size: contain;
  }

  .why-choose-card {
    background-image: radial-gradient(circle farthest-side at 37% 100%, #000 31%, #fff0 80%), url('../images/ef3-placeholder-image-450x304.jpg');
    background-position: 0 0, 50%;
    background-size: auto, auto;
  }

  ._w-card-wrapper {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    height: 200px;
  }

  ._w-card-wrapper.wc-wrap-1, ._w-card-wrapper.wc-wrap-2, ._w-card-wrapper.wc-wrap-3, ._w-card-wrapper.wc-card-4 {
    grid-template-rows: auto 120px;
  }

  .image-14 {
    align-self: center;
  }

  .newsletter-sec-text {
    font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
    white-space: normal;
    word-break: normal;
  }
}

@media screen and (max-width: 767px) {
  .hero-section-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-beneath-heading {
    justify-content: center;
    align-items: flex-start;
  }

  .page-banner {
    height: 30vh;
  }

  .page-banner.contact-page {
    height: 40vh;
  }

  .top-bar-with-email {
    justify-content: flex-end;
    align-items: center;
    padding-right: 4vw;
  }

  .about-us-section {
    flex-flow: row;
    width: auto;
  }

  .dd-card {
    height: auto;
  }

  .paragraph-text.aboutus-page {
    margin-top: 0;
  }

  .body {
    overflow: visible;
  }

  .hero-section {
    box-shadow: none;
    grid-template-rows: minmax(auto, .3fr) auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    max-width: 100vw;
    height: 160vh;
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .banner-heading {
    font-size: var(--_typography---fonts-size--text-large-h2-headings-2);
    text-align: center;
  }

  .banner-heading.home-page {
    font-size: var(--_typography---fonts-size--text-medium-h3-headings);
  }

  .banner-heading.contact-page {
    width: 100%;
  }

  .dd-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    font-family: var(--_typography---primary-fonts--body-font-text);
  }

  .expertise-section {
    font-family: var(--_typography---primary-fonts--body-font-text);
  }

  .expertise-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-link {
    font-size: var(--_typography---fonts-size--text-smallest-h5-headings-2);
  }

  .card-container {
    width: 24rem;
  }

  .card-container.mtl-wdwrkng-pg.card-1, .card-container.mtl-wdwrkng-pg.card-2, .card-container.mtl-wdwrkng-pg.card-3, .card-container.mtl-wdwrkng-pg.card4, .card-container.mtl-wdwrkng-pg.card-5 {
    width: 100%;
  }

  .card-container.mtl-wdwrkng-pg.card-6 {
    background-position: 0 0, 50% 100%;
    width: 100%;
  }

  .dd-card-wrapper {
    grid-template-rows: 1fr auto;
    justify-items: center;
    margin-bottom: 20px;
  }

  .dd-card-heading {
    text-align: center;
    margin-top: 0;
  }

  .dd-card-text-block {
    min-height: 120px;
  }

  .exp-card-container {
    font-family: var(--_typography---primary-fonts--body-font-text);
    grid-template-columns: 1fr;
  }

  .cwrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    max-width: none;
  }

  .page-wrapper {
    width: 100vw;
    overflow: visible;
  }

  .get-in-touch-section {
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .get-in-touch-container {
    margin-left: 0;
    margin-right: 0;
  }

  .form-block {
    min-width: auto;
    margin-top: 0;
  }

  .text-block {
    margin-top: -2px;
    font-family: Overusedgroteskroman Vf, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.125rem;
  }

  .heading {
    width: 100%;
  }

  .heading.wlcm-sec {
    font-size: var(--_typography---fonts-size--text-medium-h3-headings-2);
  }

  .heading.whychoose-sec {
    width: 80%;
  }

  .social-icon {
    width: 25px;
  }

  .footer-block {
    white-space: normal;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-7 {
    place-items: center stretch;
  }

  .about-page-container {
    max-width: 766px;
  }

  .str-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 2rem;
  }

  .teammember-card {
    width: 24rem;
    height: auto;
    min-height: 100%;
  }

  .contact-info-section {
    grid-template-columns: .25fr 1fr;
  }

  .icon-text-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .keyach-content-wrapper {
    width: 100%;
  }

  .team-section {
    flex-flow: row;
  }

  .tmemb-content {
    width: 100%;
  }

  .tmember-image {
    width: auto;
    height: auto;
  }

  .careerach-wrapper {
    flex-flow: column;
  }

  .careerach-card-wrapper {
    margin-top: 2rem;
  }

  .comm-engt-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .trus-adv-wrapper {
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }

  .italic-text {
    font-size: var(--website-fonts-used--body-paragraph-font-size\<deleted\|variable-12cf4854-c8df-f25e-2f1a-83823b53cd72\>);
    line-height: var(--website-fonts-used--body-paragraph-font-size\<deleted\|variable-12cf4854-c8df-f25e-2f1a-83823b53cd72\>);
    font-weight: 600;
  }

  .tech-prof-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tech-prof-content, .right-content-block {
    flex-flow: wrap;
  }

  .keystr-point {
    width: 25rem;
    height: 10rem;
  }

  .teamm-card-wrapper {
    grid-template-rows: 1fr 140px;
    justify-items: start;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .card-detail-text {
    font-size: var(--_typography---fonts-size--text-smallest-h5-headings-2);
  }

  .card-detail-text.teamcard-text {
    height: auto;
  }

  .prof-attr-wrapper {
    text-align: center;
  }

  .prof-exp-container {
    max-width: 766px;
  }

  .footer-light {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .footer-light-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .footer-light-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
  }

  .footer-l-social-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer-l-link {
    font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
    margin-bottom: 12px;
    font-weight: 500;
  }

  .footer-l-divider {
    margin-top: 60px;
  }

  .copyright-section-f-l {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-l-copyright-center {
    justify-content: flex-start;
    align-items: center;
  }

  .f-l-copyright-link-container {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .body-3 {
    background-color: var(--website-colors--white-color);
  }

  .contact-button {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
    height: 44px;
  }

  .content-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-wrapper._1st-section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .content-wrapper.mtl-wdwrkng-pg {
    width: 100%;
  }

  .logos-title-large {
    padding: 2rem 15px;
  }

  .clients-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-typical-tone-wrapper {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .about-typical-tone-wrapper.mtl-wdwrkng-pg {
    flex-flow: column;
  }

  .team-content-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .team-image-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-p-wrapper.img-left, .team-p-wrapper.img-right {
    flex-flow: column-reverse;
  }

  .t-m-details {
    line-height: var(--_typography---fonts-size--text-medium-h3-headings-2);
  }

  .wrapper {
    flex-flow: wrap;
  }

  .wrapper.about-us-page {
    flex-flow: column-reverse;
  }

  .content-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .content-wrapper.about-us-page, .img-wrapper {
    width: 100%;
  }

  .teamm-details {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .crd-details {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto;
  }

  .careerach-cards {
    grid-template-rows: 140px auto;
    width: 360px;
    height: auto;
  }

  .careerach-cards.card-resize, .careerach-cards.card-resize-1, .careerach-cards.card-resize-2 {
    grid-template-rows: auto auto;
    height: auto;
  }

  .prof-attr-crd, .crd-container {
    width: 100%;
  }

  .edu-card {
    width: 80%;
  }

  .edu-card.resized-col {
    width: 80%;
    padding-left: 20px;
  }

  .edu-timeline-wrapper {
    flex-flow: column;
  }

  .edu-card-heading {
    line-height: var(--_typography---fonts-size--text-small-h4-headings);
  }

  .timeline-item {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .timeline-content {
    padding-left: 0;
    padding-right: 0;
  }

  .comm-engt-container {
    flex-flow: column;
    height: 100%;
  }

  .long-banner-icon-ikonik.about-page {
    height: 2.5rem;
  }

  .long-banner-content {
    width: 100%;
  }

  .card-heading {
    margin-top: 10px;
  }

  .shortdescr-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cntct-info-right-div {
    justify-content: center;
    align-items: flex-start;
    height: 80vh;
    padding-top: 100px;
  }

  .ikonik-18v9r {
    color: var(--website-colors--white-color);
  }

  .ikonik-18v9r.icon-move {
    margin-top: -4%;
  }

  .dot {
    margin-bottom: 20px;
  }

  .card {
    width: 100%;
  }

  .block-heading {
    font-size: var(--_typography---fonts-size--text-medium-h3-headings-2);
    line-height: var(--_typography---fonts-size--text-medium-h3-headings-2);
  }

  .keyteam-section {
    font-family: var(--_typography---primary-fonts--body-font-text);
  }

  .keyteam-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .keyteam-card-container {
    font-family: var(--_typography---primary-fonts--body-font-text);
    grid-template-columns: 1fr;
  }

  .navmenu__button {
    margin-right: -24px;
  }

  .navmenu__dropdown-section-list-2 {
    padding-left: 0;
  }

  .navmenu__flex-container-3 {
    height: 90%;
  }

  .navmenu__dropdown-list-3 {
    padding-left: 15px;
  }

  .navmenu__dropdown-grid-4 {
    grid-template-columns: .25fr;
  }

  .techskills-heading {
    text-align: center;
    margin-top: 0;
  }

  .services-sec.cntnt-left {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .sec-image.mrkrsrch-image {
    width: 100%;
  }

  .sec-image.digidesstud-img, .sec-image.mtlwdstu-img {
    width: 100%;
    height: 400px;
  }

  .sec-image.bizadvsrv-image {
    height: 400px;
  }

  .sec-image.srvcs-page-img {
    width: 100%;
    min-height: 500px;
  }

  .content-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-left.srvcs-page {
    width: 100%;
    position: static;
  }

  .text-block-72 {
    height: auto;
    min-height: 200px;
  }

  .title-heading {
    font-size: var(--_typography---fonts-size--text-medium-h3-headings-2);
  }

  .what-we-do-section {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .content-right-bts {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
  }

  .ourapproch-card {
    width: 100%;
  }

  .apprch-card-wrapper {
    grid-template-rows: 1fr auto;
    justify-items: center;
  }

  .accordion-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .accrdn-title {
    place-items: start stretch;
  }

  .ikonik-zunuak {
    width: 25px;
    margin-top: 10px;
  }

  .services-wrapper.cntnt-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .services-wrapper.cntnt-right {
    flex-flow: column;
  }

  .image-10 {
    height: auto;
  }

  .div-block-26 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .first-service-sec.cntnt-left {
    flex-flow: column;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .whythiscompany {
    flex-flow: column;
  }

  .whythiscompany-image {
    width: 100%;
    height: 500px;
  }

  .services-details-text {
    height: auto;
    min-height: 200px;
  }

  .whythsicompany-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .srvcs-wrapper {
    flex-flow: column;
    align-items: center;
    height: auto;
  }

  .services-sec-top.cntnt-left, .services-sec-last.cntnt-left {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .breadcrumbs-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-link-2 {
    font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
    font-weight: 400;
  }

  .ikonik-povj, .ikonik-povj-2 {
    width: 18px;
  }

  .key-accomp-container {
    max-width: 766px;
  }

  .dig-services-section {
    width: 100%;
    max-width: 767px;
  }

  .dsgn-cnsltnt-grid {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .dsgn-cnsltnt-wrapper {
    flex-flow: column-reverse;
    width: 100%;
  }

  .advntgs-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .ouradvntg-sec {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .adv-image {
    height: 100px;
  }

  .advtgs-details-text {
    min-height: 200px;
  }

  .digi-desgn-std-wrapper {
    flex-flow: column;
    align-items: center;
    height: auto;
  }

  .digi-desgn-std-wrapper.content-wrapper {
    flex-flow: column-reverse;
  }

  .div-block-31 {
    width: 45%;
  }

  .adv-detail-text-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-section {
    height: auto;
  }

  .cta-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-heading {
    text-align: center;
    width: 100%;
    line-height: 1.2;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    width: 500px;
  }

  ._1-copy-card-2, ._2-copy-card-2, ._1-card-2, ._2-card-2, ._5-card-2 {
    height: auto;
  }

  .cards-wrapper-2 {
    flex-flow: row;
    justify-content: center;
    margin-left: 10%;
  }

  ._4-card-2, ._3-card-2, ._3-copy-card-2, .quick-links-section-copy {
    height: auto;
  }

  .feature-links-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .small-h3-heading {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
    margin-top: 10px;
  }

  .bordered-box {
    height: 35vh;
  }

  .mtl-wdwrkng-wrapper {
    flex-flow: column;
    align-items: center;
    height: auto;
  }

  .mtl-wdwrkng-wrapper.gradient-bg {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .img-box.mtl-wdwrkng-pg {
    background-image: none;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .mtl-wdwrkng-sec {
    height: auto;
    min-height: 200px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mtl-wdwrkng-table {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .table-cntnt-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .whychooseus-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .about-us-image {
    width: 100%;
  }

  .ikonik-v08zo {
    height: 26px;
  }

  .herosection-img-copy {
    z-index: -10;
    background-size: contain;
    position: relative;
    top: -10%;
  }

  ._w-card-wrapper {
    grid-row-gap: 1rem;
  }

  .newsletter-sec-text {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .line-beneath-heading {
    text-align: center;
  }

  .line-beneath-heading.home-page {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
    text-align: left;
  }

  .page-banner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .top-bar-with-email {
    padding-right: 5vw;
  }

  .dd-card {
    flex: 0 auto;
    width: 100%;
  }

  .paragraph-text {
    white-space: normal;
    flex: 0 auto;
  }

  .body {
    box-sizing: border-box;
    aspect-ratio: auto;
    white-space: normal;
    display: block;
    overflow: visible;
  }

  .banner-heading.home-page {
    font-family: var(--_typography---primary-fonts--heading-font-all);
    font-size: var(--_typography---fonts-size--text-medium-h3-headings);
    text-align: left;
    line-height: 1;
  }

  .arrow-icon {
    width: 30px;
    height: 30px;
  }

  .expertise-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .expertise-container {
    overflow: visible;
  }

  .expertise-block {
    display: flex;
  }

  .card-link {
    font-weight: 600;
  }

  .card-container {
    width: 100%;
    min-height: 32rem;
  }

  .card-container.mtl-wdwrkng-pg.card-2 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .card-wrapper {
    white-space: normal;
    grid-template-rows: 60px 240px auto;
    width: auto;
  }

  .card-heading {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  }

  .link-arrow-container.accrdn-links {
    width: 50%;
  }

  .dd-card-wrapper {
    align-content: start;
  }

  .exp-card-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cwrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    max-width: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .dd-card-block {
    padding-left: 0;
    padding-right: 0;
  }

  .trusted-partners-section {
    position: relative;
  }

  .get-in-touch-section {
    white-space: normal;
    word-break: normal;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-block {
    width: 100%;
    min-width: 0;
  }

  .where-to-find-heading {
    white-space: normal;
    overflow-wrap: normal;
    margin-right: 0;
  }

  .text-area {
    line-height: 1.2;
  }

  .submit-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block {
    font-size: var(--_typography---fonts-size--text-smallest-h5-headings);
    line-height: 1.4;
  }

  .heading, .heading.ourexprt-sec {
    font-size: var(--_typography---fonts-size--text-medium-h3-headings-2);
  }

  .heading.teammem {
    font-size: var(--_typography---fonts-size--text-small-h4-headings);
    margin-top: 2rem;
  }

  .heading.keymem-sec {
    font-size: var(--_typography---fonts-size--text-medium-h3-headings-2);
  }

  .heading.whychoose-sec {
    width: 100%;
  }

  .heading.mtl-wdwrkng-pg {
    font-size: 1.75rem;
  }

  .footer-block {
    flex-flow: column;
  }

  .div-block-7 {
    grid-auto-columns: 1fr;
  }

  .italic-text-2 {
    line-height: 1.75rem;
  }

  .defining-direction-section {
    background-attachment: scroll, fixed;
  }

  .strength-section {
    font-family: var(--_typography---primary-fonts--body-font-text);
  }

  .teammember-card {
    text-align: left;
    width: 100%;
  }

  .contact-info-section {
    grid-template-columns: .25fr;
    justify-items: start;
  }

  .keyach-content-wrapper, .team-section {
    width: 100%;
  }

  .careerach-wrapper {
    overflow-wrap: normal;
  }

  .comm-engt-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 20px;
  }

  .trus-adv-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .list-2 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: block;
  }

  .list-item {
    margin-left: 1.313rem;
  }

  .carr-achv-wrapper {
    overflow-wrap: normal;
    padding-right: 1rem;
  }

  .adv-expr-wrapper {
    overflow-wrap: normal;
    flex-flow: column;
    display: block;
  }

  .adv-expr-content {
    padding-right: 0;
  }

  .tech-prof-wrapper {
    overflow-wrap: normal;
  }

  .keystr-points-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .keystr-points {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .keystr-point {
    padding-top: 20px;
  }

  .teamm-card-wrapper {
    grid-template-rows: auto 160px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .card-detail-text, .card-detail-text.mtl-wdwrkng-card {
    height: auto;
  }

  .tprof-card {
    text-align: left;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .prof-attr-wrapper, .core-compt-wrapper {
    overflow-wrap: normal;
  }

  .footer-light {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-f-lt {
    max-width: none;
  }

  .footer-light-wrapper {
    grid-auto-flow: row;
  }

  .footer-light-content {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr;
    grid-auto-columns: 1fr;
  }

  .text-block-56-f-l {
    margin-top: 1rem;
  }

  .footer-l-social-block {
    margin-top: 2rem;
  }

  .footer-l-link {
    font-size: var(--_typography---fonts-size--text-smallest-h5-headings-2);
    line-height: var(--_typography---fonts-size--text-smallest-h5-headings-2);
    font-weight: 500;
  }

  .footer-l-link.w--current {
    font-size: 1rem;
    font-weight: 500;
  }

  .footer-l-link.contact-links {
    font-weight: 500;
  }

  .footer-l-copyright-center {
    justify-content: center;
    align-items: flex-start;
    font-size: .85rem;
  }

  .f-l-copyright-link-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    overflow: visible;
  }

  .copyright-link-f-l {
    width: auto;
    margin-bottom: 12px;
  }

  .tprof-card-wrapper {
    grid-template-rows: auto auto;
    align-content: start;
    place-items: stretch start;
  }

  .body-4 {
    white-space: normal;
  }

  .logos-title-large {
    height: 500px;
  }

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

  .clients-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: flex-end;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .team-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .team-p-wrapper.img-right {
    box-shadow: none;
  }

  .t-m-details {
    margin-bottom: 2rem;
  }

  .link-wrapper {
    margin-top: 1rem;
  }

  .wrapper {
    grid-row-gap: 3rem;
  }

  .content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .teamm-details {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: 40px auto auto;
  }

  .crd-details {
    grid-template-rows: auto auto auto;
  }

  .tmember-content-wrapper {
    aspect-ratio: auto;
    white-space: normal;
    word-break: normal;
    object-fit: fill;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .member-designation {
    line-height: var(--_typography---fonts-size--text-small-h4-headings-2);
    text-align: left;
    display: block;
  }

  .careerach-cards {
    grid-template-rows: auto auto;
    width: auto;
    height: auto;
    overflow: visible;
  }

  .careerach-cards.card-resize, .careerach-cards.card-resize-1, .careerach-cards.card-resize-2 {
    grid-template-rows: auto auto;
  }

  .prof-attr-crd {
    height: auto;
    padding: 2rem;
  }

  .edu-card {
    grid-template-rows: 1.5fr auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .edu-card.resized-col {
    width: 100%;
  }

  .edu-timeline-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .edu-content-wrapper {
    grid-template-rows: auto auto;
  }

  .timeline-content {
    width: 100%;
  }

  .div-block-18 {
    flex-flow: column;
  }

  .comm-engt-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .long-banner-content, .shortdescr-wrapper {
    width: 100%;
  }

  .cntct-info-right-div {
    height: 45rem;
    padding-top: 60px;
  }

  .ikonik-18v9r.icon-move {
    margin-top: -80%;
  }

  .keyteam-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .keyteam-card-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .keyteam-container {
    overflow: visible;
  }

  .red-text {
    font-size: var(--_typography---fonts-size--text-medium-h3-headings);
  }

  .profexpr-divider {
    width: 80%;
  }

  .navbar__navmenu-mobile {
    justify-content: flex-start;
    align-items: stretch;
  }

  .ikonik-icon {
    min-width: 25px;
    min-height: 25px;
  }

  .navmenu__button-icon-2 {
    margin-top: -5px;
  }

  .navmenu__dropdown-section-link-description-2 {
    margin-top: 4px;
  }

  .navbar__container-3 {
    padding-left: 1rem;
  }

  .navmenu__cta-wrapper-3 {
    flex-direction: column;
  }

  .navmenu__dropdown-left-2 {
    padding-bottom: 32px;
  }

  .navmenu__dropdown-block-6 {
    border-bottom-width: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navmenu__dropdown-grid-4 {
    grid-template-columns: .25fr minmax(auto, 500px) 1fr;
  }

  .sec-image.srvcs-page-img {
    min-width: auto;
    min-height: 400px;
  }

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

  .content-left.srvcs-page {
    position: relative;
    top: -120px;
  }

  .title-heading {
    font-size: var(--_typography---fonts-size--text-medium-h3-headings-2);
  }

  .content-right-bts {
    padding-left: 20px;
    padding-right: 20px;
  }

  .short-text-above {
    font-size: 1.6rem;
  }

  .ourapproch-card {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .apprch-card-wrapper {
    align-content: start;
  }

  .accordion-section {
    margin-bottom: 8rem;
  }

  .whythiscompany-image {
    height: 300px;
  }

  .techskill-card {
    flex: 0 auto;
    width: 100%;
  }

  .ikonik-povj, .ikonik-povj-2 {
    width: 16px;
  }

  .dsgn-cnsltnt-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .advtgs-details-text {
    text-align: center;
  }

  .digi-desgn-std-wrapper.content-wrapper {
    padding-bottom: 0;
  }

  .div-block-31 {
    width: 100%;
  }

  .adv-detail-text-left, .cta-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form-two {
    width: 100%;
    padding: 20px 0;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-form-input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    width: 100%;
    position: relative;
    right: 0;
  }

  ._1-copy-card-2, ._2-copy-card-2 {
    width: auto;
  }

  ._1-card-2, ._2-card-2 {
    width: auto;
    height: auto;
  }

  ._5-card-2 {
    width: auto;
  }

  .cards-wrapper-2 {
    min-width: 90%;
    margin-top: 2rem;
    margin-left: 10%;
  }

  ._4-card-2 {
    width: auto;
    height: auto;
  }

  .card-image-3 {
    object-fit: contain;
  }

  ._3-card-2 {
    width: auto;
    height: auto;
  }

  ._3-copy-card-2 {
    width: auto;
  }

  .quick-links-section-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-links-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .mtl-wdwrkng-wrapper.gradient-bg {
    position: relative;
  }

  .img-box.mtl-wdwrkng-pg {
    background-position: 5% 60%;
    background-size: auto;
  }

  .table-col.col-left, .table-col.col-right {
    justify-content: center;
  }

  .table-cntnt-wrapper {
    width: 100%;
  }

  .services-sec-cta-btn.sub-srvcs-page {
    width: 200px;
  }

  .wc-card-heading {
    font-size: var(--_typography---fonts-size--text-small-h4-headings-2);
  }

  .wc-card-container {
    flex: 0 auto;
  }

  .why-choose-card.wc-card-1 {
    background-image: radial-gradient(circle farthest-side at 50% 100%, #000000e6 30%, #1f1f1fe6 50%, #fff0 81%), url('../images/experienced-leadership-img-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  ._w-card-wrapper {
    flex: 0 auto;
  }

  .newsletter-sec-text {
    white-space: normal;
    flex: 0 auto;
  }
}

#w-node-_4850f43b-0d6f-80c7-3ce1-869e2f5b2d92-f0ba4b41, #w-node-_4850f43b-0d6f-80c7-3ce1-869e2f5b2d94-f0ba4b41 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_480bb180-9513-c26f-f04f-f66d4a3a3865-f0ba4b41 {
  place-self: center;
}

#w-node-_480bb180-9513-c26f-f04f-f66d4a3a3866-f0ba4b41 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_1e078956-704f-8bf5-b38d-947bbf1eda29-f0ba4b41 {
  place-self: center;
}

#w-node-_1e078956-704f-8bf5-b38d-947bbf1eda2a-f0ba4b41 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-b86e2b16-f79c-2bdd-23fb-91813623fa74-3623fa64, #w-node-b86e2b16-f79c-2bdd-23fb-91813623fa81-3623fa64, #w-node-b86e2b16-f79c-2bdd-23fb-91813623fa8c-3623fa64, #w-node-cfe1110c-023a-adec-4e97-3e678f598961-8f598960, #w-node-cfe1110c-023a-adec-4e97-3e678f598963-8f598960, #w-node-cfe1110c-023a-adec-4e97-3e678f598965-8f598960, #w-node-d6506a9f-56ff-b6df-b4a9-d64cd087bdaf-8f598960, #w-node-e0c07946-1e78-cb09-c8f4-4c06d51c6253-d51c6252, #w-node-_979a0382-d4d8-752d-0862-2892fdcd36f2-d51c6252 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ba4cb5b-9aa5-4002-752a-241309fe30fd-09fe30e1, #w-node-_2ba4cb5b-9aa5-4002-752a-241309fe3130-09fe30e1, #w-node-_2ba4cb5b-9aa5-4002-752a-241309fe3139-09fe30e1, #w-node-_2ba4cb5b-9aa5-4002-752a-241309fe317c-09fe30e1 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_0626ceb9-a5ec-8dc0-8e77-fb4f4ccb11e0-c58bda6b, #w-node-e67e6724-669e-3423-0e26-2e8d17851cda-c58bda6b, #w-node-f0a18bc8-d9ee-ec85-df57-4bfac6a03ec9-c58bda6b, #w-node-_099b61cc-6d14-9df0-f101-eccea740f0ef-c58bda6b {
  place-self: auto end;
}

#w-node-e469d377-16b0-49e0-f4f6-2eca44560f4d-aa8d8adb, #w-node-_0e56f88a-e784-9d6f-a736-2cd4f7c3a719-aa8d8adb, #w-node-_412721a3-3578-920c-4172-63dce58c2880-aa8d8adb, #w-node-_41b98a46-8a66-68d3-7b0d-ea4437b128a3-aa8d8adb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9b8e7b3-f560-57ab-5f73-9fe1c72f07fe-aa8d8adb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2ee9b972-7fe9-0c23-3a59-3b7a9effec2e-aa8d8adb {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_234998a0-27d7-0eb6-93f3-978dd8fe4c3e-aa8d8adb {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_234998a0-27d7-0eb6-93f3-978dd8fe4c44-aa8d8adb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_87a35f2b-161f-dd4e-8d08-adfd12b011af-f993c207, #w-node-_73f0b6cb-46a6-b95e-1d83-a9acc3886073-f993c207, #w-node-_73f0b6cb-46a6-b95e-1d83-a9acc388607c-f993c207, #w-node-_73f0b6cb-46a6-b95e-1d83-a9acc3886085-f993c207, #w-node-_73f0b6cb-46a6-b95e-1d83-a9acc388608b-f993c207, #w-node-_585ed310-e27c-0606-24eb-9118c00f9b7e-f993c207, #w-node-_585ed310-e27c-0606-24eb-9118c00f9b87-f993c207, #w-node-_585ed310-e27c-0606-24eb-9118c00f9b90-f993c207, #w-node-d0ee6448-7db8-380e-41ae-d73e328aa41a-f993c207, #w-node-_9355e057-928a-f8bc-14f8-9bf838d3a1b1-f993c207, #w-node-_39baf7f5-f701-c475-c8de-2a2ae3be4f8d-968bf95a, #w-node-_39baf7f5-f701-c475-c8de-2a2ae3be4f99-968bf95a, #w-node-a4fec171-a0cc-8266-acc5-19cb25e6fe5c-968bf95a, #w-node-_28601b06-a820-600f-3fc3-555304df0d5c-968bf95a, #w-node-_28601b06-a820-600f-3fc3-555304df0d64-968bf95a, #w-node-f56e8024-b196-b306-a7e4-2b281058a6d6-968bf95a, #w-node-b53ecc5b-7718-5ec7-c7a5-be0e627b2863-968bf95a, #w-node-f56e8024-b196-b306-a7e4-2b281058a6e3-968bf95a, #w-node-_508ff2b3-0bf7-03cd-da70-05c4c416b4fe-968bf95a, #w-node-_1864998b-2780-4920-5cac-5fbfeec9467b-968bf95a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52faa4bc-6f8c-22ec-c710-c07833069bd9-968bf95a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_52faa4bc-6f8c-22ec-c710-c07833069bdf-968bf95a {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-db1200cb-7ace-b0bb-d42f-fb847b17eea1-41fe286d, #w-node-db1200cb-7ace-b0bb-d42f-fb847b17eeaf-41fe286d, #w-node-_2c4e795d-179d-0f17-7dd0-949e036b4765-41fe286d, #w-node-e1e1dce3-31bd-49de-c6f6-d17531700b3b-41fe286d, #w-node-_4fd97cb2-5a60-4c57-7dd6-0efec137279e-41fe286d, #w-node-_4fd97cb2-5a60-4c57-7dd6-0efec13727a6-41fe286d, #w-node-_4f4a9bf3-94cb-9a21-8025-68a7ec27aeb9-41fe286d, #w-node-_4f4a9bf3-94cb-9a21-8025-68a7ec27aec0-41fe286d, #w-node-_4f4a9bf3-94cb-9a21-8025-68a7ec27aec7-41fe286d, #w-node-_4f4a9bf3-94cb-9a21-8025-68a7ec27aece-41fe286d, #w-node-_4f4a9bf3-94cb-9a21-8025-68a7ec27aed5-41fe286d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bab5e8c-72f8-861d-238f-13f112a9f6d9-41fe286d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0bab5e8c-72f8-861d-238f-13f112a9f6e0-41fe286d {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-d09d34ba-799d-2238-cade-185713ed787d-94e1ca2f, #w-node-d09d34ba-799d-2238-cade-185713ed7889-94e1ca2f, #w-node-d09d34ba-799d-2238-cade-185713ed7895-94e1ca2f, #w-node-_8c6ef061-084e-4ae7-4eba-07754e4a07ad-94e1ca2f, #w-node-_8c6ef061-084e-4ae7-4eba-07754e4a07b5-94e1ca2f, #w-node-_0738b4fa-9ee6-611f-abc6-fe937490eabd-94e1ca2f, #w-node-_0738b4fa-9ee6-611f-abc6-fe937490eac4-94e1ca2f, #w-node-_0738b4fa-9ee6-611f-abc6-fe937490eacb-94e1ca2f, #w-node-_0738b4fa-9ee6-611f-abc6-fe937490ead3-94e1ca2f, #w-node-_0738b4fa-9ee6-611f-abc6-fe937490eada-94e1ca2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b343f3d-849e-9852-4584-a321c0f550ce-94e1ca2f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1b343f3d-849e-9852-4584-a321c0f550d5-94e1ca2f {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_1b343f3d-849e-9852-4584-a321c0f550dc-94e1ca2f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-f3ff8ebe-2d8c-091a-937a-4c5c3729e518-e333c50e {
  place-self: auto end;
}

#w-node-dc38922f-7b27-4170-8fcf-db52d69ff868-e333c50e, #w-node-b34edc59-b858-2372-fdcf-7a56339123b8-e333c50e, #w-node-c89cfc99-fe3c-80b5-355e-f0e6c48165f9-e333c50e, #w-node-d9db5428-fa1f-0e9c-16fd-004dded3cd8e-e333c50e, #w-node-_30e84d19-5f68-ebeb-c11c-15328a0b0618-e333c50e {
  justify-self: end;
}

#w-node-c68e7cdc-e922-f597-5e0b-e69eb0e01b7d-45e60608, #w-node-_4c052e59-219c-49cb-e263-0f7a7334ee36-45e60608, #w-node-d08bac26-8543-3b96-ff64-2a8a1eb3f73f-45e60608, #w-node-_636ac98e-0ef2-1f58-d19e-e111da01f823-45e60608, #w-node-c68e7cdc-e922-f597-5e0b-e69eb0e01b7d-23f964f1, #w-node-e5516e92-1031-5c77-c2e2-6b2b0fd33fa4-23f964f1, #w-node-_4c052e59-219c-49cb-e263-0f7a7334ee36-23f964f1, #w-node-_636ac98e-0ef2-1f58-d19e-e111da01f823-23f964f1, #w-node-c68e7cdc-e922-f597-5e0b-e69eb0e01b7d-d6dd55ad, #w-node-e5516e92-1031-5c77-c2e2-6b2b0fd33fa4-d6dd55ad, #w-node-_4c052e59-219c-49cb-e263-0f7a7334ee36-d6dd55ad, #w-node-_636ac98e-0ef2-1f58-d19e-e111da01f823-d6dd55ad, #w-node-c68e7cdc-e922-f597-5e0b-e69eb0e01b7d-cb773f31, #w-node-e5516e92-1031-5c77-c2e2-6b2b0fd33fa4-cb773f31, #w-node-_4c052e59-219c-49cb-e263-0f7a7334ee36-cb773f31, #w-node-c68e7cdc-e922-f597-5e0b-e69eb0e01b7d-07ee4d86, #w-node-e5516e92-1031-5c77-c2e2-6b2b0fd33fa4-07ee4d86, #w-node-_4c052e59-219c-49cb-e263-0f7a7334ee36-07ee4d86, #w-node-c68e7cdc-e922-f597-5e0b-e69eb0e01b7d-80be8068, #w-node-e5516e92-1031-5c77-c2e2-6b2b0fd33fa4-80be8068, #w-node-_4c052e59-219c-49cb-e263-0f7a7334ee36-80be8068, #w-node-_827d81d6-2ab7-0564-cdea-431c1bee049d-99c6c259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9f48d0f3-21b5-5227-d678-71ae02a67d6d-f0ba4b41, #w-node-bc8742ef-0f91-bd8c-67d5-bb0996af4c29-96af4c17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cfe1110c-023a-adec-4e97-3e678f598963-8f598960 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cfe1110c-023a-adec-4e97-3e678f598965-8f598960, #w-node-e0c07946-1e78-cb09-c8f4-4c06d51c6257-d51c6252 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_056a9144-9c0d-356a-52fa-6371c5c85136-c58bda6b, #w-node-fa36b994-6aaf-ff1c-50f0-31e5165cec16-c58bda6b {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fa36b994-6aaf-ff1c-50f0-31e5165cec18-c58bda6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-deb8994f-969b-9e9b-a3b0-8782e5e9f428-c58bda6b {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1481f64-3afe-ebe7-7d1e-1fb5e6d0ec7e-4e0f7e83, #w-node-ebd5c89b-8f12-9467-6acd-65910b1ef890-4e0f7e83, #w-node-_32e53ca8-7abb-e905-ec98-27743d9c6d4c-4e0f7e83, #w-node-_2e433c3a-4ac6-fd6e-f27c-eba156de199b-4e0f7e83, #w-node-_8f769958-b4fc-f575-5897-e95a76c25604-4e0f7e83, #w-node-_8d2aa70b-e535-c834-d4e4-895449a1a99f-4e0f7e83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_68700ca2-eccc-a785-f4b1-9a508d7faa7e-f0ba4b41, #w-node-_9f48d0f3-21b5-5227-d678-71ae02a67d6d-f0ba4b41 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b86e2b16-f79c-2bdd-23fb-91813623fa8c-3623fa64 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_234998a0-27d7-0eb6-93f3-978dd8fe4c44-aa8d8adb {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-f3ff8ebe-2d8c-091a-937a-4c5c3729e516-e333c50e {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cfe1110c-023a-adec-4e97-3e678f598965-8f598960 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_056a9144-9c0d-356a-52fa-6371c5c85136-c58bda6b {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9b8e7b3-f560-57ab-5f73-9fe1c72f07fe-aa8d8adb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_234998a0-27d7-0eb6-93f3-978dd8fe4c44-aa8d8adb {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_52faa4bc-6f8c-22ec-c710-c07833069bd9-968bf95a, #w-node-_0bab5e8c-72f8-861d-238f-13f112a9f6d9-41fe286d, #w-node-_1b343f3d-849e-9852-4584-a321c0f550ce-94e1ca2f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b34edc59-b858-2372-fdcf-7a56339123b6-e333c50e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Overusedgroteskroman Vf';
  src: url('../fonts/OverusedGroteskRoman-VF.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stanley';
  src: url('../fonts/Stanley-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk Roman';
  src: url('../fonts/OverusedGrotesk-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk';
  src: url('../fonts/OverusedGrotesk-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overusedgrotesk Book';
  src: url('../fonts/OverusedGrotesk-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}