:root {
  --white-smoke: whitesmoke;
  --medium-aquamarine-2: #7ec4bd;
  --medium-aquamarine: #7ec4bd;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.button {
  color: #47474f;
  text-align: center;
  background-color: #0000;
  border: 1px solid #47474f;
  border-bottom-width: 2px;
  padding: 15px 33px;
  font-family: Vollkorn, serif;
  font-size: 19px;
  font-style: italic;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

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

.button.form {
  color: #7ec4bd;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  margin-top: 23px;
  margin-bottom: 24px;
  padding-left: 54px;
  padding-right: 54px;
}

.button.form:hover {
  background-color: #7ec4bd57;
}

.header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1a3a33e6, #1a3a33e6), url('../images/proj3.jpg');
  background-position: 0 0, 50% 89%;
  background-size: auto, cover;
  padding: 60px 10px;
}

.header.project-page {
  background-image: linear-gradient(#0a0a0aa6, #0a0a0aa6), url('../images/Bluedot-design-cover.png');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
  padding-top: 77px;
  padding-bottom: 77px;
}

.navbar {
  background-color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
}

.nav-link {
  color: #404040;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-top: 23px;
  margin-left: 34px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: border-color .3s;
}

.nav-link:hover {
  border-bottom-color: #7ec4bd;
}

.logo-title {
  float: left;
  color: #535353;
  text-transform: uppercase;
  margin-top: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.logo-img {
  float: left;
  border-radius: 7px;
  margin-right: 18px;
}

.main-heading {
  filter: drop-shadow(0 2px 5px #162523);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 55px;
}

.divider {
  color: #4d7a71;
  background-color: #66978d;
  width: 80px;
  height: 1px;
  margin: 28px auto;
  display: block;
}

.divider.grey {
  background-color: #00000017;
  margin-bottom: 43px;
}

.main-subtitle {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #ffffffcf;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
}

.about-section {
  text-align: center;
  background-color: #7ec4bd;
  padding-bottom: 61px;
}

.about-text {
  color: #47474f;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 25px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.grey {
  background-color: #7ec4bd7d;
}

.section.contact {
  background-color: #7ec4bd;
  background-image: linear-gradient(#7ec4bdde, #7ec4bd), url('../images/footer-bg.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section.footer {
  background-color: #000;
}

.grey-icon-wrapper {
  background-color: #f5f5f5;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.project-wrapper {
  color: #333;
  text-decoration: none;
  transition: bottom .3s;
  display: block;
  position: relative;
  bottom: 0;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  border-radius: 100%;
  margin-bottom: 21px;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  background-color: #f5f5f5;
  border-radius: 100%;
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  transition: box-shadow .3s;
  box-shadow: inset 0 0 0 1px #0000;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  color: #e3e3e3;
  width: 40px;
  font-size: 30px;
  transition: color .3s;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  text-align: center;
  width: 50%;
  padding: 30px 34px 29px;
}

.testimonial-slide.left-border {
  border-left: 2px solid #0000000a;
}

.mask {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.from {
  color: #ababab;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  opacity: .4;
  margin-bottom: 15px;
}

.contact-text {
  color: #212121;
  text-align: center;
  font-size: 17px;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 11px;
  margin-left: 0%;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.social-wrapper:hover {
  opacity: .43;
}

.footer-text {
  color: #fff6;
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  color: #7ec4bd;
  background-color: #fff3;
  border: 0 solid #000;
  height: 57px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  font-style: italic;
  box-shadow: inset 3px 0 #0000;
}

.field:focus {
  box-shadow: inset 3px 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: #ffffff2e;
  transition: box-shadow .3s;
}

.form-wrapper {
  padding-left: 20%;
  padding-right: 20%;
}

.success-message {
  color: #7ec4bd;
  background-color: #0000;
  border: 1px solid #7ec4bd;
  border-bottom-width: 2px;
  padding-top: 82px;
  padding-bottom: 82px;
}

.project-info {
  background-color: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.grow-row {
  margin-bottom: 60px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  border-radius: 100%;
  margin-bottom: 10px;
}

.cell {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Insurance-BG.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}

.heading {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  border: 0 solid #000;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
}

.heading-2 {
  margin-left: 40px;
  margin-right: 40px;
}

.paragraph-2 {
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.paragraph-copy {
  color: #fff;
}

.paragraph-3 {
  margin-bottom: 20px;
}

.image {
  border: 1px solid #b8b8b8;
  border-radius: 7px;
  height: 170px;
  margin-bottom: 0;
}

.image-2 {
  padding-left: 10px;
  padding-right: 0;
}

.image-3 {
  border: 1px solid #b8b8b8;
  border-radius: 7px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-4, .paragraph-7 {
  margin-bottom: 20px;
}

.quick-stack {
  border-radius: 0;
  height: 650px;
}

.cell-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Bluedot-design-cover.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 7px;
  padding: 20px;
}

.cell-3 {
  background-image: linear-gradient(#0003, #0003), url('../images/HP-BG.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 7px;
  padding: 20px;
}

.cell-4 {
  background-color: #000000d9;
  background-image: linear-gradient(#0009, #0009), url('../images/Samsung-BG2.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 7px;
  padding: 20px;
}

.paragraph-8 {
  filter: drop-shadow(1px 2px 4px #172a27);
  font-size: 17px;
  font-weight: 300;
}

.heading-6 {
  filter: drop-shadow(0 2px 5px #152523);
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.container {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-block {
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.div-block {
  background-color: #b0e4de;
  border-radius: 7px;
  padding: 10px 20px;
}

.paragraph-9 {
  margin-bottom: 0;
}

.flex-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
}

.link-block-5 {
  text-decoration: none;
}

.image-5 {
  border-radius: 7px;
  margin-top: 0;
}

.image-6, .image-7 {
  border: 1px solid #b8b8b8;
  border-radius: 7px;
  height: 170px;
}

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.image-8 {
  border: 1px solid #b8b8b8;
  border-radius: 7px;
}

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

.image-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.image-11 {
  width: 800px;
}

.column, .column-2, .column-3, .column-4 {
  padding-left: 40px;
}

.header-td {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1a3a33e6, #1a3a33e6), url('../images/proj3.jpg');
  background-position: 0 0, 50% 89%;
  background-size: auto, cover;
  padding: 60px 10px;
}

.header-td.project-page {
  background-image: linear-gradient(#0a0a0aa6, #0a0a0aa6), url('../images/Insurance-BG.png');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
  padding-top: 77px;
  padding-bottom: 77px;
}

.header-samsung {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1a3a33e6, #1a3a33e6), url('../images/proj3.jpg');
  background-position: 0 0, 50% 89%;
  background-size: auto, cover;
  padding: 60px 10px;
}

.header-samsung.project-page {
  background-image: linear-gradient(#0a0a0aa6, #0a0a0aa6), url('../images/Samsung-BG2.png');
  background-position: 0 0, 50% 36%;
  background-size: auto, cover;
  padding-top: 77px;
  padding-bottom: 77px;
}

.header-hp {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1a3a33e6, #1a3a33e6), url('../images/proj3.jpg');
  background-position: 0 0, 50% 89%;
  background-size: auto, cover;
  padding: 60px 10px;
}

.header-hp.project-page {
  background-image: linear-gradient(#0a0a0aa6, #0a0a0aa6), url('../images/HP-BG.png');
  background-position: 0 0, 50% 76%;
  background-size: auto, cover;
  padding-top: 77px;
  padding-bottom: 77px;
}

.image-12 {
  width: 800px;
  margin-bottom: 40px;
}

.image-13 {
  width: 400px;
  margin-bottom: 60px;
}

.link-2, .link-3, .link-4 {
  color: #118579;
}

.flex-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.heading-8 {
  margin-top: 20px;
}

.flex-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
}

.image-14 {
  outline-offset: 0px;
  border-radius: 7px;
  outline: 1px solid #5d9992;
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    border-bottom-color: #0000;
  }

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

  .project-wrapper:hover {
    transform: translate(0);
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }

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

  .nav-menu {
    background-color: #f5f5f5;
  }

  .column {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .logo-title {
    margin-top: 6px;
  }

  .logo-img {
    width: 50px;
  }

  .about-section {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

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

  .grey-icon-wrapper {
    margin-bottom: 16px;
    padding: 34px 56px;
    display: inline-block;
  }

  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.left-border {
    border-left-width: 0;
  }

  .icon-wrapper {
    height: 85px;
  }

  .icon-wrapper._2 {
    margin-top: 37px;
  }

  .social-wrapper {
    text-align: center;
    margin-left: 0%;
  }

  .form-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .menu-button {
    margin-top: 0;
  }

  .member {
    padding-bottom: 47px;
  }

  .grow-row {
    margin-bottom: 0;
  }

  .screenshot {
    width: 90%;
  }

  .quick-stack {
    height: auto;
  }

  .column, .column-2, .column-3, .column-4 {
    padding-left: 10px;
  }

  .header-td, .header-samsung, .header-hp {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 479px) {
  .main-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .grey-icon-wrapper {
    display: block;
  }

  .form-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grow-row {
    margin-bottom: 40px;
  }

  .paragraph-2, .paragraph-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-5, .paragraph-6 {
    margin-bottom: 20px;
  }

  .heading-3 {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
  }

  .heading-4, .paragraph-7 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    padding: 10px;
    position: static;
    overflow: visible;
  }

  .column, .column-2, .column-3, .column-4 {
    padding-left: 10px;
  }
}

#w-node-d5d67e88-887a-a277-5fcb-0df5ebb91c39-f7f9867a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-d5d67e88-887a-a277-5fcb-0df5ebb91c39-f7f9867a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


