:root {
  --purple: #bea1f7;
  --black: black;
  --white: #ef58a0;
  --pink: #ef58a0;
  --yellow: #fde74e;
  --green: #97bd4c;
  --blue: #86d3f1;
}

.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 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  transition-property: none;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 600;
  line-height: 62px;
}

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

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

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

h5 {
  margin-top: 0;
  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: #000;
  text-decoration: none;
  display: block;
}

a:hover {
  transition-property: none;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 0;
  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;
}

figcaption {
  opacity: 1;
  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 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: League Spartan, sans-serif;
}

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

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.header {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.header.black {
  background-color: #000;
  overflow: hidden;
}

.section.content.white {
  color: #000;
  background-color: #fff;
}

.section.content.black {
  background-color: #000;
}

.section.footer {
  background-color: #000;
  position: static;
}

.section.footer.black {
  background-color: #000;
}

.section.footer.white {
  background-color: #fff;
}

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

.container {
  width: 80%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.container.bottom {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

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

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

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  text-align: left;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border: 4px solid #000;
  border-radius: 0;
  padding: 12px 35px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

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

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

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

.primary-button.cc-contact-us {
  z-index: 5;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #1a1b1f00;
  border: 4px solid #fff;
  flex: 0 auto;
  font-size: 18px;
  font-weight: 700;
  display: block;
  position: relative;
}

.primary-button.cc-contact-us:hover {
  background-color: #ffffff36;
}

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

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

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

.primary-button.nav {
  color: #fff;
  background-color: #1a1b1f00;
  border: 4px solid #fff;
  border-radius: 0;
  transition: all .4s;
}

.primary-button.nav:hover {
  border-color: var(--purple);
  color: var(--purple);
}

.primary-button.nav.black {
  color: #000;
  border-color: #000;
}

.primary-button.nav.black:hover {
  border-color: var(--purple);
  color: var(--purple);
}

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

.primary-button.black:hover {
  border-color: var(--purple);
  color: var(--purple);
}

.primary-button.white {
  background-color: #1a1b1f00;
  border-color: #fff;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  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;
}

.rich-text figcaption {
  opacity: .6;
}

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

.paragraph-light {
  opacity: .8;
  color: #000;
}

.paragraph-light.large {
  font-size: 22px;
  line-height: 34px;
}

.paragraph-light.medium {
  font-size: 18px;
  line-height: 26px;
}

.heading-jumbo {
  text-align: left;
  letter-spacing: -4px;
  text-transform: none;
  white-space: normal;
  min-width: 60%;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.heading-jumbo.center {
  text-align: center;
  text-transform: capitalize;
  white-space: normal;
  font-size: 70px;
  line-height: 70px;
}

.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 {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 22px;
}

.logo-link {
  z-index: 1;
  color: #fff;
  width: 18%;
  max-width: 400px;
}

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

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

.logo-link.w--current {
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  width: 18%;
  max-width: 400px;
  text-decoration-color: #fff;
  display: block;
}

.menu {
  z-index: 0;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-right: 24px;
  display: flex;
  position: relative;
  inset: 0%;
}

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

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-item {
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  flex: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: underline;
  transition-property: none;
}

.navigation-item:hover, .navigation-item:active {
  opacity: 1;
}

.navigation-item:focus, .navigation-item:visited, .navigation-item:lang(en) {
  opacity: 100;
}

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

.navigation-item.pink, .navigation-item.pink:lang(en) {
  color: #fff;
}

.navigation-item.black {
  color: #000;
}

.navigation-item.mobile {
  color: #000;
  display: none;
}

.logo-image {
  background-color: #000;
  display: block;
}

.navigation-items {
  background-color: #c8c8c800;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: static;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  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;
  display: flex;
}

.intro-header {
  color: #fff;
  background-image: url('../images/fists.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 400px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

.intro-content.cc-homepage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 80%;
  height: 80%;
  margin-top: 77px;
  margin-bottom: 20px;
  display: flex;
  overflow: visible;
}

.intro-content.cc-homepage.black {
  color: #000;
}

.intro-content.works-page {
  color: #000;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 80%;
  height: 80%;
  margin-top: 10%;
  margin-bottom: 20px;
  padding-top: 50px;
  display: flex;
}

.intro-content.works-page.black {
  color: #000;
}

.intro-content.included-page {
  color: #fff;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  height: 80%;
  margin-top: 77px;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.intro-content.included-page.black {
  color: #000;
}

.intro-content.learning-page {
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  height: 80%;
  margin-top: 77px;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.intro-content.learning-page.black {
  color: #000;
}

.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: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

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

.service-icon {
  margin-bottom: 30px;
}

.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: 1px solid #eee;
  flex-flow: column;
  margin-bottom: 150px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 45px 50px 50px;
  display: flex;
}

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

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

.get-in-touch-form {
  flex-direction: column;
  align-items: flex-start;
  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 {
  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 {
  color: var(--black);
  margin-bottom: 40px;
}

.contact-heading {
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.map {
  height: 460px;
  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;
}

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

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

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

.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 {
  flex: 1;
  align-self: center;
  margin-top: 0;
  padding-top: 0;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
}

.section-heading.pink {
  color: #ef58a0;
}

.section-heading.green {
  color: #00bf63;
}

.problem-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  background-color: #f8f8f8;
  grid-template: ". ."
  / 1fr 1fr .75fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: center;
  margin-bottom: 40px;
  padding: 20px 50px 30px;
}

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

.intro-text-home {
  align-self: flex-start;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 0;
}

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

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

.secondary-button {
  border: 4px none var(--white);
  color: #000;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #fff;
  align-self: auto;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
  position: static;
}

.secondary-button:hover {
  background-color: var(--pink);
  color: var(--black);
}

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

.secondary-button.black {
  border-style: solid;
  border-color: var(--black);
  background-color: #000;
}

.secondary-button.black:hover {
  border-color: var(--pink);
  background-color: var(--pink);
}

.secondary-button.contact {
  background-color: var(--black);
  color: #fff;
  align-items: center;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  display: flex;
}

.secondary-button.contact:hover {
  background-color: var(--pink);
}

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

.text-block {
  letter-spacing: 0;
  text-transform: capitalize;
  white-space: nowrap;
  align-items: center;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.secondary-button-copy {
  color: #000;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-block-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-2:hover {
  opacity: 1;
}

.text-span {
  color: #bea1f7;
}

.logo-horizontal {
  flex: 1;
  display: flex;
  position: static;
}

.logo-horizontal.black {
  color: #000;
}

.footer-container {
  justify-content: space-between;
  align-items: stretch;
  margin: 0 30px;
  padding: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.footer-container.black {
  color: #000;
}

.footer-logo-link {
  z-index: 1;
  color: #fff;
  align-self: center;
  width: 8%;
}

.footer-logo-link:hover {
  opacity: 1;
}

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

.footer-logo-link.w--current {
  color: #fff;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  max-width: 100px;
  display: block;
}

.footer-logo-link.black {
  color: #000;
  max-width: 100px;
}

.footer-links {
  z-index: 0;
  grid-column-gap: 10%;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: wrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start end;
  place-items: center start;
  width: 25%;
  min-width: 250px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: relative;
  inset: 0%;
}

.footer-links.black {
  color: #000;
}

.footer-link-item {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 9px;
  font-weight: 300;
  line-height: 16px;
  -webkit-text-decoration: underline #000;
  text-decoration: underline #000;
  transition: text-decoration-color .6s;
  display: flex;
}

.footer-link-item:hover {
  text-decoration: underline;
}

.footer-link-item.black {
  color: #000;
  text-decoration: none;
}

.footer-link-item.black:hover {
  text-decoration: underline;
}

.footer-links-wrap {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 57%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.footer-links-wrap.contact {
  justify-content: flex-end;
}

.text-block-3 {
  padding-top: 4px;
}

.image-2 {
  flex: none;
  order: 0;
  width: 40%;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5%;
  display: flex;
}

.stats-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.stat-block {
  background-color: #f7e9e9;
  flex-flow: column;
  align-items: center;
  width: 100%;
  min-width: 250px;
  display: flex;
}

.stat-block.results {
  background-color: #edffd5;
}

.stat {
  text-align: center;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
}

.stat.pink {
  color: #ef58a0;
}

.stat.green {
  color: #00bf63;
}

.stat-text {
  text-align: center;
  width: 70%;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  line-height: 14px;
}

.text-span-2 {
  vertical-align: top;
  font-size: 30px;
}

.text-span-3 {
  vertical-align: top;
  font-size: 25px;
}

.solution-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 2px solid #0000001f;
  grid-template: ". ."
  / 1fr 1fr .75fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: center;
  margin-bottom: 80px;
  padding: 20px 50px 30px;
}

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

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  font-weight: 600;
}

.footer-text {
  color: #fff;
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.footer-jumbo-header {
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.footer-jumbo-header.centered {
  text-align: center;
  text-transform: capitalize;
}

.header-logo {
  width: 25%;
  max-width: 300px;
}

.link-block {
  width: 25%;
}

.link-block-2 {
  width: 20%;
}

.nav-colour-wrap {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  transition-property: none;
  display: flex;
}

.image-wrap {
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: block;
}

.home-header-image {
  flex: none;
  align-self: center;
  width: 35%;
  min-width: 250px;
  margin: 0;
  position: relative;
  inset: 0% 0% 0% auto;
}

.works-content-wrap {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 150px;
  display: flex;
}

.colour-heading {
  color: #000;
}

.colour-heading.purple {
  text-transform: capitalize;
}

.text-span-10 {
  background-color: #ef58a0;
}

.paragraph {
  letter-spacing: 0;
  font-weight: 600;
}

.paragraph.white {
  color: #fff;
}

.intro-header-home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

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

.paragraph-heavy {
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
}

.paragraph-heavy.white {
  color: #fff;
}

.text-span-11 {
  background-color: #86d3f1;
}

.text-block-4 {
  color: #fff;
}

.included-header {
  color: #fff;
  background-image: url('../images/Included_BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.included-tag {
  text-align: center;
  letter-spacing: -.03em;
  white-space: normal;
  flex: none;
  align-self: auto;
  font-weight: 600;
  line-height: 20px;
}

.icon-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  align-self: flex-start;
  align-items: center;
  width: 150px;
  display: flex;
}

.included-icon {
  flex: 0 auto;
}

.div-block-2 {
  flex-flow: column;
  flex: none;
  align-items: center;
  width: 150px;
  display: flex;
}

.horizontal-wrap {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.horizontal-wrap.learning, .horizontal-wrap.about {
  padding: 20px;
  transition: all .4s;
}

.horizontal-wrap.about:hover {
  color: #fff0;
  background-color: #f8f8f8;
}

.colour-block.yellow {
  background-color: var(--yellow);
  color: #000;
}

.colour-block.purple {
  color: #000;
  background-color: #bea1f7;
}

.colour-block.pink {
  background-color: var(--pink);
  color: #000;
}

.colour-block.green {
  background-color: var(--green);
  color: #000;
}

.colour-block.blue {
  background-color: var(--blue);
  color: #000;
}

.include-content-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  text-align: left;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 150px;
  font-size: 22px;
  display: flex;
}

.div-block-3 {
  flex: 1;
}

.learning-header {
  background-color: var(--yellow);
  color: #000;
  border: 2px #00000014;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 75vh;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.learning-content-wrap {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 150px;
  display: flex;
}

.div-block-4 {
  display: flex;
}

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

.text-wrap-left {
  text-align: left;
  align-self: auto;
}

.course {
  width: 350px;
}

.p-header-bold {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.p-header-bold.link {
  text-decoration: underline;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5 {
  font-weight: 700;
}

.about-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
  font-size: 22px;
  display: flex;
}

.works-content-wrap-copy {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 150px;
  display: flex;
}

.text-span-12 {
  background-color: var(--blue);
}

.value {
  width: 150px;
}

.about-footer-headline {
  font-weight: 700;
}

.about-bottom-image {
  width: 40%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-bottom-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo-vertical {
  color: #fff;
  flex: 1;
  display: none;
  position: static;
}

.logo-vertical.black {
  color: #000;
}

.logo-vertical.footer {
  color: #fff;
  display: block;
}

.logo-vertical.footer.black {
  color: #000;
}

.navigation-items-menu {
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  transition-property: none;
  display: none;
}

.navigation-item-desktop {
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  flex: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
}

.navigation-item-desktop:hover, .navigation-item-desktop:active {
  opacity: 1;
}

.navigation-item-desktop:focus, .navigation-item-desktop:visited, .navigation-item-desktop:lang(en) {
  opacity: 100;
}

.navigation-item-desktop.w--current {
  opacity: 1;
  font-weight: 600;
}

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

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

.navigation-item-desktop.pink {
  flex: none;
  padding-right: 3%;
  font-family: League Spartan, sans-serif;
}

.navigation-item-desktop.pink.w--current {
  color: #fff;
}

.navigation-item-desktop.black {
  color: #000;
}

.navigation-item-desktop.mobile {
  color: #000;
  display: none;
}

.navigation-item-desktop.green {
  color: #fff;
  font-family: League Spartan, sans-serif;
}

.navigation-item-desktop.yellow {
  font-family: League Spartan, sans-serif;
}

.navigation-item-desktop.yellow.w--current {
  color: #fff;
}

.navigation-item-desktop.blue {
  font-family: League Spartan, sans-serif;
}

.navigation-item-desktop.blue.w--current {
  color: #fff;
}

.navigation-items-desktop {
  background-color: #c8c8c800;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: static;
}

.navigation-items-desktop.black {
  color: #000;
}

.navbar-2 {
  background-color: #000;
  padding-left: 30px;
}

.blk-navigation-item-desktop {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: capitalize;
  flex: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: underline;
  transition-property: none;
}

.blk-navigation-item-desktop:hover, .blk-navigation-item-desktop:active {
  opacity: 1;
}

.blk-navigation-item-desktop:focus, .blk-navigation-item-desktop:visited, .blk-navigation-item-desktop:lang(en) {
  opacity: 100;
}

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

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

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

.blk-navigation-item-desktop.pink, .blk-navigation-item-desktop.pink.w--current, .blk-navigation-item-desktop.black {
  color: #000;
}

.blk-navigation-item-desktop.mobile {
  color: #000;
  display: none;
}

.blk-navigation-item-desktop.green, .blk-navigation-item-desktop.yellow, .blk-navigation-item-desktop.blue {
  color: #000;
}

.header-wrap {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.intro-text-works {
  align-self: flex-start;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 0;
}

.header-wrap-works {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 18px;
  margin-right: 0;
  display: flex;
}

.intro-text-includes {
  align-self: flex-start;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 0;
}

.header-wrap-includes {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.div-block-11 {
  align-self: center;
}

.about-header {
  color: #000;
  border: 2px solid #00000014;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 70vh;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.contact-header {
  color: #fff;
  background-color: #000;
  border: 2px solid #00000014;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 70vh;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: League Spartan, sans-serif;
  display: flex;
}

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

.legal-wrap {
  border: 1px solid #eee;
  flex-flow: column;
  margin-bottom: 150px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 45px 50px 50px;
  display: flex;
}

.text-span-13 {
  background-color: #fff;
}

.learnin-link {
  transition: all .4s;
}

.learnin-link:hover {
  background-color: #f8f8f8;
}

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

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

  .container {
    width: 90%;
    display: block;
  }

  .primary-button {
    justify-content: center;
  }

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

  .paragraph-light.medium {
    text-align: left;
  }

  .heading-jumbo {
    text-align: center;
    letter-spacing: -2px;
    margin-bottom: 10px;
    font-size: 56px;
    line-height: 60px;
  }

  .heading-jumbo.center {
    white-space: normal;
    min-width: 0;
    font-size: 70px;
    line-height: 70px;
  }

  .logo-link {
    z-index: 999;
    color: #000;
    position: relative;
  }

  .logo-link.w--current {
    flex: 1;
    max-width: 200px;
  }

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    color: #000;
    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;
  }

  .navigation-item.pink {
    color: #000;
  }

  .navigation-item.mobile {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 24px;
    display: block;
  }

  .menu-button {
    color: #fff;
    width: 35px;
    margin-left: 40px;
    padding: 7px 0 0;
    display: block;
  }

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

  .navigation-items {
    z-index: 1;
    background-color: #fff;
    flex: none;
    align-self: auto;
    width: 100%;
    padding-top: 90px;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .cta-text {
    width: auto;
  }

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

  .intro-content.cc-homepage {
    flex-flow: column;
    width: 90%;
  }

  .intro-content.works-page {
    align-items: flex-start;
    padding-top: 40px;
  }

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

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

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

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

  .problem-grid {
    grid-row-gap: 50px;
    text-align: center;
    flex-flow: column;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    grid-auto-flow: row;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
  }

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

  .intro-text-home {
    align-self: center;
    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;
  }

  .footer-logo-link {
    width: 15%;
  }

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

  .footer-links {
    grid-column-gap: 5%;
    place-items: center end;
    margin-left: 30px;
    position: static;
  }

  .footer-links-wrap {
    justify-content: flex-end;
    width: 80%;
  }

  .div-block {
    align-self: auto;
    align-items: center;
    margin-bottom: 47px;
    margin-right: 0;
  }

  .stat-block {
    flex-flow: column;
    align-self: auto;
  }

  .solution-grid {
    grid-row-gap: 50px;
    text-align: center;
    flex-flow: column;
    grid-template: "."
                   "."
                   / 1fr;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
  }

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

  .footer-text {
    width: 80%;
  }

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

  .footer-jumbo-header.centered {
    line-height: 56px;
  }

  .home-header-image {
    width: 35%;
    min-width: 400px;
  }

  .works-content-wrap {
    align-items: center;
    padding-bottom: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .colour-heading {
    letter-spacing: -1px;
  }

  .intro-header-home {
    min-height: 600px;
  }

  .horizontal-wrap {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: grid;
  }

  .horizontal-wrap.learning, .horizontal-wrap.about {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .include-content-wrap, .learning-content-wrap {
    padding-bottom: 100px;
  }

  .course {
    width: 250px;
  }

  .about-content-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-bottom-image {
    width: 60%;
  }

  .logo-vertical.footer {
    display: block;
  }

  .code-embed.close {
    z-index: 999;
    width: 35px;
    margin-top: 7px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .code-embed-2 {
    color: #fff;
  }

  .code-embed-2.black {
    color: #000;
  }

  .navigation-items-menu {
    z-index: 999;
    background-color: #fff;
    flex: none;
    align-self: auto;
    width: 100%;
    padding-bottom: 0;
    transition: all .4s;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navigation-item-desktop {
    color: #000;
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .navigation-item-desktop.pink {
    color: #000;
    display: none;
  }

  .navigation-item-desktop.green, .navigation-item-desktop.yellow, .navigation-item-desktop.blue {
    display: none;
  }

  .navigation-items-desktop {
    z-index: 999;
    background-color: #fff;
    flex: none;
    align-self: auto;
    width: 100%;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-2 {
    z-index: 999;
  }

  .blk-navigation-item-desktop {
    color: #000;
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .blk-navigation-item-desktop.pink {
    color: #000;
    display: none;
  }

  .blk-navigation-item-desktop.green, .blk-navigation-item-desktop.yellow, .blk-navigation-item-desktop.blue {
    display: none;
  }

  .header-wrap {
    flex: 0 auto;
    margin-right: -55px;
  }

  .header-wrap.learning, .header-wrap.about {
    margin-right: 0;
  }

  .div-block-6 {
    flex-flow: column;
    align-self: stretch;
    width: 100%;
    display: block;
  }

  .div-block-7 {
    align-self: center;
  }

  .div-block-8 {
    flex: none;
    align-self: center;
  }

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

  .intro-text-works {
    align-self: auto;
    width: auto;
  }

  .header-wrap-works {
    flex: 0 auto;
    margin-right: 0;
  }

  .intro-text-includes {
    align-self: center;
    width: 90%;
  }

  .header-wrap-includes {
    flex: 0 auto;
    margin-right: 0;
  }
}

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

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

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

  .section.header {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

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

  .primary-button.nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .paragraph-light {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-jumbo {
    text-align: center;
    letter-spacing: -2px;
    font-size: 60px;
    line-height: 60px;
  }

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

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

  .logo-link.w--current {
    z-index: 3;
    max-width: 80px;
  }

  .navigation-wrap {
    background-color: #fff0;
    flex: 1;
    justify-content: flex-end;
    align-self: center;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 32px;
  }

  .navigation-item.mobile {
    display: block;
  }

  .menu-button {
    color: #fff;
    width: 35px;
    margin-left: 40px;
    padding-top: 7px;
  }

  .navigation-items {
    z-index: 1;
    align-items: stretch;
    padding-top: 90px;
    display: none;
  }

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

  .intro-header {
    background-size: 350px;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    flex-flow: column;
    margin-top: 0;
  }

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

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

  .problem-grid {
    padding-left: 60px;
    padding-right: 60px;
  }

  .intro-text-home {
    align-self: center;
    margin-bottom: 0;
  }

  .text-block {
    font-size: 16px;
  }

  .button-row {
    align-self: center;
  }

  .logo-horizontal {
    display: none;
  }

  .footer-container {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-logo-link {
    width: 30%;
    min-width: 80px;
    padding-left: 0;
  }

  .footer-logo-link.w--current {
    max-width: 130px;
  }

  .footer-links {
    grid-auto-flow: row;
    margin-top: 17px;
    display: flex;
  }

  .footer-links-wrap {
    flex-flow: column;
    align-items: flex-end;
    width: 50%;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .div-block {
    align-self: stretch;
    align-items: center;
    margin-right: 0;
  }

  .solution-grid {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .home-header-image {
    width: 80%;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .works-content-wrap {
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .colour-heading {
    letter-spacing: -2px;
    font-size: 40px;
    line-height: 40px;
  }

  .intro-header-home {
    padding-top: 118px;
    overflow: hidden;
  }

  .icon-wrap {
    width: 120px;
  }

  .icon-wrap.small {
    width: 100px;
  }

  .horizontal-wrap {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .include-content-wrap {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .course {
    width: 150px;
  }

  .heading-4 {
    line-height: 21px;
  }

  .about-content-wrap {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .value {
    width: 100px;
  }

  .about-footer-headline {
    font-size: 34px;
    line-height: 36px;
  }

  .logo-vertical {
    display: block;
  }

  .code-embed.close {
    z-index: 999;
    width: 35px;
    margin-top: 7px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .navigation-items-menu {
    z-index: 1;
    flex: none;
    align-self: auto;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .navigation-item-desktop {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 32px;
  }

  .navigation-item-desktop.pink {
    display: none;
  }

  .navigation-item-desktop.mobile {
    display: block;
  }

  .navigation-item-desktop.green, .navigation-item-desktop.yellow, .navigation-item-desktop.blue {
    display: none;
  }

  .navigation-items-desktop {
    z-index: 1;
    align-items: stretch;
    padding-top: 90px;
    display: none;
  }

  .blk-navigation-item-desktop {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 32px;
  }

  .blk-navigation-item-desktop.pink {
    display: none;
  }

  .blk-navigation-item-desktop.mobile {
    display: block;
  }

  .blk-navigation-item-desktop.green, .blk-navigation-item-desktop.yellow, .blk-navigation-item-desktop.blue {
    display: none;
  }

  .header-wrap {
    align-self: stretch;
    align-items: center;
    margin-right: 0;
  }

  .header-wrap.learning {
    justify-content: center;
  }

  .header-wrap.about {
    justify-content: center;
    align-items: center;
  }

  .intro-text-works {
    align-self: center;
    margin-bottom: 0;
  }

  .header-wrap-works {
    align-self: stretch;
    align-items: center;
    margin-right: 0;
  }

  .intro-text-includes {
    align-self: center;
    margin-bottom: 0;
  }

  .header-wrap-includes {
    align-self: stretch;
    align-items: center;
    margin-right: 0;
  }

  .heading-8 {
    font-size: 28px;
    line-height: 28px;
  }

  .legal-wrap {
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }
}

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

  .section.content.white {
    border: 1px #000;
    overflow: hidden;
  }

  .section.content.white.bottom {
    height: 50vh;
    min-height: 350px;
  }

  .section.footer {
    background-color: #000;
  }

  .container {
    padding-top: 60px;
  }

  .container.bottom {
    padding-top: 40px;
  }

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

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

  .paragraph-light.medium {
    padding-left: 25px;
  }

  .paragraph-light.small {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-jumbo {
    letter-spacing: -1px;
    white-space: normal;
    font-size: 48px;
    line-height: 46px;
  }

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

  .logo-link {
    z-index: 3;
    position: relative;
  }

  .logo-link.w--current {
    z-index: 3;
    flex: 0 auto;
    min-width: 50px;
    max-width: 80px;
    position: relative;
  }

  .menu {
    margin-left: 15px;
    margin-right: 15px;
  }

  .navigation-wrap {
    background-color: #fff0;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: center;
  }

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

  .navigation-item {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 24px;
    text-decoration: underline;
  }

  .menu-button {
    color: #000;
    flex: none;
    align-self: auto;
    width: 35px;
    margin-left: 20px;
    padding-top: 5px;
    position: relative;
  }

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

  .menu-button.black {
    color: #000;
  }

  .navigation-items {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    padding-top: 90px;
    transition: all .4s;
    display: none;
    inset: 0% 0% auto;
  }

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

  .intro-header {
    background-size: 300px;
    height: 80vh;
    min-height: 600px;
  }

  .intro-content.cc-homepage {
    width: 100%;
    margin-top: 0;
  }

  .intro-content.works-page {
    margin-top: 0%;
    padding-top: 0;
  }

  .intro-content.included-page {
    padding-top: 0;
  }

  .intro-content.learning-page {
    width: 90%;
    padding-top: 0;
  }

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

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

  .contact-form-grid {
    width: 100%;
  }

  .contact-form-heading-wrap {
    align-self: auto;
  }

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

  .problem-grid {
    padding-left: 25px;
    padding-right: 25px;
  }

  .intro-text-home {
    margin-bottom: 24px;
  }

  .button-row {
    flex-flow: row;
  }

  .logo-horizontal {
    display: none;
  }

  .footer-container {
    color: #fff;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-logo-link {
    align-self: flex-start;
    margin-top: 23px;
  }

  .footer-logo-link.w--current {
    color: #fff;
    align-self: flex-start;
    max-width: 100px;
  }

  .footer-links {
    justify-content: flex-end;
    align-self: flex-end;
    margin-top: 49px;
    margin-left: 0;
  }

  .footer-links-wrap {
    align-self: flex-start;
    align-items: flex-end;
  }

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

  .stat-block.results {
    min-width: auto;
  }

  .solution-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-jumbo-header.centered {
    line-height: 36px;
  }

  .nav-colour-wrap {
    flex: 1;
    justify-content: space-between;
  }

  .home-header-image {
    width: 55%;
    min-width: 250px;
  }

  .works-content-wrap {
    padding-bottom: 100px;
  }

  .colour-heading {
    letter-spacing: -1px;
    font-size: 30px;
    line-height: 32px;
  }

  .colour-heading.purple {
    font-size: 30px;
    line-height: 32px;
  }

  .intro-header-home {
    height: 75vh;
    min-height: 600px;
    overflow: hidden;
  }

  .paragraph-heavy, .paragraph-heavy.white {
    font-size: 18px;
    line-height: 24px;
  }

  .included-header {
    background-size: auto 80%;
    height: 80vh;
    min-height: 600px;
  }

  .included-tag.colour {
    text-align: left;
    flex: 0 auto;
    margin-bottom: 0;
    font-size: 26px;
  }

  .icon-wrap {
    width: 110px;
  }

  .icon-wrap.small {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    align-self: stretch;
    width: auto;
  }

  .included-icon.small {
    width: 90px;
  }

  .horizontal-wrap {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    grid-template-columns: 1fr 1fr;
  }

  .horizontal-wrap.learning, .horizontal-wrap.about {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .include-content-wrap {
    flex-flow: column;
  }

  .div-block-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .learning-header {
    border-style: none;
    height: 60vh;
    min-height: 400px;
  }

  .course {
    width: 100%;
  }

  .heading-4 {
    font-size: 24px;
  }

  .about-content-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }

  .about-footer-headline {
    font-size: 22px;
    line-height: 23px;
  }

  .about-bottom-image {
    width: 60%;
    margin-bottom: -114px;
  }

  .navbar {
    z-index: 1;
    padding-right: 15px;
  }

  .code-embed {
    z-index: 999;
    float: none;
    position: static;
    inset: 0% 0% auto auto;
  }

  .code-embed.close {
    width: 35px;
    display: block;
    position: absolute;
  }

  .navigation-items-menu {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    padding-top: 90px;
    inset: 0% 0% auto;
  }

  .navigation-item-desktop {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 24px;
    text-decoration: underline;
  }

  .navigation-items-desktop {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    padding-top: 0;
    inset: 0% 0% auto;
  }

  .blk-navigation-item-desktop {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 24px;
    text-decoration: underline;
  }

  .header-wrap.learning, .header-wrap.about {
    margin-top: 40px;
  }

  .div-block-10 {
    flex-flow: column;
    align-self: stretch;
    display: block;
  }

  .header-wrap-works, .header-wrap-includes {
    justify-content: center;
  }

  .heading-7 {
    letter-spacing: -2px;
  }

  .heading-8 {
    font-size: 22px;
    line-height: 23px;
  }

  .about-header {
    border-style: none;
    height: 60vh;
    min-height: 400px;
  }

  .contact-header {
    height: 60vh;
    min-height: 400px;
  }

  .legal-wrap {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-605234b9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_769b97f9-5c9e-633f-e38e-69e1afc1b2eb-605234b9, #w-node-_02c2a4e3-79b4-0437-a8ea-d654cb5b9b55-605234b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2e80cf43-e6dd-7d3a-8af0-0c339fd36d20-605234b9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_2e80cf43-e6dd-7d3a-8af0-0c339fd36d26-605234b9, #w-node-_2e80cf43-e6dd-7d3a-8af0-0c339fd36d35-605234b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

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

  #w-node-_769b97f9-5c9e-633f-e38e-69e1afc1b2eb-605234b9, #w-node-_02c2a4e3-79b4-0437-a8ea-d654cb5b9b55-605234b9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2e80cf43-e6dd-7d3a-8af0-0c339fd36d20-605234b9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2e80cf43-e6dd-7d3a-8af0-0c339fd36d26-605234b9, #w-node-_2e80cf43-e6dd-7d3a-8af0-0c339fd36d35-605234b9 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


