:root {
  --black: #1a1b1f;
  --white: #fff;
}

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

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

.divider.black {
  background-color: #000;
  margin-bottom: 0;
}

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

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

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

.section.cc-home-wrap {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-store-home-wrap {
  box-sizing: border-box;
  object-fit: none;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-footer {
  background-color: #050505;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

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

.container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin: 0;
  display: block;
}

.container.flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000001a;
  display: flex;
}

.container.cc-gray {
  background-color: #0000001a;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  line-height: 24px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: #000;
  text-align: left;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-bigger.cc-bigger-white-light.cc-right {
  text-align: right;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
}

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

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

.button.cc-jumbo-button {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #263270;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 26px;
  display: block;
  position: static;
}

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

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

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

.button.cc-jumbo-button.cta-button {
  background-color: var(--black);
  opacity: .7;
  color: #000;
  border-radius: 4px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.button.cc-contact-us {
  z-index: 5;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.button.cc-contact-us:hover {
  opacity: .75;
  background-color: #dddde2;
}

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

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

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

.button.work-heading {
  padding-left: 25px;
}

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

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

.label.cc-light {
  opacity: .6;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

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

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

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

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

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

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

.paragraph-light {
  opacity: .6;
  text-align: left;
  letter-spacing: normal;
  text-indent: 0;
  column-count: 0;
  word-break: normal;
  overflow-wrap: normal;
  max-width: 650px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
}

.paragraph-light.cc-bio-title {
  text-align: center;
}

.heading-jumbo {
  text-align: center;
  text-transform: none;
  margin-top: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 50px;
}

.heading-jumbo.cc-hero {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
}

.heading-jumbo.cc-hero.small {
  font-size: 28px;
  line-height: 36px;
}

.heading-jumbo.cc-project {
  text-align: left;
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

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

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

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

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

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

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

.logo-image {
  max-width: 70%;
  margin-left: 0;
  display: block;
}

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

.footer-wrap {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-align: right;
  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: 85%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

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

.intro-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/Blue-Black-AD-PS-Background2500-3.jpg');
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Blue-Black-AD-PS-Background2500-3.jpg'), url('../images/web-2.jpg');
  background-position: 100%, 0 0;
  background-size: auto, auto;
  height: 350px;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.intro-content.cc-homepage {
  flex: 0 auto;
  align-self: center;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 45px;
  padding-right: 60px;
}

.motto-wrap {
  text-align: center;
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

.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;
  background-color: #f4f4f4;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 20px;
  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 {
  opacity: 0;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f4f4f4;
  background-clip: border-box;
  border: 1px dotted #000;
  border-radius: 7px;
  width: 100%;
  height: 200px;
  margin-bottom: 0;
}

.team-members {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  margin-bottom: 60px;
  margin-left: 100px;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.team-members.cc-2-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 2fr 2fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  align-items: stretch;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 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 {
  width: 95%;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

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

.about-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / .75fr .5fr;
  justify-content: center;
  place-items: center;
  margin-bottom: 20px;
}

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

.intro-text {
  text-align: left;
  width: 75%;
  margin: 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 {
  color: var(--white);
  text-align: center;
  width: 80%;
  margin: 20px auto 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

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

.container-2 {
  margin-bottom: 40px;
}

.heading {
  flex: 1;
  max-width: 450px;
  padding-left: 40px;
}

.heading-2 {
  max-width: 450px;
  padding-left: 40px;
  font-size: 24px;
  line-height: 32px;
}

.heading-3, .heading-4 {
  max-width: 450px;
}

.container-3 {
  margin-bottom: 40px;
}

.image {
  border: 0 solid #000;
}

.image-2 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
}

.div-block {
  justify-content: space-between;
  margin-right: 40px;
  display: flex;
}

.heading-5 {
  text-align: left;
  flex: none;
  align-self: center;
  max-width: 475px;
  margin-left: 40px;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-7 {
  text-align: left;
}

.text-block-l {
  margin-top: 30px;
  margin-bottom: 20px;
}

.text-block-2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-block-3 {
  color: var(--white);
}

.image-3 {
  min-height: 20px;
}

.section-2 {
  background-color: #f1f1f1;
  margin-left: 30px;
  margin-right: 30px;
}

.div-block-3 {
  flex-flow: row;
  flex: 1;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 15px;
  display: block;
}

.div-block-3.cc-white {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-3.cc-starter {
  max-width: 450px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  text-align: center;
}

.container-4 {
  justify-content: center;
  max-width: 675px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

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

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

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

.body {
  text-align: center;
}

.div-block-4 {
  background-color: #090000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-5 {
  width: 100px;
}

.text-block-4 {
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #263270;
  border: 3px solid #000;
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  line-height: 26px;
  text-decoration: none;
  transition-duration: .25s;
}

.button-3:hover {
  color: #c9c5c5;
}

.button-3:active {
  background-color: #1f3bcc;
}

.button-3.cc-lite {
  background-color: #1f36ac;
  border-width: 0;
  border-color: #fff;
  box-shadow: 4px 6px 14px -2px #000c;
}

.container-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-block-5 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-6 {
  padding: 10px 15px;
}

.heading-packages {
  text-transform: uppercase;
  font-family: Droid Serif, serif;
  font-weight: 400;
}

.image-4 {
  display: block;
}

.link-lite {
  color: #fafbfc9e;
  font-size: 14px;
}

.text-block-7 {
  color: #6f6f72;
  font-size: 12px;
}

.text-block-8 {
  padding-left: 10px;
  padding-right: 10px;
  transition: color .25s, opacity .25s;
}

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

.heading-aird {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 45px;
}

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

.italic-text {
  font-style: normal;
  text-decoration: none;
}

.image-5 {
  mix-blend-mode: normal;
  width: auto;
  height: 85%;
  margin-top: 0;
  margin-left: 0;
}

.div-block-6 {
  margin: 0 40px 40px;
  padding-bottom: 0;
  padding-left: 20px;
}

.body-2 {
  object-fit: fill;
  max-width: none;
}

.aird-team-image {
  background-color: var(--white);
  mix-blend-mode: normal;
  margin: auto 28px 40px;
}

.client-logo-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  max-width: 90%;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.client-logo-wrap.cc-white {
  float: none;
  clear: none;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  aspect-ratio: 1;
  text-align: left;
  object-fit: none;
  background-color: #fff;
  border: 1px solid #fdfdfd;
  grid-template-rows: minmax(max-content, max-content) auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: start center;
  place-items: center;
  max-width: none;
  display: none;
  position: static;
}

.image-6 {
  max-width: 350px;
}

.section-logos {
  background-color: var(--white);
}

.div-block-7 {
  max-height: 366px;
}

.image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-60auto, .image-16, .image-17, .image-18, .image-19 {
  object-fit: contain;
}

.image-20 {
  aspect-ratio: auto;
  object-fit: contain;
}

.image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
  object-fit: contain;
}

.image-27 {
  opacity: 1;
  background-color: #fff;
}

.aird-team-grid {
  grid-template-rows: auto;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-9, .heading-10 {
  font-size: 24px;
}

.heading-11 {
  text-align: left;
  max-width: 650px;
  margin: 0 auto;
}

.div-block-8 {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}

.image-29 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
}

.link {
  margin-bottom: 40px;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

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

.heading-13 {
  font-size: 36px;
}

.heading-14 {
  line-height: 48px;
}

.heading-15 {
  font-size: 40px;
}

.hero-h1 {
  color: #5372ec;
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 42px;
}

.hero-h1.hero2 {
  margin-top: 0;
  font-size: 30px;
  line-height: 36px;
}

.hero-h2 {
  color: #5372ec;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
}

.container-6 {
  max-width: 800px;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start space-between;
  place-items: start;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

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

.text-block-left {
  text-align: left;
  border-left: 0 solid #000;
  flex: 1;
  font-weight: 500;
}

.text-block-left.list {
  border-bottom: 4px solid #fff;
  border-left-width: 0;
  margin-bottom: 10px;
  padding-left: 10px;
}

.aird-button {
  outline-offset: 0px;
  background-color: #9c9ea0;
  border-radius: 4px;
  outline: 3px #fff;
  margin-left: 20px;
  box-shadow: 8px 10px 11px -2px #0000004a;
}

.aird-button:hover {
  opacity: .75;
}

.aird-button:active {
  opacity: 1;
  color: #fdfdfd;
  background-color: #1f36ac;
}

.heading-18 {
  line-height: 28px;
}

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

.bold-text-2 {
  text-align: left;
  max-width: 750px;
}

.text-block {
  padding: 10px 40px;
}

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

  .section.cc-footer {
    padding-right: 40px;
  }

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

  .container.flex {
    margin-bottom: 0;
  }

  .container.cc-gray {
    width: 100%;
  }

  .paragraph-bigger.cc-bigger-white-light {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .button {
    justify-content: center;
  }

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

  .paragraph-light {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }

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

  .heading-jumbo {
    margin-top: 0;
    font-size: 36px;
    line-height: 42px;
  }

  .heading-jumbo.cc-hero {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .heading-jumbo-small {
    font-size: 28px;
    line-height: 38px;
  }

  .logo-link.w--current {
    flex: 1;
    order: -1;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
  }

  .menu-icon {
    display: block;
  }

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

  .navigation-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex: 1;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation {
    padding: 25px 30px;
  }

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

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

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

  .menu-button {
    padding: 0;
  }

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

  .logo-image {
    max-width: 25%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

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

  .footer-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-text {
    width: auto;
  }

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

  .intro-header {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .intro-header.cc-subpage {
    height: 275px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .intro-content {
    flex: 0 auto;
    height: 50%;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .intro-content.cc-homepage {
    max-width: 650px;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 10px;
  }

  .motto-wrap {
    width: 85%;
  }

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

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

  .contact-form-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, .home-content-wrap {
    width: 100%;
  }

  .about-grid {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: start stretch;
    margin-left: 0;
    display: grid;
  }

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

  .intro-text {
    width: auto;
  }

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

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

  .process-heading {
    margin-bottom: 40px;
  }

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

  .heading-2 {
    max-width: 500px;
    font-size: 18px;
    line-height: 22px;
  }

  .heading-5 {
    max-width: 375px;
  }

  .text-block-2 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-2 {
    display: block;
  }

  .div-block-3 {
    margin-right: 0;
    padding-right: 0;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .paragraph-2 {
    line-height: 24px;
  }

  .paragraph-3 {
    font-size: 20px;
  }

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

  .client-logo-wrap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    max-width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .client-logo-wrap.cc-white {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: start;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .image-6 {
    max-width: 200px;
  }

  .section-logos {
    background-color: #fff;
  }

  .div-block-7 {
    max-height: 150px;
  }

  .image-8 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    width: auto;
    min-width: 100px;
  }

  .image-9 {
    min-width: 100px;
  }

  .image-10 {
    min-width: 75px;
  }

  .image-13, .image-60auto {
    width: 100%;
    min-width: auto;
  }

  .aird-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-11 {
    text-align: center;
  }

  .image-logo {
    width: 100%;
  }

  .div-block-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-29 {
    object-fit: contain;
  }

  .div-block-9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .hero-h1.hero2 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .hero-h2 {
    font-size: 19px;
    line-height: 26px;
  }

  .container-6 {
    max-width: 600px;
  }

  .container-7.grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-left.list {
    font-size: 15px;
  }

  .italic-text-2.small {
    font-size: 14px;
    line-height: 16px;
  }

  .heading-17 {
    line-height: 36px;
  }

  .italic-text-4 {
    font-size: 16px;
  }

  .bold-text-3, .italic-text2.small {
    font-size: 14px;
    line-height: 18px;
  }

  .image-31 {
    width: 65%;
  }
}

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

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

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

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

  .section.cc-footer {
    padding-left: 0;
    padding-right: 36px;
  }

  .container {
    text-align: center;
  }

  .container.flex {
    flex-flow: column;
  }

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

  .paragraph-bigger.cc-bigger-white-light {
    width: auto;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
  }

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

  .paragraph-light {
    text-align: left;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-jumbo {
    font-size: 34px;
    line-height: 42px;
  }

  .heading-jumbo.cc-hero {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 36px;
  }

  .heading-jumbo-small {
    font-size: 26px;
    line-height: 28px;
  }

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

  .logo-link.w--current {
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .logo-image {
    max-width: 50%;
  }

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

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

  .intro-header {
    height: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .intro-header.cc-subpage {
    height: 220px;
  }

  .intro-content {
    width: 80%;
    height: 65%;
  }

  .intro-content.cc-homepage {
    height: 90%;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .motto-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  ._404-wrap {
    padding: 30px;
  }

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

  .home-section-wrap {
    width: 95%;
    padding-left: 20px;
    padding-right: 10px;
  }

  .intro-text {
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .heading {
    max-width: none;
  }

  .heading-2 {
    max-width: none;
    padding-left: 0;
  }

  .heading-3, .heading-4 {
    max-width: none;
  }

  .div-block {
    flex-flow: column;
    margin-right: 0;
  }

  .heading-5 {
    margin-left: 0;
  }

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

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

  .container-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .button-3 {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-center {
    margin-top: 40px;
  }

  .heading-aird.black {
    font-size: 34px;
    line-height: 42px;
  }

  .italic-text {
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .aird-team-image {
    margin-top: 20px;
  }

  .client-logo-wrap {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-content: center;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .client-logo-wrap.cc-white {
    justify-content: space-between;
  }

  .heading-9 {
    font-size: 22px;
  }

  .link {
    margin-bottom: 20px;
  }

  .div-block-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
  }

  .image-30 {
    display: block;
  }

  .hero-h1 {
    margin-top: 20px;
    font-size: 34px;
    line-height: 40px;
  }

  .hero-h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .container-6 {
    max-width: 85%;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-7.grid {
    display: flex;
  }

  .text-block-left.list {
    line-height: 24px;
  }

  .italic-text-2, .heading-17 {
    text-align: center;
  }

  .italic-text-4 {
    font-size: 16px;
  }

  .heading-18 {
    font-size: 18px;
    line-height: 24px;
  }
}

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

  .section.cc-footer {
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .container.flex, .container.cc-gray {
    margin-top: 0;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  .button.cc-jumbo-button.cta-button {
    max-width: 100%;
  }

  .label {
    font-size: 16px;
  }

  .label.cc-light {
    color: #1a1b1f;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

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

  .paragraph-light {
    text-align: left;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .heading-jumbo {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .heading-jumbo.cc-hero {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-jumbo.cc-hero.small {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-jumbo-small {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .logo-link.w--current {
    flex: 1;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .menu {
    margin-left: 15px;
  }

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

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

  .logo-image {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrap {
    flex-flow: column;
  }

  .cta-wrap {
    padding: 20px 15px 40px;
  }

  .intro-header {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .intro-header.cc-subpage {
    height: 125px;
  }

  .intro-content {
    flex: 0 auto;
    align-self: auto;
    height: 85%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }

  .intro-content.cc-homepage {
    width: 85%;
    height: 75%;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .motto-wrap {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 13px;
    padding-right: 13px;
  }

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

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

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

  .about-grid {
    margin-bottom: 10px;
  }

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

  .heading-2 {
    text-align: center;
    max-width: 285px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: stretch;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .heading-5 {
    max-width: 285px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-l {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 22px;
  }

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

  .div-block-3.cc-white {
    padding-top: 20px;
  }

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

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

  .paragraph-3 {
    margin-bottom: 0;
  }

  .button-3 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

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

  .heading-packages {
    line-height: 40px;
  }

  .italic-text {
    padding-bottom: 0;
    line-height: 24px;
  }

  .aird-team-image {
    margin-top: 0;
    margin-bottom: auto;
  }

  .client-logo-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    min-width: 90%;
    min-height: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
  }

  .client-logo-wrap.cc-white {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    padding-right: 40px;
    display: grid;
  }

  .section-logos {
    margin-bottom: auto;
  }

  .aird-team-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(225px, 1fr);
  }

  .image-28 {
    margin-top: 0;
  }

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

  .heading-11 {
    font-size: 26px;
  }

  .div-block-8 {
    margin-bottom: 0;
  }

  .div-block-9 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: #fff;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .hero-h1, .hero-h1.hero2 {
    font-size: 24px;
    line-height: 28px;
  }

  .hero-h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .container-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .container-7.grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .text-block-left {
    text-align: left;
    margin-bottom: 0;
    line-height: 22px;
  }

  .text-block-left.list {
    font-size: 12px;
    line-height: 20px;
  }

  .bold-text {
    display: block;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 24px;
  }

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

  .heading-16 {
    line-height: 36px;
  }

  .heading-17 {
    font-size: 28px;
  }

  .italic-text-4 {
    font-size: 16px;
  }

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

  .heading-18 {
    line-height: 24px;
  }

  .text-block {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 24px;
  }

  .image-31, .image-32 {
    width: 100%;
  }

  .italic-text-5 {
    line-height: 28px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-203f4dd0 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-203f4dd0, #w-node-_86e64837-0616-515b-4568-76c147234d41-203f4dd0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-203f4dd0, #w-node-_620a8492-0ca4-85b5-8e80-d6b6f0fbd3e9-203f4dd0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_69698474-0f53-33f1-2852-45bd688976af-203f4dd0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_19461cb1-98cf-2509-9458-bfed4aee0db7-203f4dd0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_620a8492-0ca4-85b5-8e80-d6b6f0fbd3ef-203f4dd0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-cc179801-4326-b902-0545-f0878e3079e4-203f4dd0 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_5697e364-45d6-3ec3-992b-54821353987b-203f4dd0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ab66859c-f61d-0344-bcd2-17120497dd55-0497dd49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab66859c-f61d-0344-bcd2-17120497dd6d-0497dd49 {
  place-self: center;
}

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

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

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-203f4dd5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-203f4dd5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-203f4dd5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-203f4dd7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-203f4dd7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-203f4dd8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-203f4dd8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-203f4dd9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-203f4dd9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-203f4dda {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-203f4dda {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-203f4dda {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-203f4ddc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-203f4ddc {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-203f4dd0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-203f4dd0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

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

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

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-203f4dd5, #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-203f4dd5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-203f4dd5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-203f4dd7, #w-node-_421df62a-c217-12af-eee8-27f88a387928-203f4dd8, #w-node-_421df62a-c217-12af-eee8-27f88a387928-203f4dd9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-203f4ddc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ab66859c-f61d-0344-bcd2-17120497dd4f-0497dd49 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ab66859c-f61d-0344-bcd2-17120497dd60-0497dd49, #w-node-ab66859c-f61d-0344-bcd2-17120497dd6a-0497dd49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d3f-203f4dd0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-ab66859c-f61d-0344-bcd2-17120497dd57-0497dd49 {
    grid-area: 3 / 2 / 4 / 2;
  }

  #w-node-ab66859c-f61d-0344-bcd2-17120497dd58-0497dd49 {
    grid-area: 3 / 3 / 4 / 3;
  }

  #w-node-ab66859c-f61d-0344-bcd2-17120497dd6d-0497dd49 {
    grid-area: 5 / 2 / 6 / 2;
  }

  #w-node-ab66859c-f61d-0344-bcd2-17120497dd6e-0497dd49 {
    grid-area: 5 / 3 / 6 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-203f4ddc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-203f4ddc {
    grid-area: 3 / 1 / 4 / 2;
  }
}


