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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  display: block;
  transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  transition-property: none;
  transition-property: none;
  color: #fff;
}

a:active {
  transition-property: none;
  transition-property: none;
  color: #1f8dd6;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

.divider {
  display: block;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0.5px solid #fff;
  background-color: #fff;
}

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

.section {
  position: static;
  bottom: -63px;
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-align: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #212121;
  background-color: #29292a;
  opacity: 1;
  color: #fff;
}

.section.cc-cta {
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  box-align: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f6f6f6;
  color: #fff;
}

.section.cc-home-wrap {
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 140px;
  box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #29292a;
  opacity: 1;
}

.section.cc-store-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #3e3e3f;
  opacity: 1;
}

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

.container {
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  box-orient: vertical;
  box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 300;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 0.6;
  color: #fff;
}

.button {
  padding: 12px 25px;
  border-radius: 2px;
  background-color: #3e3e3f;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.button.cc-jumbo-button {
  position: relative;
  bottom: auto;
  padding: 16px 35px;
  border: 1px none #000;
  border-radius: 2px;
  background-color: #ff9d00;
  opacity: 1;
  color: rgba(255, 255, 153, 0.87);
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.w--current {
  border-style: solid;
  border-color: #ff9d00;
  border-radius: 20px;
  background-color: #fff;
}

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

.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 {
  position: relative;
  z-index: 5;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px none #ff9d00;
  border-radius: 20px;
  background-color: #ff9d00;
  opacity: 1;
  color: #fff;
}

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

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

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

.label.cc-light {
  opacity: 0.6;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

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

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

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

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

.paragraph-light {
  opacity: 0.8;
  font-size: 20px;
  font-weight: lighter;
}

.heading-jumbo {
  position: static;
  left: 40px;
  bottom: 130px;
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1px;
  color: #fff;
  font-size: 30px;
  line-height: 80px;
  text-align: left;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 50px;
  font-weight: 300;
  text-transform: none;
}

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

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

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

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

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

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

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.navigation-wrap {
  position: relative;
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  opacity: 1;
  color: #fff;
}

.navigation {
  position: static;
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 60px;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #90caf9;
  border-radius: 0px;
  background-color: #000;
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 300;
}

.navigation-item {
  position: static;
  right: -200px;
  padding-top: 9px;
  padding-right: 20px;
  padding-bottom: 9px;
  clear: none;
  background-color: transparent;
  opacity: 0.9;
  transition-property: none;
  transition-property: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.navigation-item:hover {
  opacity: 1.0;
  color: #2e88c4;
}

.navigation-item:active {
  opacity: 1.0;
  color: #2e88c4;
}

.navigation-item.w--current {
  opacity: 1.0r;
  color: #2e88c4;
  font-weight: 300;
}

.navigation-item.w--current:hover {
  opacity: 0.9;
  color: #4478a0;
}

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

.logo-image {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.navigation-items {
  position: static;
  left: auto;
  right: auto;
  display: block;
  padding-left: 0px;
  clear: none;
  box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-flex: 0;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  color: #fff;
}

.navigation-items:hover {
  color: #3e3e3f;
}

.footer-wrap {
  position: static;
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-pack: center;
  justify-content: space-around;
  -ms-flex-pack: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex;
  align-self: stretch;
  -ms-flex-item-align: center;
  align-self: stretch;
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  font-weight: lighter;
}

.webflow-link {
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

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

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

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

.cta-wrap {
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
  padding-left: 0px;
  box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 2px;
  background-color: transparent;
  color: #eee;
  text-align: center;
}

.intro-header {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 750px;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  float: left;
  box-orient: vertical;
  box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  background-image: url('../images/4579689cf53f5a8605a216c109c9fcda.jpg');
  background-position: 0% 0%;
  background-size: cover;
  opacity: 1;
  font-family: 'PT Serif', serif;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.intro-content {
  position: absolute;
  left: auto;
  top: 165px;
  right: 5%;
  bottom: 0%;
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 75%;
  max-width: 1140px;
  padding: 20px 40px 0px 60px;
  box-orient: vertical;
  box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.16);
  background-color: transparent;
  text-align: center;
}

.intro-content.cc-homepage {
  position: static;
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35%;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-right: 0px;
  padding-left: 70px;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  box-ordinal-group: 1;
  order: 0;
  -ms-flex-order: 0;
  order: 0;
  box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  opacity: 1;
  color: #fff;
  text-align: left;
}

.motto-wrap {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  -ms-grid-row-align: center;
  align-self: center;
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

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

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

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

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

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

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

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

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

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
}

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  box-align: start;
  align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.get-in-touch-form {
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

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

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

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

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

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

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

.contact-form {
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  box-orient: vertical;
  box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-align: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

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

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

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

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

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

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

.team-member-title-wrap {
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  box-orient: vertical;
  box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "." "." ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  box-orient: vertical;
  box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

.project-overview-header {
  position: relative;
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  box-orient: horizontal;
  box-direction: reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-align: center;
  align-items: top;
  -ms-flex-align: center;
  align-items: top;
  align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  opacity: 1;
  color: #fff;
}

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

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  box-align: start;
  align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.protected-form {
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

.about-grid {
  margin-right: 40px;
  margin-bottom: 0px;
  margin-left: 40px;
  padding-top: 40px;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  padding-top: 140px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.intro-text {
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

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

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

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

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

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

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

.body {
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  box-orient: vertical;
  box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #29292a;
  font-family: Roboto, sans-serif;
  color: #eee;
  font-weight: 300;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #eee;
  font-size: 36px;
  font-weight: 300;
}

.text-block-2 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 300;
}

.text-span {
  position: relative;
  left: -38px;
  top: 194px;
  display: inline;
  width: auto;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.text-block-4 {
  position: relative;
  top: -89px;
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 80px;
  font-weight: 300;
  text-align: center;
}

.navbar {
  position: static;
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  border-style: none none solid;
  border-width: 0px 0px 1.0px;
  border-color: #000 #000 #2e88c4;
  background-color: #29292a;
  opacity: 1;
}

.text-block-5 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.text-block-6 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.text-span-2 {
  color: #fff;
  font-weight: lighter;
}

.text-block-7 {
  position: relative;
  bottom: 140px;
}

.column {
  position: static;
  left: 63px;
  bottom: 40px;
  padding-left: 60px;
}

.column-2 {
  position: static;
  bottom: 140px;
}

.columns {
  position: relative;
  bottom: 160px;
  margin-right: 220px;
  padding-right: 0px;
}

.text-span-3 {
  position: static;
  left: 40px;
  font-family: Roboto, sans-serif;
  color: #8d8787;
  font-size: 14px;
  font-weight: 300;
}

.text-span-4 {
  font-family: Roboto, sans-serif;
  color: #3e3e3f;
  font-size: 16px;
  font-weight: 300;
}

.heading {
  position: relative;
  left: auto;
  bottom: 40px;
  margin-bottom: 0px;
}

.link {
  position: relative;
  left: 0px;
}

.link-2 {
  position: static;
  margin-bottom: 140px;
  padding-bottom: 0px;
}

.columns-2 {
  position: relative;
  top: -124px;
  height: 100%;
  margin-top: 25px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-3 {
  height: 100%;
}

.text-block-8 {
  position: relative;
  left: 54px;
  bottom: 175px;
}

.columns-3 {
  position: relative;
  bottom: 98px;
}

.text-block-9 {
  position: static;
  flex-direction: column;
  padding-right: 0px;
  opacity: 1.0;
  color: #fff;
  text-align: left;
}

.button-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 250px;
  margin-right: 0px;
  margin-bottom: 100px;
  margin-left: 0px;
  padding: 10px 0px;
  box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-align: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 2px;
  background-color: #2e88c4;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-3 {
  font-family: Roboto, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  display: none;
  padding: 12px 25px;
  border-radius: 2px;
  background-color: #3e3e3f;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 110px;
}

.text-span-5 {
  color: #fff;
}

.text-block-10 {
  position: relative;
  bottom: auto;
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  opacity: 0.76;
  color: #fff;
}

.link-3 {
  position: relative;
  right: 58px;
  margin-right: 0px;
  opacity: 0.76;
  color: #fff;
  text-decoration: none;
}

.link-3:hover {
  color: #1f8dd6;
}

.link-4 {
  position: relative;
  left: -66px;
  top: 51px;
  height: 24px;
  opacity: 0.76;
  color: #fff;
  text-decoration: none;
}

.link-4:hover {
  color: #1f8dd6;
}

.link-5 {
  position: relative;
  padding-bottom: 0px;
  opacity: 1.00;
  color: #fff;
  text-decoration: none;
}

.link-5:hover {
  color: #2e88c4;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.link-6:hover {
  color: #2e88c4;
}

.text-block-11 {
  flex-direction: column;
  opacity: 1.0;
  color: #fff;
  text-align:left;
}

.image {
  position: static;
  top: 0px;
  right: 0px;
  display: block;
  width: auto;
  padding-left: 0px;
  float: right;
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #4478a0;
  -o-object-fit: fill;
  object-fit: fill;
}

.body-2 {
  background-color: #29292a;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 300;
}

.image-2 {
  margin-right: 0px;
}

.div-block {
  position: static;
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  padding: 0px 0px 0px 0px;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-12 {
  display: block;
  overflow: visible;
  min-height: 100px;
  align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  box-ordinal-group: 2;
  order: 1;
  -ms-flex-order: 1;
  order: 1;
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-weight: 300;
  text-align: left;
}

.container-2 {
  display: block;
  padding-left: 0px;
  align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
  color: #fff;
}

.div-block-2 {
  margin-left: 950px;
}

.div-block-3 {
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 120px;
  box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #4478a0;
  opacity: 1;
}

.div-block-4 {
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-5 {
  display: block;
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.heading-2 {
  display: block;
  padding-left: 60px;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.image-3 {
  display: block;
  width: 80%;
  margin-right: 60px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid #4478a0;
  opacity: 1;
}

.div-block-6 {
  display: block;
  box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list {
  margin-top: 124px;
  padding: 20px 40px 10px;
  align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.16);
  border-radius: 6px;
  background-color: #29292a;
  color: #fff;
  list-style-type: disc;
}

.div-block-7 {
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-8 {
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 80px;
  box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  opacity: 1;
  color: #fff;
}

.text-block-13 {
  padding-left: 60px;
}

.text-block-14 {
  display: block;
  align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  opacity: 1;
  text-align: left;
}

.heading-3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  opacity: 1;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: lighter;
  letter-spacing: 2px;
  line-height: 2.0;
}

.div-block-9 {
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-align: center;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2e88c4;
  opacity: 1;
}

.div-block-10 {
  margin-left: 0px;
  padding-left: 0px;
}

.list-item {
  list-style-type: disc;
}

.text-span-6 {
  color: #000;
}

.div-block-11 {
  position: static;
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 200px;
  box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-align: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 300px;
  line-height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-12 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: box;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  height: 75%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  box-orient: vertical;
  box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.16);
  background-color: #29292a;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .styleguide-block {
    text-align: center;
  }
  .button {
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.cc-contact-us {
    display: none;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .logo-link.w--current {
    box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
    font-weight: 300;
    text-align: left;
    background-color: #29292a;
    min-height: 35px;
  }
  .menu {
    position: static;
    min-height: 35px;
  }
  .navigation-wrap {
    background-color: #29292a;
  }
  .navigation {
    padding: 25px 30px;
    background-color: #29292a;
  }
  .menu-icon {
    width: 38px;
  }
  .navigation-item {
    padding: 15px 30px;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .menu-button {
    padding: 0px;
    min-height: 35px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-items {
    background-color: #fff;
  }
  .cta-text {
    width: auto;
  }
  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }
  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }
  .service-icon {
    display: inline-block;
  }
  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-members {
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-member-title-wrap {
    margin-bottom: 30px;
  }
  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .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;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-grid.cc-about-2 {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .intro-text {
    width: auto;
  }
  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-align: center;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section {
  }
  .section.cc-cta {
    padding: 15px;
  }
  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-store-home-wrap {
  }
  .container {
    text-align: center;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .navigation {
    padding: 20px 30px;
  }
  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .intro-content {
    width: 80%;
  }
  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }
  .contact-form-wrap {
    padding: 30px;
  }
  .text-field.cc-contact-field {
    text-align: left;
  }
  .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;
  }
}

@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-icon {
    background-color: #29292a;
    color: #fff;
    width: 35px;
    height: auto;
    width: 40px;
  }
  .menu {
  }
  .navigation-wrap {
    background-color: #29292a;
  }
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    box-flex: 0;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    box-flex: 0;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .status-message.cc-no-data {
    width: 100%;
  }
  .contact-form-grid {
    width: 100%;
  }
  .our-contacts {
    width: 90%;
  }
  .team-members {
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .project-details-grid {
    width: 100%;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .blog-item {
    width: 100%;
    max-width: none;
  }
  .text-block {
    background-color: #29292a;
  }
  .navbar {
    color: #fff;
  }
}

#w-node-76c147234d34-2e676851 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-76c147234d3f-2e676851 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-76c147234d41-2e676851 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-76c147234d4c-2e676851 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-543393b118e6-b3676857 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-543393b118ec-b3676857 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-543393b118f2-b3676857 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-543393b118f8-b3676857 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-543393b118fe-b3676857 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-543393b11905-b3676857 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-509be705858e-c5676858 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-509be70585a6-c5676858 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-79bb93a2fb08-c5676858 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-79bb93a2fb15-c5676858 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-79bb93a2fb22-c5676858 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6bd9fce9803c-de676859 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6bd9fce98043-de676859 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6bd9fce9804a-de676859 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6bd9fce98051-de676859 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-6bd9fce98058-de676859 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-6bd9fce9805f-de676859 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7763e2d38cdc-0e67685a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7763e2d38ce3-0e67685a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7763e2d38cea-0e67685a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-27f88a387918-8667685d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387928-8667685d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-ce67685e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387928-ce67685e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-76c147234d34-2e676851 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-76c147234d3f-2e676851 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-76c147234d41-2e676851 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-76c147234d4c-2e676851 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-543393b118f2-b3676857 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-543393b118f8-b3676857 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-543393b118fe-b3676857 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-543393b11905-b3676857 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-509be70585a6-c5676858 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-79bb93a2fb15-c5676858 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-79bb93a2fb22-c5676858 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-6bd9fce9804a-de676859 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-6bd9fce98051-de676859 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-6bd9fce98058-de676859 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-6bd9fce9805f-de676859 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-27f88a387928-8667685d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-27f88a387928-ce67685e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-543393b118ec-b3676857 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-543393b118f2-b3676857 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-543393b118f8-b3676857 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-543393b118fe-b3676857 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-543393b11905-b3676857 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-6bd9fce98043-de676859 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-6bd9fce9804a-de676859 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-6bd9fce98051-de676859 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-6bd9fce98058-de676859 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-6bd9fce9805f-de676859 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}
.intro-1-edu {
  background-color: #2e88c4;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 60px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: row;  
  justify-content: left;
  align-items: stretch;
}
.intro-1 {
  background-color: #29292a;
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: row;  
  justify-content: space-between;
  align-items: stretch;
}
.intro-content-text {
  flex-grow: 1;
  padding: 0px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  max-width: 450px;
}
.intro-content-image {
  padding-top: 0px;
  max-width: 57%;
  flex-grow: 2;
}
.intro-content-text-header {
  padding-bottom: 50px;
  font: 36px Roboto;
  font-weight: lighter;
}
.intro-edu-content-text-header {
  padding-bottom: 0px;
  font: 36px Roboto;
  font-weight: lighter;
}
.intro-content-text-body {
  font: 16px Roboto;
  font-weight: lighter;
}
.list-features {
  font: 16px Roboto;
  font-weight: lighter;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.list-features-edu {
  font: 16px Roboto;
  font-weight: lighter;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.list-features-item {
  margin: 0px;
  padding-bottom: 10px;
  line-height: 1.3;
}
.list-features-item-edu {
  margin: 0px;
  padding-bottom: 5px;
  line-height: 1.3;
}
.content-2 {
  background-color: #2e88c4;
  padding: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
.content-2-image {
  padding-top: 10px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
.content-2-image-edu {  
  padding-top: 10px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
 }
.content-2-text {
  display: flex;
  flex-direction: column;
  font-weight: lighter;
  justify-content: space-between;
  align-items: center;
  flex-grow: 2;
  width: 0;
  min-height: 320px;
}
.content-2-text-edu {
  display: flex;
  flex-direction: column;
  font-weight: lighter;
  justify-content: space-between;
  align-items: center;
  flex-grow: 2;
  width: 0;
}
.content-2-text-body {
  font: 16px Roboto;
  font-weight: lighter;
}
.content-2-text-header {
  font: 24px Roboto;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 10px;
}
.content-2-text-header-edu {
  font: 24px Roboto;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 10px;
}
.content-2-body-edu {
  font: 16px Roboto;
  font-weight: lighter;
  text-align: left;
  vertical-align: top;
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 10px;
}
.image-trio {
}

.mobile-nav-box {
  background-color: #fff;
  display: none;
}
.mobile-nav-link {
  font: 17px Roboto;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 25px;
}
.mobile-nav-link: active {
  color: #2e88c4;
} 

@media screen and (max-width: 479px) {
  .heading-3 {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    opacity: 1;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    font-weight: lighter;
    letter-spacing: 2px;
    line-height: 2.0;
  }
  .button-2 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 250px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 10px 0px;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-align: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    box-flex: 0;
    flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 1px none #000;
    border-radius: 2px;
    background-color: #2e88c4;
    font-family: Roboto, sans-serif;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .button-3 {
    display: initial;
    padding: 10px 25px;
    border-radius: 2px;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: inherit;
    font-size: 16px;
    background-color: #ff9d00;
  }
  .text-block-9 {
    position: static;
    flex-direction: column;
    padding-right: 0px;
    opacity: 1.0;
    color: #fff;
    text-align: center;
  }
  .text-block-11 {
    flex-direction: column;
    opacity: 1.0;
    color: #fff;
    text-align: center;
  }
  .intro-1 {
    flex-direction: column;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 50px;
    padding-bottom: 30px;
  } 
  .intro-content-image {
    padding-top: 0px;
    max-width: 100%;
    padding-bottom: 30px;
    flex-grow: 1;
  }
  .intro-content-text {
    flex-grow: 2;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-2 {
    background-color: #2e88c4;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }
  .content-2-image {  
    width: 80%;      
    padding-top: 30px; 
    padding-bottom: 30px; 
    padding: 0px;
  }
  .list-features {
    font: 16px Roboto;
    font-weight: lighter;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #29292a;
  }
  .intro-content-text-header {
    padding-bottom: 50px;
    padding-top: 20px;
    font: 30px Roboto;
    font-weight: lighter;
  }
  .content-2-text {
    display: flex;
    flex-direction: column;
    font-weight: lighter;
    justify-content: space-around;
    align-items: center;
    width: auto;
    min-height: 250px;
  }
  .content-2-text-edu {
    display: flex;
    flex-direction: column;
    font-weight: lighter;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    min-height: 250px;
  }
  .content-2-text-header {
    font: 20px Roboto;
    text-align: center;
    font-weight: lighter;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .content-2-text-header-edu {
    font: 20px Roboto;
    text-align: center;
    font-weight: normal;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 20px;
  }
  .content-2-image-edu {  
    width: 80%;      
    padding-top: 10px; 
    padding-bottom: 40px; 
  }
  .cta-wrap {
    display: box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 60px;
    padding-left: 0px;
    box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 2px;
    background-color: transparent;
    color: #eee;
    text-align: center;
  }
  .mobile-nav-box {
    display: none;
  }
}











    