body {
  font-family: Rubik, sans-serif;
  color: #1d1d1b;
  font-size: 18px;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 62px;
  line-height: 1.2;
  font-weight: 900;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 900;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 900;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 900;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 900;
}

p {
  margin-bottom: 0px;
}

a {
  -webkit-transition: opacity 200ms ease, border-color 200ms ease, opacity 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, border-color 200ms ease, opacity 200ms ease, color 200ms ease, background-color 200ms ease;
  color: #1d1d1b;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
}

.logo {
  position: absolute;
  left: 20px;
  top: 16px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brgr {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1d1b;
  cursor: pointer;
}

.brgr-layer {
  width: 25px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #fff;
}

.close-nav-layer {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(0, 0%, 96%, 0.5);
}

.open-nav-layer {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #1d1d1b;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.nav-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
}

.nav-link:hover {
  color: #ddaaa2;
}

.nav-link.w--current {
  color: #ddaaa2;
}

.nav-lang-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #141413;
  border-bottom: 1px solid #141413;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.nav-link-lang {
  display: block;
  margin-bottom: 0px;
  padding: 15px 30px;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.nav-link-lang:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.nav-social-wrap {
  padding: 30px 50px 80px;
  text-align: center;
}

.fa-social {
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 30px;
}

.nav-titles {
  margin-bottom: 10px;
  color: #fff;
}

.hero-section {
  margin-top: 80px;
}

.cta {
  padding: 15px 30px;
  border: 2px solid transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
  text-align: center;
}

.cta.white-stroke {
  border-color: #fff;
  color: #fff;
}

.cta.white-stroke:hover {
  background-color: #fff;
  color: #1d1d1b;
}

.cta.dark-stroke {
  border-color: #1d1d1b;
}

.cta.dark-stroke:hover {
  background-color: #1d1d1b;
  color: #fff;
}

.cta.primary {
  background-color: #1d1d1b;
  color: #fff;
}

.cta.primary:hover {
  background-color: rgba(29, 29, 27, 0.9);
}

.cta.primary.on-form {
  min-width: 160px;
  margin-bottom: 50px;
}

.cta-txt {
  display: inline-block;
  font-weight: 500;
}

.logo-txt {
  position: absolute;
  left: 115px;
  top: 28px;
  z-index: 99;
}

.optional-navlink {
  position: absolute;
  left: auto;
  top: 25px;
  right: 120px;
  bottom: auto;
  z-index: 99;
  font-size: 16px;
  font-weight: 500;
}

.clients-section {
  display: -ms-grid;
  display: grid;
  padding: 50px 50px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.clients-section.small-logo-grid {
  padding-top: 0px;
  padding-bottom: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.client-logo-wrap {
  position: relative;
}

.link-block {
  position: relative;
  overflow: hidden;
  min-height: 50vh;
}

.newsletter-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 177, 210, 0.9)), to(rgba(2, 177, 210, 0.9))), url('../images/L4A3076.jpeg');
  background-image: linear-gradient(180deg, rgba(2, 177, 210, 0.9), rgba(2, 177, 210, 0.9)), url('../images/L4A3076.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.newsletter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.newsletter-title-container {
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}

.newsletter-title {
  margin-bottom: 20px;
  font-size: 62px;
}

