:root {
  --black: black;
  --white: white;
  --zt-font-sans: Intervariable, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: Intervariable;
  src: url('../fonts/InterVariable.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

body {
  color: #1a1b1f;
  font-family: var(--zt-font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  flex: 0 auto;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  text-align: center;
  height: auto;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  text-align: left;
  width: 100%;
  max-width: 1300px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 8em;
  margin-bottom: 20px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  font-weight: 500;
  line-height: 26px;
}

.heading-jumbo {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: var(--zt-font-sans);
  font-size: 80px;
  font-weight: 600;
  line-height: 86px;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 10px 20px;
  display: none;
}

.navigation-item {
  opacity: .6;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  justify-content: center;
  align-items: center;
  margin-top: 110px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.headerpcimpact {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.headerpcimpact.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle farthest-side at 100% 100%, #5e06a7, #f549cd);
  height: 240px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  white-space: break-spaces;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--zt-font-sans);
  display: none;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ".";
  margin-bottom: 100px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline-block;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 0 #eee;
  padding: 0 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: -10px;
  margin-bottom: 40px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  background-color: #e2e1e1;
  border-style: none;
  border-radius: 20px;
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.map {
  height: 460px;
  margin-bottom: 160px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 30px;
  margin-bottom: 100px;
}

.home-section-wrap {
  word-break: normal;
  overflow-wrap: anywhere;
  max-width: 100%;
  margin-top: 90px;
  margin-bottom: 0;
  display: block;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  margin: 20px 0 0;
}

.about-grid.cc-about-2 {
  grid-column-gap: 41px;
  grid-template-columns: 1.25fr 1.75fr;
  grid-template-areas: ". .";
  margin-bottom: 140px;
}

.intro-text {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.text-block {
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.rounded-edges {
  background-image: url('../images/front-what-we-do.jpg');
  background-size: cover;
  border-radius: 10px;
}

.centered-container {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  max-width: 1124px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: var(--zt-font-sans);
  display: flex;
}

.centered-container.hero {
  justify-content: flex-start;
  min-height: 300px;
  margin-top: 0;
  margin-bottom: 140px;
  padding: 0 15px;
}

.call-to-action-heading {
  text-align: center;
  border: 0 solid #000;
  max-width: 800px;
  font-family: var(--zt-font-sans);
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.bold-text {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.paragraph {
  color: #777;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: var(--zt-font-sans);
  font-size: 27px;
  font-weight: 600;
  line-height: 37px;
}

.call-to-action-buttons {
  margin-top: 0;
  display: flex;
}

.primary-button-black {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #000;
  margin-left: 0;
  margin-right: 20px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 700;
}

.primary-button-black:hover {
  background-color: #000;
}

.secondary-button-silver {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #3333;
  border: 0 solid #5343ff;
  border-radius: 1px;
  padding: 12px 30px;
  font-weight: 700;
}

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

.pcheading {
  text-align: center;
  border: 0 solid #000;
  max-width: 800px;
  font-family: var(--zt-font-sans);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.pcsectionheading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--zt-font-sans);
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.intro-header-pc {
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #080808;
  background-image: url('../images/new-intro-yeah.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 520px;
  margin-bottom: 0;
  display: none;
}

.intro-header-pc.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-header-pc-narrow {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header-pc-narrow.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 320px;
}

.container-2 {
  text-align: center;
  margin-bottom: 140px;
}

.section-copy {
  background-color: #f7f7f7;
  margin-left: 0;
  margin-right: 0;
}

.section-copy.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.paragraph-tiny-copy {
  color: #333;
  text-align: center;
  -webkit-text-stroke-color: #020202;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
}

.container-copy {
  width: 100%;
  max-width: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-span {
  font-size: 14px;
}

.introheaderpcnarrow1 {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.introheaderpcnarrow1.cc-subpage {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/Join-us-2-ready.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  justify-content: center;
  height: 300px;
}

.introheaderpcnarrow2 {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.introheaderpcnarrow2.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Contact-us-1ready.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.centered-container-pc {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  max-width: 1124px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: var(--zt-font-sans);
  display: flex;
}

.centered-container-pc.hero {
  justify-content: flex-start;
  min-height: 300px;
  margin-top: 0;
  margin-bottom: 160px;
  padding: 0 15px;
}

.field-label, .field-label-2, .field-label-3 {
  margin-bottom: 0;
  padding-left: 20px;
}

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

.linkfrompcfooter {
  color: #c2c2c2;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: block;
}

.linkfrompcfooter:hover {
  color: #fff;
}

.linkfrompcfooter:focus {
  color: #c2c2c2;
}

.linkfrompcfooter.w--current {
  width: auto;
  display: inline-block;
}

.linkfrompcfooter.w--current:active {
  color: #c2c2c2;
}

.linkfrompcfooter.w--current:visited {
  color: #c2c2c2;
  border: 1px #000;
  text-decoration: none;
}

.text-span-2, .text-span-3 {
  display: block;
}

.paragraphcareers {
  color: #747474;
  text-align: justify;
  max-width: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.paragraphcareersbottom {
  color: #747474;
  text-align: justify;
  max-width: none;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 500;
}

.paragraphlightcareers {
  opacity: .6;
  text-align: justify;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 28px;
}

.paragraphlightcareersbottom {
  opacity: .6;
  text-align: justify;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 28px;
}

.paragraphbiggercareers {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}

.paragraphbiggercareers.cc-bigger-light {
  opacity: .6;
}

.paragraphbiggercareers.cc-bigger-white-light {
  opacity: .6;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.paragraphlightcareerslist {
  opacity: .6;
  text-align: justify;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 28px;
}

.list {
  margin-top: 0;
}

.div-block-2 {
  margin-bottom: 160px;
  margin-left: 20px;
}

.emailspan {
  color: var(--black);
  font-weight: 600;
}

.paragraphcareerstop {
  color: #747474;
  text-align: justify;
  max-width: none;
  margin-top: -20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-intro {
  opacity: 1;
  color: #1d1d1d;
  text-align: center;
  object-fit: fill;
  max-width: 95%;
  margin: 40px auto 0;
  font-family: var(--zt-font-sans);
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.paragraph-intro.cc-bigger-light {
  opacity: .6;
}

.paragraph-intro.cc-bigger-white-light {
  opacity: .6;
  color: #050505;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.paragraph-intro-lite {
  opacity: 1;
  color: #1d1d1d;
  text-align: center;
  object-fit: fill;
  max-width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--zt-font-sans);
  font-size: 33px;
  font-weight: 600;
  line-height: 43px;
}

.paragraph-intro-lite.cc-bigger-light {
  opacity: .6;
}

.paragraph-intro-lite.cc-bigger-white-light {
  opacity: .6;
  color: #050505;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.hl-span {
  color: #1a1a1a;
}

.text-span-5 {
  color: #000;
}

.div-intro-ph {
  margin-bottom: 40px;
  display: none;
}

.grayedsectionsm {
  text-align: left;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 15px 30px;
}

.bigconceptdescr {
  text-align: left;
  min-width: 90%;
  max-width: 90%;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: var(--zt-font-sans);
  display: inline-block;
}

.pcsectionheadingsm {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: var(--zt-font-sans);
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.nik-hdr-title {
  color: #1a1a1a;
  max-width: 90%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: var(--zt-font-sans);
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.sclinkspan {
  color: #46f;
  font-weight: 600;
}

.example-block {
  color: #777;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  display: block;
}

.paragraphsmsm {
  color: #777;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: var(--zt-font-sans);
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
}

.bigwelcome {
  color: #333;
  text-transform: none;
  white-space: break-spaces;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: var(--zt-font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.bigwelcome.cc-white-heading-jumbo {
  color: #fff;
}

.paragraphourmissionstart {
  color: #777;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: var(--zt-font-sans);
  font-size: 25px;
  font-weight: 600;
  line-height: 37px;
}

.link-2 {
  display: inline-block;
}

.linksc2 {
  color: #103df1db;
  letter-spacing: normal;
  text-shadow: 0 1px 1px #0003;
  mix-blend-mode: normal;
  object-fit: none;
  text-decoration: none;
  display: inline;
}

.linksc2:hover {
  color: #68f;
}

.home-section-wrap-impact {
  text-align: justify;
  max-width: 100%;
  margin-bottom: 80px;
  display: block;
}

.hlafterexamples {
  margin-top: 5px;
  display: inline-block;
}

.hlbeforeexamples {
  margin-bottom: 5px;
  display: inline-block;
}

.heading-jumbo-narrow {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: var(--zt-font-sans);
  font-size: 80px;
  font-weight: 600;
  line-height: 86px;
}

.heading-jumbo-narrow.cc-white-heading-jumbo {
  color: #fff;
}

.footerupperlink {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #eee;
  text-align: center;
  object-fit: fill;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  font-family: var(--zt-font-sans);
  font-size: 13px;
  font-weight: 600;
  display: block;
  overflow: visible;
}

.text-span-6 {
  color: #aaa;
  text-align: center;
  margin-top: 0;
  font-size: 11px;
  line-height: 12px;
  display: inline-block;
}

.link-3 {
  text-decoration: none;
}

.link-3.w--current {
  color: #aaa;
  white-space: normal;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 13px;
  display: inline-block;
  overflow: visible;
}

.link-3.w--current:hover {
  color: #eee;
}

.link-3.w--current:visited {
  color: #aaa;
}

.div-block-3 {
  color: #aaa;
  text-align: center;
}

.text-span-7 {
  color: #111;
  font-family: var(--zt-font-sans);
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.sclinkfooter {
  color: #111;
  font-family: var(--zt-font-sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.sclinkfooter:hover {
  color: #222;
}

.sclinkfooter.w--current {
  font-size: 10px;
  line-height: 20px;
}

.buttonupgrade {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 8em;
  margin-bottom: 20px;
  padding: 16px 25px;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.buttonupgrade.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.buttonupgrade.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.buttonupgrade.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.buttonupgrade.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.buttonupgrade.cc-contact-us {
  z-index: 5;
  position: relative;
}

.buttonupgrade.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.buttonupgrade.cc-white-button:hover {
  background-color: #fffc;
}

.buttonupgrade.cc-white-button:active {
  background-color: #ffffffe6;
}

.divgethn {
  text-align: center;
  margin-top: 0;
  margin-bottom: 140px;
  padding-left: 0;
  display: none;
  position: relative;
}

.body {
  text-align: left;
  background-color: #fff;
  font-size: 13px;
  line-height: 23px;
}

.scparagraphregulardescr {
  color: #777;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: var(--zt-font-sans);
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
}

.scexamplesdiv {
  margin-top: 20px;
  padding-left: 20px;
}

.scmissionwrap {
  margin-top: 140px;
  margin-bottom: 220px;
}

.bigconceptdescrmission {
  text-align: center;
  min-width: 0%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: 0%;
  font-family: var(--zt-font-sans);
  display: block;
}

.paragraphourmissionbottom {
  color: #777;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: var(--zt-font-sans);
  font-size: 25px;
  font-weight: 600;
  line-height: 37px;
}

.pcsectionheadingmission, .pcsectionheadingmissn {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--zt-font-sans);
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.div-intro-generic {
  margin-bottom: 100px;
}

.introheaderconnect {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.introheaderconnect.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle farthest-side at 100% 100%, #ffa928, #f549cd);
  height: 240px;
}

.thegrayclass {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 30px 25px;
}

.impactcontentwrap {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}

.paragraphregulardescrimpact {
  color: #777;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: var(--zt-font-sans);
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
}

.headingcomingsoon {
  color: #a5a5a5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--zt-font-sans);
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.apicontentwrap {
  text-align: center;
  min-height: 600px;
  margin-top: 80px;
  margin-bottom: 100px;
}

.heading-jumbo-narrow-faq {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: var(--zt-font-sans);
  font-size: 80px;
  font-weight: 600;
  line-height: 86px;
}

.heading-jumbo-narrow-faq.cc-white-heading-jumbo {
  color: #fff;
}

.headerpcapi {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.headerpcapi.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle farthest-side at 100% 100%, #3feb53eb, #5269fa);
  height: 240px;
}

.headerpcimpactfaq {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.headerpcimpactfaq.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle farthest-side at 100% 100%, #f77225f2, #5269fa);
  height: 240px;
}

.divcomingsoon {
  color: #a5a5a5;
  width: 120px;
  min-height: 0;
  max-height: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--zt-font-sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  display: none;
  position: absolute;
  inset: 60px 0% 0%;
}

.headerdigitalpresence {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.headerdigitalpresence.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle farthest-side at 100% 100%, #3feb53eb, #5269fa);
  height: 240px;
}

.grid {
  grid-template-areas: "Area";
}

.cell {
  text-align: left;
  align-items: flex-start;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area Area-2"
                       "Area-3 ."
                       ". .";
}

.paragraphsm124124 {
  color: #777;
  max-width: 90%;
  margin-top: -20px;
  margin-bottom: 20px;
  font-family: var(--zt-font-sans);
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.pcsectionheadingsm-copy {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: var(--zt-font-sans);
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.skygridtxtdiv {
  text-align: left;
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  padding: 15px 0;
  display: block;
}

.skygridpicdiv {
  text-align: left;
  background-color: #f3f3f3;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  min-width: 600px;
  max-width: 600px;
  min-height: 600px;
  max-height: 600px;
  padding: 15px 30px;
}

.skyaboutgrid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template: "."
  / minmax(380px, 1fr) minmax(0, 2fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: stretch;
  margin: 0;
}

.skyaboutgrid.cc-about-2 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". .";
  margin-bottom: 140px;
}

.skygridpicdivtest {
  text-align: left;
  object-fit: fill;
  background-color: #f3f3f3;
  background-image: url('../images/2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  width: 560px;
  height: 560px;
  min-height: 0;
  padding: 15px 30px;
  display: block;
}

.image {
  opacity: 1;
  border-radius: 10px;
  min-width: 600px;
  min-height: 600px;
  display: block;
}

.hyperroundedimage {
  opacity: 1;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  min-width: 380px;
  max-width: 420px;
  height: auto;
  min-height: auto;
  max-height: 420px;
  display: block;
}

.thegrayclass-copy {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 30px 25px;
}

.faquesto {
  color: #1d1d1d;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--zt-font-sans);
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
  display: flex;
}

.faqanswerph {
  color: #777;
  text-align: justify;
  background-color: #0000;
  border-radius: 10px;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 100px;
  margin-left: 24px;
  padding: 0;
  font-family: var(--zt-font-sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.faqitem {
  color: #777;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: var(--zt-font-sans);
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
  display: block;
}

.faquesto-copy {
  color: #1d1d1d;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: var(--zt-font-sans);
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
}

.code-embed {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 26px;
  height: 42px;
  padding-top: 3px;
  font-size: 32px;
  line-height: 42px;
  display: inline-flex;
}

.faquestotxt {
  color: #1d1d1d;
  flex: 0 auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: var(--zt-font-sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
}

.faquesto-copy {
  color: #1d1d1d;
  flex-flow: row;
  flex: 0 auto;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--zt-font-sans);
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
  display: flex;
}

.faqsubanswerh {
  color: #333;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  display: block;
}

.faqanswerpara {
  margin-top: 20px;
  display: block;
}

.faqsubanswer {
  margin-left: 0;
  display: block;
}

.faqanswertextblock {
  color: #777;
  text-align: justify;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: var(--zt-font-sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.faqanswersub2 {
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
}

.faqsubanswerh2 {
  color: #333;
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  overflow: visible;
}

.faqitemstock {
  color: #777;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: var(--zt-font-sans);
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
  display: block;
  overflow: visible;
}

.list-2 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 17px;
  font-size: 18px;
  line-height: 28px;
}

.faqanswertextblock2 {
  color: #777;
  text-align: justify;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: var(--zt-font-sans);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: block;
}

.faqanswersub2ph {
  margin-top: 15px;
  margin-bottom: 10px;
}

.list-item {
  color: #777;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}

.divmissionintro {
  color: #777;
  text-align: justify;
  letter-spacing: normal;
  text-indent: 0;
  white-space: normal;
  min-width: 90%;
  max-width: 90%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--zt-font-sans);
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.missionchallengetxt {
  color: #1d1d1d;
  flex: 0 auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: var(--zt-font-sans);
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  display: inline-block;
}

.missionchallengeprosol {
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0 0 15px;
  padding: 0;
}

.missionchallengeprosolh2 {
  color: #333;
  background-color: #0000;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 6px;
  margin-left: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  display: none;
}

.missionprosoltextblock {
  color: #777;
  text-align: justify;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: var(--zt-font-sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.missionchallenge {
  color: #777;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: var(--zt-font-sans);
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
  display: block;
}

.challenge, .faquesto-copy {
  color: #1d1d1d;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--zt-font-sans);
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
  display: flex;
}

.missionchallengeprosolph {
  background-color: #f7f7f7;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 19px 26px 6px;
}

.listchallenge {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 28px;
}

.listitemchallenge {
  text-align: justify;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
}

.missionchallengetemp {
  color: #777;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: var(--zt-font-sans);
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
  display: none;
}

.faqanswersub2phtemp {
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.missionprosolpara {
  color: #777;
  text-align: justify;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 0;
  font-family: var(--zt-font-sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.missionprosolpara2 {
  color: #777;
  text-align: justify;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 0;
  font-family: var(--zt-font-sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.nikh1 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -2px;
  font-family: var(--zt-font-sans);
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.niksubhcontacts {
  color: #777;
  word-break: normal;
  max-width: 90%;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-family: var(--zt-font-sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: inline;
}

.link-4 {
  color: #777;
  font-size: 18px;
  line-height: 28px;
  display: inline;
}

.link-5 {
  color: #333;
  font-size: 16px;
  line-height: 26px;
  display: inline;
}

.link-5:hover {
  color: #000;
}

.link-6 {
  color: #333;
  white-space: nowrap;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  overflow: visible;
}

.link-6:hover {
  color: #000;
}

.nik-hdr-summary-title {
  font-size: 22px;
  line-height: 32px;
  display: block;
}

.nikh2 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: var(--zt-font-sans);
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

.hl-span-bolder {
  color: #1a1a1a;
  font-weight: 700;
}

.nik-project-title {
  color: #1a1a1a;
  max-width: 90%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: var(--zt-font-sans);
  font-size: 27px;
  font-weight: 500;
  line-height: 37px;
}

.nik-project-descr-block {
  color: #777;
  text-align: left;
  background-color: #0000;
  border-radius: 10px;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-family: var(--zt-font-sans);
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.nik-resume-link {
  color: #333;
  display: inline;
}

.nik-resume-link:hover {
  color: #000;
}

.zt-scroll-stage {
  --zt-stage-offset: var(--zt-stage-y, 72px);
  opacity: 0;
  transform: translate3d(0, var(--zt-stage-offset), 0);
  transition: opacity .34s ease-out, transform .58s cubic-bezier(.16, 1, .3, 1);
  transition-delay: var(--zt-stage-delay, 0ms);
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.zt-scroll-stage--soft {
  --zt-stage-offset: var(--zt-stage-y, 54px);
  transition-duration: .3s, .48s;
}

.zt-scroll-stage--visible {
  --zt-stage-offset: 0px;
  opacity: 1;
  transform: translate3d(0, var(--zt-stage-offset), 0);
}

@media (prefers-reduced-motion: reduce) {
  .zt-scroll-stage {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

.nik-summary-ph {
  word-break: normal;
  overflow-wrap: anywhere;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.nikhlblock {
  color: #1a1a1a;
  background-color: #f7f7f7;
  border-radius: 10px;
  margin-top: 15px;
  padding: 17px 17px 12px;
  display: block;
}

.nik-project-title-aasd {
  color: #333;
  max-width: 90%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: var(--zt-font-sans);
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.nik-project-descr-in-block {
  color: #777;
  text-align: justify;
  background-color: #0000;
  border-radius: 10px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-family: var(--zt-font-sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.list-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  line-height: 28px;
}

.nikprojectph {
  margin-top: 50px;
  margin-bottom: 0;
}

.niksprojectsatperform > .nik-project-descr-block + .nikprojectph {
  margin-top: 30px;
}

.nik-list-hdr {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 17px;
  font-size: 18px;
  line-height: 28px;
  display: block;
}

.nik-skills-ph-grayed {
  margin-top: 80px;
}

.skills-section {
  word-break: normal;
  overflow-wrap: anywhere;
  max-width: 100%;
  margin: 0;
  display: block;
}

.niksubhcontactsinlineblk {
  color: #777;
  word-break: normal;
  max-width: 90%;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-family: var(--zt-font-sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: inline;
}

.nik-summary-grayed {
  display: inline-block;
}

.nikprojectmeta {
  margin-top: 30px;
  margin-bottom: 0;
}

.niksprojectsatperform {
  margin-top: 70px;
  margin-bottom: 0;
}

.nikprojectpopydok {
  color: #1a1a1a;
  margin-top: 70px;
  margin-bottom: 0;
}

.nikprojectsky {
  margin-top: 70px;
  margin-bottom: 0;
}

.nikhlblocktmpoff {
  background-color: #f7f7f7;
  border-radius: 10px;
  margin-top: 15px;
  padding: 17px 17px 12px;
  display: none;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-store-home-wrap {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    text-align: left;
  }

  .button {
    text-align: left;
    justify-content: center;
    display: inline-block;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .footer-wrap {
    background-color: #0000;
    margin-top: 110px;
    padding-bottom: 80px;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .headerpcimpact.cc-subpage {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #5e06a7eb, #f549cd);
    height: 200px;
    margin-bottom: 80px;
  }

  .intro-content.cc-homepage {
    white-space: normal;
    width: 80%;
    max-width: 80%;
    margin-bottom: 0;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-wrap {
    padding-bottom: 20px;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-content-wrap {
    text-align: center;
  }

  .home-section-wrap {
    text-align: left;
    margin-top: 90px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .about-grid {
    float: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "." minmax(auto, 1fr)
                   / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    font-style: normal;
    display: grid;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .centered-container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    text-align: left;
    margin-bottom: 20px;
  }

  .intro-header-pc {
    background-size: cover;
    height: 420px;
  }

  .section-copy.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-tiny-copy {
    font-weight: 600;
  }

  .text-span {
    font-weight: 700;
  }

  .centered-container-pc {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered-container-pc.hero {
    margin-bottom: 160px;
  }

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

  .paragraphcareers {
    margin-bottom: 20px;
  }

  .paragraphcareersbottom {
    margin-bottom: 60px;
  }

  .paragraphcareerstop {
    margin-bottom: 20px;
  }

  .paragraph-intro {
    font-size: 32px;
    line-height: 42px;
  }

  .div-intro-ph {
    margin-bottom: 40px;
  }

  .grayedsectionsm {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .bigconceptdescr {
    min-width: 0%;
    max-width: 100%;
    display: block;
  }

  .pcsectionheadingsm {
    text-align: center;
  }

  .nik-hdr-title {
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .example-block {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .paragraphsmsm {
    margin-bottom: 60px;
  }

  .bigwelcome {
    color: #333;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: block;
  }

  .paragraphourmissionstart {
    text-align: center;
    margin-bottom: 20px;
  }

  .home-section-wrap-impact {
    text-align: left;
  }

  .hlafterexamples {
    margin-top: 10px;
  }

  .heading-jumbo-narrow {
    font-size: 66px;
    line-height: 76px;
  }

  .sclinkfooter.w--current {
    font-size: 10px;
    line-height: 20px;
  }

  .buttonupgrade {
    text-align: left;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
  }

  .buttonupgrade.cc-contact-us {
    display: none;
  }

  .divgethn {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 100px;
    padding-left: 0;
  }

  .scparagraphregulardescr {
    text-align: left;
    margin-bottom: 0;
  }

  .scexamplesdiv {
    padding-right: 20px;
  }

  .scmissionwrap {
    margin-top: 120px;
  }

  .bigconceptdescrmission {
    min-width: 0%;
    max-width: 100%;
    display: block;
  }

  .paragraphourmissionbottom {
    text-align: center;
    margin-bottom: 40px;
  }

  .introheaderconnect.cc-subpage {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #ffa928, #f549cd);
    height: 200px;
    margin-bottom: 80px;
  }

  .thegrayclass {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .impactcontentwrap {
    text-align: center;
  }

  .paragraphregulardescrimpact {
    text-align: justify;
    margin-bottom: 0;
  }

  .apicontentwrap {
    text-align: center;
  }

  .heading-jumbo-narrow-faq {
    font-size: 66px;
    line-height: 76px;
  }

  .headerpcapi.cc-subpage {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #3feb53eb, #5269fa);
    height: 200px;
    margin-bottom: 80px;
  }

  .headerpcimpactfaq.cc-subpage {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #f77225f2, #5269fa);
    height: 200px;
    margin-bottom: 80px;
  }

  .headerdigitalpresence.cc-subpage {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #3feb53eb, #5269fa);
    height: 200px;
    margin-bottom: 80px;
  }

  .paragraphsm124124 {
    text-align: justify;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .pcsectionheadingsm-copy {
    text-align: left;
  }

  .skygridtxtdiv {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .skygridpicdiv {
    text-align: center;
    width: 100%;
    min-width: 600px;
    max-width: 600px;
    min-height: 600px;
    max-height: 600px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .skyaboutgrid {
    float: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "." minmax(auto, 1fr)
                   / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-style: normal;
    display: grid;
  }

  .skyaboutgrid.cc-about-2 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .skygridpicdivtest {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hyperroundedimage {
    min-width: auto;
    max-width: 600px;
    min-height: auto;
    max-height: 600px;
  }

  .thegrayclass-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faquesto {
    text-align: justify;
    margin-bottom: 0;
  }

  .faqanswerph {
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 100px;
    margin-right: 30px;
    overflow: visible;
  }

  .faqitem {
    text-align: justify;
    margin-bottom: 40px;
  }

  .faquesto-copy, .faquestotxt, .faquesto-copy, .faqanswertextblock {
    text-align: justify;
    margin-bottom: 0;
  }

  .faqanswersub2 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .faqsubanswerh2 {
    margin-top: 13px;
  }

  .faqitemstock {
    text-align: justify;
    margin-bottom: 40px;
  }

  .list-2 {
    text-align: left;
    width: 100%;
    padding-left: 17px;
    list-style-type: disc;
    display: block;
  }

  .faqanswertextblock2 {
    text-align: justify;
    margin-bottom: 0;
  }

  .list-item {
    width: auto;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 25px;
  }

  .missionchallengetxt {
    text-align: justify;
    margin-bottom: 0;
  }

  .missionchallengeprosol {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .missionchallengeprosolh2 {
    margin-top: 13px;
  }

  .missionprosoltextblock {
    text-align: justify;
    margin-bottom: 0;
  }

  .missionchallenge {
    text-align: justify;
    margin-bottom: 40px;
  }

  .challenge, .faquesto-copy {
    text-align: justify;
    margin-bottom: 0;
  }

  .missionchallengetemp {
    text-align: justify;
    margin-bottom: 40px;
  }

  .missionprosolpara, .missionprosolpara2 {
    text-align: justify;
    margin-bottom: 0;
  }

  .nikh1 {
    text-align: center;
  }

  .niksubhcontacts {
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .link-6 {
    display: inline-block;
  }

  .nikh2 {
    text-align: left;
    font-size: 42px;
    line-height: 52px;
  }

  .nik-project-title {
    text-align: left;
    max-width: 100%;
    margin-bottom: 0;
  }

  .nik-project-descr-block {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 19px;
    line-height: 29px;
    overflow: visible;
  }

  .nikhlblock {
    text-align: left;
  }

  .nik-project-title-aasd {
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .nik-project-descr-in-block {
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 100px;
    margin-right: 30px;
    overflow: visible;
  }

  .list-3 {
    font-size: 17px;
    line-height: 27px;
  }

  .nik-list-hdr {
    margin-top: 15px;
    padding-left: 0;
    list-style-type: none;
    display: block;
  }

  .nik-skills-ph-grayed {
    background-color: #f7f7f7;
    margin-top: 80px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .skills-section {
    text-align: left;
    margin: 0 30px;
  }

  .niksubhcontactsinlineblk {
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .nik-summary-grayed {
    background-color: #0000;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nikhlblocktmpoff {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button {
    margin-bottom: 20px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  }

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

  .footer-wrap {
    background-color: #0000;
    margin-top: 70px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .headerpcimpact.cc-subpage {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #5e06a7eb, #f549cd);
    height: 180px;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    width: 80%;
    max-width: 80%;
    margin-bottom: 0;
    line-height: 280px;
  }

  .our-services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 98%;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-content-wrap {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-section-wrap {
    text-align: left;
    margin-top: 70px;
    margin-bottom: 10px;
  }

  .about-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    width: 98%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    font-size: 15px;
    line-height: 25px;
  }

  .centered-container.hero {
    min-height: 200px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .call-to-action-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph {
    text-align: left;
    font-size: 22px;
    line-height: 32px;
  }

  .call-to-action-buttons {
    margin-top: 20px;
  }

  .pcheading {
    font-size: 24px;
    line-height: 32px;
  }

  .pcsectionheading {
    text-align: left;
    font-size: 55px;
    line-height: 65px;
  }

  .intro-header-pc {
    background-image: url('../images/new-intro-yeah.jpg');
    background-position: 50%;
    background-size: cover;
    height: 300px;
    margin-bottom: 0;
  }

  .section-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-copy.cc-cta {
    padding: 15px;
  }

  .section-copy.cc-home-wrap, .section-copy.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .paragraph-tiny-copy {
    font-weight: 500;
  }

  .container-copy {
    text-align: center;
  }

  .text-span {
    font-weight: 600;
  }

  .centered-container-pc.hero {
    min-height: 200px;
    margin-bottom: 180px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraphcareers, .paragraphcareersbottom {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraphbiggercareers {
    font-size: 16px;
    line-height: 28px;
  }

  .container-3 {
    max-width: 93%;
  }

  .paragraphcareerstop {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-intro {
    font-size: 28px;
    line-height: 38px;
  }

  .paragraph-intro-lite {
    max-width: 80%;
    font-size: 26px;
    line-height: 36px;
  }

  .div-intro-ph {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .grayedsectionsm {
    padding: 5px 20px;
  }

  .bigconceptdescr {
    text-align: left;
    max-width: 100%;
    display: block;
  }

  .pcsectionheadingsm {
    font-size: 45px;
    line-height: 55px;
  }

  .nik-hdr-title {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 28px;
    line-height: 38px;
  }

  .example-block {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraphsmsm {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 28px;
  }

  .bigwelcome {
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
  }

  .paragraphourmissionstart {
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .home-section-wrap-impact {
    text-align: left;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .heading-jumbo-narrow {
    font-size: 60px;
    line-height: 70px;
  }

  .text-span-7 {
    font-size: 10px;
  }

  .sclinkfooter.w--current {
    font-size: 10px;
    line-height: 20px;
  }

  .buttonupgrade {
    margin-bottom: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 22px;
  }

  .divgethn {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 100px;
    padding-left: 0;
  }

  .scparagraphregulardescr {
    text-align: left;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .scmissionwrap {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 180px;
  }

  .bigconceptdescrmission {
    text-align: center;
    max-width: 100%;
    display: block;
  }

  .paragraphourmissionbottom {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }

  .pcsectionheadingmission, .pcsectionheadingmissn {
    text-align: center;
    font-size: 55px;
    line-height: 65px;
  }

  .div-intro-generic {
    margin-bottom: 100px;
  }

  .introheaderconnect.cc-subpage {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #ffa928, #f549cd);
    height: 180px;
  }

  .thegrayclass {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .impactcontentwrap {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 0;
  }

  .paragraphregulardescrimpact {
    text-align: justify;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .headingcomingsoon {
    text-align: center;
    font-size: 55px;
    line-height: 65px;
  }

  .apicontentwrap {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 0;
  }

  .heading-jumbo-narrow-faq {
    font-size: 60px;
    line-height: 70px;
  }

  .headerpcapi.cc-subpage {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #3feb53eb, #5269fa);
    height: 180px;
  }

  .headerpcimpactfaq.cc-subpage {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #f77225f2, #5269fa);
    height: 180px;
  }

  .divcomingsoon {
    margin-top: 10px;
    margin-bottom: 0;
    top: 50px;
  }

  .headerdigitalpresence.cc-subpage {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #3feb53eb, #5269fa);
    height: 180px;
  }

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

  .pcsectionheadingsm-copy {
    font-size: 45px;
    line-height: 55px;
  }

  .skygridtxtdiv {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 0;
  }

  .skygridpicdiv {
    min-width: 320px;
    max-width: 600px;
    height: 100%;
    min-height: 500px;
    max-height: none;
    padding: 5px 20px;
  }

  .skyaboutgrid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    width: 100%;
    margin: 0;
  }

  .skygridpicdivtest {
    padding: 5px 20px;
  }

  .hyperroundedimage {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 48%;
    border-radius: 0;
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .thegrayclass-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faquesto {
    text-align: justify;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .faqanswerph {
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 100px;
    font-size: 18px;
    line-height: 28px;
  }

  .faqitem {
    text-align: justify;
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .faquesto-copy, .faquestotxt, .faquesto-copy {
    text-align: justify;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .faqsubanswerh {
    margin-top: 30px;
    font-size: 25px;
    line-height: 35px;
  }

  .faqanswertextblock {
    text-align: justify;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .faqanswersub2 {
    width: auto;
    padding: 1px 20px 15px;
  }

  .faqsubanswerh2 {
    margin-top: 12px;
  }

  .faqitemstock {
    text-align: justify;
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .list-2 {
    text-align: left;
  }

  .faqanswertextblock2 {
    text-align: justify;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .list-item {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 26px;
  }

  .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
    font-size: 16px;
    line-height: 26px;
  }

  .missionchallengetxt {
    text-align: justify;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .missionchallengeprosol {
    width: auto;
    padding: 1px 20px 15px;
  }

  .missionchallengeprosolh2 {
    margin-top: 12px;
  }

  .missionprosoltextblock {
    text-align: justify;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .missionchallenge {
    text-align: justify;
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .challenge, .faquesto-copy {
    text-align: justify;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .listchallenge {
    text-align: left;
  }

  .listitemchallenge {
    font-size: 16px;
    line-height: 26px;
  }

  .missionchallengetemp {
    text-align: justify;
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .missionprosolpara, .missionprosolpara2 {
    text-align: justify;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .nikh1 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 40px;
  }

  .niksubhcontacts {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    display: block;
  }

  .link-5 {
    font-size: 14px;
    line-height: 24px;
  }

  .link-6 {
    font-size: 14px;
    line-height: 24px;
    display: block;
  }

  .nikh2 {
    font-size: 32px;
    line-height: 42px;
  }

  .nik-project-title {
    font-size: 23px;
    line-height: 33px;
  }

  .nik-project-descr-block {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .nik-summary-ph {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .nik-project-title-aasd {
    font-size: 20px;
    line-height: 30px;
  }

  .nik-project-descr-in-block {
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 100px;
    font-size: 18px;
    line-height: 28px;
  }

  .nikprojectph {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .niksprojectsatperform > .nik-project-descr-block + .nikprojectph {
    margin-top: 24px;
  }

  .nikprojectmeta {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .niksprojectsatperform, .nikprojectpopydok, .nikprojectsky {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .list-3 {
    text-align: left;
  }

  .nik-list-hdr {
    text-align: left;
    width: auto;
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 17px;
    font-size: 14px;
    line-height: 24px;
    list-style-type: disc;
    display: inline-block;
  }

  .nik-skills-ph-grayed {
    background-color: #0000;
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .skills-section {
    text-align: left;
    margin: 0 30px 10px;
  }

  .niksubhcontactsinlineblk {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
  }

  .nik-summary-grayed {
    text-align: left;
    background-color: #f7f7f7;
    width: 100%;
    margin-top: 30px;
    padding: 20px 0 18px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-item {
    font-weight: 700;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .footer-wrap {
    background-color: #0000;
    margin-top: 70px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .headerpcimpact.cc-subpage {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #5e06a7eb, #f549cd);
    height: 150px;
    margin-bottom: 80px;
  }

  .intro-content.cc-homepage {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap {
    text-align: left;
    margin-top: 0;
    margin-bottom: 120px;
  }

  .home-section-wrap {
    text-align: left;
    margin: 70px 15px 0;
    text-decoration: none;
  }

  .about-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 0;
  }

  .about-grid.cc-about-2 {
    margin-bottom: 100px;
  }

  .text-block {
    font-size: 15px;
    line-height: 25px;
  }

  .centered-container.hero {
    padding-bottom: 20px;
  }

  .paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .call-to-action-buttons {
    flex-flow: column wrap;
    place-content: stretch center;
    align-items: center;
    margin-top: 20px;
  }

  .primary-button-black {
    margin-right: 0;
  }

  .secondary-button-silver {
    margin-top: 20px;
  }

  .pcsectionheading {
    text-align: left;
    font-size: 35px;
    line-height: 45px;
  }

  .intro-header-pc {
    background-image: url('../images/new-intro-yeah.jpg');
    background-position: 50% 0;
    background-size: cover;
    height: 200px;
    margin-bottom: 0;
  }

  .paragraph-tiny-copy {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .introheaderpcnarrow2.cc-subpage {
    margin-bottom: 60px;
  }

  .centered-container-pc.hero {
    margin-bottom: 180px;
    padding-bottom: 20px;
  }

  .paragraphcareers {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .paragraphcareersbottom {
    margin-top: 10px;
    margin-bottom: 60px;
  }

  .container-3 {
    max-width: 93%;
  }

  .paragraphcareerstop {
    margin-top: -20px;
    margin-bottom: 20px;
  }

  .paragraph-intro {
    margin-top: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .paragraph-intro-lite {
    font-size: 23px;
    line-height: 33px;
  }

  .div-intro-ph {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .grayedsectionsm {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bigconceptdescr {
    margin-bottom: 40px;
    margin-left: 0;
  }

  .pcsectionheadingsm {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 48px;
  }

  .nik-hdr-title {
    text-align: center;
    margin: 20px 20px 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 31px;
  }

  .paragraphsmsm {
    margin-top: 10px;
    margin-bottom: 60px;
  }

  .bigwelcome {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .paragraphourmissionstart {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .home-section-wrap-impact {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .heading-jumbo-narrow {
    font-size: 40px;
    line-height: 50px;
  }

  .sclinkfooter.w--current {
    color: #111;
    font-size: 10px;
    line-height: 20px;
  }

  .divgethn {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .scparagraphregulardescr {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .scmissionwrap {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 160px;
    font-style: normal;
    display: block;
  }

  .bigconceptdescrmission {
    margin-left: 0;
  }

  .paragraphourmissionbottom {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
  }

  .pcsectionheadingmission {
    font-size: 35px;
    line-height: 45px;
  }

  .pcsectionheadingmissn {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  .div-intro-generic {
    margin-bottom: 80px;
  }

  .introheaderconnect.cc-subpage {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #ffa928, #f549cd);
    height: 150px;
    margin-bottom: 80px;
  }

  .impactcontentwrap {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraphregulardescrimpact {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .headingcomingsoon {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  .apicontentwrap {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .heading-jumbo-narrow-faq {
    font-size: 40px;
    line-height: 50px;
  }

  .headerpcapi.cc-subpage {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #3feb53eb, #5269fa);
    height: 150px;
    margin-bottom: 80px;
  }

  .headerpcimpactfaq.cc-subpage {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #f77225f2, #5269fa);
    height: 150px;
    margin-bottom: 80px;
  }

  .divcomingsoon {
    margin-top: 10px;
  }

  .headerdigitalpresence.cc-subpage {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #3feb53eb, #5269fa);
    height: 150px;
    margin-bottom: 80px;
  }

  .paragraphsm124124 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .pcsectionheadingsm-copy {
    font-size: 30px;
    line-height: 40px;
  }

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

  .skygridpicdiv {
    min-width: auto;
    min-height: 300px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .skyaboutgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .skyaboutgrid.cc-about-2 {
    margin-bottom: 100px;
  }

  .skygridpicdivtest {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hyperroundedimage {
    object-position: 50% 48%;
  }

  .faquesto {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-flex;
  }

  .faqanswerph {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 100px;
  }

  .faqitem {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .code-embed {
    display: inline-block;
  }

  .faquestotxt {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .faquesto-copy {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .faqsubanswerh {
    margin-top: 30px;
  }

  .faqanswertextblock {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }

  .faqsubanswerh2 {
    margin-top: 12px;
  }

  .faqitemstock {
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .faqanswertextblock2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .list-item {
    font-size: 15px;
    line-height: 25px;
  }

  .missionchallengetxt {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .missionchallengeprosolh2 {
    margin-top: 12px;
  }

  .missionprosoltextblock {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .missionchallenge {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .challenge, .faquesto-copy {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-flex;
  }

  .missionchallengetemp {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .missionprosolpara, .missionprosolpara2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .nikh1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 48px;
  }

  .niksubhcontacts {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
  }

  .nikh2 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .nik-project-title {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 33px;
  }

  .nik-project-descr-block {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 27px;
  }

  .nik-summary-ph {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
  }

  .nikhlblock {
    padding: 12px 10px 10px;
  }

  .nik-project-title-aasd {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .nik-project-descr-in-block {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 100px;
  }

  .nikprojectph {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .niksprojectsatperform > .nik-project-descr-block + .nikprojectph {
    margin-top: 24px;
  }

  .nikprojectmeta {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .niksprojectsatperform, .nikprojectpopydok, .nikprojectsky {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .nik-list-hdr {
    margin-left: 20px;
    margin-right: 20px;
  }

  .skills-section {
    text-align: left;
    margin: 0 15px;
    text-decoration: none;
  }

  .niksubhcontactsinlineblk {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .nik-summary-grayed {
    margin-top: 27px;
    padding-top: 17px;
    padding-bottom: 12px;
  }

  .nikhlblocktmpoff {
    padding: 12px 10px 10px;
  }
}

#w-node-badad5a4-73c8-a825-6896-0b035cbb1281-5f9537c4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_586ff217-a109-a57d-0682-14b61f38c010-5f9537c4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-_79806e3a-33d0-bb06-8286-914b910c38be-5f9537ce {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_79806e3a-33d0-bb06-8286-914b910c38cd-5f9537ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8830c90f-bc71-9f6a-b60e-2669800054ac-5f9537ce {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_8830c90f-bc71-9f6a-b60e-2669800054b5-5f9537ce {
  place-self: center;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-5f9537d0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-5f9537d0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-5f9537d5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-5f9537d5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-5f9537d5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-5f9537d5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_95d0c4eb-4fe2-df74-66da-f742849da1e8-5f9537d5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_471907a0-b520-aeff-7936-4a59c0533bbc-5f9537d5 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-5f9537d5 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_965a8094-9742-e548-3f29-dea32e8935f6-5f9537d5 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_5edc59e0-9c5f-bcdb-e449-650444b0d6b5-5f9537d5 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-5f9537d5 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_2079cba9-488c-05b9-4ab6-6424159c45a0-5f9537d5 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-c7f0b404-e4a9-19bf-795f-efe1ab65efd4-5f9537d5 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-eea2796d-bbc3-7b36-d64a-83d562e33279-5f9537d5 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_79e381f8-20e9-8145-3495-d6f023124e4e-5f9537d5 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_1b9db0e5-1912-9504-204e-54060d8705ef-5f9537d5 {
  grid-area: 5 / 2 / 6 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-badad5a4-73c8-a825-6896-0b035cbb1281-5f9537c4 {
    place-self: center;
  }

  #w-node-_586ff217-a109-a57d-0682-14b61f38c010-5f9537c4 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-_79806e3a-33d0-bb06-8286-914b910c38be-5f9537ce, #w-node-_8830c90f-bc71-9f6a-b60e-2669800054ac-5f9537ce {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto;
  }

  #w-node-_8830c90f-bc71-9f6a-b60e-2669800054b5-5f9537ce {
    place-self: center;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-5f9537d0, #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-5f9537d5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-5f9537d5 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_95d0c4eb-4fe2-df74-66da-f742849da1e8-5f9537d5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_471907a0-b520-aeff-7936-4a59c0533bbc-5f9537d5 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-5f9537d5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_965a8094-9742-e548-3f29-dea32e8935f6-5f9537d5 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_5edc59e0-9c5f-bcdb-e449-650444b0d6b5-5f9537d5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-5f9537d5 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_2079cba9-488c-05b9-4ab6-6424159c45a0-5f9537d5 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-c7f0b404-e4a9-19bf-795f-efe1ab65efd4-5f9537d5 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-eea2796d-bbc3-7b36-d64a-83d562e33279-5f9537d5 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_79e381f8-20e9-8145-3495-d6f023124e4e-5f9537d5 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_1b9db0e5-1912-9504-204e-54060d8705ef-5f9537d5 {
    grid-area: 8 / 1 / 9 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-badad5a4-73c8-a825-6896-0b035cbb1281-5f9537c4 {
    align-self: center;
  }

  #w-node-_586ff217-a109-a57d-0682-14b61f38c010-5f9537c4 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-_79806e3a-33d0-bb06-8286-914b910c38be-5f9537ce {
    place-self: auto;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-5f9537d5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-5f9537d5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-5f9537d5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_95d0c4eb-4fe2-df74-66da-f742849da1e8-5f9537d5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_471907a0-b520-aeff-7936-4a59c0533bbc-5f9537d5 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-5f9537d5 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_965a8094-9742-e548-3f29-dea32e8935f6-5f9537d5 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_5edc59e0-9c5f-bcdb-e449-650444b0d6b5-5f9537d5 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-5f9537d5 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_2079cba9-488c-05b9-4ab6-6424159c45a0-5f9537d5 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-c7f0b404-e4a9-19bf-795f-efe1ab65efd4-5f9537d5 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-eea2796d-bbc3-7b36-d64a-83d562e33279-5f9537d5 {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-_79e381f8-20e9-8145-3495-d6f023124e4e-5f9537d5 {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-_1b9db0e5-1912-9504-204e-54060d8705ef-5f9537d5 {
    grid-area: 15 / 1 / 16 / 2;
  }
}

/* Hypername Protocol typography and surface colors. */
:root {
  font-synthesis-weight: none;
  font-synthesis-style: none;
}

body {
  color: #1d1d1d;
  font-family: var(--zt-font-sans);
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-jumbo,
.heading-jumbo-narrow,
.heading-jumbo-narrow-faq,
.section-heading,
.call-to-action-heading,
.pcheading,
.pcsectionheading,
.pcsectionheadingsm,
.pcsectionheadingsm-copy,
.pcsectionheadingmission,
.pcsectionheadingmissn,
.nikh1,
.nikh2,
.nik-project-title-aasd,
.paragraph-bigger,
.paragraphbiggercareers,
.paragraph-intro,
.paragraph-intro-lite,
.uconfrontheading {
  font-family: var(--zt-font-sans);
  font-weight: 500;
  letter-spacing: 0;
}

.nikh1,
.nikh2,
.nik-project-title,
.paragraph-bigger,
.paragraph-intro-lite,
.pcsectionheading,
.pcsectionheadingsm,
.pcsectionheadingsm-copy,
.pcsectionheadingmission,
.pcsectionheadingmissn,
.uconfrontheading,
.hl-span,
.hl-span-bolder {
  color: #1d1d1d;
}

.heading-jumbo,
.heading-jumbo-narrow,
.heading-jumbo-narrow-faq {
  font-weight: 500;
}

.paragraph-light,
.paragraph,
.paragraphcareers,
.paragraphcareersbottom,
.paragraphlightcareers,
.paragraphlightcareersbottom,
.paragraphlightcareerslist,
.paragraphcareerstop,
.paragraphsmsm,
.paragraphourmissionstart,
.paragraphourmissionbottom,
.paragraphregulardescrimpact,
.paragraphsm124124,
.paragraphuconmainlite,
.scparagraphregulardescr,
.nik-hdr-title,
.niksubhcontacts,
.niksubhcontactsinlineblk,
.nik-project-descr-block,
.nik-project-descr-in-block,
.list-3,
.list-item,
.list-item-2,
.list-item-3,
.list-item-4,
.list-item-5,
.list-item-6,
.list-item-7,
.list-item-8,
.list-item-9,
.link-4,
.link-5,
.link-6,
.faquesto,
.faqanswerph {
  font-family: var(--zt-font-sans);
}

.paragraph-light,
.paragraph,
.paragraphcareers,
.paragraphcareersbottom,
.paragraphlightcareers,
.paragraphlightcareersbottom,
.paragraphlightcareerslist,
.paragraphcareerstop,
.paragraphsmsm,
.paragraphourmissionstart,
.paragraphourmissionbottom,
.paragraphregulardescrimpact,
.paragraphsm124124,
.paragraphuconmainlite,
.scparagraphregulardescr,
.niksubhcontacts,
.niksubhcontactsinlineblk,
.nik-project-descr-block,
.nik-project-descr-in-block {
  color: #1d1d1d;
  font-weight: 400;
}

.nik-hdr-title,
.faquesto,
.faqanswerph {
  color: #1d1d1d;
  font-weight: 500;
}

.list-item,
.list-item-2,
.list-item-3,
.list-item-4,
.list-item-5,
.list-item-6,
.list-item-7,
.list-item-8,
.list-item-9 {
  color: #1d1d1d;
  font-weight: 400;
}

strong,
b,
.bold-text,
.hl-span-bolder {
  font-weight: 600;
}

a,
.nik-resume-link,
.contact-email-link {
  color: #1d1d1d;
}

a:hover,
.nik-resume-link:hover,
.contact-email-link:hover {
  color: #32343a;
}

.navigation-item {
  color: #777;
  font-family: var(--zt-font-sans);
  font-weight: 500;
}

.navigation-item.w--current {
  color: #1d1d1d;
  font-weight: 500;
}

.bigwelcome {
  font-family: var(--zt-font-sans);
  font-weight: 400;
}

.section-copy {
  background-color: #0000;
}

.thegrayclass {
  background-color: #f9f9f9;
}

.thegrayclass:hover {
  background-color: #fff;
}

.thegrayclass-copy,
.grayedsectionsm {
  background-color: #f7f7f7;
}

.nikhlblock,
.nikhlblocktmpoff {
  color: #1d1d1d;
  background-color: #f5f5f5;
}
