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

:root {
  --black: black;
  --white: white;
  font-synthesis-weight: none;
  font-synthesis-style: none;
}

.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 {
  background-color: #fff;
  color: #1a1a1a;
  font-family: Intervariable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

button,
input,
select,
textarea {
  font-family: Intervariable, Arial, sans-serif;
}

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: #1a1a1a;
  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 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.section.cc-store-home-wrap {
  min-width: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 33px;
}

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

.pccareertracktitle {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 500;
  line-height: 41px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 8em;
  min-width: 170px;
  max-width: 255px;
  margin: 20px auto 0;
  padding: 12px 21px;
  font-size: 11px;
  font-weight: 500;
  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;
}

.heading-jumbo {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

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

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

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1a1a;
  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: #3b3b3b;
  background-image: linear-gradient(to top, #4440, #696969 100%, #8d8d8d 100%, #b9b9b9);
  justify-content: center;
  align-items: center;
  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;
}

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

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

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

.intro-content.cc-homepage {
  width: 80%;
  max-width: 1200px;
  margin: 76px auto 143px;
}

.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: 30px;
}

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

.service-icon {
  border-radius: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.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: 20px;
}

.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-intro {
  opacity: 1;
  color: #1a1a1a;
  max-width: none;
  margin-top: -10px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.contact-map-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: minmax(0, 8fr) minmax(220px, 2fr);
  align-items: start;
  margin-bottom: 100px;
}

.contact-map {
  width: 100%;
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}

.contact-details {
  padding-top: 2px;
}

.contact-detail-title {
  color: #1a1a1a;
  margin-bottom: 8px;
  font-size: 23px;
  font-weight: 500;
  line-height: 33px;
}

.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: 80px;
  margin-bottom: 0;
}

.home-section-wrap {
  margin-bottom: 0;
}

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

.about-grid {
  grid-column-gap: 70px;
  grid-row-gap: 0;
  grid-template: ". ."
  / minmax(0, 3fr) minmax(0, 4fr);
  align-items: center;
  margin-bottom: 200px;
}

.about-grid.cc-about-2 {
  grid-template-columns: minmax(0, 4fr) minmax(0, 3fr);
  grid-template-areas: ". .";
  margin-bottom: 200px;
}

.about-grid > * {
  min-width: 0;
}

.about-grid .rounded-edges {
  width: 100%;
  height: auto;
  display: block;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  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: 0;
}

.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-weight: 500;
}

