div.block-portfolio {
  padding-top: 200px;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
div.block-portfolio.solutions-end {
  opacity: 0;
  transform: translateY(50%);
}

section.home-solutions {
  background-color: #212121;
}
@keyframes solutionBg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes solutionItem {
  0% {
    opacity: 0;
    transform: translate3d(0, 40%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
section.home-solutions .block-solutions {
  position: relative;
}
section.home-solutions .block-solutions.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}
section.home-solutions .block-solutions.fixed .block-solutions-item {
  background-color: #212121;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh !important;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding-top: 150px;
  padding-bottom: 120px;
}
section.home-solutions .block-solutions.fixed .block-solutions-item .see-projects {
  animation: solutionItem 0.4s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
section.home-solutions .block-solutions.fixed .block-solutions-item .block-solutions-item-title,
section.home-solutions .block-solutions.fixed .block-solutions-item .solution-content {
  opacity: 0;
}
section.home-solutions .block-solutions.fixed .block-solutions-item .block-solutions-item-title:after {
  content: "";
  display: table;
  clear: both;
}
section.home-solutions .block-solutions.fixed .block-solutions-item .block-solutions-item-title .text-row {
  float: left;
  clear: both;
}
section.home-solutions .block-solutions.fixed .block-solutions-item .block-solutions-item-title .text-row span.line {
  width: 0;
  transition: width 0.25s ease-in-out;
  background-color: #ffffff;
}
section.home-solutions .block-solutions.fixed .block-solutions-item .block-solutions-item-title:hover .text-row span.line {
  width: 100%;
}
section.home-solutions .block-solutions.fixed .block-solutions-item.current-item {
  animation: solutionBg 0.4s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  z-index: 100;
}
section.home-solutions .block-solutions.fixed .block-solutions-item.current-item .block-solutions-item-title,
section.home-solutions .block-solutions.fixed .block-solutions-item.current-item .solution-content {
  animation: solutionItem 0.4s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
section.home-solutions .block-solutions.fixed .block-solutions-item.first-solution-item {
  animation-delay: 0.5s;
}
section.home-solutions .block-solutions.fixed .solutions-progress-bar {
  z-index: 100;
  display: block;
  opacity: 1;
}
section.home-solutions .block-solutions.fixed .solutions-scroll-hint {
  z-index: 100;
  display: block;
  opacity: 1;
}
section.home-solutions .block-solutions:not(.fixed) {
  opacity: 0;
}
section.home-solutions .block-solutions:not(.fixed) .block-solutions-item {
  margin-bottom: 20vh;
}
section.home-solutions .block-solutions:not(.fixed) .block-solutions-item:last-of-type {
  padding: 0;
  height: 1px;
}
section.home-solutions .block-solutions:not(.fixed) .solutions-progress-bar {
  opacity: 0;
}
section.home-solutions .block-solutions:not(.fixed) .solutions-scroll-hint {
  opacity: 0;
}
section.home-solutions .block-solutions .block-solutions-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 60vh;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  section.home-solutions .block-solutions .block-solutions-item {
    align-items: start;
  }
}
section.home-solutions .block-solutions .block-solutions-item h2 {
  font-weight: bold;
  color: #ffffff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 25px;
}
@media screen and (min-width: 992px) {
  section.home-solutions .block-solutions .block-solutions-item h2 {
    font-size: 32px;
  }
}
section.home-solutions .block-solutions .block-solutions-item h2 a {
  color: #ffffff;
}
section.home-solutions .block-solutions .block-solutions-item > div {
  display: flex;
  width: 80%;
}
@media screen and (max-width: 991px) {
  section.home-solutions .block-solutions .block-solutions-item > div {
    flex-wrap: wrap;
  }
}
section.home-solutions .block-solutions .block-solutions-item > div .block-solutions-item-content {
  width: 100%;
  color: #B4B4B4;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  section.home-solutions .block-solutions .block-solutions-item > div .block-solutions-item-content {
    width: 38%;
    margin-right: 12%;
  }
}
section.home-solutions .block-solutions .block-solutions-item > div .block-solutions-item-content .see-projects {
  padding-left: 50px;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 16px;
  opacity: 0;
  transition: padding-left 0.2s ease-in-out;
}
section.home-solutions .block-solutions .block-solutions-item > div .block-solutions-item-content .see-projects:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 45%;
  width: 32px;
  height: 2px;
  background-color: #dd2e3d;
  transition: width 0.2s ease-in-out;
}
section.home-solutions .block-solutions .block-solutions-item > div .block-solutions-item-content .see-projects:hover {
  padding-left: 65px;
}
section.home-solutions .block-solutions .block-solutions-item > div .block-solutions-item-content .see-projects:hover:before {
  width: 47px;
}
section.home-solutions .block-solutions .block-solutions-item > div .block-solutions-item-content .solution-content {
  margin-bottom: 1rem;
}
section.home-solutions .block-solutions .block-solutions-item > div .block-solutions-item-content ul {
  list-style: none;
  padding: 0;
}
section.home-solutions .block-solutions .block-solutions-item > div .block-solutions-item-animation {
  width: 100%;
  max-height: calc(100vh - 270px);
}
@media screen and (min-width: 992px) {
  section.home-solutions .block-solutions .block-solutions-item > div .block-solutions-item-animation {
    width: 50%;
  }
}
section.home-solutions .block-solutions .solutions-progress-bar {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  margin: 0;
  display: none;
}
@media screen and (max-width: 991px) {
  section.home-solutions .block-solutions .solutions-progress-bar {
    display: none !important;
  }
}
section.home-solutions .block-solutions .solutions-progress-bar ul {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 200px;
  margin: 0 auto;
  align-items: center;
  height: 40px;
}
section.home-solutions .block-solutions .solutions-progress-bar ul li {
  display: block;
  height: 16px;
  width: 10px;
  cursor: pointer;
  transition: height 0.25s ease-out;
}
section.home-solutions .block-solutions .solutions-progress-bar ul li:before {
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #6a6a6a;
}
section.home-solutions .block-solutions .solutions-progress-bar ul li:hover {
  height: 40px;
}
section.home-solutions .block-solutions .solutions-progress-bar ul li.current-item {
  height: 40px;
}
section.home-solutions .block-solutions .solutions-progress-bar ul li.current-item:before {
  height: 100%;
  background-color: #db2f3b;
}
section.home-solutions .block-solutions .solutions-scroll-hint {
  display: none;
  position: absolute;
  bottom: 80px;
  left: 70px;
  margin: 0;
  padding-left: 10px;
  font-size: 14px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: bold;
  color: #6A6A6A;
  overflow: hidden;
  line-height: 20px;
  height: 35px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 991px) {
  section.home-solutions .block-solutions .solutions-scroll-hint {
    display: none !important;
  }
}
section.home-solutions .block-solutions .solutions-scroll-hint .scroller {
  position: absolute;
  height: 45px;
  width: 2px;
  background-color: #f2f2f2;
  left: 0;
  top: 0;
  transition: all 0.25s ease-out;
  animation: scrollhint 1.5s infinite;
}
@keyframes scrollhint {
  0% {
    top: -40px;
    opacity: 1;
  }
  40% {
    top: 0;
    opacity: 1;
  }
  60% {
    top: 0;
  }
  100% {
    top: 45px;
    opacity: 0;
  }
}

section.portfolio-page-solutions-filter {
  padding-top: 120px;
  padding-bottom: 48px;
}
section.portfolio-page-solutions-filter h2 {
  font-size: 20px;
  font-weight: bold;
}
section.portfolio-page-solutions-filter .sf-filter-buttons {
  display: flex;
  flex-wrap: wrap;
}
section.portfolio-page-solutions-filter button.sf-button {
  padding: 8px 16px;
  border: 1px solid #F2F2F2;
  color: #6A6A6A;
  font-size: 14px;
  line-height: 24px;
  background-color: #ffffff;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  outline: none;
}
section.portfolio-page-solutions-filter button.sf-button span.clear-sf {
  display: none;
}
@media screen and (min-width: 992px) {
  section.portfolio-page-solutions-filter button.sf-button:hover {
    background-color: #212121;
    border-color: #212121;
    color: #FFFFFF;
  }
}
section.portfolio-page-solutions-filter button.sf-button.sf-active {
  background-color: #212121;
  border-color: #212121;
  color: #FFFFFF;
}
section.portfolio-page-solutions-filter button.sf-button.sf-active span.clear-sf {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 0;
  background-image: url("../../img/solutions/x.png");
  background-size: cover;
  margin-right: 13px;
}
section.portfolio-page-solutions-filter button.all-projects {
  padding: 8px 16px;
  border: 1px solid #F2F2F2;
  color: #6A6A6A;
  font-size: 14px;
  line-height: 24px;
  background-color: #ffffff;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  outline: none;
}
section.portfolio-page-solutions-filter button.all-projects.ap-active {
  background-color: #212121;
  border-color: #212121;
  color: #FFFFFF;
}
section.portfolio-page-solutions-filter button.all-projects:hover {
  background-color: #212121;
  border-color: #212121;
  color: #FFFFFF;
}
section.portfolio-page-solutions-filter .sf-enabled button:not(.sf-active) {
  display: none;
}

@keyframes guideLink {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  60% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.post-type-archive-portfolio-list .post-type-archive-portfolio-item [data-parallax-bg]::after {
  background: transparent;
}
.post-type-archive-portfolio-list .startup-wrapper {
  background-color: #f2f2f2;
  background-image: url("../../img/portfolio/startup_guide_bg.png");
  background-size: auto 170%;
  background-position: 125% 25%;
  background-repeat: no-repeat;
  position: relative;
}
.post-type-archive-portfolio-list .startup-wrapper .startup-banner-title {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 40px;
  max-width: 370px;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  font-weight: bold;
}
.post-type-archive-portfolio-list .startup-wrapper .startup-guide-link {
  display: block;
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 180px;
  height: 48px;
  font-size: 14px;
  line-height: 48px;
  font-weight: bold;
  color: #212121;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
  background-image: url("../../img/portfolio/guide_link_bg.png");
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.post-type-archive-portfolio-list .startup-wrapper .startup-guide-link:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../../img/portfolio/guide_link_arrow.png");
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 16px;
  opacity: 1;
}
.post-type-archive-portfolio-list .startup-wrapper:hover {
  cursor: pointer;
}
.post-type-archive-portfolio-list .startup-wrapper:hover .startup-guide-link:after {
  animation: guideLink 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.post-type-archive-portfolio-list:not(.portfolio-list-clone) .post-type-archive-portfolio-item.startup-wrapper {
  grid-column: 1/span 2 !important;
  height: 18.125rem;
}
.post-type-archive-portfolio-list:not(.portfolio-list-clone) .post-type-archive-portfolio-item.item-odd:nth-last-child(2) {
  grid-column: 1/span 2;
  height: 36.25rem;
}
.post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item > div {
  transform: none !important;
  top: 0 !important;
  left: 0 !important;
}
.post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item .post-type-archive-portfolio-item-title:after {
  content: "";
  display: table;
  clear: both;
}
.post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item .post-type-archive-portfolio-item-title .text-row {
  float: left;
  clear: both;
}
.post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item .post-type-archive-portfolio-item-title .text-row span.line {
  width: 0;
  transition: width 0.25s ease-in-out;
  background-color: #ffffff;
}
.post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item .post-type-archive-portfolio-item-title:hover .text-row span.line {
  width: 100%;
}
@media only screen and (min-width: 40.0625rem) {
  .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item:nth-child(2):last-child, .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item:nth-child(14):last-child {
    height: 45rem;
  }
  .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item:nth-child(4):last-child, .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item:nth-child(6):last-child, .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item:nth-child(8):last-child, .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item.item-9:last-child {
    height: 22.5rem;
  }
  .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item:first-child:last-child, .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item:nth-child(5):last-child, .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item:nth-child(9):last-child, .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item:nth-child(21):last-child {
    grid-column: 1/span 2;
    height: 22.5rem;
  }
  .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item.startup-wrapper:nth-child(2):last-child, .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item.startup-wrapper:nth-child(13):last-child, .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item.startup-wrapper:nth-child(14):last-child, .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item.startup-wrapper:nth-child(17):last-child {
    background-position: 250px 0;
    background-size: auto 100%;
  }
  .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item.startup-wrapper:nth-child(3):last-child, .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item.startup-wrapper:nth-child(6):last-child, .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item.startup-wrapper:nth-child(7):last-child, .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item.startup-wrapper:nth-child(11):last-child, .post-type-archive-portfolio-list.portfolio-list-clone .post-type-archive-portfolio-item.startup-wrapper:nth-child(19):last-child {
    background-position: 250px -45px;
  }
}
.post-type-archive-portfolio-list.portfolio-list-clone.filtered-show .post-type-archive-portfolio-item {
  opacity: 1;
  transform: none;
}
.post-type-archive-portfolio-list picture {
  height: 100%;
}
.post-type-archive-portfolio-list picture img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-portfolio .header-slide div[data-parallax-bg] {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) !important;
}
.single-portfolio .header-slide div[data-parallax-bg] picture {
  transform: translate(-50%, -50%) scale(1);
}

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