:root {
  --white: white;
  --black: black;
  --f60: white;
}

.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 {
  height: 1px;
  color: #3f3f3f;
  background-color: #666;
}

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

.c-form {
    width: 100%;
	margin: 0 auto;
}
.c-form__item {
	margin-bottom: 20px;
}
.c-form__label,
.c-form__input {
	padding: 10px;
}
.c-form__label {
	color: #fff;
	width: 100%;
}
.c-form__input {
	width: 100%;
	font-size: 16px;
	border: solid 1px #333;
	border-radius: 4px;
}
.c-form__input:focus-visible {
	outline: green auto 1px;
}
.c-form__required {
	color: #fff;
	background-color: green;
	border-radius: 4px;
	padding: 5px 5px;
	margin: 0 0 0 18px;
}
textarea.c-form__input {
	height: 160px;
}
.c-form__submit {
	text-align: center;
}
.c-form__submit button {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: green;
	border: solid 1px green;
	border-radius: 4px;
	padding: 5px 32px;
	transition: 0.4s;
	cursor: pointer;
}
.c-form__submit button:hover {
	color: green;
	background-color: transparent;
}

@media (min-width: 640px) {
	.c-form__item {
		flex-wrap: nowrap;
	}
	.c-form__label {
		width: 100%;
	}
	.c-form__input {
		width: 100%;
	}
}

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

