:root {
  --white: var(--black);
  --black: black;
}

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

body {
  color: #1a1b1f;
  font-family: 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;
}

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

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

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

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

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

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f59b02;
  border: 0 solid #f59b02;
  border-radius: 16px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-light {
  opacity: .6;
  font-family: Poppins, sans-serif;
}

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

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

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

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

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

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

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

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

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 800;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.navigation {
  outline-offset: 0px;
  color: #fff;
  mix-blend-mode: normal;
  background-color: #0000;
  outline: 3px #fff;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  box-shadow: 0 2px 8px 6px #0003;
}

.navigation-item {
  opacity: .6;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
}

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

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

.navigation-item.w--current {
  opacity: .6;
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

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

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

.logo-image {
  display: block;
  position: relative;
  left: -35px;
}

.navigation-items {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  font-family: Poppins, sans-serif;
  font-weight: 800;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

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

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

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

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

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

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

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

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

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

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.contact-form-wrap {
  border: 1px solid #eee;
  margin-right: 0;
  padding: 45px 50px 50px;
  font-family: Poppins, sans-serif;
  position: relative;
  right: -203px;
  box-shadow: 0 2px 5px #0003;
}

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

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

.get-in-touch-form {
  flex-direction: column;
  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;
  padding-left: 186px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.home-content-wrap {
  margin-top: 80px;
}

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

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

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

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

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

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

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

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

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

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

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

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

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

.image {
  margin-left: 0;
  position: absolute;
  inset: -11.8438px -160px 10.0938px 1501px;
}

.image-2 {
  margin-left: -8px;
  position: absolute;
  inset: -11.6406px 115px -22.6094px 1388px;
}

.image-3 {
  position: absolute;
  right: 546px;
}

.text-block {
  color: #000;
  margin-top: 59px;
  margin-left: 720px;
  margin-right: auto;
  padding-bottom: 70px;
  padding-left: 8px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.image-4 {
  border-radius: 7px;
}

.image-5 {
  border-radius: 20px;
  margin-top: -41px;
  margin-bottom: -21px;
  margin-left: 635px;
  padding-top: 0;
  box-shadow: 0 2px 5px #0003;
}

.button {
  pointer-events: auto;
  color: #fff;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #f59b02;
  background-clip: padding-box;
  border: 0 solid #000;
  border-radius: 20px;
  margin-left: -8px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: block;
  position: absolute;
  top: 766.297px;
  left: 895px;
  overflow: visible;
  transform: translate(0);
  box-shadow: 0 2px 5px #0003;
}

.section-2 {
  margin-top: 136px;
  margin-bottom: -349px;
}

.navbar {
  background-color: #f7f7f7;
  position: static;
}

.button-2 {
  outline-offset: 0px;
  color: #fff;
  -webkit-text-stroke-color: var(--white);
  background-color: #4879e2;
  border: 0 solid #000;
  border-radius: 11px;
  outline: 3px #fff;
  padding-left: 7px;
  padding-right: 6px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition-property: none;
  position: absolute;
  right: -7.359px;
  transform: scale(1.2);
  box-shadow: 0 2px 5px #0003;
}

.button-2:hover {
  color: #ddd;
  border-color: #000;
}

.image-6 {
  position: absolute;
  right: 1224px;
}

.image-7 {
  position: absolute;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vw;
  display: flex;
}

.image-8 {
  border-radius: 20px;
  width: 800px;
  margin-bottom: 5px;
  padding-bottom: 0;
  position: absolute;
  top: 257.641px;
  box-shadow: 0 2px 5px #0003;
}

.button-3 {
  background-color: #4879e2;
  border-radius: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  position: absolute;
  top: 782.297px;
  box-shadow: 0 2px 5px #0003;
}

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

.text-block-2 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  position: absolute;
  top: 161.297px;
}

.quick-stack {
  position: absolute;
  bottom: -322.297px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  margin-top: 405px;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.text-block-3 {
  margin-top: -3px;
  font-size: 30px;
  position: absolute;
  top: 926.297px;
}

.text-block-4 {
  padding-right: 455px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 1304.3px;
  left: 780.688px;
}

.image-9 {
  width: 230px;
  position: absolute;
  top: 1299.3px;
  left: 527px;
}

.grid {
  grid-template-columns: 2.75fr 2.75fr;
  position: absolute;
  top: 1015.3px;
}

.image-10 {
  width: 1200px;
  position: absolute;
  top: 1509.91px;
}

.image-11 {
  width: 900px;
  margin-top: 14px;
  position: absolute;
  top: 1957.05px;
}

.image-12 {
  position: absolute;
  top: 2347.91px;
}

.image-13 {
  width: 900px;
  margin-top: 64px;
  position: absolute;
  top: 799.906px;
}

.button-4 {
  display: block;
  position: absolute;
  top: 1133.3px;
  left: 20.453px;
}

.button-5 {
  background-color: #3898ec;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 210px;
  font-family: Poppins, sans-serif;
  display: flex;
  position: fixed;
  top: 524.297px;
  left: 213.453px;
}

.button-5-copy {
  background-color: #3898ec00;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 410px;
  height: 230px;
  font-family: Poppins, sans-serif;
  display: flex;
  position: absolute;
  top: 973.297px;
  left: 755.453px;
}

.button-6 {
  background-color: #3898ec00;
  width: 410px;
  height: 230px;
  position: absolute;
  top: 969.297px;
  left: 291px;
}

.button-7 {
  background-color: #3898ec00;
  width: 410px;
  height: 230px;
  position: absolute;
  top: 1248.3px;
  left: 292px;
}

.button-8 {
  background-color: #3898ec00;
  width: 410px;
  height: 230px;
  position: absolute;
  top: 1244.31px;
  left: 757px;
}

.code-embed-2 {
  margin-top: -39px;
  font-family: Poppins, sans-serif;
  position: absolute;
  top: 2193.8px;
}

.image-15 {
  width: 900px;
  position: absolute;
  top: 152.219px;
}

.image-16 {
  width: 900px;
  position: absolute;
  top: 171.047px;
}

.image-17 {
  width: 900px;
  position: absolute;
  top: 136.672px;
}

.image-18 {
  width: 900px;
  position: absolute;
  top: 1740.11px;
}

.image-19 {
  width: 900px;
  position: absolute;
  top: 1773.55px;
}

.image-20 {
  width: 900px;
  position: absolute;
  top: 1347.55px;
}

.slider-3 {
  width: 390px;
  height: 500px;
  position: absolute;
  top: 1211.3px;
}

.image-22 {
  width: 200px;
  min-width: 280px;
  height: 500px;
  min-height: 200px;
  overflow: clip;
}

.mask {
  width: 190px;
}

.slider-4 {
  width: 300px;
  height: 500px;
  position: absolute;
  top: 1164px;
}

.slide-nav-2 {
  top: 530px;
}

.slider-5 {
  width: 300px;
  height: 500px;
  position: absolute;
  top: 1203.3px;
}

.image-26 {
  position: static;
}

.slide-nav-3 {
  top: 525px;
}

.slider-6 {
  width: 700px;
  min-width: 0;
  height: 400px;
  min-height: 0;
  position: absolute;
  top: 858px;
}

.slide-nav-4 {
  top: 427px;
}

.image-29 {
  position: absolute;
}

.code-embed-3 {
  position: absolute;
  top: 2099.8px;
}

.code-embed-4 {
  position: absolute;
  top: 1724.8px;
}

.code-embed-5 {
  position: absolute;
  top: 2210.8px;
}

.image-30 {
  width: 900px;
  position: absolute;
  top: 155.766px;
}

.slider-7 {
  width: 300px;
  height: 500px;
  position: absolute;
  top: 1445.3px;
}

.slide-nav-5 {
  top: 522px;
}

.image-34 {
  width: 900px;
  position: absolute;
  top: 1999.55px;
}

.image-35 {
  width: 900px;
  position: absolute;
  top: 156.75px;
  bottom: -313.828px;
}

.slider-8 {
  width: 300px;
  height: 500px;
  top: 588px;
}

.slide-nav-6 {
  top: 525px;
}

.image-36 {
  width: 900px;
  position: absolute;
  top: 1760px;
}

.text-block-5 {
  color: #fff;
  width: 2000px;
}

.image-38 {
  width: 900px;
  position: absolute;
  top: 154px;
}

.image-39 {
  width: 100px;
  position: absolute;
  top: -24.0781px;
  left: 57px;
}

.code-embed-6 {
  position: absolute;
  top: 2098.8px;
}

.code-embed-7 {
  position: absolute;
  top: 2374.5px;
}

.code-embed-8 {
  position: absolute;
  top: 817.297px;
}

.mask-5 {
  position: absolute;
}

@media screen and (min-width: 1920px) {
  .button-2 {
    font-family: Montserrat, sans-serif;
  }

  .div-block {
    margin-top: 0;
    position: absolute;
  }

  .image-8 {
    top: 154.641px;
    box-shadow: 0 2px 9px 3px #0003;
  }

  .button-3 {
    font-family: Varela, sans-serif;
    top: 668.297px;
  }

  .text-block-2 {
    position: absolute;
  }

  .image-10 {
    top: 1443.91px;
  }

  .image-11 {
    top: 1986.05px;
  }

  .image-12 {
    top: 2407.91px;
  }

  .image-13 {
    width: 820px;
    top: 736.906px;
  }

  .button-5 {
    position: absolute;
    top: 1029.3px;
    left: 981.453px;
  }

  .button-5-copy {
    background-color: #3898ec00;
    position: absolute;
    top: 902.297px;
    left: 981.453px;
  }

  .button-6 {
    background-color: #3898ec00;
    width: 380px;
    height: 210px;
    position: absolute;
    top: 902.297px;
    left: 557px;
  }

  .button-7 {
    background-color: #3898ec00;
    width: 380px;
    height: 210px;
    position: absolute;
    top: 1148.3px;
    left: 557px;
  }

  .button-8 {
    background-color: #3898ec00;
    width: 380px;
    height: 210px;
    position: absolute;
    top: 1148.3px;
    left: 980px;
  }

  .code-embed {
    position: absolute;
    top: 2750.8px;
  }

  .code-embed-2 {
    top: 2829.8px;
  }

  .image-14 {
    width: 800px;
  }

  .image-15 {
    width: 1300px;
    position: absolute;
    top: 57.859px;
  }

  .image-16 {
    width: 1300px;
    position: absolute;
    top: 42.172px;
  }

  .image-17 {
    width: 1300px;
    position: absolute;
    top: 23.172px;
  }

  .image-18 {
    width: 1300px;
    position: absolute;
    top: 2186.31px;
  }

  .image-19 {
    width: 1400px;
    position: absolute;
    top: 2117.31px;
  }

  .image-20 {
    width: 1400px;
    position: absolute;
    top: 1533.31px;
  }

  .slide {
    position: absolute;
  }

  .slider {
    position: absolute;
    top: 1198.3px;
  }

  .slider-2 {
    position: absolute;
    top: 1249.3px;
  }

  .image-21 {
    width: 400px;
  }

  .slider-3 {
    position: absolute;
    top: 1239.3px;
    overflow: visible;
    box-shadow: 0 2px 5px #0003;
  }

  .image-22 {
    width: 350px;
  }

  .mask {
    height: 600px;
  }

  .slide-nav {
    height: 0;
    top: 558px;
  }

  .icon {
    margin-top: 284px;
    top: 300px;
  }

  .image-23 {
    width: 350px;
    position: absolute;
  }

  .left-arrow, .right-arrow {
    height: 900px;
  }

  .icon-2 {
    height: 300px;
    margin-top: 284px;
    margin-bottom: 276px;
    top: 300px;
  }

  .slider-4 {
    width: 300px;
    height: 600px;
    margin-bottom: 0;
    position: absolute;
    top: 1506.3px;
  }

  .image-24, .image-25 {
    width: 300px;
    height: 600px;
  }

  .slide-nav-2 {
    top: 633px;
  }

  .slider-5 {
    width: 300px;
    height: 600px;
    padding-top: 189px;
    position: absolute;
    top: 1464.31px;
  }

  .slide-2 {
    width: 300px;
    height: 600px;
    position: relative;
  }

  .image-26 {
    width: 300px;
    height: 600px;
    position: relative;
    top: 2px;
  }

  .mask-2 {
    position: absolute;
    top: -1px;
  }

  .image-27 {
    width: 300px;
    height: 600px;
    position: absolute;
    top: 2px;
  }

  .image-28 {
    width: 300px;
    height: 600px;
  }

  .slide-nav-3 {
    top: 621px;
  }

  .slider-6 {
    width: 700px;
    height: 400px;
    position: relative;
    top: 310px;
    box-shadow: 0 2px 5px #0003;
  }

  .slide-nav-4 {
    top: 421px;
  }

  .bold-text {
    position: relative;
    top: -111px;
  }

  .image-29 {
    position: relative;
  }

  .code-embed-3 {
    position: absolute;
    top: 2660.5px;
  }

  .code-embed-4 {
    position: absolute;
    top: 2113.5px;
  }

  .code-embed-5 {
    position: absolute;
    top: 2279.5px;
  }

  .image-30 {
    width: 1300px;
    position: absolute;
    top: 55.672px;
  }

  .slider-7 {
    width: 300px;
    height: 600px;
    position: absolute;
    top: 1953px;
  }

  .slide-nav-5 {
    top: 622px;
  }

  .image-31 {
    width: 300px;
    height: 0;
  }

  .image-32, .image-33 {
    width: 300px;
    height: 600px;
  }

  .image-34 {
    width: 1300px;
    position: absolute;
    top: 2615px;
  }

  .image-35 {
    width: 1300px;
    position: absolute;
    top: 46.016px;
  }

  .slider-8 {
    width: 300px;
    height: 530px;
    position: absolute;
    top: 1535px;
  }

  .slide-nav-6 {
    top: 552px;
  }

  .image-36 {
    width: 1300px;
    position: absolute;
    top: 2131.92px;
  }

  .text-block-5 {
    color: #fff;
    width: 200px;
  }

  .mask-4 {
    width: 300px;
    height: 600px;
  }

  .image-37 {
    width: 600px;
  }

  .image-38 {
    position: absolute;
    top: 48px;
  }

  .image-39 {
    width: 130px;
    position: absolute;
    top: -33.0781px;
    left: 54px;
  }

  .code-embed-6 {
    position: absolute;
    top: 2690.5px;
  }

  .code-embed-7 {
    position: absolute;
    top: 3130.5px;
  }

  .code-embed-8 {
    position: absolute;
    top: 902.297px;
  }
}

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

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

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

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

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

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 25px 30px;
  }

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

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

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

  .menu-button {
    padding: 0;
  }

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

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

  .cta-text {
    width: auto;
  }

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

  .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 {
    width: 100%;
  }

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

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

  .intro-text {
    width: auto;
  }

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

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

  .image-8 {
    width: 700px;
  }

  .button-3 {
    top: 716.297px;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .image-10 {
    top: 1311.91px;
  }

  .image-11 {
    width: 600px;
    top: 1701.05px;
  }

  .image-13 {
    width: 700px;
    top: 720.906px;
  }

  .button-5-copy {
    width: 320px;
    height: 180px;
    top: 870.297px;
    left: 407.453px;
  }

  .button-6 {
    width: 320px;
    height: 180px;
    top: 868.297px;
    left: 44px;
  }

  .button-7 {
    width: 320px;
    height: 180px;
    top: 1080.3px;
    left: 47px;
  }

  .button-8 {
    width: 320px;
    height: 180px;
    top: 1085.31px;
    left: 407px;
  }

  .code-embed-2 {
    top: 2105.8px;
  }

  .image-19 {
    top: 1715.55px;
  }

  .slider-3 {
    width: 190px;
  }

  .slider-4 {
    top: 1177px;
  }

  .slider-5 {
    top: 1166.3px;
  }

  .code-embed-3 {
    top: 1952.8px;
  }

  .code-embed-5 {
    top: 1885.8px;
  }

  .slider-8 {
    top: 817px;
  }

  .image-36 {
    top: 1636px;
  }

  .image-39 {
    width: 0;
    top: 25.9219px;
  }

  .code-embed-6 {
    top: 2030.8px;
  }

  .code-embed-8 {
    position: absolute;
    top: 761px;
  }
}

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

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

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

  .container {
    text-align: center;
  }

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

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

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

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

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

  .navigation {
    padding: 20px 30px;
  }

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

  .intro-content {
    width: 80%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .button-2 {
    right: 50.641px;
  }

  .image-8 {
    width: 500px;
  }

  .button-3 {
    top: 590.297px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .image-10 {
    top: 1077.91px;
  }

  .image-11 {
    top: 1293.05px;
  }

  .image-13 {
    width: 550px;
    top: 611.906px;
    overflow: clip;
  }

  .button-5-copy {
    width: 250px;
    height: 150px;
    top: 741.297px;
    left: 301.453px;
  }

  .button-6 {
    width: 250px;
    height: 150px;
    top: 739.297px;
    left: 16px;
  }

  .button-7 {
    width: 250px;
    height: 150px;
    top: 904.297px;
    left: 21px;
  }

  .button-8 {
    width: 250px;
    height: 150px;
    top: 906.297px;
    left: 302px;
  }

  .code-embed-2 {
    top: 909.797px;
  }

  .image-18 {
    top: 534.109px;
  }

  .image-19 {
    top: 655.547px;
  }

  .image-20 {
    top: 533.547px;
  }

  .slider-4 {
    left: 2084px;
  }

  .slider-5 {
    left: 1222px;
  }

  .slider-6 {
    left: 1037px;
  }

  .code-embed-3 {
    top: 1011.8px;
  }

  .code-embed-4 {
    top: 759.797px;
  }

  .code-embed-5 {
    top: 1463.8px;
  }

  .slider-7 {
    left: 762px;
  }

  .image-34 {
    top: 787.547px;
  }

  .slider-8 {
    left: 583px;
  }

  .image-36 {
    top: 764px;
  }

  .code-embed-6 {
    top: 807.797px;
  }

  .code-embed-7 {
    top: 1006.5px;
  }

  .code-embed-8 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 666.297px;
  }
}

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

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

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

  .menu {
    margin-left: 15px;
  }

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

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

  .logo-image {
    left: -18px;
  }

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

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

  .button-2 {
    left: 457.547px;
  }

  .image-8 {
    width: 300px;
    top: 243px;
  }

  .button-3 {
    width: 141px;
    height: 50px;
    top: 451.297px;
    overflow: clip;
  }

  .text-block-2 {
    color: #1a1b1f;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .image-10 {
    top: 862.906px;
  }

  .image-11 {
    top: 1035.05px;
  }

  .image-13 {
    width: 1700px;
    top: 465.906px;
  }

  .button-5-copy {
    width: 150px;
    height: 80px;
    top: 571.297px;
    left: 167.453px;
  }

  .button-6 {
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 80px;
    display: flex;
    position: absolute;
    top: 572.297px;
    bottom: 329.703px;
    left: 3px;
  }

  .button-7 {
    width: 150px;
    height: 80px;
    top: 667.297px;
    left: 6px;
  }

  .button-8 {
    width: 150px;
    height: 80px;
    top: 666.312px;
    left: 167px;
  }

  .code-embed-2 {
    top: 666.797px;
  }

  .image-15 {
    width: 1300px;
    top: 141.219px;
    overflow: clip;
  }

  .image-16 {
    position: absolute;
    top: 116.297px;
  }

  .image-17 {
    position: absolute;
  }

  .image-18 {
    top: 540.109px;
  }

  .image-19 {
    position: absolute;
    top: 497.625px;
  }

  .image-20 {
    position: absolute;
    top: 417.625px;
  }

  .slider-4 {
    width: 100px;
    height: 179px;
    top: 410px;
    left: -433px;
  }

  .slide-nav-2 {
    width: 10px;
    height: 10px;
  }

  .slider-5 {
    left: 494px;
  }

  .slider-6 {
    left: 2699px;
  }

  .bold-text {
    font-size: 24px;
    position: relative;
    top: -15px;
  }

  .code-embed-3 {
    position: absolute;
    top: 698.797px;
  }

  .code-embed-4 {
    position: absolute;
    top: 542.797px;
  }

  .code-embed-5 {
    top: 1156.8px;
  }

  .image-30 {
    position: absolute;
    top: 128.469px;
  }

  .slider-7 {
    left: -871px;
  }

  .image-34 {
    position: absolute;
    top: 662.625px;
  }

  .image-35 {
    width: 1500px;
    position: absolute;
    top: 143.125px;
    left: -9px;
  }

  .slider-8 {
    left: -445px;
  }

  .image-36 {
    position: absolute;
    top: 542.625px;
  }

  .text-block-5 {
    width: 20000px;
  }

  .mask-3, .left-arrow-2, .right-arrow-2 {
    width: 100px;
    height: 179px;
  }

  .image-38 {
    position: fixed;
  }

  .code-embed-6 {
    top: 699.797px;
  }

  .code-embed-7 {
    top: 802.5px;
  }

  .code-embed-8 {
    position: fixed;
  }
}

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  #w-node-_421df62a-c217-12af-eee8-27f88a387928-7cb51986, #w-node-_421df62a-c217-12af-eee8-27f88a387928-7cb51988, #w-node-_421df62a-c217-12af-eee8-27f88a387928-7cb5198a {
    grid-area: 2 / 1 / 3 / 2;
  }
}