.newsletter-content {
  width: 100%;
  max-width: 650px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-field {
  padding: 15px;
  background-color: #fff;
  color: rgba(29, 29, 27, 0.5);
}

.footer {
  background-color: #1d1d1b;
}

.footer-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 50px 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-col-title {
  margin-bottom: 10px;
  color: #fff;
}

.footer-col-link {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.footer-col-link:hover {
  opacity: 0.7;
}

.footer-txt {
  color: #fff;
}

.footer-social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer-social-ico {
  margin-right: 30px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 30px;
}

.footer-social-ico:hover {
  opacity: 0.7;
}

.footer-copy {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.footer-copy-container {
  width: 100%;
  padding-top: 30px;
  border-top: 2px solid hsla(0, 0%, 100%, 0.1);
}

.hero-img {
  height: 70vh;
  background-image: url('../images/MicrosoftTeams-image.jpg');
  background-position: 50% 80%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-first-title {
  margin-top: -120px;
  margin-bottom: 20px;
  font-size: 100px;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rich-text p {
  margin-bottom: 20px;
}

.rich-text h3 {
  margin-bottom: 20px;
}

.rich-text ul {
  padding-left: 30px;
}

.rich-text li {
  margin-bottom: 10px;
}

.rich-text a {
  text-decoration: underline;
}

.rich-text h2 {
  margin-bottom: 20px;
}

.hero-container {
  max-width: 950px;
  font-size: 22px;
}

.hero-cta-wrap {
  margin-top: 30px;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dd9323;
}

.about-wrap {
  width: 50%;
}

.section-title {
  margin-bottom: 20px;
  font-size: 62px;
}

.section-title.on-home-news {
  color: #fff;
}

.about-cta-wrap {
  margin-top: 30px;
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  padding-right: 50px;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-img {
  width: 50%;
}

.values-section {
  position: relative;
  background-image: url('../images/values-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.values-grid {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.values-separator {
  width: 50px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #02b1d2;
}

.values-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 6px 26px 0 rgba(0, 0, 0, 0.1);
}

.values-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.values-cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-grid {
  display: -ms-grid;
  display: grid;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.project-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 250px;
}

.project-bg-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-object-fit: cover;
  object-fit: cover;
}

.project-box-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(29, 29, 27, 0.3);
}

.project-box-name {
  color: #fff;
  font-size: 22px;
}

.project-box-info {
  color: #fff;
  font-weight: 500;
}

.project-cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-section {
  background-color: #999a9c;
}

.news-grid {
  display: -ms-grid;
  display: grid;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.news-date {
  margin-bottom: 10px;
  color: #d5d5d5;
}

.news-name {
  margin-bottom: 20px;
  color: #fff;
}

.news-separator {
  width: 50px;
  height: 3px;
  background-color: #d5d5d5;
}

.reference-header {
  display: -ms-grid;
  display: grid;
  min-height: 70vh;
  padding-top: 80px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #f0f0f0;
}

.p_head-col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 50px 50px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p_head-col-right {
  background-image: url('../images/LOWRES_Pantry_FINAL_201115_VTL_DSC7239-HDR.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.p_title {
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
  font-size: 68px;
}

.p_title.services {
  color: #fff;
}

.p_title.on-project {
  margin-bottom: 10px;
  color: #fff;
  font-size: 4vw;
}

.negative-margin {
  margin-left: -50px;
}

.p_overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}

.p_overview-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.p_overview-item {
  width: 6px;
  height: 6px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50px;
  background-color: #1d1d1b;
}

.p_overview-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rich-text-container {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.rich-text-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.full-w-img {
  width: 100%;
  margin-bottom: 50px;
}

.three-img-row {
  display: -ms-grid;
  display: grid;
  margin-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.two-img-row {
  display: -ms-grid;
  display: grid;
  margin-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.two-img-row.top-margin {
  grid-row-gap: 20px;
}

.testimonial-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #02b1d2;
}

.testimonial-wrap {
  position: relative;
  max-width: 950px;
  text-align: center;
}

.testimonial-txt {
  margin-bottom: 10px;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 900;
}

.testimonial-name {
  color: #fff;
}

.quote-01 {
  position: absolute;
  left: -30px;
  top: -20px;
  right: auto;
  bottom: auto;
  opacity: 0.3;
}

.quote-02 {
  position: absolute;
  left: auto;
  top: auto;
  right: -30px;
  bottom: -20px;
  opacity: 0.3;
}

.p_white-header-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 130px 50px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/lorenzo-moschi-MNSf5U1gkUc-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.p_team-section {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-bottom: 100px;
  padding-left: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.p_team-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.p_team-card:hover {
  box-shadow: 0 6px 26px 0 rgba(0, 0, 0, 0.1);
}

.p_team-card-row-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.p_team-card-row-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p_team-avatar {
  width: 100%;
  height: 100%;
  background-image: url('../images/default-user-image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.p_team-divider {
  width: 50px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #02b1d2;
}

.p_team-name {
  font-size: 22px;
}

.p_team-info {
  font-size: 16px;
  font-weight: 500;
}

.p_team-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fa-team-contact {
  margin-right: 8px;
  font-family: 'Fa solid 900', sans-serif;
  color: #02b1d2;
  font-size: 22px;
  line-height: 1;
}

.p_team-contact-txt {
  font-size: 14px;
}

.p_team-avatar-link {
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #d5d5d5;
  border-radius: 50%;
  background-image: url('../images/user-avatar.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p_team-avatar-link:hover {
  border-color: #02b1d2;
}

.p_overview-separator {
  width: 50px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d5d5d5;
}

.p_services-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/LOWRES_Pantry_FINAL_201115_VTL_DSC7239-HDR.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.p_services-hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.p_services-content {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1300px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 50px 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.p_service-img {
  width: 100%;
  height: 540px;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.p_services-separator {
  width: 50px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #02b1d2;
}

.p_service-cta-wrap {
  margin-top: 20px;
}

.contact-card-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/lorenzo-moschi-MNSf5U1gkUc-unsplash.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/lorenzo-moschi-MNSf5U1gkUc-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.contact-card-container {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}

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

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

.contact-card-avatar-wrap {
  padding-top: 20px;
}

.contact-card-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p_contact-section {
  display: -ms-grid;
  display: grid;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 50px 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-f-field {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f0f0f0;
  color: rgba(29, 29, 27, 0.5);
}

.contact-f-field.contact-f-message {
  padding-bottom: 100px;
}

.p_people-section {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.p_people-container {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}

.p_people-img {
  width: 100%;
}

.p_projects-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 130px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff)), url('../images/search-bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff), url('../images/search-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.search-row {
  width: 100%;
  max-width: 400px;
  padding-right: 20px;
  padding-left: 20px;
}

.search-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #d5d5d5;
  border-radius: 50px;
  background-color: #fff;
  color: rgba(29, 29, 27, 0.3);
}

.p_projects-cat-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  margin-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p_project-cat-button {
  margin: 2.5px;
  padding: 8px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d5d5d5;
  border-radius: 8px;
  font-size: 14px;
}

.p_project-cat-button:hover {
  border-color: #1d1d1b;
  background-color: #1d1d1b;
  color: #fff;
}

.p_project-cat-button.w--current {
  border-color: #1d1d1b;
  background-color: #1d1d1b;
  color: #fff;
}

.p_project-grid {
  display: -ms-grid;
  display: grid;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 50px 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fa-solid {
  font-family: 'Fa solid 900', sans-serif;
}

.link {
  font-size: 20px;
  font-weight: 600;
}

.link:hover {
  color: #02b1d2;
}

.link.on-contrast:hover {
  color: #1d1d1b;
}

.link.on-contrast.on-home-news {
  color: #fff;
}

.styleguide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f0f0f0;
}

.news-cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-margin {
  margin-bottom: 50px;
}

.p-overview-separator {
  margin-right: 8px;
  margin-left: 8px;
}

.p_separator-heading {
  width: 50px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d5d5d5;
}

.p_project-title {
  margin-bottom: 20px;
  font-size: 3.8vw;
}

.p_project-title.services {
  color: #fff;
}

.quote-wrap {
  position: relative;
  width: 100%;
}

.p_header-opacity {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(29, 29, 27, 0.5)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, rgba(29, 29, 27, 0.5), hsla(0, 0%, 100%, 0));
}

.values-opacity {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.p_title-palvelumme {
  position: relative;
  z-index: 3;
  max-width: 950px;
  margin-bottom: 20px;
}

.p_title-palvelumme.services {
  color: #fff;
}

.ss_img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.p_white-header-opacity {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 252, 252, 0)), to(#fff));
  background-image: linear-gradient(180deg, rgba(255, 252, 252, 0), #fff);
  text-align: center;
}

.ss_section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ss_img-col-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ss_img-col {
  width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.medium-w-img {
  display: block;
  width: 100%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.small-w-img {
  display: block;
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.n_grid {
  display: -ms-grid;
  display: grid;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 50px 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.n_item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.n_item-link:hover {
  color: #02b1d2;
}

.n_img {
  width: 100%;
  height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.n_item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.n_item-title {
  font-size: 22px;
}

.n_item-date {
  margin-top: 10px;
  color: #acacaa;
}

.p_projects-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  margin-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/LOWRES_Pantry_FINAL_201115_VTL_DSC7239-HDR.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.p_hero-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p_project-subtitle {
  color: #fff;
  font-size: 20px;
}

.p_hero-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.p_header-opacity-project {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 29, 27, 0.7)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(29, 29, 27, 0.7), hsla(0, 0%, 100%, 0));
}

.p_project-details-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.p_project-details {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.p_hero-col-left {
  padding-right: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rich-whitetext {
  color: #fff;
}

.rich-whitetext p {
  margin-bottom: 20px;
}

.rich-whitetext h3 {
  margin-bottom: 20px;
}

.rich-whitetext ul {
  padding-left: 30px;
}

.rich-whitetext li {
  margin-bottom: 10px;
}

.rich-whitetext a {
  color: #fff;
  text-decoration: underline;
}

.rich-whitetext h2 {
  margin-bottom: 20px;
}

.feat_member_section {
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
}

.feat_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
}

.feat_member_img {
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feat_member_content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.client-logo_link {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: opacity 200ms ease, border-color 200ms ease, opacity 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-filter 200ms ease;
  transition: opacity 200ms ease, border-color 200ms ease, opacity 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-filter 200ms ease;
  transition: filter 200ms ease, opacity 200ms ease, border-color 200ms ease, opacity 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: filter 200ms ease, opacity 200ms ease, border-color 200ms ease, opacity 200ms ease, color 200ms ease, background-color 200ms ease, -webkit-filter 200ms ease;
}

.client-logo_link:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.design-forum {
  margin-top: 30px;
}

._404_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.logo-grey {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.7;
}

._404-txt {
  z-index: 3;
  margin-bottom: 20px;
}

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

._404_details {
  position: absolute;
  z-index: 3;
}

._404_link {
  margin-right: 10px;
  margin-left: 10px;
  text-decoration: underline;
}

.project-img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  .open-nav-layer {
    width: 80%;
  }

  .clients-section {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .clients-section.small-logo-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .hero-img {
    height: 50vh;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-first-title {
    margin-top: -80px;
    font-size: 68px;
  }

  .hero-content {
    padding-left: 50px;
  }

  .about-container {
    padding-left: 50px;
  }

  .values-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .project-box {
    min-height: 40vw;
  }

  .project-bg-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .project-box-content {
    opacity: 0;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .project-box-content:hover {
    opacity: 1;
  }

  .project-cta-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .news-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .reference-header {
    min-height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-bottom-style: none;
  }

  .p_head-col-left {
    padding-left: 50px;
  }

  .p_head-col-right {
    min-height: 70vw;
  }

  .p_title.on-project {
    font-size: 42px;
  }

  .negative-margin {
    margin-left: -20px;
  }

  .p_white-header-center {
    min-height: 40vw;
    padding-bottom: 0px;
  }

  .p_team-section {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .p_services-header {
    min-height: 60vw;
  }

  .p_services-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .p_service-img {
    height: auto;
  }

  .p_project-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .news-cta-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p_project-title {
    font-size: 42px;
  }

  .ss_img-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ss_img-container.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p_white-header-opacity {
    min-height: 40vw;
    padding-bottom: 0px;
  }

  .ss_img-col-text-wrap {
    width: 100%;
    padding-top: 50px;
  }

  .ss_img-col {
    width: 100%;
  }

  .n_grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .n_img {
    height: 40vw;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .open-nav-layer {
    width: 100%;
  }

  .nav-link-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta.primary.on-form {
    margin-bottom: 0px;
  }

  .optional-navlink {
    display: none;
  }

  .clients-section {
    padding-right: 20px;
    padding-left: 20px;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .clients-section.small-logo-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .newsletter-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .newsletter-title-container {
    margin-bottom: 20px;
  }

  .newsletter-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-container {
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .footer-col {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-social-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-social-ico {
    margin-right: 15px;
    margin-left: 15px;
  }

  .footer-copy-container {
    text-align: center;
  }

  .hero-first-title {
    margin-top: -52px;
    font-size: 42px;
  }

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

  .about-wrap {
    width: 100%;
  }

  .section-title {
    font-size: 42px;
  }

  .about-container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .values-grid {
    padding: 50px 20px;
    grid-row-gap: 20px;
  }

  .values-box {
    padding: 20px;
  }

  .project-grid {
    padding: 50px 20px;
  }

  .project-box {
    min-height: 60vw;
  }

  .project-box-name {
    font-size: 18px;
  }

  .news-grid {
    padding: 50px 20px;
    grid-row-gap: 20px;
  }

  .p_head-col-left {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p_head-col-right {
    min-height: 80vw;
  }

  .p_title {
    font-size: 38px;
  }

  .negative-margin {
    margin-left: 0px;
  }

  .p_overview {
    padding: 50px 20px;
  }

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

  .full-w-img {
    margin-bottom: 20px;
  }

  .three-img-row {
    margin-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .two-img-row {
    margin-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .two-img-row.top-margin {
    margin-top: 20px;
    margin-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial-section {
    padding: 50px 20px;
  }

  .testimonial-section.bottom-margin {
    margin-bottom: 20px;
  }

  .testimonial-txt {
    font-size: 28px;
  }

  .quote-01 {
    left: 0px;
  }

  .quote-02 {
    right: 0px;
  }

  .p_white-header-center {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p_team-section {
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .p_team-card {
    padding: 20px;
  }

  .p_services-header {
    min-height: 70vw;
  }

  .p_services-hero-content {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .p_services-content {
    padding: 20px 20px 50px;
  }

  .contact-card-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .p_contact-section {
    padding-bottom: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .p_projects-cat-wrap {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .p_project-grid {
    padding: 20px 20px 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .p_project-title {
    font-size: 42px;
  }

  .p_title-palvelumme {
    font-size: 42px;
  }

  .ss_section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .ss_img-col-text-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .medium-w-img {
    margin-bottom: 20px;
  }

  .small-w-img {
    margin-bottom: 20px;
  }

  .n_grid {
    padding: 20px 20px 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .n_img {
    height: 60vw;
  }

  .n_item-title {
    font-size: 18px;
  }

  .p_hero-container {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .p_hero-col-right {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .feat_member_section {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .feat_row {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feat_row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .feat_member_img {
    width: 100%;
  }

  .feat_member_content_wrap {
    width: 100%;
    padding: 20px;
  }

  ._404_container {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
  }

  .p_title {
    font-size: 28px;
  }

  .p_title-palvelumme {
    font-size: 32px;
  }
}

#w-node-b2a363ee-eea2-de8b-cf29-6bd3b338fe90-e53c475a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2203e1db-7e33-1cf4-cd25-2c42f918c42f-e53c475a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_8f51001d-385c-2d7c-faaf-d152c44831d0-e53c475a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-f7adacae-dc0b-9a82-65fd-ae969dbe5918-e53c475a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-f7adacae-dc0b-9a82-65fd-ae969dbe5930-e53c475a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_0a71a299-a302-28b5-93d2-609b1f33da84-e53c475a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8a31247c-56c3-10af-0033-056fe7079a8e-e53c475a {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-f1cc23dd-5f7a-7dde-0a5a-ce54899a2023-899a2021 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-f1cc23dd-5f7a-7dde-0a5a-ce54899a204a-899a2021 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-eeeaa8ef-fa6e-8fa1-809e-c3039dd06dab-c7e7f062 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-eeeaa8ef-fa6e-8fa1-809e-c3039dd06dc3-c7e7f062 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

@media screen and (max-width: 991px) {
  #w-node-b2a363ee-eea2-de8b-cf29-6bd3b338fe90-e53c475a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2203e1db-7e33-1cf4-cd25-2c42f918c42f-e53c475a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8f51001d-385c-2d7c-faaf-d152c44831d0-e53c475a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f7adacae-dc0b-9a82-65fd-ae969dbe5918-e53c475a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f7adacae-dc0b-9a82-65fd-ae969dbe5930-e53c475a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f1cc23dd-5f7a-7dde-0a5a-ce54899a2023-899a2021 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f1cc23dd-5f7a-7dde-0a5a-ce54899a204a-899a2021 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_2269f279-6c1d-d9ec-0fd2-e0aa0a792e33-b57aed31 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-eeeaa8ef-fa6e-8fa1-809e-c3039dd06dab-c7e7f062 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-eeeaa8ef-fa6e-8fa1-809e-c3039dd06dc3-c7e7f062 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f1cc23dd-5f7a-7dde-0a5a-ce54899a2023-899a2021 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f1cc23dd-5f7a-7dde-0a5a-ce54899a204a-899a2021 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}