.contact.cc-store-home-wrap {
  margin-bottom: 149px;
  margin-left: 0;
  margin-right: 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;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.paragraph-bigger.cc-bigger-white-light {
  width: 150px;
  opacity: .6;
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

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

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

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

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

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

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

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

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

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

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  color: #f60;
  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;
  color: #f60;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}

.label.cc-blog-date {
  opacity: .6;
  color: #fff;
  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;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

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

.heading-jumbo-small {
  color: #000;
  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 {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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;
  height: 40px;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.navigation {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: absolute;
}

.navigation-item {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
}

.navigation-item:hover {
  opacity: .9;
  color: #f60;
}

.navigation-item:active {
  opacity: .8;
  color: #ff6f00;
}

.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 {
  background-color: #afafaf;
  display: block;
}

.navigation-items {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  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;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 620px;
  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;
  margin-bottom: 100px;
  display: flex;
}

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

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

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

.motto-wrap {
  width: 80%;
  text-align: center;
  margin: 40px auto 0;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  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: 80px;
  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;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  width: 80%;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.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::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  background-color: #bebebe;
  border-color: #ffe5d4;
  margin-bottom: 25px;
}

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

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

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

.contact-heading {
  color: #f60;
  text-align: center;
  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 {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

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

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

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  height: 620px;
  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;
  margin-bottom: 100px;
  display: flex;
}

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

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

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

.project-pics {
  margin-bottom: 120px;
}

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

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

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  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 {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

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

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

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  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;
  color: #fff;
  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 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

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

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

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

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

.section-heading {
  color: #000;
  text-align: center;
  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-top: 36px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.intro-text {
  width: 60%;
  height: 100%;
  max-height: 160px;
  min-height: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  margin-left: 45px;
  margin-right: 0;
  display: flex;
}

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

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

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

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

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

.business-article-heading {
  color: #fff;
  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: rgba(0, 0, 0, .6);
}

.background-video {
  height: 800px;
  min-height: 100%;
  background-color: rgba(7, 7, 7, .29);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.div-block {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.text---outline {
  color: #3453ee;
  transition: transform 1.5s cubic-bezier(.645, .045, .355, 1);
}

.page {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text---wrap {
  height: .86em;
  background-color: #3453ee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.text---wrap.x-03 {
  z-index: 4;
  top: 90%;
}

.text---wrap.x-02 {
  z-index: 3;
  top: 50%;
}

.text---wrap.x-01 {
  z-index: 2;
  top: 20%;
}

.text---wrap.x-05 {
  z-index: 6;
  top: 200%;
}

.text---wrap.x-00 {
  z-index: 1;
  position: relative;
}

.text---wrap.x-04 {
  z-index: 5;
  top: 140%;
}

.text {
  transition: transform 1.5s cubic-bezier(.645, .045, .355, 1);
}

.text---group {
  position: relative;
}

.container-w3 {
  width: 100%;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
}

.text-effect-wrapper {
  height: 260vh;
  background-color: #fff;
  margin-top: -20vh;
  margin-bottom: -20vh;
}

.color-about {
  z-index: 0;
  width: 100%;
  margin-bottom: 231px;
  position: relative;
}

.text-effect-overflow-hidden {
  overflow: hidden;
}

.text-effect-inner {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.text-overlap-end {
  height: 100%;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: -100%;
  left: 0%;
  right: 0%;
}

.text-effect-text {
  color: #f5f5f7;
  letter-spacing: 6px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.8em;
}

.text-effect-sticky-element {
  height: 100vh;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-effect-gradient {
  height: 260vh;
  mix-blend-mode: darken;
  background-image: linear-gradient(#000 12%, #a74f00 26%, #ff9100 37%, #ffdcaf 50%, #ff9100 64%, #a74f00 76%, #000 88%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide_item {
  z-index: 3;
  width: 48%;
  flex: none;
  padding-right: 1.3em;
  transition: transform .35s;
  position: relative;
}

.slide_arrows {
  align-items: center;
  padding-top: 2.4em;
  display: flex;
}

.slide_contain {
  width: 100%;
}

.slide_svg {
  width: 2em;
  height: 2em;
}

.slide_svg.is--flip {
  transform: rotate(-180deg);
}

.slide_arrow {
  width: 5em;
  height: 5em;
  color: #1c1d21;
  cursor: pointer;
  background-color: #d2e9ec;
  border-radius: 200vw;
  justify-content: center;
  align-items: center;
  margin-right: .8em;
  display: flex;
}

.slide_wrap {
  width: 100%;
}

.slide_list {
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 7.7em 10em;
}

.container-2.is--alt {
  padding-top: 0;
}

.section-2 {
  position: relative;
  overflow: hidden;
}

.cms_list {
  width: 100%;
  grid-column-gap: .83em;
  grid-row-gap: .83em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.header_left {
  min-height: 28em;
  color: #1c1d21;
  background-color: #f2fe9a;
  background-image: url('../images/photo6.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.04em;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.94em 2.24em;
  display: flex;
}

.header_left.is--yellow {
  background-image: url('../images/Dd_Web_Production_99ff2069-0344-448f-a13d-dd54cfcdbf24.png');
  background-position: 50%;
  background-size: cover;
}

.header_left.is--green {
  background-color: #c6ead2;
}

.header_left.is--none, .header_left.is--none-copy {
  background-color: #d2e9ec;
  background-image: url('../images/photo4.png');
  background-position: 50%;
  background-size: cover;
}

.header_left.is--red {
  background-image: url('../images/photo5.png');
  background-position: 50%;
  background-size: cover;
}

.header_left.is--pink {
  background-image: url('../images/photo8.png');
  background-position: 50%;
  background-size: cover;
}

.header_left-contain {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.button-2 {
  color: #d2e9ec;
  text-align: center;
  background-color: #1c1d21;
  border-radius: .9em;
  padding: .8em 3.1em;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.button-2.is--hero {
  margin-top: .9em;
}

.body {
  background-color: #000;
}

.field-label, .field-label-2, .field-label-3 {
  color: #fff;
}

.heading {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  letter-spacing: -2px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  outline: 3px #fff;
  padding-left: 0;
  font-size: 32px;
}

.heading-2, .heading-3, .heading-4, .heading-5 {
  color: #fff;
  letter-spacing: -2px;
  font-size: 32px;
}

.div-block-2 {
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.label-copy.cc-light {
  opacity: .6;
  color: #f60;
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}

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

.heading-6 {
  width: 80%;
}

.company-profile {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

.step-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 12px 8%;
  display: grid;
}

.heading-7, .heading-8 {
  color: #000;
  padding-left: 18px;
  font-size: 16px;
  line-height: 30px;
}

.heading-23 {
  color: #f60;
}

.intro {
  z-index: 1;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.step-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 8% 8px 10%;
  display: flex;
}

.step-number {
  width: 20%;
  min-width: 120px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 60px;
  line-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset -1px 0 #383838;
}

.wrapper {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  background-color: rgba(139, 139, 139, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.text-label {
  color: #f60;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.process {
  perspective: 600px;
  border: 1px solid #999;
  padding-bottom: 0;
}

.main-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.heading-24 {
  color: #000;
  padding-left: 18px;
  font-size: 16px;
  line-height: 30px;
}

.step-progress {
  z-index: 1;
  width: 2px;
  height: 40%;
  background-color: #f60;
  position: absolute;
  right: 0;
}

.step {
  border: 1px #a1a1a1;
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.divider-2 {
  width: 104px;
  height: 3px;
  background-color: #733fa6;
  margin-top: 12px;
  margin-bottom: 24px;
}

.divider-2.no-margin-bottom {
  background-color: #f60;
}

.heading-25 {
  color: #000;
  margin-right: 10px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 30px;
}

.lottie-animation {
  width: 80%;
}

.navbar-inner {
  height: 100%;
  padding: 1.5em;
  overflow: auto;
}

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

.copy-medium {
  color: #d3d3d3;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.section--example {
  background-color: rgba(141, 141, 141, .64);
  border-radius: 1em;
  margin-bottom: 1.5em;
  padding-top: 4em;
  padding-bottom: 4em;
}

.navbar-link-block2 {
  width: 100%;
  min-height: 6em;
  color: #fff;
  background-color: #ff3d03;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  padding: 1em;
  text-decoration: none;
  transition: min-height .2s;
  display: flex;
  position: relative;
}

.navbar-link-block2.w--current {
  min-height: 13em;
  overflow: hidden;
}

.navbar-link-block2.is-2 {
  background-color: #5b00cd;
  background-image: url('../images/photo5.png');
  background-position: 30%;
  background-size: cover;
}

.navbar-link-block2.is-2:hover {
  color: #f60;
}

.navbar-link-block2.is-2.w--current {
  background-position: 40%;
}

.navbar-link-block2.is-5 {
  background-color: #ff053d;
}

.navbar-link-block2.is-3 {
  background-color: #000;
}

.navbar-link-block2.is-4 {
  background-color: #2d33fa;
}

.navbar-link-block2.is-logo {
  z-index: 1;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
}

.title2 {
  text-align: center;
  font-size: 3.375em;
  font-weight: 600;
  line-height: 1.1em;
}

.navbar-link-indicator-dot {
  width: .4em;
  height: .4em;
  background-color: #f4eae1;
  border-radius: 999em;
}

.service {
  margin-top: 60px;
  display: flex;
}

.intro-description {
  padding: 2em 4em 1.7em;
}

.demo-image {
  max-width: 70%;
  margin-top: 3.5em;
  margin-bottom: 0;
}

.navbar-links-wrapper {
  width: 100%;
  height: 100%;
  grid-row-gap: .75em;
  flex-direction: column;
  display: flex;
}

.padding-global {
  padding-left: 4em;
  padding-right: 4em;
}

.navbar-link-text:hover {
  color: #f60;
}

.p-sm-end {
  padding-bottom: 0;
}

.title1 {
  color: #d3d3d3;
  text-align: center;
  font-size: 4.8em;
  font-weight: 500;
  line-height: 1.1em;
}

.navbar-link-number {
  font-size: .8em;
}

.navbar-link-number:hover {
  color: #f60;
}

.navbar-link-indicator-wrapper {
  position: absolute;
  top: 1em;
  bottom: 1em;
  left: auto;
  right: 1em;
}

.tutorial-link {
  color: #f4eae1;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999em;
  padding: .8em 4em .7em;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.tutorial-link:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-style: dashed;
}

.tutorial-link.is-secondary {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border-style: dashed;
}

.p-xs-start {
  padding-top: 1.6em;
}

.title4 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2em;
}

.title4.text-regular {
  color: #d3d3d3;
  font-size: 16px;
  font-weight: 400;
}

.button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.p-xl-end {
  padding-bottom: 8.5em;
}

.navbar {
  width: 14%;
  height: 100vh;
  min-width: 13em;
  background-color: rgba(0, 0, 0, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.main-wrapper {
  flex: 1;
  padding: 1.5em;
}

.container-w3-2 {
  width: 100%;
  max-width: none;
  min-height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.whoweare {
  background-color: #fff;
}

.navbar-link-block1 {
  width: 100%;
  min-height: 6em;
  color: #fff;
  background-color: #ff3d03;
  background-image: url('../images/Dd_Web_Production_99ff2069-0344-448f-a13d-dd54cfcdbf24.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  padding: 1em;
  text-decoration: none;
  transition: min-height .2s;
  display: flex;
  position: relative;
}

.navbar-link-block1:hover {
  color: #f60;
}

.navbar-link-block1.w--current {
  min-height: 13em;
  background-position: 50%;
  overflow: hidden;
}

.navbar-link-block1.is-2 {
  background-color: #5b00cd;
}

.navbar-link-block1.is-5 {
  background-color: #ff053d;
}

.navbar-link-block1.is-3 {
  background-color: #000;
}

.navbar-link-block1.is-4 {
  background-color: #2d33fa;
}

.navbar-link-block1.is-logo {
  z-index: 1;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
}

.navbar-link-block3 {
  width: 100%;
  min-height: 6em;
  color: #fff;
  background-color: #ff3d03;
  background-image: url('../images/photo4.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  padding: 1em;
  text-decoration: none;
  transition: min-height .2s;
  display: flex;
  position: relative;
}

.navbar-link-block3:hover {
  color: #f60;
  font-weight: 400;
}

.navbar-link-block3.w--current {
  min-height: 13em;
  background-position: 50%;
  overflow: hidden;
}

.navbar-link-block3.is-2 {
  background-color: #5b00cd;
}

.navbar-link-block3.is-5 {
  background-color: #ff053d;
}

.navbar-link-block3.is-3 {
  background-color: #000;
}

.navbar-link-block3.is-4 {
  background-color: #2d33fa;
}

.navbar-link-block3.is-logo {
  z-index: 1;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
}

.navbar-link-block4 {
  width: 100%;
  min-height: 6em;
  color: #fff;
  background-color: #ff3d03;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  padding: 1em;
  text-decoration: none;
  transition: min-height .2s;
  display: flex;
  position: relative;
}

.navbar-link-block4.w--current {
  min-height: 13em;
  overflow: hidden;
}

.navbar-link-block4.is-2 {
  background-color: #5b00cd;
}

.navbar-link-block4.is-5 {
  background-color: #ff053d;
}

.navbar-link-block4.is-3 {
  background-color: #000;
}

.navbar-link-block4.is-4 {
  background-color: #2d33fa;
  background-image: url('../images/photo6.png');
  background-position: 0 0;
  background-size: cover;
}

.navbar-link-block4.is-4:hover {
  color: #f60;
}

.navbar-link-block4.is-4.w--current {
  background-position: 0%;
}

.navbar-link-block4.is-logo {
  z-index: 1;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
}

.navbar-link-block5 {
  width: 100%;
  min-height: 6em;
  color: #fff;
  background-color: #ff3d03;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  padding: 1em;
  text-decoration: none;
  transition: min-height .2s;
  display: flex;
  position: relative;
}

.navbar-link-block5.w--current {
  min-height: 13em;
  overflow: hidden;
}

.navbar-link-block5.is-2 {
  background-color: #5b00cd;
}

.navbar-link-block5.is-5 {
  background-color: #ff053d;
  background-image: url('../images/photo8.png');
  background-position: 50% 35%;
  background-size: cover;
}

.navbar-link-block5.is-5:hover {
  color: #f60;
}

.navbar-link-block5.is-3 {
  background-color: #000;
}

.navbar-link-block5.is-4 {
  background-color: #2d33fa;
}

.navbar-link-block5.is-logo {
  z-index: 1;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  color: #f60;
}

.background-video-2 {
  height: 350px;
  max-height: 600px;
  max-width: 1456px;
}

.div-block-6 {
  max-height: 816px;
}

.image {
  max-height: 30px;
  max-width: 30px;
}

.image-2 {
  display: none;
}

.flex-horizontal {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.nw-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 12px;
  text-decoration: none;
}

.container-wrapper {
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  display: flex;
}

.section {
  border-bottom: 1px solid rgba(128, 128, 128, .2);
  flex: none;
}

.snap-text {
  letter-spacing: -.09em;
  font-size: 8rem;
  line-height: 1;
}

.snap-container {
  width: 61.25rem;
  height: 100%;
  border-radius: 30px;
  align-items: flex-end;
  padding: 3.5rem;
  display: flex;
}

.snap-container.is-red {
  width: 100%;
  color: #f7bb2e;
  background-color: #e14842;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.is-purple {
  width: 100%;
  color: #fea4b9;
  background-color: #614f89;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.is-green {
  width: 100%;
  color: #ddea90;
  background-color: #1d7948;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.snap-container.is-navy {
  width: 100%;
  color: #f7d5b1;
  background-color: #2c3950;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.paragraph-light-2 {
  opacity: .6;
  color: #000;
  text-align: left;
  font-size: 14px;
}

.bold-text-1 {
  color: #f60;
}

.body-2 {
  background-color: #000;
}

.step-info2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 8% 8px 10%;
  display: flex;
}

.div-block-7 {
  padding-left: 0;
  display: flex;
}

.heading-25-copy, .heading-32 {
  color: #f60;
  margin-right: 10px;
  font-size: 16px;
  line-height: 30px;
}

.heading-33, .heading-34, .heading-35 {
  color: #000;
  margin-right: 10px;
  padding-left: 0;
  font-size: 16px;
  line-height: 30px;
}

@media screen and (min-width: 1280px) {
  .section--example {
    padding-top: 4em;
    padding-bottom: 2.5em;
  }

  .service {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .text-effect-wrapper {
    background-color: #000;
  }

  .text-effect-sticky-element {
    margin-top: 270px;
  }

  .title1 {
    color: #f60;
  }

  .whoweare {
    margin-top: 0;
  }
}

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

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

  .button {
    justify-content: center;
  }

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

  .paragraph-light {
    font-size: 13px;
  }

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

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

  .menu-icon {
    background-color: rgba(245, 245, 245, 0);
    display: block;
  }

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

  .navigation-wrap {
    background-color: rgba(0, 0, 0, 0);
  }

  .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: rgba(32, 32, 32, .47);
  }

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

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .cta-text {
    width: auto;
  }

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

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

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

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

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

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

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

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

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    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;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

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

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

  .background-video {
    width: 100%;
  }

  .text-effect-wrapper {
    background-color: #000;
    padding-left: 20px;
  }

  .text-effect-text {
    font-size: 3em;
  }

  .container-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .cms_list {
    grid-template-columns: 1fr;
  }

  .header_left.is--yellow, .header_left.is--none, .header_left.is--red, .header_left.is--orange, .header_left.is--pink {
    min-height: 300px;
  }

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

  .intro {
    margin-bottom: 20px;
    padding-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-label {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .process {
    margin-left: -16px;
    margin-right: -16px;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .divider-2 {
    width: 88px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .lottie-animation {
    width: 100%;
  }

  .navbar-inner {
    padding: 1em;
  }

  .copy-medium {
    font-size: 16px;
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .demo-image {
    max-width: 400px;
  }

  .navbar-links-wrapper {
    grid-row-gap: .5em;
  }

  .padding-global {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .title1 {
    font-size: 3.2em;
  }

  .main-wrapper {
    padding: 1em;
  }

  .container-w3-2 {
    align-items: center;
  }

  .container-wrapper, .snap-container {
    padding: 1.5rem;
  }

  .paragraph-light-2 {
    font-size: 13px;
  }

  .heading-27, .heading-28 {
    text-align: center;
  }

  .heading-30 {
    color: #b8b8b8;
    font-size: 36px;
  }

  .heading-31 {
    color: #b8b8b8;
  }
}

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

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

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

  .container {
    text-align: center;
  }

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

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

  .paragraph-light {
    color: #000;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }

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

  .heading-jumbo-small {
    color: #000;
    font-size: 25px;
    line-height: 52px;
  }

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

  .menu-icon {
    background-color: rgba(245, 245, 245, 0);
  }

  .navigation {
    padding: 20px 30px;
  }

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

  .intro-content {
    width: 80%;
  }

  .motto-wrap {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .text-effect-wrapper {
    background-color: #000;
  }

  .text-effect-text {
    font-size: 2.3em;
  }

  .slide_item {
    width: 80%;
  }

  .header_left {
    padding: 1vw 3vw;
  }

  .header_left-contain {
    width: 100%;
    font-size: .8em;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }

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

  .intro {
    margin-bottom: 48px;
    padding-top: 0;
  }

  .step-info {
    padding: 8px 6%;
  }

  .step-number {
    min-width: 96px;
    font-size: 40px;
    line-height: 32px;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .step {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-25 {
    max-width: 250px;
  }

  .navbar-inner {
    background-color: #000;
    border-radius: 0 1px 1em 1em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .menu-button-2, .menu-button-2.w--open {
    color: #f4eae1;
    background-color: rgba(0, 0, 0, 0);
  }

  .copy-medium {
    font-size: 16px;
    line-height: 1.4em;
  }

  .section--example {
    padding-top: 2em;
    padding-bottom: .25em;
  }

  .navbar-link-block2 {
    min-height: 6em;
    margin-bottom: .5em;
  }

  .navbar-link-block2.is-logo {
    width: 10em;
    height: 10em;
    min-height: auto;
  }

  .title2 {
    font-size: 2.7em;
  }

  .service {
    margin-top: 0;
    display: block;
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .demo-image {
    margin-bottom: 2em;
  }

  .navbar-links-wrapper {
    height: auto;
    background-color: #fff;
    padding: 0 6vw 6vw;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .title1 {
    color: #f60;
    margin-top: 0;
    font-weight: 700;
  }

  .p-xs-start {
    padding-top: 1.6em;
  }

  .title4 {
    font-size: 1.5em;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .navbar {
    width: 100%;
    height: 6em;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-w3-2 {
    align-items: center;
  }

  .navbar-link-block1 {
    min-height: 6em;
    margin-bottom: .5em;
  }

  .navbar-link-block1.is-logo {
    width: 10em;
    height: 10em;
    min-height: auto;
  }

  .navbar-link-block3 {
    min-height: 6em;
    margin-bottom: .5em;
  }

  .navbar-link-block3.is-logo {
    width: 10em;
    height: 10em;
    min-height: auto;
  }

  .navbar-link-block4 {
    min-height: 6em;
    margin-bottom: .5em;
  }

  .navbar-link-block4.is-logo {
    width: 10em;
    height: 10em;
    min-height: auto;
  }

  .navbar-link-block5 {
    min-height: 6em;
    margin-bottom: .5em;
  }

  .navbar-link-block5.is-logo {
    width: 10em;
    height: 10em;
    min-height: auto;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 36px;
  }

  .heading-26 {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    display: block;
  }

  .background-video-2 {
    height: 300px;
    max-height: 300px;
  }

  .image-2 {
    display: block;
  }

  .container-wrapper {
    padding: 0;
  }

  .section {
    border-bottom-style: none;
  }

  .snap-text {
    font-size: 5rem;
  }

  .paragraph-light-2 {
    color: #000;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }

  .bold-text-1 {
    font-size: 36px;
  }
  
  .heading-30 {
    font-size: 32px;
  }

  .heading-31 {
    font-size: 18px;
  }

  .step-info2 {
    padding: 8px 6%;
  }

  .heading-25-copy, .heading-32, .heading-33, .heading-34, .heading-35 {
    max-width: 250px;
  }
}

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

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 10px;
  }

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

  .paragraph-light {
    color: #000;
    font-size: 12px;
  }

  .heading-jumbo {
    letter-spacing: -2px;
    font-size: 24px;
    line-height: 48px;
  }

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

  .menu {
    margin-left: 15px;
  }

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

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

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

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

  .text-field.cc-contact-field {
    font-size: 13px;
  }

  .contact-heading {
    font-size: 20px;
  }

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

  .text-effect-text {
    font-size: 1.5em;
  }

  .slide_item {
    width: 104%;
    padding-right: 4%;
  }

  .container-2 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .header_left {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .text-block {
    letter-spacing: -1px;
    font-size: 10px;
    line-height: 20px;
  }

  .heading-7 {
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

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

  .heading-23 {
    font-size: 2.4em;
  }

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

  .step-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .step-number {
    min-width: 72px;
  }

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

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

  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .main-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .heading-25 {
    max-width: 150px;
    font-size: 13px;
  }

  .copy-medium {
    text-align: left;
  }

  .demo-image {
    width: 100%;
  }

  .title1 {
    font-size: 2.4em;
  }

  .bold-text {
    line-height: 40px;
  }

  .bold-text-2 {
    font-size: 30px;
    line-height: 0;
  }

  .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 30px;
  }

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

  .background-video-2 {
    height: 200px;
    max-height: 200px;
  }

  .nw-link {
    border: 1px solid #fff;
    border-radius: 20px;
    flex-direction: column;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 8px 12px;
    display: flex;
  }

  .container-wrapper {
    height: 98vh;
  }

  .snap-container.is-red, .snap-container.is-purple, .snap-container.is-green, .snap-container.is-navy {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-light-2 {
    color: #000;
    font-size: 12px;
  }

  .bold-text-1 {
    font-size: 30px;
    line-height: 20px;
  }

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

  .heading-30 {
    font-size: 16px;
  }

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

  .step-info2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-7 {
    width: auto;
  }

  .heading-25-copy {
    max-width: 100px;
    font-size: 13px;
  }
  
  .heading-32, .heading-33, .heading-34, .heading-35 {
    max-width: 200px;
    font-size: 12px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-7e2c655c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_90b4133e-0a8a-a95e-33a7-55c90941ecb4-7e2c655c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_76c70aec-0778-b79e-21f8-1967bd0e5402-7e2c655c {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_3bb3a31d-28b9-67be-f5e4-c5d06102bebe-7e2c655c, #w-node-ca1212d8-4247-8b87-bc90-543393b118e6-7e2c655f {
  grid-area: 1 / 1 / 2 / 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-7e2c6568 {
  grid-area: 1 / 1 / 2 / 2;
}

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

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

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-7e2c6568 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-7e2c6568 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-7e2c6568 {
  grid-area: 2 / 3 / 3 / 4;
}

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

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

  #w-node-_76c70aec-0778-b79e-21f8-1967bd0e5402-7e2c655c {
    grid-area: 1 / 1 / 2 / 9;
  }

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

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

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

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

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

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

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-7e2c6563, #w-node-_421df62a-c217-12af-eee8-27f88a387928-7e2c6564, #w-node-_421df62a-c217-12af-eee8-27f88a387928-7e2c6565, #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-7e2c6568 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-7e2c6568 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-7e2c6568 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-7e2c6568 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

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

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

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

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

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

@media screen and (max-width: 479px) {
  #w-node-_76c70aec-0778-b79e-21f8-1967bd0e5402-7e2c655c {
    grid-area: 1 / 1 / 2 / 9;
  }

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

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

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-7e2c6568 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-7e2c6568 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-7e2c6568 {
    grid-area: 6 / 1 / 7 / 2;
  }
}