.rounded-edges {
  background-image: url('../images/front-what-we-do.webp');
  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: Intervariable, Arial, sans-serif;
  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: Intervariable, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

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

.paragraph {
  color: #1a1a1a;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.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;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Intervariable, Arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.pcsectionheading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 47px;
  font-weight: 500;
  line-height: 53px;
}

.intro-header-pc {
  box-sizing: border-box;
  color: #1a1a1a;
  background-color: #fff;
  background-image: none;
  margin-bottom: 0;
  padding: 0;
  display: flow-root;
  position: relative;
}

.intro-header-pc:after {
  content: none;
  display: none;
}

.intro-header-pc .intro-content.cc-homepage {
  width: min(92%, 980px);
  max-width: none;
}

.intro-header-pc .intro-text {
  width: 100%;
  max-width: 920px;
  margin-bottom: 0;
  transform: none;
}

.intro-header-pc .pchero-heading {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 47px;
  font-weight: 500;
  line-height: 53px;
}

.intro-header-pc .pchero-title-primary {
  display: block;
  font-size: 47px;
  line-height: 53px;
}

.intro-header-pc .pchero-title-secondary {
  color: transparent;
  background-image: linear-gradient(90deg, #ff7a1a 0%, #0866ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  font-size: 79px;
  line-height: 87px;
}

.intro-header-pc .paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  color: rgb(26 27 31 / .64);
  max-width: 520px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.intro-header-pc + .section.cc-store-home-wrap .home-content-wrap {
  margin-top: 0;
}

.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: 160px;
}

.section-copy {
  background-image: linear-gradient(349deg, #4949498f 27%, #424242ba 45%, #fff);
  margin-left: 0;
  margin-right: 0;
}

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

.paragraph-tiny-copy {
  color: #c2c2c2;
  text-align: center;
  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: Intervariable, Arial, sans-serif;
  display: flex;
}

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

.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: left;
  max-width: none;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 500;
}

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

.paragraphlightcareersbottom {
  opacity: .6;
  text-align: left;
  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: left;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 28px;
}

.pccareerlistblock {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin: 15px 0 30px;
  padding: 17px 17px 12px;
}

.pccareerlist {
  opacity: 1;
  color: #1a1a1a;
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}

.pccareerlistitem {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.pccareerlistitem:last-child {
  margin-bottom: 0;
}

.list {
  margin-top: 0;
}

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

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

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

.body {
  text-align: left;
}

.pcservicetypeph {
  background-color: transparent;
  border-radius: 10px;
  padding: 0 30px 30px;
}

.pcservicetypeph .paragraph-bigger {
  font-weight: 500;
}

.pcservicetypeph .pcsericetypeparagraph {
  font-size: 14px;
  line-height: 24px;
}

.pcsericetypeparagraph {
  opacity: .6;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pcourserviceshdr.cc-subpage {
  color: #1a1a1a;
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pccontactushdr.cc-subpage {
  color: #1a1a1a;
  background-color: #fff;
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

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

.pccareershdr.cc-subpage {
  color: #1a1a1a;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  justify-content: center;
  height: 300px;
}

.pcsubpagehdr.cc-subpage {
  color: #1a1a1a;
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: normal;
  align-items: normal;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  display: flow-root;
}

.pcsubpagehdr.cc-subpage .intro-content {
  width: min(92%, 980px);
  max-width: none;
  margin: 76px auto 70px;
  transform: none;
}

.pcsubpageheading {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 47px;
  font-weight: 500;
  line-height: 53px;
}

.contact-form-heading-wrap .paragraph-bigger,
.container-3 > .paragraph-bigger {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 47px;
  font-weight: 500;
  line-height: 53px;
}

.pcsericetypeparagraph,
.paragraphcareerstop,
.paragraphcareers,
.paragraphcareersbottom,
.paragraphlightcareers,
.paragraphlightcareersbottom,
.paragraphlightcareerslist,
.contact-form-heading-wrap .paragraph-light,
.details-wrap .paragraph-light,
.contact-email-link {
  opacity: 1;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  .pcsectionheading {
    font-size: 47px;
  }

  .section {
    max-width: 90%;
  }

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

  .section.cc-store-home-wrap {
    max-width: 90%;
  }

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

  .container {
    max-width: none;
  }

  .button {
    justify-content: center;
    margin-top: 26px;
  }

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

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

  .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;
    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: #3b3b3b;
    padding-bottom: 80px;
  }

  .cta-text {
    width: auto;
  }

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

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

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

  .contact-form-wrap {
    padding-bottom: 0;
  }

  .contact-form-grid {
    grid-column-gap: 20px;
    grid-row-gap: 80px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: auto;
    margin: 0 auto 60px;
  }

  .contact-map-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
    margin-bottom: 70px;
  }

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

  .text-field.cc-textarea.cc-contact-field {
    margin-bottom: 0;
  }

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

  .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-section-wrap {
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-grid {
    grid-column-gap: 0;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 200px;
  }

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

  .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 {
    min-width: auto;
    max-width: none;
    margin-bottom: 0;
  }

  .intro-header-pc {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro-header-pc .intro-content.cc-homepage {
    margin-top: 110px;
    margin-bottom: 152px;
  }

  .intro-header-pc .pchero-heading {
    font-size: 47px;
    line-height: 53px;
  }

  .pcsubpagehdr.cc-subpage .intro-content {
    margin-top: 110px;
    margin-bottom: 77px;
  }

  .pcsubpageheading {
    font-size: 47px;
    line-height: 53px;
  }

  .intro-header-pc .pchero-title-primary {
    font-size: 47px;
    line-height: 53px;
  }

  .intro-header-pc .pchero-title-secondary {
    font-size: 79px;
    line-height: 87px;
  }

  .intro-header-pc .paragraph-bigger.cc-bigger-white-light {
    font-size: 22px;
    line-height: 30px;
  }

  .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: 200px;
  }

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

  .paragraphcareers {
    margin-bottom: 20px;
  }

  .paragraphcareersbottom {
    margin-bottom: 60px;
  }

  .paragraphcareerstop {
    margin-bottom: 20px;
  }

  .pcservicesbutton {
    justify-content: center;
    margin-top: 26px;
  }

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

  .formsubmitbutton {
    justify-content: center;
    margin-top: 35px;
  }

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

@media screen and (max-width: 767px) {
  .pcsectionheading {
    font-size: 40px;
    line-height: 48px;
  }

  .section {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .container {
    text-align: center;
  }

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

  .pccareertracktitle {
    font-size: 33px;
    line-height: 41px;
  }

  .button {
    margin-bottom: 0;
  }

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

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

  .intro-content {
    width: 80%;
  }

  .intro-header-pc .intro-content.cc-homepage {
    width: min(90%, 620px);
    margin-top: 103px;
    margin-bottom: 115px;
  }

  .intro-header-pc .intro-text {
    transform: none;
  }

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

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

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

  .contact-form-grid {
    grid-row-gap: 60px;
    margin-bottom: 40px;
  }

  .contact-intro {
    margin-bottom: 34px;
  }

  .contact-detail-title {
    font-size: 21px;
    line-height: 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 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .blog-heading {
    margin-bottom: 0;
  }

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

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

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

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

  .pcheading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .intro-header-pc {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro-header-pc .pchero-heading {
    margin-bottom: 22px;
    font-size: 40px;
    line-height: 48px;
  }

  .intro-header-pc .pchero-title-primary {
    font-size: 40px;
    line-height: 48px;
  }

  .intro-header-pc .pchero-title-secondary {
    font-size: 69px;
    line-height: 77px;
  }

  .intro-header-pc .paragraph-bigger.cc-bigger-white-light {
    font-size: 18px;
    line-height: 26px;
  }

  .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 {
    margin-bottom: 180px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .pcservicesbutton {
    margin-bottom: 0;
  }

  .pcourserviceshdr.cc-subpage {
    margin-bottom: 80px;
  }

  .formsubmitbutton {
    margin-bottom: 0;
  }

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

  .pcsubpagehdr.cc-subpage {
    margin-bottom: 0;
  }

  .contact-form-heading-wrap .paragraph-bigger,
  .container-3 > .paragraph-bigger {
    font-size: 40px;
    line-height: 46px;
  }

  .pcsubpageheading {
    font-size: 40px;
    line-height: 48px;
  }

  .pcsubpagehdr.cc-subpage {
    margin-bottom: 0;
  }

  .pcsubpagehdr.cc-subpage .intro-content {
    margin-top: 103px;
    margin-bottom: 64px;
  }

  .pcsericetypeparagraph,
  .paragraphcareerstop,
  .paragraphcareers,
  .paragraphcareersbottom,
  .paragraphlightcareers,
  .paragraphlightcareersbottom,
  .paragraphlightcareerslist,
  .pccareerlistitem,
  .contact-form-heading-wrap .paragraph-light,
  .details-wrap .paragraph-light,
  .contact-email-link {
    font-size: 15px;
    line-height: 25px;
  }
}

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

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

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

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

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

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-grid {
    grid-row-gap: 60px;
    width: 100%;
    margin-bottom: 40px;
  }

  .contact-map-grid {
    grid-row-gap: 28px;
    margin-bottom: 60px;
  }

  .contact-map {
    height: 360px;
  }

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

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

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

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

  .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 {
    font-size: 40px;
    line-height: 46px;
  }

  .intro-header-pc {
    background-image: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro-header-pc .intro-content.cc-homepage {
    margin-top: 79px;
    margin-bottom: 91px;
  }

  .intro-header-pc .pchero-heading {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 46px;
  }

  .intro-header-pc .pchero-title-primary {
    font-size: 40px;
    line-height: 46px;
  }

  .intro-header-pc .pchero-title-secondary {
    font-size: 69px;
    line-height: 77px;
  }

  .intro-header-pc .paragraph-bigger.cc-bigger-white-light {
    font-size: 18px;
    line-height: 26px;
  }

  .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: 140px;
    padding-bottom: 0;
  }

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

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

  .pccareertracktitle {
    font-size: 33px;
    line-height: 41px;
  }

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

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

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

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

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

  .pccontactushdr.cc-subpage {
    margin-bottom: 40px;
  }

  .pcsubpagehdr.cc-subpage {
    margin-bottom: 0;
  }

  .pcsubpagehdr.cc-subpage .intro-content {
    margin-top: 79px;
    margin-bottom: 55px;
  }

  .pcsubpageheading {
    font-size: 40px;
    line-height: 46px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-0a037ee3 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-0a037ee3, #w-node-_86e64837-0616-515b-4568-76c147234d41-0a037ee3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-0a037ee3, #w-node-_351ddf1d-1126-1973-0b88-0017800ecb8f-0a037ee3 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_351ddf1d-1126-1973-0b88-0017800ecb95-0a037ee3, #w-node-_979687c5-6141-2659-eeae-2a353567b558-0a037ee3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_979687c5-6141-2659-eeae-2a353567b561-0a037ee3 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-5b037ee8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

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

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

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

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

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

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-0a037ee3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-0a037ee3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-0a037ee3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-0a037ee3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_351ddf1d-1126-1973-0b88-0017800ecb8f-0a037ee3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_351ddf1d-1126-1973-0b88-0017800ecb95-0a037ee3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_979687c5-6141-2659-eeae-2a353567b558-0a037ee3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_979687c5-6141-2659-eeae-2a353567b561-0a037ee3 {
    grid-area: 1 / 1 / 2 / 2;
  }

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

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

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

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

}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-5b037ee8 {
    grid-area: 2 / 1 / 3 / 2;
  }

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

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

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

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

/* Perform menu, adapted from Hypername's landing navigation. */
body.sc-menu-open {
  overflow: hidden;
}

body {
  --pc-nav-bg: rgb(255 255 255 / .7);
  --pc-mobile-menu-bg: rgb(255 255 255 / .95);
  --pc-nav-text: #777;
  --pc-nav-text-active: #1d1d1d;
  --pc-nav-accent: #7f9fbd;
  --pc-mobile-pill-bg: #f9f9f9;
}

.navigation.w-nav {
  z-index: 120;
  background-color: var(--pc-nav-bg);
  border-bottom: 0;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 13px;
  display: block;
  position: fixed !important;
  inset: 0 0 auto;
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.navigation.w-nav.pc-vv-shift {
  transform: translate3d(0, var(--pc-vv-top, 0px), 0);
  transform-origin: top left;
}

.navigation-wrap {
  grid-template-columns: minmax(0, 25%) auto minmax(0, 25%);
  align-items: center;
  background-color: transparent;
  width: min(1280px, calc(100vw - 2.4rem));
  height: 3.75rem;
  max-width: none;
  margin: 0 auto;
  display: grid;
  position: relative;
}

.logo-link,
.logo-link.w--current {
  grid-column: 1;
  justify-self: start;
  align-items: center;
  display: inline-flex;
}

.logo-link:hover,
.logo-link:focus {
  opacity: 1;
  color: inherit;
}

.navigation .logo-image {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.menu {
  z-index: 1;
  grid-column: 2;
  justify-self: center;
  align-items: center;
  margin: 0;
  display: flex;
  position: static;
  inset: auto;
}

.navigation-items {
  background-color: transparent !important;
  flex: none;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.navigation-item,
.navigation-item.w-nav-link {
  opacity: 1;
  color: var(--pc-nav-text) !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: transparent !important;
  padding: 0 1.15rem;
  font-size: .77rem;
  font-weight: 500;
  line-height: 3.35rem;
  text-decoration: none;
  transition: color 140ms ease;
  position: relative;
}

.navigation-item:after {
  content: none;
  display: none;
}

.navigation-item:hover,
.navigation-item:focus,
.navigation-item:active {
  opacity: 1;
  color: var(--pc-nav-text-active) !important;
  background-color: transparent !important;
  text-decoration: none;
}

.navigation-item.w--current,
.navigation-item.sc-mobile-current,
.navigation-item[aria-current="page"],
.navigation-item.w--current:hover,
.navigation-item.sc-mobile-current:hover,
.navigation-item[aria-current="page"]:hover,
.navigation-item.w--current:active,
.navigation-item.sc-mobile-current:active,
.navigation-item[aria-current="page"]:active {
  opacity: 1;
  color: var(--pc-nav-text-active) !important;
  font-weight: 500;
}

.menu-button.w-nav-button,
.mobile-menu-logo-link {
  display: none;
}

.navigation.w-nav + .intro-header-pc,
.navigation.w-nav + .pcourserviceshdr,
.navigation.w-nav + .pccareershdr,
.navigation.w-nav + .pccontactushdr,
.navigation.w-nav + .section {
  margin-top: 3.75rem;
}

@media screen and (max-width: 1024px) {
  .navigation.w-nav {
    --pc-mobile-nav-edge: clamp(11px, calc(2vw + 3px), 23px);
    --pc-menu-button-size: 42px;
    --pc-menu-line-width: 21px;
    --pc-menu-button-inset: 10.5px;
    padding: 0;
  }

  .navigation-wrap {
    box-sizing: border-box;
    grid-template-columns: 3.35rem minmax(0, 1fr) 3.35rem;
    width: 100%;
    padding-left: var(--pc-mobile-nav-edge);
    padding-right: var(--pc-mobile-nav-edge);
  }

  .logo-link,
  .logo-link.w--current {
    z-index: 171;
    grid-column: 1;
    justify-self: start;
    align-self: center;
    display: inline-flex !important;
    position: relative;
  }

  body.sc-menu-open .navigation .logo-link {
    opacity: 0;
    pointer-events: none;
  }

  .navigation > .navigation-wrap > .logo-link .logo-image {
    width: 2.7rem;
    height: 2.7rem;
  }

  .navigation-wrap:before,
  .navigation-wrap:after {
    content: none;
    display: none;
  }

  .menu {
    grid-column: 3;
    justify-self: end;
    display: block;
  }

  .navigation .navigation-items:not([data-nav-menu-open]) {
    display: none !important;
  }

  .menu-button.w-nav-button {
    z-index: 170;
    background: transparent;
    border-radius: 0;
    width: var(--pc-menu-button-size);
    height: var(--pc-menu-button-size);
    padding: 0;
    display: inline-block !important;
    position: fixed;
    top: calc((3.75rem - var(--pc-menu-button-size)) / 2);
    right: calc(var(--pc-mobile-nav-edge) - var(--pc-menu-button-inset));
    left: auto;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
  }

  .menu-button.w-nav-button:hover,
  .menu-button.w-nav-button:focus,
  .menu-button.w-nav-button:active,
  .menu-button.w-nav-button.w--open {
    background: transparent;
    outline: none;
    box-shadow: none;
  }

  .menu-icon {
    display: none !important;
  }

  .menu-button:before,
  .menu-button:after {
    content: "";
    background-color: #999;
    border-radius: 4em;
    width: var(--pc-menu-line-width);
    height: 2.5px;
    margin: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transition: transform .3s ease, background-color .2s ease;
  }

  .menu-button:before {
    transform: translate(-50%, calc(-50% - 4px));
  }

  .menu-button:after {
    transform: translate(-50%, calc(-50% + 4px));
  }

  .menu-button.w--open:before {
    background-color: var(--pc-nav-text);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .menu-button.w--open:after {
    background-color: var(--pc-nav-text);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .navigation .w-nav-overlay {
    z-index: 140;
    pointer-events: none;
    background: transparent;
    width: 100%;
    height: 0 !important;
    position: absolute;
    inset: auto 0;
    overflow: visible;
  }

  body.sc-menu-open .navigation .w-nav-overlay,
  .navigation .w-nav-overlay:has(.navigation-items[data-nav-menu-open]) {
    pointer-events: auto;
    background: var(--pc-mobile-menu-bg);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    height: 100vh !important;
    height: 100dvh !important;
    position: fixed;
    inset: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .navigation-items[data-nav-menu-open] {
    text-align: center;
    background-color: var(--pc-mobile-menu-bg) !important;
    width: 100%;
    min-width: 0;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 4.65rem .9rem 2rem !important;
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    overflow-y: auto;
    transform: none !important;
    transition: none !important;
    box-shadow: none;
  }

  .navigation-items[data-nav-menu-open]:before {
    content: none;
    display: none;
  }

  .navigation-items[data-nav-menu-open] .mobile-menu-logo-link {
    opacity: 1;
    color: var(--pc-nav-accent);
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1.2rem;
    text-decoration: none;
    display: inline-flex !important;
  }

  .navigation-items[data-nav-menu-open] .mobile-menu-logo-link:hover,
  .navigation-items[data-nav-menu-open] .mobile-menu-logo-link:focus {
    opacity: 1;
    color: var(--pc-nav-accent);
  }

  .navigation-items[data-nav-menu-open] .mobile-menu-logo-link .logo-image {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
  }

  .navigation-items[data-nav-menu-open] .navigation-item,
  .navigation-items[data-nav-menu-open] .navigation-item.w-nav-link {
    color: var(--pc-nav-text) !important;
    text-align: center;
    letter-spacing: .09em;
    background: var(--pc-mobile-pill-bg) !important;
    border-radius: 8em !important;
    justify-content: center;
    align-items: center;
    width: min(18rem, calc(100vw - 1.8rem));
    height: 3.45rem;
    margin: 0 auto .55rem;
    padding: 0 1rem;
    font-size: .98rem;
    font-weight: 500;
    line-height: 1.15;
    display: flex !important;
    box-shadow: none;
  }

  .navigation-items[data-nav-menu-open] .navigation-item:after {
    display: none;
  }

  .navigation-items[data-nav-menu-open] .navigation-item:hover,
  .navigation-items[data-nav-menu-open] .navigation-item:focus {
    color: var(--pc-nav-text-active) !important;
    background: #fff !important;
  }

  .navigation-items[data-nav-menu-open] .navigation-item.w--current,
  .navigation-items[data-nav-menu-open] .navigation-item.sc-mobile-current,
  .navigation-items[data-nav-menu-open] .navigation-item[aria-current="page"],
  .navigation-items[data-nav-menu-open] .navigation-item.w--current:hover,
  .navigation-items[data-nav-menu-open] .navigation-item.sc-mobile-current:hover,
  .navigation-items[data-nav-menu-open] .navigation-item[aria-current="page"]:hover,
  .navigation-items[data-nav-menu-open] .navigation-item.w--current:focus,
  .navigation-items[data-nav-menu-open] .navigation-item.sc-mobile-current:focus,
  .navigation-items[data-nav-menu-open] .navigation-item[aria-current="page"]:focus {
    color: var(--pc-nav-text-active) !important;
    background: #fff !important;
    cursor: default;
    pointer-events: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 520px) {
  .navigation > .navigation-wrap > .logo-link .logo-image {
    width: 2.4rem;
    height: 2.4rem;
  }

  .menu-button.w-nav-button {
    --pc-menu-button-size: 40px;
    --pc-menu-button-inset: 9.5px;
    width: var(--pc-menu-button-size);
    height: var(--pc-menu-button-size);
    right: calc(var(--pc-mobile-nav-edge) - var(--pc-menu-button-inset));
    left: auto;
  }
}

@media screen and (max-width: 420px) {
  .navigation-wrap {
    grid-template-columns: 3rem minmax(0, 1fr) 3rem;
  }

  .menu-button.w-nav-button {
    --pc-menu-button-size: 38px;
    --pc-menu-button-inset: 8.5px;
    width: var(--pc-menu-button-size);
    height: var(--pc-menu-button-size);
    right: calc(var(--pc-mobile-nav-edge) - var(--pc-menu-button-inset));
    left: auto;
  }

  .navigation-items[data-nav-menu-open] .navigation-item,
  .navigation-items[data-nav-menu-open] .navigation-item.w-nav-link {
    white-space: normal;
    font-size: .96rem;
  }
}

/* Perform footer, adapted from Hypername's landing footer. */
.footerph {
  color: #1a1a1a;
  background: transparent;
  font-weight: 500;
}

.footerph .footer-wrap {
  background: transparent;
  background-image: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 80px 20px;
  position: relative;
  line-height: 1.4;
  display: flex;
}

.footerph .footer-wrap:before {
  content: "";
  pointer-events: none;
  background-color: #dedede;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

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

.sclinkfooter,
.sclinkfooter.w--current {
  opacity: 1;
  color: #1a1a1a;
  font-family: Intervariable, Arial, sans-serif;
  font-size: clamp(12px, calc(11.27px + .23vw), 14px);
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.sclinkfooter:hover,
.sclinkfooter:focus,
.sclinkfooter.w--current:hover,
.sclinkfooter.w--current:focus {
  opacity: 1;
  color: #1a1a1a;
  text-decoration: none;
}

.text-span-7 {
  color: #1a1a1a;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}
