.projectFooterBlock {
  background: #733d7a;
  position: relative;
  padding: 100px 0;
  padding-top: 200px;
  margin-top: -1px;
}
.projectFooterBlock.is-inview .contentWrapper .innerWrapper .intro .circleIcon .innerCircle {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.projectFooterBlock .contentWrapper {
  height: 100%;
}
.projectFooterBlock .contentWrapper .innerWrapper {
  height: 100%;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro {
  position: relative;
  z-index: 1;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper {
  margin-top: 50px;
  min-height: 200px;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper.is-inview .icon {
  opacity: 1;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper.is-inview .icon .innerIcon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .icon {
  height: 550px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 550px;
  margin-top: -50px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  -moz-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  -ms-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  -o-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .icon .innerIcon {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  -moz-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  -ms-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  -o-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .icon .innerIcon .innerAnimWrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .icon .innerIcon svg {
  width: 100%;
  height: auto;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .icon .innerIcon svg polygon,
.projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .icon .innerIcon svg path {
  fill: #2d2d2c;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .logo {
  padding-left: 100px;
  height: 350px;
  width: 450px;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .logo.is-inview .innerLogo svg {
  opacity: 1 !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .logo .innerLogo {
  position: relative;
  height: 100%;
  width: 100%;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .logo .innerLogo svg {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(calc(-50% + -50px), calc(-50% + -30px));
  -moz-transform: translate(calc(-50% + -50px), calc(-50% + -30px));
  -o-transform: translate(calc(-50% + -50px), calc(-50% + -30px));
  -ms-transform: translate(calc(-50% + -50px), calc(-50% + -30px));
  transform: translate(calc(-50% + -50px), calc(-50% + -30px));
  opacity: 0;
  -webkit-transition: transform 0.3s 0.9s, opacity 0.3s 0.9s;
  -moz-transition: transform 0.3s 0.9s, opacity 0.3s 0.9s;
  -ms-transition: transform 0.3s 0.9s, opacity 0.3s 0.9s;
  -o-transition: transform 0.3s 0.9s, opacity 0.3s 0.9s;
  transition: transform 0.3s 0.9s, opacity 0.3s 0.9s;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .logo .innerLogo svg.bottom {
  -webkit-transform: translate(calc(-50% + -50px), calc(-50% + 30px));
  -moz-transform: translate(calc(-50% + -50px), calc(-50% + 30px));
  -o-transform: translate(calc(-50% + -50px), calc(-50% + 30px));
  -ms-transform: translate(calc(-50% + -50px), calc(-50% + 30px));
  transform: translate(calc(-50% + -50px), calc(-50% + 30px));
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .logo .innerLogo svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent {
  height: auto;
  left: 50%;
  position: absolute;
  top: -60px;
  width: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  -moz-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  -ms-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent.is-inview {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent .image {
  height: 220px;
  left: auto;
  position: absolute;
  top: -145px;
  width: 220px;
  right: 0;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent .intro {
  margin-bottom: 50px;
  max-width: 350px;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent .normalSmallTitle {
  font-size: 32px;
  line-height: 36px;
  position: relative;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent .label {
  margin-bottom: 10px;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent a:hover {
  color: #f7d670;
}
.projectFooterBlock .contentWrapper .projects {
  margin-top: 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  -moz-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  -ms-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
}
.projectFooterBlock .contentWrapper .projects.is-inview {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.projectFooterBlock .contentWrapper .projects .project {
  display: inline-block;
  vertical-align: top;
  height: 400px;
  width: 50%;
  background: #2d2d2c;
}
.projectFooterBlock .contentWrapper .projects .project .innerProject {
  height: 400px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
.projectFooterBlock .contentWrapper .projects .project .innerProject:hover:after {
  opacity: 0.6;
}
.projectFooterBlock .contentWrapper .projects .project .innerProject:hover .innerContent {
  bottom: 20px;
}
.projectFooterBlock .contentWrapper .projects .project .innerProject:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #000;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.projectFooterBlock .contentWrapper .projects .project .innerProject .innerContent {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
  padding: 50px 100px;
  color: #fff;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.projectFooterBlock .contentWrapper .projects .project .innerProject .innerContent .normalSmallTitle {
  display: block;
  margin-top: 5px;
}
.projectFooterBlock .contentWrapper .buttons {
  text-align: center;
  margin-top: 50px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  -moz-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  -ms-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
}
.projectFooterBlock .contentWrapper .buttons.is-inview {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.projectFooterBlock .contentWrapper .buttons .button {
  color: #fff;
}
.projectFooterBlock .contentWrapper .buttons .button:hover {
  color: #2d2d2c;
}
@media all and (max-width: 1200px) {
  .projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent {
    padding-left: 70px;
  }
  .projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent .image {
    overflow: hidden;
  }
  .projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent .image:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #000;
    opacity: 0.2;
  }
  .projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent .normalSmallTitle {
    font-size: 24px;
    line-height: 28px;
  }
}
@media all and (max-width: 1024px) {
  .projectFooterBlock {
    padding-top: 100px;
  }
  .projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    min-height: 0;
  }
  .projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .logo {
    padding-left: 0;
    width: 350px;
    height: 350px;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .icon {
    left: -100px;
    width: 500px;
    height: 500px;
    top: 50%;
    margin-top: -20px;
  }
  .projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .icon .innerIcon .innerAnimWrapper {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent {
    padding-left: 0;
    position: relative;
    margin-top: -50px;
  }
  .projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent .image {
    top: -250px;
  }
}
@media all and (max-width: 900px) {
  .projectFooterBlock {
    padding-bottom: 0;
  }
  .projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent {
    display: block;
    width: 100%;
    left: 0;
    position: relative;
    margin-top: 50px;
  }
  .projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent .image {
    top: -50px;
  }
  .projectFooterBlock .contentWrapper .projects {
    margin-top: 0;
  }
  .projectFooterBlock .contentWrapper .projects .project {
    width: 100%;
    margin-bottom: 20px;
  }
  .projectFooterBlock .contentWrapper .projects .project .innerProject .innerContent {
    padding: 50px;
  }
}
@media all and (max-width: 600px) {
  .projectFooterBlock {
    padding-top: 100px;
  }
  .projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent .image {
    top: -20px;
    position: relative;
    margin-bottom: 30px;
  }
  .projectFooterBlock .contentWrapper .projects .project {
    height: 250px;
  }
  .projectFooterBlock .contentWrapper .projects .project .innerProject {
    height: 250px;
  }
  .projectFooterBlock .contentWrapper .projects .project .innerProject .innerContent {
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .logo {
    width: 250px;
    height: 250px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .icon {
    left: -80px;
    width: 400px;
    height: 400px;
    top: 50%;
    margin-top: -10px;
  }
  .projectFooterBlock .contentWrapper .innerWrapper .intro .infoContent .normalSmallTitle {
    font-size: 16px;
    line-height: 22px;
  }
}
@media all and (max-width: 400px) {
  .projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .logo {
    width: 200px;
    height: 200px;
  }
  .projectFooterBlock .contentWrapper .innerWrapper .intro .titleWrapper .icon {
    left: -50px;
    width: 300px;
    height: 300px;
    top: 50%;
    margin-top: -10px;
  }
}
/*# sourceMappingURL=project_footer_block.css.map */