:root {
  --black: #222;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  color: #000;
  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 {
  -webkit-text-stroke-color: var(--black);
  background-color: #d5cece;
  flex: 0 auto;
  align-self: stretch;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 40px;
  display: block;
  overflow: visible;
}

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

.section-header {
  background-color: #f5f5f500;
  flex: 1;
  justify-content: center;
  margin-top: 70px;
  display: flex;
}

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

.section-header.cc-home-wrap {
  background-color: #f5f5f5;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin: 70px 0 0;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.section-header.cc-store-home-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-header.footer {
  background-color: var(--black);
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

.container {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

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

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

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

.small-intro-header.cc-bigger-white-light {
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: white;
  flex-direction: column;
  align-items: flex-start;
  font-size: 24px;
  display: inline-block;
}

.home-to-service-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  align-self: auto;
  margin: 50px auto 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

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

.home-to-service-button.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--black);
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  transition: background-color .4s, opacity .4s, color .4s;
}

.home-to-service-button.cc-jumbo-button.cc-jumbo-white:hover {
  color: var(--black);
  background-color: #fada5e;
}

.home-to-service-button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #fada5e;
}

.home-to-service-button.cc-contact-us {
  z-index: 5;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

.home-to-service-button.cc-contact-us {
  z-index: 5;
  opacity: 1;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fada5e;
  background-clip: border-box;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
  position: relative;
}

.home-to-service-button.cc-contact-us:hover {
  color: #fff;
  background-color: #000;
}

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

.home-paragraph-light {
  opacity: 1;
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  display: block;
}

.big-intro-header {
  color: #fff;
  -webkit-text-stroke-color: #000;
  text-transform: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 80px;
  display: flex;
}

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

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

.navigation-menu {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  overflow-wrap: normal;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-end;
  align-self: auto;
  align-items: center;
  margin-left: 100px;
  margin-right: 20px;
  display: flex;
  position: static;
  inset: 0%;
}

.navigation-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  position: relative;
}

.navigation {
  overflow-wrap: normal;
  background-color: #222;
  border: 1px #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 5px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-item {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: opacity .2s;
  display: flex;
}

.navigation-item:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

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

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.navigation-item.w--current:hover {
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

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

.logo {
  display: block;
}

.navigation-list {
  opacity: 1;
  color: #fff;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-wrap {
  clear: none;
  background-color: var(--black);
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  place-content: stretch center;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  inset: auto auto 0%;
}

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

.intro-header {
  opacity: 1;
  color: var(--black);
  object-fit: fill;
  background-color: #f4f4f4;
  background-image: url('../images/ludzie.png');
  background-position: 100%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  place-content: center;
  align-items: center;
  height: 700px;
  margin-top: 70px;
  margin-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}

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

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

.home-intro-content.cc-homepage {
  width: 90%;
  margin-bottom: 100px;
}

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

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 60px 20px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.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;
  padding: 45px 50px 50px;
}

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

.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 {
  margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  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: none;
  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: none;
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: none;
  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 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.home-section-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
  display: flex;
}

.home-text-heading {
  text-align: left;
  justify-content: center;
  align-self: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 54px;
  font-weight: 400;
  display: inline-block;
}

.home-grid-image-left {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template: "Area"
  / 1.25fr .75fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.home-grid-image-left.cc-about-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-columns: .75fr .75fr;
  grid-template-areas: ". .";
  grid-auto-flow: column;
  place-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.home-intro-header {
  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: 60px;
}

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

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

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

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

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

._w-lightbox-caption {
  background-color: #0009;
}

.text-span-2 {
  color: #251f1f;
  -webkit-text-stroke-color: #000;
  align-items: flex-start;
  display: block;
}

.home-image-left {
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 600px;
  min-height: 0;
  max-height: none;
  margin: 30px 0 0 100px;
  padding-bottom: 0;
}

.text-block {
  justify-content: center;
  align-self: center;
  font-size: 11px;
  display: block;
}

.left-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: 100px;
  margin-right: 60px;
  display: flex;
}

.home-image-right {
  aspect-ratio: auto;
  text-align: center;
  object-fit: cover;
  margin-left: 0;
  display: block;
  position: relative;
}

.image-3 {
  max-width: 300px;
  display: inline-block;
}

.image-4 {
  max-width: 300px;
}

