.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: #4f5464;
  font-family: Opensaucesans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  color: #050404;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Opensaucesans, sans-serif;
  font-size: 67px;
  font-weight: 700;
  line-height: 77px;
}

h2 {
  color: #050404;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Opensaucesans, sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 58px;
}

h3 {
  color: #050404;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Opensaucesans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h4 {
  color: #050404;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Opensaucesans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
}

h5 {
  color: #050404;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Opensaucesans, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}

h6 {
  color: #050404;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Opensaucesans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #050404;
  text-decoration: none;
  transition: color .25s ease-in-out;
  display: inline;
}

a:hover, a:active {
  color: #14b5ff;
}

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

ol {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
  line-height: 30px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: #050404;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

blockquote {
  color: #ff5e14;
  text-align: center;
  background-color: #ffede4;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px 40px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

figure {
  margin-top: 40px;
  margin-bottom: 30px;
}

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

.section {
  min-height: 180px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.section-cta {
  background-color: #e7f7ff;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero {
  height: 100%;
  min-height: 60vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

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

.section.section-clients {
  padding-top: 90px;
  padding-bottom: 0;
}

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

.section.section-projects {
  background-color: #e7f7ff;
}

.section.section-testimonials {
  padding-top: 0;
  padding-bottom: 0;
}

.section.single-special-project {
  min-height: auto;
  background-image: url('../images/BG_Pattern.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: scroll;
  padding-top: 0;
  padding-bottom: 0;
}

.section.page-blog, .section.page-work {
  padding-bottom: 0;
}

.section.project-single-holder {
  padding-top: 0;
}

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

.container.absolute {
  z-index: 10;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 34px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #14b5ff;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  transition: background-color .4s ease-in-out, opacity .4s ease-in-out, color .4s ease-in-out;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #00aaf8;
  border-color: #00aaf8;
}

.button:active {
  background-color: #00aaf8;
  border-color: #00aaf8;
}

.button:focus, .button:visited {
  color: #fff;
  background-color: #00aaf8;
  border-color: #00aaf8;
}

.button.button-outline {
  color: #14b5ff;
  background-color: #fff;
  border-color: #14b5ff;
}

.button.button-outline:focus {
  color: #fff;
  background-color: #00aaf8;
  border-color: #00aaf8;
}

.button.has-arrow {
  background-image: url('../images/right-arrow-white.svg');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 52px;
}

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

.paragraph-light {
  opacity: 1;
  color: #868686;
}

.brand {
  width: auto;
  align-items: center;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.brand:active {
  opacity: .7;
}

.brand.w--current {
  width: auto;
  align-items: center;
  display: flex;
}

.brand.w--current:hover {
  opacity: 1;
  color: #050404;
}

.brand.w--current:focus, .brand.w--current:visited {
  color: #050404;
}

.menu-wrapper {
  z-index: auto;
}

.header {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 4%;
}

.navigation-item {
  opacity: 1;
  color: #050404;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: 1;
  color: #14b5ff;
  font-style: normal;
  text-decoration: none;
}

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

.navigation-item:focus {
  color: #050404;
}

.navigation-item.w--current {
  opacity: 1;
  color: #050404;
  flex: 0 auto;
  order: 0;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #14b5ff;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #14b5ff;
}

.navigation-item.w--current:focus {
  color: #050404;
}

.navigation-item.w--current:visited {
  color: #14b5ff;
}

.menu-button {
  display: none;
}

.logo-image:hover {
  opacity: 1;
  color: #050404;
}

.navigation-items {
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

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

.cta-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.heading-wrapper {
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.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.error-message {
  background-color: red;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  color: #a0a0a0;
  text-transform: none;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 23px 20px;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .4s;
}

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

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

.text-field:focus {
  border-color: #14b5ff;
}

.text-field.textarea {
  min-height: 120px;
  text-transform: none;
  padding-top: 15px;
}

.contact-form {
  width: 100%;
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.team-pic {
  width: 100%;
  min-height: 370px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-title-wrap {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-top-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  display: flex;
}

.team-member-name {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition: color .3s;
  display: block;
}

.team-member-name:hover {
  color: #14b5ff;
}

.blog-detail-header-wrapper {
  width: 100%;
  max-width: 830px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-entry-image {
  width: 100%;
  min-height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-entry-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.protected-heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding: 230px 30px;
  display: flex;
}

._404-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-content-wrap {
  width: 100%;
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-quote-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  margin-left: 30px;
  display: block;
}

.logo-wrapper {
  overflow: hidden;
}

.hero-heading-wrapper {
  width: 100%;
  max-width: 434px;
  flex-direction: column;
}

.hero-title {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 30px;
}

.text-color-secondary {
  color: #ff5e14;
}

.hero-subtitle.text-lead {
  color: #050404;
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 32px;
}

.border-rotate {
  width: 35px;
  height: 4px;
  background-color: #050404;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
  transform: rotate(-40deg);
}

.hero {
  background-color: #e7f7ff;
}

.hero-pattern {
  position: absolute;
  bottom: -125px;
  left: 48%;
  transform: translate(-50%);
}

.hero-heading {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.hero-banner-photo {
  z-index: 99;
  background-image: url('../images/13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.heading {
  margin-bottom: 20px;
}

.heading.hero-title {
  color: #050404;
  font-family: Opensaucesans, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

.cta-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Opensaucesans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.cta-paragraph {
  color: #4f5464;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.cta-banner {
  padding-left: 30px;
}

.footer-additional-link {
  color: #4f5464;
  display: inline;
}

.footer-main-about {
  width: 100%;
  max-width: 322px;
}

.footer-logo, .footer-logo.w--current {
  margin-bottom: 26px;
  display: block;
}

.footer-logo.second.w--current {
  font-size: 32px;
}

.footer-main-navigation {
  width: 100%;
  max-width: 600px;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-link-block {
  flex-direction: column;
}

.footer-title-heading {
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Opensaucesans, sans-serif;
  font-weight: 700;
}

.list-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-list-item {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 34px;
}

.page-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 90px;
  display: flex;
}

.page-header-block {
  width: 100%;
  max-width: 600px;
  text-align: center;
}

.page-header-block.team-header {
  max-width: 650px;
}

.page-header-block.about-page-header {
  max-width: 800px;
}

.page-header-block.contact-page-header {
  max-width: 560px;
}

.badge {
  color: #050404;
  letter-spacing: .4px;
  text-transform: uppercase;
  background-color: #f6f7f8;
  border-radius: 20px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  display: inline-block;
}

.badge.badge-light {
  color: #ff5e14;
  background-color: #ffede4;
  transition: background-color .3s, color .3s;
}

.badge.badge-light:hover {
  color: #fff;
  background-color: #ff5e14;
}

.page-header-title {
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 64px;
}

.footer-logo-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-block {
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 70px 20px;
  display: flex;
  position: relative;
}

.heading-into {
  text-align: center;
  border-top: 2px dashed #d0f0ff;
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 45px;
  display: flex;
}

.into-grid {
  min-height: 300px;
  grid-column-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 50px;
  display: grid;
}

.intro-title {
  width: 100%;
  max-width: 773px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.subtitle {
  color: #ff5e14;
  letter-spacing: .4px;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.project-wrapper {
  position: relative;
  overflow: hidden;
}

.heading-content {
  width: 100%;
  max-width: 525px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 50px;
}

.title.article-title-name {
  padding-left: 10px;
}

.section-description {
  margin-top: 15px;
  margin-bottom: 0;
}

.inline-flex {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link {
  color: #bbb;
  text-transform: capitalize;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Opensaucesans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.tab-link:hover, .tab-link.w--current {
  color: #ff5e14;
}

.tab-categories {
  display: flex;
}

.page-header-description {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.page-header-description.header-about-description {
  margin-top: 20px;
  padding-left: 87px;
  padding-right: 87px;
}

.page-header-description.header-faq-description {
  margin-top: 20px;
}

.cms-collection {
  margin-top: 70px;
}

.project-info {
  z-index: 1;
  opacity: 0;
  padding: 32px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 100%);
}

.project-title-name {
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 25px;
  transition: color .3s;
}

.project-title-name:hover {
  color: #14b5ff;
}

.empty-state {
  color: #fff;
  text-align: center;
  background-color: #d32f2f;
  padding-left: 20px;
  padding-right: 20px;
}

.button-link {
  color: #050404;
  letter-spacing: .4px;
  text-transform: uppercase;
  background-image: url('../images/NextIconBlack.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.button-link:hover, .button-link:active {
  color: #050404;
}

.button-link.white {
  color: #fff;
  background-image: url('../images/right-arrow-white.svg');
  background-size: auto;
}

.project-title {
  margin-bottom: 10px;
  display: block;
}

.project-title:hover {
  color: #14b5ff;
}

.our-value-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.number-label {
  color: #ff5e14;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}

.our-value-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Opensaucesans, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
}

.our-value-description {
  margin-bottom: 0;
}

.header-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-menu-wrapper {
  align-items: center;
  display: flex;
}

.project-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-project-collection {
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.featured-project-collection-list {
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.featured-project-collection-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.project-preview {
  min-height: 660px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-preview-intro {
  justify-content: flex-end;
  display: flex;
}

.project-preview-info-wrapper {
  background-color: #fff;
  flex-direction: column;
  padding: 50px;
  display: flex;
}

.project-preview-info-title {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 28px;
  line-height: 36px;
}

.project-preview-info-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.project-preview-list-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #d7d7d7;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.project-preview-list-item.first {
  padding-top: 0;
}

.project-preview-list-item.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.project-item-label {
  align-items: center;
  display: flex;
}

.project-info-image {
  width: 40px;
  height: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-type-label {
  color: #050404;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.project-type-name {
  color: #868686;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  display: flex;
}

.collection-list {
  display: flex;
}

.project-single-content {
  border-bottom: 1px solid #d7d7d7;
  padding-top: 90px;
  padding-bottom: 90px;
}

.project-preview-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 36px;
}

.project-gallery, .project-related {
  padding-top: 90px;
}

.project-gallery-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.project-gallery-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-related-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.team-member-wrapper {
  padding-bottom: 90px;
}

.team-member-item {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.team-member-link {
  width: 100%;
  height: 100%;
  display: flex;
}

.team-member-job-title {
  color: #ff5e14;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.team-member-mail-link {
  color: #a0a0a0;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.blogs-grid-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-grid {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-thumbnail {
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}

.blog-thumbnail-link {
  width: 100%;
  height: 100%;
  min-height: 150px;
  display: block;
}

.blog-main-content {
  text-align: center;
  border: 1px solid #e3e3e3;
  border-top-width: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.blog-date {
  color: #ff5e14;
  text-align: left;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.blog-link-title {
  color: #050404;
  margin-top: 15px;
  display: block;
}

.blog-link-title:hover {
  color: #14b5ff;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  transition: color .3s;
}

.blog-title:hover {
  color: #14b5ff;
}

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

.blog-entry-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 64px;
}

.blog-categories {
  margin-bottom: 26px;
}

.blog-category-list {
  display: flex;
}

.blog-category-item {
  margin-left: 6px;
  margin-right: 6px;
}

.blog-meta-info {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.blog-bullet {
  width: 4px;
  height: 4px;
  background-color: #ff5e14;
  border-radius: 20px;
  margin-left: 12px;
  margin-right: 12px;
}

.blog-minute-read {
  color: #ff5e14;
  text-align: left;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.blog-detail-summary {
  padding-top: 90px;
  padding-bottom: 50px;
}

.blog-author {
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 50px;
  display: flex;
}

.blog-entry-content {
  width: 100%;
  max-width: 830px;
  min-height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.blog-author-info {
  align-items: center;
  display: flex;
}

.blog-author-image {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-right: 20px;
  overflow: hidden;
}

.blog-author-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.blog-author-label {
  color: #4f5464;
  margin-bottom: 4px;
  line-height: 26px;
}

.blog-author-social {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.blog-author-social-item {
  margin-bottom: 0;
  margin-left: 25px;
}

.blog-latest-articles {
  border-top: 1px solid #d7d7d7;
  padding-top: 90px;
}

.blog-collection-wrapper {
  overflow: hidden;
}

.team-detail-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-detail-image {
  min-height: 570px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-detail-summary {
  flex-direction: column;
  justify-content: center;
  padding-left: 70px;
  display: flex;
}

.team-detail-description {
  width: 100%;
  margin: 0;
}

.team-detail-link, .team-detail-link:hover, .team-detail-link:active, .team-detail-link:focus, .team-detail-link:visited {
  color: #ff5e14;
}

.team-detail-link.email {
  text-transform: lowercase;
  padding-right: 30px;
}

.team-detail-media {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.team-detail-media.social {
  margin-top: 26px;
}

.team-social-list {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.team-social-list-item {
  margin-bottom: 0;
  padding-right: 15px;
}

.team-social-list-item.last {
  padding-right: 0;
}

.team-social-link {
  width: 50px;
  height: 50px;
  background-color: #ffede4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.article-title-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-content {
  padding-left: 0;
  overflow: hidden;
}

.service-header {
  min-height: 500px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  display: flex;
}

.service-content-block {
  width: 100%;
  max-width: 38%;
  flex-direction: column;
  display: flex;
}

.service-header-title {
  margin-top: 0;
  margin-bottom: 15px;
}

.service-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-list-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: -30px;
}

.service-image {
  width: 100%;
}

.service-title {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: Opensaucesans, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}

.service-description {
  margin-bottom: 0;
}

.service-banner-block {
  width: 50%;
}

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

.testimonial-wrapper {
  position: relative;
}

.testimonial-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.testimonial-avatar {
  min-height: 500px;
  overflow: hidden;
}

.testimonial-intro {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 90px;
  display: flex;
  overflow: hidden;
}

.testimonial-intro.secondary {
  background-color: #ffede4;
}

.testimonial-intro.primary {
  background-color: #e7f7ff;
}

.testimonial-description {
  color: #050404;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.testimonial-name {
  color: #ff5e14;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Opensaucesans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.testimonial-job-titles {
  color: #4f5464;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 26px;
}

.slack-image {
  z-index: -1;
  width: 360px;
  min-height: 200px;
  display: none;
  position: absolute;
}

.testimonial-icon {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.special-project {
  background-image: url('../images/BG_Pattern.svg');
  background-position: 0 0;
  background-size: auto;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

.special-project-title {
  color: #fff;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 67px;
  font-weight: 700;
  line-height: 77px;
}

.special-project-button {
  margin-top: 40px;
  display: flex;
}

.special-project-info {
  width: 100%;
  max-width: 580px;
  color: #fff;
  background-color: #ff5e14;
  flex-direction: column;
  justify-content: space-between;
  padding: 70px 90px;
  display: flex;
}

.about-vision {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.hero-about {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.hero-about-intro {
  background-image: url('../images/Rainbow.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #d7d7d7;
  border-right-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 65px;
  display: flex;
  overflow: hidden;
}

.hero-about-title {
  margin-top: 0;
  font-size: 38px;
  line-height: 44px;
}

.hero-about-button {
  margin-top: 50px;
  display: flex;
}

.process-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.primary-light-color {
  background-color: #e7f7ff;
}

.secondary-light-color {
  background-color: #ffede4;
}

.gray-light-color {
  background-color: #eff2f5;
}

.process-icon {
  width: 60px;
  height: 60px;
}

.process-title {
  text-transform: capitalize;
  margin-top: 35px;
  margin-bottom: 18px;
  font-size: 21px;
  line-height: 25px;
}

.process-description {
  margin-bottom: 0;
}

.button-team-wrapper {
  justify-content: center;
  padding-top: 50px;
  display: flex;
}

.team-detail-start {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.team-detail-start-item {
  align-items: center;
  margin-bottom: 0;
  margin-right: 30px;
  display: flex;
}

.team-detail-start-item.last {
  margin-right: 0;
}

.team-label {
  color: #050404;
  text-transform: capitalize;
  padding-right: 10px;
  font-weight: 700;
}

.contact-form-container {
  padding-top: 90px;
}

.contact-list-item {
  min-height: 370px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.contact-fact-image {
  width: 60px;
  height: 60px;
}

.contact-fact-title {
  text-transform: capitalize;
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 25px;
}

.contact-offices {
  border-bottom: 1px solid #d7d7d7;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.contact-offices-info {
  width: 100%;
  max-width: 250px;
}

.contact-offices-social {
  width: 100%;
  max-width: 280px;
}

.contact-offices-description {
  margin-top: 20px;
  margin-bottom: 0;
}

.social-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.social-list-item {
  width: 52px;
  height: 52px;
  margin-bottom: 0;
  margin-right: 15px;
}

.social-list-item.last {
  margin-right: 0;
}

.social-link {
  width: 100%;
  height: 100%;
  background-color: #ffede4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-offices-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 25px;
}

.form-button {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-button.form-button-quote {
  margin-top: 50px;
}

.form-filed {
  width: 48%;
  min-height: 50px;
}

.form-fields {
  justify-content: space-between;
  display: flex;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  line-height: 40px;
  display: flex;
}

.checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  margin-top: 0;
  margin-right: 15px;
}

.checkbox.w--redirected-checked {
  background-color: #14b5ff;
  border-color: #14b5ff;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #14b5ff;
}

.checkbox-field-label {
  margin-bottom: 0;
}

.link {
  color: #14b5ff;
}

.get-quote-form {
  width: 100%;
  max-width: 700px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}

.select-field {
  height: 48px;
  color: #a0a0a0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
}

.select-field:focus {
  border-color: #14b5ff;
}

.team-wrapper {
  border-top: 1px solid #d7d7d7;
  padding-top: 90px;
}

.faq-wrapper {
  border-left: 1px solid #d7d7d7;
  padding-left: 70px;
}

.faq-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
}

.faq-heading-title {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 26px;
  line-height: 34px;
}

.faq-info-contact {
  margin-bottom: 0;
}

.accordion-item {
  border-top: 1px solid #d7d7d7;
  padding-top: 30px;
  padding-bottom: 30px;
}

.accordion-item.last {
  padding-bottom: 0;
}

.accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 30px 0 0;
  font-size: 20px;
  line-height: 28px;
}

.accordion-body {
  overflow: hidden;
}

.accordion-icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  transform: scale(3.5);
}

.accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  transition: background-color .2s, color .2s;
  display: flex;
}

.accordion-paragraph {
  margin-bottom: 0;
  padding-top: 40px;
}

.accordion-lottie-ant {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.container-830 {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.terms-wrapper {
  padding-top: 15px;
}

.rte-custom {
  margin-top: -36px;
}

.rte-custom a {
  color: #14b5ff;
}

.rte-custom h5 {
  margin-top: 46px;
  margin-bottom: 12px;
}

.rte-custom p {
  margin-top: 15px;
  margin-bottom: 0;
}

.rte-custom h2, .rte-custom h3 {
  font-size: 21px;
  line-height: 28px;
}

.protected-form-wrapper {
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
}

.protected-form-button {
  margin-top: 10px;
}

.heading-not-found {
  margin-top: 0;
}

.not-found-button {
  justify-content: center;
  display: flex;
}

.protected-form-field {
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
}

.button-icon {
  margin-left: 10px;
}

.phone-label {
  color: #ff5e14;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.phone-label:hover {
  color: #ff5e14;
}

.header-navbar {
  align-items: center;
  display: flex;
}

.hero-button {
  display: flex;
}

.button-primary-light {
  color: #14b5ff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #e7f7ff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  display: flex;
}

.solid-background {
  width: 70vw;
  height: 70px;
  background-color: #e7f7ff;
  position: absolute;
  bottom: -70px;
  left: 0%;
}

.button-large {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #14b5ff;
  border-radius: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.button-large:hover {
  color: #fff;
}

.cta-button-wrapper {
  justify-content: center;
  display: flex;
}

.intro-list-item {
  color: #ff5e14;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 24px;
  line-height: 34px;
  display: flex;
}

.intro-list-icon {
  width: 34px;
  height: 34px;
  background-color: #ff5e14;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.intro-banner-grid {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 45px;
  display: flex;
  position: relative;
}

.intro-banner-grid.vertical {
  justify-content: center;
  align-items: center;
}

.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.intro-picture-one {
  width: 270px;
  margin-left: 60px;
  padding-bottom: 110px;
}

.intro-picture-two {
  width: 177px;
  align-self: flex-end;
}

.intro-picture-three, .intro-picture-five {
  width: 270px;
}

.intro-picture-four {
  width: 135px;
  align-self: flex-end;
  margin-right: 60px;
  padding-bottom: 110px;
}

.intro-button-wrapper {
  justify-content: center;
  display: flex;
}

.project-header {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.button-primary-lighter {
  color: #14b5ff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  display: flex;
}

.featured-project-grid {
  min-height: 570px;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

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

.content-overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featured-project-empty {
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-heading-content {
  width: 100%;
  max-width: 460px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-pattern {
  width: 75px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.service-icon-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.our-value-number {
  width: 65px;
  height: 65px;
  background-color: #ffede4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.special-project-subtitle {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.special-project-description {
  margin-top: 20px;
  margin-bottom: 0;
}

.featured-project-wrapper {
  width: 100%;
  height: 100%;
  background-image: url('../images/12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-project-button {
  z-index: 1;
  opacity: 0;
  position: relative;
}

.featured-title-description {
  margin-top: 20px;
  margin-bottom: 0;
}

.button-secondary-lighter {
  color: #ff5e14;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  display: flex;
}

.button-secondary-lighter:hover {
  color: #ff5e14;
}

.special-project-container {
  justify-content: flex-end;
  display: flex;
}

.special-project-thumbnail {
  width: 100%;
  max-width: 73%;
  min-height: 740px;
  background-image: url('../images/18.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-description {
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog-author-item {
  width: 100%;
  border-top: 1px solid #d7d7d7;
  justify-content: center;
  align-items: center;
  padding: 30px 0 0;
  display: flex;
}

.author-media-link {
  color: #a0a0a0;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.author-media-link:hover {
  color: #a0a0a0;
}

.author-media-label {
  color: #a0a0a0;
  margin-left: 15px;
}

.footer-info {
  margin-top: 10px;
  margin-bottom: 0;
}

.next {
  width: 56px;
  height: 56px;
  background-color: #eff2f5;
  border-width: 0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.previous {
  width: 56px;
  height: 56px;
  background-color: #eff2f5;
  border-width: 0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  display: flex;
}

.blog-slide-nav {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: none;
}

.blog-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: -15px;
  margin-right: -15px;
}

.blog-slider-collection {
  display: flex;
}

.blog-slide-item {
  width: 33.33%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.blog-slider-collection-item {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-left-arrow {
  width: 56px;
  height: 56px;
  text-align: center;
  background-color: #eff2f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: -38px;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.blog-right-arrow {
  width: 56px;
  height: 56px;
  text-align: center;
  background-color: #eff2f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 38px;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
}

.blog-slide-mask {
  padding-bottom: 106px;
}

.logo-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.logo-slider-mask {
  overflow: visible;
}

.logo-slide {
  width: 20%;
  height: 100%;
  padding: 0;
}

.logo-quote {
  z-index: 5;
  max-width: 200px;
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.media-logo {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.none, .logo-slider-nav {
  display: none;
}

.intro-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 60px;
}

.intro-slider-mask {
  overflow: visible;
}

.intro-slide {
  width: auto;
  height: auto;
}

.intro-slider-nav {
  display: none;
}

.value-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.value-slider-mask {
  overflow: visible;
}

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

.value-slide {
  width: 33.33%;
  height: 100%;
  padding: 0;
}

.blog-empty-state {
  width: 100%;
  height: 100%;
  background-color: #eff2f5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-thumbnail-link {
  width: 100%;
  height: 100%;
  display: flex;
}

.project-link-wrapper {
  margin-top: 20px;
  display: flex;
}

.button-icon-link {
  width: 50px;
  height: 50px;
  background-color: #ff5e14;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(255, 94, 20, .25);
}

.project-location {
  color: #ff5e14;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.border-overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 100%);
}

.project-categories-item {
  padding-right: 15px;
}

.project-single-title {
  padding-top: 90px;
  display: flex;
}

.project-title-block {
  width: 100%;
  max-width: 550px;
}

.project-content-grid {
  min-height: 500px;
  grid-column-gap: 70px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .55fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-sidebar {
  color: #fff;
  background-color: #ff5e14;
  background-image: url('../images/Arc.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-short-summary {
  color: #ff5e14;
  margin-bottom: 0;
  font-style: italic;
}

.project-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.project-slider-mask {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 106px;
}

.project-slide-item {
  width: 33.33%;
  height: 100%;
  padding: 0 15px;
}

.project-empty-state {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-rich-text p {
  margin-top: 10px;
  margin-bottom: 0;
}

.project-rich-text h2, .project-rich-text h3, .project-rich-text h4, .project-rich-text h1, .project-rich-text h5, .project-rich-text h6 {
  margin-bottom: 15px;
}

.project-sidebar-block {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.sidebar-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 64px;
}

.sidebar-sub-title {
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
}

.sidebar-description {
  margin-top: 24px;
  margin-bottom: 0;
}

.sidebar-button-wrapper {
  margin-top: 56px;
  display: flex;
}

.team-link-block {
  align-items: center;
  display: flex;
}

.team-member-button {
  justify-content: center;
  display: flex;
}

.team-detail-name {
  color: #050404;
  align-items: center;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
}

.team-name-label {
  margin-left: 10px;
}

.service-button-wrapper {
  margin-top: 36px;
  display: flex;
}

.pattern-in-left {
  width: 75%;
  height: 100%;
  background-image: url('../images/BG_Pattern.svg');
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.about-mission {
  padding-top: 90px;
  padding-bottom: 90px;
}

.about-title-wrapper {
  text-align: center;
  justify-content: center;
  display: flex;
}

.about-title {
  width: 100%;
  max-width: 600px;
}

.mission-side-wrapper {
  min-height: 550px;
  background-image: linear-gradient(to top, #fff, #e7f7ff 25%, #e7f7ff 50%, #e7f7ff 75%, #fff);
  margin-top: 90px;
  padding: 0;
  position: relative;
}

.mission-side-image {
  background-image: url('../images/Mission-Vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-process {
  padding: 0;
}

.team-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.team-slide-mask {
  margin-left: -15px;
  margin-right: -15px;
}

.team-slide-item {
  width: 33.33%;
  padding: 0 15px;
}

.about-team {
  padding-top: 90px;
  padding-bottom: 90px;
}

.about-join-team {
  border-top: 1px solid #d7d7d7;
  padding-top: 90px;
}

.process-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.process-slide-mask {
  margin-left: -15px;
  margin-right: -15px;
}

.process-slide-item {
  width: 33.33%;
  height: 100%;
  padding: 0 15px;
}

.contact-office-grid {
  width: 100%;
  max-width: 700px;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.help-slide-mask {
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.help-slide-item {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-author-mask {
  height: 100%;
}

.text-block {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.text-span {
  color: #8f8f8f;
  font-size: 22px;
}

.text-block-2 {
  font-size: 32px;
  font-weight: 700;
}

.text-span-2 {
  color: #14b5ff;
}

.image-wrapper.instagram-image {
  width: 300px;
  height: 300px;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.instagram-image.dif {
  width: 100%;
  height: 100%;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
}

.grid-1-column.gap-row-28px.mg-top-110px {
  margin-top: 110px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.align-top {
  align-items: start;
}

.grid-2-columns.align-top._2-col-mbl {
  margin-top: 40px;
  padding: 40px;
}

.grid-2-columns.align-top._2-col-mbl.second {
  margin-top: 0;
}

.image {
  border-radius: 10px;
}

.grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-columns.instagram-v2 {
  grid-template-rows: auto auto;
  align-content: stretch;
  align-items: center;
}

.image-2 {
  width: 852px;
  height: 100%;
  margin-left: 20px;
}

.image-2.width-100 {
  width: 600%;
  height: 100%;
}

.div-block {
  margin-top: 20px;
}

.collection-list-2 {
  padding-left: 0;
  padding-right: 0;
}

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

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

  .section.section-introduction {
    padding-bottom: 100px;
  }

  .brand {
    width: 95px;
  }

  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .blog-entry-image {
    min-height: 550px;
  }

  .heading.hero-title {
    font-size: 55px;
    line-height: 65px;
  }

  .page-header-title {
    font-size: 58px;
    line-height: 68px;
  }

  .logo-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-into {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .into-grid {
    grid-column-gap: 100px;
    padding-bottom: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-content {
    max-width: 537px;
  }

  .title {
    font-size: 46px;
    line-height: 54px;
  }

  .section-description {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-preview {
    min-height: 676px;
  }

  .project-preview-info-wrapper {
    padding: 60px;
  }

  .project-single-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .project-gallery, .project-related {
    padding-top: 100px;
  }

  .team-member-wrapper {
    padding-bottom: 100px;
  }

  .blog-main-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-entry-title {
    font-size: 58px;
    line-height: 68px;
  }

  .blog-detail-summary {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .blog-latest-articles {
    padding-top: 100px;
  }

  .service-header {
    margin-bottom: 100px;
  }

  .service-list-wrapper {
    grid-column-gap: 50px;
  }

  .testimonial-intro {
    padding: 100px;
  }

  .special-project-info {
    padding-left: 100px;
    padding-right: 100px;
  }

  .about-vision {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-team-wrapper {
    padding-top: 60px;
  }

  .contact-form-container {
    padding-top: 100px;
  }

  .contact-offices {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .get-quote-form {
    margin-bottom: 100px;
  }

  .team-wrapper {
    padding-top: 100px;
  }

  .faq-grid {
    grid-column-gap: 60px;
  }

  .intro-banner-grid {
    padding-top: 50px;
  }

  .no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro-picture-one {
    width: 275px;
    margin-left: 0;
  }

  .intro-picture-two {
    width: 182px;
  }

  .intro-picture-three, .intro-picture-five {
    width: 275px;
  }

  .intro-picture-four {
    width: 140px;
    margin-right: 0;
  }

  .project-header {
    padding-bottom: 60px;
  }

  .special-project-thumbnail {
    max-width: 950px;
    min-height: 760px;
  }

  .blog-slide-mask {
    padding-bottom: 116px;
  }

  .project-single-title {
    padding-top: 100px;
  }

  .project-slider-mask {
    padding-bottom: 116px;
  }

  .sidebar-title {
    font-size: 58px;
    line-height: 68px;
  }

  .about-mission {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mission-side-wrapper {
    min-height: 600px;
    margin-top: 100px;
  }

  .about-team {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-join-team {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .section.hero {
    min-height: 80vh;
  }

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

  .container.absolute {
    flex: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand {
    width: 110px;
  }

  .header {
    padding: 30px 6%;
  }

  .navigation-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .heading-wrapper {
    padding-bottom: 60px;
  }

  .hero-subtitle.text-lead {
    padding-right: 59px;
    font-size: 24px;
    line-height: 34px;
  }

  .hero {
    background-color: #e7f7ff;
  }

  .footer-main-navigation {
    max-width: 587px;
  }

  .section-description {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header-description {
    padding-left: 0;
    padding-right: 0;
  }

  .project-preview {
    min-height: 726px;
  }

  .project-preview-info-wrapper {
    padding: 70px;
  }

  .blog-entry-title {
    font-size: 62px;
    line-height: 72px;
  }

  .team-detail-grid {
    padding-bottom: 0;
  }

  .service-content-block {
    max-width: 39%;
  }

  .service-list-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .slack-image {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .slack-image.left {
    bottom: 0;
    left: -100px;
  }

  .slack-image.right {
    top: 0;
    right: -120px;
  }

  .faq-grid {
    grid-column-gap: 70px;
  }

  .faq-heading-title {
    font-size: 32px;
    line-height: 40px;
  }

  .button-large {
    padding: 32px 55px;
  }

  .no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro-picture-one, .intro-picture-four {
    padding-bottom: 125px;
  }

  .special-project-thumbnail {
    max-width: 1030px;
  }

  .next, .previous {
    margin-top: 70px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.hero {
    min-height: 90vh;
  }

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

  .section.section-clients {
    padding-top: 100px;
  }

  .section.section-introduction {
    padding-bottom: 120px;
  }

  .brand {
    width: 120px;
  }

  .header {
    padding: 35px 8%;
  }

  .heading-wrapper {
    padding-bottom: 70px;
  }

  .blog-entry-image {
    min-height: 600px;
  }

  .heading.hero-title {
    font-size: 60px;
    line-height: 70px;
  }

  .footer-main-navigation {
    max-width: 665px;
    grid-column-gap: 0px;
  }

  .page-header-block {
    max-width: 650px;
  }

  .page-header-title {
    font-size: 67px;
    line-height: 77px;
  }

  .logo-block {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .heading-into {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .into-grid {
    grid-column-gap: 152px;
    padding-bottom: 70px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .heading-content {
    max-width: 595px;
  }

  .title {
    font-size: 51px;
    line-height: 58px;
  }

  .section-description {
    padding-left: 50px;
    padding-right: 50px;
  }

  .project-preview {
    min-height: 776px;
  }

  .project-single-content {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .project-gallery, .project-related {
    padding-top: 120px;
  }

  .team-member-wrapper {
    padding-bottom: 120px;
  }

  .blog-detail-summary {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .blog-latest-articles {
    padding-top: 120px;
  }

  .team-detail-grid {
    padding-bottom: 0;
  }

  .service-header {
    margin-bottom: 120px;
  }

  .service-list-wrapper {
    grid-column-gap: 100px;
  }

  .testimonial-avatar {
    min-height: 585px;
  }

  .testimonial-intro {
    padding: 120px;
  }

  .slack-image.right {
    right: -140px;
  }

  .special-project-info {
    padding: 80px 107px;
  }

  .about-vision {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .button-team-wrapper {
    padding-top: 70px;
  }

  .contact-form-container {
    padding-top: 120px;
  }

  .contact-offices {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .get-quote-form {
    margin-bottom: 120px;
  }

  .team-wrapper {
    padding-top: 120px;
  }

  .intro-banner-grid {
    padding-top: 60px;
  }

  .no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro-picture-one {
    width: 370px;
    padding-bottom: 193px;
  }

  .intro-picture-two {
    width: 277px;
  }

  .intro-picture-three, .intro-picture-five {
    width: 370px;
  }

  .intro-picture-four {
    width: 185px;
    padding-bottom: 193px;
  }

  .project-header {
    padding-bottom: 70px;
  }

  .special-project-thumbnail {
    max-width: 1280px;
    min-height: 800px;
  }

  .blog-slide-mask {
    padding-bottom: 126px;
  }

  .project-single-title {
    padding-top: 120px;
  }

  .project-slider-mask {
    padding-bottom: 126px;
  }

  .sidebar-title {
    font-size: 67px;
    line-height: 77px;
  }

  .about-mission {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .about-title {
    max-width: 660px;
  }

  .mission-side-wrapper {
    min-height: 700px;
    margin-top: 120px;
  }

  .about-team {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .about-join-team {
    padding-top: 120px;
  }

  .contact-office-grid {
    width: 100%;
    max-width: 700px;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.section-cta {
    padding: 70px 0;
  }

  .section.hero {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section.footer {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .section.section-clients {
    min-height: auto;
    padding-top: 0;
    overflow: hidden;
  }

  .section.section-introduction {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .section.single-special-project {
    padding-bottom: 70px;
  }

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

  .container.absolute {
    position: relative;
  }

  .paragraph-bigger {
    font-size: 22px;
    line-height: 32px;
  }

  .button {
    justify-content: center;
  }

  .post-rich-text {
    width: 100%;
  }

  .brand {
    align-items: center;
    display: flex;
  }

  .brand.w--current {
    width: 85%;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .menu-wrapper {
    order: 1;
    margin-left: 30px;
    padding-left: 0;
  }

  .header {
    padding: 15px 20px;
  }

  .navigation-item {
    width: 100%;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid #000;
    border-bottom: 1px solid #d0f0ff;
    padding: 15px 20px;
    transition: background-color .4s, opacity .4s, color .4s;
    display: block;
  }

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

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

  .menu-button {
    width: 25px;
    height: 25px;
    color: #050404;
    cursor: pointer;
    padding: 0;
    line-height: 25px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    overflow: hidden;
    transform: translate(0, -50%);
  }

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

  .logo-image {
    width: 100px;
  }

  .navigation-items {
    background-color: #e7f7ff;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1.4fr 1fr;
    grid-auto-columns: 1.25fr;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .team-pic {
    min-height: 349px;
  }

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

  .blog-detail-header-wrapper {
    width: 100%;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-entry-image {
    min-height: 400px;
  }

  .utility-page-wrap {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  ._404-content-wrap {
    max-width: 550px;
  }

  .button-wrapper {
    padding-right: 50px;
  }

  .logo-wrapper {
    margin-right: 0;
  }

  .hero-heading-wrapper {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-subtitle.text-lead {
    margin-bottom: 36px;
    font-size: 20px;
    line-height: 30px;
  }

  .border-rotate {
    display: none;
  }

  .hero {
    width: 100%;
  }

  .hero-pattern {
    display: none;
  }

  .hero-heading {
    text-align: center;
    align-items: center;
  }

  .hero-banner-photo {
    min-height: 500px;
  }

  .heading.hero-title {
    margin-bottom: 15px;
    padding-top: 0;
    font-size: 36px;
    line-height: 44px;
  }

  .cta-title {
    font-size: 30px;
    line-height: 40px;
  }

  .cta-paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-banner {
    padding-left: 0;
  }

  .footer-main-about {
    max-width: none;
    padding-bottom: 50px;
  }

  .footer-main-navigation {
    max-width: none;
    grid-column-gap: 60px;
  }

  .footer-list-item {
    margin-bottom: 5px;
  }

  .page-header {
    min-height: 100px;
    padding-bottom: 50px;
  }

  .page-header-block {
    max-width: 100%;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header-block.contact-page-header {
    max-width: none;
  }

  .badge.badge-light {
    padding: 8px 23px;
    font-size: 12px;
    line-height: 20px;
  }

  .page-header-title {
    margin-bottom: 0;
    font-size: 47px;
    line-height: 55px;
  }

  .logo-block {
    flex-direction: column;
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-into {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .into-grid {
    width: auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: flex;
    overflow: auto;
  }

  .intro-title {
    font-size: 34px;
    line-height: 40px;
  }

  .title {
    font-size: 38px;
    line-height: 44px;
  }

  .inline-flex {
    flex-flow: column;
    overflow: hidden;
  }

  .tab-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
    line-height: 28px;
  }

  .tab-link.first, .tab-link.first.w--current {
    padding-bottom: 15px;
  }

  .tab-categories {
    width: 100%;
    justify-content: center;
    overflow: auto;
  }

  .page-header-description {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cms-collection {
    margin-top: 50px;
  }

  .project-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-title-name {
    font-size: 18px;
    line-height: 23px;
  }

  .project-title {
    margin-bottom: 10px;
  }

  .our-value-title {
    font-size: 18px;
    line-height: 23px;
  }

  .featured-project-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .project-preview {
    grid-column-gap: 30px;
  }

  .project-single-content {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .project-gallery, .project-related {
    padding-top: 70px;
  }

  .project-related-wrapper {
    padding-top: 0;
  }

  .team-member-wrapper {
    padding-bottom: 70px;
  }

  .tab-category-list-wrapper {
    width: auto;
    min-width: 100%;
    justify-content: center;
    display: flex;
    overflow: auto;
  }

  .blogs-grid-layout {
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .blog-entry-title {
    font-size: 42px;
    line-height: 52px;
  }

  .blog-detail-summary {
    padding-top: 70px;
    padding-bottom: 35px;
  }

  .blog-author {
    padding-bottom: 40px;
  }

  .blog-latest-articles {
    padding-top: 70px;
  }

  .team-detail-grid {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .team-detail-image {
    min-height: 600px;
  }

  .team-detail-summary {
    text-align: center;
    align-items: center;
    padding: 0;
  }

  .team-detail-link.email {
    padding-right: 15px;
  }

  .team-detail-media, .team-detail-media.social {
    justify-content: center;
  }

  .service-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 70px;
  }

  .service-content-block {
    max-width: none;
    text-align: center;
    align-items: center;
    padding-top: 50px;
  }

  .service-header-title {
    font-size: 30px;
    line-height: 36px;
  }

  .service-wrapper {
    overflow: hidden;
  }

  .service-list-wrapper {
    width: auto;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 15px;
    display: flex;
    overflow: auto;
  }

  .service-list-item {
    min-width: 100%;
    padding-left: 170px;
    padding-right: 170px;
  }

  .service-banner-block {
    width: 100%;
    order: -1;
  }

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

  .testimonial-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-avatar {
    min-height: 364px;
  }

  .testimonial-intro, .testimonial-intro.secondary {
    padding: 40px 20px;
  }

  .testimonial-meta {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-description {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    line-height: 28px;
  }

  .slack-image {
    display: none;
  }

  .special-project-title {
    font-size: 57px;
    line-height: 67px;
  }

  .special-project-button {
    margin-top: 40px;
  }

  .special-project-info {
    max-width: none;
    text-align: center;
    align-items: center;
    margin-top: -90px;
    padding-left: 115px;
    padding-right: 115px;
  }

  .about-vision {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-about-intro {
    text-align: center;
    background-size: auto;
    border-top-width: 0;
    border-right-width: 1px;
    align-items: center;
    padding: 60px;
  }

  .hero-about-title {
    font-size: 30px;
    line-height: 36px;
  }

  .hero-about-button, .team-detail-start {
    justify-content: center;
  }

  .team-detail-start-item.first {
    margin-right: 15px;
  }

  .contact-form-container {
    padding-top: 70px;
  }

  .contact-list-item {
    min-height: 364px;
  }

  .contact-offices {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .social-list-item {
    width: 56px;
    height: 56px;
  }

  .contact-offices-title {
    font-size: 24px;
    line-height: 30px;
  }

  .get-quote-form {
    margin-bottom: 70px;
  }

  .team-wrapper {
    padding-top: 70px;
  }

  .faq-wrapper {
    border-left: 0 rgba(0, 0, 0, 0);
    padding-left: 0;
  }

  .faq-grid {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .faq-heading-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
  }

  .faq-info-contact {
    text-align: center;
  }

  .accordion-title {
    padding-right: 10px;
  }

  .accordion-paragraph {
    padding-top: 30px;
    padding-right: 50px;
  }

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

  .policy-wrapper, .terms-wrapper {
    padding-top: 0;
  }

  .rte-custom h5 {
    margin-top: 36px;
  }

  .solid-background {
    display: none;
  }

  .button-large {
    padding: 20px 40px;
  }

  .intro-list-item {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .intro-banner-grid {
    width: 100%;
    max-width: 75%;
    flex-direction: row;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-top: 0;
  }

  .intro-banner-grid.no-padding {
    margin-bottom: 0;
  }

  .intro-banner-grid.vertical.no-padding {
    align-items: flex-start;
  }

  .intro-picture-one {
    width: 539px;
    margin-left: 0;
    margin-right: 15px;
    padding-bottom: 0;
  }

  .intro-picture-two {
    width: 270px;
    align-self: flex-start;
    margin-left: 15px;
  }

  .intro-picture-three {
    margin-left: 30px;
    margin-right: 30px;
  }

  .intro-picture-five {
    width: 539px;
    align-self: flex-start;
    margin-left: 15px;
  }

  .intro-picture-four {
    width: 270px;
    margin-right: 15px;
    padding-bottom: 0;
  }

  .project-header {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 50px;
  }

  .project-button-wrapper {
    margin-top: 30px;
  }

  .featured-project-grid {
    min-height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .project-one-column {
    height: 349px;
  }

  .project-two-column {
    height: 698px;
  }

  .featured-heading-content {
    max-width: 398px;
    text-align: center;
    align-items: center;
  }

  .special-project-thumbnail {
    max-width: none;
    min-height: 430px;
  }

  .blog-slide-item {
    width: 50%;
  }

  .logo-slider-mask {
    overflow: hidden;
  }

  .logo-slide {
    width: 100%;
  }

  .logo-quote {
    max-width: 320px;
    opacity: 1;
    padding-bottom: 20px;
    position: static;
  }

  .media-logo {
    width: 12%;
    position: static;
  }

  .intro-slider-mask {
    overflow: hidden;
  }

  .intro-slide {
    width: 100%;
  }

  .value-slider {
    overflow: hidden;
  }

  .value-slide {
    width: 100%;
    padding-left: 170px;
    padding-right: 170px;
  }

  .collection-list-wrapper {
    width: 100%;
    justify-content: center;
  }

  .collection-item {
    width: 100%;
  }

  .project-single-title {
    padding-top: 70px;
  }

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

  .project-sidebar {
    background-position: 100% 100%;
    background-size: auto;
    padding: 50px;
  }

  .sidebar-title {
    font-size: 47px;
    line-height: 55px;
  }

  .sidebar-description {
    margin-top: 15px;
  }

  .sidebar-button-wrapper {
    margin-top: 40px;
  }

  .team-detail-name {
    justify-content: center;
  }

  .pattern-in-left {
    width: 50%;
  }

  .about-mission {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .mission-side-wrapper {
    min-height: 468px;
    margin-top: 50px;
  }

  .team-slide-item {
    width: 50%;
  }

  .about-team {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-join-team {
    padding-top: 70px;
  }

  .process-slide-item, .help-slide-item {
    width: 50%;
  }

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

@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }

  h1 {
    font-size: 46px;
    line-height: 56px;
  }

  h2 {
    font-size: 38px;
    line-height: 48px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .section.footer {
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .section.section-introduction {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    text-align: left;
  }

  .paragraph-bigger {
    font-size: 20px;
    line-height: 30px;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    width: 80%;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo-image {
    width: 90px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .cta-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .team-pic {
    min-height: 249px;
  }

  .team-member-title-wrap {
    min-height: 170px;
    padding: 20px;
  }

  .blog-detail-header-wrapper {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-entry-image {
    min-height: 340px;
  }

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

  .utility-page-wrap {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  ._404-content-wrap {
    max-width: none;
  }

  .hero-heading-wrapper {
    max-width: none;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-heading {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-banner-photo {
    min-height: 480px;
    padding: 0;
  }

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

  .cta-banner {
    padding-left: 0;
    display: none;
  }

  .footer-main-navigation {
    grid-column-gap: 30px;
    padding-left: 0;
  }

  .page-header-title {
    font-size: 38px;
    line-height: 48px;
  }

  .heading-into {
    padding-left: 0;
    padding-right: 0;
  }

  .into-grid {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
  }

  .intro-title {
    font-size: 32px;
  }

  .heading-content {
    max-width: none;
  }

  .title {
    font-size: 30px;
    line-height: 40px;
  }

  .section-description {
    font-size: 18px;
    line-height: 28px;
  }

  .tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link.first {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-categories {
    justify-content: flex-start;
  }

  .page-header-description {
    font-size: 18px;
    line-height: 28px;
  }

  .projects-collection-list {
    margin-left: 0;
    margin-right: 0;
  }

  .our-value-item {
    text-align: center;
  }

  .our-value-description {
    font-size: 18px;
    line-height: 28px;
  }

  .project-collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .project-preview {
    min-height: 568px;
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 230px;
    overflow: visible;
  }

  .project-preview-intro {
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 20px;
  }

  .project-preview-info-wrapper {
    border: 1px solid #d7d7d7;
    padding: 40px;
  }

  .project-preview-info-title {
    margin-bottom: 40px;
  }

  .project-related-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .blogs-collection-list {
    margin-top: 0;
  }

  .blogs-grid-layout {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .blog-entry-title {
    font-size: 34px;
    line-height: 40px;
  }

  .blog-author {
    padding-bottom: 30px;
  }

  .team-detail-grid {
    grid-row-gap: 46px;
  }

  .team-detail-image {
    min-height: 528px;
  }

  .service-header {
    flex-direction: column;
    align-items: center;
  }

  .service-content-block {
    text-align: center;
  }

  .service-list-item {
    padding-left: 100px;
    padding-right: 100px;
  }

  .service-description {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-avatar {
    min-height: 264px;
  }

  .testimonial-intro, .testimonial-intro.secondary {
    padding: 30px 0;
  }

  .testimonial-description {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 19px;
    line-height: 29px;
  }

  .testimonial-name {
    margin-top: 20px;
  }

  .testimonial-icon {
    width: 30px;
    height: 30px;
  }

  .special-project-title {
    font-size: 47px;
    line-height: 57px;
  }

  .special-project-info {
    margin-top: -70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-about-intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-list-item {
    min-height: 264px;
  }

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

  .contact-offices-info {
    max-width: none;
    margin-bottom: 40px;
  }

  .contact-offices-social {
    max-width: none;
  }

  .contact-offices-description {
    margin-top: 20px;
  }

  .social-list {
    justify-content: center;
  }

  .social-list-item {
    width: 50px;
    height: 50px;
  }

  .accordion-title {
    font-size: 20px;
  }

  .accordion-paragraph {
    padding-top: 20px;
    padding-right: 10px;
  }

  .rte-custom h5 {
    margin-top: 30px;
  }

  .protected-form-wrapper {
    max-width: none;
  }

  .heading-not-found {
    margin-bottom: 20px;
  }

  .button-primary-light {
    padding: 6px 20px;
  }

  .project-one-column {
    height: 249px;
  }

  .project-two-column {
    height: 498px;
  }

  .featured-title-description {
    font-size: 18px;
    line-height: 28px;
  }

  .special-project-thumbnail {
    min-height: 368px;
  }

  .blog-description, .footer-info {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-slide-item {
    width: 100%;
  }

  .blog-left-arrow, .blog-right-arrow {
    width: 48px;
    height: 48px;
  }

  .blog-slide-mask {
    padding-bottom: 100px;
  }

  .logo-quote {
    font-size: 18px;
    line-height: 28px;
  }

  .media-logo {
    width: 80px;
  }

  .intro-slider {
    padding-top: 50px;
  }

  .value-slide {
    padding-left: 100px;
    padding-right: 100px;
  }

  .collection-item {
    min-width: 100%;
    text-align: center;
  }

  .project-sidebar {
    background-size: contain;
  }

  .project-slider-mask {
    padding-bottom: 90px;
  }

  .project-slide-item {
    width: 50%;
  }

  .process-slide-item {
    width: 100%;
  }

  .contact-office-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-1-column.gap-row-28px.mg-top-110px.mg-top-0-mbl {
    margin-top: 0;
  }

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

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

  h2 {
    font-size: 30px;
    line-height: 38px;
  }

  h3 {
    font-size: 26px;
    line-height: 34px;
  }

  h4 {
    font-size: 22px;
    line-height: 30px;
  }

  h5 {
    line-height: 26px;
  }

  h6 {
    font-size: 14px;
    line-height: 22px;
  }

  blockquote {
    padding: 26px 20px;
  }

  .section.hero {
    margin-left: 0;
    margin-right: 0;
  }

  .section.footer {
    padding-top: 70px;
    padding-bottom: 60px;
  }

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

  .section.section-our-values {
    display: none;
  }

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

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

  .brand.w--current {
    width: 90%;
  }

  .menu-wrapper {
    margin-left: 0;
  }

  .menu-button {
    float: right;
    clear: none;
    flex-direction: row;
    flex: none;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

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

  .logo-image {
    width: 80px;
  }

  .team-pic {
    min-height: 280px;
  }

  .team-members {
    grid-column-gap: 0px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .team-member-title-wrap {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-detail-header-wrapper {
    width: 100%;
    max-width: none;
  }

  .blog-entry-image {
    min-height: 280px;
  }

  .utility-page-wrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .button-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 40px;
  }

  .button-quote-wrapper {
    min-width: auto;
    flex: none;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    display: block;
  }

  .hero-subtitle.text-lead {
    font-size: 18px;
    line-height: 28px;
  }

  .page-wrapper {
    overflow: visible;
  }

  .hero-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-banner-photo {
    min-height: 320px;
  }

  .heading.hero-title {
    font-size: 35px;
    line-height: 45px;
  }

  .cta-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .cta-paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-main-navigation {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .page-header-block.about-page-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-header-title {
    font-size: 36px;
    line-height: 46px;
  }

  .into-grid {
    max-width: none;
    min-height: auto;
    grid-row-gap: 50px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .intro-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .title {
    font-size: 24px;
    line-height: 34px;
  }

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

  .tab-categories {
    padding-bottom: 5px;
  }

  .page-header-description.header-about-description {
    padding-left: 0;
    padding-right: 0;
  }

  .project-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .featured-project-collection-list {
    grid-template-columns: 1fr;
  }

  .project-preview {
    min-height: 320px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    margin-bottom: 476px;
  }

  .project-preview-intro {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .project-preview-info-wrapper {
    width: 100%;
    padding: 30px 20px;
  }

  .project-preview-list-item, .project-preview-list-item.first {
    grid-template-columns: 1fr;
  }

  .project-item-label {
    flex-wrap: wrap;
  }

  .project-info-image {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
  }

  .project-gallery-list {
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .project-related-list {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .team-member-wrapper {
    padding-bottom: 60px;
  }

  .tab-collection-item {
    min-width: 100%;
    text-align: center;
  }

  .tab-category-list-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .blogs-grid-layout {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .blog-main-content {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .blog-entry-title {
    font-size: 26px;
    line-height: 34px;
  }

  .blog-detail-summary {
    padding-top: 50px;
  }

  .blog-author {
    flex-direction: column;
    padding-top: 50px;
  }

  .blog-author-info {
    flex-direction: column;
    justify-content: center;
  }

  .blog-author-image {
    width: 90px;
    height: 90px;
  }

  .blog-author-name {
    margin-left: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .blog-author-info-content {
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .blog-author-label {
    margin-bottom: 0;
  }

  .blog-author-social {
    justify-content: space-between;
    padding-top: 20px;
  }

  .blog-author-social-item {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 25px;
  }

  .blog-author-social-item.last {
    margin-right: 0;
  }

  .team-detail-image {
    min-height: 280px;
  }

  .team-detail-link.email {
    padding-right: 0;
  }

  .team-detail-media {
    flex-direction: column;
  }

  .article-title-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .service-header-title {
    font-size: 26px;
    line-height: 32px;
  }

  .service-list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 51px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .service-list-item {
    padding-left: 0;
    padding-right: 0;
  }

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

  .testimonial-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .testimonial-avatar {
    min-height: 280px;
  }

  .testimonial-intro, .testimonial-intro.secondary {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .special-project-title {
    font-size: 32px;
    line-height: 40px;
  }

  .special-project-info {
    padding: 50px 15px;
  }

  .hero-about-intro {
    background-size: cover;
  }

  .hero-about-intro-text {
    padding-left: 0;
    padding-right: 0;
  }

  .process-item {
    padding: 40px 20px;
  }

  .process-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .team-detail-start {
    flex-direction: column;
  }

  .team-detail-start-item.last {
    margin-top: 5px;
  }

  .team-detail-start-item.first {
    margin-right: 0;
  }

  .contact-list-item {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .contact-fact-title {
    margin-top: 30px;
  }

  .form-filed {
    width: 100%;
  }

  .form-fields {
    flex-direction: column;
  }

  .checkbox-field {
    padding-left: 0;
  }

  .checkbox {
    margin-left: 0;
  }

  .checkbox-field-label {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }

  .accordion-title {
    padding-right: 0;
    font-size: 18px;
  }

  .accordion-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .accordion-paragraph {
    padding-right: 0;
  }

  .accordion-lottie-ant {
    display: none;
  }

  .protected-form-field {
    padding-left: 0;
    padding-right: 0;
  }

  .button-label {
    font-size: 8px;
  }

  .phone-label {
    display: none;
  }

  .button-primary-light {
    padding: 8px 13px;
    font-size: 12px;
    line-height: 1;
  }

  .button-large {
    padding: 15px 30px;
  }

  .intro-banner-grid {
    max-width: none;
  }

  .intro-banner-grid.vertical.no-padding {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .intro-picture-one, .intro-picture-two {
    width: 280px;
  }

  .intro-picture-three {
    width: 140px;
  }

  .intro-picture-five, .intro-picture-four {
    width: 280px;
  }

  .project-one-column {
    height: auto;
  }

  .project-two-column {
    height: auto;
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .featured-project-wrapper {
    min-height: 280px;
  }

  .special-project-thumbnail {
    min-height: 320px;
  }

  .blog-slide-item {
    width: 100%;
  }

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

  .intro-slider {
    width: 100%;
  }

  .value-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .project-sidebar {
    background-size: contain;
    padding: 36px 20px 40px;
  }

  .project-slide-item {
    width: 100%;
  }

  .sidebar-title {
    font-size: 36px;
    line-height: 46px;
  }

  .sidebar-description {
    margin-top: 20px;
  }

  .sidebar-button-wrapper {
    margin-top: 36px;
  }

  .team-member-container {
    margin-bottom: 0;
  }

  .team-detail-name {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .team-name-label {
    margin-left: 6px;
  }

  .about-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mission-side-wrapper {
    min-height: 400px;
  }

  .team-slide-item, .help-slide-item {
    width: 100%;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .image-wrapper.overflow-hidden.border-radius-24px, .image-wrapper.instagram-image {
    border-radius: 16px;
  }

  .image-wrapper.instagram-image.dif.mobile {
    width: 300px;
    height: 300px;
  }

  .image-wrapper.instagram-image.mobile {
    margin-bottom: 20px;
    display: flex;
  }

  .grid-2-columns.align-top._2-col-mbl {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .grid-4-columns.instagram-v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_6d646147-8af4-fb9b-4b63-cb5c969c81d0-8f79f15f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fdac8b2d-cf17-d674-8518-f80a9367f835-8f79f15f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c582a79f-18ec-0687-66c3-296c51bce71f-4b2460eb {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_243fdba6-4561-931f-def0-84a72395f008-4b2460df {
    order: -9999;
  }

  #w-node-e2cae4bf-1f5c-4507-fef7-b867d2c09cf6-51e627e8 {
    order: 9999;
  }

  #w-node-b36b514a-198d-b80c-58fa-8fc73b35fc8c-4b2460e2 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fdac8b2d-cf17-d674-8518-f80a9367f835-8f79f15f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}