body {
  font-family: "Playfair Display", serif;
  color: #333333;
  height: 100%; }

a:hover, a:focus {
  text-decoration: none; }

.br-mobi {
  display: none; }
  @media screen and (max-width: 480px) {
    .br-mobi {
      display: block; } }

h3 {
  font-weight: 900; }

.big-title {
  color: rgba(51, 51, 51, 0.1);
  font-size: 150px;
  font-family: "Playfair Display", serif;
  margin: 0; }
  .big-title.pink {
    color: #f9e7ec; }
  @media screen and (min-width: 750px) and (max-width: 991px) {
    .big-title {
      font-size: 85px; } }
  @media screen and (min-width: 480px) and (max-width: 750px) {
    .big-title {
      font-size: 55px; } }
  @media screen and (max-width: 480px) {
    .big-title {
      font-size: 35px; } }
  .big-title span {
    font-size: 80px; }

.img-centered {
  margin: 0 auto; }

.mbot {
  margin-bottom: 100px; }

.animsition-loading {
  border-left: 3px solid #d72061 !important;
  border-radius: 100px !important;
  width: 40px !important;
  height: 40px !important; }

.button {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 10px 25px !important;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
  width: 200px;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .button:hover {
    border: 1px solid #d72061;
    color: #d72061;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .button:hover a {
      color: #d72061 !important;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
  .button:focus {
    outline: none; }
  .button a {
    color: #ffffff; }

header {
  position: fixed;
  width: 100%;
  height: 30px;
  z-index: 999999;
  top: 0;
  padding: 0px; }
  header a {
    cursor: pointer; }
    header a h1 {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      color: #ffffff;
      background-color: rgba(0, 0, 0, 0.15);
      padding: 10px;
      font-size: 20px;
      float: left;
      font-weight: 300;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      header a h1 span {
        font-weight: 700; }
      header a h1:hover {
        background-color: #d72061;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
      @media screen and (max-width: 480px) {
        header a h1 {
          font-size: 14px;
          padding: 7px; } }

.cv {
  position: fixed;
  bottom: 80px;
  right: -54px;
  padding: 20px;
  z-index: 999;
  transform: rotate(270deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  height: 0;
  overflow: hidden; }
  .cv a {
    font-family: "Montserrat", sans-serif;
    color: #d72061;
    font-size: 16px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 300; }
    .cv a:hover {
      color: #8d143f;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
  @media screen and (max-width: 768px) {
    .cv {
      display: none; } }
  .cv.shoow {
    opacity: 1;
    height: auto;
    bottom: 96px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }

.index {
  background-color: #ffffff;
  text-align: left;
  height: 415px;
  width: 100%;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 480px) {
    .index {
      height: 350px; } }
  .index .text {
    width: 100%;
    padding-top: 90px; }
    @media screen and (min-width: 480px) and (max-width: 880px) {
      .index .text {
        padding-top: 135px; } }
    @media screen and (max-width: 480px) {
      .index .text {
        padding-top: 115px; } }
    .index .text h2 {
      font-family: "Playfair Display", serif;
      font-size: 50px;
      color: #333333;
      margin: 0;
      font-weight: 900;
      line-height: 130%; }
      @media screen and (min-width: 480px) and (max-width: 760px) {
        .index .text h2 {
          font-size: 35px; } }
      @media screen and (max-width: 480px) {
        .index .text h2 {
          font-size: 25px;
          line-height: 32px; } }
      .index .text h2 span {
        font-weight: 400; }

.projects {
  padding-top: 100px;
  text-align: left;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .projects {
      padding-top: 0px; } }
  .projects .grid-item {
    margin-bottom: 80px; }
    @media screen and (max-width: 480px) {
      .projects .grid-item {
        margin-bottom: 40px; } }
    .projects .grid-item.mtop {
      margin-top: 80px; }
      @media screen and (max-width: 768px) {
        .projects .grid-item.mtop {
          margin-top: 0; } }
    .projects .grid-item img {
      width: 100%;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .projects .grid-item h3 {
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      text-transform: uppercase;
      color: #333333;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .projects .grid-item h4 {
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      color: #a4a4a4; }
    .projects .grid-item:hover img {
      box-shadow: 6px 9px 15px #e2e2e2;
      transform: scale(1.01);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .projects .grid-item:hover h3 {
      color: #8d143f;
      margin-top: 30px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .projects .hover-project {
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat; }
    .projects .hover-project.front {
      z-index: -9; }
    .projects .hover-project.back {
      z-index: -10; }

.project.mupick .bg-project {
  background: url("../img/index/prev-mupick.jpg") no-repeat center top;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  width: 100%;
  height: 1000px;
  position: fixed;
  top: -100px;
  z-index: -1; }
  @media screen and (max-width: 480px) {
    .project.mupick .bg-project {
      height: 100%; } }
.project.forst .bg-project {
  background: url("../img/index/prev-forst.jpg") no-repeat center top;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  width: 100%;
  height: 1000px;
  position: fixed;
  top: -100px;
  z-index: -1; }
  @media screen and (max-width: 480px) {
    .project.forst .bg-project {
      height: 100%; } }
.project.a2a-scheda .bg-project {
  background: url("../img/index/prev-a2a-scheda.jpg") no-repeat center top;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  width: 100%;
  height: 1000px;
  position: fixed;
  top: -100px;
  z-index: -1; }
  @media screen and (max-width: 480px) {
    .project.a2a-scheda .bg-project {
      height: 100%; } }
.project.upim .bg-project {
  background: url("../img/index/prev-upim.jpg") no-repeat center top;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  width: 100%;
  height: 1000px;
  position: fixed;
  top: -100px;
  z-index: -1; }
  @media screen and (max-width: 480px) {
    .project.upim .bg-project {
      height: 100%; } }
.project.a2a .bg-project {
  background: url("../img/index/prev-a2a.jpg") no-repeat center top;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  width: 100%;
  height: 1000px;
  position: fixed;
  top: -100px;
  z-index: -1; }
  @media screen and (max-width: 480px) {
    .project.a2a .bg-project {
      height: 100%; } }
.project.loremipsam .bg-project {
  background: url("../img/index/prev-loremipsam.jpg") no-repeat center top;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  width: 100%;
  height: 1000px;
  position: fixed;
  top: -100px;
  z-index: -1; }
  @media screen and (max-width: 480px) {
    .project.loremipsam .bg-project {
      height: 100%; } }
.project.rurale .bg-project {
  background: url("../img/index/prev-rurale.jpg") no-repeat center top;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  width: 100%;
  height: 1000px;
  position: fixed;
  top: -100px;
  z-index: -1; }
  @media screen and (max-width: 480px) {
    .project.rurale .bg-project {
      height: 100%; } }
.project.hailadoc .bg-project {
  background: url("../img/index/prev-hailadoc.jpg") no-repeat center top;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  width: 100%;
  height: 1000px;
  position: fixed;
  top: -100px;
  z-index: -1; }
  @media screen and (max-width: 480px) {
    .project.hailadoc .bg-project {
      height: 100%; } }
.project.engie .bg-project {
  background: url("../img/index/prev-engie.jpg") no-repeat center top;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  width: 100%;
  height: 1000px;
  position: fixed;
  top: -100px;
  z-index: -1; }
  @media screen and (max-width: 480px) {
    .project.engie .bg-project {
      height: 100%; } }
.project.misc .bg-project {
  background: url("../img/index/prev-misc.jpg") no-repeat center top;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  width: 100%;
  height: 1000px;
  position: fixed;
  top: -100px;
  z-index: -1; }
  @media screen and (max-width: 480px) {
    .project.misc .bg-project {
      height: 100%; } }
.project.waz .bg-project {
  background: url("../img/index/prev-waz.jpg") no-repeat center top;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  width: 100%;
  height: 1000px;
  position: fixed;
  top: -100px;
  z-index: -1; }
  @media screen and (max-width: 480px) {
    .project.waz .bg-project {
      height: 100%; } }
.project .bg-white {
  background-color: #ffffff;
  width: 100%; }
.project .intro {
  background-color: #d72061;
  padding: 30px;
  color: #ffffff;
  height: 500px; }
  @media screen and (max-width: 480px) {
    .project .intro {
      padding: 5px;
      height: 450px; } }
  .project .intro h1 {
    font-size: 60px;
    margin-bottom: 40px;
    font-weight: 900; }
    @media screen and (max-width: 480px) {
      .project .intro h1 {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 100px; } }
  .project .intro .info {
    overflow: hidden;
    margin-bottom: 30px; }
    .project .intro .info p {
      font-family: "Montserrat", sans-serif;
      font-weight: 200;
      font-size: 16px;
      float: left;
      margin-right: 100px; }
      @media screen and (max-width: 480px) {
        .project .intro .info p {
          margin-right: 0; } }
      .project .intro .info p a {
        color: #ffffff;
        text-decoration: underline;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        .project .intro .info p a:hover {
          color: #8d143f;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
      .project .intro .info p span {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 12px;
        color: #8d143f; }
      @media screen and (max-width: 768px) {
        .project .intro .info p {
          float: none; } }
  .project .intro .onde {
    margin: 0;
    clear: both; }
.project .content {
  margin-bottom: 250px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 480px) {
    .project .content {
      margin-bottom: 200px; } }
  .project .content .images {
    text-align: center;
    background-color: #ffffff;
    width: 100%; }
    .project .content .images .desktop {
      margin-top: -190px; }
      .project .content .images .desktop img {
        -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.25); }
        .project .content .images .desktop img.no-shadow {
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
      .project .content .images .desktop.high {
        margin-top: -130px; }
      @media screen and (min-width: 480px) and (max-width: 768px) {
        .project .content .images .desktop {
          margin-top: -90px; } }
      @media screen and (max-width: 480px) {
        .project .content .images .desktop {
          margin-top: -100px; } }
      .project .content .images .desktop.more-high {
        margin-top: -210px; }
        @media screen and (min-width: 480px) and (max-width: 768px) {
          .project .content .images .desktop.more-high {
            margin-top: -90px; } }
        @media screen and (max-width: 480px) {
          .project .content .images .desktop.more-high {
            margin-top: -260px; } }
    @media screen and (max-width: 480px) {
      .project .content .images {
        padding-top: 100px; } }
  .project .content .full {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9e7ec 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9e7ec 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f9e7ec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$white-color', endColorstr='$primary-color-light',GradientType=0 );
    padding: 150px 0 100px 0; }
    @media screen and (max-width: 480px) {
      .project .content .full {
        padding: 50px 0; } }
    .project .content .full .big-title {
      color: #d72061;
      opacity: 0.1;
      line-height: 85%; }
      .project .content .full .big-title.up {
        margin-top: -90px; }
        @media screen and (min-width: 480px) and (max-width: 991px) {
          .project .content .full .big-title.up {
            margin-top: -50px; } }
        @media screen and (max-width: 480px) {
          .project .content .full .big-title.up {
            margin-top: -20px; } }
  .project .content .illu img {
    margin-bottom: 30px; }
  .project .content .mix img {
    -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.25);
    margin-top: 30px; }
  .project .content .mobi-4 img {
    margin-top: -60px; }
    @media screen and (max-width: 480px) {
      .project .content .mobi-4 img {
        margin-top: -20px; } }
  .project .content .title {
    margin-top: 150px;
    text-align: left; }
    @media screen and (max-width: 480px) {
      .project .content .title {
        margin-top: 50px; } }
  .project .content .title-sx {
    margin-top: 0;
    text-align: left; }
  .project .content .app {
    margin-top: -40px; }
    @media screen and (min-width: 480px) and (max-width: 991px) {
      .project .content .app {
        margin-top: -10px; } }
    @media screen and (max-width: 480px) {
      .project .content .app {
        margin-top: 20px; } }
  .project .content .mobi img {
    margin-top: -40px; }
    @media screen and (min-width: 480px) and (max-width: 991px) {
      .project .content .mobi img {
        margin-top: -10px; } }
    @media screen and (max-width: 480px) {
      .project .content .mobi img {
        margin-top: 50px; } }
  .project .content .mobi-2 img {
    margin-top: 50px; }
    @media screen and (min-width: 480px) and (max-width: 991px) {
      .project .content .mobi-2 img {
        margin-top: 20px; } }
    @media screen and (max-width: 480px) {
      .project .content .mobi-2 img {
        margin-top: 80px; } }
  .project .content .mobi-3 img {
    margin-top: 50px; }
    @media screen and (max-width: 480px) {
      .project .content .mobi-3 img {
        margin-top: 30px; } }
  .project .content .screen-1 img {
    -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.25);
    margin-top: 150px; }
    @media screen and (max-width: 768px) {
      .project .content .screen-1 img {
        margin-top: 50px; } }
  .project .content .screen-2 img {
    -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.25);
    margin-top: -20px; }
    @media screen and (max-width: 768px) {
      .project .content .screen-2 img {
        margin-top: 20px; } }
  .project .content .gif-1 img {
    margin-top: 150px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
    @media screen and (min-width: 480px) and (max-width: 991px) {
      .project .content .gif-1 img {
        margin-top: 120px; } }
    @media screen and (max-width: 480px) {
      .project .content .gif-1 img {
        margin-top: 60px; } }
  .project .content .gif-2 img, .project .content .gif-3 img {
    margin-top: -50px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 991px) {
      .project .content .gif-2 img, .project .content .gif-3 img {
        margin-top: 20px; } }
  .project .content .instore img {
    margin-top: 150px; }
    @media screen and (min-width: 480px) and (max-width: 991px) {
      .project .content .instore img {
        margin-top: 70px; } }
    @media screen and (max-width: 480px) {
      .project .content .instore img {
        margin-top: 60px; } }
  .project .content .social img {
    margin-top: -380px; }
    @media screen and (min-width: 660px) and (max-width: 991px) {
      .project .content .social img {
        margin-top: -300px; } }
    @media screen and (max-width: 480px) {
      .project .content .social img {
        margin-top: -145px; } }
  .project .content .font {
    margin-top: 50px; }
    @media screen and (max-width: 480px) {
      .project .content .font {
        margin-top: 20px; } }
  .project .content .palette {
    margin-top: 100px;
    margin-bottom: 100px; }
    @media screen and (max-width: 480px) {
      .project .content .palette {
        margin-top: 50px; } }
    .project .content .palette.tworows {
      margin-top: -100px; }
    .project .content .palette .color-9CDE {
      background-color: #9CDE;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-9CDE {
          height: 100px; } }
      .project .content .palette .color-9CDE p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-9CDE p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-245555 {
      background-color: #245555;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-245555 {
          height: 100px; } }
      .project .content .palette .color-245555 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-245555 p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-33354B {
      background-color: #33354B;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-33354B {
          height: 100px; } }
      .project .content .palette .color-33354B p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-33354B p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-AFFFFC {
      background-color: #AFFFFC;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-AFFFFC {
          height: 100px; } }
      .project .content .palette .color-AFFFFC p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-AFFFFC p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-69BFBC {
      background-color: #69BFBC;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-69BFBC {
          height: 100px; } }
      .project .content .palette .color-69BFBC p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-69BFBC p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-3C5C8B {
      background-color: #3C5C8B;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-3C5C8B {
          height: 100px; } }
      .project .content .palette .color-3C5C8B p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-3C5C8B p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-46521b {
      background-color: #46521b;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-46521b {
          height: 100px; } }
      .project .content .palette .color-46521b p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-46521b p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-f7f7f7 {
      background-color: #f7f7f7;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-f7f7f7 {
          height: 100px; } }
      .project .content .palette .color-f7f7f7 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-f7f7f7 p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-e1e1e1 {
      background-color: #e1e1e1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-e1e1e1 {
          height: 100px; } }
      .project .content .palette .color-e1e1e1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-e1e1e1 p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-d0f0ff {
      background-color: #d0f0ff;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-d0f0ff {
          height: 100px; } }
      .project .content .palette .color-d0f0ff p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-d0f0ff p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-f9f9f9 {
      background-color: #f9f9f9;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-f9f9f9 {
          height: 100px; } }
      .project .content .palette .color-f9f9f9 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-f9f9f9 p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-ffae00 {
      background-color: #ffae00;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-ffae00 {
          height: 100px; } }
      .project .content .palette .color-ffae00 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-ffae00 p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-222222 {
      background-color: #222222;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-222222 {
          height: 100px; } }
      .project .content .palette .color-222222 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-222222 p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-fdce3f {
      background-color: #fdce3f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-fdce3f {
          height: 100px; } }
      .project .content .palette .color-fdce3f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-fdce3f p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-aa1426 {
      background-color: #aa1426;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-aa1426 {
          height: 100px; } }
      .project .content .palette .color-aa1426 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-aa1426 p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-f6f6f6 {
      background-color: #f6f6f6;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-f6f6f6 {
          height: 100px; } }
      .project .content .palette .color-f6f6f6 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-f6f6f6 p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-606060 {
      background-color: #606060;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-606060 {
          height: 100px; } }
      .project .content .palette .color-606060 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-606060 p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-2a2a2a {
      background-color: #2a2a2a;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-2a2a2a {
          height: 100px; } }
      .project .content .palette .color-2a2a2a p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-2a2a2a p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-fbc731 {
      background-color: #fbc731;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-fbc731 {
          height: 100px; } }
      .project .content .palette .color-fbc731 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-fbc731 p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-ffffff {
      background-color: #ffffff;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-ffffff {
          height: 100px; } }
      .project .content .palette .color-ffffff p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-ffffff p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0d314a {
      background-color: #0d314a;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0d314a {
          height: 100px; } }
      .project .content .palette .color-0d314a p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-0d314a p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-743458 {
      background-color: #743458;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-743458 {
          height: 100px; } }
      .project .content .palette .color-743458 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-743458 p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-194394 {
      background-color: #194394;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-194394 {
          height: 100px; } }
      .project .content .palette .color-194394 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-194394 p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-D9E8FA {
      background-color: #D9E8FA;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-D9E8FA {
          height: 100px; } }
      .project .content .palette .color-D9E8FA p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-D9E8FA p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-FA9EA8 {
      background-color: #FA9EA8;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-FA9EA8 {
          height: 100px; } }
      .project .content .palette .color-FA9EA8 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-FA9EA8 p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-EBEBEB {
      background-color: #EBEBEB;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-EBEBEB {
          height: 100px; } }
      .project .content .palette .color-EBEBEB p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-EBEBEB p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-f4f4f4 {
      background-color: #f4f4f4;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-f4f4f4 {
          height: 100px; } }
      .project .content .palette .color-f4f4f4 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-f4f4f4 p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-15B15C {
      background-color: #15B15C;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-15B15C {
          height: 100px; } }
      .project .content .palette .color-15B15C p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-15B15C p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-F28034 {
      background-color: #F28034;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-F28034 {
          height: 100px; } }
      .project .content .palette .color-F28034 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-F28034 p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-EB4196 {
      background-color: #EB4196;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-EB4196 {
          height: 100px; } }
      .project .content .palette .color-EB4196 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-EB4196 p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-EB383A {
      background-color: #EB383A;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-EB383A {
          height: 100px; } }
      .project .content .palette .color-EB383A p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .project .content .palette .color-EB383A p {
            font-size: 12px; } }
    .project .content .palette .color-009cde {
      background-color: #009cde;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-009cde {
          height: 100px; } }
      .project .content .palette .color-009cde p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-06151f {
      background-color: #06151f;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-06151f {
          height: 100px; } }
      .project .content .palette .color-06151f p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-5094E2 {
      background-color: #5094E2;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-5094E2 {
          height: 100px; } }
      .project .content .palette .color-5094E2 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-0067B1 {
      background-color: #0067B1;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-0067B1 {
          height: 100px; } }
      .project .content .palette .color-0067B1 p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
    .project .content .palette .color-00AAFF {
      background-color: #00AAFF;
      width: 100%;
      height: 160px;
      border-radius: 10px;
      position: relative;
      margin-bottom: 40px;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .project .content .palette .color-00AAFF {
          height: 100px; } }
      .project .content .palette .color-00AAFF p {
        background-color: #ffffff;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        border-radius: 0 0 10px 10px;
        text-transform: uppercase; }