.div-block-2 {
  background-image: url('../images/IMG-7148white.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-start;
  max-width: 0;
  max-height: 456px;
  display: flex;
}

.image-about {
  opacity: 0;
  object-fit: fill;
  border-radius: 8px;
  flex: 1;
  order: 1;
  align-self: center;
  transition: opacity .2s;
  position: static;
}

.image-about:hover {
  opacity: 1;
  object-fit: contain;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/mojezdjecienacv4agrey.png');
  background-position: 0 0;
  background-size: contain;
  border-radius: 8px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  display: flex;
  position: relative;
}

.about-link-kc {
  pointer-events: auto;
  mix-blend-mode: normal;
  text-decoration: none;
  display: inline;
  position: relative;
}

.about-link-kc:hover {
  text-decoration-style: solid;
  text-decoration-thickness: calc(1em / 5);
}

.about-link-aur {
  display: inline;
}

.about-link-aur:hover {
  text-decoration-thickness: calc(1em / 5);
}

.about-link-move {
  display: inline;
}

.about-link-move:hover {
  text-decoration-thickness: calc(1em / 5);
}

.about-link-secf {
  text-decoration: underline;
  display: inline;
}

.about-link-secf:hover {
  text-decoration-thickness: calc(1em / 5);
}

.about-link-fido {
  display: inline;
}

.about-link-fido:hover {
  text-decoration-thickness: calc(1em / 5);
}

.about-link-rv {
  text-decoration-thickness: auto;
  display: inline-block;
}

.about-link-rv:hover {
  text-decoration-thickness: calc(1em / 5);
}

.about-link-ten {
  display: inline-block;
}

.about-link-ten:hover {
  text-decoration-thickness: calc(1em / 5);
}

.about-link-kit {
  text-decoration-thickness: auto;
  display: inline;
}

.about-link-kit:hover {
  text-decoration-thickness: calc(1em / 5);
}

.about-link-eye {
  text-decoration-thickness: auto;
  display: inline;
}

.about-link-eye:hover {
  text-decoration-thickness: calc(1em / 5);
}

.body {
  background-color: #222;
  display: block;
}

.about-link-tt {
  display: inline;
}

.about-link-tt:hover {
  text-decoration-thickness: calc(1em / 5);
}

.external-link {
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-color: #fada5e;
  background-clip: padding-box;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: inline;
}

.external-link:hover {
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: calc(1em / 10);
}

.external-link.shared-link-style {
  background-color: #fada5e;
}

.external-link.shared-link-style:hover {
  font-weight: 600;
  text-decoration: none;
}

.about-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .3fr .75fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  place-items: flex-start center;
  width: 100%;
  max-width: 1140px;
  margin-left: 80px;
  margin-right: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.about-paragraph {
  opacity: 1;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  display: block;
}

.tabs-menu {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

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

.tab-link-tab-1.w--current {
  display: inline-block;
}

.tab-link-tab-2 {
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.below-header-text-white {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 36px;
  display: block;
  position: relative;
}

.section-projects {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.project-normal {
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 10px;
  display: flex;
}

.project-normal:hover {
  display: flex;
}

.project-block {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  align-self: auto;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.project-image-small {
  flex: 0 auto;
  align-self: center;
  max-width: 95px;
  margin: 10px 10px 0;
  display: block;
}

.project-type {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 20px 0;
  display: flex;
}

.project-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-stroke-color: #525050;
  object-fit: fill;
  background-image: url('../images/background_white.png');
  background-position: 50%;
  background-size: auto;
  border: 0 #525050;
  border-radius: 8px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-self: auto;
  align-items: center;
  min-width: 200px;
  min-height: 200px;
  margin: 10px;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.project-box:hover {
  opacity: 1;
}

.project-hover {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.project-hover:hover {
  display: flex;
}

.project-text {
  text-align: center;
  overflow-wrap: normal;
  object-fit: contain;
  background-image: url('../images/background_white.png');
  background-position: 50%;
  background-size: cover;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-width: 140px;
  max-width: 140px;
  min-height: 160px;
  max-height: 140px;
  margin: auto 10px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  display: none;
  position: absolute;
  overflow: visible;
}

.project-text:hover {
  display: flex;
}

.text-block-2 {
  z-index: auto;
  clear: none;
  text-align: center;
  overflow-wrap: normal;
  object-fit: fill;
  background-image: url('../images/background_white.png');
  background-position: 50%;
  background-size: auto;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-width: 0;
  min-height: 0;
  padding: 10px;
  font-size: 12px;
  display: flex;
  position: relative;
  overflow: visible;
}

.project-box-back {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #1a1b1f;
  object-fit: fill;
  background-color: #4e4e4e;
  border: 1px #1a1b1f;
  border-radius: 8px;
  flex-wrap: wrap;
  flex: 1;
  order: 0;
  place-content: stretch space-around;
  align-self: stretch;
  align-items: center;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  margin: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  display: none;
  position: absolute;
  inset: 0%;
}

.project-box-back:hover {
  flex: 0 auto;
  display: flex;
}

.div-block-4 {
  margin-left: 140px;
}

.nav-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-right: 20px;
  display: grid;
}

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

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

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

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

.navigation-item-2 {
  opacity: .8;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
}

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

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

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

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

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

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

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

.logo-image-2 {
  display: block;
}

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

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

.navigation-item-3 {
  opacity: .8;
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
}

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

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

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

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

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

.navigation-link-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  min-width: 0;
  min-height: 60px;
  display: flex;
}

.text-block-4 {
  flex: 0 auto;
}

.bold-text {
  font-size: 11px;
}

.container-services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: 40px 0 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
  position: relative;
  overflow: visible;
}

.container-2 {
  display: block;
}

.service-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading {
  opacity: .6;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 24px;
  display: block;
}

.service-part {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-5 {
  text-align: justify;
}

.text-block-6 {
  opacity: .6;
  text-align: left;
}

.div-block-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mask {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.mask-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide-2 {
  text-align: left;
  background-color: #fff;
  border: 1px solid #000;
  flex: 0 auto;
  align-self: auto;
}

.image-7 {
  text-align: left;
  display: block;
}

.slider {
  position: relative;
}

.slide-nav {
  background-color: #000;
}

.slide-nav-2 {
  background-color: #121212;
}

.slide-nav-3 {
  background-color: #ababab;
}

.slide-nav-4, .slide-nav-5, .slide-nav-6, .slide-nav-7, .slide-nav-8 {
  background-color: #fff;
}

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

.slider-2 {
  opacity: .6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #000;
  align-items: flex-start;
  height: 200px;
  display: flex;
}

.slide-3 {
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border: 0 #000;
}

.image-8, .image-9 {
  text-align: center;
  display: inline-block;
  position: relative;
}

.slide-nav-10 {
  text-align: center;
  background-color: #0000;
  display: none;
}

.slide-4 {
  background-color: #fff;
}

.image-1 {
  border: 1px #000;
  display: inline-block;
}

.list {
  opacity: .6;
  display: none;
}

.text-block-7 {
  opacity: .6;
  margin-top: 10px;
  display: none;
}

.show-more-1 {
  opacity: 1;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0;
  display: block;
}

.text-block-8 {
  display: block;
}

.show-less {
  opacity: .6;
  cursor: pointer;
  display: none;
}

.service-part-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.image-10 {
  opacity: 1;
  object-fit: fill;
  border: 1px solid #1a1b1f;
  display: block;
}

.divider-short {
  background-color: #d5cece;
  border: 1px #000;
  align-self: stretch;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tekst-block-9, .text-block-10 {
  opacity: .6;
}

.list-2s {
  opacity: 1;
  color: #000;
}

.heading-2 {
  color: #1a1b1f;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 54px;
}

.heading-3 {
  opacity: 1;
  color: #fada5e;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 54px;
}

.text-block-13 {
  opacity: .6;
}

.text-block-14 {
  opacity: .6;
  margin-top: 10px;
  display: block;
}

.slider-3 {
  opacity: 1;
  border: 1px solid #000;
  height: 200px;
  display: block;
}

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

.div-block-7 {
  align-self: flex-start;
  margin-left: 100px;
}

.text-footer {
  color: #fff;
  font-size: 10px;
  line-height: 18px;
}

.texts-block-11 {
  opacity: .6;
}

.text-block-12 {
  opacity: .6;
  margin-top: 10px;
  display: block;
}

.list-3s {
  opacity: .6;
  display: block;
}

.image-12, .image-13, .image-14 {
  display: inline-block;
}

.slide-5 {
  background-color: #fff;
}

.image-15, .image-16, .image-17 {
  display: inline-block;
}

.service-footer-block {
  margin-bottom: 40px;
}

.hashtag {
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 10px;
  font-style: italic;
  display: flex;
}

.hashtag-copy {
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  font-style: italic;
}

.flex-block-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.text-block-15 {
  overflow-wrap: normal;
  object-fit: cover;
  background-color: #918e8e;
  background-image: url('../images/background_white.png');
  background-position: 50%;
  background-size: auto;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-box-front {
  border: .01em #878787;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 220px;
  min-height: 220px;
  display: flex;
}

.right-block {
  flex-direction: column;
  margin-bottom: 40px;
  margin-left: 60px;
  margin-right: 100px;
  padding-bottom: 0;
  display: flex;
}

.home-grid-image-right {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  text-align: left;
  background-color: #0000;
  grid-template: "Area"
  / .75fr .75fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: grid;
}

.home-grid-image-right.cc-about-2 {
  grid-column-gap: 60px;
  grid-template-columns: .25fr 2.25fr;
  grid-template-areas: ". .";
  margin-bottom: 40px;
}

.container-footer, .container-servi, .container-servi-copy {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.body-2, .body-3, .body-4 {
  background-color: #f5f5f5;
}

.section-light-grey {
  background-color: #565656;
  justify-content: center;
  display: none;
}

.section-copy {
  background-color: #f5f5f5;
  flex: 1;
  justify-content: center;
  margin-top: 70px;
  display: flex;
}

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

.section-copy.cc-home-wrap {
  background-color: #f5f5f5;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin: 70px 0 0;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.section-copy.cc-store-home-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-copy.footer {
  background-color: var(--black);
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.left-arrow {
  display: block;
}

.slider-4 {
  background-color: #ddd0;
  flex: 1;
}

.container_articles {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.bullet-span {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 36px;
  font-weight: 500;
  line-height: 54px;
}

.bullet {
  color: #fada5e;
  font-size: 28px;
  overflow: visible;
}

.bold-text-3 {
  display: block;
}

.mobile-small-intro-header {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.mobile-small-intro-header.cc-bigger-light {
  opacity: .6;
}

.mobile-small-intro-header.cc-bigger-white-light {
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: white;
  font-size: 24px;
  display: none;
}

.about-frame-yellow {
  opacity: 1;
  pointer-events: auto;
  flex: 0 auto;
  order: -1;
  align-self: auto;
  display: block;
  position: absolute;
  inset: auto 5% 3% auto;
}

.about-left-side-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.about-image-block {
  background-image: url('../images/mojezdjecienacv4agrey.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
}

.section-white {
  background-color: #f5f5f5;
}

.section-yellow {
  background-color: #fada5e;
}

.section-grey {
  background-color: #4e4e4e;
}

.grid-narrow {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-self: center;
  place-items: flex-start stretch;
  width: auto;
  max-width: none;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.service-image-block {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.service-paragraph-1-1 {
  opacity: 1;
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-style: normal;
  display: block;
}

.button-more-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-paragraph-1-2 {
  opacity: 1;
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: block;
}

.service-list-1 {
  opacity: 1;
  color: #fff;
  margin-bottom: 0;
  padding-right: 20px;
  display: block;
}

.list-item {
  font-size: 16px;
  list-style-type: square;
}

.show-less-1 {
  opacity: 1;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0;
  display: inline-block;
}

.service-paragraph-2-1 {
  opacity: 1;
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-style: normal;
  display: block;
}

.service-heading-2 {
  color: #fada5e;
  justify-content: center;
  align-self: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

.show-more-2 {
  opacity: 1;
  color: #fada5e;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0;
  display: block;
}

.show-more-2-copy, .show-more-3-copy {
  opacity: .6;
  cursor: pointer;
}

.show-less-3-copy, .show-less-2-copy {
  opacity: .6;
  cursor: pointer;
  display: block;
}

.show-less-2 {
  opacity: 1;
  color: #fada5e;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0;
  display: inline-block;
}

.list-item-light {
  color: #fff;
  list-style-type: square;
}

.list-item-2 {
  font-size: 18px;
}

.service-paragraph-2-2 {
  opacity: 1;
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: block;
}

.service-heading-1, .service-heading-3 {
  justify-content: center;
  align-self: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

.service-paragraph-3-1 {
  opacity: 1;
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: block;
}

.button-more-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.show-more-3 {
  opacity: 1;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0;
  display: block;
}

.service-paragraph-3-2 {
  opacity: 1;
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: block;
}

.service-list-3, .service-list-2 {
  opacity: 1;
  color: #fff;
  margin-bottom: 0;
  padding-right: 20px;
  display: block;
}

.show-less-3 {
  opacity: 1;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0;
  display: inline-block;
}

.button-more-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-heading-4 {
  text-align: center;
  justify-content: center;
  align-self: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

.service-paragraph-4-1 {
  opacity: 1;
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: block;
}

.show-more-1-copy {
  opacity: 1;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0;
  display: block;
}

.show-more-4 {
  cursor: pointer;
}

.button-more-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-paragraph-4-2 {
  opacity: 1;
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: block;
}

.service-list-4 {
  opacity: 1;
  color: #fff;
  margin-bottom: 0;
  padding-right: 20px;
  display: block;
}

.show-less-4 {
  opacity: 1;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0;
  display: inline-block;
}

.service-heading-5 {
  color: #fada5e;
  justify-content: center;
  align-self: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

.button-more-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.show-more-5 {
  opacity: 1;
  color: #fada5e;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0;
  display: block;
}

.service-paragraph-5-2 {
  opacity: 1;
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: block;
}

.show-less-5 {
  opacity: 1;
  color: #fada5e;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0;
  display: inline-block;
}

.service-growth-section {
  background-color: #f5f5f5;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.service-m-a-section {
  background-color: #4e4e4e;
  padding-top: 40px;
  padding-bottom: 40px;
}

.service-transformation-section {
  background-color: #fada5e;
  padding-top: 40px;
  padding-bottom: 40px;
}

.service-pmi-section {
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-grey-5 {
  background-color: #4e4e4e;
  padding-top: 40px;
  padding-bottom: 40px;
}

.service-button-block {
  justify-content: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.service-button {
  background-color: #0000;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
}

.service-button:hover {
  color: #1a1b1f;
  background-color: #fada5e;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.button-3 {
  background-color: #0000;
  text-decoration: none;
}

.button-3:hover {
  color: #fada5e;
  text-decoration: underline;
}

.service-button-box {
  flex-direction: column;
  align-items: flex-start;
  display: inline-block;
  overflow: hidden;
}

.home-frame-green-left {
  float: none;
  clear: none;
  align-self: flex-start;
  margin-left: 20px;
  position: absolute;
  inset: 20% 15% auto auto;
}

.home-frame-yellow {
  z-index: auto;
  align-self: flex-end;
  position: absolute;
  inset: auto auto 10% 10%;
}

.home-frame-green-right {
  margin-bottom: 20px;
  margin-right: 20px;
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
}

.below-header-text-dark {
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 36px;
  display: block;
  position: relative;
}

.image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
  margin-top: 30px;
}

.arrow {
  position: fixed;
}

.button-up {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  position: fixed;
  inset: auto 3% 10% auto;
}

.button-up:hover {
  color: #fff;
  background-color: #fada5e;
}

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

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

.button-up.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--black);
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-up.cc-jumbo-button.cc-jumbo-white:hover {
  color: var(--black);
  background-color: #fada5e;
}

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

.button-up.cc-contact-us {
  z-index: 5;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

.button-up.cc-contact-us {
  z-index: 5;
  opacity: 1;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fada5e;
  background-clip: border-box;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
  position: relative;
}

.button-up.cc-contact-us:hover {
  color: #fff;
  background-color: #000;
}

.arrow-up {
  width: 50px;
}

.hidden-block-1, .hidden-block-5, .hidden-block-4, .hidden-block-3 {
  display: none;
}

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

.container-projects {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: 0 0 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  position: relative;
}

.project-frame-green {
  position: absolute;
  inset: 25% 5% auto auto;
}

.project-frame-yellow {
  position: absolute;
  inset: 50% auto auto 5%;
}

.button-more-11 {
  background-color: #0000;
  align-self: flex-start;
  font-size: 20px;
}

.button-more-11:hover {
  color: #fada5e;
  text-decoration: underline;
}

.button-block-1 {
  flex-direction: column;
  align-items: flex-start;
  display: inline-block;
}

.show-more-button-1 {
  color: #000;
  background-color: #0000;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
}

.show-more-button-1:hover {
  color: #fada5e;
  text-decoration: underline;
}

.show-more-button-1.service-less-more-buttons {
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.italic-text-3 {
  color: #000;
  font-size: 18px;
}

.italic-text-3:hover {
  color: #fada5e;
}

.more-button-box-1, .less-button-box-1 {
  flex-direction: column;
  align-items: flex-start;
  display: inline-block;
}

.show-less-button-1 {
  color: #000;
  background-color: #0000;
  font-size: 16px;
  font-style: italic;
}

.show-less-button-1:hover {
  color: #fada5e;
  text-decoration: underline;
}

.more-button-box-2 {
  flex-direction: column;
  align-items: flex-start;
  display: inline-block;
}

.italic-text-black {
  color: #000;
  font-size: 18px;
}

.italic-text-black:hover {
  color: #fada5e;
}

.italic-text-light {
  color: #fff;
  font-size: 18px;
}

.italic-text-light:hover {
  color: #fada5e;
}

.button-block-less-2 {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.button-show-less-2 {
  color: #fff;
  background-color: #0000;
  font-size: 16px;
  font-style: italic;
  display: inline-block;
}

.button-show-less-2:hover {
  color: #fada5e;
  text-decoration: underline;
}

.show-more-button-2 {
  color: #fff;
  background-color: #0000;
  font-size: 16px;
  font-style: italic;
  display: inline-block;
}

.show-more-button-2:hover {
  color: #fada5e;
  text-decoration: underline;
}

.more-button-block-3 {
  flex-direction: column;
  align-items: flex-start;
  display: inline-block;
}

.show-more-button-3 {
  color: #000;
  background-color: #0000;
  font-size: 16px;
}

.show-more-button-3:hover {
  color: #fff;
  text-decoration: underline;
}

.italic-text-black-white {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.italic-text-black-white:hover {
  color: #fff;
  text-decoration: underline;
}

.show-less-button-3 {
  color: #000;
  background-color: #0000;
  font-size: 16px;
  font-style: italic;
}

.show-less-button-3:hover {
  color: #fff;
  text-decoration: underline;
}

.more-button-block-4, .less-button-block-3 {
  flex-direction: column;
  align-items: flex-start;
  display: inline-block;
}

.show-more-button-4 {
  color: #000;
  background-color: #0000;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
}

.show-more-button-4:hover {
  color: #fada5e;
  text-decoration: underline;
}

.less-button-block-4 {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.show-less-button-4 {
  color: #000;
  background-color: #0000;
  font-size: 16px;
  font-style: italic;
}

.show-less-button-4:hover {
  color: #fada5e;
  text-decoration: underline;
}

.bold-text-black {
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
}

.bold-text-5 {
  font-style: italic;
}

.bold-text-white {
  font-style: normal;
}

.bold-text-6 {
  font-size: 16px;
  font-style: italic;
}

.quote-black {
  opacity: 1;
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-style: italic;
  display: block;
}

.quote-white {
  opacity: 1;
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-style: italic;
  display: block;
}

.italic-text-4 {
  font-style: italic;
}

.paragraph-service-3-1-copy {
  opacity: 1;
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: block;
}

.quote-black-person {
  opacity: 1;
  color: #000;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-style: italic;
  display: block;
}

.more-button-block-5 {
  flex-direction: column;
  align-items: flex-start;
  display: inline-block;
}

.show-more-button-5 {
  color: #fff;
  background-color: #0000;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
}

.show-more-button-5:hover {
  color: #fada5e;
  text-decoration: underline;
}

.less-button-block-5 {
  flex-direction: column;
  align-items: flex-start;
  display: inline-block;
}

.show-less-button-5 {
  color: #fff;
  background-color: #0000;
  font-size: 16px;
  font-style: italic;
}

.show-less-button-5:hover {
  color: #fada5e;
  text-decoration: underline;
}

.line-light {
  border: 1px solid #a0a0a0;
  margin: 40px 0 0;
}

.service-paragraph-5-1 {
  opacity: 1;
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-style: normal;
  display: block;
}

.parting-dark {
  border: 1px solid #e5e5e5;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bold-text-7, .bold-text-8, .bold-text-9 {
  font-size: 16px;
}

.triangle-light {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.parting-line {
  margin-left: 100px;
  margin-right: 100px;
  display: none;
}

.triangle-dark {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.line-dark {
  border: 1px solid #e5e5e5;
  margin: 40px 0 0;
}

.grid-narrow-hidden-2 {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-self: center;
  place-items: flex-start stretch;
  width: auto;
  max-width: none;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.grid-narrow-heading-4 {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-self: center;
  place-items: flex-start stretch;
  width: auto;
  max-width: none;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.hidden-grid-1, .sup-hidden-block-2, .sup-hidden-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-media {
  object-fit: fill;
  background-color: #e5e5e5;
  flex-direction: column;
  justify-content: center;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.media-slider {
  object-fit: contain;
  background-color: #0000;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
}

.media-arrow-left {
  background-color: #0000;
  height: auto;
}

.swipe-icon {
  color: #1a1b1f;
  background-color: #0000;
}

.media-slide-navigation {
  color: #0000;
  -webkit-text-stroke-color: transparent;
  border: 1px #000;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.media-slide-1 {
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.article {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  text-align: left;
  object-fit: fill;
  background-color: #0000;
  grid-template: "Area"
  / 1.25fr .75fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-bottom: auto;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  display: grid;
}

.article.cc-about-2 {
  grid-column-gap: 60px;
  grid-template-columns: .25fr 2.25fr;
  grid-template-areas: ". .";
  margin-bottom: 40px;
}

.left-block-article {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 10px;
  display: flex;
}

.media-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  object-fit: cover;
  background-color: #fff;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  max-width: none;
  height: auto;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  position: relative;
}

.gotosource-button {
  color: #000;
  background-color: #0000;
  margin: 10px;
  padding: 0;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
}

.gotosource-button:hover {
  color: #000;
  background-color: #fada5e;
  text-decoration: underline;
}

.button-block-gotosource-1 {
  flex-direction: column;
  align-items: flex-start;
  display: inline-block;
}

.article-title {
  opacity: 1;
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-style: italic;
  display: block;
}

.article-image-1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.article-paragraph {
  opacity: 1;
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 16px;
  display: block;
}

.contact-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  align-self: auto;
  margin: 50px auto 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

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

.contact-button.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--black);
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  transition: background-color .4s, opacity .4s, color .4s;
}

.contact-button.cc-jumbo-button.cc-jumbo-white:hover {
  color: var(--black);
  background-color: #fada5e;
}

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

.contact-button.cc-contact-us {
  z-index: 5;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

.contact-button.cc-contact-us {
  z-index: 5;
  opacity: 1;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fada5e;
  background-clip: border-box;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
  position: relative;
}

.contact-button.cc-contact-us:hover {
  color: #fff;
  background-color: #000;
}

.block-artecle {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 0;
  display: flex;
}

.article-paragraph-hidden {
  opacity: 1;
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 16px;
  display: block;
}

.article-image-2 {
  object-fit: fill;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gotosource-block {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.article-image-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.media-slider-block {
  height: auto;
}

.mobile-swipe-block {
  text-align: left;
  justify-content: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  display: none;
}

.swipe-text {
  text-align: left;
  justify-content: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.about-link-rpg {
  display: inline;
}

.about-link-rpg:hover {
  text-decoration-thickness: calc(1em / 5);
}

.project-image-big {
  flex: 0 auto;
  align-self: center;
  max-width: 120px;
  margin: 10px 10px 0;
  display: block;
}

.about-link-ava {
  display: inline;
}

.about-link-ava:hover {
  text-decoration-thickness: calc(1em / 5);
}

.about-link-r20 {
  display: inline;
}

.about-link-r20:hover {
  text-decoration-thickness: calc(1em / 5);
}

.filter-buttons {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.filters {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 36px;
  display: block;
  position: relative;
}

.filter-button {
  color: #1a1b1f;
  background-color: #fada5e;
  border-radius: 8px;
  margin: 5px;
  font-size: 12px;
  line-height: 16px;
}

.filter-button:hover {
  font-weight: 700;
}

.article-block {
  margin-right: 30px;
}

.gotosource-button-3 {
  color: #000;
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
}

.gotosource-button-3:hover {
  color: #fada5e;
  text-decoration: underline;
}

.about-link-kc-copy {
  pointer-events: auto;
  mix-blend-mode: normal;
  text-decoration: none;
  display: inline;
  position: relative;
}

.about-link-kc-copy:hover {
  text-decoration-style: solid;
  text-decoration-thickness: calc(1em / 5);
}

.bold-text-10 {
  margin-bottom: 20px;
  font-size: 72px;
}

.about-frame-green {
  opacity: 1;
  pointer-events: auto;
  flex: 0 auto;
  order: -1;
  align-self: auto;
  display: block;
  position: absolute;
  inset: 3% auto auto 5%;
}

.contact-header {
  background-color: #f5f5f500;
  flex: 1;
  justify-content: center;
  margin-top: 70px;
  display: flex;
}

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

.contact-header.cc-home-wrap {
  color: #000;
  background-color: #f5f5f5;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin: 70px 0 0;
  padding: 0 60px 40px;
  display: flex;
}

.contact-header.cc-store-home-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.contact-header.footer {
  background-color: var(--black);
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.contact-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .3fr .75fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  place-items: center;
  width: 60%;
  max-width: 1140px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.contact-block {
  opacity: 1;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  display: block;
}

.div-block-8 {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  min-height: 350px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.submit-button {
  color: #1a1b1f;
  text-align: left;
  vertical-align: baseline;
  background-color: #fada5e;
  border-radius: 8px;
}

.submit-button:hover {
  font-weight: 700;
}

.submit_block {
  justify-content: center;
  display: flex;
}

.link {
  display: inline;
}

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

.textarea {
  min-height: 100px;
  font-size: 20px;
}

.text-field-2 {
  font-size: 20px;
  line-height: 36px;
}

.navigation-item-contact {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: opacity .2s;
  display: none;
}

.navigation-item-contact:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

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

.navigation-item-contact.w--current {
  opacity: 1;
  color: #fff;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-weight: 600;
  display: none;
}

.navigation-item-contact.w--current:hover {
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

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

@media screen and (max-width: 991px) {
  .divider {
    margin-bottom: 0;
  }

  .section-header {
    object-fit: fill;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 70px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

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

  .section-header.cc-home-wrap {
    padding-bottom: 30px;
  }

  .section-header.cc-store-home-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section-header.footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .small-intro-header.cc-bigger-white-light {
    margin-bottom: 0;
  }

  .home-to-service-button {
    justify-content: center;
  }

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

  .home-paragraph-light {
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .big-intro-header {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: none;
    justify-content: flex-start;
    display: flex;
  }

  .menu-icon {
    display: block;
  }

  .navigation-menu {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .navigation-block {
    background-color: #fff0;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation {
    padding: 10px 30px;
    display: block;
  }

  .navigation-item {
    opacity: 1;
    color: #fff;
    text-align: center;
    background-color: #2e2e2e;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

  .navigation-item:active {
    opacity: 1;
    background-color: #fada5e;
  }

  .navigation-item.w--current {
    color: #000;
    text-align: right;
    background-color: #fada5e;
    display: block;
  }

  .navigation-item.w--current:hover {
    color: #000;
    background-color: #fada5e;
  }

  .navigation-item.w--current:active {
    background-color: #fada5e;
  }

  .mobile-menu-button {
    padding: 0;
  }

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

  .navigation-list {
    background-color: #222;
  }

  .footer-wrap {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .cta-text {
    width: auto;
  }

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

  .intro-header {
    background-position: 100%;
    height: 500px;
  }

  .home-intro-content.cc-homepage {
    margin-bottom: 0;
  }

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

  .header {
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: stretch;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

  .blog-item {
    width: 80%;
  }

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

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

  .home-content-wrap {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .home-section-wrap {
    clear: none;
    order: -1;
  }

  .home-text-heading {
    align-self: center;
    font-size: 36px;
  }

  .home-grid-image-left {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "." 1fr
                   "."
                   / 1fr;
    grid-auto-flow: row;
  }

  .home-grid-image-left.cc-about-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "." 1fr
                   "."
                   / 1.5fr 3.25fr;
    grid-auto-flow: row;
    margin-bottom: 0;
  }

  .home-intro-header {
    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;
  }

  .home-image-left {
    max-width: 250px;
    margin-left: auto;
  }

  .left-block {
    margin-left: 0;
    margin-right: 0;
  }

  .image-about {
    background-image: none;
    order: 0;
  }

  .image-about:hover {
    object-fit: fill;
  }

  .div-block-3 {
    background-image: url('../images/mojezdjecienacv4agrey.png');
    background-size: cover;
    border-radius: 8px;
    justify-content: space-between;
    display: flex;
  }

  .about-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-paragraph {
    margin-right: 0;
    font-size: 16px;
  }

  .below-header-text-white {
    font-size: 16px;
  }

  .project-block {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu-icon-2 {
    -webkit-text-stroke-color: white;
    width: 100%;
    display: block;
  }

  .logo-link-2.w--current {
    background-color: #0000;
    flex: 1;
  }

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

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

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

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

  .navigation-wrap-2 {
    object-fit: fill;
    background-color: #0000;
    display: flex;
  }

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

  .logo-image-2 {
    float: none;
    -webkit-text-stroke-color: white;
    border: 1px #000;
    width: 40%;
    display: block;
    position: static;
  }

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

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

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

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

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

  .mobile-menu-icon {
    -webkit-text-stroke-color: white;
    width: 100%;
    display: block;
  }

  .navigation-link-block {
    flex: 1;
    justify-content: space-between;
    display: flex;
  }

  .container-services {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-part {
    grid-column-gap: 16px;
    grid-template-columns: 1fr .5fr;
  }

  .heading-2 {
    margin-bottom: 20px;
  }

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

  .right-block {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 15px;
    padding-bottom: 0;
  }

  .home-grid-image-right {
    grid-row-gap: 0px;
    text-align: center;
    grid-template: "." 1fr
                   "."
                   / 1fr 1fr;
    grid-auto-flow: row;
  }

  .home-grid-image-right.cc-about-2 {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    grid-template: "." 1fr
                   "."
                   / .25fr 4.5fr;
    grid-auto-flow: row;
    margin-bottom: 0;
  }

  .container-footer {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .container-servi, .container-servi-copy {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .section-copy {
    justify-content: center;
    display: flex;
  }

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

  .section-copy.cc-home-wrap {
    padding-bottom: 30px;
  }

  .section-copy.cc-store-home-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section-copy.footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bullet-span {
    font-size: 32px;
  }

  .bullet {
    font-size: 28px;
  }

  .about-frame-yellow {
    flex: 0 auto;
    align-self: flex-end;
    display: block;
    position: absolute;
  }

  .about-left-side-block {
    background-image: url('../images/mojezdjecienacv4agrey.png');
    background-size: cover;
    border-radius: 8px;
    justify-content: space-between;
    display: flex;
  }

  .grid-narrow {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-paragraph-1-1 {
    margin-top: 30px;
    margin-right: 0;
    font-size: 14px;
  }

  .service-paragraph-1-2 {
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .list-item {
    font-size: 14px;
  }

  .service-paragraph-2-1 {
    margin-top: 30px;
    margin-right: 0;
    font-size: 14px;
  }

  .service-heading-2 {
    align-self: center;
  }

  .service-paragraph-2-2 {
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .service-heading-1, .service-heading-3 {
    align-self: center;
  }

  .service-paragraph-3-1 {
    margin-top: 30px;
    margin-right: 0;
    font-size: 14px;
  }

  .service-paragraph-3-2 {
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .service-heading-4 {
    align-self: center;
  }

  .service-paragraph-4-1 {
    margin-top: 30px;
    margin-right: 0;
    font-size: 14px;
  }

  .service-paragraph-4-2 {
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .service-heading-5 {
    align-self: center;
  }

  .service-paragraph-5-2 {
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .service-growth-section, .service-m-a-section, .service-transformation-section, .service-pmi-section, .section-grey-5 {
    padding-bottom: 10px;
  }

  .service-button-block {
    align-self: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .service-button {
    font-size: 16px;
    line-height: 24px;
  }

  .home-frame-green-left {
    margin-left: auto;
    margin-right: 0%;
    position: absolute;
    inset: 20% 15% 0% auto;
  }

  .home-frame-yellow {
    margin-right: 20px;
    inset: auto 0% 30% 10%;
  }

  .home-frame-green-right {
    position: absolute;
    bottom: auto;
    right: auto;
  }

  .below-header-text-dark {
    font-size: 16px;
  }

  .image-24 {
    align-self: auto;
  }

  .button-up {
    z-index: 9999;
    justify-content: center;
    position: fixed;
  }

  .button-up.cc-contact-us, .hidden-block-4, .hidden-block-3 {
    display: none;
  }

  .container-projects {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .project-frame-yellow {
    top: 50%;
  }

  .show-less-button-3 {
    font-size: 16px;
  }

  .quote-black, .quote-white, .paragraph-service-3-1-copy, .quote-black-person {
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
  }

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

  .service-paragraph-5-1 {
    margin-top: 30px;
    margin-right: 0;
    font-size: 14px;
  }

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

  .parting-line {
    margin-bottom: 30px;
    display: none;
  }

  .line-dark {
    border-color: #e5e5e5;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .grid-narrow-hidden-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .grid-narrow-heading-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .section-media {
    margin-bottom: 0;
  }

  .article {
    grid-row-gap: 0px;
    text-align: center;
    grid-template: "." 1fr
                   "."
                   / 1fr 1fr;
    grid-auto-flow: row;
  }

  .article.cc-about-2 {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    grid-template: "." 1fr
                   "."
                   / .25fr 4.5fr;
    grid-auto-flow: row;
    margin-bottom: 0;
  }

  .left-block-article {
    margin-left: 0;
  }

  .media-block {
    margin-left: 60px;
    margin-right: 60px;
  }

  .gotosource-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .article-title {
    margin-top: 10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .article-image-1 {
    margin-top: 10px;
  }

  .article-paragraph {
    margin-top: 10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

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

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

  .media-arrow-right {
    z-index: 1;
  }

  .block-artecle {
    margin-bottom: 0;
    margin-left: 0;
  }

  .article-paragraph-hidden {
    margin-top: 20px;
    margin-right: 0;
    font-size: 14px;
    display: none;
  }

  .article-image-2, .article-image-3 {
    margin-top: 10px;
  }

  .mobile-swipe-block {
    align-self: center;
    display: none;
  }

  .swipe-text {
    align-self: center;
  }

  .filter-buttons {
    flex-flow: column wrap;
    flex: 0 auto;
    place-content: stretch center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .gotosource-button-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-10 {
    font-size: 42px;
  }

  .about-frame-green {
    flex: 0 auto;
    align-self: flex-end;
    display: block;
    position: absolute;
  }

  .contact-header {
    object-fit: fill;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 70px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

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

  .contact-header.cc-home-wrap {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-header.cc-store-home-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-header.footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .contact-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-block {
    margin-right: 0;
    font-size: 16px;
  }

  .navigation-item-contact {
    opacity: 1;
    color: #fff;
    text-align: center;
    background-color: #2e2e2e;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
    display: flex;
  }

  .navigation-item-contact:hover {
    color: #000;
    background-color: #fada5e;
  }

  .navigation-item-contact:active {
    opacity: 1;
    background-color: #fada5e;
  }

  .navigation-item-contact.w--current {
    color: #000;
    text-align: right;
    background-color: #fada5e;
    display: block;
  }

  .navigation-item-contact.w--current:hover {
    color: #000;
    background-color: #fada5e;
  }

  .navigation-item-contact.w--current:active {
    background-color: #fada5e;
  }
}

@media screen and (max-width: 767px) {
  .section-header {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

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

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

  .section-header.footer {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 18px;
    text-align: center;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: .3fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .small-intro-header {
    font-size: 16px;
    line-height: 28px;
  }

  .small-intro-header.cc-bigger-white-light {
    font-size: 16px;
  }

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

  .home-paragraph-light {
    -webkit-text-stroke-color: transparent;
    margin-top: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .big-intro-header {
    font-size: 50px;
    line-height: 64px;
  }

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

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

  .navigation-menu {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .navigation-block {
    background-color: #fff0;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-height: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation {
    margin-top: 0;
    padding: 15px 30px;
    display: block;
    box-shadow: 5px 0 5px #0003;
  }

  .navigation-item {
    opacity: 1;
  }

  .navigation-item:hover, .navigation-item.w--current, .navigation-item.w--current:hover {
    color: #000;
    background-color: #fada5e;
  }

  .mobile-menu-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navigation-list {
    background-color: #222;
  }

  .footer-wrap {
    padding-top: 10px;
    padding-bottom: 0;
  }

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

  .intro-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 100%;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 300px;
    margin-top: 65px;
    display: flex;
  }

  .home-intro-content {
    width: 80%;
  }

  .home-intro-content.cc-homepage {
    margin-bottom: 0;
  }

  .about-story-wrap {
    display: none;
  }

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

  .header {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .home-content-wrap {
    align-self: stretch;
    margin-bottom: 0;
    display: block;
  }

  .home-section-wrap {
    align-items: stretch;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }

  .home-grid-image-left {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .home-grid-image-left.cc-about-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: 1fr;
    grid-template-columns: .75fr 3.25fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .home-intro-header {
    width: 90%;
  }

  .home-image-left {
    object-fit: contain;
    width: 200px;
    margin-top: 30px;
    margin-right: auto;
    display: block;
    position: static;
    overflow: auto;
  }

  .left-block {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    display: flex;
  }

  .home-image-right {
    display: none;
  }

  .image-about {
    opacity: 0;
    object-fit: fill;
    display: block;
    position: static;
  }

  .div-block-3 {
    background-color: #0000;
    background-image: url('../images/mojezdjecienacv4agrey.png');
    border-radius: 8px;
  }

  .about-grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    text-align: center;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: .3fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .about-paragraph {
    margin-right: 0;
    font-size: 14px;
  }

  .project-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .mobile-menu-icon {
    align-self: auto;
  }

  .navigation-link-block {
    background-color: #0000;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .container-services {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-part {
    grid-template-columns: 1fr;
  }

  .slider-2 {
    display: none;
  }

  .service-part-2 {
    grid-template-columns: 1fr;
  }

  .image-10 {
    display: none;
  }

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 32px;
  }

  .slider-3 {
    display: none;
  }

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

  .text-footer {
    text-align: center;
  }

  .right-block {
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .home-grid-image-right {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container-footer {
    grid-column-gap: 16px;
    grid-row-gap: 18px;
    text-align: center;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: .3fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: center;
    display: block;
  }

  .container-servi, .container-servi-copy {
    grid-column-gap: 16px;
    grid-row-gap: 18px;
    text-align: center;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: .3fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .section-copy {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

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

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

  .section-copy.footer {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bullet-span {
    font-size: 24px;
  }

  .bullet {
    font-size: 24px;
    display: inline-block;
  }

  .mobile-small-intro-header {
    font-size: 16px;
    line-height: 28px;
  }

  .mobile-small-intro-header.cc-bigger-white-light {
    font-size: 16px;
  }

  .about-frame-yellow {
    object-fit: fill;
    order: 0;
    max-width: 24%;
    display: block;
  }

  .about-left-side-block {
    object-fit: cover;
    background-color: #0000;
    background-image: url('../images/mojezdjecienacv4agrey.png');
    border-radius: 8px;
  }

  .about-image-block {
    object-fit: fill;
    flex: 1;
    align-self: auto;
  }

  .grid-narrow {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    text-align: center;
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1.05fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    place-items: stretch stretch;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .service-image-block {
    flex-flow: column;
    justify-content: flex-start;
  }

  .service-paragraph-1-1 {
    margin-top: 30px;
    margin-right: 0;
    font-size: 16px;
  }

  .button-less-1 {
    text-align: left;
  }

  .service-paragraph-1-2 {
    margin-top: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .service-list-1 {
    text-align: left;
  }

  .list-item {
    font-size: 16px;
  }

  .service-paragraph-2-1, .service-paragraph-2-2, .service-paragraph-3-1, .service-paragraph-3-2 {
    margin-top: 30px;
    margin-right: 0;
    font-size: 16px;
  }

  .service-list-3, .service-list-2, .button-less-3, .button-less-2 {
    text-align: left;
  }

  .service-paragraph-4-1, .service-paragraph-4-2 {
    margin-top: 30px;
    margin-right: 0;
    font-size: 16px;
  }

  .service-list-4, .button-less-4 {
    text-align: left;
  }

  .service-paragraph-5-2 {
    margin-top: 30px;
    margin-right: 0;
    font-size: 16px;
  }

  .button-less-5 {
    text-align: left;
  }

  .service-growth-section {
    padding-bottom: 10px;
  }

  .service-m-a-section {
    flex-direction: row;
    padding-bottom: 10px;
    display: block;
  }

  .service-transformation-section, .service-pmi-section, .section-grey-5 {
    padding-bottom: 10px;
  }

  .service-button-block {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .service-button {
    margin-top: 10px;
  }

  .home-frame-green-left {
    margin-left: auto;
    margin-right: auto;
    top: 53%;
    left: auto;
    right: 5%;
  }

  .home-frame-yellow {
    margin-right: 0;
    inset: 35% auto auto 5%;
    overflow: visible;
  }

  .home-frame-green-right {
    display: none;
  }

  .below-header-text-dark {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .image-22 {
    align-self: center;
    width: 60%;
    padding-bottom: 30px;
  }

  .image-23 {
    order: -1;
    align-self: center;
    width: 60%;
    margin-bottom: 30px;
  }

  .image-24, .image-25, .image-26 {
    align-self: center;
    width: 60%;
    margin-bottom: 30px;
  }

  .button-up, .button-up.w--current {
    inset: auto auto 0% 3%;
  }

  .hidden-block-4, .hidden-block-3, .hidden-block-2 {
    display: none;
  }

  .container-projects {
    background-color: #0000;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .project-frame-yellow {
    top: 65%;
  }

  .button-more-11, .show-more-button-1, .show-less-button-1, .button-show-less-2, .show-more-button-2, .show-more-button-3, .show-less-button-3, .show-more-button-4, .show-less-button-4 {
    margin-top: 10px;
  }

  .quote-black, .quote-white, .paragraph-service-3-1-copy, .quote-black-person {
    margin-top: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .show-more-button-5, .show-less-button-5 {
    margin-top: 10px;
  }

  .line-light {
    display: none;
  }

  .service-paragraph-5-1 {
    margin-top: 30px;
    margin-right: 0;
    font-size: 16px;
  }

  .parting-dark, .triangle-light, .parting-line, .triangle-dark, .line-dark {
    display: none;
  }

  .grid-narrow-hidden-2, .grid-narrow-heading-4 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    text-align: center;
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1.05fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    place-items: stretch stretch;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .sup-hidden-block-2, .sup-hidden-block-4 {
    display: block;
  }

  .section-media {
    padding-top: 0;
  }

  .media-arrow-left {
    display: none;
  }

  .swipe-icon {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .article {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .left-block-article {
    margin-left: 0;
  }

  .media-block {
    text-align: left;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
  }

  .gotosource-button {
    margin-top: 10px;
  }

  .article-title {
    margin-top: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .article-image-1 {
    align-self: center;
    width: 60%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .article-paragraph {
    margin-top: 10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .media-arrow-right {
    display: none;
  }

  .block-artecle {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    display: flex;
  }

  .article-paragraph-hidden {
    margin-top: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .article-image-2 {
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 60%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .gotosource-block {
    align-self: center;
  }

  .article-image-3 {
    align-self: center;
    width: 60%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .mobile-swipe-block {
    margin-top: -20px;
    display: flex;
  }

  .swipe-text {
    font-size: 10px;
  }

  .filter-buttons {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .filter-button {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .gotosource-button-3 {
    margin-top: 10px;
  }

  .bold-text-10 {
    align-self: center;
    font-size: 28px;
  }

  .about-frame-green {
    object-fit: fill;
    order: 0;
    max-width: 24%;
    display: block;
  }

  .contact-header {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .contact-header.cc-cta {
    padding: 15px;
  }

  .contact-header.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-header.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .contact-header.footer {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    text-align: center;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: .3fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-block {
    margin-right: 0;
    font-size: 14px;
  }

  .navigation-item-contact {
    opacity: 1;
  }

  .navigation-item-contact:hover, .navigation-item-contact.w--current, .navigation-item-contact.w--current:hover {
    color: #000;
    background-color: #fada5e;
  }
}

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

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

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

  .section-header.footer {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .container {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .small-intro-header.cc-bigger-white-light {
    color: #fff;
    -webkit-text-stroke-color: white;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    display: none;
  }

  .home-to-service-button.cc-contact-us {
    padding-right: 0;
  }

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

  .home-paragraph-light {
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    display: block;
  }

  .big-intro-header {
    margin-top: 10px;
    font-size: 42px;
    line-height: 48px;
  }

  .logo-link.w--current {
    background-color: #fff0;
    flex: 0 auto;
    display: flex;
  }

  .menu-icon {
    text-align: left;
    display: block;
  }

  .navigation-menu {
    color: #222;
    background-color: #222;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-left: 15px;
    margin-right: 0;
    display: block;
  }

  .navigation-block {
    background-color: #fff0;
    flex-flow: wrap;
    flex: 1;
    place-content: center;
    align-items: center;
    max-height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navigation {
    color: #fff;
    mix-blend-mode: normal;
    background-color: #222;
    align-items: stretch;
    margin-top: 0;
    padding: 10px 20px;
    display: block;
    box-shadow: 0 5px 5px #0003;
  }

  .navigation-item {
    opacity: 1;
  }

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

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

  .navigation-item.w--current, .navigation-item.w--current:hover {
    color: #000;
    background-color: #fada5e;
  }

  .mobile-menu-button {
    flex: none;
    align-items: center;
    display: flex;
  }

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

  .logo {
    opacity: 1;
    object-fit: fill;
  }

  .navigation-list {
    background-color: #222;
  }

  .footer-wrap {
    padding-top: 10px;
    padding-bottom: 0;
  }

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

  .intro-header {
    background-position: 80% 0;
    background-size: cover;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 450px;
    margin-top: 60px;
    display: flex;
  }

  .home-intro-content.cc-homepage {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 90%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .about-story-wrap {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }

  .header {
    align-content: stretch;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .our-contacts {
    width: 90%;
  }

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

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

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

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

  .home-grid-image-left.cc-about-2 {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-image-left {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .left-block {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .home-image-right, .image-about, .div-block-3 {
    display: none;
  }

  .about-grid {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .about-paragraph {
    margin-top: 20px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    display: inline-block;
  }

  .below-header-text-white {
    font-size: 16px;
  }

  .project-block {
    display: flex;
  }

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

  .logo-image-2 {
    width: 50%;
  }

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

  .navigation-link-block {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .container-services {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-block {
    display: block;
  }

  .heading {
    display: flex;
  }

  .service-part {
    grid-template-columns: 1fr;
  }

  .slider-2 {
    display: none;
  }

  .list {
    text-align: left;
  }

  .heading-2 {
    order: -1;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 32px;
  }

  .slider-3 {
    display: none;
  }

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

  .text-footer {
    text-align: center;
  }

  .right-block {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .home-grid-image-right {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container-footer {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container-servi, .container-servi-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .italic-text {
    display: none;
  }

  .italic-text-2 {
    display: inline;
  }

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

  .section-copy.footer {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .bullet-span {
    max-width: none;
    display: inline;
  }

  .bold-text-2 {
    display: none;
  }

  .bullet {
    display: block;
  }

  .text-span-mobile {
    color: #fada5e;
    max-width: none;
    font-weight: 600;
    line-height: 40px;
    display: inline;
  }

  .mobile-small-intro-header.cc-bigger-white-light {
    color: #fff;
    -webkit-text-stroke-color: white;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    display: block;
  }

  .about-left-side-block {
    display: none;
  }

  .grid-narrow {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .service-paragraph-1-1 {
    margin-top: 30px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    display: block;
  }

  .button-less-1 {
    text-align: left;
  }

  .service-paragraph-1-2 {
    margin-top: 30px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    display: block;
  }

  .service-list-1 {
    text-align: left;
  }

  .service-paragraph-2-1 {
    margin-top: 30px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    display: block;
  }

  .service-heading-2 {
    margin-top: 0;
    font-size: 24px;
  }

  .service-paragraph-2-2 {
    margin-top: 30px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    display: block;
  }

  .service-heading-1, .service-heading-3 {
    margin-top: 0;
    font-size: 24px;
  }

  .service-paragraph-3-1, .service-paragraph-3-2 {
    margin-top: 30px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    display: block;
  }

  .service-list-3, .service-list-2, .button-less-3, .button-less-2 {
    text-align: left;
  }

  .service-heading-4 {
    margin-top: 0;
    font-size: 24px;
  }

  .service-paragraph-4-1, .service-paragraph-4-2 {
    margin-top: 30px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    display: block;
  }

  .service-list-4, .button-less-4 {
    text-align: left;
  }

  .show-less-4 {
    text-align: center;
  }

  .service-heading-5 {
    margin-top: 0;
    font-size: 24px;
  }

  .service-paragraph-5-2 {
    margin-top: 30px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    display: block;
  }

  .button-less-5 {
    text-align: left;
  }

  .service-growth-section, .service-m-a-section {
    padding-bottom: 10px;
  }

  .service-transformation-section {
    opacity: 1;
    padding-bottom: 10px;
  }

  .service-pmi-section, .section-grey-5 {
    padding-bottom: 10px;
  }

  .service-button-block {
    flex-direction: column;
    align-items: center;
  }

  .service-button {
    margin-top: 10px;
  }

  .home-frame-green-left {
    display: none;
    bottom: 0;
  }

  .home-frame-yellow {
    display: none;
  }

  .below-header-text-dark {
    font-size: 14px;
  }

  .image-22 {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .image-23, .image-24, .image-25 {
    padding-bottom: 0;
  }

  .image-26 {
    margin-bottom: 30px;
  }

  .button-up, .button-up.w--current {
    inset: auto auto 0% 3%;
  }

  .button-up.cc-contact-us {
    padding-right: 0;
  }

  .hidden-block-1, .hidden-block-5, .hidden-block-4, .hidden-block-3, .hidden-block-2 {
    display: none;
  }

  .container-projects {
    background-color: #0000;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-frame-green {
    order: 0;
    display: block;
    inset: 15% 3% auto auto;
  }

  .project-frame-yellow {
    display: block;
    top: auto;
    bottom: 50%;
  }

  .button-more-11, .show-more-button-1, .show-less-button-1, .button-show-less-2, .show-more-button-2, .show-more-button-3, .show-less-button-3, .show-more-button-4, .show-less-button-4 {
    margin-top: 10px;
  }

  .quote-black, .quote-white, .paragraph-service-3-1-copy, .quote-black-person {
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    display: block;
  }

  .show-more-button-5, .show-less-button-5 {
    margin-top: 10px;
  }

  .service-paragraph-5-1 {
    margin-top: 30px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    display: block;
  }

  .parting-line {
    display: none;
  }

  .grid-narrow-hidden-2, .grid-narrow-heading-4 {
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }

  .media-slide-1 {
    height: auto;
  }

  .article {
    flex-direction: column;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .left-block-article {
    margin-left: 0;
  }

  .media-block {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
  }

  .gotosource-button {
    text-align: center;
    margin-top: 10px;
    padding-left: 15px;
  }

  .button-block-gotosource-1 {
    text-align: center;
  }

  .article-title {
    margin-top: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    display: block;
  }

  .article-image-1 {
    width: 80%;
  }

  .article-paragraph {
    margin-top: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    display: block;
  }

  .contact-button.cc-contact-us {
    padding-right: 0;
  }

  .block-artecle {
    margin-left: 0;
    padding-bottom: 0;
  }

  .article-paragraph-hidden {
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    display: none;
  }

  .article-image-2 {
    width: 80%;
  }

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

  .article-image-3 {
    width: 80%;
  }

  .media-slider-block {
    height: auto;
  }

  .mobile-swipe-block {
    display: flex;
  }

  .swipe-text {
    font-size: 10px;
  }

  .filter-buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .filters {
    font-size: 14px;
  }

  .gotosource-button-3 {
    text-align: center;
    margin-top: 10px;
    padding-left: 15px;
  }

  .bold-text-10 {
    text-align: center;
    align-self: center;
    margin-bottom: 20px;
    font-size: 42px;
    display: block;
  }

  .contact-header, .contact-header.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .contact-header.footer {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .contact-grid {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .contact-block {
    margin-top: 20px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    display: inline-block;
  }

  .div-block-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-item-contact {
    opacity: 1;
  }

  .navigation-item-contact:hover {
    color: #000;
    background-color: #fada5e;
  }

  .navigation-item-contact:active {
    opacity: 1;
  }

  .navigation-item-contact.w--current, .navigation-item-contact.w--current:hover {
    color: #000;
    background-color: #fada5e;
  }
}

#w-node-_5ae47b62-2169-ffac-80e3-32f8c994dfd1-de3064c3 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-_5ae47b62-2169-ffac-80e3-32f8c994dfc6-de3064c3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5ae47b62-2169-ffac-80e3-32f8c994dfc4-de3064c3 {
  place-self: stretch stretch;
}

#w-node-_5ae47b62-2169-ffac-80e3-32f8c994dfb9-de3064c3 {
  grid-area: Area;
  align-self: auto;
}

#w-node-_9d257636-bf37-d331-e386-73fb8fcd1c17-de3064c3 {
  grid-area: Area;
  place-self: end;
}

#w-node-_4e3e4b12-8424-05a9-0d00-1cade4cde2e4-de3064c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_972be5bf-c365-cdf7-799d-2699f5da1103-de3064c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_972be5bf-c365-cdf7-799d-2699f5da10f2-de3064c3, #w-node-_9609a754-a56e-916b-0c95-b10045833159-de3064c3, #w-node-_9609a754-a56e-916b-0c95-b10045833149-de3064c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a5eb4bd2-3f0d-ca76-2b01-43b1cf50f141-de3064c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_162606cf-5e38-9400-4c2b-ff4d9688004b-de3064c6 {
  justify-self: stretch;
}

#w-node-_616c8f76-3284-42e0-9fe9-d1d1df0de469-de3064cf, #w-node-_7dc5b11a-e43e-5e30-41ac-57386220c03d-de3064cf, #w-node-_6d15c656-ae3f-84e6-453c-ffb6a0dc6450-de3064cf, #w-node-_9c32da50-97d6-2675-39d2-d03862bbf174-de3064cf, #image_ma.w-node-_22040c78-5c44-b196-5bf7-63ba8fc583b6-de3064cf, #w-node-_6d7dd464-f740-fe86-aa1b-f2c5608de712-de3064cf, #w-node-d109e3ce-f675-5c28-f104-eef1336f9585-de3064cf, #w-node-c05a2c35-78a8-5add-e61b-13a410580d4c-de3064cf, #image-trs.w-node-_03e59b75-e17b-f44f-7772-53da80679437-de3064cf, #w-node-b07aff01-4699-cc23-3e1c-7f7e702f94e7-de3064cf, #image-pmi.w-node-_6028da6f-f994-7647-275a-960758bd98ee-de3064cf, #w-node-_6c8ea53a-1b88-bc44-518e-0ae07f6fb907-de3064cf, #w-node-_8bf48359-edb0-8180-45fb-572f2586111b-de3064cf, #image-hr.w-node-_095a7b43-6700-4ac7-6aa6-4c33c9bb4e66-de3064cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5ae47b62-2169-ffac-80e3-32f8c994dfd1-de3064c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_5ae47b62-2169-ffac-80e3-32f8c994dfc6-de3064c3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5ae47b62-2169-ffac-80e3-32f8c994dfc4-de3064c3 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5ae47b62-2169-ffac-80e3-32f8c994dfb9-de3064c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9d257636-bf37-d331-e386-73fb8fcd1c17-de3064c3 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end;
  }

  #w-node-_4e3e4b12-8424-05a9-0d00-1cade4cde2e4-de3064c3, #w-node-_972be5bf-c365-cdf7-799d-2699f5da10f2-de3064c3, #w-node-_9609a754-a56e-916b-0c95-b10045833149-de3064c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_96466240-72c6-8e83-d28e-bad451e627ea-51e627e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5ae47b62-2169-ffac-80e3-32f8c994dfd1-de3064c3 {
    align-self: start;
  }

  #w-node-_5ae47b62-2169-ffac-80e3-32f8c994dfc4-de3064c3 {
    justify-self: stretch;
  }

  #w-node-_96466240-72c6-8e83-d28e-bad451e627ea-51e627e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b55fe7d6-8090-bcd7-41e7-4d1f4208f82e-de3064c6 {
    align-self: start;
  }
}