.project .next-mupick {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background-color: #e2e2e2;
  height: 250px;
  padding: 80px 0;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .project .next-mupick {
      height: 200px;
      padding: 60px 0; } }
  .project .next-mupick .next {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    height: 20px;
    position: relative; }
    .project .next-mupick .next p {
      font-family: "Montserrat", sans-serif;
      color: #d72061;
      text-transform: uppercase;
      font-size: 16px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-mupick .next img {
      position: absolute;
      top: 3px;
      right: 52px;
      display: none; }
  .project .next-mupick h2 {
    font-family: "Playfair Display", serif;
    font-size: 44px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-mupick h2 {
        font-size: 30px; } }
  .project .next-mupick:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .project .next-mupick:hover p, .project .next-mupick:hover h2 {
      color: #333333;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-mupick:hover p {
      margin-left: -30px; }
    .project .next-mupick:hover img {
      display: block; }
  .project .next-mupick .bg-next {
    background-color: #ffffff;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    z-index: -9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-mupick .bg-next {
        background-position: center; } }
  .project .next-mupick:hover .bg-next {
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.project .next-forst {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background-color: #e2e2e2;
  height: 250px;
  padding: 80px 0;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .project .next-forst {
      height: 200px;
      padding: 60px 0; } }
  .project .next-forst .next {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    height: 20px;
    position: relative; }
    .project .next-forst .next p {
      font-family: "Montserrat", sans-serif;
      color: #d72061;
      text-transform: uppercase;
      font-size: 16px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-forst .next img {
      position: absolute;
      top: 3px;
      right: 52px;
      display: none; }
  .project .next-forst h2 {
    font-family: "Playfair Display", serif;
    font-size: 44px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-forst h2 {
        font-size: 30px; } }
  .project .next-forst:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .project .next-forst:hover p, .project .next-forst:hover h2 {
      color: #333333;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-forst:hover p {
      margin-left: -30px; }
    .project .next-forst:hover img {
      display: block; }
  .project .next-forst .bg-next {
    background-color: #ffffff;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    z-index: -9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-forst .bg-next {
        background-position: center; } }
  .project .next-forst:hover .bg-next {
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.project .next-a2a-scheda {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background-color: #e2e2e2;
  height: 250px;
  padding: 80px 0;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .project .next-a2a-scheda {
      height: 200px;
      padding: 60px 0; } }
  .project .next-a2a-scheda .next {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    height: 20px;
    position: relative; }
    .project .next-a2a-scheda .next p {
      font-family: "Montserrat", sans-serif;
      color: #d72061;
      text-transform: uppercase;
      font-size: 16px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-a2a-scheda .next img {
      position: absolute;
      top: 3px;
      right: 52px;
      display: none; }
  .project .next-a2a-scheda h2 {
    font-family: "Playfair Display", serif;
    font-size: 44px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-a2a-scheda h2 {
        font-size: 30px; } }
  .project .next-a2a-scheda:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .project .next-a2a-scheda:hover p, .project .next-a2a-scheda:hover h2 {
      color: #333333;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-a2a-scheda:hover p {
      margin-left: -30px; }
    .project .next-a2a-scheda:hover img {
      display: block; }
  .project .next-a2a-scheda .bg-next {
    background-color: #ffffff;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    z-index: -9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-a2a-scheda .bg-next {
        background-position: center; } }
  .project .next-a2a-scheda:hover .bg-next {
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.project .next-upim {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background-color: #e2e2e2;
  height: 250px;
  padding: 80px 0;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .project .next-upim {
      height: 200px;
      padding: 60px 0; } }
  .project .next-upim .next {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    height: 20px;
    position: relative; }
    .project .next-upim .next p {
      font-family: "Montserrat", sans-serif;
      color: #d72061;
      text-transform: uppercase;
      font-size: 16px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-upim .next img {
      position: absolute;
      top: 3px;
      right: 52px;
      display: none; }
  .project .next-upim h2 {
    font-family: "Playfair Display", serif;
    font-size: 44px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-upim h2 {
        font-size: 30px; } }
  .project .next-upim:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .project .next-upim:hover p, .project .next-upim:hover h2 {
      color: #333333;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-upim:hover p {
      margin-left: -30px; }
    .project .next-upim:hover img {
      display: block; }
  .project .next-upim .bg-next {
    background-color: #ffffff;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    z-index: -9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-upim .bg-next {
        background-position: center; } }
  .project .next-upim:hover .bg-next {
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.project .next-a2a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background-color: #e2e2e2;
  height: 250px;
  padding: 80px 0;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .project .next-a2a {
      height: 200px;
      padding: 60px 0; } }
  .project .next-a2a .next {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    height: 20px;
    position: relative; }
    .project .next-a2a .next p {
      font-family: "Montserrat", sans-serif;
      color: #d72061;
      text-transform: uppercase;
      font-size: 16px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-a2a .next img {
      position: absolute;
      top: 3px;
      right: 52px;
      display: none; }
  .project .next-a2a h2 {
    font-family: "Playfair Display", serif;
    font-size: 44px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-a2a h2 {
        font-size: 30px; } }
  .project .next-a2a:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .project .next-a2a:hover p, .project .next-a2a:hover h2 {
      color: #333333;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-a2a:hover p {
      margin-left: -30px; }
    .project .next-a2a:hover img {
      display: block; }
  .project .next-a2a .bg-next {
    background-color: #ffffff;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    z-index: -9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-a2a .bg-next {
        background-position: center; } }
  .project .next-a2a:hover .bg-next {
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.project .next-loremipsam {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background-color: #e2e2e2;
  height: 250px;
  padding: 80px 0;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .project .next-loremipsam {
      height: 200px;
      padding: 60px 0; } }
  .project .next-loremipsam .next {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    height: 20px;
    position: relative; }
    .project .next-loremipsam .next p {
      font-family: "Montserrat", sans-serif;
      color: #d72061;
      text-transform: uppercase;
      font-size: 16px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-loremipsam .next img {
      position: absolute;
      top: 3px;
      right: 52px;
      display: none; }
  .project .next-loremipsam h2 {
    font-family: "Playfair Display", serif;
    font-size: 44px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-loremipsam h2 {
        font-size: 30px; } }
  .project .next-loremipsam:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .project .next-loremipsam:hover p, .project .next-loremipsam:hover h2 {
      color: #333333;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-loremipsam:hover p {
      margin-left: -30px; }
    .project .next-loremipsam:hover img {
      display: block; }
  .project .next-loremipsam .bg-next {
    background-color: #ffffff;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    z-index: -9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-loremipsam .bg-next {
        background-position: center; } }
  .project .next-loremipsam:hover .bg-next {
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.project .next-extra {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background-color: #e2e2e2;
  height: 250px;
  padding: 80px 0;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .project .next-extra {
      height: 200px;
      padding: 60px 0; } }
  .project .next-extra .next {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    height: 20px;
    position: relative; }
    .project .next-extra .next p {
      font-family: "Montserrat", sans-serif;
      color: #d72061;
      text-transform: uppercase;
      font-size: 16px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-extra .next img {
      position: absolute;
      top: 3px;
      right: 52px;
      display: none; }
  .project .next-extra h2 {
    font-family: "Playfair Display", serif;
    font-size: 44px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-extra h2 {
        font-size: 30px; } }
  .project .next-extra:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .project .next-extra:hover p, .project .next-extra:hover h2 {
      color: #333333;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-extra:hover p {
      margin-left: -30px; }
    .project .next-extra:hover img {
      display: block; }
  .project .next-extra .bg-next {
    background-color: #ffffff;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    z-index: -9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-extra .bg-next {
        background-position: center; } }
  .project .next-extra:hover .bg-next {
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.project .next-rurale {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background-color: #e2e2e2;
  height: 250px;
  padding: 80px 0;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .project .next-rurale {
      height: 200px;
      padding: 60px 0; } }
  .project .next-rurale .next {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    height: 20px;
    position: relative; }
    .project .next-rurale .next p {
      font-family: "Montserrat", sans-serif;
      color: #d72061;
      text-transform: uppercase;
      font-size: 16px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-rurale .next img {
      position: absolute;
      top: 3px;
      right: 52px;
      display: none; }
  .project .next-rurale h2 {
    font-family: "Playfair Display", serif;
    font-size: 44px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-rurale h2 {
        font-size: 30px; } }
  .project .next-rurale:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .project .next-rurale:hover p, .project .next-rurale:hover h2 {
      color: #333333;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-rurale:hover p {
      margin-left: -30px; }
    .project .next-rurale:hover img {
      display: block; }
  .project .next-rurale .bg-next {
    background-color: #ffffff;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    z-index: -9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-rurale .bg-next {
        background-position: center; } }
  .project .next-rurale:hover .bg-next {
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.project .next-hailadoc {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background-color: #e2e2e2;
  height: 250px;
  padding: 80px 0;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .project .next-hailadoc {
      height: 200px;
      padding: 60px 0; } }
  .project .next-hailadoc .next {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    height: 20px;
    position: relative; }
    .project .next-hailadoc .next p {
      font-family: "Montserrat", sans-serif;
      color: #d72061;
      text-transform: uppercase;
      font-size: 16px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-hailadoc .next img {
      position: absolute;
      top: 3px;
      right: 52px;
      display: none; }
  .project .next-hailadoc h2 {
    font-family: "Playfair Display", serif;
    font-size: 44px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-hailadoc h2 {
        font-size: 30px; } }
  .project .next-hailadoc:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .project .next-hailadoc:hover p, .project .next-hailadoc:hover h2 {
      color: #333333;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-hailadoc:hover p {
      margin-left: -30px; }
    .project .next-hailadoc:hover img {
      display: block; }
  .project .next-hailadoc .bg-next {
    background-color: #ffffff;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    z-index: -9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-hailadoc .bg-next {
        background-position: center; } }
  .project .next-hailadoc:hover .bg-next {
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.project .next-engie {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background-color: #e2e2e2;
  height: 250px;
  padding: 80px 0;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .project .next-engie {
      height: 200px;
      padding: 60px 0; } }
  .project .next-engie .next {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    height: 20px;
    position: relative; }
    .project .next-engie .next p {
      font-family: "Montserrat", sans-serif;
      color: #d72061;
      text-transform: uppercase;
      font-size: 16px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-engie .next img {
      position: absolute;
      top: 3px;
      right: 52px;
      display: none; }
  .project .next-engie h2 {
    font-family: "Playfair Display", serif;
    font-size: 44px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-engie h2 {
        font-size: 30px; } }
  .project .next-engie:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .project .next-engie:hover p, .project .next-engie:hover h2 {
      color: #333333;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-engie:hover p {
      margin-left: -30px; }
    .project .next-engie:hover img {
      display: block; }
  .project .next-engie .bg-next {
    background-color: #ffffff;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    z-index: -9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-engie .bg-next {
        background-position: center; } }
  .project .next-engie:hover .bg-next {
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.project .next-misc {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background-color: #e2e2e2;
  height: 250px;
  padding: 80px 0;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .project .next-misc {
      height: 200px;
      padding: 60px 0; } }
  .project .next-misc .next {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    height: 20px;
    position: relative; }
    .project .next-misc .next p {
      font-family: "Montserrat", sans-serif;
      color: #d72061;
      text-transform: uppercase;
      font-size: 16px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-misc .next img {
      position: absolute;
      top: 3px;
      right: 52px;
      display: none; }
  .project .next-misc h2 {
    font-family: "Playfair Display", serif;
    font-size: 44px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-misc h2 {
        font-size: 30px; } }
  .project .next-misc:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .project .next-misc:hover p, .project .next-misc:hover h2 {
      color: #333333;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-misc:hover p {
      margin-left: -30px; }
    .project .next-misc:hover img {
      display: block; }
  .project .next-misc .bg-next {
    background-color: #ffffff;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    z-index: -9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-misc .bg-next {
        background-position: center; } }
  .project .next-misc:hover .bg-next {
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.project .next-waz {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background-color: #e2e2e2;
  height: 250px;
  padding: 80px 0;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .project .next-waz {
      height: 200px;
      padding: 60px 0; } }
  .project .next-waz .next {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    height: 20px;
    position: relative; }
    .project .next-waz .next p {
      font-family: "Montserrat", sans-serif;
      color: #d72061;
      text-transform: uppercase;
      font-size: 16px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-waz .next img {
      position: absolute;
      top: 3px;
      right: 52px;
      display: none; }
  .project .next-waz h2 {
    font-family: "Playfair Display", serif;
    font-size: 44px;
    font-weight: 900;
    color: #333333;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-waz h2 {
        font-size: 30px; } }
  .project .next-waz:hover {
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .project .next-waz:hover p, .project .next-waz:hover h2 {
      color: #333333;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .project .next-waz:hover p {
      margin-left: -30px; }
    .project .next-waz:hover img {
      display: block; }
  .project .next-waz .bg-next {
    background-color: #ffffff;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    z-index: -9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media screen and (max-width: 480px) {
      .project .next-waz .bg-next {
        background-position: center; } }
  .project .next-waz:hover .bg-next {
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }

@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -57px 0; } }
@-moz-keyframes animatedBackground {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -57px 0; } }
@-ms-keyframes animatedBackground {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -57px 0; } }
@keyframes animatedBackground {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -57px 0; } }
.onde {
  width: 57px;
  height: 12px;
  margin: 30px 0;
  background-image: url("../img/onde-1.svg");
  background-position: 0px 0px;
  background-repeat: repeat-x;
  -webkit-animation: animatedBackground 5s linear infinite;
  -moz-animation: animatedBackground 5s linear infinite;
  -ms-animation: animatedBackground 5s linear infinite;
  -o-animation: animatedBackground 5s linear infinite;
  animation: animatedBackground 5s linear infinite; }

.logo {
  z-index: 99; }
  .logo a {
    display: block;
    overflow: hidden;
    cursor: pointer; }
    .logo a img {
      height: 50px;
      width: auto;
      float: left;
      margin-left: 20px;
      margin-top: 20px; }

footer {
  width: 100%;
  text-align: left;
  padding: 75px 0;
  position: relative;
  bottom: 0;
  z-index: 1;
  font-weight: 200;
  font-family: "Montserrat", sans-serif; }
  footer .small-row {
    width: 100px;
    height: 1px;
    background-color: #d72061;
    margin-bottom: 30px; }
  footer .clear {
    clear: both; }
  footer .text {
    color: #a4a4a4;
    font-size: 24px;
    float: left; }
    @media screen and (max-width: 480px) {
      footer .text {
        float: none;
        margin-bottom: 0px;
        margin-top: 20px; } }
  footer .mail {
    padding: 0;
    padding-top: 9px;
    float: left;
    margin-left: 20px;
    color: #333333;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
    footer .mail:hover {
      color: #d72061;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    @media screen and (max-width: 480px) {
      footer .mail {
        margin-left: 0px; } }
  footer ul {
    padding: 0;
    padding-top: 9px;
    float: left;
    margin-left: 20px;
    margin-bottom: 30px; }
    footer ul li {
      list-style-type: none;
      display: inline-block;
      font-weight: 200;
      font-family: "Montserrat", sans-serif; }
      footer ul li a {
        color: #333333;
        padding: 5px 20px 0 0;
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: color 0.2s;
        -moz-transition: color 0.2s;
        -ms-transition: color 0.2s;
        -o-transition: color 0.2s;
        transition: color 0.2s; }
        footer ul li a:hover {
          color: #d72061;
          -webkit-transition: color 0.2s;
          -moz-transition: color 0.2s;
          -ms-transition: color 0.2s;
          -o-transition: color 0.2s;
          transition: color 0.2s; }
    @media screen and (max-width: 480px) {
      footer ul {
        margin-left: 0px; } }
  footer a.cv2 {
    font-family: "Montserrat", sans-serif;
    color: #d72061;
    font-size: 16px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 700;
    padding: 10px 0;
    height: auto;
    margin: 10px 0; }
    footer a.cv2:hover {
      color: #8d143f;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }

.project.extra .intro {
  margin-top: 0px; }
.project.extra .images {
  background-color: #e2e2e2; }
.project.extra .content {
  margin-bottom: 0; }

.m-top270 {
  margin-top: 270px; }

.m-bottom270 {
  margin-bottom: 270px; }

/*# sourceMappingURL=style.css.map */
